aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-1873-104/+104
* This shouldn't be checked in, as it's generated from Makefile.am.Guy Harris2004-07-161-445/+0
* If we don't know the board type in a Lanayzer capture, returnGuy Harris2004-07-081-2/+2
* On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris2004-06-301-1/+6
* define of O_BINARY not needed, if fcntl.h is includedUlf Lamping2004-06-291-6/+1
* To return an EOF indication, return FALSE from the read routine *AND*Guy Harris2004-06-161-1/+2
* Add an encapsulation type for BACnet MS/TP, and map the newly-assignedGuy Harris2004-06-073-4/+10
* It really helps when you change the default from gtk1 -> gtk2 in the topJörg Mayer2004-06-011-2/+2
* From Joe Marcus Clarke: force the standard output to be in binary modeGuy Harris2004-04-281-3/+6
* At last compiling on CygWin works again! Added the missing PCRE and GLIBOlivier Biot2004-04-141-1/+9
* From Mark C. Brown: add support for FDDI and Token Ring cards.Guy Harris2004-04-022-13/+63
* From Rolf Fiedler: fix a comment, and fix the code to get the packetGuy Harris2004-04-021-3/+3
* From Albert Chin: "config.h" should come before all other #includes.Guy Harris2004-03-301-4/+5
* Some aclocal warning fixes during autogen.shJörg Mayer2004-03-271-4/+4
* From Mark C. Brown: add support for iether (dual-port gigabit) cards inGuy Harris2004-03-272-2/+4
* Fix the CLEANFILES target so both static and shared libraries are cleaned.Olivier Biot2004-03-241-1/+2
* Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris2004-03-233-6/+13
* Clean up the code to check the file type.Guy Harris2004-03-231-44/+12
* In the read routine, set the 802.11 pseudo-header forGuy Harris2004-03-191-1/+16
* "esc_read()" is passed a FILE_T, not a FILE_T * - a FILE_T is a pointerGuy Harris2004-03-171-3/+3
* Make libethereal and libwiretap shared libs.Jörg Mayer2004-03-131-6/+5
* Add support for DLT_ value 99, as used by the Axent RaptorGuy Harris2004-03-113-4/+16
* From Jeff Morriss: delete "ascend-grammar.c" and "ascend-grammar.h" withGuy Harris2004-03-061-1/+5
* Get rid of an out-of-date comment.Guy Harris2004-03-041-12/+3
* Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris2004-03-0318-37/+37
* Require autoconf 2.53 and automake 1.6Jörg Mayer2004-03-031-2/+2
* Set the packet encapsulation value to the file encapsulation.Guy Harris2004-03-031-1/+2
* A DLT_ value of 13, in a Nokia-format capture, appears to be an ATMGuy Harris2004-02-191-51/+193
* Get rid of unused variables and #defines.Guy Harris2004-02-131-7/+2
* Use "guint8" for 8-bit binary data.Guy Harris2004-02-121-36/+40
* Note that 164 is reserved for Juniper chassis-internal meta-informationGuy Harris2004-02-121-2/+7
* Map WTAP_ENCAP_IEEE_802_11_WITH_RADIO to DLT_IEEE802_11, for now; weGuy Harris2004-02-111-4/+29
* From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris2004-02-117-5/+394
* Cast the arguments to <ctype.h> macros to "guchar", to squelchGuy Harris2004-02-093-15/+16
* Add extra {} to "avoid ambiguous `else'", to quote the GCC warning thatGuy Harris2004-02-091-3/+3
* Move -pedantic back to extra-gcc-flags, as glib generates more warnings than ...Jörg Mayer2004-02-081-3/+3
* Don't build as shared *and* static by defaultJörg Mayer2004-02-071-1/+3
* Ignore byproducts of shared lib compilationJörg Mayer2004-02-071-0/+3
* Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or anGuy Harris2004-02-062-19/+48
* A MediaSubType value of 1 also means 802.11. (Is that what indicatesGuy Harris2004-02-061-2/+2
* Make sure a packet has one and only one length field, one and only oneGuy Harris2004-02-061-6/+44
* The time stamps in *Peek V9 files appear to be in nanoseconds from theGuy Harris2004-02-061-12/+19
* Ethernet frames appear to have 4 bytes of 0 at the end, at least in theGuy Harris2004-02-061-5/+20
* V9 format appears to be used by some versions of EtherPeek, too.Guy Harris2004-02-062-87/+220
* Fix up a comment to note that this is also used for AiroPeek, and usedGuy Harris2004-02-061-2/+9
* Sort the link-layer type values a little better.Guy Harris2004-02-061-4/+2
* The DLT_ value 127 is being used for the BSD radio header, and theGuy Harris2004-01-293-50/+56
* From Tomas Kukosa: reserve private WTAP_ENCAP values and map them toGuy Harris2004-01-283-4/+86
* Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toGuy Harris2004-01-275-49/+67
* Fix a compiler warning.Guy Harris2004-01-261-3/+3