aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pflog.c
AgeCommit message (Collapse)AuthorFilesLines
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