aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-14per suggestion from Paolo Lucente <paolo.lucente@ic.cnr.it>:upstream/libpcap-0.9.3hannes
2005-07-11 adjusted versionupstream/libpcap-0.9.2mcr
2005-07-11 removed partial recordmcr
2005-07-11bugreport from Paolo Lucente <paolo.lucente@ic.cnr.it>:hannes
2005-07-10Stephen Donnely says MTP3 and SCCP don't belong in the list of DLT_guy
2005-07-10Added a missing initialization of pcap_t::timeout when an adapter is openedrisso
2005-07-10select() should work on BPF devices on Tiger; it's poll() and kqueuesguy
2005-07-08fix MPLS code generation:hannes
2005-07-07From Stephen Donnelly: updates to the DAG support, to support theirguy
2005-07-07OK, we'll be putting out 0.9.2 soon, so add the API changes back inguy
2005-07-050.9's already been released, so, for better or worse, we're stuck withguy
2005-07-05Rename "direction_t" to "pcap_direction_t", and rename "D_IN" andguy
2005-07-05 0.9.1 finalupstream/libpcap-0.9.1mcr
2005-06-29Rebuild with autoconf 2.57, to minimize changes.guy
2005-06-29Checking whether the amount of data returned by SIOCGIFCONF is less thanguy
2005-06-21The data link layer isn't settable, so get rid ofguy
2005-06-20Don't dump core if the user uses "sio", "opc", "dpc", or "sls" on aguy
2005-06-20Cleanups to help for --with-dag and --with-septel.guy
2005-06-20From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7guy
2005-06-10Fixed a leak in pcap_open_live (win32): the pcap_t handle was not freedrisso
2005-06-06bugreport from Paolo Lucente <paolo.lucente@ic.cnr.it>:hannes
2005-06-04Sigh. In OS X 10.4 (and 10.4.1), "select()" and "poll()" don't work onguy
2005-06-03Add a "pcap_dump_ftell()" routine, to fetch the current offset of aguy
2005-05-28Put in a note about ISO-over-LLC, PPPoA (which is "PPP-over-LLC usingguy
2005-05-27RFC 1483 handles more than just IP and more than just SNAP.guy
2005-05-23Note that "pcap_setdirection()" isn't supported on savefiles.guy
2005-05-23Give a more correct error if you try to set the direction when readingguy
2005-05-19add basic support for DLT_JUNIPER_{GGSN,ES,MONITOR,SERVICES}hannes
2005-05-12add basic support for DLT_JUNIPER_PPPOE_ATMhannes
2005-05-04Renamed fileno to _fileno under MSVC, to avoid a compiler warning.risso
2005-05-04Added support for 64 bit integers under Windows.risso
2005-05-03add minimalistic code support for DLT_JUNIPER_PPPOEhannes
2005-05-03From Pawel Pokrywka: add support for requesting that only receivedguy
2005-05-02Fix a bunch of places to support all the 802.11+radio header DLT_ valuesguy
2005-05-02Make "link[N:M]" refer to the 802.11 header for all 802.11 DLT_ values,guy
2005-05-01Update a comment.guy
2005-05-01Clean up white space.guy
2005-05-01Add the SS7 encapsulations to pcap-bpf.h, replacing the unused "raw SS7"guy
2005-05-01Add support for most filter operations for captures with the radiotapguy
2005-05-01Use "gen_load_ipxhdrlen()" in more places.guy
2005-05-01Add a routine to load into the X register the length of the IPv4 header.guy
2005-05-01Make the value argument to "gen_ncmp()" a bpf_int32, the same as theguy
2005-05-01Replace all the "gen_load_*rel()" routines with "gen_load_a()", whichguy
2005-05-01Add a routine to generate code to load a value relative to the beginningguy
2005-05-01Add routines to generate code to load values relative to the beginningguy
2005-04-26Fixed the definition of SET_BINMODE(): the correct flag under VC6 isrisso
2005-04-25"gen_portatom()" and "gen_portatom6()" are declared as static; defineguy
2005-04-23From Albert Chin: AC_CHECK_DECLS will define the HAVE_DECL_xxx variableguy
2005-04-23From Albert Chin: just define __attribute__ as an empty macro if weguy
2005-04-21AC_TRY_COMPILE works only for code that fits inside "main()"; the testguy