wireshark/packet-portmap.h

17 lines
368 B
C
Raw Normal View History

/* packet-portmap.h */
/* $Id: packet-portmap.h,v 1.1 1999/11/10 17:23:53 nneul Exp $ */
#ifndef PACKET_PORTMAP_H
#define PACKET_PORTMAP_H
#define PORTMAP_PROGRAM 100000
#define PORTMAPPROC_NULL 0
#define PORTMAPPROC_SET 1
#define PORTMAPPROC_UNSET 2
#define PORTMAPPROC_GETPORT 3
#define PORTMAPPROC_DUMP 4
#define PORTMAPPROC_CALLIT 5
#endif