| Commit message (Expand) | Author | Age | Files | Lines |
* | Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap", | Guy Harris | 2004-03-03 | 1 | -2/+1 |
* | Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field to | Guy Harris | 2004-01-27 | 1 | -18/+10 |
* | Don't muck with the Ethernet pseudo-header if we have an 802.11 capture. | Guy Harris | 2004-01-25 | 1 | -1/+9 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -17/+21 |
* | It appears that, for ISDN captures, the rules for whether there's 4 | Guy Harris | 2004-01-19 | 1 | -10/+30 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -3/+3 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -29/+137 |
* | It appears that, at least for gigabit pod captures, there are time stamp | Guy Harris | 2003-09-28 | 1 | -21/+52 |
* | A couple of captures have been seen with the first (low-order) byte of | Guy Harris | 2003-07-07 | 1 | -41/+94 |
* | The units, in non-whizzo-gigabit-pod captures, for hdr.timeunit = 2 | Guy Harris | 2003-03-31 | 1 | -11/+21 |
* | Ian Schorr discovered that, for gigabit pod captures, if hdr.timeunit is | Guy Harris | 2003-03-28 | 1 | -23/+31 |
* | Handle the direction bit in SDLC and PPP Sniffer files. | Guy Harris | 2003-03-04 | 1 | -1/+7 |
* | Handle packet direction information for SDLC Sniffer captures. | Guy Harris | 2003-03-03 | 1 | -8/+60 |
* | A "hdr.xxb[20]" value of 2 in a version 2 capture appears to mean that | Guy Harris | 2003-03-01 | 1 | -1/+13 |
* | Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture files | Guy Harris | 2003-01-31 | 1 | -14/+21 |
* | Add support for writing Frame Relay files in NetXRay format 2.x. | Guy Harris | 2003-01-30 | 1 | -21/+72 |
* | The Sniffer file formats include a file to identify raw cells; export | Guy Harris | 2003-01-10 | 1 | -1/+7 |
* | It appears that a channel number of 0 means DTE->DCE, and a channel | Guy Harris | 2003-01-09 | 1 | -2/+2 |
* | PRI captures appear to be the ISDN captures with padding. | Guy Harris | 2003-01-07 | 1 | -12/+20 |
* | Use some fields in the per-packet header for ATM to get the AAL type | Guy Harris | 2003-01-07 | 1 | -22/+92 |
* | The direction flag for LAPB/X.25 and ISDN appears to be in the | Guy Harris | 2003-01-07 | 1 | -11/+17 |
* | Update a comment. | Guy Harris | 2003-01-07 | 1 | -18/+7 |
* | Properly turn the raw ISDN channel number field into an actual channel | Guy Harris | 2003-01-07 | 1 | -6/+53 |
* | Add some more comments. | Guy Harris | 2003-01-03 | 1 | -2/+5 |
* | Get rid of some bogus commented-out statements. | Guy Harris | 2003-01-03 | 1 | -5/+2 |
* | It appears there are, indeed, two fields in the "xxb" part of the file | Guy Harris | 2003-01-03 | 1 | -17/+57 |
* | Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not just | Guy Harris | 2003-01-03 | 1 | -8/+20 |
* | Add support for version 002.000, and note that there's probably | Guy Harris | 2003-01-03 | 1 | -5/+14 |
* | Discard the WTAP_ENCAP_LAPD encapsulation type in favor of a | Guy Harris | 2002-10-31 | 1 | -43/+19 |
* | Some fields that are treated as 16-bit or 8-bit fields followed by | Guy Harris | 2002-10-29 | 1 | -14/+83 |
* | Put in a comment noting that not *all* captures with a network type of 3 | Guy Harris | 2002-10-22 | 1 | -1/+9 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -12/+12 |
* | From Joerg Mayer: | Guy Harris | 2002-07-29 | 1 | -7/+7 |
* | From Graeme Hewson: | Guy Harris | 2002-07-16 | 1 | -5/+19 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 1 | -9/+4 |
* | Add support for old NetXRay format. | Guy Harris | 2002-05-28 | 1 | -46/+95 |
* | Fix capture-file-specific "close output" routines to check whether the | Guy Harris | 2002-05-04 | 1 | -49/+55 |
* | Initial support for writing NetXRay 2.x (Windows Sniffer) format | Guy Harris | 2002-04-18 | 1 | -3/+152 |
* | Add an encapsulation type for "802.11 with radio information"; that type | Guy Harris | 2002-04-08 | 1 | -45/+163 |
* | Yes, that stuff really *does* appear to be just padding. Go figure. | Guy Harris | 2002-04-08 | 1 | -17/+6 |
* | Gerald says the padding has values that don't look like FCSes; note that | Guy Harris | 2002-04-07 | 1 | -1/+5 |
* | Make the end-of-packet padding a per-capture-file property. | Guy Harris | 2002-04-07 | 1 | -20/+32 |
* | Add support for Sniffer 4.6 wireless captures. | Gerald Combs | 2002-04-07 | 1 | -8/+23 |
* | Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. | Guy Harris | 2002-03-04 | 1 | -4/+15 |
* | From Joerg Mayer: get rid of "-Wno-unused" flag in some configure | Guy Harris | 2002-03-02 | 1 | -3/+5 |
* | From Joerg Mayer: remove unused variables and declarations of | Guy Harris | 2002-02-27 | 1 | -3/+3 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -2/+2 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Get rid of signed/unsigned comparison warnings in wiretap. | Gilbert Ramirez | 2001-10-25 | 1 | -3/+3 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 1 | -3/+3 |