diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-06-04 15:23:21 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-06-04 15:23:21 +0200 |
commit | 65aafc0c1d6c4434493c4cc24cb90dff937d9361 (patch) | |
tree | ab5872c3d5ce90fcd31e0dcaf85554d7aa90b6bf /print-geonet.c | |
parent | a0aa539ab5da1ac5be3e013d2f021df544355644 (diff) | |
download | tcpdump-65aafc0c1d6c4434493c4cc24cb90dff937d9361.tar.gz |
Delete trailing spaces/tabs
Diffstat (limited to 'print-geonet.c')
-rw-r--r-- | print-geonet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-geonet.c b/print-geonet.c index 6daf8b1d..b83723dc 100644 --- a/print-geonet.c +++ b/print-geonet.c @@ -118,7 +118,7 @@ geonet_print(netdissect_options *ndo, const u_char *eth, const u_char *bp, u_int /* Process Common Header */ if (length < 36) goto malformed; - + ND_TCHECK2(*bp, 7); version = bp[0] >> 4; next_hdr = bp[0] & 0x0f; |