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