Ethereal-cvs: [Ethereal-cvs] rev 15255: /trunk/epan/dissectors/: packet-dhcp-failover.c

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

Date: Sun, 07 Aug 2005 20:06:03 GMT
User: guy
Date: 2005/08/07 03:06 PM

Log:
 DHCP Failover runs over TCP; use tcp_dissect_pdus.
 
 There's no need to build a list of all the options and then dissect them
 individually; just have one loop that dissects them.  (The full list
 wasn't being freed, so we were leaking memory.)
 
 Add some more sanity checks.
 
 Clean up a bunch of other things.

Directory: /trunk/epan/dissectors/
  Changes    Path                      Action
  +561 -569  packet-dhcp-failover.c    Modified



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