mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-24 02:23:27 +08:00
From Joao Medeiros: fix typo in print-sll.c (report 802.2 packets as
802.2, not 802.3).
This commit is contained in:
parent
4049e2eafc
commit
ff4b26cf2f
1
CREDITS
1
CREDITS
@ -82,6 +82,7 @@ Additional people who have contributed patches:
|
||||
Jim Hutchins <jim at ca dot sandia dot gov>
|
||||
Jonathan Heusser <jonny at drugphish dot ch>
|
||||
Tatuya Jinmei <jinmei at kame dot net>
|
||||
João Medeiros <ignotus21 at sourceforge dot net>
|
||||
Joerg Mayer <jmayer@loplof.de>
|
||||
Jørgen Thomsen <jth at jth dot net>
|
||||
Julian Cowley <julian at lava dot net>
|
||||
|
@ -85,7 +85,7 @@ sll_print(register const struct sll_header *sllp, u_int length)
|
||||
/*
|
||||
* 802.2.
|
||||
*/
|
||||
(void)printf("802.3");
|
||||
(void)printf("802.2");
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user