dect
/
libpcap
Archived
13
0
Fork 0

From Gisle Vanem:

Update his e-mail address.

	Make a table const.
This commit is contained in:
guy 2008-04-22 17:16:30 +00:00
parent 9545f44f88
commit 86b399c3ca
2 changed files with 4 additions and 3 deletions

View File

@ -38,6 +38,7 @@ Additional people who have contributed patches:
Fulko Hew <fulko dot hew at gmail dot com>
Gianluca Varenni <varenni at netgroup-serv dot polito dot it>
Gilbert Hoyek <gil_hoyek at hotmail dot com>
Gisle Vanem <gvanem at broadpark dot no>
Gisle Vanem <giva at bgnett dot no>
Graeme Hewson <ghewson at cix dot compulink dot co dot uk>
Greg Stark <gsstark at mit dot edu>

View File

@ -1,11 +1,11 @@
/*
* This file is part of DOS-libpcap
* Ported to DOS/DOSX by G. Vanem <giva@bgnett.no>
* Ported to DOS/DOSX by G. Vanem <gvanem@broadpark.no>
*
* pcap-dos.c: Interface to PKTDRVR, NDIS2 and 32-bit pmode
* network drivers.
*
* @(#) $Header: /tcpdump/master/libpcap/pcap-dos.c,v 1.6 2008-04-19 17:49:21 guy Exp $ (LBL)
* @(#) $Header: /tcpdump/master/libpcap/pcap-dos.c,v 1.7 2008-04-22 17:16:30 guy Exp $ (LBL)
*/
#include <stdio.h>
@ -996,7 +996,7 @@ int EISA_bus = 0; /* Where is natural place for this? */
* Application config hooks to set various driver parameters.
*/
static struct config_table debug_tab[] = {
static const struct config_table debug_tab[] = {
{ "PKT.DEBUG", ARG_ATOI, &pcap_pkt_debug },
{ "PKT.VECTOR", ARG_ATOX_W, NULL },
{ "NDIS.DEBUG", ARG_ATOI, NULL },