]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lwapp.c
Makefile.in: don't remove configure and config.h.in in make distclean.
[tcpdump] / print-lwapp.c
index e1b2d94b4ebb38754c7c12926bd6068605e68b7b..10a2e0bed04315222331655ad8b025502495ebe0 100644 (file)
@@ -217,7 +217,7 @@ lwapp_control_print(netdissect_options *ndo,
           tlen);
 
     if (has_ap_ident) {
-        ND_PRINT("\n\tAP identity: %s", etheraddr_string(ndo, tptr));
+        ND_PRINT("\n\tAP identity: %s", GET_ETHERADDR_STRING(tptr));
         tptr+=sizeof(struct lwapp_transport_header)+6;
     } else {
         tptr+=sizeof(struct lwapp_transport_header);