Commit Graph

4 Commits

Author SHA1 Message Date
Guy Harris 43b4e5adca From Chris Waters:
* Better decoding of TZSP header.
	* Handle unknown tags in packet.
	* Removed encapsulation types which are not actually supported.
	* Added tags for original length and sensor address.
	* Fix signedness of some fields.

Get rid of unused "hf_tzsp_reserved" variable.

Use -1 rather than "tvb_length(tvb)" when constructing the top-level
protocol tree item, and set the length if we have payload that we
dissect separately.

Have "add_option_info()" take a starting offset, rather than
constructing a subset tvbuff for it.

Clean up indentation.

svn path=/trunk/; revision=8951
2003-11-12 21:22:37 +00:00
Jörg Mayer 5d089f9ea9 Fix 3 strict-aliasing warnings:
Use TFS(&var) instead of VALS(&var) in case var is a true-false-string

svn path=/trunk/; revision=8615
2003-10-05 22:44:24 +00:00
Guy Harris c4f6fed5b5 Give a bunch of files RCS IDs.
svn path=/trunk/; revision=7300
2003-03-06 21:57:17 +00:00
Guy Harris 94800ef0fb From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP captures
from network-based libpcaps that use that protocol.

svn path=/trunk/; revision=6875
2003-01-08 05:03:54 +00:00