]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix typo.
authorGuy Harris <[email protected]>
Tue, 20 Sep 2016 01:38:59 +0000 (18:38 -0700)
committerGuy Harris <[email protected]>
Tue, 20 Sep 2016 01:38:59 +0000 (18:38 -0700)
pcap-common.c

index 6f577852d73b3873a026af5abd35e6552157056e..84368f6cefa6867329871f6949a3ba778c87f530 100644 (file)
  */
 #define LINKTYPE_RDS           265
 
-#define LINKTYPE_MATCHING_MAX  266             /* highest value in the "matching" range */
+#define LINKTYPE_MATCHING_MAX  265             /* highest value in the "matching" range */
 
 static struct linktype_map {
        int     dlt;