Menu

#1 patch for debian

open
nobody
None
5
2006-10-05
2006-10-05
No

--- iptotal.org.c 2006-10-05 11:03:21.184565060 +0200
+++ iptotal.c 2006-10-05 11:03:36.551438102 +0200
@@ -573,6 +573,9 @@ int get_packetoffset (int DataLinkType)
case DLT_RAW:
PacketOffset = POFF_RAW;
break;
+ case DLT_LINUX_SLL:
+ PacketOffset = 16;
+ break;
/* For others we guess */
default:
PacketOffset = 0;

Discussion


Log in to post a comment.

MongoDB Logo MongoDB