aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tzsp.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.gram1-521/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-29The DLT_ value 127 is being used for the BSD radio header, and theguy1-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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9904 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-15From Chris Waters: use "proto_tree_add_uint()" for an FT_UINT* field.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9285 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-12From Chris Waters:guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8951 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-05Fix 3 strict-aliasing warnings:jmayer1-4/+4
Use TFS(&var) instead of VALS(&var) in case var is a true-false-string git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8615 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-06Give a bunch of files RCS IDs.guy1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7300 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-08From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesguy1-0/+442
from network-based libpcaps that use that protocol. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6875 f5534014-38df-0310-8fa8-9805f1628bb7