From ff4b26cf2fd538c15ea4ffc17bb2af43f448cf9c Mon Sep 17 00:00:00 2001 From: "Guy (Core OS) Harris" Date: Wed, 3 Jun 2009 13:49:01 -0700 Subject: [PATCH] From Joao Medeiros: fix typo in print-sll.c (report 802.2 packets as 802.2, not 802.3). --- CREDITS | 1 + print-sll.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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: -- 2.39.5