aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-itdm.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-1/+1
2015-04-08Remove MPLS preference that doubled for Decode As.Michael Mann1-2/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-194/+207
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-27/+21
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-26/+26
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-05-25From Dan Gora:Jaap Keuter1-13/+202
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-1/+1
2009-01-15Add prefs callback so a pref change works...Bill Meier1-3/+5
2009-01-15From Dan Gora:Jaap Keuter1-0/+299