aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m3ua.c
AgeCommit message (Collapse)AuthorFilesLines
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
svn path=/trunk/; revision=26308
2007-03-19bzero the tap data.Luis Ontanon1-1/+1
svn path=/trunk/; revision=21062
2007-03-18add an mtp3 tap to m3ua to allow VoIP Calls to see ISUP/BICC calls over M3UALuis Ontanon1-10/+23
svn path=/trunk/; revision=21058
2007-02-23remove another hidden item Luis Ontanon1-1/+0
svn path=/trunk/; revision=20905
2007-02-23Wow!Luis Ontanon1-6/+12
hidden fields appear twice defeating the purpose, that's what I call deprecating a function!! svn path=/trunk/; revision=20902
2007-02-23add hidden fields for mtp3.dpc mtp3.opc mtp3.pc to m3ua so that if someone ↵Luis Ontanon1-0/+16
filters by mtp3.pc can get both m2ua and m3ua packets directed towars a caertain pc. svn path=/trunk/; revision=20901
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
svn path=/trunk/; revision=18196
2006-03-06From Jeff Morriss:Anders Broman1-0/+2
The M3UA I-G and -bis specify a couple of registration result codes that the M3UA dissector doesn't currently understand. The attached patch fixes that. svn path=/trunk/; revision=17476
2006-01-14MTP3 standard in SCCP MTP3 and M3UA will be determined by Preference setting ↵Anders Broman1-2/+2
in MTP3. svn path=/trunk/; revision=17029
2006-01-05Bill Meier:Jörg Mayer1-2/+2
Spelling fixes. svn path=/trunk/; revision=16956
2005-12-19register the m3ua dissector by nameLuis Ontanon1-0/+2
svn path=/trunk/; revision=16859
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman1-1/+2
svn path=/trunk/; revision=16815
2005-12-13Change reassembly to include first empty segment, check if SLR exists.Anders Broman1-0/+16
Change pinfo->src/dst to use SS7 address for reassembly to use the correct key. svn path=/trunk/; revision=16781
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
2005-03-18From Jeff Morris: Display PC structured.Michael Tüxen1-3/+6
svn path=/trunk/; revision=13802
2004-12-27Again, some warnings removed.Ulf Lamping1-2/+2
svn path=/trunk/; revision=12842
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
svn path=/trunk/; revision=12115
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2008
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410