dect
/
libpcap
Archived
13
0
Fork 0

Commit Graph

  • 9862176baf Add CREDITS and README.aix to the list of files in the tarball. guy 2000-07-16 19:46:02 +0000
  • 869687bc29 Include "config.h.in" in "FILES", as it needs to be a part of the source tarball. guy 2000-07-16 19:18:01 +0000
  • 3c3e2686ab Remove "lbl/gnuc.h" from the list of files in "FILES", as it's no longer part of the libpcap source. guy 2000-07-16 19:10:07 +0000
  • 28d89246f2 As "make tar" runs tar with a list of files to include in the tarball, the classic BSD "F" flag, which tells it to *exclude* certain files, is unnecessary; furthermore, some versions of tar may not support it, and GNU tar, as appears in FreeBSD and perhaps other BSDs, and in Linux, interprets the "F" flag as meaning "run, at the end of each archive volume, the script whose name is given as an argument to the flag", so it's not even syntactically compatible with the classic "F" flag. guy 2000-07-16 19:08:29 +0000
  • 1ee8ddb3d4 Only turn BIOCIMMEDIATE mode on in AIX, not on other OSes with BPF such as the various BSDs, and put in a comment explaining this. guy 2000-07-14 06:25:49 +0000
  • ef8aca6eb3 Pick up the v0.5 changelog items, and delete the equivalent time-stamped items. guy 2000-07-14 02:35:03 +0000
  • ab1c0634f4 libpcap doesn't use <sys/ioccom.h>, but the test program in "AC_LBL_FIXINCLUDES" does, so we have to check for it, otherwise the configure script fails on, among other platforms, Solaris. guy 2000-07-14 02:12:36 +0000
  • 0d0297bdd1 Older versions of Flex (e.g., 2.5.2, which at least one user had) dump core if the YY_FLUSH_BUFFER macro is called when there's no current buffer (e.g., before any scanning has been done). guy 2000-07-13 06:51:56 +0000
  • e7039d24f4 Merge in changes from the libpcap 0.5 branch: guy 2000-07-13 06:24:14 +0000
  • 1a4baaa965 Update to note that non-patch mail should be sent to "tcpdump-workers@tcpdump.org", and that patches should be sent to "patches@tcpdump.org". libpcap_0_5rel2 gharris 2000-07-13 05:46:33 +0000
  • f4ab57be13 (pcap_open_live): rewrite BIOCSBLEN loop as a for(). from Guy Harris <gharris@flashcom.net> assar 2000-07-11 23:02:51 +0000
  • b113d4f386 (pcap_open_live): repair BIOCSBLEN loop. from Guy Harris <gharris@flashcom.net> assar 2000-07-11 23:00:05 +0000
  • dbc77da0d1 updated FILES to reflect 0.5 libpcap_0_5rel1 mcr 2000-07-11 01:26:56 +0000
  • 855d5eab07 conditionalize on USHRT_MAX and SOL_PACKET. From Love <lha@stacken.kth.se> assar 2000-07-11 01:09:16 +0000
  • b59cd6dc3c (MSG_TRUNC): define if it's not defined. From Love <lha@stacken.kth.se> assar 2000-07-11 01:06:27 +0000
  • 916c01aa0a not used any longer assar 2000-07-11 00:42:43 +0000
  • d501922cfa regen assar 2000-07-11 00:38:47 +0000
  • f1eb21451b add config.h. remove gnuc.h, use AC_DEFINE/3 to get strings into config.h.in assar 2000-07-11 00:38:19 +0000
  • 0e2f8c8892 add config.h, remove gnuc.h. remove __dead assar 2000-07-11 00:37:04 +0000
  • ca9f99af45 use AC_DEFINE/3 to get defines into config.h.in assar 2000-07-11 00:36:07 +0000
  • 028f9db367 clarify error message loop until buffer size is acceptable BIOCIMMEDIATE: set if exists assar 2000-07-10 04:50:05 +0000
  • 26b4c53bde re-generated assar 2000-07-06 01:51:37 +0000
  • cac15b82a8 add code for handling find the correct dlpi device on HP-UX 11.0 From: Guy Harris <gharris@flashcom.net> assar 2000-07-06 01:50:36 +0000
  • be5b659ebf use snprintf instead of sprintf. From Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de> assar 2000-07-04 12:24:01 +0000
  • acc7a22687 re-correct fallback strlcpy(). do not choke on z == 0. itojun 2000-07-04 00:22:03 +0000
  • 8cb4bb315b correct fallback strlcpy() macro. itojun 2000-07-04 00:10:47 +0000
  • ca4ad890a3 re-generated assar 2000-07-01 03:35:52 +0000
  • 7b517010e0 remove non-STDC code and malloc.h assar 2000-07-01 03:35:07 +0000
  • ae9e9d40b5 remove non-STDC code assar 2000-07-01 03:33:48 +0000
  • 95cd5942c1 remove non-stdc code remove unused variable warning assar 2000-07-01 03:32:50 +0000
  • 1cf3c4fbc9 remove setting of umask remove check for malloc.h: not used any longer assar 2000-07-01 03:31:45 +0000
  • 6a963bc2f3 correct ethertype_ipv6. from <risso@polito.it> itojun 2000-06-29 15:45:21 +0000
  • 026d4bfb5c correct ethertype_ipv6 again. from <risso@polito.it> itojun 2000-06-29 15:44:55 +0000
  • 20600c88c2 correct ethertype_ipv6. from <risso@polito.it> itojun 2000-06-29 15:38:57 +0000
  • 43d686800c add bpf_dump.c (moved here from tcpdump) assar 2000-06-26 10:55:16 +0000
  • 3e80c2e1e6 add pcap_open_dead assar 2000-06-26 08:14:48 +0000
  • 301b568422 remove some empty lines assar 2000-06-26 05:12:11 +0000
  • 2dffac5060 handle no link-layer From Darren Reed <darrenr@reed.wattle.id.au> assar 2000-06-26 05:10:40 +0000
  • cae5972e6d make it compile under solaris and hp-ux (bpf_filter): clarify comment From Darren Reed <darrenr@reed.wattle.id.au> assar 2000-06-26 05:08:35 +0000
  • d514a1aa6f (pcap_open_dead): add function for just creating a pcap_t that be later used when calling other functions. From Darren Reed <darrenr@reed.wattle.id.au> assar 2000-06-26 04:58:04 +0000
  • 5ea9c97fb8 (pcap_open_dead, bpf_validate, bpf_dump): add assar 2000-06-26 04:57:11 +0000
  • 44b4d1845b handle both KERNEL and _KERNEL. add prototypes for functions. From Darren Reed <darrenr@reed.wattle.id.au> assar 2000-06-26 04:56:28 +0000
  • fe8ad9b324 do not check for sys/ioccom.h and net/if_arp.h they are not being used assar 2000-06-26 04:20:36 +0000
  • 85ed1466a8 reomve interface.h, it's not used in libpcap assar 2000-06-26 04:17:05 +0000
  • 4d1337a4f8 (CSRC): add bpf_dump.c assar 2000-06-26 04:16:04 +0000
  • b846c9d16f remove extra prototype (now in interface.h) assar 2000-06-18 11:12:59 +0000
  • 106dac54fb doc edits from Guy Harris and MCR mcr 2000-06-16 17:50:17 +0000
  • b0c7a34385 *** empty log message *** mcr 2000-06-11 16:46:21 +0000
  • 4b8a2a8ebc documentation patches from Guy re: LBL mcr 2000-06-11 16:39:20 +0000
  • 71f07adc42 add list of changes (compiled by Guy Harris <gharris@flashcom.net>) assar 2000-06-10 18:47:37 +0000
  • 06d84775e0 (lex_init): call YY_FLUSH_BUFFER when using flex. From Guy Harris <gharris@flashcom.net> assar 2000-06-10 14:42:27 +0000
  • a9727ab8a9 add __attribute__ ((packed)). From cgd@netbsd.org (Chris G. Demetriou) assar 2000-06-10 14:26:40 +0000
  • bf88705991 re-generated assar 2000-06-10 14:20:42 +0000
  • a2aa72743a use just @RANLIB@ assar 2000-06-10 14:20:24 +0000
  • 80a0ed7346 use AC_PROG_RANLIB. be more cross-compilation friendly. From cgd@netbsd.org (Chris G. Demetriou) assar 2000-06-10 14:18:39 +0000
  • 9ba5ba1bc5 add arm to the list of cpus that dislike unaligned access. apparently it does something weird with them. from cgd@netbsd.org (Chris G. Demetriou) assar 2000-06-10 14:17:58 +0000
  • 94de442535 Merged the Linux v2.2 packet support into the main trunk (from tag linux-2-2-packet). Please test this code :) torsten 2000-06-08 06:40:09 +0000
  • 299da87b7d -Wall -Werror clean. itojun 2000-06-03 16:29:42 +0000
  • 742c75ef83 (pcap_open_live): remove duplicate PCAP_ERRBUF_SIZE assar 2000-05-13 13:14:41 +0000
  • a2b5a241a2 typo; snprint -> snprintf itojun 2000-05-08 23:11:02 +0000
  • 9a002c2dc7 regen itojun 2000-05-04 13:34:48 +0000
  • c86640a4b3 do not use strlcpy() if the platform does not supply one. linkage of third-party source code can fail if the third-party code does not have AC_REPLACE_FUNCS(strlcpy). (exapmle: ethereal) itojun 2000-05-04 13:34:24 +0000
  • 1f2deabd64 change sprintf -> snprintf from previous patch. also from Guy Harris <gharris@flashcom.net> assar 2000-04-30 07:32:56 +0000
  • 5c3ea071a8 set the snaplen to max(snaplen, mtu). From Guy Harris <gharris@flashcom.net> assar 2000-04-29 10:09:23 +0000
  • 466c37aaa3 s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo) itojun 2000-04-27 14:24:11 +0000
  • c867b499b0 strncpy -> strlcpy where more appropriate itojun 2000-04-27 11:18:02 +0000
  • eb3914c790 nuke strcpy, one more. itojun 2000-04-27 11:16:54 +0000
  • 6abf10866e nuke strcpy() itojun 2000-04-27 11:16:19 +0000
  • d2268605b4 talk about boundary check change. itojun 2000-04-27 09:37:47 +0000
  • a906e591fb revert renaming of pcap_nametoaddrinfo to pcap_nametoaddr. this gets painful when upgrading old libpcap to tcpdump.org pcap (function rename usually requires shlib major number bump, while api addition only require minor) itojun 2000-04-27 09:18:57 +0000
  • 20d9e08cde do not use sprintf(). always use snprintf(). from NetBSD/OpenBSD src/lib/libpcap. itojun 2000-04-27 09:11:11 +0000
  • 14b709dd48 make loopback interface detection consistent. /^(lo|lo[0-9])$/ itojun 2000-04-13 04:58:09 +0000
  • 00031c93a7 (pcap_lookupdev): solaris seems to return EINVAL when the buffer is not large enough, so interpret that as that we should try again with a larger buffer assar 2000-04-09 20:59:31 +0000
  • 48475b805d regenerated assar 2000-04-09 19:18:06 +0000
  • fdf943d632 check for u_int32_t (used in genocde) assar 2000-04-09 17:44:26 +0000
  • 417d093c9c (bpf_error): conditionalize __attribute__ assar 2000-04-01 12:27:28 +0000
  • 570f8b57cd regen assar 2000-04-01 12:26:44 +0000
  • 737f88a2ea (AC_C___ATTRIBUTE__): call assar 2000-04-01 12:06:37 +0000
  • 4f4cc7b0ad (AC_C___ATTRIBUTE__): add assar 2000-04-01 12:06:08 +0000
  • 4343a38646 (gen_proto_abbrev): add fallback definition for IPPROTO_IGMP and use constant assar 2000-04-01 11:44:59 +0000
  • c9e00ba444 remove superfluous line for igrp. From Rick Jones <raj@cup.hp.com> assar 2000-04-01 11:37:45 +0000
  • 976010a043 update to current version from :pserver:anoncvs@subversions.gnu.org:/home/cvs assar 2000-03-31 20:27:23 +0000
  • 93a233db65 link bpf_filter.c to make it work with all makes. problem reported by Rick Jones <raj@cup.hp.com> assar 2000-03-31 16:59:43 +0000
  • 3417c26e0c add %n 2000 to make it acceptable to lex. From Rick Jones <raj@cup.hp.com> assar 2000-03-31 16:59:07 +0000
  • e04a5220ec pullup from main trunc: fix ip host foo/ip6 host foo. itojun 2000-03-01 14:12:54 +0000
  • e3ddb0ce0f improve message on ip{,6} host foo failure itojun 2000-03-01 14:07:02 +0000
  • d27ad07fae fix "ip host foo" or "ip6 host foo" where foo has both A and AAAA records. FreeBSD PR: 17083 itojun 2000-03-01 03:37:24 +0000
  • 47cea61df3 * use getifaddrs(3) whenever possible. this avoids use of SIOCGIFCONF. SIOCGIFCONF is hard-to-use API since (1) it does not tell us amount of buffer beforehand, (2) it is not friendly with alignment issues due to use of packed struct. itojun 2000-02-23 11:41:35 +0000
  • 03cc04a438 use getifaddrs whenever available. SIOCGIFCONF is very complex API, so it would be good to avoid it whenever possible. itojun 2000-02-23 11:39:44 +0000
  • b52c6e13ff Support ATM LANE emulated devices. kenh 2000-02-08 20:46:45 +0000
  • b04bc7d664 Eliminate duplicated word in comment. fenner 2000-01-29 21:01:27 +0000
  • dd89824a8b patch to compile on AIX mcr 2000-01-25 03:21:29 +0000
  • c36c7dcd9c version 0.5 of libpcap mcr 2000-01-25 02:25:51 +0000
  • 06865e0f1e bumped version to 0.5 mcr 2000-01-25 02:25:04 +0000
  • 3271bef083 updated docs mcr 2000-01-24 23:57:55 +0000
  • dba6e9e734 fix to problem with buf being referenced after it is freed. mcr 2000-01-14 23:55:31 +0000
  • f97cca47e0 pulled up at itojun's request to fix kame PR#189 mcr 2000-01-14 18:00:50 +0000
  • f1456fa8f9 change warning message on SIOCGIFADDR failure. itojun 2000-01-13 17:08:59 +0000
  • b45abf5566 Unify rcsid's fenner 2000-01-10 18:42:59 +0000
  • ad3aa3abc6 regen assar 2000-01-08 06:39:17 +0000