diff options
Diffstat (limited to 'print-gre.c')
| -rw-r--r-- | print-gre.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print-gre.c b/print-gre.c index 66069086..73fcb923 100644 --- a/print-gre.c +++ b/print-gre.c @@ -89,6 +89,7 @@ gre_print(netdissect_options *ndo, const u_char *bp, u_int length) { u_int len = length, vers; + ndo->ndo_protocol = "gre"; ND_TCHECK_2(bp); if (len < 2) goto trunc; |
