mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-24 02:23:27 +08:00
Fix some typos
[skip ci]
This commit is contained in:
parent
6aec006635
commit
607c27486b
@ -3,7 +3,7 @@ language: c
|
|||||||
#
|
#
|
||||||
# Try building on these 4 architectures; all are 64-bit, and all but
|
# Try building on these 4 architectures; all are 64-bit, and all but
|
||||||
# "s390x", a/k/a z/Architecture, are little-endian. The crypto library
|
# "s390x", a/k/a z/Architecture, are little-endian. The crypto library
|
||||||
# on Litle-endian PowerPC/Power ISA does some things that require more
|
# on little-endian PowerPC/Power ISA does some things that require more
|
||||||
# careful adherence to the documentation, so it's useful for testing
|
# careful adherence to the documentation, so it's useful for testing
|
||||||
# that.
|
# that.
|
||||||
#
|
#
|
||||||
|
@ -256,7 +256,7 @@ static const char *p_mlme_short_names[] = {
|
|||||||
"CTM IE", /* 0x32 */
|
"CTM IE", /* 0x32 */
|
||||||
"Timestamp IE", /* 0x33 */
|
"Timestamp IE", /* 0x33 */
|
||||||
"Timestamp Difference IE", /* 0x34 */
|
"Timestamp Difference IE", /* 0x34 */
|
||||||
"TMCTP Sepcification IE", /* 0x35 */
|
"TMCTP Specification IE", /* 0x35 */
|
||||||
"RCC PHY Operating Mode IE", /* 0x36 */
|
"RCC PHY Operating Mode IE", /* 0x36 */
|
||||||
"Reserved 0x37", /* 0x37 */
|
"Reserved 0x37", /* 0x37 */
|
||||||
"Reserved 0x38", /* 0x38 */
|
"Reserved 0x38", /* 0x38 */
|
||||||
@ -2438,7 +2438,7 @@ ieee802_15_4_frag_frame(netdissect_options *ndo _U_,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Interal call to dissector taking packet + len instead of pcap_pkthdr.
|
* Internal call to dissector taking packet + len instead of pcap_pkthdr.
|
||||||
*
|
*
|
||||||
* Returns FALSE in case of error.
|
* Returns FALSE in case of error.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user