aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
AgeCommit message (Expand)AuthorFilesLines
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-3/+3
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-3/+2
2002-01-18The time base in an EtherPeek capture isn't necessarily the start timeGuy Harris1-2/+2
2002-01-18In the EtherPeek file reader, keep the capture start time in a privateGuy Harris1-1/+6
2001-12-13Don't leak memory when closing a pppdump trace file.Gilbert Ramirez1-1/+6
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-2/+2
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-1/+2
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-4/+4
2001-08-25The return value from "fwrite()" is a "size_t"; make the variable intoGuy Harris1-5/+5
2001-02-13You have to define "htolell()" on little-endian platforms, too....Guy Harris1-4/+5
2001-02-13Changes from Chris Jepeway toGuy Harris1-19/+68
2000-11-12"wtap_loop()" no longer has problems with packet offsets of 0, so weGuy Harris1-2/+2
2000-09-19Add support for reading pppd log files in wiretap.Gilbert Ramirez1-1/+30
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-2/+2
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez1-1/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-2/+3
2000-08-11If we have a random stream open for a compressed Sniffer file, have theGuy Harris1-6/+9
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall1-1/+5
2000-07-26In the final scene of the horror movie, just when you think the monsterGuy Harris1-2/+1
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris1-1/+13
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-0/+250