Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / libpcap / pcap / pcap.h.rej
blob165cd59a2bfe9885715233e865e87005be758f0f
1 --- pcap/pcap.h 2008-10-10 19:42:44.000000000 -0700
2 +++ pcap/pcap.h 2008-12-15 08:45:29.000000000 -0800
3 @@ -177,9 +190,11 @@
4         u_int ps_recv;          /* number of packets received */
5         u_int ps_drop;          /* number of packets dropped */
6         u_int ps_ifdrop;        /* drops by interface XXX not yet supported */
7 -#ifdef WIN32
8 -       u_int bs_capt;          /* number of packets that reach the application */
9 -#endif /* WIN32 */
10 +#ifdef HAVE_REMOTE
11 +       u_int ps_capt;          /* number of packets that are received by the application; please get rid off the Win32 ifdef */
12 +       u_int ps_sent;          /* number of packets sent by the server on the network */
13 +       u_int ps_netdrop;       /* number of packets lost on the network */
14 +#endif /* HAVE_REMOTE */
15  };
17  #ifdef MSDOS