diff options
Diffstat (limited to 'netdissect.h')
| -rw-r--r-- | netdissect.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/netdissect.h b/netdissect.h index fec5a6b6..ce08a54e 100644 --- a/netdissect.h +++ b/netdissect.h @@ -525,4 +525,7 @@ extern int esp_print_decrypt_buffer_by_ikev2(netdissect_options *ndo, u_char *buf, u_char *end); +extern void geonet_print(netdissect_options *ndo,const u_char *eth_hdr,const u_char *geo_pck, u_int len); +extern void calm_fast_print(netdissect_options *ndo,const u_char *eth_hdr,const u_char *calm_pck, u_int len); + #endif /* netdissect_h */ |
