aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2002-07-31Use <zlib.h> instead of "zlib.h"Jörg Mayer1-2/+2
2002-07-31Add conditional include of winsock2.h again, so compilation with MSVC++Jörg Mayer1-1/+5
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris8-7/+617
2002-07-29From Joerg Mayer:Guy Harris19-165/+133
2002-07-16Don't allocate structures to remember how to re-access a packet's data,Guy Harris1-12/+27
2002-07-16From Graeme Hewson:Guy Harris17-71/+132
2002-07-15Clean up the setting of "id_offset" and "sd_offset"; this fixes a bug inGuy Harris1-68/+46
2002-07-15Redo the way random access is handled. Save, for each packet, theGuy Harris1-120/+230
2002-07-14Clarify the octet-stuffed framing code, by adding comments and by usingGuy Harris1-5/+48
2002-07-12From Anand V. Narwani:Guy Harris1-2/+3
2002-07-06From Nix:Guy Harris1-3/+5
2002-06-27From Markus Steinmann: support for writing LANalyzer files.Guy Harris4-29/+676
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris4-11/+11
2002-06-13Move the entries to map between platform-dependent libpcap link-layerGuy Harris1-117/+125
2002-06-13Add /I$(PCAP_DIR)/include to the list of directories in which to lookGuy Harris1-2/+3
2002-06-13Export the new wtap_process_pcap_packet routine.Guy Harris1-0/+1
2002-06-10Add #define HAVE_PCAP_H 1 to config.h.win32.Gilbert Ramirez2-13/+15
2002-06-07Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris4-28/+123
2002-06-07Add a new error for attempts to open a pipe or FIFO for random access.Guy Harris3-23/+48
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris21-183/+109
2002-06-07BSD/OS Frame Relay packets just begin with the Frame Relay header, soGuy Harris1-17/+4
2002-06-06Use "phtons()", not "htons()", just as we use "pntohs()" rather thanGuy Harris1-2/+2
2002-06-06Support the Solaris+SunATM libpcap capture file type (not yet checkedGuy Harris1-14/+241
2002-06-04The "sequential_close" routine for a capture file type, if it has one,Guy Harris1-3/+5
2002-06-04The frame table isn't needed once we've made a sequential pass throughGuy Harris1-3/+17
2002-05-29Check for EtherPeek files before checking for pppdump files; theGuy Harris1-3/+4
2002-05-29Fail somewhat more gracefully when confronted with a bad file.Guy Harris1-2/+4
2002-05-28Add support for old NetXRay format.Guy Harris3-65/+119
2002-05-26Get rid of an unused variable.Guy Harris1-3/+1
2002-05-23Set the LANE subtype in the "seek and read" routine.Guy Harris1-2/+14
2002-05-23The old URL for the LANalyzer file format is no longer valid; replace itGuy Harris1-2/+2
2002-05-22Capture file formats that can be written need a "short name" to let youGuy Harris1-2/+2
2002-05-22Updated NS_LS_DRIVER to work with both pre-HPUX11 and HPUX11.Ronnie Sahlberg3-21/+57
2002-05-17Added support for HPUX11 NETTL captures for the NS_LS_DRIVER type.Ronnie Sahlberg1-1/+108
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez1-136/+95
2002-05-08From Joerg Mayer:Guy Harris1-0/+1
2002-05-07Traffic with a traffic type of 0x06 is Signalling AAL traffic, includingGuy Harris1-3/+3
2002-05-04Fix capture-file-specific "close output" routines to check whether theGuy Harris4-100/+124
2002-04-30Move the code to guess the traffic type based on the packet contentsGuy Harris6-32/+209
2002-04-30Support writing Sun atmsnoop files.Guy Harris1-19/+81
2002-04-30Uniformly use "sizeof (struct netmon_atm_hdr)" for the size of NetworkGuy Harris1-3/+3
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris5-123/+404
2002-04-30The first byte of the frame header in atmsnoop does, in fact, contain anGuy Harris1-10/+36
2002-04-25Cast the sum of "ngsniffer->rand.nextout" and "delta" to "size_t" beforeGuy Harris1-2/+2
2002-04-24Add "stamp-h1", for automake 1.6.1, as per Joerg Mayer's suggestion.Guy Harris1-0/+1
2002-04-18Initial support for writing NetXRay 2.x (Windows Sniffer) formatGuy Harris3-6/+156
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aGuy Harris6-17/+20
2002-04-08Note the AiroPeek support in the message for the file type.Guy Harris1-2/+2
2002-04-08The length passed into "seek_read" routines is the length supplied byGuy Harris1-6/+1
2002-04-08Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanGuy Harris3-11/+109