| Commit message (Expand) | Author | Age | Files | Lines |
* | From Joe Marcus Clarke: force the standard output to be in binary mode | Guy Harris | 2004-04-28 | 1 | -3/+6 |
* | At last compiling on CygWin works again! Added the missing PCRE and GLIB | Olivier Biot | 2004-04-14 | 1 | -1/+9 |
* | From Mark C. Brown: add support for FDDI and Token Ring cards. | Guy Harris | 2004-04-02 | 2 | -13/+63 |
* | From Rolf Fiedler: fix a comment, and fix the code to get the packet | Guy Harris | 2004-04-02 | 1 | -3/+3 |
* | From Albert Chin: "config.h" should come before all other #includes. | Guy Harris | 2004-03-30 | 1 | -4/+5 |
* | Some aclocal warning fixes during autogen.sh | Jörg Mayer | 2004-03-27 | 1 | -4/+4 |
* | From Mark C. Brown: add support for iether (dual-port gigabit) cards in | Guy Harris | 2004-03-27 | 2 | -2/+4 |
* | Fix the CLEANFILES target so both static and shared libraries are cleaned. | Olivier Biot | 2004-03-24 | 1 | -1/+2 |
* | Add support for DLT_APPLE_IP_OVER_IEEE_1394. | Guy Harris | 2004-03-23 | 3 | -6/+13 |
* | Clean up the code to check the file type. | Guy Harris | 2004-03-23 | 1 | -44/+12 |
* | In the read routine, set the 802.11 pseudo-header for | Guy Harris | 2004-03-19 | 1 | -1/+16 |
* | "esc_read()" is passed a FILE_T, not a FILE_T * - a FILE_T is a pointer | Guy Harris | 2004-03-17 | 1 | -3/+3 |
* | Make libethereal and libwiretap shared libs. | Jörg Mayer | 2004-03-13 | 1 | -6/+5 |
* | Add support for DLT_ value 99, as used by the Axent Raptor | Guy Harris | 2004-03-11 | 3 | -4/+16 |
* | From Jeff Morriss: delete "ascend-grammar.c" and "ascend-grammar.h" with | Guy Harris | 2004-03-06 | 1 | -1/+5 |
* | Get rid of an out-of-date comment. | Guy Harris | 2004-03-04 | 1 | -12/+3 |
* | Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap", | Guy Harris | 2004-03-03 | 18 | -37/+37 |
* | Require autoconf 2.53 and automake 1.6 | Jörg Mayer | 2004-03-03 | 1 | -2/+2 |
* | Set the packet encapsulation value to the file encapsulation. | Guy Harris | 2004-03-03 | 1 | -1/+2 |
* | A DLT_ value of 13, in a Nokia-format capture, appears to be an ATM | Guy Harris | 2004-02-19 | 1 | -51/+193 |
* | Get rid of unused variables and #defines. | Guy Harris | 2004-02-13 | 1 | -7/+2 |
* | Use "guint8" for 8-bit binary data. | Guy Harris | 2004-02-12 | 1 | -36/+40 |
* | Note that 164 is reserved for Juniper chassis-internal meta-information | Guy Harris | 2004-02-12 | 1 | -2/+7 |
* | Map WTAP_ENCAP_IEEE_802_11_WITH_RADIO to DLT_IEEE802_11, for now; we | Guy Harris | 2004-02-11 | 1 | -4/+29 |
* | From Rolf Fiedler: support for reading EyeSDN USB S0 trace files. | Guy Harris | 2004-02-11 | 7 | -5/+394 |
* | Cast the arguments to <ctype.h> macros to "guchar", to squelch | Guy Harris | 2004-02-09 | 3 | -15/+16 |
* | Add extra {} to "avoid ambiguous `else'", to quote the GCC warning that | Guy Harris | 2004-02-09 | 1 | -3/+3 |
* | Move -pedantic back to extra-gcc-flags, as glib generates more warnings than ... | Jörg Mayer | 2004-02-08 | 1 | -3/+3 |
* | Don't build as shared *and* static by default | Jörg Mayer | 2004-02-07 | 1 | -1/+3 |
* | Ignore byproducts of shared lib compilation | Jörg Mayer | 2004-02-07 | 1 | -0/+3 |
* | Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or an | Guy Harris | 2004-02-06 | 2 | -19/+48 |
* | A MediaSubType value of 1 also means 802.11. (Is that what indicates | Guy Harris | 2004-02-06 | 1 | -2/+2 |
* | Make sure a packet has one and only one length field, one and only one | Guy Harris | 2004-02-06 | 1 | -6/+44 |
* | The time stamps in *Peek V9 files appear to be in nanoseconds from the | Guy Harris | 2004-02-06 | 1 | -12/+19 |
* | Ethernet frames appear to have 4 bytes of 0 at the end, at least in the | Guy Harris | 2004-02-06 | 1 | -5/+20 |
* | V9 format appears to be used by some versions of EtherPeek, too. | Guy Harris | 2004-02-06 | 2 | -87/+220 |
* | Fix up a comment to note that this is also used for AiroPeek, and used | Guy Harris | 2004-02-06 | 1 | -2/+9 |
* | Sort the link-layer type values a little better. | Guy Harris | 2004-02-06 | 1 | -4/+2 |
* | The DLT_ value 127 is being used for the BSD radio header, and the | Guy Harris | 2004-01-29 | 3 | -50/+56 |
* | From Tomas Kukosa: reserve private WTAP_ENCAP values and map them to | Guy Harris | 2004-01-28 | 3 | -4/+86 |
* | Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field to | Guy Harris | 2004-01-27 | 5 | -49/+67 |
* | Fix a compiler warning. | Guy Harris | 2004-01-26 | 1 | -3/+3 |
* | 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 | 54 | -409/+564 |
* | Fix all fixable warnings | Jörg Mayer | 2004-01-24 | 7 | -26/+27 |
* | It appears that, for ISDN captures, the rules for whether there's 4 | Guy Harris | 2004-01-19 | 1 | -10/+30 |
* | Add -Wbad-function-cast to extra gcc flags. | Olivier Biot | 2004-01-10 | 1 | -2/+2 |
* | The year in a LANalyzer capture's trace summary record is a 2-byte year | Guy Harris | 2004-01-07 | 1 | -7/+5 |
* | Packet data is an array of "guint8"s, not an array of "char"s; declare | Guy Harris | 2004-01-06 | 3 | -11/+9 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 8 | -19/+19 |