]> The Tcpdump Group git mirrors - libpcap/blobdiff - gencode.h
Add support for Geneve (Generic Network Virtualization Encapsulation).
[libpcap] / gencode.h
index 6ffee53bcc267b788c13d47a5d9e00d7f523891e..6c05b3935662106644152ac20f84fc28a53703e9 100644 (file)
--- a/gencode.h
+++ b/gencode.h
@@ -321,6 +321,8 @@ struct block *gen_mpls(int);
 struct block *gen_pppoed(void);
 struct block *gen_pppoes(int);
 
+struct block *gen_geneve(int);
+
 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
 struct block *gen_atmtype_abbrev(int type);
 struct block *gen_atmmulti_abbrev(int type);