aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add some information about how/why this dissector is (partially) machine-gene...Jeff Morriss2010-04-277-20/+57
* Make the OpcUa plugin's fields filterable (by giving them abbreviations).Jeff Morriss2010-04-263-443/+443
* Simplify Makefile.nmake so that adding a new plugin to Makefile.nmakeBill Meier2010-04-191-65/+34
* Be sure we initialize the p_id in hf's. This fixesJeff Morriss2010-04-143-20/+28
* Fix up MATE's hf display values so MATE will actually run.Jeff Morriss2010-04-141-6/+8
* Get rid of check_col().Anders Broman2010-04-083-6/+3
* Get rid of check_col().Anders Broman2010-04-0825-361/+94
* Remove some uneeded #includesBill Meier2010-04-0710-23/+0
* Get rid of check_colAnders Broman2010-04-069-196/+113
* Don't use %s as the format string in val_to_str().Jeff Morriss2010-04-068-9/+9
* Don't use %s as the format string in val_to_str(). This fixes the fuzz failu...Jeff Morriss2010-04-061-1/+1
* The third argument to val_to_str() is a format string that gets passedGuy Harris2010-04-061-4/+1
* Get rid of a bunch of check_col().Anders Broman2010-04-0540-579/+314
* Make the test compile.Jaap Keuter2010-04-021-6/+6
* From sangaran:Anders Broman2010-04-013-0/+81
* From Richard Kümmel: Added the bitmasks for port 10 and port 11.Bill Meier2010-03-291-5/+11
* cmake changes:Jörg Mayer2010-03-1817-42/+60
* Some if (tree) cleanupKovarththanan Rajaratnam2010-03-161-21/+19
* Avoid some dead assignmentsKovarththanan Rajaratnam2010-03-161-3/+3
* Whitespace cleanupKovarththanan Rajaratnam2010-03-161-10/+9
* Indicate width of parent bitfieldKovarththanan Rajaratnam2010-03-161-2/+2
* Inline truth/false tableKovarththanan Rajaratnam2010-03-161-2/+5
* This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich2010-03-1616-0/+1024
* Fix some compiler warnings, clean up indentation a bit.Guy Harris2010-03-161-19/+20
* - Remove the lib prefix for plugin names.Jörg Mayer2010-02-2416-64/+40
* From Hannes Diethelm via bug 4525:Stig Bjørlykke2010-02-241-2/+2
* Fix some gcc -Wshadow warnings.Bill Meier2010-01-284-22/+27
* Fix gcc -Wshadow warning;Bill Meier2010-01-281-1349/+1348
* Fix some gcc -Wshadow warnings.Bill Meier2010-01-285-28/+27
* Fix gcc -Wshadow warning.Bill Meier2010-01-281-3/+3
* From Didier Gautheron:Anders Broman2010-01-137-30/+15
* From Didier Gautheron:Anders Broman2010-01-139-9/+0
* Do some cleanup:Bill Meier2010-01-023-273/+288
* For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2009-12-192-21/+21
* From Martin Lutz: Patch tvb_memeql return check;Bill Meier2009-12-171-6/+6
* Fix header field names containing dots.Jaap Keuter2009-12-082-12/+12
* Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis2009-11-175-10/+10
* Beginnings of enabling static builds. Still to do:Jörg Mayer2009-11-1716-19/+19
* cmake will now honor -Werror if configured (default: on)Jörg Mayer2009-11-0716-62/+259
* add "reserved for profiles" commentsUlf Lamping2009-11-041-18/+21
* From Benjamin Meyer:Anders Broman2009-11-031-1/+1
* From Matthias FRANK:Anders Broman2009-11-031-7/+268
* From Matthias FRANK:Anders Broman2009-11-021-31/+195
* The stats_tree plugin deserves a version number other than "0.0".Stig Bjørlykke2009-10-261-1/+1
* Don't call PROTO_ITEM_SET_GENERATED(proto_tree_add[...]): that will end up ad...Jeff Morriss2009-10-201-9/+17
* Removed redundant redeclaration of delete_avpl().Stig Bjørlykke2009-10-191-6/+0
* Renamed tvb_new -> new_tvb to avoid name collision.Stig Bjørlykke2009-10-192-23/+23
* Added cast to (void *) for pointers used in printf format %p.Stig Bjørlykke2009-10-191-17/+17
* Initialize variables which may be used uninitialized.Stig Bjørlykke2009-10-121-4/+4
* Replace GMemChunk usage with se_alloc(); Bill Meier2009-10-121-27/+5