aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tzsp.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-29The DLT_ value 127 is being used for the BSD radio header, and theGuy Harris1-3/+4
current CVS libpcap uses 163 for the AVS radio header (127 was never used for the AVS radio header). Redo the Wiretap encapsulation values for that (and shuffle them to put the 802.11 Wiretap values together). svn path=/trunk/; revision=9904
2003-12-15From Chris Waters: use "proto_tree_add_uint()" for an FT_UINT* field.Guy Harris1-2/+2
svn path=/trunk/; revision=9285
2003-11-12From Chris Waters:Guy Harris1-117/+192
* 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-10-05Fix 3 strict-aliasing warnings:Jörg Mayer1-4/+4
Use TFS(&var) instead of VALS(&var) in case var is a true-false-string svn path=/trunk/; revision=8615
2003-03-06Give a bunch of files RCS IDs.Guy Harris1-0/+3
svn path=/trunk/; revision=7300
2003-01-08From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesGuy Harris1-0/+442
from network-based libpcaps that use that protocol. svn path=/trunk/; revision=6875