ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 44234: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 03 Aug 2012 01:02:27 GMT
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