X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/e598f985c470436e16f5aab748b14556ff16686c..c82a08e93128e63ae1ca843fd6fd08e76e7eda40:/gencode.h diff --git a/gencode.h b/gencode.h index 6ffee53b..67ed0dc0 100644 --- a/gencode.h +++ b/gencode.h @@ -161,7 +161,7 @@ #define A_CONNECTACK 44 /* Connect Ack message */ #define A_RELEASE 45 /* Release message */ #define A_RELEASE_DONE 46 /* Release message */ - + /* ATM field types */ #define A_VPI 51 #define A_VCI 52 @@ -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);