aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2001-12-04Support for reading Visual Networks traffic capture files, from TomGuy Harris1-2/+3
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-2/+3
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-1/+2
2001-11-30Add support for LocalTalk Link Access Protocol.Guy Harris1-3/+4
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris1-2/+3
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-11-06Add in some heuristics to try to detect AIX libpcap format. (This worksGuy Harris1-24/+25
2001-11-02Support DLT_CISCO_IOS.Gilbert Ramirez1-2/+3
2001-10-19DBS Etherwatch wiretap module, from Marc Milgram.Guy Harris1-2/+3
2001-10-18VMS TCPIPtrace wiretap module, from Marc Milgram.Guy Harris1-2/+3
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-5/+5
2001-09-23Update the URL for ATM-on-Linux.Guy Harris1-2/+2
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris1-2/+1
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-2/+3
2001-02-22Etherpeek version 5, 6, and 7 support, from Daniel Thompson.Guy Harris1-2/+9
2001-01-08Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris1-2/+3
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris1-2/+3
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris1-2/+3
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-7/+9
2000-09-19Add support for reading pppd log files in wiretap.Gilbert Ramirez1-2/+3
2000-09-15Code to read capture files from some version of tcpdump from some sortGuy Harris1-21/+22
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-3/+11
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+3
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall1-2/+3
2000-07-26In the final scene of the horror movie, just when you think the monsterGuy Harris1-20/+21
2000-06-27Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris1-1/+4
2000-06-24Joerg Mayer's changes to add support for NetXRay file format versionGuy Harris1-2/+2
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris1-16/+23
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-209/+9
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-9/+17
2000-05-12Fix minor typo found by Alan Harrison.Guy Harris1-2/+2
2000-05-10Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris1-2/+2
2000-04-15Get rid of the "start" field in the private data for RADCOM, i4btrace,Guy Harris1-8/+2
2000-04-08Declare, in "wtap.h", Richard's new "wtap_read()" function.Guy Harris1-1/+2
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris1-2/+3
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris1-2/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
1999-12-15Handle i4btrace captures if they're from a machine with the oppositeGuy Harris1-1/+12
1999-12-15One field in the NetXRay header appears to be the number of frames inGuy Harris1-3/+3
1999-12-14more work on netxray, still not sniffer compatible thoughNathan Neulinger1-1/+2
1999-12-14Added support for writing netxray version 1.1 dumps.Nathan Neulinger1-1/+7
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1-3/+11
1999-12-11Put in a private data structure hanging off the "wtap_dumper" structureGuy Harris1-3/+9
1999-12-11Provide different file types for "modified" and Red Hat 6.1 "libpcap"Guy Harris1-16/+19
1999-12-05Provide a table of descriptive and short (command-line) names forGuy Harris1-1/+7
1999-12-04Give those capture file formats we can write a "short name", to be usedGuy Harris1-1/+3
1999-12-04More infrastructure changes for Ethereal - makeGuy Harris1-2/+2
1999-12-04Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris1-1/+6
1999-12-04Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1-5/+35
1999-11-26Support for iptrace 1.0 traces (AIX 3). Thanks to Florian LohoffGilbert Ramirez1-11/+12