aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atm.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-05-19 23:07:04 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-05-19 23:07:04 +0000
commitd7e6e0e384967a4d3ac1f57d6446f5a04e83b3c6 (patch)
tree349138fc92b8d0ed8fa5f5f4be28c0be0ed92b41 /packet-atm.h
parent586e1b6fca8da9b031bb99b7010c3c77fbd85045 (diff)
Add wtap-int.h. Move definitions relevant to the internal workins of wiretap
to that file, leave public definitions in wtap.h. Rename "union pseudo_header" to "union wtap_pseudo_header". Make the wtap_pseudo_header pointer available in packet_info struct. svn path=/trunk/; revision=1989
Diffstat (limited to 'packet-atm.h')
-rw-r--r--packet-atm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-atm.h b/packet-atm.h
index c828ee050b..440f62bc2e 100644
--- a/packet-atm.h
+++ b/packet-atm.h
@@ -1,6 +1,6 @@
/* packet-atm.h
*
- * $Id: packet-atm.h,v 1.2 2000/05/18 09:05:43 guy Exp $
+ * $Id: packet-atm.h,v 1.3 2000/05/19 23:06:08 gram 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_atm(union pseudo_header *, const u_char *, frame_data *,
+void dissect_atm(union wtap_pseudo_header *, const u_char *, frame_data *,
proto_tree *);