aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dmp.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-3/+3
2012-03-22Renamed dmp_class to sec_class, as this is a more correct variable name.Stig Bjørlykke1-5/+5
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-2/+2
2011-12-13Prevent memory leakage of uncompress tvb and associated data buffer (step 1).Bill Meier1-1/+1
2011-11-20Get rid of Warnings.Anders Broman1-12/+12
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-8/+8
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-37/+35
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-19Fix static overrun bug introduced in r37506. Fixes Coverity CID 1216.Chris Maynard1-32/+32
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-27/+27
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-299/+177
2011-06-01Yet another cast to uint.Stig Bjørlykke1-2/+2
2011-06-01Corrected usage of uint/pointer conversion.Stig Bjørlykke1-4/+4
2011-06-01Added support for DMP version 2 and some national variants.Stig Bjørlykke1-238/+1076
2011-03-26Added a sanity check to remove a coverity warning.Stig Bjørlykke1-1/+1
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke1-27/+27
2011-01-22Use nstime_set_zero() to initialize nstime_t's.Jeff Morriss1-1/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-36/+36
2010-07-02Code cleanup:Stig Bjørlykke1-1007/+986
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-5/+5
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-5/+5
2010-01-25Change back from tvb_child_uncompress() to tvb_uncompress() whenStig Bjørlykke1-1/+1
2010-01-11Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"Anders Broman1-15/+15
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-5/+5
2009-12-08Added defines for protocol identifier.Stig Bjørlykke1-27/+42
2009-10-25From Jakub Zawadzki:Anders Broman1-12/+9
2009-10-06Use IANA assigned port number as default UDP port.Stig Bjørlykke1-4/+2
2009-09-30Removed unused variable.Stig Bjørlykke1-15/+8
2009-07-07Do not use tfs true_string and false_string directly.Stig Bjørlykke1-16/+6
2009-07-07Remove some check_col() calls.Stig Bjørlykke1-9/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-133/+131
2009-03-15Adjusted my name to use only ASCII characters.Stig Bjørlykke1-1/+1
2009-03-05Use some default true_false_string's.Stig Bjørlykke1-57/+37
2008-09-23Minor changes related to proto_reg_handoff & pref rangesBill Meier1-4/+4
2008-09-19Minor cleanup mostly related to proto_reg_handoffBill Meier1-1/+1
2008-09-11Minor cleanup related to proto_reg_handoff ....Bill Meier1-2/+2
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-5/+5
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-3/+9
2008-04-25Register dissector by name.Stig Bjørlykke1-1/+2
2008-01-16Changed to checksum_good and checksum_bad to align with other dissectors.Stig Bjørlykke1-2/+2
2008-01-15Fixed a small issue reporting corresponding package num for retransmittedStig Bjørlykke1-1/+9
2008-01-14Fixed a guint64 compile issue with a Sun C 5.8 compiler.Stig Bjørlykke1-5/+6
2007-12-20Added Precedence and Importance to COL_INFO.Stig Bjørlykke1-31/+48