X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1ffd7948358ad5024e4f2a4e5ce19e475136ba78..6c8ef0eb86a39c277d1a43802dd8ea01b51cfb2a:/print-802_15_4.c diff --git a/print-802_15_4.c b/print-802_15_4.c index a7817eb5..1c77da8a 100644 --- a/print-802_15_4.c +++ b/print-802_15_4.c @@ -122,7 +122,7 @@ ieee802_15_4_if_print(netdissect_options *ndo, return hdrlen; } if (ndo->ndo_vflag) - ND_PRINT((ndo,"%04x:%04x ", panid, EXTRACT_LE_16BITS(p + 2))); + ND_PRINT((ndo,"%04x:%04x ", panid, EXTRACT_LE_16BITS(p))); p += 2; caplen -= 2; hdrlen += 2;