aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pflog.c
AgeCommit message (Collapse)AuthorFilesLines
2003-05-16Not all platforms have "u_int32_t"; use "guint32" instead.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7680 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_guy1-45/+276
value for DLT_PFLOG, and that goes along with a change to the link-layer header for DLT_PFLOG - support both the old and new values and format. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7676 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-3/+3
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-6/+2
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-07-15From Joerg Mayer:guy1-7/+7
Use the GLib macros to convert from network to host byte order. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5879 f5534014-38df-0310-8fa8-9805f1628bb7
2002-04-08Get rid of an unused variable.guy1-5/+4
Don't register the PFLOG dissector by name; it's only called through the "wtap_encap" dissector table. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5118 f5534014-38df-0310-8fa8-9805f1628bb7
2002-02-05Clean up a bunch of things:guy1-42/+78
use value_string tables and make numerical fields numeric, with associated value_string tables, rather than strings; make a signed integer field signed, which means we don't have to format the item for it in the protocol tree ourselves; give it a long protocol name, and make the short protocol name all-caps, as with other short protocol names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4696 f5534014-38df-0310-8fa8-9805f1628bb7
2002-01-30Include <string.h> to declare various string functions.guy1-1/+2
Include "snprintf.h", when needed, to declare "snprintf()" on platforms that don't have it. Fix some formats and arguments to various printing routines. Fix "diameter_time_to_string()" to properly fetch the time value from the data buffer handed to it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4639 f5534014-38df-0310-8fa8-9805f1628bb7
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallguy1-0/+212
logging virtual interface, from Mike Frantzen. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4616 f5534014-38df-0310-8fa8-9805f1628bb7