wireshark/epan/dissectors/packet-bootparams.h
Gilbert Ramirez 669db206cb Move dissectors to epan/dissectors directory.
Also move ncp222.py, x11-fields, process-x11-fields.pl,
make-reg-dotc, and make-reg-dotc.py.

Adjust #include lines in files that include packet-*.h
files.

svn path=/trunk/; revision=11410
2004-07-18 18:06:47 +00:00

14 lines
233 B
C

/* packet-bootparams.h */
/* $Id$ */
#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