Ethereal-cvs: [Ethereal-cvs] rev 15935: /trunk/epan/dissectors/: Makefile.common packet-winsre

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Wed, 21 Sep 2005 17:32:22 GMT
User: guy
Date: 2005/09/21 12:32 PM

Log:
 Don't fill in a data structure for the packet while dissecting; we use
 almost none of the data - fill in only variables for what we need, and
 use proto_tree_add_item() in most cases.
 
 Move what's left of the packet-winsrepl.h header into packet-winsrepl.c,
 and get rid of the header.
 
 Dissect the name flags field in detail, as per the Samba code.
 
 We don't do any checks for whether the packet is a valid WINS
 replication packet, so don't make the dissector a new-style dissector.

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +0 -1      Makefile.common      Modified
  +204 -219  packet-winsrepl.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=15935&view=rev