diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-03-23 01:02:41 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-03-23 01:02:41 +0000 |
commit | 30b2831847d8caf376f2b40ae7849ceb4575848a (patch) | |
tree | a145aeeb3846eafa53092f3c456bcff154867081 /packet-ap1394.h | |
parent | ac38f86c6965acca6d5a313119b37ed79038401f (diff) | |
download | wireshark-30b2831847d8caf376f2b40ae7849ceb4575848a.tar.gz wireshark-30b2831847d8caf376f2b40ae7849ceb4575848a.tar.bz2 wireshark-30b2831847d8caf376f2b40ae7849ceb4575848a.zip |
Add support for DLT_APPLE_IP_OVER_IEEE_1394.
svn path=/trunk/; revision=10446
Diffstat (limited to 'packet-ap1394.h')
-rw-r--r-- | packet-ap1394.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packet-ap1394.h b/packet-ap1394.h new file mode 100644 index 0000000000..55e6ac3810 --- /dev/null +++ b/packet-ap1394.h @@ -0,0 +1,29 @@ +/* packet-ap1394.h + * + * $Id: packet-ap1394.h,v 1.1 2004/03/23 01:02:40 guy Exp $ + * + * Ethereal - Network traffic analyzer + * By Gerald Combs <gerald@ethereal.com> + * 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. + */ + +#ifndef __PACKET_AP1394_H__ +#define __PACKET_AP1394_H__ + +void capture_ap1394(const guchar *, int, int, packet_counts *); + +#endif |