summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/ntop/files/globals-core.c.diff')
-rw-r--r--net-analyzer/ntop/files/globals-core.c.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/ntop/files/globals-core.c.diff b/net-analyzer/ntop/files/globals-core.c.diff
deleted file mode 100644
index 778c4bbc57c2..000000000000
--- a/net-analyzer/ntop/files/globals-core.c.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- globals-core.c.old 2004-12-13 19:05:33.000000000 +0100
-+++ globals-core.c 2005-01-14 13:21:41.133917120 +0100
-@@ -473,7 +473,7 @@
- _mtuSize[DLT_ATM_RFC1483] = 9180 /* LLC/SNAP encapsulated atm */;
- _headerSize[DLT_ATM_RFC1483] = 0;
-
-- /* _mtuSize[DLT_RAW] = ? raw IP */
-+ _mtuSize[DLT_RAW] = 1500; /* raw IP */
- _headerSize[DLT_RAW] = 0;
-
- /* Others defined in bpf.h at tcpdump.org as of the resync - it would be NICE