Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144205 | Differences between
and this patch

Collapse All | Expand All

(-)iptraf-3.0.0-minus/src/othptab.c (+1 lines)
Lines 17-22 Link Here
17
***/
17
***/
18
18
19
#include <asm/types.h>
19
#include <asm/types.h>
20
#include <sys/types.h>
20
#include <linux/if_ether.h>
21
#include <linux/if_ether.h>
21
#include <winops.h>
22
#include <winops.h>
22
#include "arphdr.h"
23
#include "arphdr.h"
(-)iptraf-3.0.0-minus/src/tr.c (-1 / +1 lines)
Lines 7-14 Link Here
7
 */
7
 */
8
8
9
#include <asm/types.h>
9
#include <asm/types.h>
10
#include <linux/if_tr.h>
11
#include <netinet/in.h>
10
#include <netinet/in.h>
11
#include <linux/if_tr.h>
12
12
13
unsigned int get_tr_ip_offset(unsigned char *pkt)
13
unsigned int get_tr_ip_offset(unsigned char *pkt)
14
{
14
{

Return to bug 144205