Add in some heuristics to try to detect AIX libpcap format. (This works
[obnox/wireshark/wip.git] / packet-bootparams.h
1 /* packet-bootparams.h */
2 /* $Id: packet-bootparams.h,v 1.1 1999/11/10 17:23:53 nneul Exp $ */
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