X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/35fef089f33ad4c2fd16ef9c175313f6536193fb..a8c33a5850cd9d2f39e56c06b645c283225d78c4:/print-geonet.c diff --git a/print-geonet.c b/print-geonet.c index 7ede5f3e..67945800 100644 --- a/print-geonet.c +++ b/print-geonet.c @@ -89,7 +89,7 @@ print_long_pos_vector(netdissect_options *ndo, uint32_t lat, lon; ND_TCHECK_LEN(bp, GEONET_ADDR_LEN); - ND_PRINT("GN_ADDR:%s ", linkaddr_string (ndo, bp, 0, GEONET_ADDR_LEN)); + ND_PRINT("GN_ADDR:%s ", linkaddr_string (ndo, bp, LINKADDR_OTHER, GEONET_ADDR_LEN)); ND_TCHECK_8(bp + 12); lat = GET_BE_U_4(bp + 12);