aboutsummaryrefslogtreecommitdiff
path: root/pcap-snit.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-10-19 18:07:04 -0700
committerElliott Hughes <enh@google.com>2015-10-20 14:06:47 -0700
commitd8845d7191ca81aae8aab4c29410fc8a3d012687 (patch)
tree93eface1b79d0172beec96c422f5921661455849 /pcap-snit.c
parentc442bf68e06f961ad0f8fc5a7d19e0984985ea30 (diff)
downloadlibpcap-d8845d7191ca81aae8aab4c29410fc8a3d012687.tar.gz
Upgrade to libpcap 1.7.4.
Bug: http://b/24902618 Change-Id: I1bb6c1163b573eb01b4bed7c494a6d447e8d45cf
Diffstat (limited to 'pcap-snit.c')
-rw-r--r--pcap-snit.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/pcap-snit.c b/pcap-snit.c
index 12656b8e..0ce78603 100644
--- a/pcap-snit.c
+++ b/pcap-snit.c
@@ -23,11 +23,6 @@
* This module now handles the STREAMS based NIT.
*/
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/libpcap/pcap-snit.c,v 1.77 2008-04-14 20:40:58 guy Exp $ (LBL)";
-#endif
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -216,7 +211,7 @@ static int
pcap_inject_snit(pcap_t *p, const void *buf, size_t size)
{
struct strbuf ctl, data;
-
+
/*
* XXX - can we just do
*