From Joao Medeiros: fix typo in print-sll.c (report 802.2 packets as

802.2, not 802.3).
This commit is contained in:
Guy (Core OS) Harris 2009-06-03 13:49:01 -07:00
parent 4049e2eafc
commit ff4b26cf2f
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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: