http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44234
User: guy
Date: 2012/08/02 06:02 PM
Log:
Make the protocol ID field an integral field with a value_string table;
use that table for setting the column as well.
dissect_xdlc_control() sets the Info column; don't set it ourselves
(dissect_xdlc_control() will overwrite it if called).
That means we should always call dissect_xdlc_control(), regardless of
whether we're building a protocol tree or not. Just get rid of the test
for that.
Append the protocol ID, if present, to the column.
Directory: /trunk/epan/dissectors/
Changes Path Action
+70 -124 packet-ax25.c Modified