summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-06-05Back out r33088 for now.Gerald Combs22-7930/+0
2010-06-04Add a checkapis target.Gerald Combs1-0/+3
2010-06-04From Matt Poduska via bug 1957 (with minor changes):Gerald Combs22-2/+7929
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris4-4/+4
2010-05-20Fixed warning "Field width should have type 'int'".Stig Bjørlykke1-3/+3
2010-05-14Synchronize Makefiles even more.Jaap Keuter6-0/+6
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss17-79/+96
2010-05-13Create a new REP_NA value for fields where there are no representationsGuy Harris4-4/+4
2010-04-27Add some information about how/why this dissector is (partially) machine-gene...Jeff Morriss7-20/+57
2010-04-26Make the OpcUa plugin's fields filterable (by giving them abbreviations).Jeff Morriss3-443/+443
2010-04-19Simplify Makefile.nmake so that adding a new plugin to Makefile.nmakeBill Meier1-65/+34
2010-04-14Be sure we initialize the p_id in hf's. This fixesJeff Morriss3-20/+28
2010-04-14Fix up MATE's hf display values so MATE will actually run.Jeff Morriss1-6/+8
2010-04-08Get rid of check_col().Anders Broman3-6/+3
2010-04-08Get rid of check_col().Anders Broman25-361/+94
2010-04-07Remove some uneeded #includesBill Meier10-23/+0
2010-04-06Get rid of check_colAnders Broman9-196/+113
2010-04-06Don't use %s as the format string in val_to_str().Jeff Morriss8-9/+9
2010-04-06Don't use %s as the format string in val_to_str(). This fixes the fuzz failu...Jeff Morriss1-1/+1
2010-04-06The third argument to val_to_str() is a format string that gets passedGuy Harris1-4/+1
2010-04-05Get rid of a bunch of check_col().Anders Broman40-579/+314
2010-04-02Make the test compile.Jaap Keuter1-6/+6
2010-04-01From sangaran:Anders Broman3-0/+81
2010-03-29From Richard Kümmel: Added the bitmasks for port 10 and port 11.Bill Meier1-5/+11
2010-03-18cmake changes:Jörg Mayer17-42/+60
2010-03-16Some if (tree) cleanupKovarththanan Rajaratnam1-21/+19
2010-03-16Avoid some dead assignmentsKovarththanan Rajaratnam1-3/+3
2010-03-16Whitespace cleanupKovarththanan Rajaratnam1-10/+9
2010-03-16Indicate width of parent bitfieldKovarththanan Rajaratnam1-2/+2
2010-03-16Inline truth/false tableKovarththanan Rajaratnam1-2/+5
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich16-0/+1024
2010-03-16Fix some compiler warnings, clean up indentation a bit.Guy Harris1-19/+20
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer16-64/+40
2010-02-24From Hannes Diethelm via bug 4525:Stig Bjørlykke1-2/+2
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier4-22/+27
2010-01-28Fix gcc -Wshadow warning;Bill Meier1-1349/+1348
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier5-28/+27
2010-01-28Fix gcc -Wshadow warning.Bill Meier1-3/+3
2010-01-13From Didier Gautheron:Anders Broman7-30/+15
2010-01-13From Didier Gautheron:Anders Broman9-9/+0
2010-01-02Do some cleanup:Bill Meier3-273/+288
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2-21/+21
2009-12-17From Martin Lutz: Patch tvb_memeql return check;Bill Meier1-6/+6
2009-12-08Fix header field names containing dots.Jaap Keuter2-12/+12
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis5-10/+10
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer16-19/+19
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer16-62/+259
2009-11-04add "reserved for profiles" commentsUlf Lamping1-18/+21
2009-11-03From Benjamin Meyer:Anders Broman1-1/+1
2009-11-03From Matthias FRANK:Anders Broman1-7/+268