aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris4-65/+195
2002-04-08Yes, that stuff really *does* appear to be just padding. Go figure.Guy Harris1-17/+6
2002-04-08Replace "--enable-zlib" with "--with-zlib", and have it take an optionalGuy Harris3-17/+173
2002-04-07Gerald says the padding has values that don't look like FCSes; note thatGuy Harris1-1/+5
2002-04-07Make the end-of-packet padding a per-capture-file property.Guy Harris2-21/+34
2002-04-07Add support for Sniffer 4.6 wireless captures.Gerald Combs1-8/+23
2002-03-25From Marc Milgram: properly handle fragmented packets.Guy Harris1-14/+37
2002-03-09Sigh. Tcpdump cannot handle capture files with a snapshot length of 0,Guy Harris1-2/+14
2002-03-07Fix a comment.Guy Harris1-3/+3
2002-03-07Fix a typo - IFT_ISO88025 is 9, not 8.Guy Harris1-2/+2