Commit b6d1d42
LINKTYPE_NFLOG: Fix size of hardware address structure padding.
It is two octets, not one octet, to pad to a 32-bit boundary. That
matches observed captures, and also see:
https://github.com/torvalds/linux/blob/master/include/uapi/linux/netfilter/nfnetlink_log.h#L27
https://github.com/the-tcpdump-group/libpcap/blob/master/pcap/nflog.h#L64
Signed-off-by: John Thacker <johnthacker@gmail.com>1 parent a8e72c0 commit b6d1d42
File tree
2 files changed
+2
-2
lines changed- htmlsrc/linktypes
- linktypes
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments