summaryrefslogtreecommitdiff
path: root/print-raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-raw.c')
-rw-r--r--print-raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-raw.c b/print-raw.c
index ff1ca2d5..78e3e401 100644
--- a/print-raw.c
+++ b/print-raw.c
@@ -37,7 +37,7 @@ void
raw_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p)
{
ndo->ndo_protocol = "raw";
- ndo->ndo_ll_header_length += 0;
+ ndo->ndo_ll_hdr_len += 0;
if (ndo->ndo_eflag)
ND_PRINT("ip: ");