aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-07Bug fix from Marc Milgram: occasionally the VMS parser would read offGuy Harris1-2/+2
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris18-219/+224
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris18-138/+246
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris17-162/+424
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris11-32/+40
2002-02-27From Joerg Mayer:Guy Harris2-6/+14
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris14-47/+33
2002-02-15Put in a missing "break;" statement. (Testing the untested AiroPeekGuy Harris1-1/+2
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris12-26/+36
2002-02-07Support in Wiretap for DLT_HHDLC, from Tomas Kukosa.Guy Harris3-4/+9
2002-02-06zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",Guy Harris4-37/+26
2002-02-01Update a comment.Guy Harris1-4/+7
2002-01-30Remove the "--without-gcc" option - it doesn't work with the Sun,Guy Harris1-6/+1
2002-01-30Add a "--without-gcc" option, similar to what tcpdump and libpcap have.Guy Harris1-1/+6
2002-01-30Bug fixes from Marc Milgram.Guy Harris1-49/+46