aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m3ua.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-8/+8
2013-08-31Convert m3ua to wmem and use the pinfo pool for a variable that might be usedEvan Huus1-2/+4
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-17/+7
2013-05-27From Chris Hellberg via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Pascal Quantin1-2/+2
2013-03-19From beroset:Anders Broman1-3/+3
2013-02-01Add heuristic MTP3 standard detection to M3UA (not for the draft M3UA versions).Jeff Morriss1-7/+81
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-1/+3
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-10-25Create and start using macros for MTP3 network indicators.Jeff Morriss1-6/+5
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-6/+6
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-26/+26
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+0
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-9/+9
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier1-5/+0
2011-04-17Decode the SI value in DATA messages correclty.Michael Tüxen1-1/+1
2011-02-13Update standard references.Anders Broman1-1/+3
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string mayJeff Morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-09-09Add some hf blurbs (for fields whose description is an acronym)Jeff Morriss1-70/+70
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-79/+79
2010-05-13Create a new REP_NA value for fields where there are no representationsGuy Harris1-1/+1
2010-05-12Instead of using private #defines for the last argument toGuy Harris1-79/+78
2010-04-23Interpret international point codes according to Q.708; white space editsGerasimos Dimitriadis1-7/+23
2010-04-16Add an MTP3 equivalent for the SLSJeff Morriss1-6/+10
2010-04-15As requested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2748 :Jeff Morriss1-5/+11
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-69/+69
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-4/+4
2008-10-24Put the contents of each CIC range parameter in a REG_REQ in its own treeJeff Morriss1-20/+34
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2007-03-19bzero the tap data.Luis Ontanon1-1/+1
2007-03-18add an mtp3 tap to m3ua to allow VoIP Calls to see ISUP/BICC calls over M3UALuis Ontanon1-10/+23
2007-02-23remove another hidden item Luis Ontanon1-1/+0
2007-02-23Wow!Luis Ontanon1-6/+12
2007-02-23add hidden fields for mtp3.dpc mtp3.opc mtp3.pc to m3ua so that if someone fi...Luis Ontanon1-0/+16
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-03-06From Jeff Morriss:Anders Broman1-0/+2
2006-01-14MTP3 standard in SCCP MTP3 and M3UA will be determined by Preference setting ...Anders Broman1-2/+2
2006-01-05Bill Meier:Jörg Mayer1-2/+2
2005-12-19register the m3ua dissector by nameLuis Ontanon1-0/+2
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman1-1/+2