aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dmp.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-4/+4
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-125/+76
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-36/+36
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-09-07Batch of filterable expert infoMichael Mann1-44/+41
2013-08-28Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-12/+2
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-2/+2
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann1-33/+32
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-19From beroset:Anders Broman1-3/+3
2013-03-12From beroset:Anders Broman1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-8/+9
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-2/+2
2012-11-29Make all enum_val_t's const.Jeff Morriss1-3/+3
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-15Get it compiling.Michael Tüxen1-2/+2
2012-08-15convert GStrings to more "ephemeral friendly" use.Michael Mann1-10/+8
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-58/+58
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
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