aboutsummaryrefslogtreecommitdiffstats
path: root/epan/aftypes.h
AgeCommit message (Collapse)AuthorFilesLines
2009-12-03Added some Solaris AF_ types.stig1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31163 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-08AF_ values are used in DLT_LOOP captures as well.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25963 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-08Add Linux AF_ values to epan/aftypes.h; IAX2 implicitly uses them.guy1-0/+4
Have the IAX2 dissector include <epan/aftypes.h> and use the Linux AF_ values from it. Point to the IAX2 I-D, and add some clarifying comments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25962 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-08Add Winsock AF_ values to epan/aftypes.h; the DirectPlay and ActiveSyncguy1-1/+7
Desktop Pass-Through protocols use them. Use those values in the dissectors for those protocols. In the Desktop Pass-Through dissector, define the Winsock SOCK_ values ourselves, and get the IP protocol values from <epan/ipproto.h>. Don't include now-unnecessary system headers in that dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25959 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-18Putguy1-0/+13
#ifdef __cplusplus extern "C" { #endif /* __cplusplus */ ... #ifdef __cplusplus } #endif /* __cplusplus */ wrappers into some header files, for the benefit of C++ plugins. Also, add multiple-include protections. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20485 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-0/+34
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15844 f5534014-38df-0310-8fa8-9805f1628bb7