aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ltp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.wmeier1-24/+24
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2011-01-04Instead of going over the Report segment twice, once to get the fieldsguy1-78/+42
2010-12-28Improve sanity checking of reception claim count. Fixes bug 5521.cmaynard1-4/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-02-22Fix for bug 4509:dimeg1-0/+9
2010-02-20Squelch some uninitialized-variable warnings (they're false positives).guy1-2/+2
2010-02-20Cast away some implicit-narrowing-conversion warnings.guy1-4/+4
2010-02-20Add a protocol reference.etxrab1-33/+179
2010-01-15Changed val_to_str() to val_to_str_const() when used with col_set_str().stig1-1/+1
2009-12-14Use the right field for the extension length. Should fixguy1-1/+1
2009-11-30Add an item length check to the DTN dissector. Fixes bugs 4277gerald1-2/+4
2009-11-30From Jakub Zawadzki via bug 4274:gerald1-0/+3
2009-11-29Try to get the Win64 compile going as well.jake1-2/+2
2009-11-29From Mithun Roy:jake1-0/+853