]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-gre.c
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / print-gre.c
index 55f0e9d16b3380bd16269c2699eebe7f24a42ba7..106e6fd3111abd173fdd49418bbc18148047e821 100644 (file)
@@ -225,6 +225,9 @@ gre_print_0(const u_char *bp, u_int length)
        case ETHERTYPE_GRE_ISO:
                isoclns_print(bp, len, len);
                break;
+       case ETHERTYPE_TEB:
+               ether_print(bp, len, len, NULL, NULL);
+               break;
        default:
                printf("gre-proto-0x%x", prot);
        }