From 2932596b65c36a63e79ab85d3349d404a1e16b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sun, 29 Nov 2015 15:22:36 +0000 Subject: IPv6: Add ipv6extprotostr() to ipproto.h Move ipv6_exthdr_check() to ipproto.c. Seems a better fit, prevents future code duplication. Change-Id: I84f247febd1499e334289e3057ec1d8ba32d5bcc Reviewed-on: https://code.wireshark.org/review/12283 Reviewed-by: Alexis La Goutte Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/ipproto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/ipproto.h') diff --git a/epan/ipproto.h b/epan/ipproto.h index ba15f9336d..90b8c9efdb 100644 --- a/epan/ipproto.h +++ b/epan/ipproto.h @@ -194,6 +194,8 @@ WS_DLL_PUBLIC value_string_ext ipproto_val_ext; WS_DLL_PUBLIC const char *ipprotostr(const int proto); +WS_DLL_PUBLIC const char *ipv6extprotostr(int proto); + #endif /* ipproto.h */ /* -- cgit v1.2.1