| Commit message (Expand) | Author | Age | Files | Lines |
* | From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP and | Guy Harris | 2004-09-19 | 3 | -4/+14 |
* | Improve the heuristic for Frame Relay, and move that heuristic after the | Guy Harris | 2004-09-15 | 1 | -16/+37 |
* | to prevent problems reported by David Richards, don't depend on the cvarsdll ... | Ulf Lamping | 2004-09-12 | 1 | -1/+3 |
* | From Mark C. Brown: | Guy Harris | 2004-09-04 | 2 | -59/+90 |
* | Rename HEADER_FILES to NONGENERATED_HEADER_FILES, so that it's clear | Guy Harris | 2004-07-27 | 2 | -2/+4 |
* | Add a missing backslash. | Guy Harris | 2004-07-26 | 1 | -1/+1 |
* | Add a Makefile.common for Wiretap, and have Makefile.am and | Guy Harris | 2004-07-26 | 3 | -106/+125 |
* | From Graham Bloice: add resources to wiretap.dll. | Guy Harris | 2004-07-23 | 1 | -1/+2 |
* | .cvsignore is dead | Jörg Mayer | 2004-07-18 | 1 | -28/+0 |
* | Add epan/dissectors/.cvsignore | Jörg Mayer | 2004-07-18 | 1 | -0/+2 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 73 | -104/+104 |
* | This shouldn't be checked in, as it's generated from Makefile.am. | Guy Harris | 2004-07-16 | 1 | -445/+0 |
* | If we don't know the board type in a Lanayzer capture, return | Guy Harris | 2004-07-08 | 1 | -2/+2 |
* | On at least some platforms, a #define of O_BINARY is needed even if | Guy Harris | 2004-06-30 | 1 | -1/+6 |
* | define of O_BINARY not needed, if fcntl.h is included | Ulf Lamping | 2004-06-29 | 1 | -6/+1 |
* | To return an EOF indication, return FALSE from the read routine *AND* | Guy Harris | 2004-06-16 | 1 | -1/+2 |
* | Add an encapsulation type for BACnet MS/TP, and map the newly-assigned | Guy Harris | 2004-06-07 | 3 | -4/+10 |
* | It really helps when you change the default from gtk1 -> gtk2 in the top | Jörg Mayer | 2004-06-01 | 1 | -2/+2 |
* | 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 |