]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-bt.c
DNS: Sync types with IANA
[tcpdump] / print-bt.c
index 131bc7119683b8be1201119b34172eec4fefe117..46aa2782aeb58be8a320b809e7408e83858a300e 100644 (file)
@@ -52,7 +52,7 @@ bt_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *
 {
        u_int length = h->len;
        u_int caplen = h->caplen;
-       const bluetooth_h4_header* hdr = (const bluetooth_h4_header*)p;
+       const bluetooth_h4_header *hdr = (const bluetooth_h4_header *)p;
 
        ndo->ndo_protocol = "bluetooth";
        nd_print_protocol(ndo);