X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ff8464bffd24a451a5a4c08c6c6ab7d0a2c88785..a63600a1fc28dbc7ae7ce9f996829c49a25fb33c:/l2vpn.c?ds=sidebyside diff --git a/l2vpn.c b/l2vpn.c index b0f6682a..9111cf6d 100644 --- a/l2vpn.c +++ b/l2vpn.c @@ -14,10 +14,10 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif -#include +#include "netdissect-stdinc.h" #include "netdissect.h" #include "l2vpn.h" @@ -26,7 +26,7 @@ * * RFC 6624 * - * http://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml#bgp-l2-encapsulation-types-registry + * https://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml#bgp-l2-encapsulation-types-registry */ const struct tok l2vpn_encaps_values[] = { { 0, "Reserved"}, @@ -61,7 +61,7 @@ const struct tok l2vpn_encaps_values[] = { * * RFC 4446 * - * http://www.iana.org/assignments/pwe3-parameters/pwe3-parameters.xhtml#pwe3-parameters-2 + * https://www.iana.org/assignments/pwe3-parameters/pwe3-parameters.xhtml#pwe3-parameters-2 */ const struct tok mpls_pw_types_values[] = { { 0x0000, "Reserved"},