pkgsrc/net/sniffit/patches/patch-ah
wiz d3c351cc90 This package contains a hardwired list of device driver names(ewww).
Assume that x86_64 has the same drivers as i386, addresses PR 32332.
No PKGREVISION bump since it didn't compile on amd64 before.

While here:
remove superfluous patches patch-af, patch-ag to config.sub files
(get replaced by CONFIG_SUB_OVERRIDE anyway)
split up multi-patch patch-aa into four patches patch-a[hijk]
2006-01-08 11:02:10 +00:00

15 lines
565 B
Text

$NetBSD: patch-ah,v 1.1 2006/01/08 11:02:10 wiz Exp $
--- sn_packetstructs.h.orig 1997-04-18 11:33:58.000000000 +0200
+++ sn_packetstructs.h
@@ -44,8 +44,9 @@ struct UDP_header
unsigned short length, checksum;
};
-struct unwrap /* some extra info */
+struct unwrap /* some extra info */
{
int IP_len, TCP_len, ICMP_len, UDP_len; /* header lengths */
int DATA_len;
+ char FRAG_nf; /* not the first fragment */
};