aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-28Ethareal->Wiresharketxrab1-8/+8
2006-05-22ethereal->wireshark updatessahlberg1-2/+2
2006-03-02From Daniele Orlandi:etxrab1-0/+132
2005-12-19Add support for Juniper GGSN generated pcap files.lego1-0/+1
2005-09-20From Hannes Gredler:etxrab1-0/+10
2005-09-14added compression support for capture file output. The Save/As dialog now has...ulfl1-21/+21
2005-08-30Add support for slightly modified libpcap file format with nanosecond resolut...ulfl1-3/+41
2005-08-25timestamp display precision:ulfl1-3/+4
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-6/+10
2005-08-12From Hannes Gredleretxrab1-1/+2
2005-07-22From Hannes Gredler:etxrab1-2/+2
2005-06-04Fix some more leaks in error returns from open routines (if the open canguy1-0/+1
2005-05-13Add WTAP_GCOM_TIE1 and WTAP_GCOM_SERIAL forgram1-0/+4
2005-05-11From Hannes Gredlersahlberg1-2/+7
2005-05-02- Add support for libpcap files for MTP2 with a per packet headertuexen1-2/+112
2005-04-01From Mark C Brown NETTL updatessahlberg1-0/+10
2005-01-31From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.guy1-0/+2
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.guy1-2/+4
2004-12-09Note that the link-layer types 170 and 171 are reserved (GFP-T is a bitguy1-0/+5
2004-12-07Add an entry for the new DLT_GPRS_LLC (so that nobody working onguy1-0/+12
2004-10-29As Sam Leffler notes, the radiotap header isn't BSD-only, it's also usedguy1-3/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-07Add an encapsulation type for BACnet MS/TP, and map the newly-assignedguy1-1/+3
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.guy1-3/+6
2004-03-19In the read routine, set the 802.11 pseudo-header forguy1-1/+16
2004-03-11Add support for DLT_ value 99, as used by the Axent Raptorguy1-1/+9
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",guy1-2/+1
2004-02-19A DLT_ value of 13, in a Nokia-format capture, appears to be an ATMguy1-51/+193
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-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 theguy1-2/+4
2004-01-28From Tomas Kukosa: reserve private WTAP_ENCAP values and map them toguy1-1/+19
2004-01-27Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toguy1-1/+10
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-40/+44
2004-01-24Fix all fixable warningsjmayer1-2/+2
2004-01-05 removed some MSVC warnings (level 3)ulfl1-2/+2
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-18Add support for a link-layer type value of 143 as DOCSIS in libpcapguy1-1/+3
2003-12-18From Jan Kiszka: IrDA support.guy1-6/+130
2003-12-03From Jeff Morriss: add support for libpcap MTP2 and MTP3 captures.guy1-1/+4
2003-10-24Move the version number checking for libpcap files, to see whether toguy1-21/+54
2003-10-24The capture tools for DGUX has swapped the included/original packet lengths o...sahlberg1-1/+10
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-3/+23
2003-09-04Put in a note telling people how to add a new libpcap encapsulationguy1-1/+47
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_guy1-2/+2
2003-03-25AIX's BPF, and thus its tcpdump, appears to use 24 as the link-layerguy1-4/+17
2003-03-08WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so justguy1-3/+3
2003-03-07From Markus Friedl:gerald1-2/+2