aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dmp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15Get it compiling.tuexen1-2/+2
2012-08-15convert GStrings to more "ephemeral friendly" use.mmann1-10/+8
2012-08-10Use val_to_str_const() where appropriate;wmeier1-58/+58
2012-07-08UATs could be put into "categories". The categories were defined onlyguy1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-9/+9
2011-12-13Prevent memory leakage of uncompress tvb and associated data buffer (step 1).wmeier1-1/+1
2011-11-20Get rid of Warnings.etxrab1-12/+12
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-8/+8
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-37/+35
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-09-19Fix static overrun bug introduced in r37506. Fixes Coverity CID 1216.cmaynard1-32/+32
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.stig1-27/+27
2011-07-19Use correct encoding for proto_tree_add_item().stig1-299/+177
2011-06-01Yet another cast to uint.stig1-2/+2
2011-06-01Corrected usage of uint/pointer conversion.stig1-4/+4
2011-06-01Added support for DMP version 2 and some national variants.stig1-238/+1076
2011-03-26Added a sanity check to remove a coverity warning.stig1-1/+1
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentstig1-27/+27
2011-01-22Use nstime_set_zero() to initialize nstime_t's.morriss1-1/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-36/+36
2010-07-02Code cleanup:stig1-1007/+986
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-5/+5
2010-02-28Added svn:ignore targets.stig1-5/+5
2010-01-25Change back from tvb_child_uncompress() to tvb_uncompress() whenstig1-1/+1
2010-01-11Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"etxrab1-15/+15
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-5/+5
2009-12-08Added defines for protocol identifier.stig1-27/+42
2009-10-25From Jakub Zawadzki:etxrab1-12/+9
2009-10-06Use IANA assigned port number as default UDP port.stig1-4/+2
2009-09-30Removed unused variable.stig1-15/+8
2009-07-07Do not use tfs true_string and false_string directly.stig1-16/+6
2009-07-07Remove some check_col() calls.stig1-9/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-133/+131
2009-03-15Adjusted my name to use only ASCII characters.stig1-1/+1
2009-03-05Use some default true_false_string's.stig1-57/+37
2008-09-23Minor changes related to proto_reg_handoff & pref rangeswmeier1-4/+4
2008-09-19Minor cleanup mostly related to proto_reg_handoffwmeier1-1/+1
2008-09-11Minor cleanup related to proto_reg_handoff ....wmeier1-2/+2
2008-09-02Fix a few Emacs "file variables" to have "safe" values.wmeier1-1/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ... wmeier1-5/+5
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-3/+9
2008-04-25Register dissector by name.stig1-1/+2
2008-01-16Changed to checksum_good and checksum_bad to align with other dissectors.stig1-2/+2
2008-01-15Fixed a small issue reporting corresponding package num for retransmittedstig1-1/+9