"Invalid adapter index");
for (i = 0; i < devnum-1; i++){
devpointer = devpointer->next;
if (devpointer == NULL)
Thanks,
--
Miroslav Lichvar
-
This is
---
addrtoname.c | 44
1 files changed, 36 insertions(+), 8 deletions(-)
diff --git a/addrtoname.c b/addrtoname.c
index e67d114..593840c 100644
--- a/addrtoname.c
+++ b/addrtoname.c
@@ -224,7 +224,6 @@ static u_int32_t f_localnet;
const char *
getn
---
addrtoname.c |4 ++--
tcpdump.1.in |6 +-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/addrtoname.c b/addrtoname.c
index 593840c..59ee47a 100644
--- a/addrtoname.c
+++ b/addrtoname.c
@@ -736,7 +736,7 @@ init_servarray(void)
while (table->name)
This is to avoid having savefiles with different ownership and to avoid
terminating tcpdump with permission denied error when opening second
savefile.
---
tcpdump.1.in |4
tcpdump.c|7 ++-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/tcpdump.1.in b/tcpdump.1
---
addrtoname.c | 44
1 files changed, 36 insertions(+), 8 deletions(-)
diff --git a/addrtoname.c b/addrtoname.c
index e67d114..593840c 100644
--- a/addrtoname.c
+++ b/addrtoname.c
@@ -224,7 +224,6 @@ static u_int32_t f_localnet;
const char *
getn
On Sun, Aug 30, 2009 at 06:54:34PM -0700, Guy Harris wrote:
> What's the advantage to using getnameinfo() rather than gethostbyaddr().
I'm not sure there are any real advantages, it's just that
gethostbyaddr() is marked as obsolete on some systems.
--
Miroslav Lichvar
-
T
environment variable?
I had one user complaining about slow startup of tcpdump -s 0 and it
seems that there is not much we can do about it as kernel has to
allocated large blocks of continuous memory.
--
Miroslav Lichvar
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.
Hi,
here is a patch fixing some typos.
--
Miroslav Lichvar
>From 2855059315d26bcaadd1c48d56752809cebc8219 Mon Sep 17 00:00:00 2001
From: John Bradshaw
Date: Mon, 7 Mar 2011 13:27:15 +0100
Subject: [PATCH] Fix typos in man pages.
---
pcap_compile.3pcap.in |2 +-
pcap_next_ex.3p