aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m3ua.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-9/+9
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier1-5/+0
2011-04-17Decode the SI value in DATA messages correclty.tuexen1-1/+1
2011-02-13Update standard references.etxrab1-1/+3
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string maymorriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-09-09Add some hf blurbs (for fields whose description is an acronym)morriss1-70/+70
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-79/+79
2010-05-13Create a new REP_NA value for fields where there are no representationsguy1-1/+1
2010-05-12Instead of using private #defines for the last argument toguy1-79/+78
2010-04-23Interpret international point codes according to Q.708; white space editsdimeg1-7/+23
2010-04-16Add an MTP3 equivalent for the SLSmorriss1-6/+10
2010-04-15As requested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2748 :morriss1-5/+11
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-69/+69
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-4/+4
2008-10-24Put the contents of each CIC range parameter in a REG_REQ in its own treemorriss1-20/+34
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2007-03-19bzero the tap data.lego1-1/+1
2007-03-18add an mtp3 tap to m3ua to allow VoIP Calls to see ISUP/BICC calls over M3UAlego1-10/+23
2007-02-23remove another hidden item lego1-1/+0
2007-02-23Wow!lego1-6/+12
2007-02-23add hidden fields for mtp3.dpc mtp3.opc mtp3.pc to m3ua so that if someone fi...lego1-0/+16
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-03-06From Jeff Morriss:etxrab1-0/+2
2006-01-14MTP3 standard in SCCP MTP3 and M3UA will be determined by Preference setting ...etxrab1-2/+2
2006-01-05Bill Meier:jmayer1-2/+2
2005-12-19register the m3ua dissector by namelego1-0/+2
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:setxrab1-1/+2
2005-12-13Change reassembly to include first empty segment, check if SLR exists.etxrab1-0/+16
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-03-18From Jeff Morris: Display PC structured.tuexen1-3/+6
2004-12-27Again, some warnings removed.ulfl1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2008