diff options
Diffstat (limited to 'packet-lapb.h')
-rw-r--r-- | packet-lapb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-lapb.h b/packet-lapb.h index 2aec445185..1b31fa370e 100644 --- a/packet-lapb.h +++ b/packet-lapb.h @@ -1,6 +1,6 @@ /* packet-lapb.h * - * $Id: packet-lapb.h,v 1.1 2000/02/15 21:02:30 gram Exp $ + * $Id: packet-lapb.h,v 1.2 2000/05/18 09:05:45 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -22,5 +22,5 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -void dissect_lapb(const u_char *, frame_data *, proto_tree *); +void dissect_lapb(const union pseudo_header *, const u_char *, frame_data *, + proto_tree *); |