aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-reload.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-11/+11
2012-07-28Fix a 'dead increment' warning forgotten in r44084pascal1-1/+0
2012-07-27Fix 'dead increment' and 'dereference of null pointer' Clang warningspascal1-12/+8
2012-07-08UATs could be put into "categories". The categories were defined onlyguy1-3/+3
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-486/+518
2012-01-23Fix some duplicate display filter names.cmaynard1-9/+9
2011-11-15Rewrite some odd code. Clang Cat does not want:guy1-2/+1
2011-10-25Fix proto_tree_add_item() encoding args.wmeier1-33/+34
2011-10-24Fix encoding arg for various fcn calls:wmeier1-8/+8
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-13Make clang on Mac OS X 10.7.2. happy.tuexen1-1/+0
2011-10-12When looping, be sure to iterate over the right number of elements. Fixes Co...cmaynard1-5/+5
2011-10-12Fix some proto_tree_add_item() FT_ABSOLUTE_TIME encoding parameters:wmeier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-7/+7
2011-10-08From Stéphane Bryant: fixes in reload fragmentation handlingwmeier1-105/+111
2011-10-08From Stéphane Bryant: remove the variables that the previous patch left unusedwmeier1-22/+8
2011-10-06Use '"%" G_GINT64_MODIFIER "d"' instead of "%ld" to format a guint64.wmeier1-1/+1
2011-10-06From Stéphane Bryant: improvements in RELOAD dissectionwmeier1-1092/+4253
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-40/+40
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-57/+57
2011-09-21Fix vi "modeline" so it works;wmeier1-1/+1
2011-05-29- Added new SignatureIdentity values.etxrab1-47/+11
2011-05-18Remove altogether code '#if 0'd in SVN #37229.wmeier1-26/+0
2011-05-18#if 0 some unused code & vars: Coverity 1018 & 1019;wmeier1-0/+7
2011-05-17Use val_to_str() instead of blindly passing the return value from match_strval()morriss1-5/+2
2011-05-11Use consistent casing in hf_ descriptions and expert infos.morriss1-112/+112
2011-05-06Prefix the message class names with RELOAD_ to prevent collisions.morriss1-9/+9
2011-05-06From Marc Petit-Huguenin via https://bugs.wireshark.org/bugzilla/show_bug.cgi...morriss1-92/+73
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+10
2011-01-27From Stéphane Bryant: bug fixes and improvements in RELOAD dissector:wmeier1-371/+401
2010-11-22From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-6/+0
2010-11-19Remove some unnecessary includes.morriss1-5/+0
2010-11-19From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-11/+170
2010-10-02Add col_clear; Also: Small reformatting and whitespace changeswmeier1-270/+283
2010-10-02Remove trailing spaces from a couple of hf namesmorriss1-129/+129
2010-10-01Add a couple of casts to make it compile.etxrab1-3/+3
2010-10-01Try to fix the Mac build.jake1-1/+1
2010-09-30Make it compile.stig1-1/+1
2010-09-30From Stéphane Bryant:jake1-0/+2636