From 3688d96c459a5847a49d14264c0398600379f8b9 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Sat, 2 Jan 1999 06:10:55 +0000 Subject: Added the iptrace (AIX's packet-capture tool) file format to wiretap. This necessitated a change in ethereal because iptrace supports multi-NIC packet capturing, including multi-datalink-type capturing. svn path=/trunk/; revision=145 --- packet.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packet.h') diff --git a/packet.h b/packet.h index 2982fd75fa..90193e05dc 100644 --- a/packet.h +++ b/packet.h @@ -1,7 +1,7 @@ /* packet.h * Definitions for packet disassembly structures and routines * - * $Id: packet.h,v 1.29 1998/12/29 04:05:36 gerald Exp $ + * $Id: packet.h,v 1.30 1999/01/02 06:10:54 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -79,6 +79,9 @@ typedef struct _frame_data { guint32 del_usecs; /* Delta microseconds */ long file_off; /* File offset */ column_info *cinfo; /* Column formatting information */ +#ifdef WITH_WIRETAP + int lnk_t; /* Per-packet encapsulation/data-link type */ +#endif } frame_data; typedef struct _packet_info { -- cgit v1.2.3