diff options
Diffstat (limited to 'net/xipdump/files/patch-xipshcut.c')
-rw-r--r-- | net/xipdump/files/patch-xipshcut.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/xipdump/files/patch-xipshcut.c b/net/xipdump/files/patch-xipshcut.c new file mode 100644 index 0000000..205ae57 --- /dev/null +++ b/net/xipdump/files/patch-xipshcut.c @@ -0,0 +1,12 @@ +--- xipshcut.c.orig Fri Oct 29 05:23:57 1999 ++++ xipshcut.c Mon Nov 15 10:41:54 1999 +@@ -27,7 +27,7 @@ + {"", + "<b>%Timestamp%</b>: %Pat% %ether.shost% %ether.dhost% %ether.Type% %Len%"}, +- {"arp[6:2] = 1", ++ {"arp[7] = 1 && arp[6] = 0", + "<b>%Timestamp%</b>: arp who-has %arpethip.Tpa% tell %arpethip.Spa%"}, +- {"arp[6:2] = 2", ++ {"arp[7] = 2 && arp[6] = 0", + "<b>%Timestamp%</b>: %arpethip.Spa% tells %arpethip.Tpa% he has %arpethip.sha%"}, + {"ip", |