aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-31For WTAP_ENCAP_ETHERNET, you have to fill in the "eth.fcs_len" member ofGuy Harris1-1/+12
2003-12-29From Neils Koot:Guy Harris2-82/+298
2003-12-29Make all the byte arrays for writing out stuff "guint8" rather thanGuy Harris1-11/+11
2003-12-28removed some MSVC warnings (warning level 2)Ulf Lamping1-3/+3
2003-12-24Add -pedantic to --with-extra-gcc-checksJörg Mayer1-2/+2
2003-12-23removed some MSVC warnings (conversions between double/float and int)Ulf Lamping1-3/+3
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-2/+5
2003-12-21libpcap.c:1777: warning: implicit declaration of function htonsJörg Mayer1-2/+2
2003-12-19Add some additional sanity checking.Guy Harris1-1/+10
2003-12-18Add support for a link-layer type value of 143 as DOCSIS in libpcapGuy Harris1-1/+3
2003-12-18From Jan Kiszka: IrDA support.Guy Harris3-9/+163
2003-12-18WildPackets' EtherHelp appears to write EtherPeek-compatible files,Guy Harris1-1/+15
2003-12-17Fix more "CPPLAGS" typoes.Guy Harris1-3/+3
2003-12-11prevent MSVC warning:Ulf Lamping2-15/+15
2003-12-03From Jeff Morriss: add support for libpcap MTP2 and MTP3 captures.Guy Harris4-6/+21
2003-12-03"strtoul()" returns a "long", not a "long long".Guy Harris1-2/+2
2003-12-02Check for errors and EOF, and handle them appropriately; don't treat allGuy Harris1-19/+108
2003-12-02From Martijn Schipper: support for reading AiroPeek files in V9 captureGuy Harris7-6/+324
2003-12-01It's RedHat, not Red Hat.Richard Sharpe1-2/+2