aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2004-02-19A DLT_ value of 13, in a Nokia-format capture, appears to be an ATMguy1-51/+193
2004-02-13Get rid of unused variables and #defines.guy1-7/+2
2004-02-12Use "guint8" for 8-bit binary data.guy1-36/+40
2004-02-12Note that 164 is reserved for Juniper chassis-internal meta-informationguy1-2/+7
2004-02-11Map WTAP_ENCAP_IEEE_802_11_WITH_RADIO to DLT_IEEE802_11, for now; weguy1-4/+29
2004-02-11From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.guy7-5/+394
2004-02-09Cast the arguments to <ctype.h> macros to "guchar", to squelchguy3-15/+16
2004-02-09Add extra {} to "avoid ambiguous `else'", to quote the GCC warning thatguy1-3/+3
2004-02-08Move -pedantic back to extra-gcc-flags, as glib generates more warnings than ...jmayer1-3/+3
2004-02-07Don't build as shared *and* static by defaultjmayer1-1/+3
2004-02-07Ignore byproducts of shared lib compilationjmayer1-0/+3
2004-02-06Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or anguy2-19/+48
2004-02-06A MediaSubType value of 1 also means 802.11. (Is that what indicatesguy1-2/+2
2004-02-06Make sure a packet has one and only one length field, one and only oneguy1-6/+44
2004-02-06The time stamps in *Peek V9 files appear to be in nanoseconds from theguy1-12/+19
2004-02-06Ethernet frames appear to have 4 bytes of 0 at the end, at least in theguy1-5/+20
2004-02-06V9 format appears to be used by some versions of EtherPeek, too.guy2-87/+220
2004-02-06Fix up a comment to note that this is also used for AiroPeek, and usedguy1-2/+9
2004-02-06Sort the link-layer type values a little better.guy1-4/+2
2004-01-29The DLT_ value 127 is being used for the BSD radio header, and theguy3-50/+56
2004-01-28From Tomas Kukosa: reserve private WTAP_ENCAP values and map them toguy3-4/+86
2004-01-27Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toguy5-49/+67
2004-01-26Fix a compiler warning.guy1-3/+3
2004-01-25Don't muck with the Ethernet pseudo-header if we have an 802.11 capture.guy1-1/+9
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy54-409/+564
2004-01-24Fix all fixable warningsjmayer7-26/+27
2004-01-19It appears that, for ISDN captures, the rules for whether there's 4guy1-10/+30
2004-01-10Add -Wbad-function-cast to extra gcc flags.obiot1-2/+2
2004-01-07The year in a LANalyzer capture's trace summary record is a 2-byte yearguy1-7/+5
2004-01-06Packet data is an array of "guint8"s, not an array of "char"s; declareguy3-11/+9
2004-01-05 removed some MSVC warnings (level 3)ulfl8-19/+19
2003-12-31For WTAP_ENCAP_ETHERNET, you have to fill in the "eth.fcs_len" member ofguy1-1/+12
2003-12-29From Neils Koot:guy2-82/+298
2003-12-29Make all the byte arrays for writing out stuff "guint8" rather thanguy1-11/+11
2003-12-28removed some MSVC warnings (warning level 2)ulfl1-3/+3
2003-12-24Add -pedantic to --with-extra-gcc-checksjmayer1-2/+2
2003-12-23removed some MSVC warnings (conversions between double/float and int)ulfl1-3/+3
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)ulfl1-2/+5
2003-12-21libpcap.c:1777: warning: implicit declaration of function htonsjmayer1-2/+2
2003-12-19Add some additional sanity checking.guy1-1/+10
2003-12-18Add support for a link-layer type value of 143 as DOCSIS in libpcapguy1-1/+3
2003-12-18From Jan Kiszka: IrDA support.guy3-9/+163
2003-12-18WildPackets' EtherHelp appears to write EtherPeek-compatible files,guy1-1/+15
2003-12-17Fix more "CPPLAGS" typoes.guy1-3/+3
2003-12-11prevent MSVC warning:ulfl2-15/+15
2003-12-03From Jeff Morriss: add support for libpcap MTP2 and MTP3 captures.guy4-6/+21
2003-12-03"strtoul()" returns a "long", not a "long long".guy1-2/+2
2003-12-02Check for errors and EOF, and handle them appropriately; don't treat allguy1-19/+108
2003-12-02From Martijn Schipper: support for reading AiroPeek files in V9 captureguy7-6/+324
2003-12-01It's RedHat, not Red Hat.sharpe1-2/+2