aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp3mg.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-5/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-38/+38
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-746/+758
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-28/+42
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
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-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-01-31Eliminate a bunch of basically useless/duplicate hf's for affected PCs: theyJeff Morriss1-220/+98
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-6/+6
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-3/+9
2012-10-25Create and start using macros for MTP3 network indicators.Jeff Morriss1-2/+2
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-11/+11
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-02-03Create a list of MTP Service Indicator macros and use them.Jeff Morriss1-10/+5
2011-09-28The SRT/SRA test pattern is 16 bits in Japan, don't try to retrieve 32 bits o...Jeff Morriss1-1/+1
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-25/+13
2011-09-01Update my email address (the old one still works but I don't use it for Wires...Jeff Morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-10-28Copy hf variables by value, not by reference.Jeff Morriss1-8/+8
2010-10-28Use ENC_LITTLE_ENDIAN and ENC_NA.Jeff Morriss1-59/+64
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-41/+41
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2007-12-03Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2063 : there's only 1 ...Jeff Morriss1-6/+7
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-3/+3
2006-09-14Jeff Morriss:Jörg Mayer1-62/+28
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-05Frof Jeff Morriss:Anders Broman1-56/+352
2006-03-22From Jeff MorrisAnders Broman1-9/+52
2005-08-08various code cleanup:Ulf Lamping1-5/+1
2004-11-24From Jeff Morriss: SSCOP over UDP and SSCF-NNI support.Guy Harris1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1244