aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp3.c
AgeCommit message (Expand)AuthorFilesLines
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 allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-08-31Convert the MTP3 stats to new "generic stat API".Gerald Combs1-0/+197
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+2
2014-12-19Rename si_code variable to mtp3_si_code to avoid conflicts with NetBSD'sStephen Fisher1-1/+1
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-7/+7
2014-11-21Replace tvb_length()AndersBroman1-1/+1
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-425/+438
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-3/+7
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-14/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-7/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-16Avoid calling find_dissector(), cache result of [new_]register_dissector()Jakub Zawadzki1-4/+3
2013-09-15emem -> wmemPascal Quantin1-3/+2
2013-07-04Global variables considered harmful.Guy Harris1-6/+8
2013-03-19From beroset:Anders Broman1-6/+6
2013-02-01Add heuristic MTP3 standard detection to M3UA (not for the draft M3UA versions).Jeff Morriss1-2/+1
2013-01-25Use pinfo-scoped memory for mtp3 addresses.Evan Huus1-2/+3
2012-11-29Make all enum_val_t's const.Jeff Morriss1-5/+5
2012-10-25Create and start using macros for MTP3 network indicators.Jeff Morriss1-8/+2
2012-10-25Fix cut-n-pasteo.Jeff Morriss1-1/+1
2012-10-25Create and start using macros for MTP3 network indicators.Jeff Morriss1-12/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-1/+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-02-07Export the mtp3_heuristic_standard preference and mtp3_standard_vals[].Jeff Morriss1-5/+8
2012-02-03Create a list of MTP Service Indicator macros and use them.Jeff Morriss1-36/+36
2012-02-03Register a frame-end routine to reset mtp3_standard back to the preferenceJeff Morriss1-12/+22
2012-02-03Improve heuristic standard detection:Jeff Morriss1-166/+165
2012-01-30Remove an unused parameter.Anders Broman1-2/+2
2012-01-30Try to determine MTP3 Standard heuristically, original codeAnders Broman1-44/+109
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-14/+13
2011-09-01Update my email address (the old one still works but I don't use it for Wires...Jeff Morriss1-14/+14
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
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-14/+14
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-2/+2
2010-03-30Add routine and tables for analyzing International Signalling PointGerasimos Dimitriadis1-0/+13
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-2/+1