Nmap Development mailing list archives

Re: semicolon missing nmap/libpcap/pcap-septel.c


From: Daniel Miller <bonsaiviking () gmail com>
Date: Wed, 4 Mar 2015 13:17:57 -0600

chhandan,

Thanks for the bug report. It looks like this may indeed be a problem with
libpcap, but you should report it to them directly [1]. I seriously doubt
this will affect any Nmap user, since it is intended to provide support for
Septel SS7 signaling boards used in telephony switching. It has no
association with Internet Protocol networks, which is what Nmap supports.
If you have a problem compiling Nmap because you have the Septel API
installed, you can add --without-septel to your configure line to avoid
including it.

Dan

[1] https://github.com/the-tcpdump-group/libpcap/issues/new

On Wed, Mar 4, 2015 at 9:40 AM, chhandan singha <cskkman () gmail com> wrote:

Hi there,

I am new here, trying to sneak into nmap code base
I think there should be a semicolon on line no 58
 ( https://svn.nmap.org/nmap/libpcap/pcap-septel.c )



diff --git a/libpcap/pcap-septel.c b/libpcap/pcap-septel.c
index 4ca7a60..f880334 100644
--- a/libpcap/pcap-septel.c
+++ b/libpcap/pcap-septel.c
@@ -55,7 +55,7 @@ static int septel_setnonblock(pcap_t *p, int nonblock,
char *errbu
  */
 struct pcap_septel {
        struct pcap_stat stat;
-}
+};

 /*
  *  Read at most max_packets from the capture queue and call the callback
...skipping...



_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: