Moved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to packet-dcerpc-nt.c
[obnox/wireshark/wip.git] / packet-udp.h
index 47ef7207e9bea74458e628b1517ac565b754c994..c8192690e3e6d942134bb47ab0ef3d69c6520969 100644 (file)
@@ -1,6 +1,6 @@
 /* packet-udp.h
  *
- * $Id: packet-udp.h,v 1.3 2000/04/20 07:05:58 guy Exp $
+ * $Id: packet-udp.h,v 1.5 2000/11/18 10:38:25 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-extern void decode_udp_ports(const u_char *, int, frame_data *,
+#ifndef __PACKET_UDP_H__
+#define __PACKET_UDP_H__
+
+extern void decode_udp_ports(tvbuff_t *, int, packet_info *,
        proto_tree *, int, int);
+
+#endif