Jeff Morriss:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 14 Sep 2006 10:51:44 +0000 (10:51 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 14 Sep 2006 10:51:44 +0000 (10:51 +0000)
commit3f7ba6886272742d4845827d3efdf6075cfce413
treeb197f9b0cad8af7239969d57a19e10eeb46212d6
parentd8c46156b6aab1f7dcb208a1ecd93fa3ab2c77f1
Jeff Morriss:
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
epan/dissectors/packet-mtp3.c
epan/dissectors/packet-mtp3.h
epan/dissectors/packet-mtp3mg.c
epan/dissectors/packet-sccp.c
epan/dissectors/packet-sccpmg.c