]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix spaces
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 5 Aug 2019 06:24:49 +0000 (08:24 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 5 Aug 2019 06:24:49 +0000 (08:24 +0200)
print-802_15_4.c
print-zep.c

index 7e78e4a5a46d7fde10cec194e0ddadafa78a4d2c..4b5127993c1b0fa1ffd958e606c370ae3fd9dcf4 100644 (file)
@@ -2449,7 +2449,7 @@ ieee802_15_4_print(netdissect_options *ndo,
        int frame_type;
        uint16_t fc;
 
-       ndo->ndo_protocol ="802.15.4";
+       ndo->ndo_protocol = "802.15.4";
 
        if (caplen < 2) {
                nd_print_trunc(ndo);
@@ -2497,7 +2497,7 @@ ieee802_15_4_if_print(netdissect_options *ndo,
                       const struct pcap_pkthdr *h, const u_char *p)
 {
        u_int caplen = h->caplen;
-       ndo->ndo_protocol ="802.15.4_if";
+       ndo->ndo_protocol = "802.15.4_if";
        return ieee802_15_4_print(ndo, p, caplen);
 }
 
index d49861062630251aae0ba5122136410451ac95f0..f6be3a64ce26ef85c0d2ff183928536f8b84fd64 100644 (file)
@@ -105,7 +105,7 @@ zep_print(netdissect_options *ndo,
        uint8_t version, inner_len;
        uint32_t seq_no;
 
-       ndo->ndo_protocol ="zep";
+       ndo->ndo_protocol = "zep";
 
        nd_print_protocol_caps(ndo);