diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-07-14 17:32:55 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-07-14 17:35:57 +0200 |
commit | 96c60029b3f935eff892d1f49b52f305423e4671 (patch) | |
tree | 3d60127807622e2c8ab68dd27a196f26a583afe7 /netdissect.h | |
parent | 073fea9c9042a42d5602336cac51409d131eb2ab (diff) | |
download | tcpdump-96c60029b3f935eff892d1f49b52f305423e4671.tar.gz |
Rename a field of the netdissect_options structure
Diffstat (limited to 'netdissect.h')
-rw-r--r-- | netdissect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netdissect.h b/netdissect.h index 86605671..f2e45700 100644 --- a/netdissect.h +++ b/netdissect.h @@ -235,7 +235,7 @@ struct netdissect_options { int ndo_packettype; /* as specified by -T */ int ndo_snaplen; - int ndo_ll_header_length; /* link-layer header length */ + int ndo_ll_hdr_len; /* link-layer header length */ /*global pointers to beginning and end of current packet (during printing) */ const u_char *ndo_packetp; |