2005-01-12 |
hannes | add gencode support for Juniper ML/LS PIC DLT_ |
blob | commitdiff | raw |
2004-12-18 |
guy | From Gisle Vanem: MS-DOS support. |
blob | commitdiff | raw | diff to current |
2004-12-17 |
guy | From Gisle Vanem: there's no need to include <sys/time... |
blob | commitdiff | raw | diff to current |
2004-12-15 |
guy | Put the FDDI padding (if any) into the pcap_t structure... |
blob | commitdiff | raw | diff to current |
2004-11-06 |
guy | Fix a comment. |
blob | commitdiff | raw | diff to current |
2004-11-06 |
guy | Move the code to generate code to check for a particula... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
hannes | add support for DLT_JUNIPER_ATM1 (137) and DLT_JUNIPER_... |
blob | commitdiff | raw | diff to current |
2004-08-27 |
guy | From Nicolas Dade <[email protected]>: the VLAN... |
blob | commitdiff | raw | diff to current |
2004-08-18 |
hannes | add support for another PPP variant as per request... |
blob | commitdiff | raw | diff to current |
2004-07-15 |
guy | Catch the case in "gen_mpls()" where "orig_nl" isn... |
blob | commitdiff | raw | diff to current |
2004-06-16 |
hannes | bugfix: MPLS compare all (masked)32bits instead of... |
blob | commitdiff | raw | diff to current |
2004-06-16 |
hannes | add baseline support for MPLS protocol and per-label... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
guy | From Brian Ginsbach: squelch some compiler warnings. |
blob | commitdiff | raw | diff to current |
2004-03-29 |
guy | Get rid of long-vs-int problem in a printf format ... |
blob | commitdiff | raw | diff to current |
2004-03-28 |
fenner | Handle the new OpenBSD pf format (DLT 117), which is... |
blob | commitdiff | raw | diff to current |
2004-03-17 |
guy | Add support for Apple's IP-over-IEEE 1394 encapsulation. |
blob | commitdiff | raw | diff to current |
2004-03-11 |
guy | Add support for DLT_ value 99, as used by the Axent... |
blob | commitdiff | raw | diff to current |
2004-01-31 |
guy | For now, support "link[N:M]" filtering, but nothing... |
blob | commitdiff | raw | diff to current |
2004-01-29 |
guy | DLT_IEEE802_11_RADIO is used for the BSD radio header... |
blob | commitdiff | raw | diff to current |
2004-01-29 |
guy | Add stuff from the FreeBSD gencode.c to a comment. |
blob | commitdiff | raw | diff to current |
2004-01-14 |
guy | Put in support for raw "link[N:M]" filtering for DOCSIS. |
blob | commitdiff | raw | diff to current |
2003-12-18 |
guy | Put in very minimal support for DLT_LINUX_IRDA filters. |
blob | commitdiff | raw | diff to current |
2003-11-15 |
guy | Add _U_ to "rcsid[]" definitions, to eliminate "unused... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
guy | Squelch signed vs. unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2003-07-29 |
hannes | bogus generation of PSNP codepoint for CSNP PDUs |
blob | commitdiff | raw | diff to current |
2003-05-02 |
guy | The value pointed to by "gen_pf_ifname()"'s argument... |
blob | commitdiff | raw | diff to current |
2003-03-28 |
guy | Add support for "link broadcast" and "link multicast... |
blob | commitdiff | raw | diff to current |
2003-03-11 |
guy | Add support for OpenBSD DLT_PFLOG. |
blob | commitdiff | raw | diff to current |
2003-03-08 |
guy | Add support for OpenBSD DLT_ENC - and map it to a value... |
blob | commitdiff | raw | diff to current |
2003-03-08 |
guy | From [email protected], via OpenBSD: add a check for... |
blob | commitdiff | raw | diff to current |
2003-02-14 |
guy | Unfortunately, there is no direction flag for DLT_PPP. |
blob | commitdiff | raw | diff to current |
2003-02-05 |
guy | For DLT_ATM_RFC1483, the network-layer header starts... |
blob | commitdiff | raw | diff to current |
2003-01-23 |
guy | From Peter Fales <[email protected]>: support... |
blob | commitdiff | raw | diff to current |
2002-12-12 |
guy | Add gencode support for DLT_IEEE802_11_RADIO. |
blob | commitdiff | raw | diff to current |
2002-12-06 |
hannes | add BPF_ filters for misc. IS-IS PDU Types |
blob | commitdiff | raw | diff to current |
2002-12-04 |
hannes | fixed BPF generation of OSI over {CHDLC and ATM-LLC... |
blob | commitdiff | raw | diff to current |
2002-10-18 |
guy | Add support for RFC 2625 IP-over-Fibre Channel, mapping... |
blob | commitdiff | raw | diff to current |
2002-08-11 |
guy | Make "lane" behave like "vlan", i.e. have it tweak... |
blob | commitdiff | raw | diff to current |
2002-08-08 |
guy | Redo the code generation for 802.11 MAC address tests... |
blob | commitdiff | raw | diff to current |
2002-08-08 |
guy | Token Ring multicasts are handled the same way other... |
blob | commitdiff | raw | diff to current |
2002-08-08 |
guy | Add support for operations that test 802.11 SA or DA... |
blob | commitdiff | raw | diff to current |
2002-08-06 |
guy | Support the "inbound" and "outbound" qualifiers on... |
blob | commitdiff | raw | diff to current |
2002-08-06 |
guy | Fix a typo in a comment. |
blob | commitdiff | raw | diff to current |
2002-08-05 |
guy | Get rid of probably-unnecessary includes of <net/if.h>. |
blob | commitdiff | raw | diff to current |
2002-08-02 |
guy | Include "IP6_misc.h" even on UNIX if __MINGW32__ is... |
blob | commitdiff | raw | diff to current |
2002-08-02 |
guy | Use <pcap-stdinc.h> only on Windows; on UNIX, selective... |
blob | commitdiff | raw | diff to current |
2002-08-01 |
risso | Added support for Win32, based on WinPcap. |
blob | commitdiff | raw | diff to current |
2002-07-11 |
guy | Add SunATM support, based on code from Yen Yen Lim... |
blob | commitdiff | raw | diff to current |
2002-07-11 |
guy | Add support for Frame Relay as a link-layer type; the... |
blob | commitdiff | raw | diff to current |
2002-06-11 |
itojun | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2002-06-11 |
itojun | tches #454 from [email protected] |
blob | commitdiff | raw | diff to current |
2002-06-01 |
guy | Add comments to explain the incomplete definitions... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
guy | Handle the three types of link layers: |
blob | commitdiff | raw | diff to current |
2002-04-07 |
guy | Include <netdb.h> before <pcap-namedb.h>, as <netdb... |
blob | commitdiff | raw | diff to current |
2002-04-06 |
guy | There's no need to include <sys/socket.h> twice. |
blob | commitdiff | raw | diff to current |
2001-12-18 |
guy | Free up both "registers" (scratch memory locations... |
blob | commitdiff | raw | diff to current |
2001-11-30 |
guy | Add support for DLT_PRISM_HEADER. |
blob | commitdiff | raw | diff to current |
2001-11-12 |
fenner | Zero out IPv6 mask before using it. This fixes express... |
blob | commitdiff | raw | diff to current |
2001-09-20 |
fenner | Reset the VLAN flags when compiling a new expression. |
blob | commitdiff | raw | diff to current |
2001-07-03 |
guy | Fix a memory leak found by Miklos Szeredi |
blob | commitdiff | raw | diff to current |
2001-06-20 |
guy | Change from NetBSD, by Martin Husemann <martin@netbsd... |
blob | commitdiff | raw | diff to current |
2001-06-18 |
guy | Support for LocalTalk hardware, from Uns Lider <unslide... |
blob | commitdiff | raw | diff to current |
2001-06-10 |
guy | 802.11 support, from Javier Achirica <achirica@ttd... |
blob | commitdiff | raw | diff to current |
2001-05-30 |
fenner | Allow "ip6 proto ___" constructs. |
blob | commitdiff | raw | diff to current |
2001-05-10 |
fenner | SCTP support from Armando L. Caro Jr. <[email protected]... |
blob | commitdiff | raw | diff to current |
2001-04-17 |
guy | ARCNet support, from NetBSD. |
blob | commitdiff | raw | diff to current |
2001-04-17 |
guy | Add support for NetBSD DLT_PPP_ETHER, as per the NetBSD... |
blob | commitdiff | raw | diff to current |
2001-02-21 |
guy | Patch from NetBSD, by Klaus Klein <[email protected]... |
blob | commitdiff | raw | diff to current |
2001-02-12 |
itojun | ignore non-IP address. |
blob | commitdiff | raw | diff to current |
2001-01-28 |
guy | Add a "netbeui" keyword, which selects NetBEUI packets... |
blob | commitdiff | raw | diff to current |
2001-01-15 |
guy | Check for all four types of IPX frame on DLT_LINUX_SLL... |
blob | commitdiff | raw | diff to current |
2001-01-14 |
guy | I've seen captures with all four different flavors... |
blob | commitdiff | raw | diff to current |
2001-01-14 |
guy | Handle STP (under the assumption that the "Bridging... |
blob | commitdiff | raw | diff to current |
2001-01-14 |
guy | Add "ipx", which checks for the LLC SAP for IPX as... |
blob | commitdiff | raw | diff to current |
2001-01-14 |
guy | Generate code to check for LLC SAP values on Linux... |
blob | commitdiff | raw | diff to current |
2001-01-14 |
guy | Support checking for protocols specified by an LLC... |
blob | commitdiff | raw | diff to current |
2000-12-21 |
guy | Add support for a new link layer type DLT_LINUX_SLL... |
blob | commitdiff | raw | diff to current |
2000-12-16 |
guy | Handle DLT_NULL correctly - the AF_ value is in host... |
blob | commitdiff | raw | diff to current |
2000-12-12 |
guy | If the user specifies an Ethernet address in an express... |
blob | commitdiff | raw | diff to current |
2000-12-12 |
guy | Make "pcap_compile_nopcap()" a wrapper around "pcap_ope... |
blob | commitdiff | raw | diff to current |
2000-11-09 |
itojun | correct "protochain" processing. |
blob | commitdiff | raw | diff to current |
2000-10-30 |
guy | When reporting an unknown data link type, print it... |
blob | commitdiff | raw | diff to current |
2000-10-29 |
guy | Add a #define for the LSAP value for SNAP. |
blob | commitdiff | raw | diff to current |
2000-10-28 |
guy | Handle "iso" as a PPP link-layer type. |
blob | commitdiff | raw | diff to current |
2000-10-28 |
guy | Allow "clnp", as well as "esis" and "isis", as OSI... |
blob | commitdiff | raw | diff to current |
2000-10-28 |
guy | Allow "iso proto esis" and "iso proto isis" (as the... |
blob | commitdiff | raw | diff to current |
2000-10-28 |
guy | Catch attempts to filter on ISO hosts (we don't support... |
blob | commitdiff | raw | diff to current |
2000-10-28 |
guy | Tony Li's changes, from FreeBSD, to support filtering... |
blob | commitdiff | raw | diff to current |
2000-10-28 |
guy | Handle for DLT_PPP all the protocol types we handle... |
blob | commitdiff | raw | diff to current |
2000-10-28 |
guy | Patch from Monroe Williams <[email protected]>, submitte... |
blob | commitdiff | raw | diff to current |
2000-10-28 |
guy | When attaching a "bpf_program" to a "pcap_t" to use... |
blob | commitdiff | raw | diff to current |
2000-10-25 |
guy | Clean up the lexical analyzer if we return normally... |
blob | commitdiff | raw | diff to current |
2000-10-25 |
guy | The Linux "pcap_setfilter()" makes a copy of the filter... |
blob | commitdiff | raw | diff to current |
2000-10-22 |
guy | Improved VLAN support, from Peter Jeremy - "vlan" filte... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
guy | Get rid of the PCAP_ENCAP_ values - if an application... |
blob | commitdiff | raw | diff to current |
2000-10-10 |
guy | Include <string.h> to declare various string-manipulati... |
blob | commitdiff | raw | diff to current |
2000-10-06 |
guy | Make "gen_protochain()", as it's not used outside ... |
blob | commitdiff | raw | diff to current |
2000-09-23 |
guy | Add definitions of Ethernet types from |
blob | commitdiff | raw | diff to current |
2000-09-18 |
guy | In "init_linktype()", map DLT_ codes that don't have... |
blob | commitdiff | raw | diff to current |
2000-09-17 |
guy | Introduce a set of PCAP_ENCAP_ codes to specify packet... |
blob | commitdiff | raw | diff to current |
next |