mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
Fix spaces
This commit is contained in:
parent
0c8926be2d
commit
6313179f4b
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user