wireshark/packet-bootparams.h

14 lines
291 B
C

/* packet-bootparams.h */
/* $Id: packet-bootparams.h,v 1.1 1999/11/10 17:23:53 nneul Exp $ */
#ifndef PACKET_BOOTPARAMS_H
#define PACKET_BOOTPARAMS_H
#define BOOTPARAMSPROC_NULL 0
#define BOOTPARAMSPROC_WHOAMI 1
#define BOOTPARAMSPROC_GETFILE 2
#define BOOTPARAMS_PROGRAM 100026
#endif