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.

svn path=/trunk/; revision=13201
This commit is contained in:
Guy Harris 2005-01-29 23:45:53 +00:00
parent 152e6819a2
commit 87bf383873
1 changed files with 378 additions and 355 deletions

File diff suppressed because it is too large Load Diff