dect
/
libpcap
Archived
13
0
Fork 0

Commit Graph

  • 481ab2d4a6 Merge branch 'master' of git://bpf.tcpdump.org/libpcap master Patrick McHardy 2011-01-10 14:44:29 +0100
  • 028204e0f9 Interface IDs are 0-origin. Guy Harris 2010-12-28 13:15:26 -0800
  • d58b82da9f Fix alignment of Love's name. Guy Harris 2010-11-30 16:42:35 -0800
  • 6feaf847e5 Use spaces for all entries. Fix Luis MartinGarcia's name. Luis MartinGarcia 2010-11-30 16:37:51 -0800
  • 16f6b49c87 Use config.status to generate pcap-config. Mike Frysinger 2010-11-30 16:06:14 -0800
  • a092bafeee In test programs, just as in pcap-usb-linux.c, if we have <linux/compiler.h> we (probably need to include it before including <linux/usbdevice_fs.h>, otherwise the test may fail when it shouldn't. Guy Harris 2010-11-30 15:52:45 -0800
  • b019cc06cb Check whether we have <linux/compiler.h>. Guy Harris 2010-11-25 14:06:01 -0800
  • 0920898be2 Include <linux/compiler.h> before including <linux/usbdevice_fs.h>. Guy Harris 2010-11-25 13:49:16 -0800
  • cbf0ba1e34 Add DLT_DBUS, for raw D-Bus messages. Guy Harris 2010-11-15 08:57:38 -0800
  • 77ed5cdd1f Libnl 2.x returns its own error codes, not errnos; handle that. Guy Harris 2010-11-14 13:48:19 -0800
  • ade794238b Add support for libnl 2.x, adapted from a newer version of the iw command. Guy Harris 2010-11-13 17:42:47 -0800
  • 38ef87dd39 Another fix for the compilation of WinPcap under MINGW32/MINGW64. Gianluca Varenni 2010-10-15 16:44:32 -0700
  • cc1a80e41e Fixes to compile WinPcap under MINGW32 and MINGW64. Gianluca Varenni 2010-10-15 01:42:59 -0700
  • f6e28f8d19 Import pcap-dect-linux Patrick McHardy 2010-10-15 02:21:10 +0200
  • 4d7214cbc5 Treat either EPERM or EACCES as "no soup for you". Guy Harris 2010-09-21 02:46:53 -0700
  • 74b7b4259f Return PCAP_ERROR_PROMISC_PERM_DENIED if you have permission to open the DLPI device but don't have permission to put the interface in promiscuous mode; some systems using DLPI work that way. Guy Harris 2010-09-21 02:07:05 -0700
  • b26d8d2aa8 Fix a problem that shows up with a max packet count passed to pcap_dispatch(). Guy Harris 2010-09-01 00:36:07 -0700
  • 7f1c9ba7ad Give the names, as well as the #defines, for time stamp types. Guy Harris 2010-08-23 15:36:30 -0700
  • 00f5d74bb9 Fixes from Scott Mcmillan. Guy Harris 2010-08-23 12:50:19 -0700
  • e84ae717b4 Clean up handling of the "net" symlink made by the configure script. Guy Harris 2010-08-23 03:12:12 -0700
  • ce38b0cd9b If the specified time stamp type isn't supported, treat that as a warning. Guy Harris 2010-08-22 19:09:50 -0700
  • fa4435e65c Add support for setting the time stamp type for a capture. Guy Harris 2010-08-22 17:36:27 -0700
  • 749726f92c Give Scott McMillan credit for the initial time stamp patch. Guy Harris 2010-08-22 17:09:04 -0700
  • 951f99bbbd Add support for setting the time stamp type for a capture. Guy Harris 2010-08-22 16:58:53 -0700
  • 0ba94d1cfa Consistently use "link-layer header type". Guy Harris 2010-08-22 15:26:35 -0700
  • b9546dd6de Add some additional SEE ALSO references. Guy Harris 2010-08-22 15:08:20 -0700
  • 57935bef89 Combine documentation for allocate and free routines. Guy Harris 2010-08-22 14:54:10 -0700
  • bc8209b71e Fix handling of close of zerocopy BPF; based on a patch from Christian Peron. Guy Harris 2010-08-20 12:17:31 -0700
  • 3c13ac2cc3 Fix previous checkin. Guy Harris 2010-08-06 14:58:16 -0700
  • f41d444406 Mention the 802.15.4 changes. Guy Harris 2010-08-06 14:45:14 -0700
  • 41bfc71e21 Use DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces. Jon Smirl 2010-08-06 14:43:05 -0700
  • 6cb3ad9219 New DLT_IEEE802_15_4_NOFCS for 802.15.4 without FCS. Guy Harris 2010-08-06 14:12:16 -0700
  • e04170f756 List the fixes we've checked in so far. Guy Harris 2010-07-20 11:23:56 -0700
  • 9e7bc0881a Oops - should convert the LINKTYPE_ value in pcap-ng Interface Description Blocks to a DLT_ value in the pcap_t, as applications expect pcap_linktype() to return a DLT_ value. Guy Harris 2010-07-20 10:19:02 -0700
  • cc7b2f2e42 Add support for "wlan ra" and "wlan ta". Guy Harris 2010-07-03 13:15:01 -0700
  • aeda5c1d65 More "don't crash if "wlan addr{1,2,3,4}" are used without 802.11 headers". Guy Harris 2010-07-03 11:13:40 -0700
  • ccbfd9200e Don't crash if "wlan addr{1,2,3,4}" are used without 802.11 headers. Guy Harris 2010-07-03 10:58:48 -0700
  • 85089fea57 Do filtering on USB and Bluetooth capturing. Guy Harris 2010-06-04 10:48:16 -0700
  • f0a4bdf8e0 On FreeBSD/SPARC64, use -fPIC - it's apparently necessary. Guy Harris 2010-05-29 19:27:49 -0700
  • 9980b3601f Check for valid port numbers (fit in a 16-bit unsigned field). Guy Harris 2010-05-29 00:02:49 -0700
  • 65f960da71 Reject attempts to put savefiles into non-blocking mode. Guy Harris 2010-05-28 20:39:09 -0700
  • 8666f21afc Check for "no such device" for the "get the media types" ioctl in *BSD. Guy Harris 2010-05-18 18:56:38 -0700
  • 06a81b2e72 Improve error messages from bpf_open(), and let it do the error handling. Guy Harris 2010-05-18 18:50:30 -0700
  • 0a77b1b15f Return more specific errors from pcap_can_set_rfmon(); fix documentation. Guy Harris 2010-05-18 17:54:36 -0700
  • 59b866591a Clean up indentation. Guy Harris 2010-05-18 17:50:49 -0700
  • c65292b04b Update description fetching code for FreeBSD, fix code for OpenBSD. Guy Harris 2010-04-28 12:29:19 -0700
  • 073a8b37f9 Ignore /sys/net/dev files if we get ENODEV for them, not just ENXIO. andy-1 2010-04-27 23:33:23 -0700
  • ace1a2c86f Fix check for a constant 0 argument to BPF_DIV. Guy Harris 2010-04-21 02:20:48 -0700
  • e25ea10a13 Use the right version of ar when cross-building. Alon Bar-Lev 2010-04-16 03:02:27 -0700
  • b372da4b07 Free any filter set on a savefile when the savefile is closed. nvercamm 2010-04-16 02:54:45 -0700
  • 3a089e628c Include the CFLAGS setting when configure was run in the compiler flags. Alon Bar-Lev 2010-04-13 19:00:04 -0700
  • 2932593c3f updated version libpcap_1_1rel1 Michael Richardson 2010-04-07 11:55:27 -0400
  • e45fc489f0 Build fat appropriately for Leopard. Guy Harris 2010-04-06 15:06:34 -0700
  • a1a7640419 Don't define or use any of the SIZEOF_ values. Guy Harris 2010-04-04 13:48:11 -0700
  • d7cf4017fb Fix check for Snow Leopard. Guy Harris 2010-04-04 12:37:15 -0700
  • 6776069ed8 Balance parentheses in a comment. Guy Harris 2010-04-04 12:07:13 -0700
  • 19cc8a5941 Clarify that universal is OS X-specific. Guy Harris 2010-04-04 11:56:46 -0700
  • 8416cc897b Build universal on OS X by default; add an option to disable that. Guy Harris 2010-04-04 11:51:01 -0700
  • 0152f89467 Make the date on the change notes for 1.1.0 match the release date. Guy Harris 2010-04-03 11:59:18 -0700
  • 814e55d448 Make the date on the change notes for 1.1.0 match the release date. Guy Harris 2010-04-03 11:59:18 -0700
  • f379150d84 The first 1.2.x release will be 1.2.0, not 1.2. Guy Harris 2010-04-01 22:32:44 -0700
  • f74bae3c00 Update version (and make it indicate that this isn't a release yet). Guy Harris 2010-04-01 22:32:14 -0700
  • 47b77da614 Add the current set of 1.1.1 changes from 1.1.0. Guy Harris 2010-04-01 22:31:02 -0700
  • 9596eba4ba Add the current set of 1.1.1 changes from 1.1.0. Guy Harris 2010-04-01 22:31:02 -0700
  • fea03672e0 Update CHANGES to reflect more of the changes in 1.1.0. Guy Harris 2010-04-01 22:26:18 -0700
  • 9d6dc34d55 Update CHANGES to reflect more of the changes in 1.1.0. Guy Harris 2010-04-01 22:26:18 -0700
  • 07b1493b01 Merge branch 'libpcap_1.1' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/libpcap into libpcap_1.1 Guy Harris 2010-04-01 10:47:10 -0700
  • 72f95bc06c Add a #include required on RHEL5. Chris Maynard 2010-04-01 01:58:32 -0700
  • 3ac3601bc7 Add a #include required on RHEL5. Chris Maynard 2010-04-01 01:58:32 -0700
  • dbf3bd4597 Add a --with-arch-flags configuration option to specify target architectures. Guy Harris 2010-03-31 17:22:33 -0700
  • 6f1a669da4 Pass LDFLAGS to the command that builds shr.o on AIX. Alon Bar-Lev 2010-03-31 14:32:39 -0700
  • d270319b2c Pass LDFLAGS to the command that builds shr.o on AIX. Alon Bar-Lev 2010-03-31 14:32:39 -0700
  • 8f6096fd01 Move test source to a tests directory, add a new test for nonblocking mode. Guy Harris 2010-03-31 12:39:35 -0700
  • 6e5e19e7f8 There's now a 1.1 branch; the main branch will become 1.2. Guy Harris 2010-03-13 14:39:11 -0800
  • 02ef27750d Pick up the CHANGES file from the 1.1 branch. Guy Harris 2010-03-13 14:38:29 -0800
  • ea2324cac7 updated version info libpcap_1_1rel0 Michael Richardson 2010-03-11 21:10:32 -0500
  • f6cbf3b4de Update to handle arbitrary-length interface descriptions on FreeBSD. Xin Li 2010-03-10 15:55:44 -0800
  • c3184553df Update a comment. Guy Harris 2010-03-10 15:53:55 -0800
  • b3eca60b5c Added the definition of SET_BINMODE under WIN32. test2 2010-03-09 12:27:31 -0800
  • 5377f7340b instead of making releasetar depend upon bpf_filter.c, move bpf_filter.c to GENSRC Michael Richardson 2010-03-05 11:51:35 -0500
  • 8499864cf2 releasetar target needs bpf_filter symlink to be set right Michael Richardson 2010-03-05 11:45:41 -0500
  • 8ed6cc789e Give Wesley Shields credit for the inet.c change to fix build on FreeBSD. Guy Harris 2010-03-01 15:03:26 -0800
  • 2d3279a02f Update to work with FreeBSD flavor of SIOCGIFDESCR. Guy Harris 2010-03-01 15:01:02 -0800
  • 84a1f947ba Squelch warnings about type punning. Guy Harris 2010-02-23 20:01:35 -0800
  • b231bfe26c Fix comments. Guy Harris 2010-02-11 15:04:01 -0800
  • ab2f33c0e7 Again, Git, not CVS. Guy Harris 2010-02-08 15:57:58 -0800
  • 6d2fcdfaa1 Again, we're using Git now. Guy Harris 2010-02-08 11:26:05 -0800
  • a6942e7596 Put date into version.h for Git versions, too. Guy Harris 2010-02-08 02:49:42 -0800
  • 916b450e31 For PRE-GIT releases, put a date stamp in the version string. Guy Harris 2010-02-08 02:40:11 -0800
  • 3da6116350 We're using Git, not CVS, now. Guy Harris 2010-02-08 02:38:18 -0800
  • 1f436f90eb Include headers that should cause u_int64_t to be defined. Guy Harris 2010-01-27 00:56:18 -0800
  • c69ec3857b Include headers that should cause u_int64_t to be defined. Guy Harris 2010-01-27 00:46:43 -0800
  • 88285f982b Include headers that should cause u_int64_t to be defined. Guy Harris 2010-01-27 00:04:36 -0800
  • a52a49b582 Include headers that should cause u_int64_t to be defined. Guy Harris 2010-01-26 23:18:30 -0800
  • c9d9609809 Include headers that should cause u_int64_t to be defined. Guy Harris 2010-01-26 20:28:51 -0800
  • d1c86de80c Include headers that should cause u_int64_t to be defined. Guy Harris 2010-01-26 20:16:44 -0800
  • 9934984be5 Put pcap-snf.c and pcap-snf.h into the release tarball. Guy Harris 2010-01-26 19:52:05 -0800
  • 06446f52c4 Include headers that should cause u_int64_t to be defined. Guy Harris 2010-01-26 19:50:36 -0800
  • 271747b20b Fix --with-pcap={linux,bpf} when SNF API is present. Christian Bell 2010-01-26 12:02:38 -0800
  • e1539bdbcb Add Myricom SNF API support as a new pcap device. Christian Bell 2010-01-26 11:58:37 -0800