diff options
Diffstat (limited to 'print-pppoe.c')
-rw-r--r-- | print-pppoe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print-pppoe.c b/print-pppoe.c index 8040c7ae..f8c9008a 100644 --- a/print-pppoe.c +++ b/print-pppoe.c @@ -51,7 +51,7 @@ enum { PPPOE_PADT = 0xa7 }; -static struct tok pppoecode2str[] = { +static const struct tok pppoecode2str[] = { { PPPOE_PADI, "PADI" }, { PPPOE_PADO, "PADO" }, { PPPOE_PADR, "PADR" }, @@ -76,7 +76,7 @@ enum { PPPOE_GENERIC_ERROR = 0x0203 }; -static struct tok pppoetag2str[] = { +static const struct tok pppoetag2str[] = { { PPPOE_EOL, "EOL" }, { PPPOE_SERVICE_NAME, "Service-Name" }, { PPPOE_AC_NAME, "AC-Name" }, |