aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Move the entries to map between platform-dependent libpcap link-layerGuy Harris2002-06-131-117/+125
* Add /I$(PCAP_DIR)/include to the list of directories in which to lookGuy Harris2002-06-131-2/+3
* Export the new wtap_process_pcap_packet routine.Guy Harris2002-06-131-0/+1
* Add #define HAVE_PCAP_H 1 to config.h.win32.Gilbert Ramirez2002-06-102-13/+15
* Add a Wiretap routine to process packets captured via libpcap, possiblyGuy Harris2002-06-074-28/+123
* Add a new error for attempts to open a pipe or FIFO for random access.Guy Harris2002-06-073-23/+48
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-0721-183/+109
* BSD/OS Frame Relay packets just begin with the Frame Relay header, soGuy Harris2002-06-071-17/+4
* Use "phtons()", not "htons()", just as we use "pntohs()" rather thanGuy Harris2002-06-061-2/+2
* Support the Solaris+SunATM libpcap capture file type (not yet checkedGuy Harris2002-06-061-14/+241
* The "sequential_close" routine for a capture file type, if it has one,Guy Harris2002-06-041-3/+5
* The frame table isn't needed once we've made a sequential pass throughGuy Harris2002-06-041-3/+17
* Check for EtherPeek files before checking for pppdump files; theGuy Harris2002-05-291-3/+4
* Fail somewhat more gracefully when confronted with a bad file.Guy Harris2002-05-291-2/+4
* Add support for old NetXRay format.Guy Harris2002-05-283-65/+119
* Get rid of an unused variable.Guy Harris2002-05-261-3/+1
* Set the LANE subtype in the "seek and read" routine.Guy Harris2002-05-231-2/+14
* The old URL for the LANalyzer file format is no longer valid; replace itGuy Harris2002-05-231-2/+2
* Capture file formats that can be written need a "short name" to let youGuy Harris2002-05-221-2/+2
* Updated NS_LS_DRIVER to work with both pre-HPUX11 and HPUX11.Ronnie Sahlberg2002-05-223-21/+57
* Added support for HPUX11 NETTL captures for the NS_LS_DRIVER type.Ronnie Sahlberg2002-05-171-1/+108
* Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez2002-05-091-136/+95
* From Joerg Mayer:Guy Harris2002-05-081-0/+1
* Traffic with a traffic type of 0x06 is Signalling AAL traffic, includingGuy Harris2002-05-071-3/+3
* Fix capture-file-specific "close output" routines to check whether theGuy Harris2002-05-044-100/+124
* Move the code to guess the traffic type based on the packet contentsGuy Harris2002-04-306-32/+209
* Support writing Sun atmsnoop files.Guy Harris2002-04-301-19/+81
* Uniformly use "sizeof (struct netmon_atm_hdr)" for the size of NetworkGuy Harris2002-04-301-3/+3
* Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris2002-04-305-123/+404
* The first byte of the frame header in atmsnoop does, in fact, contain anGuy Harris2002-04-301-10/+36
* Cast the sum of "ngsniffer->rand.nextout" and "delta" to "size_t" beforeGuy Harris2002-04-251-2/+2
* Add "stamp-h1", for automake 1.6.1, as per Joerg Mayer's suggestion.Guy Harris2002-04-241-0/+1
* Initial support for writing NetXRay 2.x (Windows Sniffer) formatGuy Harris2002-04-183-6/+156
* Move the definition of the FROM_DCE bit in the "flags" field of aGuy Harris2002-04-096-17/+20
* Note the AiroPeek support in the message for the file type.Guy Harris2002-04-081-2/+2
* The length passed into "seek_read" routines is the length supplied byGuy Harris2002-04-081-6/+1
* Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanGuy Harris2002-04-083-11/+109
* Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris2002-04-084-65/+195
* Yes, that stuff really *does* appear to be just padding. Go figure.Guy Harris2002-04-081-17/+6
* Replace "--enable-zlib" with "--with-zlib", and have it take an optionalGuy Harris2002-04-083-17/+173
* Gerald says the padding has values that don't look like FCSes; note thatGuy Harris2002-04-071-1/+5
* Make the end-of-packet padding a per-capture-file property.Guy Harris2002-04-072-21/+34
* Add support for Sniffer 4.6 wireless captures.Gerald Combs2002-04-071-8/+23
* From Marc Milgram: properly handle fragmented packets.Guy Harris2002-03-251-14/+37
* Sigh. Tcpdump cannot handle capture files with a snapshot length of 0,Guy Harris2002-03-091-2/+14
* Fix a comment.Guy Harris2002-03-071-3/+3
* Fix a typo - IFT_ISO88025 is 9, not 8.Guy Harris2002-03-071-2/+2
* Bug fix from Marc Milgram: occasionally the VMS parser would read offGuy Harris2002-03-071-2/+2
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-0518-219/+224
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-0518-138/+246