aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp3.h
AgeCommit message (Collapse)AuthorFilesLines
2012-02-07Export the mtp3_heuristic_standard preference and mtp3_standard_vals[].morriss1-0/+3
Set mtp3_standard back to the preference value after each packet (in addition to in the frame-end function) in case there are multiple packets of different standards in the same frame. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40910 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-03Create a list of MTP Service Indicator macros and use them.morriss1-0/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40828 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-10The type field of an mtp3_addr_pc_t is a "which SS7 standard is this?"guy1-1/+1
type, not a "how do I format addresses?" type; declare it as such, and remove the comment that pointed out that the type field had the wrong (C) type. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24297 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerguy1-2/+2
to a mtp3_addr_pc_t; declare them as such, and pass the argument as such. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21595 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-18protect from multiple inclussionlego1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21053 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-14Jeff Morriss:jmayer1-4/+17
Fix for bug 1036 I looked at this today and found that in fact the PC stuff is pretty hosed up in the SS7 dissectors. For example, MTP3 *looks* OK here (DPC is 4-5-6): Routing label DPC (4-5-6) (394500) but 394500 == 0x60504 == 6-5-4. Something's not right. I made a common PC dissector function for all the SS7 dissectors so as to concentrate all this code in one place (something I've been wanting to do for a while anyway) and fixed the reported problem as well as the above problem in the attached patch. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19231 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variablegerald1-1/+1
definition in the Catapult DCT2000 code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18524 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-04-05Frof Jeff Morriss:etxrab1-1/+5
The attached patch adds support for the Japan SS7 variants (TTC/NTT) to the MTP3, MTP3MG, SCCP, and SCCPMG dissectors. It's not as thoroughly implemented nor tested as I'd like, but it does a good job of at least the basic dissection and I'm out of time for now. It also fixes bug I found in the SCCP dissector where it would show an End of Optional parameter even when the Optional pointer was 0. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17815 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-10Add a function that returns an unique guint32 for each dpc.lego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17572 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-16As per Olivier Jacques mail, etxrab1-5/+5
"preferences/mtp3 must be changed accordingly (it is explicitly indicated that the "network address format" is ..." Change the text and som names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16827 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-20remove sprintf from mtp3sahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15451 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-27fix a solaris buildbot compile errorulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12844 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+83
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7