]> The Tcpdump Group git mirrors - tcpdump/commitdiff
From Joao Medeiros: fix typo in print-sll.c (report 802.2 packets as
authorGuy (Core OS) Harris <[email protected]>
Wed, 3 Jun 2009 20:49:01 +0000 (13:49 -0700)
committerGuy (Core OS) Harris <[email protected]>
Wed, 3 Jun 2009 20:49:01 +0000 (13:49 -0700)
802.2, not 802.3).

CREDITS
print-sll.c

diff --git a/CREDITS b/CREDITS
index aa43b92933c93fdf5af346202d52ea863bac8531..c2c14e6f7460a177940ac36034e80bc30d2112e6 100644 (file)
--- a/CREDITS
+++ b/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>
        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                     <[email protected]>
        Jørgen Thomsen                 <jth at jth dot net> 
        Julian Cowley                   <julian at lava dot net>
        Joerg Mayer                     <[email protected]>
        Jørgen Thomsen                 <jth at jth dot net> 
        Julian Cowley                   <julian at lava dot net>
index d96b3de29ee208da72a24fb6bf70e9c12e5d4ecf..0057ca21805f53f9cdbd7906df57c17c4048d5a1 100644 (file)
@@ -85,7 +85,7 @@ sll_print(register const struct sll_header *sllp, u_int length)
                                /*
                                 * 802.2.
                                 */
                                /*
                                 * 802.2.
                                 */
-                               (void)printf("802.3");
+                               (void)printf("802.2");
                                break;
 
                        default:
                                break;
 
                        default: