aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-04-14Be sure we initialize the p_id in hf's. This fixesmorriss3-20/+28
2010-04-14Fix up MATE's hf display values so MATE will actually run.morriss1-6/+8
2010-04-08Get rid of check_col().etxrab3-6/+3
2010-04-08Get rid of check_col().etxrab25-361/+94
2010-04-07Remove some uneeded #includeswmeier10-23/+0
2010-04-06Get rid of check_coletxrab9-196/+113
2010-04-06Don't use %s as the format string in val_to_str().morriss8-9/+9
2010-04-06Don't use %s as the format string in val_to_str(). This fixes the fuzz failu...morriss1-1/+1
2010-04-06The third argument to val_to_str() is a format string that gets passedguy1-4/+1
2010-04-05Get rid of a bunch of check_col().etxrab40-579/+314
2010-04-02Make the test compile.jake1-6/+6
2010-04-01From sangaran:etxrab3-0/+81
2010-03-29From Richard Kümmel: Added the bitmasks for port 10 and port 11.wmeier1-5/+11
2010-03-18cmake changes:jmayer17-42/+60
2010-03-16Some if (tree) cleanupkrj1-21/+19
2010-03-16Avoid some dead assignmentskrj1-3/+3
2010-03-16Whitespace cleanupkrj1-10/+9
2010-03-16Indicate width of parent bitfieldkrj1-2/+2
2010-03-16Inline truth/false tablekrj1-2/+5
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used ingirlich16-0/+1024
2010-03-16Fix some compiler warnings, clean up indentation a bit.guy1-19/+20
2010-02-25Generate asn1/hnbap/Makefile.guy16-64/+40
2010-02-24From Hannes Diethelm via bug 4525:stig1-2/+2
2010-01-28Fix some gcc -Wshadow warnings.wmeier4-22/+27
2010-01-28Fix gcc -Wshadow warning;wmeier1-1349/+1348
2010-01-28Fix some gcc -Wshadow warnings.wmeier5-28/+27
2010-01-28Fix gcc -Wshadow warning.wmeier1-3/+3
2010-01-13From Didier Gautheron:etxrab7-30/+15
2010-01-13From Didier Gautheron:etxrab9-9/+0
2010-01-02Do some cleanup:wmeier3-273/+288
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy2-21/+21
2009-12-17From Martin Lutz: Patch tvb_memeql return check;wmeier1-6/+6
2009-12-08Fix header field names containing dots.jake2-12/+12
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg5-10/+10
2009-11-17Beginnings of enabling static builds. Still to do:jmayer16-19/+19
2009-11-07cmake will now honor -Werror if configured (default: on)jmayer16-62/+259
2009-11-04add "reserved for profiles" commentsulfl1-18/+21
2009-11-03From Benjamin Meyer:etxrab1-1/+1
2009-11-03From Matthias FRANK:etxrab1-7/+268
2009-11-02From Matthias FRANK:etxrab1-31/+195
2009-10-26The stats_tree plugin deserves a version number other than "0.0".stig1-1/+1
2009-10-20Don't call PROTO_ITEM_SET_GENERATED(proto_tree_add[...]): that will end up ad...morriss1-9/+17
2009-10-19Removed redundant redeclaration of delete_avpl().stig1-6/+0
2009-10-19Renamed tvb_new -> new_tvb to avoid name collision.stig2-23/+23
2009-10-19Added cast to (void *) for pointers used in printf format %p.stig1-17/+17
2009-10-12Initialize variables which may be used uninitialized.stig1-4/+4
2009-10-12Replace GMemChunk usage with se_alloc(); wmeier1-27/+5
2009-10-09Use register_dissector_files in the plugins dissectorskrj13-301/+36
2009-10-09Use register_dissector_files in asn1 pluginkrj1-25/+3
2009-10-09From Didier Gautheron:etxrab17-57/+53