http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19231
User: jmayer
Date: 2006/09/14 10:51 AM
Log:
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.
Directory: /trunk/epan/dissectors/
Changes Path Action
+54 -30 packet-mtp3.c Modified
+17 -4 packet-mtp3.h Modified
+28 -62 packet-mtp3mg.c Modified
+9 -31 packet-sccp.c Modified
+7 -27 packet-sccpmg.c Modified