Ethereal-dev: RE: [Ethereal-dev] Message statistics TAP for tethereal ANSI A-i/f

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Michael Lum" <mlum@xxxxxxxxxxxxx>
Date: Mon, 1 Dec 2003 14:48:26 -0800
Ohh man.

Here it is!

packet-ansi_a.h
	New

Makefile.am.diff
	Has tap file and now packet-ansi_a.h in it.

Thanks Guy.

> -----Original Message-----
> From: Guy Harris [mailto:guy@xxxxxxxxxxxx]
> Sent: Monday, December 01, 2003 2:30 PM
> To: mlum@xxxxxxxxxxxxx
> Cc: Ethereal
> Subject: Re: [Ethereal-dev] Message statistics TAP for tethereal ANSI
> A-i/f
> 
> 
> 
> On Dec 1, 2003, at 1:05 PM, Michael Lum wrote:
> 
> > cvs diff -u from latest source:
> >
> > Makefile.am.diff
> > Makefile.nmake.diff
> > 	Added tap-ansi_astat.c
> >
> > packet-bssap.c.diff
> > 	Modified so that tethereal dissection works
> >
> > packet-ansi_a.c.diff
> > 	Modified so that tethereal dissection works and
> > 	added tap function calls
> >
> > tap-ansi_astat.c
> > 	New
> 
> packet-ansi_a.h
>      New, but missing from your mail :-)
/* packet-ansi_a.h
 *
 * $Id$
 *
 * Copyright 2003, Michael Lum <mlum [AT] telostech.com>,
 * In association with Telos Technology Inc.
 *
 * Ethereal - Network traffic analyzer
 * By Gerald Combs <gerald@xxxxxxxxxxxx>
 * Copyright 1998 Gerald Combs
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */

typedef struct _ansi_a_tap_rec_t {
    /*
     * value from packet-bssap.h
     */
    guint8		pdu_type;
    guint8		message_type;
} ansi_a_tap_rec_t;

Attachment: Makefile.am.diff
Description: Binary data