aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snaeth.c
AgeCommit message (Collapse)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6117 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5932 f5534014-38df-0310-8fa8-9805f1628bb7
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noguy1-2/+2
longer contains length fields, so there's no need to pass a "packet_info *" argument to "set_actual_length()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4748 f5534014-38df-0310-8fa8-9805f1628bb7
2002-02-17Add support for SNA-over-Ethernet (Ethernet type 80d5).guy1-0/+117
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4747 f5534014-38df-0310-8fa8-9805f1628bb7