Ethereal-cvs: [Ethereal-cvs] rev 13201: /trunk/epan/dissectors/: packet-l2tp.c

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

Date: Sat, 29 Jan 2005 23:46:06 -0000
User: guy
Date: 2005/01/29 05:45 PM

Log:
 Add the I-D name for L2TPv3 to a comment.
 
 Do more, and more careful, AVP length checks.
 
 Use tvb_format_text() to display strings.
 
 Just use "col_add_fstr()" to set the Info column - there's no need to
 format into a buffer and then set the column to that buffer.
 
 Make the L2TP dissector a "new-style" dissector and have it reject
 packets with an unknown version number - the dissection effect is the
 same if no other dissector claims the packet (it just gets displayed as
 data), but this allows other dissectors to claim it.
 
 Don't use the length field if the length bit isn't set.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +376 -353  packet-l2tp.c    Modified



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