From: Guy (Core OS) Harris Date: Wed, 3 Jun 2009 20:49:01 +0000 (-0700) Subject: From Joao Medeiros: fix typo in print-sll.c (report 802.2 packets as X-Git-Tag: tcpdump-4.1.0~110 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/ff4b26cf2fd538c15ea4ffc17bb2af43f448cf9c From Joao Medeiros: fix typo in print-sll.c (report 802.2 packets as 802.2, not 802.3). --- diff --git a/CREDITS b/CREDITS index aa43b929..c2c14e6f 100644 --- a/CREDITS +++ b/CREDITS @@ -82,6 +82,7 @@ Additional people who have contributed patches: Jim Hutchins Jonathan Heusser Tatuya Jinmei + João Medeiros Joerg Mayer Jørgen Thomsen Julian Cowley diff --git a/print-sll.c b/print-sll.c index d96b3de2..0057ca21 100644 --- a/print-sll.c +++ b/print-sll.c @@ -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: