9601a6a6d1cb460122e50f78ae8499117fa1cb72
[obnox/wireshark/wip.git] / packet-bootparams.h
1 /* packet-bootparams.h */
2 /* $Id$ */
3
4 #ifndef PACKET_BOOTPARAMS_H
5 #define PACKET_BOOTPARAMS_H
6
7 #define BOOTPARAMSPROC_NULL 0
8 #define BOOTPARAMSPROC_WHOAMI 1
9 #define BOOTPARAMSPROC_GETFILE 2
10
11 #define BOOTPARAMS_PROGRAM 100026
12
13 #endif