Wireshark-commits: [Wireshark-commits] rev 27160: /trunk/plugins/ciscosm/ /trunk/plugins/ciscosm/: packet-sm.c
From:
morriss@xxxxxxxxxxxxx
Date: Mon, 05 Jan 2009 20:37:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27160
User: morriss
Date: 2009/01/05 12:37 PM
Log:
Don't look up the mtp3 dissector (twice) for every packet: do it once at
proto_reg_handoff time and store the result.
If we don't call the mtp3 dissector on the payload then call the data dissector
to make it easier to see the payload.
Directory: /trunk/plugins/ciscosm/
Changes Path Action
+113 -101 packet-sm.c Modified