Manpages

Manpage of ETHEREAL

ETHEREAL

Section: The Ethereal Network Analyzer (1)
Updated: 2006-04-27
Index
Return to Main Contents
 

NAME

ethereal - Interactively browse network traffic  

SYNOPSYS

ethereal-a capture autostop condition ] ... [ -b number of ring buffer files ] [ -B byte view height ] [ -c count ] [ -f capture filter expression ] [ -h ] [ -i interface ] [ -k ] [ -l ] [ -m font ] [ -n ] [ -N resolving flags ]  [ -o preference setting ] ... [ -p ] [ -P packet list height ] [ -Q ] [ -r infile ] [ -R display filter expression ] [ -S ] [ -s snaplen ] [ -T tree view height ] [ -t time stamp format ] [ -v ] [ -w savefile] [ infile ]  

DESCRIPTION

Ethereal is a GUI network protocol analyzer. It lets you interactively browse packet data from a live network or from a previously saved capture file. Ethereal's native capture file format is libpcap format, which is also the format used by tcpdump and various other tools. In addition, Ethereal can read capture files from snoop and atmsnoop, Shomiti/Finisar Surveyor, Novell LANalyzer, Network General/Network Associates DOS-based Sniffer (compressed or uncompressed), Microsoft Network Monitor, AIX's iptrace, Cinco Networks NetXRay, Network Associates Windows-based Sniffer, AG Group/WildPackets EtherPeek/TokenPeek/AiroPeek, RADCOM's WAN/LAN analyzer, Lucent/Ascend router debug output, HP-UX's nettl, the dump output from Toshiba's ISDN routers, the output from i4btrace from the ISDN4BSD project, the output in IPLog format from the Cisco Secure Intrusion Detection System, pppd logs (pppdump format), the output from VMS's TCPIPtrace utility, the text output from the DBS Etherwatch VMS utility, and traffic capture files from Visual Networks' Visual UpTime. There is no need to tell Ethereal what type of file you are reading; it will determine the file type by itself. Ethereal is also capable of reading any of these file formats if they are compressed using gzip. Ethereal recognizes this directly from the file; the '.gz' extension is not required for this purpose.

Like other protocol analyzers, Ethereal's main window shows 3 views of a packet. It shows a summary line, briefly describing what the packet is. A protocol tree is shown, allowing you to drill down to exact protocol or field that you interested in. Finally, a hex dump shows you exactly what the packet looks like when it goes over the wire.

In addition, Ethereal has some features that make it unique. It can assemble all the packets in a TCP conversation and show you the ASCII (or EBCDIC, or hex) data in that conversation. Display filters in Ethereal are very powerful; more fields are filterable in Ethereal than in other protocol analyzers, and the syntax you can use to create your filters is richer. As Ethereal progresses, expect more and more protocol fields to be allowed in display filters.

Packet capturing is performed with the pcap library. The capture filter syntax follows the rules of the pcap library. This syntax is different from the display filter syntax.

Compressed file support uses (and therefore requires) the zlib library. If the zlib library is not present, Ethereal will compile, but will be unable to read compressed files.

The pathname of a capture file to be read can be specified with the -r option or can be specified as a command-line argument.  

OPTIONS

Most users will want to start Ethereal without options and configure it from the menus instead. Those users may just skip this section.
-a
Specify a criterion that specifies when Ethereal is to stop writing to a capture file. The criterion is of the form test:value, where test is one of:

duration
Stop writing to a capture file after value seconds have elapsed.
filesize
Stop writing to a capture file after it reaches a size of value kilobytes (where a kilobyte is 1000 bytes, not 1024 bytes).

-b
If a maximum capture file size was specified, cause Ethereal to run in ``ring buffer'' mode, with the specified number of files. In ``ring buffer'' mode, Ethereal will write to several capture files; the name of the first file, while the capture is in progress, will be the name specified by the -w flag, and subsequent files with have .n appended, with n counting up.

When the first capture file fills up, Ethereal will switch to writing to the next file, until it fills up the last file, at which point it'll discard the data in the first file and start writing to that file. When that file fills up, Ethereal will discard the data in the next file and start writing to it, and so on.

When the capture completes, the files will be renamed to have names based on the number of the file and on the date and time at which packets most recently started being written to the file.

-B
Set the initial height of the byte view (bottom) pane.
-c
Set the default number of packets to read when capturing live data.
-f
Set the capture filter expression.
-h
Print the version and options and exit.
-i
Set the name of the network interface or pipe to use for live packet capture. Network interface names should match one of the names listed in "netstat -i`` or ''ifconfig -a". Pipe names should be either the name of a FIFO (named pipe) or ``-'' to read data from the standard input. Data read from pipes must be in libpcap format.
-k
Start the capture session immediately. If the -i flag was specified, the capture uses the specified interface. Otherwise, Ethereal searches the list of interfaces, choosing the first non-loopback interface if there are any non-loopback interfaces, and choosing the first loopback interface if there are no non-loopback interfaces; if there are no interfaces, Ethereal reports an error and doesn't start the capture.
-l
Turn on automatic scrolling if the packet display is being updated automatically as packets arrive during a capture (as specified by the -S flag).
-m
Set the name of the font used by Ethereal for most text. Ethereal will construct the name of the bold font used for the data in the byte view pane that corresponds to the field selected in the protocol tree pane from the name of the main text font.
-n
Disable network object name resolution (such as hostname, TCP and UDP port names).
-N
Turn on name resolving for particular types of addresses and port numbers, with name resolving for other types of addresses and port numbers turned off; the argument is a string that may contain the letters m to enable MAC address resolution, n to enable network address resolution, and t to enable transport-layer port number resolution. This overrides -n if both -N and -n are present.
-o
Set a preference value, overriding the default value and any value read from a preference file. The argument to the flag is a string of the form prefname:value, where prefname is the name of the preference (which is the same name that would appear in the preference file), and value is the value to which it should be set.
-p
Don't put the interface into promiscuous mode. Note that the interface might be in promiscuous mode for some other reason; hence, -p cannot be used to ensure that the only traffic that is captured is traffic sent to or from the machine on which Ethereal is running, broadcast traffic, and multicast traffic to addresses received by that machine.
-P
Set the initial height of the packet list (top) pane.
-Q
Cause Ethereal to exit after the end of capture session (useful in batch mode with -c option for instance); this option requires the -i and -w parameters.
-r
Read packet data from infile.
-R
When reading a capture file specified with the -r flag, causes the specified filter (which uses the syntax of display filters, rather than that of capture filters) to be applied to all packets read from the capture file; packets not matching the filter are discarded.
-S
Perform the live packet capture in a separate process, and automatically update the packet display as packets are seen.
-s
Set the default snapshot length to use when capturing live data. No more than snaplen bytes of each network packet will be read into memory, or saved to disk.
-T
Set the initial height of the tree view (middle) pane.
-t
Set the format of the packet timestamp displayed in the packet list window. The format can be one of 'r' (relative), 'a' (absolute), 'ad' (absolute with date), or 'd' (delta). The relative time is the time elapsed between the first packet and the current packet. The absolute time is the actual time the packet was captured, with no date displayed; the absolute date and time is the actual time and date the packet was captured. The delta time is the time since the previous packet was captured. The default is relative.
-v
Print the version and exit.
-w
Set the default capture file name.
 

INTERFACE

 

MENU ITEMS

File:Open, File:Close, File:Reload
Open, close, or reload a capture file. The File:Open dialog box allows a filter to be specified; when the capture file is read, the filter is applied to all packets read from the file, and packets not matching the filter are discarded.
File:Save, File:Save As
Save the current capture, or the packets currently displayed from that capture, to a file. Check boxes let you select whether to save all packets, or just those that have passed the current display filter and/or those that are currently marked, and an option menu lets you select (from a list of file formats in which at particular capture, or the packets currently displayed from that capture, can be saved), a file format in which to save it.
File:Print
Print, for all the packets in the current capture, either the summary line for the packet or the protocol tree view of the packet; when printing the protocol tree view, the hex dump of the packet can be printed as well. Printing options can be set with the Edit:Preferences menu item, or in the dialog box popped up by this item.
File:Print Packet
Print a fully-expanded protocol tree view of the currently-selected packet. Printing options can be set with the Edit:Preferences menu item.
File:Quit
Exit the application.
Edit:Find Frame
Search forward or backward, starting with the currently selected packet (or the most recently selected packet, if no packet is selected), for a packet matching a given display filter expression.
Edit:Find Next
Search forward, starting with the currently selected packet (or the most recently selected packet, if no packet is selected), for a packet matching the filter from the previous search.
Edit:Find Previous
Search backward, starting with the currently selected packet (or the most recently selected packet, if no packet is selected), for a packet matching the filter from the previous search.
Edit:Go To Frame
Go to a particular numbered packet.
Edit:Mark Frame
Mark (or unmark if currently marked) the selected packet. The field ``frame.marked'' is set for frames that are marked, so that, for example, a display filters can be used to display only marked frames, and so that the ``Find Frame'' menu item can be used to find the next or previous marked frame.
Edit:Mark All Frames
Mark all packets that are currently displayed.
Edit:Unmark All Frames
Unmark all packets that are currently displayed.
Edit:Preferences
Set the packet printing, column display, TCP stream coloring, and GUI options (see ``Preferences'' below).
Edit:Capture Filters
Edit the saved list of capture filters, allowing filters to be added, changed, or deleted.
Edit:Display Filters
Edit the saved list of display filters, allowing filters to be added, changed, or deleted.
Edit:Protocols
Edit the list of protocols, allowing protocol dissection to be enabled or disabled.
Capture:Start
Initiate a live packet capture (see ``Capture Options'' below). A temporary file will be created to hold the capture. The location of the file can be chosen by setting your TMPDIR environment variable before starting Ethereal. Otherwise, the default TMPDIR location is system-dependent, but is likely either /var/tmp or /tmp.
Capture:Stop
In a capture that updates the packet display as packets arrive (so that Ethereal responds to user input other than pressing the ``Stop'' button in the capture packet statistics dialog box), stop the capture.
Display:Options
Pop up a dialog allowing you to set the format of the packet timestamp displayed in the packet list window to relative, absolute, absolute date and time, or delta, to enable or disable the automatic scrolling of the packet list while a live capture is in progress or to enable or disable translation of addresses to names in the display.
Display:Match
Create a display filter, or add to the display filter strip at the bottom, a display filter based on the data currently highlighted in the protocol tree, and apply the filter.

If that data is a field that can be tested in a display filter expression, the display filter will test that field; otherwise, the display filter will be based on absolute offset within the packet, and so could be unreliable if the packet contains protocols with variable-length headers, such as a source-routed token-ring packet.

The Selected option creates a display filter that tests for a match of the data; the Not Selected option creates a display filter that tests for a non-match of the data. The And Selected, Or Selected, And Not Selected, and Or Not Selected options add to the end of the display filter in the strip at the bottom an AND or OR operator followed by the new display filter expression.

Display:Prepare
Create a display filter, or add to the display filter strip at the bottom, a display filter based on the data currently highlighted in the protocol tree, but don't apply the filter.
Display:Colorize Display
Change the foreground and background colors of the packet information in the list of packets, based upon display filters. The list of display filters is applied to each packet sequentially. After the first display filter matches a packet, any additional display filters in the list are ignored. Therefore, if you are filtering on the existence of protocols, you should list the higher-level protocols first, and the lower-level protocols last.
Display:Collapse All
Collapse the protocol tree branches.
Display:Expand All
Expand all branches of the protocol tree.
Display:Expand All
Expands all branches of the protocol tree.
Display:Show Packet In New Window
Create a new window containing a protocol tree view and a hex dump window of the currently selected packet; this window will continue to display that packet's protocol tree and data even if another packet is selected.
Display:User Specified Decodes
Create a new window showing whether any protocol ID to dissector mappings have been changed by the user. This window also allows the user to reset all decodes to their default values.
Tools:Plugins
See what dynamically loadable dissector plugin modules have been loaded (see ``Plugins'' below).
Tools:Follow TCP Stream
If you have a TCP packet selected, display the contents of the data stream for the TCP connection to which that packet belongs, as text, in a separate window, and leave the list of packets in a filtered state, with only those packets that are part of that TCP connection being displayed. You can revert to your old view by pressing ENTER in the display filter text box, thereby invoking your old display filter (or resetting it back to no display filter).

The window in which the data stream is displayed lets you select whether to display:

*
whether to display the entire conversation, or one or the other side of it;
*
whether the data being displayed is to be treated as ASCII or EBCDIC text or as raw hex data;
*
and lets you print what's currently being displayed, using the same print options that are used for the File:Print Packet menu item, or save it as text to a file.
Tools:Decode As
If you have a packet selected, present a dialog allowing you to change which dissectors are used to decode this packet. The dialog has one panel each for the link layer, network layer and transport layer protocol/port numbers, and will allow each of these to be changed independently. For example, if the selected packet is a TCP packet to port 12345, using this dialog you can instruct Ethereal to decode all packets to or from that TCP port as HTTP packets.
Tools:Protocol Hierarchy Statistics
Show the number of packets, and the number of bytes in those packets, for each protocol in the trace. It organizes the protocols in the same hierarchy in which they were found in the trace. Besides counting the packets in which the protocol exists, a count is also made for packets in which the protocol is the last protocol in the stack. These last-protocol counts show you how many packets (and the byte count associated with those packets) ended in a particular protocol. In the table, they are listed under ``End Packets'' and ``End Bytes''.
 

WINDOWS

Main Window
The main window is split into three panes. You can resize each pane using a ``thumb'' at the right end of each divider line. Below the panes is a strip that shows the current filter and informational text.
Top Pane
The top pane contains the list of network packets that you can scroll through and select. By default, the packet number, packet timestamp, source and destination addresses, protocol, and description are displayed for each packet; the Columns page in the dialog box popped up by Edit:Preferences lets you change this (although, unfortunately, you currently have to save the preferences, and exit and restart Ethereal, for those changes to take effect).

If you click on the heading for a column, the display will be sorted by that column; clicking on the heading again will reverse the sort order for that column.

An effort is made to display information as high up the protocol stack as possible, e.g. IP addresses are displayed for IP packets, but the MAC layer address is displayed for unknown packet types.

The right mouse button can be used to pop up a menu of operations.

The middle mouse button can be used to mark a packet.

Middle Pane
The middle pane contains a protocol tree for the currently-selected packet. The tree displays each field and its value in each protocol header in the stack. The right mouse button can be used to pop up a menu of operations.
Bottom Pane
The lowest pane contains a hex dump of the actual packet data. Selecting a field in the protocol tree highlights the corresponding bytes in this section.

The right mouse button can be used to pop up a menu of operations.

Current Filter
A display filter can be entered into the strip at the bottom. A filter for HTTP, HTTPS, and DNS traffic might look like this:

  tcp.port == 80 || tcp.port == 443 || tcp.port == 53


Selecting the Filter: button lets you choose from a list of named filters that you can optionally save. Pressing the Return or Enter keys, or selecting the Apply button, will cause the filter to be applied to the current list of packets. Selecting the Reset button clears the display filter so that all packets are displayed.
Preferences
The Preferences dialog lets you control various personal preferences for the behavior of Ethereal.
Printing Preferences
The radio buttons at the top of the Printing page allow you choose between printing packets with the File:Print Packet menu item as text or PostScript, and sending the output directly to a command or saving it to a file. The Command: text entry box, on UNIX-compatible systems, is the command to send files to (usually lpr), and the File: entry box lets you enter the name of the file you wish to save to. Additionally, you can select the File: button to browse the file system for a particular save file.
Column Preferences
The Columns page lets you specify the number, title, and format of each column in the packet list.

The Column title entry is used to specify the title of the column displayed at the top of the packet list. The type of data that the column displays can be specified using the Column format option menu. The row of buttons on the left perform the following actions:

Add New
Adds a new column to the list.
Delete
Deletes the currently selected list item.
Up / Down
Moves the selected list item up or down one position.
OK
Currently has no effect.
Save
Saves the current column format as the default.
Cancel
Closes the dialog without making any changes.
TCP Streams Preferences
The TCP Streams page can be used to change the color of the text displayed in the TCP stream window. To change a color, simply select an attribute from the ``Set:'' menu and use the color selector to get the desired color. The new text colors are displayed in a sample window.
User Interface Preferences
The User Interface page is used to modify small aspects of the GUI to your own personal taste:
Scrollbars
The vertical scrollbars in the three panes can be set to be either on the left or the right.
Selection Bars
The selection bar in the packet list and protocol tree can have either a ``browse'' or ``select'' behavior. If the selection bar has a ``browse'' behavior, the arrow keys will move an outline of the selection bar, allowing you to browse the rest of the list or tree without changing the selection until you press the space bar. If the selection bar has a ``select'' behavior, the arrow keys will move the selection bar and change the selection to the new item in the packet list or protocol tree.
Tree Line Style
Trees can be drawn with no lines, solid lines, or dotted lines between items, or can be drawn with ``tab'' headings.
Tree Expander Style
The expander item that can be clicked to show or hide items under a tree item can be omitted (note that this will prevent you from changing whether those items are shown or hidden!), or can be drawn as squares, triangles, or circles.
Hex Display
The highlight method in the hex dump display for the selected protocol item can be set to use either inverse video, or bold characters.
Save Window Position
If this item is selected, the position of the main Ethereal window will be saved when Ethereal exits, and used when Ethereal is started again.
Save Window Size
If this item is selected, the size of the main Ethereal window will be saved when Ethereal exits, and used when Ethereal is started again.
Fonts
The ``Font...'' button lets you select the font to be used for most text.
Colors
The ``Colors...'' button lets you select the colors to be used for instance for the marked frames.
Capture Preferences
The Capture page lets you specify various parameters for capturing live packet data; these are used the first time a capture is started.

The Interface: combo box lets you specify the interface from which to capture packet data, or the name of a FIFO from which to get the packet data. You can specify whether the interface is to be put in promiscuous mode or not with the Capture packets in promiscuous mode check box, can specify that the display should be updated as packets are captured with the Update list of packets in real time check box, and can specify whether in such a capture the packet list pane should scroll to show the most recently captured packets with the Automatic scrolling in live capture check box.

Protocol Preferences
There are also pages for various protocols that Ethereal dissects, controlling the way Ethereal handles those protocols.
Edit Capture Filter List
Edit Display Filter List
Capture Filter
Display Filter
Read Filter
Search Filter
The Edit Capture Filter List dialog lets you create, modify, and delete capture filters, and the Edit Display Filter List dialog lets you create, modify, and delete display filters.

The Capture Filter dialog lets you do all of the editing operations listed, and also lets you choose or construct a filter to be used when capturing packets.

The Display Filter dialog lets you do all of the editing operations listed, and also lets you choose or construct a filter to be used to filter the current capture being viewed.

The Read Filter dialog lets you do all of the editing operations listed, and also lets you choose or construct a filter to be used to as a read filter for a capture file you open.

The Search Filter dialog lets you do all of the editing operations listed, and also lets you choose or construct a filter expression to be used in a find operation.

In all of those dialogs, the Filter name entry specifies a descriptive name for a filter, e.g. Web and DNS traffic. The Filter string entry is the text that actually describes the filtering action to take, as described above.The dialog buttons perform the following actions:

New
If there is text in the two entry boxes, creates a new associated list item.
Change
Modifies the currently selected list item to match what's in the entry boxes.
Copy
Makes a copy of the currently selected list item.
Delete
Deletes the currently selected list item.
Add Expression...
For display filter expressions, pops up a dialog box to allow you to construct a filter expression to test a particular field; it offers lists of field names, and, when appropriate, lists from which to select tests to perform on the field and values with which to compare it. In that dialog box, the OK button will cause the filter expression you constructed to be entered into the Filter string entry at the current cursor position.
OK
In the Capture Filter dialog, closes the dialog box and makes the filter in the Filter string entry the filter in the Capture Preferences dialog. In the Display Filter dialog, closes the dialog box and makes the filter in the Filter string entry the current display filter, and applies it to the current capture. In the Read Filter dialog, closes the dialog box and makes the filter in the Filter string entry the filter in the Open Capture File dialog. In the Search Filter dialog, closes the dialog box and makes the filter in the Filter string entry the filter in the Find Frame dialog.
Apply
Makes the filter in the Filter string entry the current display filter, and applies it to the current capture.
Save
Saves the current filter list in $HOME/.ethereal/cfilters on UNIX-compatible systems, and %APPDATA%\Ethereal\cfilters (or, if %APPDATA% isn't defined, %USERPROFILE%\Application Data\Ethereal\cfilters) on Windows systems, if the list of filters being edited is the list of capture filters, or in $HOME/.ethereal/dfilters on UNIX-compatible systems, and %APPDATA%\Ethereal\dfilters (or, if %APPDATA% isn't defined, %USERPROFILE%\Application Data\Ethereal\dfilters) on Windows systems, if the list of filters being edited is the list of display filters.
Close
Closes the dialog without doing anything with the filter in the Filter string entry.
Capture Options
The Capture Options dialog lets you specify various parameters for capturing live packet data.

The Interface: field lets you specify the interface from which to capture packet data or a command from which to get the packet data via a pipe.

The Limit each packet to ... bytes check box and field lets you specify a maximum number of bytes per packet to capture and save; if the check box is not checked, the limit will be 65535 bytes.

The Capture packets in promiscuous mode check box lets you specify whether the interface should be put into promiscuous mode when capturing.

The Filter: entry lets you specify the capture filter using a tcpdump-style filter string as described above.

The File: entry lets you specify the file into which captured packets should be saved, as in the Printer Options dialog above. If not specified, the captured packets will be saved in a temporary file; you can save those packets to a file with the File:Save As menu item.

The Use ring buffer check box lets you specify that the capture should be done in ``ring buffer'' mode; the Number of files field lets you specify the number of files in the ring buffer.

The Update list of packets in real time check box lets you specify whether the display should be updated as packets are captured and, if you specify that, the Automatic scrolling in live capture check box lets you specify the packet list pane should automatically scroll to show the most recently captured packets as new packets arrive.

The Stop capture after ... packet(s) captured check box and field let you specify that Ethereal should stop capturing after having captured some number of packets; if the check box is not checked, Ethereal will not stop capturing at some fixed number of captured packets.

If ``ring buffer'' mode is not specified, the Stop capture after ... kilobyte(s) captured check box and field let you specify that Ethereal should stop capturing after the the file to which captured packets are being saved grows as large as or larger than some specified number of kilobytes (where a kilobyte is 1000 bytes, not 1024 bytes). If the check box is not checked, Ethereal will not stop capturing at some capture file size (although the operating system on which Ethereal is running, or the available disk space, may still limit the maximum size of a capture file).

If ``ring buffer'' mode is specified, that field becomes the Rotate capture file very ... kilobyte(s) field, and specifies the number of kilobytes at which to start writing to a new ring buffer file; the check box is forced to be checked, as ``ring buffer'' mode requires a file size to be specified.

The Stop capture after ... second(s) check box and field let you specify that Ethereal should stop capturing after it has been capturing for some number of seconds; if the check box is not checked, Ethereal will not stop capturing after some fixed time has elapsed.

The Enable MAC name resolution, Enable network name resolution and Enable transport name resolution check boxes let you specify whether MAC addresses, network addresses, and transport-layer port numbers should be translated to names.

Display Options
The Display Options dialog lets you specify the format of the time stamp in the packet list. You can select ``Time of day'' for absolute time stamps, ``Date and time of day'' for absolute time stamps with the date, ``Seconds since beginning of capture'' for relative time stamps, or ``Seconds since previous frame'' for delta time stamps. You can also specify whether, when the display is updated as packets are captured, the list should automatically scroll to show the most recently captured packets or not and whether addresses or port numbers should be translated to names in the display on a MAC, network and transport layer basis.
Plugins
The Plugins dialog lets you view the dissector plugin modules available on your system.

The Plugins List shows the name and version of each dissector plugin module found on your system. The plugins are searched in the following directories: the lib/ethereal/plugins/$VERSION directory under the main installation directory (for example, /usr/local/lib/ethereal/plugins/$VERSION), /usr/lib/ethereal/plugins/$VERSION, /usr/local/lib/ethereal/plugins/$VERSION, and $HOME/.ethereal/plugins on UNIX-compatible systems, and in the plugins\$VERSION directory under the main installation directory (for example, C:\Program Files\Ethereal\plugins\$VERSION) and %APPDATA%\Ethereal\plugins\$VERSION (or, if %APPDATA% isn't defined, %USERPROFILE%\Application Data\Ethereal\plugins\$VERSION) on Windows systems; $VERSION is the version number of the plugin interface, which is typically the version number of Ethereal. Note that a dissector plugin module may support more than one protocol; there is not necessarily a one-to-one correspondence between dissector plugin modules and protocols. Protocols supported by a dissector plugin module are enabled and disabled using the Edit:Protocols dialog box, just as protocols built into Ethereal are.

 

CAPTURE FILTER SYNTAX

See manual page of tcpdump(8).  

DISPLAY FILTER SYNTAX

Display filters help you remove the noise from a packet trace and let you see only the packets that interest you. If a packet meets the requirements expressed in your display filter, then it is displayed in the list of packets. Display filters let you compare the fields within a protocol against a specific value, compare fields against fields, and to check the existence of specified fields or protocols.

The simplest display filter allows you to check for the existence of a protocol or field. If you want to see all packets which contain the IPX protocol, the filter would be ``ipx''. (Without the quotation marks) To see all packets that contain a Token-Ring RIF field, use ``tr.rif''.

Fields can also be compared against values. The comparison operators can be expressed either through C-like symbols, or through English-like abbreviations:

    eq, ==    Equal
    ne, !=    Not equal
    gt, >     Greater than
    lt, <     Less Than
    ge, >=    Greater than or Equal to
    le, <=    Less than or Equal to


Furthermore, each protocol field is typed. The types are:

    Unsigned integer (either 8-bit, 16-bit, 24-bit, or 32-bit)
    Signed integer (either 8-bit, 16-bit, 24-bit, or 32-bit)
    Boolean
    Ethernet address (6 bytes)
    Byte string (n-number of bytes)
    IPv4 address
    IPv6 address
    IPX network number
    String (text)
    Double-precision floating point number


An integer may be expressed in decimal, octal, or hexadecimal notation. The following three display filters are equivalent:

    frame.pkt_len > 10
    frame.pkt_len > 012
    frame.pkt_len > 0xa


Boolean values are either true or false. In a display filter expression testing the value of a Boolean field, ``true'' is expressed as 1 or any other non-zero value, and ``false'' is expressed as zero. For example, a token-ring packet's source route field is boolean. To find any source-routed packets, a display filter would be:

    tr.sr == 1


Non source-routed packets can be found with:

    tr.sr == 0


Ethernet addresses, as well as a string of bytes, are represented in hex digits. The hex digits may be separated by colons, periods, or hyphens:

    fddi.dst eq ff:ff:ff:ff:ff:ff
    ipx.srcnode == 0.0.0.0.0.1
    eth.src == aa-aa-aa-aa-aa-aa


If a string of bytes contains only one byte, then it is represented as an unsigned integer. That is, if you are testing for hex value 'ff' in a one-byte byte-string, you must compare it agains '0xff' and not 'ff'.

IPv4 addresses can be represented in either dotted decimal notation, or by using the hostname:

    ip.dst eq www.mit.edu
    ip.src == 192.168.1.1


IPv4 addresses can be compared with the same logical relations as numbers: eq, ne, gt, ge, lt, and le. The IPv4 address is stored in host order, so you do not have to worry about how the endianness of an IPv4 address when using it in a display filter.

Classless InterDomain Routing (CIDR) notation can be used to test if an IPv4 address is in a certain subnet. For example, this display filter will find all packets in the 129.111 Class-B network:

    ip.addr == 129.111.0.0/16


Remember, the number after the slash represents the number of bits used to represent the network. CIDR notation can also be used with hostnames, in this example of finding IP addresses on the same Class C network as 'sneezy':

    ip.addr eq sneezy/24


The CIDR notation can only be used on IP addresses or hostnames, not in variable names. So, a display filter like ``ip.src/24 == ip.dst/24'' is not valid. (yet)

IPX networks are represented by unsigned 32-bit integers. Most likely you will be using hexadecimal when testing for IPX network values:

    ipx.srcnet == 0xc0a82c00


A slice operator also exists. You can check the substring (byte-string) of any protocol or field. For example, you can filter on the vendor portion of an ethernet address (the first three bytes) like this:

    eth.src[0:3] == 00:00:83


If the length of your byte-slice is only one byte, then it is still represented in hex, but without the preceding ``0x'':

    llc[3] == aa


You can use the slice operator on a protocol name, too. And remember, the ``frame'' protocol encompasses the entire packet, allowing you to look at the nth byte of a packet regardless of its frame type (Ethernet, token-ring, etc.).

    token[0:5] ne 0.0.0.1.1
    ipx[0:2] == ff:ff
    llc[3:1] eq 0xaa


The following syntax governs slices:

        [i:j]   i = start_offset, j = length
        [i-j]   i = start_offet, j = end_offset, inclusive.
        [i]     i = start_offset, length = 1
        [:j]    start_offset = 0, length = j
        [i:]    start_offset = i, end_offset = end_of_field


Offsets and lengths can be negative, in which case they indicate the offset from the end of the field. Here's how to check the last 4 bytes of a frame:

    frame[-4:4] == 0.1.2.3


or

    frame[-4:] == 0.1.2.3


You can create complex concatenations of slices using the comma operator:

        field[1,3-5,9:] == 01:03:04:05:09:0a:0b


All the above tests can be combined together with logical expressions. These too are expressable in C-like syntax or with English-like abbreviations:

    and, &&   Logical AND
    or, ||    Logical OR
    not, !    Logical NOT


Expressions can be grouped by parentheses as well. The following are all valid display filter expression:

    tcp.port == 80 and ip.src == 192.168.2.1
    not llc
    (ipx.srcnet == 0xbad && ipx.srnode == 0.0.0.0.0.1) || ip
    tr.dst[0:3] == 0.6.29 xor tr.src[0:3] == 0.6.29


A special caveat must be given regarding fields that occur more than once per packet. ``ip.addr'' occurs twice per IP packet, once for the source address, and once for the destination address. Likewise, tr.rif.ring fields can occur more than once per packet. The following two expressions are not equivalent:

        ip.addr ne 192.168.4.1
    not ip.addr eq 192.168.4.1


The first filter says ``show me all packets where an ip.addr exists that does not equal 192.168.4.1''. That is, as long as one ip.addr in the packet does not equal 192.168.44.1, the packet passes the display filter. The second filter ``don't show me any packets that have at least one ip.addr field equal to 192.168.4.1''. If one ip.addr is 192.168.4.1, the packet does not pass. If neither ip.addr fields is 192.168.4.1, then the packet passes.

It is easy to think of the 'ne' and 'eq' operators as having an implict ``exists'' modifier when dealing with multiply-recurring fields. ``ip.addr ne 192.168.4.1'' can be thought of as ``there exists an ip.addr that does not equal 192.168.4.1''.

Be careful with multiply-recurring fields; they can be confusing.

The following is a table of protocol and protocol fields that are filterable in Ethereal. The abbreviation of the protocol or field is given. This abbreviation is what you use in the display filter. The type of the field is also given.  

802.1q Virtual LAN (vlan)

    vlan.cfi  CFI
        Unsigned 16-bit integer


    vlan.etype  Type
        Unsigned 16-bit integer


    vlan.id  ID
        Unsigned 16-bit integer


    vlan.len  Length
        Unsigned 16-bit integer


    vlan.priority  Priority
        Unsigned 16-bit integer


    vlan.trailer  Trailer
        Byte array


 

802.1x Authentication (eapol)

    eapol.keydes.index.indexnum  Index Number
        Unsigned 8-bit integer


    eapol.keydes.index.keytype  Key Type
        Boolean


    eapol.keydes.key  Key
        Byte array


    eapol.keydes.key_iv  Key IV
        Byte array


    eapol.keydes.key_signature  Key Signature
        Byte array


    eapol.keydes.keylen  Key Length
        Unsigned 16-bit integer


    eapol.keydes.replay_counter  Replay Counter


    eapol.keydes.type  Descriptor Type
        Unsigned 8-bit integer


    eapol.len  Length
        Unsigned 16-bit integer


    eapol.type  Type
        Unsigned 8-bit integer


    eapol.version  Version
        Unsigned 8-bit integer


 

AOL Instant Messenger (aim)

    aim.channel  Channel ID
        Unsigned 8-bit integer


    aim.cmd_start  Command Start
        Unsigned 8-bit integer


    aim.datalen  Data Field Length
        Unsigned 16-bit integer


    aim.fnac.family  FNAC Family ID
        Unsigned 16-bit integer


    aim.fnac.subtype  FNAC Subtype ID
        Unsigned 16-bit integer


    aim.seqno  Sequence Number
        Unsigned 16-bit integer


 

ATM (atm)

    atm.vci  VCI
        Unsigned 16-bit integer


    atm.vpi  VPI
        Unsigned 8-bit integer


 

ATM LAN Emulation (lane)

 

hoc On-demand Distance Vector Routing Protocol (aodv)

    aodv.dest_ip  Destination IP
        IPv4 address


    aodv.dest_seqno  Destination Sequence Number
        Unsigned 32-bit integer


    aodv.destcount  Destination Count
        Unsigned 8-bit integer


    aodv.flags  Flags
        Unsigned 16-bit integer


    aodv.flags.rerr_nodelete  RERR No Delete
        Boolean


    aodv.flags.rrep_ack  RREP Acknowledgement
        Boolean


    aodv.flags.rrep_repair  RREP Repair
        Boolean


    aodv.flags.rreq_gratuitous  RREQ Gratuitous
        Boolean


    aodv.flags.rreq_join  RREQ Join
        Boolean


    aodv.flags.rreq_repair  RREQ Repair
        Boolean


    aodv.hopcount  Hop Count
        Unsigned 8-bit integer


    aodv.lifetime  Lifetime
        Unsigned 32-bit integer


    aodv.orig_ip  Originator IP
        IPv4 address


    aodv.orig_seqno  Originator Sequence Number
        Unsigned 32-bit integer


    aodv.rreq_id  RREQ Id
        Unsigned 32-bit integer


    aodv.type  Type
        Unsigned 8-bit integer


    aodv.unreach_dest_ip  Unreachable Destination IP
        IPv4 address


    aodv.unreach_dest_seqno  Unreachable Destination Sequence Number
        Unsigned 32-bit integer


 

Address Resolution Protocol (arp)

    arp.dst.atm_num_e164  Target ATM number (E.164)
        String


    arp.dst.atm_num_nsap  Target ATM number (NSAP)
        Byte array


    arp.dst.atm_subaddr  Target ATM subaddress
        Byte array


    arp.dst.hlen  Target ATM number length
        Unsigned 8-bit integer


    arp.dst.htype  Target ATM number type
        Boolean


    arp.dst.hw  Target hardware address
        Byte array


    arp.dst.hw_mac  Target MAC address
        6-byte Hardware (MAC) Address


    arp.dst.pln  Target protocol size
        Unsigned 8-bit integer


    arp.dst.proto  Target protocol address
        Byte array


    arp.dst.proto_ipv4  Target IP address
        IPv4 address


    arp.dst.slen  Target ATM subaddress length
        Unsigned 8-bit integer


    arp.dst.stype  Target ATM subaddress type
        Boolean


    arp.hw.size  Hardware size
        Unsigned 8-bit integer


    arp.hw.type  Hardware type
        Unsigned 16-bit integer


    arp.opcode  Opcode
        Unsigned 16-bit integer


    arp.proto.size  Protocol size
        Unsigned 8-bit integer


    arp.proto.type  Protocol type
        Unsigned 16-bit integer


    arp.src.atm_num_e164  Sender ATM number (E.164)
        String


    arp.src.atm_num_nsap  Sender ATM number (NSAP)
        Byte array


    arp.src.atm_subaddr  Sender ATM subaddress
        Byte array


    arp.src.hlen  Sender ATM number length
        Unsigned 8-bit integer


    arp.src.htype  Sender ATM number type
        Boolean


    arp.src.hw  Sender hardware address
        Byte array


    arp.src.hw_mac  Sender MAC address
        6-byte Hardware (MAC) Address


    arp.src.pln  Sender protocol size
        Unsigned 8-bit integer


    arp.src.proto  Sender protocol address
        Byte array


    arp.src.proto_ipv4  Sender IP address
        IPv4 address


    arp.src.slen  Sender ATM subaddress length
        Unsigned 8-bit integer


    arp.src.stype  Sender ATM subaddress type
        Boolean


 

Aggregate Server Access Protocol (asap)

    asap.ipv4_address  IP Version 4 address
        IPv4 address


    asap.ipv6_address  IP Version 6 address
        IPv6 address


    asap.message_action_code  Action code
        Unsigned 8-bit integer


    asap.message_flags  Flags
        Unsigned 8-bit integer


    asap.message_length  Length
        Unsigned 16-bit integer


    asap.message_load_policy  Load policy
        Unsigned 16-bit integer


    asap.message_load_value  Load value
        Unsigned 16-bit integer


    asap.message_number_of_addresses  Number of IP addresses
        Unsigned 16-bit integer


    asap.message_port  SCTP port
        Unsigned 16-bit integer


    asap.message_registration_life  Registration life
        Unsigned 32-bit integer


    asap.message_reserved  Reserved
        Unsigned 16-bit integer


    asap.message_result_code  Result code
        Unsigned 8-bit integer


    asap.message_type  Type
        Unsigned 8-bit integer


    asap.parameter_padding  Padding
        Byte array


    asap.parameter_signature  Signature
        Byte array


    asap.parameter_type  Parameter Type
        Unsigned 16-bit integer


    asap.parameter_value  Parameter value
        Byte array


    asap.pool_handle  Pool handle
        String


 

Andrew File System (AFS) (afs)

    afs.backup  Backup
        Boolean


    afs.backup.errcode  Error Code
        Unsigned 32-bit integer


    afs.backup.opcode  Operation
        Unsigned 32-bit integer


    afs.bos  BOS
        Boolean


    afs.bos.baktime  Backup Time
        Date/Time stamp


    afs.bos.cell  Cell
        String


    afs.bos.cmd  Command
        String


    afs.bos.content  Content
        String


    afs.bos.data  Data
        Byte array


    afs.bos.date  Date
        Unsigned 32-bit integer


    afs.bos.errcode  Error Code
        Unsigned 32-bit integer


    afs.bos.error  Error
        String


    afs.bos.file  File
        String


    afs.bos.flags  Flags
        Unsigned 32-bit integer


    afs.bos.host  Host
        String


    afs.bos.instance  Instance
        String


    afs.bos.key  Key
        Byte array


    afs.bos.keychecksum  Key Checksum
        Unsigned 32-bit integer


    afs.bos.keymodtime  Key Modification Time
        Date/Time stamp


    afs.bos.keyspare2  Key Spare 2
        Unsigned 32-bit integer


    afs.bos.kvno  Key Version Number
        Unsigned 32-bit integer


    afs.bos.newtime  New Time
        Date/Time stamp


    afs.bos.number  Number
        Unsigned 32-bit integer


    afs.bos.oldtime  Old Time
        Date/Time stamp


    afs.bos.opcode  Operation
        Unsigned 32-bit integer


    afs.bos.parm  Parm
        String


    afs.bos.path  Path
        String


    afs.bos.size  Size
        Unsigned 32-bit integer


    afs.bos.spare1  Spare1
        String


    afs.bos.spare2  Spare2
        String


    afs.bos.spare3  Spare3
        String


    afs.bos.status  Status
        Signed 32-bit integer


    afs.bos.statusdesc  Status Description
        String


    afs.bos.type  Type
        String


    afs.bos.user  User
        String


    afs.cb  Callback
        Boolean


    afs.cb.callback.expires  Expires
        Date/Time stamp


    afs.cb.callback.type  Type
        Unsigned 32-bit integer


    afs.cb.callback.version  Version
        Unsigned 32-bit integer


    afs.cb.errcode  Error Code
        Unsigned 32-bit integer


    afs.cb.fid.uniq  FileID (Uniqifier)
        Unsigned 32-bit integer


    afs.cb.fid.vnode  FileID (VNode)
        Unsigned 32-bit integer


    afs.cb.fid.volume  FileID (Volume)
        Unsigned 32-bit integer


    afs.cb.opcode  Operation
        Unsigned 32-bit integer


    afs.error  Error
        Boolean


    afs.error.opcode  Operation
        Unsigned 32-bit integer


    afs.fs  File Server
        Boolean


    afs.fs.acl.a  _A_dminister
        Boolean


    afs.fs.acl.count.negative  ACL Count (Negative)
        Unsigned 32-bit integer


    afs.fs.acl.count.positive  ACL Count (Positive)
        Unsigned 32-bit integer


    afs.fs.acl.d  _D_elete
        Boolean


    afs.fs.acl.datasize  ACL Size
        Unsigned 32-bit integer


    afs.fs.acl.entity  Entity (User/Group)
        String


    afs.fs.acl.i  _I_nsert
        Boolean


    afs.fs.acl.k  _L_ock
        Boolean


    afs.fs.acl.l  _L_ookup
        Boolean


    afs.fs.acl.r  _R_ead
        Boolean


    afs.fs.acl.w  _W_rite
        Boolean


    afs.fs.callback.expires  Expires
        Date/Time stamp


    afs.fs.callback.type  Type
        Unsigned 32-bit integer


    afs.fs.callback.version  Version
        Unsigned 32-bit integer


    afs.fs.cps.spare1  CPS Spare1
        Unsigned 32-bit integer


    afs.fs.cps.spare2  CPS Spare2
        Unsigned 32-bit integer


    afs.fs.cps.spare3  CPS Spare3
        Unsigned 32-bit integer


    afs.fs.data  Data
        Byte array


    afs.fs.errcode  Error Code
        Unsigned 32-bit integer


    afs.fs.fid.uniq  FileID (Uniqifier)
        Unsigned 32-bit integer


    afs.fs.fid.vnode  FileID (VNode)
        Unsigned 32-bit integer


    afs.fs.fid.volume  FileID (Volume)
        Unsigned 32-bit integer


    afs.fs.flength  FLength
        Unsigned 32-bit integer


    afs.fs.ipaddr  IP Address
        IPv4 address


    afs.fs.length  Length
        Unsigned 32-bit integer


    afs.fs.motd  Message of the Day
        String


    afs.fs.name  Name
        String


    afs.fs.newname  New Name
        String


    afs.fs.offlinemsg  Offline Message
        String


    afs.fs.offset  Offset
        Unsigned 32-bit integer


    afs.fs.oldname  Old Name
        String


    afs.fs.opcode  Operation
        Unsigned 32-bit integer


    afs.fs.status.anonymousaccess  Anonymous Access
        Unsigned 32-bit integer


    afs.fs.status.author  Author
        Unsigned 32-bit integer


    afs.fs.status.calleraccess  Caller Access
        Unsigned 32-bit integer


    afs.fs.status.clientmodtime  Client Modification Time
        Date/Time stamp


    afs.fs.status.dataversion  Data Version
        Unsigned 32-bit integer


    afs.fs.status.dataversionhigh  Data Version (High)
        Unsigned 32-bit integer


    afs.fs.status.filetype  File Type
        Unsigned 32-bit integer


    afs.fs.status.group  Group
        Unsigned 32-bit integer


    afs.fs.status.interfaceversion  Interface Version
        Unsigned 32-bit integer


    afs.fs.status.length  Length
        Unsigned 32-bit integer


    afs.fs.status.linkcount  Link Count
        Unsigned 32-bit integer


    afs.fs.status.mask  Mask
        Unsigned 32-bit integer


    afs.fs.status.mask.fsync  FSync
        Boolean


    afs.fs.status.mask.setgroup  Set Group
        Boolean


    afs.fs.status.mask.setmode  Set Mode
        Boolean


    afs.fs.status.mask.setmodtime  Set Modification Time
        Boolean


    afs.fs.status.mask.setowner  Set Owner
        Boolean


    afs.fs.status.mask.setsegsize  Set Segment Size
        Boolean


    afs.fs.status.mode  Unix Mode
        Unsigned 32-bit integer


    afs.fs.status.owner  Owner
        Unsigned 32-bit integer


    afs.fs.status.parentunique  Parent Unique
        Unsigned 32-bit integer


    afs.fs.status.parentvnode  Parent VNode
        Unsigned 32-bit integer


    afs.fs.status.segsize  Segment Size
        Unsigned 32-bit integer


    afs.fs.status.servermodtime  Server Modification Time
        Date/Time stamp


    afs.fs.status.spare2  Spare 2
        Unsigned 32-bit integer


    afs.fs.status.spare3  Spare 3
        Unsigned 32-bit integer


    afs.fs.status.spare4  Spare 4
        Unsigned 32-bit integer


    afs.fs.status.synccounter  Sync Counter
        Unsigned 32-bit integer


    afs.fs.symlink.content  Symlink Content
        String


    afs.fs.symlink.name  Symlink Name
        String


    afs.fs.timestamp  Timestamp
        Date/Time stamp


    afs.fs.token  Token
        Byte array


    afs.fs.viceid  Vice ID
        Unsigned 32-bit integer


    afs.fs.vicelocktype  Vice Lock Type
        Unsigned 32-bit integer


    afs.fs.volid  Volume ID
        Unsigned 32-bit integer


    afs.fs.volname  Volume Name
        String


    afs.fs.volsync.spare1  Volume Creation Timestamp
        Date/Time stamp


    afs.fs.volsync.spare2  Spare 2
        Unsigned 32-bit integer


    afs.fs.volsync.spare3  Spare 3
        Unsigned 32-bit integer


    afs.fs.volsync.spare4  Spare 4
        Unsigned 32-bit integer


    afs.fs.volsync.spare5  Spare 5
        Unsigned 32-bit integer


    afs.fs.volsync.spare6  Spare 6
        Unsigned 32-bit integer


    afs.fs.xstats.clientversion  Client Version
        Unsigned 32-bit integer


    afs.fs.xstats.collnumber  Collection Number
        Unsigned 32-bit integer


    afs.fs.xstats.timestamp  XStats Timestamp
        Unsigned 32-bit integer


    afs.fs.xstats.version  XStats Version
        Unsigned 32-bit integer


    afs.kauth  KAuth
        Boolean


    afs.kauth.data  Data
        Byte array


    afs.kauth.domain  Domain
        String


    afs.kauth.errcode  Error Code
        Unsigned 32-bit integer


    afs.kauth.kvno  Key Version Number
        Unsigned 32-bit integer


    afs.kauth.name  Name
        String


    afs.kauth.opcode  Operation
        Unsigned 32-bit integer


    afs.kauth.princ  Principal
        String


    afs.kauth.realm  Realm
        String


    afs.prot  Protection
        Boolean


    afs.prot.count  Count
        Unsigned 32-bit integer


    afs.prot.errcode  Error Code
        Unsigned 32-bit integer


    afs.prot.flag  Flag
        Unsigned 32-bit integer


    afs.prot.gid  Group ID
        Unsigned 32-bit integer


    afs.prot.id  ID
        Unsigned 32-bit integer


    afs.prot.maxgid  Maximum Group ID
        Unsigned 32-bit integer


    afs.prot.maxuid  Maximum User ID
        Unsigned 32-bit integer


    afs.prot.name  Name
        String


    afs.prot.newid  New ID
        Unsigned 32-bit integer


    afs.prot.oldid  Old ID
        Unsigned 32-bit integer


    afs.prot.opcode  Operation
        Unsigned 32-bit integer


    afs.prot.pos  Position
        Unsigned 32-bit integer


    afs.prot.uid  User ID
        Unsigned 32-bit integer


    afs.rmtsys  Rmtsys
        Boolean


    afs.rmtsys.opcode  Operation
        Unsigned 32-bit integer


    afs.ubik  Ubik
        Boolean


    afs.ubik.activewrite  Active Write
        Unsigned 32-bit integer


    afs.ubik.addr  Address
        IPv4 address


    afs.ubik.amsyncsite  Am Sync Site
        Unsigned 32-bit integer


    afs.ubik.anyreadlocks  Any Read Locks
        Unsigned 32-bit integer


    afs.ubik.anywritelocks  Any Write Locks
        Unsigned 32-bit integer


    afs.ubik.beaconsincedown  Beacon Since Down
        Unsigned 32-bit integer


    afs.ubik.currentdb  Current DB
        Unsigned 32-bit integer


    afs.ubik.currenttran  Current Transaction
        Unsigned 32-bit integer


    afs.ubik.epochtime  Epoch Time
        Date/Time stamp


    afs.ubik.errcode  Error Code
        Unsigned 32-bit integer


    afs.ubik.file  File
        Unsigned 32-bit integer


    afs.ubik.interface  Interface Address
        IPv4 address


    afs.ubik.isclone  Is Clone
        Unsigned 32-bit integer


    afs.ubik.lastbeaconsent  Last Beacon Sent
        Date/Time stamp


    afs.ubik.lastvote  Last Vote
        Unsigned 32-bit integer


    afs.ubik.lastvotetime  Last Vote Time
        Date/Time stamp


    afs.ubik.lastyesclaim  Last Yes Claim
        Date/Time stamp


    afs.ubik.lastyeshost  Last Yes Host
        IPv4 address


    afs.ubik.lastyesstate  Last Yes State
        Unsigned 32-bit integer


    afs.ubik.lastyesttime  Last Yes Time
        Date/Time stamp


    afs.ubik.length  Length
        Unsigned 32-bit integer


    afs.ubik.lockedpages  Locked Pages
        Unsigned 32-bit integer


    afs.ubik.locktype  Lock Type
        Unsigned 32-bit integer


    afs.ubik.lowesthost  Lowest Host
        IPv4 address


    afs.ubik.lowesttime  Lowest Time
        Date/Time stamp


    afs.ubik.now  Now
        Date/Time stamp


    afs.ubik.nservers  Number of Servers
        Unsigned 32-bit integer


    afs.ubik.opcode  Operation
        Unsigned 32-bit integer


    afs.ubik.position  Position
        Unsigned 32-bit integer


    afs.ubik.recoverystate  Recovery State
        Unsigned 32-bit integer


    afs.ubik.site  Site
        IPv4 address


    afs.ubik.state  State
        Unsigned 32-bit integer


    afs.ubik.synchost  Sync Host
        IPv4 address


    afs.ubik.syncsiteuntil  Sync Site Until
        Date/Time stamp


    afs.ubik.synctime  Sync Time
        Date/Time stamp


    afs.ubik.tidcounter  TID Counter
        Unsigned 32-bit integer


    afs.ubik.up  Up
        Unsigned 32-bit integer


    afs.ubik.version.counter  Counter
        Unsigned 32-bit integer


    afs.ubik.version.epoch  Epoch
        Date/Time stamp


    afs.ubik.voteend  Vote Ends
        Date/Time stamp


    afs.ubik.votestart  Vote Started
        Date/Time stamp


    afs.ubik.votetype  Vote Type
        Unsigned 32-bit integer


    afs.ubik.writelockedpages  Write Locked Pages
        Unsigned 32-bit integer


    afs.ubik.writetran  Write Transaction
        Unsigned 32-bit integer


    afs.update  Update
        Boolean


    afs.update.opcode  Operation
        Unsigned 32-bit integer


    afs.vldb  VLDB
        Boolean


    afs.vldb.bkvol  Backup Volume ID
        Unsigned 32-bit integer


    afs.vldb.bump  Bumped Volume ID
        Unsigned 32-bit integer


    afs.vldb.clonevol  Clone Volume ID
        Unsigned 32-bit integer


    afs.vldb.count  Volume Count
        Unsigned 32-bit integer


    afs.vldb.errcode  Error Code
        Unsigned 32-bit integer


    afs.vldb.flags  Flags
        Unsigned 32-bit integer


    afs.vldb.flags.bkexists  Backup Exists
        Boolean


    afs.vldb.flags.dfsfileset  DFS Fileset
        Boolean


    afs.vldb.flags.roexists  Read-Only Exists
        Boolean


    afs.vldb.flags.rwexists  Read/Write Exists
        Boolean


    afs.vldb.id  Volume ID
        Unsigned 32-bit integer


    afs.vldb.index  Volume Index
        Unsigned 32-bit integer


    afs.vldb.name  Volume Name
        String


    afs.vldb.nextindex  Next Volume Index
        Unsigned 32-bit integer


    afs.vldb.numservers  Number of Servers
        Unsigned 32-bit integer


    afs.vldb.opcode  Operation
        Unsigned 32-bit integer


    afs.vldb.partition  Partition
        String


    afs.vldb.rovol  Read-Only Volume ID
        Unsigned 32-bit integer


    afs.vldb.rwvol  Read-Write Volume ID
        Unsigned 32-bit integer


    afs.vldb.server  Server
        IPv4 address


    afs.vldb.serverflags  Server Flags
        Unsigned 32-bit integer


    afs.vldb.serverip  Server IP
        IPv4 address


    afs.vldb.serveruniq  Server Unique Address
        Unsigned 32-bit integer


    afs.vldb.serveruuid  Server UUID
        Byte array


    afs.vldb.spare1  Spare 1
        Unsigned 32-bit integer


    afs.vldb.spare2  Spare 2
        Unsigned 32-bit integer


    afs.vldb.spare3  Spare 3
        Unsigned 32-bit integer


    afs.vldb.spare4  Spare 4
        Unsigned 32-bit integer


    afs.vldb.spare5  Spare 5
        Unsigned 32-bit integer


    afs.vldb.spare6  Spare 6
        Unsigned 32-bit integer


    afs.vldb.spare7  Spare 7
        Unsigned 32-bit integer


    afs.vldb.spare8  Spare 8
        Unsigned 32-bit integer


    afs.vldb.spare9  Spare 9
        Unsigned 32-bit integer


    afs.vldb.type  Volume Type
        Unsigned 32-bit integer


    afs.vol  Volume Server
        Boolean


    afs.vol.count  Volume Count
        Unsigned 32-bit integer


    afs.vol.errcode  Error Code
        Unsigned 32-bit integer


    afs.vol.id  Volume ID
        Unsigned 32-bit integer


    afs.vol.name  Volume Name
        String


    afs.vol.opcode  Operation
        Unsigned 32-bit integer


 

AppleTalk Filing Protocol (afp)

    afp.AFPVersion  AFP Version


    afp.UAM  UAM


    afp.access  Access mode
        Unsigned 8-bit integer


    afp.access.deny_read  Deny read
        Boolean


    afp.access.deny_write  Deny write
        Boolean


    afp.access.read  Read
        Boolean


    afp.access.write  Write
        Boolean


    afp.actual_count  Count
        Signed 32-bit integer


    afp.appl_index  Index
        Unsigned 16-bit integer


    afp.appl_tag  Tag
        Unsigned 32-bit integer


    afp.backup_date  Backup date
        Date/Time stamp


    afp.cat_count  Cat count
        Unsigned 32-bit integer


    afp.cat_position  Position
        Byte array


    afp.cat_req_matches  Max answers
        Signed 32-bit integer


    afp.command  Command
        Unsigned 8-bit integer


    afp.comment  Comment


    afp.create_flag  Hard create
        Boolean


    afp.creation_date  Creation date
        Date/Time stamp


    afp.data_fork_len  Data fork size
        Unsigned 32-bit integer


    afp.did  DID
        Unsigned 32-bit integer


    afp.dir_ar  Access rights
        Unsigned 32-bit integer


    afp.dir_ar.blank  Blank access right
        Boolean


    afp.dir_ar.e_read  Everyone has read access
        Boolean


    afp.dir_ar.e_search  Everyone has search access
        Boolean


    afp.dir_ar.e_write  Everyone has write access
        Boolean


    afp.dir_ar.g_read  Group has read access
        Boolean


    afp.dir_ar.g_search  Group has search access
        Boolean


    afp.dir_ar.g_write  Group has write access
        Boolean


    afp.dir_ar.o_read  Owner has read access
        Boolean


    afp.dir_ar.o_search  Owner has search access
        Boolean


    afp.dir_ar.o_write  Owner has write access
        Boolean


    afp.dir_ar.u_owner  User is the owner
        Boolean


    afp.dir_ar.u_read  User has read access
        Boolean


    afp.dir_ar.u_search  User has search access
        Boolean


    afp.dir_ar.u_write  User has write access
        Boolean


    afp.dir_attribute.backup_needed  Backup needed
        Boolean


    afp.dir_attribute.delete_inhibit  Delete inhibit
        Boolean


    afp.dir_attribute.in_exported_folder  Shared area
        Boolean


    afp.dir_attribute.invisible  Invisible
        Boolean


    afp.dir_attribute.mounted  Mounted
        Boolean


    afp.dir_attribute.rename_inhibit  Rename inhibit
        Boolean


    afp.dir_attribute.set_clear  Set
        Boolean


    afp.dir_attribute.share  Share point
        Boolean


    afp.dir_attribute.system  System
        Boolean


    afp.dir_bitmap  Directory bitmap
        Unsigned 16-bit integer


    afp.dir_bitmap.UTF8_name  UTF-8 name
        Boolean


    afp.dir_bitmap.access_rights  Access rights
        Boolean


    afp.dir_bitmap.attributes  Attributes
        Boolean


    afp.dir_bitmap.backup_date  Backup date
        Boolean


    afp.dir_bitmap.create_date  Creation date
        Boolean


    afp.dir_bitmap.did  DID
        Boolean


    afp.dir_bitmap.fid  File ID
        Boolean


    afp.dir_bitmap.finder_info  Finder info
        Boolean


    afp.dir_bitmap.group_id  Group id
        Boolean


    afp.dir_bitmap.long_name  Long name
        Boolean


    afp.dir_bitmap.mod_date  Modification date
        Boolean


    afp.dir_bitmap.offspring_count  Offspring count
        Boolean


    afp.dir_bitmap.owner_id  Owner id
        Boolean


    afp.dir_bitmap.short_name  Short name
        Boolean


    afp.dir_bitmap.unix_privs  UNIX privileges
        Boolean


    afp.dir_group_id  Group ID
        Signed 32-bit integer


    afp.dir_offspring  Offspring
        Unsigned 16-bit integer


    afp.dir_owner_id  Owner ID
        Signed 32-bit integer


    afp.dt_ref  DT ref
        Unsigned 16-bit integer


    afp.ext_data_fork_len  Extended data fork size


    afp.ext_resource_fork_len  Extended resource fork size


    afp.file_attribute.backup_needed  Backup needed
        Boolean


    afp.file_attribute.copy_protect  Copy protect
        Boolean


    afp.file_attribute.delete_inhibit  Delete inhibit
        Boolean


    afp.file_attribute.df_open  Data fork open
        Boolean


    afp.file_attribute.invisible  Invisible
        Boolean


    afp.file_attribute.multi_user  Multi user
        Boolean


    afp.file_attribute.rename_inhibit  Rename inhibit
        Boolean


    afp.file_attribute.rf_open  Resource fork open
        Boolean


    afp.file_attribute.set_clear  Set
        Boolean


    afp.file_attribute.system  System
        Boolean


    afp.file_attribute.write_inhibit  Write inhibit
        Boolean


    afp.file_bitmap  File bitmap
        Unsigned 16-bit integer


    afp.file_bitmap.UTF8_name  UTF-8 name
        Boolean


    afp.file_bitmap.attributes  Attributes
        Boolean


    afp.file_bitmap.backup_date  Backup date
        Boolean


    afp.file_bitmap.create_date  Creation date
        Boolean


    afp.file_bitmap.data_fork_len  Data fork size
        Boolean


    afp.file_bitmap.did  DID
        Boolean


    afp.file_bitmap.ex_data_fork_len  Extended data fork size
        Boolean


    afp.file_bitmap.ex_resource_fork_len  Extended resource fork size
        Boolean


    afp.file_bitmap.fid  File ID
        Boolean


    afp.file_bitmap.finder_info  Finder info
        Boolean


    afp.file_bitmap.launch_limit  Launch limit
        Boolean


    afp.file_bitmap.long_name  Long name
        Boolean


    afp.file_bitmap.mod_date  Modification date
        Boolean


    afp.file_bitmap.resource_fork_len  Resource fork size
        Boolean


    afp.file_bitmap.short_name  Short name
        Boolean


    afp.file_bitmap.unix_privs  UNIX privileges
        Boolean


    afp.file_creator  File creator
        String


    afp.file_flag  Dir
        Boolean


    afp.file_id  File ID
        Unsigned 32-bit integer


    afp.file_type  File type
        String


    afp.finder_info  Finder info
        Byte array


    afp.flag  From
        Unsigned 8-bit integer


    afp.fork_type  Resource fork
        Boolean


    afp.icon_index  Index
        Unsigned 16-bit integer


    afp.icon_length  Size
        Unsigned 16-bit integer


    afp.icon_tag  Tag
        Unsigned 32-bit integer


    afp.icon_type  Icon type
        Unsigned 8-bit integer


    afp.last_written  Last written
        Unsigned 32-bit integer


    afp.lock_from  End
        Boolean


    afp.lock_len  Length
        Signed 32-bit integer


    afp.lock_offset  Offset
        Signed 32-bit integer


    afp.lock_op  unlock
        Boolean


    afp.lock_range_start  Start
        Signed 32-bit integer


    afp.long_name_offset  Long name offset
        Unsigned 16-bit integer


    afp.modification_date  Modification date
        Date/Time stamp


    afp.newline_char  Newline char
        Unsigned 8-bit integer


    afp.newline_mask  Newline mask
        Unsigned 8-bit integer


    afp.offset  Offset
        Signed 32-bit integer


    afp.ofork  Fork
        Unsigned 16-bit integer


    afp.ofork_len  New length
        Signed 32-bit integer


    afp.pad  Pad
        No value


    afp.passwd  Password
        String


    afp.path_len  Len
        Unsigned 8-bit integer


    afp.path_name  Name
        String


    afp.path_type  Type
        Unsigned 8-bit integer


    afp.reply_size  Reply size
        Unsigned 16-bit integer


    afp.req_count  Req count
        Unsigned 16-bit integer


    afp.reserved  Reserved
        Byte array


    afp.resource_fork_len  Resource fork size
        Unsigned 32-bit integer


    afp.rw_count  Count
        Signed 32-bit integer


    afp.server_time  Server time
        Date/Time stamp


    afp.short_name_offset  Short name offset
        Unsigned 16-bit integer


    afp.start_index  Start index
        Unsigned 16-bit integer


    afp.struct_size  Struct size
        Unsigned 8-bit integer


    afp.unicode_name_offset  Unicode name offset
        Unsigned 16-bit integer


    afp.unix_privs.gid  GID
        Unsigned 32-bit integer


    afp.unix_privs.permissions  Permissions
        Unsigned 32-bit integer


    afp.unix_privs.ua_permissions  User's access rights
        Unsigned 32-bit integer


    afp.unix_privs.uid  UID
        Unsigned 32-bit integer


    afp.user  User


    afp.vol_attribute.blank_access_privs  Blank access privileges
        Boolean


    afp.vol_attribute.cat_search  Catalog search
        Boolean


    afp.vol_attribute.fileIDs  File IDs
        Boolean


    afp.vol_attribute.passwd  Volume password
        Boolean


    afp.vol_attribute.read_only  Read only
        Boolean


    afp.vol_attribute.unix_privs  UNIX access privileges
        Boolean


    afp.vol_attribute.utf8_names  UTF-8 names
        Boolean


    afp.vol_attributes  Attributes
        Unsigned 16-bit integer


    afp.vol_backup_date  Backup date
        Date/Time stamp


    afp.vol_bitmap  Bitmap
        Unsigned 16-bit integer


    afp.vol_bitmap.attributes  Attributes
        Boolean


    afp.vol_bitmap.backup_date  Backup date
        Boolean


    afp.vol_bitmap.block_size  Block size
        Boolean


    afp.vol_bitmap.bytes_free  Bytes free
        Boolean


    afp.vol_bitmap.bytes_total  Bytes total
        Boolean


    afp.vol_bitmap.create_date  Creation date
        Boolean


    afp.vol_bitmap.ex_bytes_free  Extended bytes free
        Boolean


    afp.vol_bitmap.ex_bytes_total  Extended bytes total
        Boolean


    afp.vol_bitmap.id  ID
        Boolean


    afp.vol_bitmap.mod_date  Modification date
        Boolean


    afp.vol_bitmap.name  Name
        Boolean


    afp.vol_bitmap.signature  Signature
        Boolean


    afp.vol_block_size  Block size
        Unsigned 32-bit integer


    afp.vol_bytes_free  Bytes free
        Unsigned 32-bit integer


    afp.vol_bytes_total  Bytes total
        Unsigned 32-bit integer


    afp.vol_creation_date  Creation date
        Date/Time stamp


    afp.vol_ex_bytes_free  Extended bytes free


    afp.vol_ex_bytes_total  Extended bytes total


    afp.vol_flag_passwd  Password
        Boolean


    afp.vol_flag_unix_priv  Unix privs
        Boolean


    afp.vol_id  Volume id
        Unsigned 16-bit integer


    afp.vol_modification_date  Modification date
        Date/Time stamp


    afp.vol_name  Volume


    afp.vol_name_offset  Volume name offset
        Unsigned 16-bit integer


    afp.vol_signature  Signature
        Unsigned 16-bit integer


 

AppleTalk Session Protocol (asp)

    asp.attn_code  Attn code
        Unsigned 16-bit integer


    asp.error  asp error
        Signed 32-bit integer


    asp.function  asp function
        Unsigned 8-bit integer


    asp.init_error  Error
        Unsigned 16-bit integer


    asp.seq  Sequence
        Unsigned 16-bit integer


    asp.server_addr.len  Length
        Unsigned 8-bit integer


    asp.server_addr.type  Type
        Unsigned 8-bit integer


    asp.server_addr.value  Value
        Byte array


    asp.server_directory  Directory service


    asp.server_flag  Flag
        Unsigned 16-bit integer


    asp.server_flag.copyfile  Support copyfile
        Boolean


    asp.server_flag.directory  Support directory services
        Boolean


    asp.server_flag.fast_copy  Support fast copy
        Boolean


    asp.server_flag.no_save_passwd  Don't allow save password
        Boolean


    asp.server_flag.notify  Support server notifications
        Boolean


    asp.server_flag.passwd  Support change password
        Boolean


    asp.server_flag.reconnect  Support server reconnect
        Boolean


    asp.server_flag.srv_msg  Support server message
        Boolean


    asp.server_flag.srv_sig  Support server signature
        Boolean


    asp.server_flag.tcpip  Support TCP/IP
        Boolean


    asp.server_icon  Icon bitmap
        Byte array


    asp.server_name  Server name


    asp.server_signature  Server signature
        Byte array


    asp.server_type  Server type


    asp.server_uams  UAM


    asp.server_vers  AFP version


    asp.session_id  Session ID
        Unsigned 8-bit integer


    asp.size  size
        Unsigned 16-bit integer


    asp.socket  Socket
        Unsigned 8-bit integer


    asp.version  Version
        Unsigned 16-bit integer


    asp.zero_value  Pad (0)
        Byte array


 

AppleTalk Transaction Protocol packet (atp)

    atp.bitmap  Bitmap
        Unsigned 8-bit integer


    atp.ctrlinfo  Control info
        Unsigned 8-bit integer


    atp.eom  EOM
        Boolean


    atp.fragment  ATP Fragment
        No value


    atp.fragments  ATP Fragments
        No value


    atp.function  Function
        Unsigned 8-bit integer


    atp.segment.error   Desegmentation error
        No value


    atp.segment.multipletails  Multiple tail segments found
        Boolean


    atp.segment.overlap  Segment overlap
        Boolean


    atp.segment.overlap.conflict  Conflicting data in seagment overlap
        Boolean


    atp.segment.toolongsegment  Segment too long
        Boolean


    atp.sts  STS
        Boolean


    atp.tid  TID
        Unsigned 16-bit integer


    atp.treltimer  TRel timer
        Unsigned 8-bit integer


    atp.user_bytes  User bytes
        Unsigned 32-bit integer


    atp.xo  XO
        Boolean


 

Appletalk Address Resolution Protocol (aarp)

    aarp.dst.hw  Target hardware address
        Byte array


    aarp.dst.hw_mac  Target MAC address
        6-byte Hardware (MAC) Address


    aarp.dst.proto  Target protocol address
        Byte array


    aarp.dst.proto_id  Target ID
        Byte array


    aarp.hard.size  Hardware size
        Unsigned 8-bit integer


    aarp.hard.type  Hardware type
        Unsigned 16-bit integer


    aarp.opcode  Opcode
        Unsigned 16-bit integer


    aarp.proto.size  Protocol size
        Unsigned 8-bit integer


    aarp.proto.type  Protocol type
        Unsigned 16-bit integer


    aarp.src.hw  Sender hardware address
        Byte array


    aarp.src.hw_mac  Sender MAC address
        6-byte Hardware (MAC) Address


    aarp.src.proto  Sender protocol address
        Byte array


    aarp.src.proto_id  Sender ID
        Byte array


 

Async data over ISDN (V.120) (v120)

    v120.address  Link Address
        Unsigned 16-bit integer


    v120.control  Control Field
        Unsigned 16-bit integer


    v120.header  Header Field
        String


 

Authentication Header (ah)

    ah.sequence  Sequence
        Unsigned 32-bit integer


    ah.spi  SPI
        Unsigned 32-bit integer


 

BACnet Virtual Link Control (bvlc)

    bvlc.bdt_ip  IP
        IPv4 address


    bvlc.bdt_mask  Mask
        Byte array


    bvlc.bdt_port  Port
        Unsigned 16-bit integer


    bvlc.fdt_ip  IP
        IPv4 address


    bvlc.fdt_port  Port
        Unsigned 16-bit integer


    bvlc.fdt_timeout  Timeout
        Unsigned 16-bit integer


    bvlc.fdt_ttl  TTL
        Unsigned 16-bit integer


    bvlc.function  Function
        Unsigned 8-bit integer


    bvlc.fwd_ip  IP
        IPv4 address


    bvlc.fwd_port  Port
        Unsigned 16-bit integer


    bvlc.length  Length
        Unsigned 16-bit integer


    bvlc.reg_ttl  TTL
        Unsigned 16-bit integer


    bvlc.result  Result
        Unsigned 16-bit integer


    bvlc.type  Type
        Unsigned 8-bit integer


 

Banyan Vines (vines)

    vines.protocol  Protocol
        Unsigned 8-bit integer


 

Banyan Vines Fragmentation Protocol (vines_frp)

 

Banyan Vines SPP (vines_spp)

 

Blocks Extensible Exchange Protocol (beep)

    beep.ansno  Ansno
        Unsigned 32-bit integer


    beep.channel  Channel
        Unsigned 32-bit integer


    beep.end  End
        Boolean


    beep.more.complete  Complete
        Boolean


    beep.more.intermediate  Intermediate
        Boolean


    beep.msgno  Msgno
        Unsigned 32-bit integer


    beep.req  Request
        Boolean


    beep.req.channel  Request Channel Number
        Unsigned 32-bit integer


    beep.rsp  Response
        Boolean


    beep.rsp.channel  Response Channel Number
        Unsigned 32-bit integer


    beep.seq  Sequence
        Boolean


    beep.seq.ackno  Ackno
        Unsigned 32-bit integer


    beep.seq.channel  Sequence Channel Number
        Unsigned 32-bit integer


    beep.seq.window  Window
        Unsigned 32-bit integer


    beep.seqno  Seqno
        Unsigned 32-bit integer


    beep.size  Size
        Unsigned 32-bit integer


    beep.status.negative  Negative
        Boolean


    beep.status.positive  Positive
        Boolean


    beep.violation  Protocol Violation
        Boolean


 

Boot Parameters (bootparams)

    bootparams.domain  Client Domain
        String


    bootparams.fileid  File ID
        String


    bootparams.filepath  File Path
        String


    bootparams.host  Client Host
        String


    bootparams.hostaddr  Client Address
        IPv4 address


    bootparams.routeraddr  Router Address
        IPv4 address


    bootparams.type  Address Type
        Unsigned 32-bit integer


 

Bootstrap Protocol (bootp)

    bootp.cookie  Magic cookie
        IPv4 address


    bootp.dhcp  Frame is DHCP
        Boolean


    bootp.file  Boot file name
        String


    bootp.flag  Broadcast flag
        Unsigned 16-bit integer


    bootp.hops  Hops
        Unsigned 8-bit integer


    bootp.hw.addr  Client hardware address
        Byte array


    bootp.hw.len  Hardware address length
        Unsigned 8-bit integer


    bootp.hw.type  Hardware type
        Unsigned 8-bit integer


    bootp.id  Transaction ID
        Unsigned 32-bit integer


    bootp.ip.client  Client IP address
        IPv4 address


    bootp.ip.relay  Relay agent IP address
        IPv4 address


    bootp.ip.server  Next server IP address
        IPv4 address


    bootp.ip.your  Your (client) IP address
        IPv4 address


    bootp.secs  Seconds elapsed
        Unsigned 16-bit integer


    bootp.server  Server host name
        String


    bootp.type  Message type
        Unsigned 8-bit integer


 

Border Gateway Protocol (bgp)

    bgp.type  BGP message type
        Unsigned 8-bit integer


 

Building Automation and Control Network APDU (bacapp)

    bacapp.bacapp_type  APDU Type
        Unsigned 8-bit integer


 

Building Automation and Control Network NPDU (bacnet)

    bacnet.control  Control
        Unsigned 8-bit integer


    bacnet.control_dest  Destination Specifier
        Boolean


    bacnet.control_expect  Expecting Reply
        Boolean


    bacnet.control_net  NSDU contains
        Boolean


    bacnet.control_prio_high  Priority
        Boolean


    bacnet.control_prio_low  Priority
        Boolean


    bacnet.control_res1  Reserved
        Boolean


    bacnet.control_res2  Reserved
        Boolean


    bacnet.control_src  Source specifier
        Boolean


    bacnet.dadr_eth  Destination ISO 8802-3 MAC Address
        6-byte Hardware (MAC) Address


    bacnet.dadr_tmp  Unknown Destination MAC
        Byte array


    bacnet.dlen  Destination MAC Layer Address Length
        Unsigned 8-bit integer


    bacnet.dnet  Destination Network Address
        Unsigned 16-bit integer


    bacnet.hopc  Hop Count
        Unsigned 8-bit integer


    bacnet.mesgtyp  Message Type
        Unsigned 8-bit integer


    bacnet.perf  Performance Index
        Unsigned 8-bit integer


    bacnet.pinfo  Port Info
        Unsigned 8-bit integer


    bacnet.pinfolen  Port Info Length
        Unsigned 8-bit integer


    bacnet.portid  Port ID
        Unsigned 8-bit integer


    bacnet.rejectreason  Reject Reason
        Unsigned 8-bit integer


    bacnet.rportnum  Number of Port Mappings
        Unsigned 8-bit integer


    bacnet.sadr_eth  SADR
        6-byte Hardware (MAC) Address


    bacnet.sadr_tmp  Unknown Source MAC
        Byte array


    bacnet.slen  Source MAC Layer Address Length
        Unsigned 8-bit integer


    bacnet.snet  Source Network Address
        Unsigned 16-bit integer


    bacnet.vendor  Vendor ID
        Unsigned 16-bit integer


    bacnet.version  Version
        Unsigned 8-bit integer


 

Cisco Auto-RP (auto_rp)

    auto_rp.group_prefix  Prefix
        IPv4 address


    auto_rp.holdtime  Holdtime
        Unsigned 16-bit integer


    auto_rp.mask_len  Mask length
        Unsigned 8-bit integer


    auto_rp.pim_ver  Version
        Unsigned 8-bit integer


    auto_rp.prefix_sign  Sign
        Unsigned 8-bit integer


    auto_rp.rp_addr  RP address
        IPv4 address


    auto_rp.rp_count  RP count
        Unsigned 8-bit integer


    auto_rp.type  Packet type
        Unsigned 8-bit integer


    auto_rp.version  Protocol version
        Unsigned 8-bit integer


 

Cisco Discovery Protocol (cdp)

    cdp.checksum  Checksum
        Unsigned 16-bit integer


    cdp.tlv.len  Length
        Unsigned 16-bit integer


    cdp.tlv.type  Type
        Unsigned 16-bit integer


    cdp.ttl  TTL
        Unsigned 16-bit integer


    cdp.version  Version
        Unsigned 8-bit integer


 

Cisco Group Management Protocol (cgmp)

    cgmp.count  Count
        Unsigned 8-bit integer


    cgmp.gda  Group Destination Address
        6-byte Hardware (MAC) Address


    cgmp.type  Type
        Unsigned 8-bit integer


    cgmp.usa  Unicast Source Address
        6-byte Hardware (MAC) Address


    cgmp.version  Version
        Unsigned 8-bit integer


 

Cisco HDLC (chdlc)

    chdlc.address  Address
        Unsigned 8-bit integer


    chdlc.protocol  Protocol
        Unsigned 16-bit integer


 

Cisco Hot Standby Router Protocol (hsrp)

    hsrp.auth_data  Authentication Data
        String


    hsrp.group  Group
        Unsigned 8-bit integer


    hsrp.hellotime  Hellotime
        Unsigned 8-bit integer


    hsrp.holdtime  Holdtime
        Unsigned 8-bit integer


    hsrp.opcode  Op Code
        Unsigned 8-bit integer


    hsrp.priority  Priority
        Unsigned 8-bit integer


    hsrp.reserved  Reserved
        Unsigned 8-bit integer


    hsrp.state  State
        Unsigned 8-bit integer


    hsrp.version  Version
        Unsigned 8-bit integer


    hsrp.virt_ip  Virtual IP Address
        IPv4 address


 

Cisco ISL (isl)

    isl.addr  Source or Destination Address
        6-byte Hardware (MAC) Address


    isl.bpdu  BPDU
        Boolean


    isl.crc  CRC
        Unsigned 32-bit integer


    isl.dst  Destination
        6-byte Hardware (MAC) Address


    isl.dst_route_desc  Destination route descriptor
        Unsigned 16-bit integer


    isl.esize  Esize
        Unsigned 8-bit integer


    isl.explorer  Explorer
        Boolean


    isl.fcs_not_incl  FCS Not Included
        Boolean


    isl.hsa  HSA
        Unsigned 24-bit integer


    isl.index  Index
        Unsigned 16-bit integer


    isl.len  Length
        Unsigned 16-bit integer


    isl.src  Source
        6-byte Hardware (MAC) Address


    isl.src_route_desc  Source-route descriptor
        Unsigned 16-bit integer


    isl.src_vlan_id  Source VLAN ID
        Unsigned 16-bit integer


    isl.type  Type
        Unsigned 8-bit integer


    isl.user  User
        Unsigned 8-bit integer


    isl.user_eth  User
        Unsigned 8-bit integer


    isl.vlan_id  VLAN ID
        Unsigned 16-bit integer


 

Cisco Interior Gateway Routing Protocol (igrp)

    igrp.as  Autonomous System
        Unsigned 16-bit integer


    igrp.update  Update Release
        Unsigned 8-bit integer


 

Cisco SLARP (slarp)

    slarp.address  Address
        IPv4 address


    slarp.mysequence  Outgoing sequence number
        Unsigned 32-bit integer


    slarp.ptype  Packet type
        Unsigned 32-bit integer


    slarp.yoursequence  Returned sequence number
        Unsigned 32-bit integer


 

Common Open Policy Service (cops)

    cops.accttimer.value  Contents: ACCT Timer Value
        Unsigned 16-bit integer


    cops.c_num  C-Num
        Unsigned 8-bit integer


    cops.c_type  C-Type
        Unsigned 8-bit integer


    cops.client_type  Client Type
        Unsigned 16-bit integer


    cops.context.m_type  M-Type
        Unsigned 16-bit integer


    cops.context.r_type  R-Type
        Unsigned 16-bit integer


    cops.cperror  Error
        Unsigned 16-bit integer


    cops.cperror_sub  Error Sub-code
        Unsigned 16-bit integer


    cops.decision.cmd  Command-Code
        Unsigned 16-bit integer


    cops.decision.flags  Flags
        Unsigned 16-bit integer


    cops.error  Error
        Unsigned 16-bit integer


    cops.error_sub  Error Sub-code
        Unsigned 16-bit integer


    cops.flags  Flags
        Unsigned 8-bit integer


    cops.gperror  Error
        Unsigned 16-bit integer


    cops.gperror_sub  Error Sub-code
        Unsigned 16-bit integer


    cops.in-int.ipv4  IPv4 address
        IPv4 address


    cops.in-int.ipv6  IPv6 address
        IPv6 address


    cops.in-out-int.ifindex  ifIndex
        Unsigned 32-bit integer


    cops.integrity.key_id  Contents: Key ID
        Unsigned 32-bit integer


    cops.integrity.seq_num  Contents: Sequence Number
        Unsigned 32-bit integer


    cops.katimer.value  Contents: KA Timer Value
        Unsigned 16-bit integer


    cops.lastpdpaddr.ipv4  IPv4 address
        IPv4 address


    cops.lastpdpaddr.ipv6  IPv6 address
        IPv6 address


    cops.msg_len  Message Length
        Unsigned 32-bit integer


    cops.obj.len  Object Length
        Unsigned 32-bit integer


    cops.op_code  Op Code
        Unsigned 8-bit integer


    cops.out-int.ipv4  IPv4 address
        IPv4 address


    cops.out-int.ipv6  IPv6 address
        IPv6 address


    cops.pdp.tcp_port  TCP Port Number
        Unsigned 32-bit integer


    cops.pdprediraddr.ipv4  IPv4 address
        IPv4 address


    cops.pdprediraddr.ipv6  IPv6 address
        IPv6 address


    cops.pepid.id  Contents: PEP Id
        String


    cops.reason  Reason
        Unsigned 16-bit integer


    cops.reason_sub  Reason Sub-code
        Unsigned 16-bit integer


    cops.report_type  Contents: Report-Type
        Unsigned 16-bit integer


    cops.s_num  S-Num
        Unsigned 8-bit integer


    cops.s_type  S-Type
        Unsigned 8-bit integer


    cops.ver_flags  Version and Flags
        Unsigned 8-bit integer


    cops.version  Version
        Unsigned 8-bit integer


 

Common Unix Printing System (CUPS) Browsing Protocol (cups)

    cups.ptype  Type
        Unsigned 32-bit integer


    cups.state  State
        Unsigned 8-bit integer


 

DCE RPC (dcerpc)

    dcerpc.array.actual_count  Actual Count
        Unsigned 32-bit integer


    dcerpc.array.max_count  Max Count
        Unsigned 32-bit integer


    dcerpc.array.offset  Offset
        Unsigned 32-bit integer


    dcerpc.auth_ctx_id  Auth Context ID
        Unsigned 32-bit integer


    dcerpc.auth_level  Auth level
        Unsigned 8-bit integer


    dcerpc.auth_pad_len  Auth pad len
        Unsigned 8-bit integer


    dcerpc.auth_rsrvd  Auth Rsrvd
        Unsigned 8-bit integer


    dcerpc.auth_type  Auth type
        Unsigned 8-bit integer


    dcerpc.cn_ack_reason  Ack reason
        Unsigned 16-bit integer


    dcerpc.cn_ack_result  Ack result
        Unsigned 16-bit integer


    dcerpc.cn_ack_trans_id  Transfer Syntax
        String


    dcerpc.cn_ack_trans_ver  Syntax ver
        Unsigned 32-bit integer


    dcerpc.cn_alloc_hint  Alloc hint
        Unsigned 32-bit integer


    dcerpc.cn_assoc_group  Assoc Group
        Unsigned 32-bit integer


    dcerpc.cn_auth_len  Auth Length
        Unsigned 16-bit integer


    dcerpc.cn_bind_if_ver  Interface Ver
        Unsigned 16-bit integer


    dcerpc.cn_bind_if_ver_minor  Interface Ver Minor
        Unsigned 16-bit integer


    dcerpc.cn_bind_to_uuid  Interface UUID
        String


    dcerpc.cn_bind_trans_id  Transfer Syntax
        String


    dcerpc.cn_bind_trans_ver  Syntax ver
        Unsigned 32-bit integer


    dcerpc.cn_call_id  Call ID
        Unsigned 32-bit integer


    dcerpc.cn_cancel_count  Cancel count
        Unsigned 8-bit integer


    dcerpc.cn_ctx_id  Context ID
        Unsigned 16-bit integer


    dcerpc.cn_flags  Packet Flags
        Unsigned 8-bit integer


    dcerpc.cn_flags.cancel_pending  Cancel Pending
        Boolean


    dcerpc.cn_flags.dne  Did Not Execute
        Boolean


    dcerpc.cn_flags.first_frag  First Frag
        Boolean


    dcerpc.cn_flags.last_frag  Last Frag
        Boolean


    dcerpc.cn_flags.maybe  Maybe
        Boolean


    dcerpc.cn_flags.mpx  Multiplex
        Boolean


    dcerpc.cn_flags.object  Object
        Boolean


    dcerpc.cn_flags.reserved  Reserved
        Boolean


    dcerpc.cn_frag_len  Frag Length
        Unsigned 16-bit integer


    dcerpc.cn_max_recv  Max Recv Frag
        Unsigned 16-bit integer


    dcerpc.cn_max_xmit  Max Xmit Frag
        Unsigned 16-bit integer


    dcerpc.cn_num_ctx_items  Num Ctx Items
        Unsigned 8-bit integer


    dcerpc.cn_num_results  Num results
        Unsigned 8-bit integer


    dcerpc.cn_num_trans_items  Num Trans Items
        Unsigned 16-bit integer


    dcerpc.cn_sec_addr  Scndry Addr
        String


    dcerpc.cn_sec_addr_len  Scndry Addr len
        Unsigned 16-bit integer


    dcerpc.dg_act_id  Activitiy
        String


    dcerpc.dg_ahint  Activity Hint
        Unsigned 16-bit integer


    dcerpc.dg_auth_proto  Auth proto
        Unsigned 8-bit integer


    dcerpc.dg_flags1  Flags1
        Unsigned 8-bit integer


    dcerpc.dg_flags1_broadcast  Broadcast
        Boolean


    dcerpc.dg_flags1_frag  Fragment
        Boolean


    dcerpc.dg_flags1_idempotent  Idempotent
        Boolean


    dcerpc.dg_flags1_last_frag  Last Fragment
        Boolean


    dcerpc.dg_flags1_maybe  Maybe
        Boolean


    dcerpc.dg_flags1_nofack  No Fack
        Boolean


    dcerpc.dg_flags1_rsrvd_01  Reserved
        Boolean


    dcerpc.dg_flags1_rsrvd_80  Reserved
        Boolean


    dcerpc.dg_flags2  Flags2
        Unsigned 8-bit integer


    dcerpc.dg_flags2_cancel_pending  Cancel Pending
        Boolean


    dcerpc.dg_flags2_rsrvd_01  Reserved
        Boolean


    dcerpc.dg_flags2_rsrvd_04  Reserved
        Boolean


    dcerpc.dg_flags2_rsrvd_08  Reserved
        Boolean


    dcerpc.dg_flags2_rsrvd_10  Reserved
        Boolean


    dcerpc.dg_flags2_rsrvd_20  Reserved
        Boolean


    dcerpc.dg_flags2_rsrvd_40  Reserved
        Boolean


    dcerpc.dg_flags2_rsrvd_80  Reserved
        Boolean


    dcerpc.dg_frag_len  Fragment len
        Unsigned 16-bit integer


    dcerpc.dg_frag_num  Fragment num
        Unsigned 16-bit integer


    dcerpc.dg_if_id  Interface
        String


    dcerpc.dg_if_ver  Interface Ver
        Unsigned 32-bit integer


    dcerpc.dg_ihint  Interface Hint
        Unsigned 16-bit integer


    dcerpc.dg_seqnum  Sequence num
        Unsigned 32-bit integer


    dcerpc.dg_serial_hi  Serial High
        Unsigned 8-bit integer


    dcerpc.dg_serial_lo  Serial Low
        Unsigned 8-bit integer


    dcerpc.dg_server_boot  Server boot time
        Unsigned 32-bit integer


    dcerpc.drep  Data Representation
        Byte array


    dcerpc.drep.byteorder  Byte order
        Unsigned 8-bit integer


    dcerpc.drep.character  Character
        Unsigned 8-bit integer


    dcerpc.drep.fp  Floating-point
        Unsigned 8-bit integer


    dcerpc.obj_id  Object
        String


    dcerpc.op  Operation
        Unsigned 16-bit integer


    dcerpc.opnum  Opnum
        Unsigned 16-bit integer


    dcerpc.pkt_type  Packet type
        Unsigned 8-bit integer


    dcerpc.referent_id  Referent ID
        Unsigned 32-bit integer


    dcerpc.request_in  Request in
        Unsigned 32-bit integer


    dcerpc.response_in  Response in
        Unsigned 32-bit integer


    dcerpc.ver  Version
        Unsigned 8-bit integer


    dcerpc.ver_minor  Version (minor)
        Unsigned 8-bit integer


 

DCE/RPC Conversation Manager (conv)

 

DCE/RPC Endpoint Mapper (epm)

    epm.if_id  Interface
        String


    epm.if_id_p  Interface pointer
        Unsigned 32-bit integer


    epm.inq_type  Inquiry type
        Unsigned 32-bit integer


    epm.lookup_hnd  Lookup Handle
        Byte array


    epm.max_ents  Max entries
        Unsigned 32-bit integer


    epm.num_ents  Num entries
        Unsigned 32-bit integer


    epm.object  Object
        String


    epm.object_p  Object pointer
        Unsigned 32-bit integer


    epm.ver_maj  Version Major
        Unsigned 16-bit integer


    epm.ver_min  Version Minor
        Unsigned 16-bit integer


    epm.ver_opt  Version Option
        Unsigned 32-bit integer


 

DCE/RPC Remote Management (mgmt)

 

DCOM OXID Resolver (oxid)

 

DCOM Remote Activation (remact)

 

DEC Spanning Tree Protocol (dec_stp)

    dec_stp.bridge.mac  Bridge MAC
        6-byte Hardware (MAC) Address


    dec_stp.bridge.pri  Bridge Priority
        Unsigned 16-bit integer


    dec_stp.flags  BPDU flags
        Unsigned 8-bit integer


    dec_stp.flags.short_timers  Use short timers
        Boolean


    dec_stp.flags.tc  Topology Change
        Boolean


    dec_stp.flags.tcack  Topology Change Acknowledgment
        Boolean


    dec_stp.forward  Forward Delay
        Unsigned 8-bit integer


    dec_stp.hello  Hello Time
        Unsigned 8-bit integer


    dec_stp.max_age  Max Age
        Unsigned 8-bit integer


    dec_stp.msg_age  Message Age
        Unsigned 8-bit integer


    dec_stp.port  Port identifier
        Unsigned 8-bit integer


    dec_stp.protocol  Protocol Identifier
        Unsigned 8-bit integer


    dec_stp.root.cost  Root Path Cost
        Unsigned 16-bit integer


    dec_stp.root.mac  Root MAC
        6-byte Hardware (MAC) Address


    dec_stp.root.pri  Root Priority
        Unsigned 16-bit integer


    dec_stp.type  BPDU Type
        Unsigned 8-bit integer


    dec_stp.version  BPDU Version
        Unsigned 8-bit integer


 

DHCPv6 (dhcpv6)

    dhcpv6.msgtype  Message type
        Unsigned 8-bit integer


 

Data (data)

 

Data Link SWitching (dlsw)

 

Data Stream Interface (dsi)

    dsi.attn_flag  Flags
        Unsigned 16-bit integer


    dsi.attn_flag.crash  Crash
        Boolean


    dsi.attn_flag.msg  Message
        Boolean


    dsi.attn_flag.reconnect  Don't reconnect
        Boolean


    dsi.attn_flag.shutdown  Shutdown
        Boolean


    dsi.attn_flag.time  Minutes
        Unsigned 16-bit integer


    dsi.command  Command
        Unsigned 8-bit integer


    dsi.data_offset  Data offset
        Signed 32-bit integer


    dsi.error_code  Error code
        Signed 32-bit integer


    dsi.flags  Flags
        Unsigned 8-bit integer


    dsi.length  Length
        Unsigned 32-bit integer


    dsi.open_len  Length
        Unsigned 8-bit integer


    dsi.open_option  Option
        Byte array


    dsi.open_quantum  Quantum
        Unsigned 32-bit integer


    dsi.open_type  Flags
        Unsigned 8-bit integer


    dsi.requestid  Request ID
        Unsigned 16-bit integer


    dsi.reserved  Reserved
        Unsigned 32-bit integer


    dsi.server_addr.len  Length
        Unsigned 8-bit integer


    dsi.server_addr.type  Type
        Unsigned 8-bit integer


    dsi.server_addr.value  Value
        Byte array


    dsi.server_directory  Directory service


    dsi.server_flag  Flag
        Unsigned 16-bit integer


    dsi.server_flag.copyfile  Support copyfile
        Boolean


    dsi.server_flag.directory  Support directory services
        Boolean


    dsi.server_flag.fast_copy  Support fast copy
        Boolean


    dsi.server_flag.no_save_passwd  Don't allow save password
        Boolean


    dsi.server_flag.notify  Support server notifications
        Boolean


    dsi.server_flag.passwd  Support change password
        Boolean


    dsi.server_flag.reconnect  Support server reconnect
        Boolean


    dsi.server_flag.srv_msg  Support server message
        Boolean


    dsi.server_flag.srv_sig  Support server signature
        Boolean


    dsi.server_flag.tcpip  Support TCP/IP
        Boolean


    dsi.server_icon  Icon bitmap
        Byte array


    dsi.server_name  Server name


    dsi.server_signature  Server signature
        Byte array


    dsi.server_type  Server type


    dsi.server_uams  UAM


    dsi.server_vers  AFP version


 

Datagram Delivery Protocol (ddp)

    ddp.checksum  Checksum
        Unsigned 16-bit integer


    ddp.dst.net  Destination Net
        Unsigned 16-bit integer


    ddp.dst.node  Destination Node
        Unsigned 8-bit integer


    ddp.dst.socket  Destination Socket
        Unsigned 8-bit integer


    ddp.hopcount  Hop count
        Unsigned 8-bit integer


    ddp.len  Datagram length
        Unsigned 16-bit integer


    ddp.src.net  Source Net
        Unsigned 16-bit integer


    ddp.src.node  Source Node
        Unsigned 8-bit integer


    ddp.src.socket  Source Socket
        Unsigned 8-bit integer


    ddp.type  Protocol type
        Unsigned 8-bit integer


 

Diameter Protocol (diameter)

    diameter.avp.code  AVP Code
        Unsigned 32-bit integer


    diameter.avp.data.bytes  Value
        Byte array


    diameter.avp.data.int32  Value
        Signed 32-bit integer


    diameter.avp.data.int64  Value


    diameter.avp.data.string  Value
        String


    diameter.avp.data.time  Time
        Date/Time stamp


    diameter.avp.data.uint32  Value
        Unsigned 32-bit integer


    diameter.avp.data.uint64  Value


    diameter.avp.data.v4addr  IPv4 Address
        IPv4 address


    diameter.avp.data.v6addr  IPv6 Address
        IPv6 address


    diameter.avp.flags  AVP Flags
        Unsigned 8-bit integer


    diameter.avp.flags.protected  Protected
        Boolean


    diameter.avp.flags.reserved3  Reserved
        Boolean


    diameter.avp.flags.reserved4  Reserved
        Boolean


    diameter.avp.flags.reserved5  Reserved
        Boolean


    diameter.avp.flags.reserved6  Reserved
        Boolean


    diameter.avp.flags.reserved7  Reserved
        Boolean


    diameter.avp.length  AVP Length
        Unsigned 24-bit integer


    diameter.avp.vendorId  AVP Vendor Id
        Unsigned 32-bit integer


    diameter.code  Command Code
        Unsigned 24-bit integer


    diameter.endtoendid  End-to-End Identifier
        Unsigned 32-bit integer


    diameter.flags  Flags
        Unsigned 8-bit integer


    diameter.flags.error  Error
        Boolean


    diameter.flags.mandatory  Mandatory
        Boolean


    diameter.flags.proxyable  Proxyable
        Boolean


    diameter.flags.request  Request
        Boolean


    diameter.flags.reserved3  Reserved
        Boolean


    diameter.flags.reserved4  Reserved
        Boolean


    diameter.flags.reserved5  Reserved
        Boolean


    diameter.flags.reserved6  Reserved
        Boolean


    diameter.flags.reserved7  Reserved
        Boolean


    diameter.flags.vendorspecific  Vendor-Specific
        Boolean


    diameter.hopbyhopid  Hop-by-Hop Identifier
        Unsigned 32-bit integer


    diameter.length  Length
        Unsigned 24-bit integer


    diameter.vendorId  VendorId
        Unsigned 32-bit integer


    diameter.version  Version
        Unsigned 8-bit integer


 

Distance Vector Multicast Routing Protocol (dvmrp)

    dvmrp.afi  Address Family
        Unsigned 8-bit integer


    dvmrp.cap.genid  Genid
        Boolean


    dvmrp.cap.leaf  Leaf
        Boolean


    dvmrp.cap.mtrace  Mtrace
        Boolean


    dvmrp.cap.netmask  Netmask
        Boolean


    dvmrp.cap.prune  Prune
        Boolean


    dvmrp.cap.snmp  SNMP
        Boolean


    dvmrp.capabilities  Capabilities
        No value


    dvmrp.checksum  Checksum
        Unsigned 16-bit integer


    dvmrp.checksum_bad  Bad Checksum
        Boolean


    dvmrp.command  Command
        Unsigned 8-bit integer


    dvmrp.commands  Commands
        No value


    dvmrp.count  Count
        Unsigned 8-bit integer


    dvmrp.dest_unreach  Destination Unreachable
        Boolean


    dvmrp.genid  Generation ID
        Unsigned 32-bit integer


    dvmrp.hold  Hold Time
        Unsigned 32-bit integer


    dvmrp.infinity  Infinity
        Unsigned 8-bit integer


    dvmrp.lifetime  Prune lifetime
        Unsigned 32-bit integer


    dvmrp.maj_ver  Major Version
        Unsigned 8-bit integer


    dvmrp.metric  Metric
        Unsigned 8-bit integer


    dvmrp.min_ver  Minor Version
        Unsigned 8-bit integer


    dvmrp.route  Route
        No value


    dvmrp.split_horiz  Split Horizon
        Boolean


    dvmrp.type  Type
        Unsigned 8-bit integer


    dvmrp.v1.code  Code
        Unsigned 8-bit integer


    dvmrp.v3.code  Code
        Unsigned 8-bit integer


    dvmrp.version  DVMRP Version
        Unsigned 8-bit integer


    igmp.daddr  Dest Addr
        IPv4 address


    igmp.maddr  Multicast Addr
        IPv4 address


    igmp.neighbor  Neighbor Addr
        IPv4 address


    igmp.netmask  Netmask
        IPv4 address


    igmp.saddr  Source Addr
        IPv4 address


 

Distributed Checksum Clearinghouse Prototocl (dccp)

    dccp.adminop  Admin Op
        Unsigned 8-bit integer


    dccp.adminval  Admin Value
        Unsigned 32-bit integer


    dccp.brand  Server Brand
        String


    dccp.checksum.length  Length
        Unsigned 8-bit integer


    dccp.checksum.sum  Sum
        Byte array


    dccp.checksum.type  Type
        Unsigned 8-bit integer


    dccp.clientid  Client ID
        Unsigned 32-bit integer


    dccp.date  Date
        Date/Time stamp


    dccp.floodop  Flood Control Operation
        Unsigned 32-bit integer


    dccp.len  Packet Length
        Unsigned 16-bit integer


    dccp.max_pkt_vers  Maximum Packet Version
        Unsigned 8-bit integer


    dccp.op  Operation Type
        Unsigned 8-bit integer


    dccp.opnums.host  Host
        IPv4 address


    dccp.opnums.pid  Process ID
        Unsigned 32-bit integer


    dccp.opnums.report  Report
        Unsigned 32-bit integer


    dccp.opnums.retrans  Retransmission
        Unsigned 32-bit integer


    dccp.pkt_vers  Packet Version
        Unsigned 16-bit integer


    dccp.qdelay_ms  Client Delay
        Unsigned 16-bit integer


    dccp.signature  Signature
        Byte array


    dccp.target  Target
        Unsigned 32-bit integer


    dccp.trace  Trace Bits
        Unsigned 32-bit integer


    dccp.trace.admin  Admin Requests
        Unsigned 32-bit integer


    dccp.trace.anon  Anonymous Requests
        Unsigned 32-bit integer


    dccp.trace.client  Authenticated Client Requests
        Unsigned 32-bit integer


    dccp.trace.flood  Input/Output Flooding
        Unsigned 32-bit integer


    dccp.trace.query  Queries and Reports
        Unsigned 32-bit integer


    dccp.trace.ridc  RID Cache Messages
        Unsigned 32-bit integer


    dccp.trace.rlim  Rate-Limited Requests
        Unsigned 32-bit integer


 

Domain Name Service (dns)

    dns.count.add_rr  Additional RRs
        Unsigned 16-bit integer


    dns.count.answers  Answer RRs
        Unsigned 16-bit integer


    dns.count.auth_rr  Authority RRs
        Unsigned 16-bit integer


    dns.count.queries  Questions
        Unsigned 16-bit integer


    dns.flags  Flags
        Unsigned 16-bit integer


    dns.flags.authenticated  Answer authenticated
        Boolean


    dns.flags.authoritative  Authoritative
        Boolean


    dns.flags.checkdisable  Non-authenticated data OK
        Boolean


    dns.flags.opcode  Opcode
        Unsigned 16-bit integer


    dns.flags.rcode  Reply code
        Unsigned 16-bit integer


    dns.flags.recavail  Recursion available
        Boolean


    dns.flags.recdesired  Recursion desired
        Boolean


    dns.flags.response  Response
        Boolean


    dns.flags.truncated  Truncated
        Boolean


    dns.id  Transaction ID
        Unsigned 16-bit integer


    dns.length  Length
        Unsigned 16-bit integer


 

Dynamic DNS Tools Protocol (ddtp)

    ddtp.encrypt  Encryption
        Unsigned 32-bit integer


    ddtp.hostid  Hostid
        Unsigned 32-bit integer


    ddtp.ipaddr  IP address
        IPv4 address


    ddtp.msgtype  Message type
        Unsigned 32-bit integer


    ddtp.opcode  Opcode
        Unsigned 32-bit integer


    ddtp.status  Status
        Unsigned 32-bit integer


    ddtp.version  Version
        Unsigned 32-bit integer


 

Encapsulating Security Payload (esp)

    esp.sequence  Sequence
        Unsigned 32-bit integer


    esp.spi  SPI
        Unsigned 32-bit integer


 

Enhanced Interior Gateway Routing Protocol (eigrp)

    eigrp.as  Autonomous System  
        Unsigned 16-bit integer


    eigrp.opcode  Opcode
        Unsigned 8-bit integer


    eigrp.tlv  Entry  
        Unsigned 16-bit integer


 

Ethernet (eth)

    eth.addr  Source or Destination Address
        6-byte Hardware (MAC) Address


    eth.dst  Destination
        6-byte Hardware (MAC) Address


    eth.len  Length
        Unsigned 16-bit integer


    eth.src  Source
        6-byte Hardware (MAC) Address


    eth.trailer  Trailer
        Byte array


    eth.type  Type
        Unsigned 16-bit integer


 

Extensible Authentication Protocol (eap)

    eap.code  Code
        Unsigned 8-bit integer


    eap.id  Id
        Unsigned 8-bit integer


    eap.len  Length
        Unsigned 16-bit integer


    eap.type  Type
        Unsigned 8-bit integer


    eaptls.fragment  EAP-TLS Fragment
        No value


    eaptls.fragments  EAP-TLS Fragments
        No value


 

FTP Data (ftp-data)

 

Fiber Distributed Data Interface (fddi)

    fddi.addr  Source or Destination Address
        6-byte Hardware (MAC) Address


    fddi.dst  Destination
        6-byte Hardware (MAC) Address


    fddi.fc  Frame Control
        Unsigned 8-bit integer


    fddi.fc.clf  Class/Length/Format
        Unsigned 8-bit integer


    fddi.fc.mac_subtype  MAC Subtype
        Unsigned 8-bit integer


    fddi.fc.prio  Priority
        Unsigned 8-bit integer


    fddi.fc.smt_subtype  SMT Subtype
        Unsigned 8-bit integer


    fddi.src  Source
        6-byte Hardware (MAC) Address


 

File Transfer Protocol (FTP) (ftp)

    ftp.reponse.arg  Response arg
        String


    ftp.request  Request
        Boolean


    ftp.request.arg  Request arg
        String


    ftp.request.command  Request command
        String


    ftp.response  Response
        Boolean


    ftp.response.code  Response code
        Unsigned 8-bit integer


 

Frame (frame)

    frame.cap_len  Capture Frame Length
        Unsigned 32-bit integer


    frame.file_off  File Offset
        Signed 32-bit integer


    frame.marked  Frame is marked
        Boolean


    frame.number  Frame Number
        Unsigned 32-bit integer


    frame.p2p_dir  Point-to-Point Direction
        Unsigned 8-bit integer


    frame.pkt_len  Total Frame Length
        Unsigned 32-bit integer


    frame.time  Arrival Time
        Date/Time stamp


    frame.time_delta  Time delta from previous packet
        Time duration


    frame.time_relative  Time relative to first packet
        Time duration


 

Frame Relay (fr)

    fr.becn  BECN
        Boolean


    fr.chdlctype  Type
        Unsigned 16-bit integer


    fr.cr  CR
        Boolean


    fr.dc  DC
        Boolean


    fr.de  DE
        Boolean


    fr.dlci  DLCI
        Unsigned 16-bit integer


    fr.ea  EA
        Boolean


    fr.fecn  FECN
        Boolean


    fr.nlpid  NLPID
        Unsigned 8-bit integer


    fr.snap.oui  Organization Code
        Unsigned 24-bit integer


    fr.snap.pid  Protocol ID
        Unsigned 16-bit integer


    fr.snaptype  Type
        Unsigned 16-bit integer


 

GARP Multicast Registration Protocol (gmrp)

    garp.attribute_event  Event
        Unsigned 8-bit integer


    garp.attribute_length  Length
        Unsigned 8-bit integer


    garp.attribute_type  Type
        Unsigned 8-bit integer


    garp.attribute_value_group_membership  Value
        6-byte Hardware (MAC) Address


    garp.attribute_value_service_requirement  Value
        Unsigned 8-bit integer


    garp.protocol_id  Protocol ID
        Unsigned 16-bit integer


 

GARP VLAN Registration Protocol (gvrp)

    garp.attribute_value  Value
        Unsigned 16-bit integer


 

GPRS Tunnelling Protocol v0 (gtpv0)

    gtpv0.apn  APN
        String


    gtpv0.cause  Cause
        Unsigned 8-bit integer


    gtpv0.chrg_id  Charging ID 
        Unsigned 32-bit integer


    gtpv0.chrg_ipv4  CG address IPv4
        IPv4 address


    gtpv0.chrg_ipv6  CG address IPv6
        IPv6 address


    gtpv0.ext_flow_label  Flow Label Data I
        Unsigned 16-bit integer


    gtpv0.ext_id  Extension identifier
        Unsigned 16-bit integer


    gtpv0.ext_val  Extension value
        String


    gtpv0.flags  Flags
        Unsigned 8-bit integer


    gtpv0.flags.payload  Protocol type
        Unsigned 8-bit integer


    gtpv0.flags.reserved  Reserved
        Unsigned 8-bit integer


    gtpv0.flags.snn  Is SNDCP N-PDU included?
        Boolean


    gtpv0.flags.version  Version
        Unsigned 8-bit integer


    gtpv0.flow_ii  Flow Label Data II 
        Unsigned 16-bit integer


    gtpv0.flow_label  Flow label
        Unsigned 16-bit integer


    gtpv0.flow_sig  Flow label Signalling
        Unsigned 16-bit integer


    gtpv0.gsn_addr_len  GSN address length
        Unsigned 8-bit integer


    gtpv0.gsn_addr_type  GSN address type
        Unsigned 8-bit integer


    gtpv0.gsn_ipv4  GSN address IPv4
        IPv4 address


    gtpv0.gsn_ipv6  GSN address IPv6
        IPv6 address


    gtpv0.imsi  IMSI
        String


    gtpv0.lac  LAC
        Unsigned 16-bit integer


    gtpv0.length  Length
        Unsigned 16-bit integer


    gtpv0.map_cause  MAP cause
        Unsigned 8-bit integer


    gtpv0.mcc  MCC
        Unsigned 16-bit integer


    gtpv0.message  Message type
        Unsigned 8-bit integer


    gtpv0.mnc  MNC
        Unsigned 8-bit integer


    gtpv0.ms_reason  MS not reachable reason
        Unsigned 8-bit integer


    gtpv0.ms_valid  MS validated
        Boolean


    gtpv0.msisdn  MSISDN
        String


    gtpv0.node_ipv4  Node address IPv4
        IPv4 address


    gtpv0.node_ipv6  Node address IPv6
        IPv6 address


    gtpv0.nsapi  NSAPI 
        Unsigned 8-bit integer


    gtpv0.ptmsi  P-TMSI
        Unsigned 32-bit integer


    gtpv0.ptmsi_sig  P-TMSI signature
        Unsigned 24-bit integer


    gtpv0.qos_delay  QoS delay
        Unsigned 8-bit integer


    gtpv0.qos_mean  QoS mean
        Unsigned 8-bit integer


    gtpv0.qos_peak  QoS peak
        Unsigned 8-bit integer


    gtpv0.qos_precedence  QoS precedence
        Unsigned 8-bit integer


    gtpv0.qos_reliabilty  QoS reliability
        Unsigned 8-bit integer


    gtpv0.qos_spare1  Spare
        Unsigned 8-bit integer


    gtpv0.qos_spare2  Spare
        Unsigned 8-bit integer


    gtpv0.qos_spare3  Spare
        Unsigned 8-bit integer


    gtpv0.rac  RAC
        Unsigned 8-bit integer


    gtpv0.recovery  Recovery
        Unsigned 8-bit integer


    gtpv0.reorder  Reordering required
        Boolean


    gtpv0.sel_mode  Selection mode
        Unsigned 8-bit integer


    gtpv0.seq_number  Sequence number
        Unsigned 16-bit integer


    gtpv0.sndcp_number  SNDCP N-PDU LLC Number
        Unsigned 8-bit integer


    gtpv0.tid  TID
        String


    gtpv0.tlli  TLLI
        Unsigned 32-bit integer


    gtpv0.tr_comm  Packet transfer command
        Unsigned 8-bit integer


    gtpv0.unknown  Unknown data (length)
        Unsigned 16-bit integer


    gtpv0.user_addr_pdp_org  PDP type organization
        Unsigned 8-bit integer


    gtpv0.user_addr_pdp_type  PDP type number
        Unsigned 8-bit integer


    gtpv0.user_ipv4  End user address IPv4
        IPv4 address


    gtpv0.user_ipv6  End user address IPv6
        IPv6 address


 

GPRS Tunnelling Protocol v1 (gtpv1)

    gtpv1.apn  APN
        String


    gtpv1.cause  Cause 
        Unsigned 8-bit integer


    gtpv1.chrg_char_f  Flat rate charging
        Unsigned 8-bit integer


    gtpv1.chrg_char_h  Hot billing charging
        Unsigned 8-bit integer


    gtpv1.chrg_char_n  Normal charging
        Unsigned 8-bit integer


    gtpv1.chrg_char_p  Prepaid charging
        Unsigned 8-bit integer


    gtpv1.chrg_char_r  Reserved
        Unsigned 8-bit integer


    gtpv1.chrg_char_s  Spare
        Unsigned 8-bit integer


    gtpv1.chrg_id  Charging ID
        Unsigned 32-bit integer


    gtpv1.chrg_ipv4  CG address IPv4
        IPv4 address


    gtpv1.chrg_ipv6  CG address IPv6
        IPv6 address


    gtpv1.ext_id  Extensio Identifier
        Unsigned 16-bit integer


    gtpv1.ext_val  Extension Value
        String


    gtpv1.flags  Flags
        Unsigned 8-bit integer


    gtpv1.flags.e  Is Next Extension Header present?
        Boolean


    gtpv1.flags.payload_type  Protocol type
        Unsigned 8-bit integer


    gtpv1.flags.pn  Is N-PDU number present?
        Boolean


    gtpv1.flags.s  Is Sequence Number present?
        Boolean


    gtpv1.flags.spare  Spare bit
        Unsigned 8-bit integer


    gtpv1.flags.version  Version
        Unsigned 8-bit integer


    gtpv1.gsn_addr_len  GSN Address Length
        Unsigned 8-bit integer


    gtpv1.gsn_addr_type  GSN Address Type
        Unsigned 8-bit integer


    gtpv1.gsn_ipv4  GSN address IPv4
        IPv4 address


    gtpv1.gsn_ipv6  GSN address IPv6
        IPv6 address


    gtpv1.imsi  IMSI
        String


    gtpv1.lac  LAC
        Unsigned 16-bit integer


    gtpv1.length  Length
        Unsigned 16-bit integer


    gtpv1.map_cause  MAP cause
        Unsigned 8-bit integer


    gtpv1.mcc  MCC
        Unsigned 16-bit integer


    gtpv1.message  Message Type
        Unsigned 8-bit integer


    gtpv1.mnc  MNC
        Unsigned 8-bit integer


    gtpv1.ms_reason  MS not reachable reason
        Unsigned 8-bit integer


    gtpv1.ms_valid  MS validated
        Boolean


    gtpv1.msisdn  MSISDN
        String


    gtpv1.next  Next extension header type
        Unsigned 8-bit integer


    gtpv1.node_ipv4  Node address IPv4
        IPv4 address


    gtpv1.node_ipv6  Node address IPv6
        IPv6 address


    gtpv1.npdu_number  N-PDU Number
        Unsigned 8-bit integer


    gtpv1.nsapi  NSAPI
        Unsigned 8-bit integer


    gtpv1.pkt_flow_id  Packet Flow ID
        Unsigned 8-bit integer


    gtpv1.ptmsi  P-TMSI
        Unsigned 32-bit integer


    gtpv1.ptmsi_sig  P-TMSI Signature
        Unsigned 24-bit integer


    gtpv1.qos_al_ret_priority  Allocation/Retention priority 
        Unsigned 8-bit integer


    gtpv1.qos_del_err_sdu  Delivery of erroneous SDU
        Unsigned 8-bit integer


    gtpv1.qos_del_order  Delivery order
        Unsigned 8-bit integer


    gtpv1.qos_delay  QoS Delay
        Unsigned 8-bit integer


    gtpv1.qos_guar_dl  Guaranteed bit rate for downlink
        Unsigned 8-bit integer


    gtpv1.qos_guar_ul  Guaranteed bit rate for uplink
        Unsigned 8-bit integer


    gtpv1.qos_max_dl  Maximum bit rate for downlink
        Unsigned 8-bit integer


    gtpv1.qos_max_sdu_size  Maximum SDU size
        Unsigned 8-bit integer


    gtpv1.qos_max_ul  Maximum bit rate for uplink
        Unsigned 8-bit integer


    gtpv1.qos_mean  QoS Mean
        Unsigned 8-bit integer


    gtpv1.qos_peak  QoS Peak
        Unsigned 8-bit integer


    gtpv1.qos_precedence  QoS Precedence
        Unsigned 8-bit integer


    gtpv1.qos_reliabilty  QoS Reliability
        Unsigned 8-bit integer


    gtpv1.qos_res_ber  Residual BER
        Unsigned 8-bit integer


    gtpv1.qos_sdu_err_ratio  SDU Error ratio
        Unsigned 8-bit integer


    gtpv1.qos_spare1  Spare
        Unsigned 8-bit integer


    gtpv1.qos_spare2  Spare
        Unsigned 8-bit integer


    gtpv1.qos_spare3  Spare
        Unsigned 8-bit integer


    gtpv1.qos_traf_class  Traffic class
        Unsigned 8-bit integer


    gtpv1.qos_traf_handl_prio  Traffic handling priority
        Unsigned 8-bit integer


    gtpv1.qos_trans_delay  Transfer delay
        Unsigned 8-bit integer


    gtpv1.rab_gtp_dn  Downlink GTP-U seq number
        Unsigned 16-bit integer


    gtpv1.rab_gtp_up  Uplink GTP-U seq number
        Unsigned 16-bit integer


    gtpv1.rab_pdu_dn  Downlink next PDCP-PDU seq number
        Unsigned 8-bit integer


    gtpv1.rab_pdu_up  Uplink next PDCP-PDU seq number
        Unsigned 8-bit integer


    gtpv1.rac  RAC
        Unsigned 8-bit integer


    gtpv1.ranap_cause  RANAP cause
        Unsigned 8-bit integer


    gtpv1.recovery  Recovery
        Unsigned 8-bit integer


    gtpv1.reorder  Reordering required
        Boolean


    gtpv1.rnc_ipv4  RNC address IPv4
        IPv4 address


    gtpv1.rnc_ipv6  RNC address IPv6
        IPv6 address


    gtpv1.rp  Radio Priority
        Unsigned 8-bit integer


    gtpv1.rp_nsapi  NSAPI in Radio Priority
        Unsigned 8-bit integer


    gtpv1.rp_sms  Radio Priority SMS
        Unsigned 8-bit integer


    gtpv1.rp_spare  Reserved
        Unsigned 8-bit integer


    gtpv1.sel_mode  Selection Mode
        Unsigned 8-bit integer


    gtpv1.seq_number  Sequence Number
        Unsigned 16-bit integer


    gtpv1.tear_ind  Teardown indication
        Boolean


    gtpv1.teid  TEID
        Unsigned 32-bit integer


    gtpv1.teid_cp  TEID Control Plane
        Unsigned 32-bit integer


    gtpv1.teid_data  TEID Data I
        Unsigned 32-bit integer


    gtpv1.teid_ii  TEID Data II
        Unsigned 32-bit integer


    gtpv1.tlli  TLLI
        Unsigned 32-bit integer


    gtpv1.tr_comm  Packet transfer command
        Unsigned 8-bit integer


    gtpv1.trace_ref  Trace reference
        Unsigned 16-bit integer


    gtpv1.trace_type  Trace type
        Unsigned 16-bit integer


    gtpv1.unknown  Unknown data (length)
        Unsigned 16-bit integer


    gtpv1.user_addr_pdp_org  PDP type organization
        Unsigned 8-bit integer


    gtpv1.user_addr_pdp_type  PDP type number
        Unsigned 8-bit integer


    gtpv1.user_ipv4  End user address IPv4
        IPv4 address


    gtpv1.user_ipv6  End user address IPv6
        IPv6 address


 

General Inter-ORB Protocol (giop)

    giop.TCKind  TypeCode enum
        Unsigned 32-bit integer


    giop.endianess  Endianess
        Unsigned 8-bit integer


    giop.iiop.host  IIOP::Profile_host
        String


    giop.iiop.port  IIOP::Profile_port
        Unsigned 16-bit integer


    giop.iiop.scid  SCID
        Unsigned 32-bit integer


    giop.iiop.vscid  VSCID
        Unsigned 32-bit integer


    giop.iiop_vmaj  IIOP Major Version
        Unsigned 8-bit integer


    giop.iiop_vmin  IIOP Minor Version
        Unsigned 8-bit integer


    giop.iioptag  IIOP Component TAG
        Unsigned 32-bit integer


    giop.iortag  IOR Profile TAG
        Unsigned 8-bit integer


    giop.len  Message size
        Unsigned 32-bit integer


    giop.profid  Profile ID
        Unsigned 32-bit integer


    giop.repoid  Repository ID
        String


    giop.seqlen  Sequence Length
        Unsigned 32-bit integer


    giop.strlen  String Length
        Unsigned 32-bit integer


    giop.tcValueModifier  ValueModifier
        Signed 16-bit integer


    giop.tcVisibility  Visibility
        Signed 16-bit integer


    giop.tcboolean  TypeCode boolean data
        Boolean


    giop.tcchar  TypeCode char data
        Unsigned 8-bit integer


    giop.tccount  TypeCode count
        Unsigned 32-bit integer


    giop.tcdefault_used  default_used
        Signed 32-bit integer


    giop.tcdigits  Digits
        Unsigned 16-bit integer


    giop.tcdouble  TypeCode double data
        Double-precision floating point


    giop.tcenumdata  TypeCode enum data
        Unsigned 32-bit integer


    giop.tcfloat  TypeCode float data
        Double-precision floating point


    giop.tclength  Length
        Unsigned 32-bit integer


    giop.tclongdata  TypeCode long data
        Signed 32-bit integer


    giop.tcmaxlen  Maximum length
        Unsigned 32-bit integer


    giop.tcmemname  TypeCode member name
        String


    giop.tcname  TypeCode name
        String


    giop.tcoctet  TypeCode octet data
        Unsigned 8-bit integer


    giop.tcscale  Scale
        Signed 16-bit integer


    giop.tcshortdata  TypeCode short data
        Signed 16-bit integer


    giop.tcstring  TypeCode string data
        String


    giop.tculongdata  TypeCode ulong data
        Unsigned 32-bit integer


    giop.tcushortdata  TypeCode ushort data
        Unsigned 16-bit integer


    giop.type  Message type
        Unsigned 8-bit integer


    giop.typeid  IOR::type_id
        String


 

Generic Routing Encapsulation (gre)

    gre.proto  Protocol Type
        Unsigned 16-bit integer


 

Gnutella Protocol (gnutella)

    gnutella.header  Descriptor Header
        No value


    gnutella.header.hops  Hops
        Unsigned 8-bit integer


    gnutella.header.id  ID
        Byte array


    gnutella.header.payload  Payload
        Unsigned 8-bit integer


    gnutella.header.size  Length
        Unsigned 8-bit integer


    gnutella.header.ttl  TTL
        Unsigned 8-bit integer


    gnutella.pong.files  Files Shared
        Unsigned 32-bit integer


    gnutella.pong.ip  IP
        IPv4 address


    gnutella.pong.kbytes  KBytes Shared
        Unsigned 32-bit integer


    gnutella.pong.payload  Pong
        No value


    gnutella.pong.port  Port
        Unsigned 16-bit integer


    gnutella.push.index  Index
        Unsigned 32-bit integer


    gnutella.push.ip  IP
        IPv4 address


    gnutella.push.payload  Push
        No value


    gnutella.push.port  Port
        Unsigned 16-bit integer


    gnutella.push.servent_id  Servent ID
        Byte array


    gnutella.query.min_speed  Min Speed
        Unsigned 32-bit integer


    gnutella.query.payload  Query
        No value


    gnutella.query.search  Search
        String


    gnutella.queryhit.count  Count
        Unsigned 8-bit integer


    gnutella.queryhit.extra  Extra
        Byte array


    gnutella.queryhit.hit  Hit
        No value


    gnutella.queryhit.hit.extra  Extra
        Byte array


    gnutella.queryhit.hit.index  Index
        Unsigned 32-bit integer


    gnutella.queryhit.hit.name  Name
        String


    gnutella.queryhit.hit.size  Size
        Unsigned 32-bit integer


    gnutella.queryhit.ip  IP
        IPv4 address


    gnutella.queryhit.payload  QueryHit
        No value


    gnutella.queryhit.port  Port
        Unsigned 16-bit integer


    gnutella.queryhit.servent_id  Servent ID
        Byte array


    gnutella.queryhit.speed  Speed
        Unsigned 32-bit integer


    gnutella.stream  Gnutella Upload / Download Stream
        No value


    gnutella.truncated  Truncated Frame
        No value


 

Hummingbird NFS Daemon (hclnfsd)

    hclnfsd.access  Access
        Unsigned 32-bit integer


    hclnfsd.authorize.ident.obscure  Obscure Ident
        String


    hclnfsd.cookie  Cookie
        Unsigned 32-bit integer


    hclnfsd.copies  Copies
        Unsigned 32-bit integer


    hclnfsd.device  Device
        String


    hclnfsd.exclusive  Exclusive
        Unsigned 32-bit integer


    hclnfsd.fileext  File Extension
        Unsigned 32-bit integer


    hclnfsd.filename  Filename
        String


    hclnfsd.gid  GID
        Unsigned 32-bit integer


    hclnfsd.group  Group
        String


    hclnfsd.host_ip  Host IP
        IPv4 address


    hclnfsd.hostname  Hostname
        String


    hclnfsd.jobstatus  Job Status
        Unsigned 32-bit integer


    hclnfsd.length  Length
        Unsigned 32-bit integer


    hclnfsd.lockname  Lockname
        String


    hclnfsd.lockowner  Lockowner
        Byte array


    hclnfsd.logintext  Login Text
        String


    hclnfsd.mode  Mode
        Unsigned 32-bit integer


    hclnfsd.npp  Number of Physical Printers
        Unsigned 32-bit integer


    hclnfsd.offset  Offset
        Unsigned 32-bit integer


    hclnfsd.pqn  Print Queue Number
        Unsigned 32-bit integer


    hclnfsd.printername  Printer Name
        String


    hclnfsd.printparameters  Print Parameters
        String


    hclnfsd.printqueuecomment  Comment
        String


    hclnfsd.printqueuename  Name
        String


    hclnfsd.queuestatus  Queue Status
        Unsigned 32-bit integer


    hclnfsd.request_type  Request Type
        Unsigned 32-bit integer


    hclnfsd.sequence  Sequence
        Unsigned 32-bit integer


    hclnfsd.server_ip  Server IP
        IPv4 address


    hclnfsd.size  Size
        Unsigned 32-bit integer


    hclnfsd.status  Status
        Unsigned 32-bit integer


    hclnfsd.timesubmitted  Time Submitted
        Unsigned 32-bit integer


    hclnfsd.uid  UID
        Unsigned 32-bit integer


    hclnfsd.unknown_data  Unknown
        Byte array


    hclnfsd.username  Username
        String


 

Hypertext Transfer Protocol (http)

    http.notification  Notification
        Boolean


    http.request  Request
        Boolean


    http.response  Response
        Boolean


 

ICQ Protocol (icq)

    icq.checkcode  Checkcode
        Unsigned 32-bit integer


    icq.client_cmd  Client command
        Unsigned 16-bit integer


    icq.decode  Decode
        String


    icq.server_cmd  Server command
        Unsigned 16-bit integer


    icq.sessionid  Session ID
        Unsigned 32-bit integer


    icq.type  Type
        Unsigned 16-bit integer


    icq.uin  UIN
        Unsigned 32-bit integer


 

IEEE 802.11 wireless LAN (wlan)

    wlan.addr  Source or Destination address
        6-byte Hardware (MAC) Address


    wlan.aid  Association ID
        Unsigned 16-bit integer


    wlan.bssid  BSS Id
        6-byte Hardware (MAC) Address


    wlan.channel  Channel
        Unsigned 8-bit integer


    wlan.da  Destination address
        6-byte Hardware (MAC) Address


    wlan.data_rate  Data Rate
        Unsigned 8-bit integer


    wlan.duration  Duration
        Unsigned 16-bit integer


    wlan.fc  Frame Control Field
        Unsigned 16-bit integer


    wlan.fc.ds  DS status
        Unsigned 8-bit integer


    wlan.fc.frag  More Fragments
        Boolean


    wlan.fc.fromds  From DS
        Boolean


    wlan.fc.moredata  More Data
        Boolean


    wlan.fc.order  Order flag
        Boolean


    wlan.fc.pwrmgt  PWR MGT
        Boolean


    wlan.fc.retry  Retry
        Boolean


    wlan.fc.subtype  Subtype
        Unsigned 8-bit integer


    wlan.fc.tods  To DS
        Boolean


    wlan.fc.type  Type
        Unsigned 8-bit integer


    wlan.fc.type_subtype  Type/Subtype
        Unsigned 16-bit integer


    wlan.fc.version  Version
        Unsigned 8-bit integer


    wlan.fc.wep  WEP flag
        Boolean


    wlan.fcs  Frame Check Sequence (not verified)
        Unsigned 32-bit integer


    wlan.flags  Protocol Flags
        Unsigned 8-bit integer


    wlan.frag  Fragment number
        Unsigned 16-bit integer


    wlan.fragment  802.11 Fragment
        No value


    wlan.fragment.error  Defragmentation error
        No value


    wlan.fragment.multipletails  Multiple tail fragments found
        Boolean


    wlan.fragment.overlap  Fragment overlap
        Boolean


    wlan.fragment.overlap.conflict  Conflicting data in fragment overlap
        Boolean


    wlan.fragment.toolongfragment  Fragment too long
        Boolean


    wlan.fragments  802.11 Fragments
        No value


    wlan.ra  Receiver address
        6-byte Hardware (MAC) Address


    wlan.sa  Source address
        6-byte Hardware (MAC) Address


    wlan.seq  Sequence number
        Unsigned 16-bit integer


    wlan.signal_strength  Signal Strength
        Unsigned 8-bit integer


    wlan.ta  Transmitter address
        6-byte Hardware (MAC) Address


    wlan.wep.crc  WEP CRC (not verified)
        Unsigned 32-bit integer


    wlan.wep.iv  Initialization Vector
        Unsigned 24-bit integer


    wlan.wep.key  Key
        Unsigned 8-bit integer


 

IEEE 802.11 wireless LAN management frame (wlan_mgt)

    wlan_mgt.fixed.aid  Association ID
        Unsigned 16-bit integer


    wlan_mgt.fixed.all  Fixed parameters
        Unsigned 16-bit integer


    wlan_mgt.fixed.auth.alg  Authentication Algorithm
        Unsigned 16-bit integer


    wlan_mgt.fixed.auth_seq  Authentication SEQ
        Unsigned 16-bit integer


    wlan_mgt.fixed.beacon  Beacon Interval
        Double-precision floating point


    wlan_mgt.fixed.capabilities  Capabilities
        Unsigned 16-bit integer


    wlan_mgt.fixed.capabilities.agility  Channel Agility
        Boolean


    wlan_mgt.fixed.capabilities.cfpoll.ap  CFP participation capabilities
        Unsigned 16-bit integer


    wlan_mgt.fixed.capabilities.cfpoll.sta  CFP participation capabilities
        Unsigned 16-bit integer


    wlan_mgt.fixed.capabilities.ess  ESS capabilities
        Boolean


    wlan_mgt.fixed.capabilities.ibss  IBSS status
        Boolean


    wlan_mgt.fixed.capabilities.pbcc  PBCC
        Boolean


    wlan_mgt.fixed.capabilities.preamble  Short Preamble
        Boolean


    wlan_mgt.fixed.capabilities.privacy  Privacy
        Boolean


    wlan_mgt.fixed.current_ap  Current AP
        6-byte Hardware (MAC) Address


    wlan_mgt.fixed.listen_ival  Listen Interval
        Unsigned 16-bit integer


    wlan_mgt.fixed.reason_code  Reason code
        Unsigned 16-bit integer


    wlan_mgt.fixed.status_code  Status code
        Unsigned 16-bit integer


    wlan_mgt.fixed.timestamp  Timestamp
        String


    wlan_mgt.tag.interpretation  Tag interpretation
        String


    wlan_mgt.tag.length  Tag length
        Unsigned 16-bit integer


    wlan_mgt.tag.number  Tag
        Unsigned 16-bit integer


    wlan_mgt.tagged.all  Tagged parameters
        Unsigned 16-bit integer


 

ILMI (ilmi)

 

IP Payload Compression (ipcomp)

    ipcomp.cpi  CPI
        Unsigned 16-bit integer


    ipcomp.flags  Flags
        Unsigned 8-bit integer


 

IPX Message (ipxmsg)

    ipxmsg.conn  Connection Number
        Unsigned 8-bit integer


    ipxmsg.sigchar  Signature Char
        Unsigned 8-bit integer


 

IPX Routing Information Protocol (ipxrip)

    ipxrip.request  Request
        Boolean


    ipxrip.response  Response
        Boolean


 

ISDN Q.921-User Adaptation Layer (iua)

    iua.asp_reason  Reason
        Unsigned 32-bit integer


    iua.error_code  Error code
        Unsigned 32-bit integer


    iua.info_string  Info string
        String


    iua.int_interface_identifier  Integer interface identifier
        Unsigned 32-bit integer


    iua.interface_range_end  End
        Unsigned 32-bit integer


    iua.interface_range_start  Start
        Unsigned 32-bit integer


    iua.message_class  Message class
        Unsigned 8-bit integer


    iua.message_length  Message length
        Unsigned 32-bit integer


    iua.message_type  Message Type
        Unsigned 8-bit integer


    iua.one_bit  One bit
        Boolean


    iua.parameter_length  Parameter length
        Unsigned 16-bit integer


    iua.parameter_tag  Parameter Tag
        Unsigned 16-bit integer


    iua.release_reason  Reason
        Unsigned 32-bit integer


    iua.reserved  Reserved
        Unsigned 8-bit integer


    iua.sapi  SAPI
        Unsigned 8-bit integer


    iua.spare_bit  Spare bit
        Boolean


    iua.status_identification  Status identification
        Unsigned 16-bit integer


    iua.status_type  Status type
        Unsigned 16-bit integer


    iua.tei  TEI
        Unsigned 8-bit integer


    iua.tei_status  TEI status
        Unsigned 32-bit integer


    iua.text_interface_identifier  Text interface identifier
        String


    iua.traffic_mode_type  Traffic mode type
        Unsigned 32-bit integer


    iua.version  Version
        Unsigned 8-bit integer


    iua.zero_bit  Zero bit
        Boolean


 

ISDN User Part (isup)

    isup.access_delivery_ind  Access delivery indicator
        Boolean


    isup.address_presentation_restricted_indicator  Address presentation restricted indicator
        Unsigned 8-bit integer


    isup.automatic_congestion_level  Automatic congestion level
        Unsigned 8-bit integer


    isup.backw_call_echo_control_device_indicator  Echo Control Device Indicator
        Boolean


    isup.backw_call_end_to_end_information_indicator  End-to-end information indicator
        Boolean


    isup.backw_call_end_to_end_method_indicator  End-to-end method indicator
        Unsigned 16-bit integer


    isup.backw_call_holding_indicator  Holding indicator
        Boolean


    isup.backw_call_interworking_indicator  Interworking indicator
        Boolean


    isup.backw_call_isdn_access_indicator  ISDN access indicator
        Boolean


    isup.backw_call_isdn_user_part_indicator  ISDN user part indicator
        Boolean


    isup.backw_call_sccp_method_indicator  SCCP method indicator
        Unsigned 16-bit integer


    isup.call_diversion_may_occur_ind  Call diversion may occur indicator
        Boolean


    isup.call_processing_state  Call processing state
        Unsigned 8-bit integer


    isup.call_to_be_diverted_ind  Call to be diverted indicator
        Unsigned 8-bit integer


    isup.call_to_be_offered_ind  Call to be offered indicator
        Unsigned 8-bit integer


    isup.called_party_even_address_signal_digit  Address signal digit
        Unsigned 8-bit integer


    isup.called_party_nature_of_address_indicator  Nature of address indicator
        Unsigned 8-bit integer


    isup.called_party_odd_address_signal_digit  Address signal digit
        Unsigned 8-bit integer


    isup.called_partys_category_indicator  Called party's category indicator
        Unsigned 16-bit integer


    isup.called_partys_status_indicator  Called party's status indicator
        Unsigned 16-bit integer


    isup.calling_party_address_request_indicator  Calling party address request indicator
        Boolean


    isup.calling_party_address_response_indicator  Calling party address response indicator
        Unsigned 16-bit integer


    isup.calling_party_even_address_signal_digit  Address signal digit
        Unsigned 8-bit integer


    isup.calling_party_nature_of_address_indicator  Nature of address indicator
        Unsigned 8-bit integer


    isup.calling_party_odd_address_signal_digit  Address signal digit
        Unsigned 8-bit integer


    isup.calling_partys_category  Calling Party's category
        Unsigned 8-bit integer


    isup.calling_partys_category_request_indicator  Calling party's category request indicator
        Boolean


    isup.calling_partys_category_response_indicator  Calling party's category response indicator
        Boolean


    isup.cgs_message_type  Circuit group supervision message type
        Unsigned 8-bit integer


    isup.charge_indicator  Charge indicator
        Unsigned 16-bit integer


    isup.charge_information_request_indicator  Charge information request indicator
        Boolean


    isup.charge_information_response_indicator  Charge information response indicator
        Boolean


    isup.cic  CIC
        Unsigned 16-bit integer


    isup.clg_call_ind  Closed user group call indicator
        Unsigned 8-bit integer


    isup.conference_acceptance_ind  Conference acceptance indicator
        Unsigned 8-bit integer


    isup.connected_line_identity_request_ind  Connected line identity request indicator
        Boolean


    isup.continuity_check_indicator  Continuity Check Indicator
        Unsigned 8-bit integer


    isup.continuity_indicator  Continuity indicator
        Boolean


    isup.echo_control_device_indicator  Echo Control Device Indicator
        Boolean


    isup.event_ind  Event indicator
        Unsigned 8-bit integer


    isup.event_presentatiation_restr_ind  Event presentation restricted indicator
        Boolean


    isup.extension_ind  Extension indicator
        Boolean


    isup.forw_call_end_to_end_information_indicator  End-to-end information indicator
        Boolean


    isup.forw_call_end_to_end_method_indicator  End-to-end method indicator
        Unsigned 16-bit integer


    isup.forw_call_interworking_indicator  Interworking indicator
        Boolean


    isup.forw_call_isdn_access_indicator  ISDN access indicator
        Boolean


    isup.forw_call_isdn_user_part_indicator  ISDN user part indicator
        Boolean


    isup.forw_call_natnl_inatnl_call_indicator  National/international call indicator
        Boolean


    isup.forw_call_preferences_indicator  ISDN user part preference indicator
        Unsigned 16-bit integer


    isup.forw_call_sccp_method_indicator  SCCP method indicator
        Unsigned 16-bit integer


    isup.hold_provided_indicator  Hold provided indicator
        Boolean


    isup.hw_blocking_state  HW blocking state
        Unsigned 8-bit integer


    isup.inband_information_ind  In-band information indicator
        Boolean


    isup.info_req_holding_indicator  Holding indicator
        Boolean


    isup.inn_indicator  INN indicator
        Boolean


    isup.isdn_odd_even_indicator  Odd/even indicator
        Boolean


    isup.loop_prevention_response_ind  Response indicator
        Unsigned 8-bit integer


    isup.malicious_call_ident_request_indicator  Malicious call identification request indicator (ISUP'88)
        Boolean


    isup.mandatory_variable_parameter_pointer  Pointer to Parameter
        Unsigned 8-bit integer


    isup.map_type  Map Type
        Unsigned 8-bit integer


    isup.message_type  Message Type
        Unsigned 8-bit integer


    isup.mlpp_user  MLPP user indicator
        Boolean


    isup.mtc_blocking_state  Maintenance blocking state
        Unsigned 8-bit integer


    isup.network_identification_plan  Network identification plan
        Unsigned 8-bit integer


    isup.ni_indicator  NI indicator
        Boolean


    isup.numbering_plan_indicator  Numbering plan indicator
        Unsigned 8-bit integer


    isup.optional_parameter_part_pointer  Pointer to optional parameter part
        Unsigned 8-bit integer


    isup.original_redirection_reason  Original redirection reason
        Unsigned 16-bit integer


    isup.parameter_length  Parameter Length
        Unsigned 8-bit integer


    isup.parameter_type  Parameter Type
        Unsigned 8-bit integer


    isup.range_indicator  Range indicator
        Unsigned 8-bit integer


    isup.redirecting_ind  Redirection indicator
        Unsigned 16-bit integer


    isup.redirection_counter  Redirection counter
        Unsigned 16-bit integer


    isup.redirection_reason  Redirection reason
        Unsigned 16-bit integer


    isup.satellite_indicator  Satellite Indicator
        Unsigned 8-bit integer


    isup.screening_indicator  Screening indicator
        Unsigned 8-bit integer


    isup.screening_indicator_enhanced  Screening indicator
        Unsigned 8-bit integer


    isup.simple_segmentation_ind  Simple segmentation indicator
        Boolean


    isup.solicided_indicator  Solicited indicator
        Boolean


    isup.suspend_resume_indicator  Suspend/Resume indicator
        Boolean


    isup.temporary_alternative_routing_ind  Temporary alternative routing indicator
        Boolean


    isup.transmission_medium_requirement  Transmission medium requirement
        Unsigned 8-bit integer


    isup.transmission_medium_requirement_prime  Transmission medium requirement prime
        Unsigned 8-bit integer


    isup.type_of_network_identification  Type of network identification
        Unsigned 8-bit integer


 

ISO 10589 ISIS InTRA Domain Routeing Information Exchange Protocol (isis)

    isis.csnp.pdu_length  PDU length
        Unsigned 16-bit integer


    isis.hello.circuit_type  Circuit type              
        Unsigned 8-bit integer


    isis.hello.clv_ipv4_int_addr  IPv4 interface address    
        IPv4 address


    isis.hello.clv_ipv6_int_addr  IPv6 interface address    
        IPv6 address


    isis.hello.clv_mt  MT-ID                     
        Unsigned 16-bit integer


    isis.hello.clv_ptp_adj  Point-to-point Adjacency  
        Unsigned 8-bit integer


    isis.hello.holding_timer  Holding timer             
        Unsigned 16-bit integer


    isis.hello.lan_id  SystemID{ Designated IS } 
        Byte array


    isis.hello.local_circuit_id  Local circuit ID          
        Unsigned 8-bit integer


    isis.hello.pdu_length  PDU length                
        Unsigned 16-bit integer


    isis.hello.priority  Priority                 
        Unsigned 8-bit integer


    isis.hello.source_id  SystemID{ Sender of PDU } 
        Byte array


    isis.irpd  Intra Domain Routing Protocol Discriminator
        Unsigned 8-bit integer


    isis.len  PDU Header Length  
        Unsigned 8-bit integer


    isis.lsp.checksum  Checksum
        Unsigned 16-bit integer


    isis.lsp.clv_ipv4_int_addr  IPv4 interface address
        IPv4 address


    isis.lsp.clv_ipv6_int_addr  IPv6 interface address
        IPv6 address


    isis.lsp.clv_mt  MT-ID                     
        Unsigned 16-bit integer


    isis.lsp.clv_te_router_id  Traffic Engineering Router ID
        IPv4 address


    isis.lsp.pdu_length  PDU length
        Unsigned 16-bit integer


    isis.lsp.remaining_life  Remaining lifetime
        Unsigned 16-bit integer


    isis.lsp.sequence_number  Sequence number
        Unsigned 32-bit integer


    isis.max_area_adr  Max.AREAs: (0==3)  
        Unsigned 8-bit integer


    isis.psnp.pdu_length  PDU length
        Unsigned 16-bit integer


    isis.reserved  Reserved (==0)     
        Unsigned 8-bit integer


    isis.sysid_len  System ID Length   
        Unsigned 8-bit integer


    isis.type  PDU Type           
        Unsigned 8-bit integer


    isis.version  Version (==1)      
        Unsigned 8-bit integer


    isis.version2  Version2 (==1)     
        Unsigned 8-bit integer


 

ISO 8073 COTP Connection-Oriented Transport Protocol (cotp)

 

ISO 8473 CLNP ConnectionLess Network Protocol (clnp)

    clnp.checksum  Checksum     
        Unsigned 16-bit integer


    clnp.dsap   DA 
        Byte array


    clnp.dsap.len  DAL 
        Unsigned 8-bit integer


    clnp.len  HDR Length   
        Unsigned 8-bit integer


    clnp.nlpi  Network Layer Protocol Identifier
        Unsigned 8-bit integer


    clnp.pdu.len  PDU length   
        Unsigned 16-bit integer


    clnp.segment  CLNP Segment
        No value


    clnp.segment.error  Reassembly error
        No value


    clnp.segment.multipletails  Multiple tail segments found
        Boolean


    clnp.segment.overlap  Segment overlap
        Boolean


    clnp.segment.overlap.conflict  Conflicting data in segment overlap
        Boolean


    clnp.segment.toolongsegment  Segment too long
        Boolean


    clnp.segments  CLNP Segments
        No value


    clnp.ssap   SA 
        Byte array


    clnp.ssap.len  SAL 
        Unsigned 8-bit integer


    clnp.ttl  Holding Time 
        Unsigned 8-bit integer


    clnp.type  PDU Type     
        Unsigned 8-bit integer


    clnp.version  Version      
        Unsigned 8-bit integer


 

ISO 8602 CLTP ConnectionLess Transport Protocol (cltp)

 

ISO 9542 ESIS Routeing Information Exchange Protocol (esis)

    esis.chksum  Checksum      
        Unsigned 16-bit integer


    esis.htime  Holding Time  
        Unsigned 16-bit integer


    esis.length  PDU Length    
        Unsigned 8-bit integer


    esis.nlpi  Network Layer Protocol Identifier
        Unsigned 8-bit integer


    esis.res  Reserved(==0) 
        Unsigned 8-bit integer


    esis.type  PDU Type      
        Unsigned 8-bit integer


    esis.ver  Version (==1) 
        Unsigned 8-bit integer


 

ITU-T Recommendation H.261 (h261)

    h261.ebit  End bit position
        Unsigned 8-bit integer


    h261.gobn  GOB Number
        Unsigned 8-bit integer


    h261.hmvd  Horizontal motion vector data
        Unsigned 8-bit integer


    h261.i  Intra frame encoded data flag
        Boolean


    h261.mbap  Macroblock address predictor
        Unsigned 8-bit integer


    h261.quant  Quantizer
        Unsigned 8-bit integer


    h261.sbit  Start bit position
        Unsigned 8-bit integer


    h261.stream  H.261 stream
        Byte array


    h261.v  Motion vector flag
        Boolean


    h261.vmvd  Vertical motion vector data
        Unsigned 8-bit integer


 

Inter-Access-Point Protocol (iapp)

    iapp.type  type
        Unsigned 8-bit integer


    iapp.version  Version
        Unsigned 8-bit integer


 

Internet Cache Protocol (icp)

    icp.length  Length
        Unsigned 16-bit integer


    icp.nr  Request Number
        Unsigned 32-bit integer


    icp.opcode  Opcode
        Unsigned 8-bit integer


    icp.version  Version
        Unsigned 8-bit integer


 

Internet Content Adaptation Protocol (icap)

    icap.options  Options
        Boolean


    icap.other  Other
        Boolean


    icap.reqmod  Reqmod
        Boolean


    icap.respmod  Respmod
        Boolean


    icap.response  Response
        Boolean


 

Internet Control Message Protocol (icmp)

    icmp.checksum  Checksum
        Unsigned 16-bit integer


    icmp.checksum_bad  Bad Checksum
        Boolean


    icmp.code  Code
        Unsigned 8-bit integer


    icmp.mip.b  Busy
        Boolean


    icmp.mip.challenge  Challenge
        Byte array


    icmp.mip.coa  Care-Of-Address
        IPv4 address


    icmp.mip.f  Foreign Agent
        Boolean


    icmp.mip.flags  Flags
        Unsigned 8-bit integer


    icmp.mip.g  GRE
        Boolean


    icmp.mip.h  Home Agent
        Boolean


    icmp.mip.length  Length
        Unsigned 8-bit integer


    icmp.mip.life  Registration Lifetime
        Unsigned 16-bit integer


    icmp.mip.m  Minimal Encapsulation
        Boolean


    icmp.mip.prefixlength  Prefix Length
        Unsigned 8-bit integer


    icmp.mip.r  Registration Required
        Boolean


    icmp.mip.res  Reserved
        Boolean


    icmp.mip.reserved  Reserved
        Unsigned 8-bit integer


    icmp.mip.seq  Sequence Number
        Unsigned 16-bit integer


    icmp.mip.type  Extension Type
        Unsigned 8-bit integer


    icmp.mip.v  VJ Comp
        Boolean


    icmp.type  Type
        Unsigned 8-bit integer


 

Internet Control Message Protocol v6 (icmpv6)

    icmpv6.checksum  Checksum
        Unsigned 16-bit integer


    icmpv6.checksum_bad  Bad Checksum
        Boolean


    icmpv6.code  Code
        Unsigned 8-bit integer


    icmpv6.type  Type
        Unsigned 8-bit integer


 

Internet Group Management Protocol (igmp)

    igmp.access_key  Access Key
        Byte array


    igmp.aux_data  Aux Data
        Byte array


    igmp.aux_data_len  Aux Data Len
        Unsigned 8-bit integer


    igmp.checksum  Checksum
        Unsigned 16-bit integer


    igmp.checksum_bad  Bad Checksum
        Boolean


    igmp.group_type  Type Of Group
        Unsigned 8-bit integer


    igmp.identifier  Identifier
        Unsigned 32-bit integer


    igmp.max_resp  Max Resp Time
        Unsigned 8-bit integer


    igmp.max_resp.exp  Exponent
        Unsigned 8-bit integer


    igmp.max_resp.mant  Mantissa
        Unsigned 8-bit integer


    igmp.mtrace.max_hops  # hops
        Unsigned 8-bit integer


    igmp.mtrace.q_arrival  Query Arrival
        Unsigned 32-bit integer


    igmp.mtrace.q_fwd_code  Forwarding Code
        Unsigned 8-bit integer


    igmp.mtrace.q_fwd_ttl  FwdTTL
        Unsigned 8-bit integer


    igmp.mtrace.q_id  Query ID
        Unsigned 24-bit integer


    igmp.mtrace.q_inaddr  In itf addr
        IPv4 address


    igmp.mtrace.q_inpkt  In pkts
        Unsigned 32-bit integer


    igmp.mtrace.q_mbz  MBZ
        Unsigned 8-bit integer


    igmp.mtrace.q_outaddr  Out itf addr
        IPv4 address


    igmp.mtrace.q_outpkt  Out pkts
        Unsigned 32-bit integer


    igmp.mtrace.q_prevrtr  Previous rtr addr
        IPv4 address


    igmp.mtrace.q_rtg_proto  Rtg Protocol
        Unsigned 8-bit integer


    igmp.mtrace.q_s  S
        Unsigned 8-bit integer


    igmp.mtrace.q_src_mask  Src Mask
        Unsigned 8-bit integer


    igmp.mtrace.q_total  S,G pkt count
        Unsigned 32-bit integer


    igmp.mtrace.raddr  Receiver Address
        IPv4 address


    igmp.mtrace.resp_ttl  Response TTL
        Unsigned 8-bit integer


    igmp.mtrace.rspaddr  Response Address
        IPv4 address


    igmp.mtrace.saddr  Source Address
        IPv4 address


    igmp.num_grp_recs  Num Group Records
        Unsigned 16-bit integer


    igmp.num_src  Num Src
        Unsigned 16-bit integer


    igmp.qqic  QQIC
        Unsigned 8-bit integer


    igmp.qrv  QRV
        Unsigned 8-bit integer


    igmp.record_type  Record Type
        Unsigned 8-bit integer


    igmp.reply  Reply
        Unsigned 8-bit integer


    igmp.reply.pending  Reply Pending
        Unsigned 8-bit integer


    igmp.s  S
        Boolean


    igmp.type  Type
        Unsigned 8-bit integer


    igmp.version  IGMP Version
        Unsigned 8-bit integer


 

Internet Message Access Protocol (imap)

    imap.request  Request
        Boolean


    imap.response  Response
        Boolean


 

Internet Printing Protocol (ipp)

 

Internet Protocol (ip)

    ip.addr  Source or Destination Address
        IPv4 address


    ip.checksum  Header checksum
        Unsigned 16-bit integer


    ip.checksum_bad  Bad Header checksum
        Boolean


    ip.dsfield  Differentiated Services field
        Unsigned 8-bit integer


    ip.dsfield.ce  ECN-CE
        Unsigned 8-bit integer


    ip.dsfield.dscp  Differentiated Services Codepoint
        Unsigned 8-bit integer


    ip.dsfield.ect  ECN-Capable Transport (ECT)
        Unsigned 8-bit integer


    ip.dst  Destination
        IPv4 address


    ip.flags  Flags
        Unsigned 8-bit integer


    ip.flags.df  Don't fragment
        Boolean


    ip.flags.mf  More fragments
        Boolean


    ip.frag_offset  Fragment offset
        Unsigned 16-bit integer


    ip.fragment  IP Fragment
        No value


    ip.fragment.error  Defragmentation error
        No value


    ip.fragment.multipletails  Multiple tail fragments found
        Boolean


    ip.fragment.overlap  Fragment overlap
        Boolean


    ip.fragment.overlap.conflict  Conflicting data in fragment overlap
        Boolean


    ip.fragment.toolongfragment  Fragment too long
        Boolean


    ip.fragments  IP Fragments
        No value


    ip.hdr_len  Header Length
        Unsigned 8-bit integer


    ip.id  Identification
        Unsigned 16-bit integer


    ip.len  Total Length
        Unsigned 16-bit integer


    ip.proto  Protocol
        Unsigned 8-bit integer


    ip.src  Source
        IPv4 address


    ip.tos  Type of Service
        Unsigned 8-bit integer


    ip.tos.cost  Cost
        Boolean


    ip.tos.delay  Delay
        Boolean


    ip.tos.precedence  Precedence
        Unsigned 8-bit integer


    ip.tos.reliability  Reliability
        Boolean


    ip.tos.throughput  Throughput
        Boolean


    ip.ttl  Time to live
        Unsigned 8-bit integer


    ip.version  Version
        Unsigned 8-bit integer


 

Internet Protocol Version 6 (ipv6)

    ipv6.addr  Address
        IPv6 address


    ipv6.class  Traffic class
        Unsigned 8-bit integer


    ipv6.dst  Destination
        IPv6 address


    ipv6.flow  Flowlabel
        Unsigned 32-bit integer


    ipv6.fragment  IPv6 Fragment
        No value


    ipv6.fragment.error  Defragmentation error
        No value


    ipv6.fragment.multipletails  Multiple tail fragments found
        Boolean


    ipv6.fragment.overlap  Fragment overlap
        Boolean


    ipv6.fragment.overlap.conflict  Conflicting data in fragment overlap
        Boolean


    ipv6.fragment.toolongfragment  Fragment too long
        Boolean


    ipv6.fragments  IPv6 Fragments
        No value


    ipv6.hlim  Hop limit
        Unsigned 8-bit integer


    ipv6.mipv6_a_flag  Acknowledge (A) 
        Boolean


    ipv6.mipv6_b_flag  Bicasting all (B) 
        Boolean


    ipv6.mipv6_d_flag  Duplicate Address Detection (D) 
        Boolean


    ipv6.mipv6_h_flag  Home Registration (H) 
        Boolean


    ipv6.mipv6_home_address  Home Address 
        IPv6 address


    ipv6.mipv6_length  Option Length 
        Unsigned 8-bit integer


    ipv6.mipv6_life_time  Life Time 
        Unsigned 32-bit integer


    ipv6.mipv6_m_flag  MAP Registration (M) 
        Boolean


    ipv6.mipv6_prefix_length  Prefix Length 
        Unsigned 8-bit integer


    ipv6.mipv6_r_flag  Router (R) 
        Boolean


    ipv6.mipv6_refresh  Refresh 
        Unsigned 32-bit integer


    ipv6.mipv6_sequence_number  Sequence Number 
        Unsigned 16-bit integer


    ipv6.mipv6_status  Status 
        Unsigned 8-bit integer


    ipv6.mipv6_sub_alternative_COA  Alternative Care of Address 
        IPv6 address


    ipv6.mipv6_sub_length  Sub-Option Length 
        Unsigned 8-bit integer


    ipv6.mipv6_sub_type  Sub-Option Type 
        Unsigned 8-bit integer


    ipv6.mipv6_sub_unique_ID  Unique Identifier 
        Unsigned 16-bit integer


    ipv6.mipv6_type  Option Type 
        Unsigned 8-bit integer


    ipv6.nxt  Next header
        Unsigned 8-bit integer


    ipv6.plen  Payload length
        Unsigned 16-bit integer


    ipv6.src  Source
        IPv6 address


    ipv6.version  Version
        Unsigned 8-bit integer


 

Internet Relay Chat (irc)

    irc.command  Command
        String


    irc.request  Request
        Boolean


    irc.response  Response
        Boolean


 

Internet Security Association and Key Management Protocol (isakmp)

 

Internetwork Packet eXchange (ipx)

    ipx.checksum  Checksum
        Unsigned 16-bit integer


    ipx.dst.net  Destination Network
        IPX network or server name


    ipx.dst.node  Destination Node
        6-byte Hardware (MAC) Address


    ipx.dst.socket  Destination Socket
        Unsigned 16-bit integer


    ipx.hops  Transport Control (Hops)
        Unsigned 8-bit integer


    ipx.len  Length
        Unsigned 16-bit integer


    ipx.packet_type  Packet Type
        Unsigned 8-bit integer


    ipx.src.net  Source Network
        IPX network or server name


    ipx.src.node  Source Node
        6-byte Hardware (MAC) Address


    ipx.src.socket  Source Socket
        Unsigned 16-bit integer


 

Kerberos (kerberos)

 

Kernel Lock Manager (klm)

    klm.block  block
        Boolean


    klm.exclusive  exclusive
        Boolean


    klm.holder  holder
        No value


    klm.len  length
        Unsigned 32-bit integer


    klm.lock  lock
        No value


    klm.offset  offset
        Unsigned 32-bit integer


    klm.pid  pid
        Unsigned 32-bit integer


    klm.servername  server name
        String


    klm.stats  stats
        Unsigned 32-bit integer


 

Label Distribution Protocol (ldp)

    ldp,msg.tlv.hello.requested  Hello Requested
        Boolean


    ldp.hdr.ldpid.lsid  Label Space ID
        Unsigned 16-bit integer


    ldp.hdr.ldpid.lsr  LSR ID
        IPv4 address


    ldp.hdr.pdu_len  PDU Length
        Unsigned 16-bit integer


    ldp.hdr.version  Version
        Unsigned 16-bit integer


    ldp.msg.experiment.id  Experiment ID
        Unsigned 32-bit integer


    ldp.msg.id  Message ID
        Unsigned 32-bit integer


    ldp.msg.len  Message Length
        Unsigned 16-bit integer


    ldp.msg.tlv.addrl.addr  Address
        String


    ldp.msg.tlv.addrl.addr_family  Address Family
        Unsigned 16-bit integer


    ldp.msg.tlv.atm.label.vbits  V-bits
        Unsigned 8-bit integer


    ldp.msg.tlv.atm.label.vci  VCI
        Unsigned 16-bit integer


    ldp.msg.tlv.atm.label.vpi  VPI
        Unsigned 16-bit integer


    ldp.msg.tlv.cbs  CBS
        Double-precision floating point


    ldp.msg.tlv.cdr  CDR
        Double-precision floating point


    ldp.msg.tlv.ebs  EBS
        Double-precision floating point


    ldp.msg.tlv.er_hop.as  AS Number
        Unsigned 16-bit integer


    ldp.msg.tlv.er_hop.locallspid  Local CR-LSP ID
        Unsigned 16-bit integer


    ldp.msg.tlv.er_hop.loose  Loose route bit
        Unsigned 24-bit integer


    ldp.msg.tlv.er_hop.lsrid  Local CR-LSP ID
        IPv4 address


    ldp.msg.tlv.er_hop.prefix4  IPv4 Address
        IPv4 address


    ldp.msg.tlv.er_hop.prefix6  IPv6 Address
        IPv6 address


    ldp.msg.tlv.er_hop.prefixlen  Prefix length
        Unsigned 8-bit integer


    ldp.msg.tlv.experiment_id  Experiment ID
        Unsigned 32-bit integer


    ldp.msg.tlv.extstatus.data  Extended Status Data
        Unsigned 32-bit integer


    ldp.msg.tlv.fec.af  FEC Element Address Type
        Unsigned 16-bit integer


    ldp.msg.tlv.fec.hoval  FEC Element Host Address Value
        String


    ldp.msg.tlv.fec.len  FEC Element Length
        Unsigned 8-bit integer


    ldp.msg.tlv.fec.pfval  FEC Element Prefix Value
        String


    ldp.msg.tlv.fec.type  FEC Element Type
        Unsigned 8-bit integer


    ldp.msg.tlv.fec.vc.controlword  C-bit
        Boolean


    ldp.msg.tlv.fec.vc.groupid  Group ID
        Unsigned 32-bit integer


    ldp.msg.tlv.fec.vc.infolength  VC Info Length
        Unsigned 8-bit integer


    ldp.msg.tlv.fec.vc.intparam.cembytes  Payload Bytes
        Unsigned 16-bit integer


    ldp.msg.tlv.fec.vc.intparam.desc  Description
        String


    ldp.msg.tlv.fec.vc.intparam.id  ID
        Unsigned 8-bit integer


    ldp.msg.tlv.fec.vc.intparam.length  Length
        Unsigned 8-bit integer


    ldp.msg.tlv.fec.vc.intparam.maxatm  Number of Cells
        Unsigned 16-bit integer


    ldp.msg.tlv.fec.vc.intparam.mtu  MTU
        Unsigned 16-bit integer


    ldp.msg.tlv.fec.vc.vcid  VC ID
        Unsigned 32-bit integer


    ldp.msg.tlv.fec.vc.vctype  VC Type
        Unsigned 16-bit integer


    ldp.msg.tlv.flags_cbs  CBS
        Boolean


    ldp.msg.tlv.flags_cdr  CDR
        Boolean


    ldp.msg.tlv.flags_ebs  EBS
        Boolean


    ldp.msg.tlv.flags_pbs  PBS
        Boolean


    ldp.msg.tlv.flags_pdr  PDR
        Boolean


    ldp.msg.tlv.flags_reserv  Reserved
        Unsigned 8-bit integer


    ldp.msg.tlv.flags_weight  Weight
        Boolean


    ldp.msg.tlv.fr.label.dlci  DLCI
        Unsigned 24-bit integer


    ldp.msg.tlv.fr.label.len  Number of DLCI bits
        Unsigned 16-bit integer


    ldp.msg.tlv.frequency  Frequency
        Unsigned 8-bit integer


    ldp.msg.tlv.generic.label  Generic Label
        Unsigned 32-bit integer


    ldp.msg.tlv.hc.value  Hop Count Value
        Unsigned 8-bit integer


    ldp.msg.tlv.hello.cnf_seqno  Configuration Sequence Number
        Unsigned 32-bit integer


    ldp.msg.tlv.hello.hold  Hold Time
        Unsigned 16-bit integer


    ldp.msg.tlv.hello.res  Reserved
        Unsigned 16-bit integer


    ldp.msg.tlv.hello.targeted  Targeted Hello
        Boolean


    ldp.msg.tlv.hold_prio  Hold Prio
        Unsigned 8-bit integer


    ldp.msg.tlv.ipv4.taddr  IPv4 Transport Address
        IPv4 address


    ldp.msg.tlv.ipv6.taddr  IPv6 Transport Address
        IPv6 address


    ldp.msg.tlv.len  TLV Length
        Unsigned 16-bit integer


    ldp.msg.tlv.lspid.actflg  Action Indicator Flag
        Unsigned 16-bit integer


    ldp.msg.tlv.lspid.locallspid  Local CR-LSP ID
        Unsigned 16-bit integer


    ldp.msg.tlv.lspid.lsrid  Ingress LSR Router ID
        IPv4 address


    ldp.msg.tlv.pbs  PBS
        Double-precision floating point


    ldp.msg.tlv.pdr  PDR
        Double-precision floating point


    ldp.msg.tlv.pv.lsrid  LSR Id
        IPv4 address


    ldp.msg.tlv.resource_class  Resource Class
        Unsigned 32-bit integer


    ldp.msg.tlv.returned.ldpid.lsid  Returned PDU Label Space ID
        Unsigned 16-bit integer


    ldp.msg.tlv.returned.ldpid.lsr  Returned PDU LSR ID
        IPv4 address


    ldp.msg.tlv.returned.msg.id  Returned Message ID
        Unsigned 32-bit integer


    ldp.msg.tlv.returned.msg.len  Returned Message Length
        Unsigned 16-bit integer


    ldp.msg.tlv.returned.msg.type  Returned Message Type
        Unsigned 16-bit integer


    ldp.msg.tlv.returned.msg.ubit  Returned Message Unknown bit
        Unsigned 8-bit integer


    ldp.msg.tlv.returned.pdu_len  Returned PDU Length
        Unsigned 16-bit integer


    ldp.msg.tlv.returned.version  Returned PDU Version
        Unsigned 16-bit integer


    ldp.msg.tlv.route_pinning  Route Pinning
        Unsigned 32-bit integer


    ldp.msg.tlv.sess.advbit  Session Label Advertisement Discipline
        Boolean


    ldp.msg.tlv.sess.atm.dir  Directionality
        Boolean


    ldp.msg.tlv.sess.atm.lr  Number of ATM Label Ranges
        Unsigned 8-bit integer


    ldp.msg.tlv.sess.atm.maxvci  Maximum VCI
        Unsigned 16-bit integer


    ldp.msg.tlv.sess.atm.maxvpi  Maximum VPI
        Unsigned 16-bit integer


    ldp.msg.tlv.sess.atm.merge  Session ATM Merge Parameter
        Unsigned 8-bit integer


    ldp.msg.tlv.sess.atm.minvci  Minimum VCI
        Unsigned 16-bit integer


    ldp.msg.tlv.sess.atm.minvpi  Minimum VPI
        Unsigned 16-bit integer


    ldp.msg.tlv.sess.fr.dir  Directionality
        Boolean


    ldp.msg.tlv.sess.fr.len  Number of DLCI bits
        Unsigned 16-bit integer


    ldp.msg.tlv.sess.fr.lr  Number of Frame Relay Label Ranges
        Unsigned 8-bit integer


    ldp.msg.tlv.sess.fr.maxdlci  Maximum DLCI
        Unsigned 24-bit integer


    ldp.msg.tlv.sess.fr.merge  Session Frame Relay Merge Parameter
        Unsigned 8-bit integer


    ldp.msg.tlv.sess.fr.mindlci  Minimum DLCI
        Unsigned 24-bit integer


    ldp.msg.tlv.sess.ka  Session KeepAlive Time
        Unsigned 16-bit integer


    ldp.msg.tlv.sess.ldetbit  Session Loop Detection
        Boolean


    ldp.msg.tlv.sess.mxpdu  Session Max PDU Length
        Unsigned 16-bit integer


    ldp.msg.tlv.sess.pvlim  Session Path Vector Limit
        Unsigned 8-bit integer


    ldp.msg.tlv.sess.rxlsr  Session Receiver LSR Identifier
        IPv4 address


    ldp.msg.tlv.sess.ver  Session Protocol Version
        Unsigned 16-bit integer


    ldp.msg.tlv.set_prio  Set Prio
        Unsigned 8-bit integer


    ldp.msg.tlv.status.data  Status Data
        Unsigned 32-bit integer


    ldp.msg.tlv.status.ebit  E Bit
        Boolean


    ldp.msg.tlv.status.fbit  F Bit
        Boolean


    ldp.msg.tlv.status.msg.id  Message ID
        Unsigned 32-bit integer


    ldp.msg.tlv.status.msg.type  Message Type
        Unsigned 16-bit integer


    ldp.msg.tlv.type  TLV Type
        Unsigned 16-bit integer


    ldp.msg.tlv.unknown  TLV Unknown bits
        Unsigned 8-bit integer


    ldp.msg.tlv.value  TLV Value
        Byte array


    ldp.msg.tlv.vendor_id  Vendor ID
        Unsigned 32-bit integer


    ldp.msg.tlv.weight  Weight
        Unsigned 8-bit integer


    ldp.msg.type  Message Type
        Unsigned 16-bit integer


    ldp.msg.ubit  U bit
        Boolean


    ldp.msg.vendor.id  Vendor ID
        Unsigned 32-bit integer


    ldp.req  Request
        Boolean


    ldp.rsp  Response
        Boolean


    ldp.tlv.lbl_req_msg_id  Label Request Message ID
        Unsigned 32-bit integer


 

Layer 2 Tunneling Protocol (l2tp)

    l2tp.Nr  Nr
        Unsigned 16-bit integer


    l2tp.Ns  Ns
        Unsigned 16-bit integer


    l2tp.length  Length
        Unsigned 16-bit integer


    l2tp.offset  Offset
        Unsigned 16-bit integer


    l2tp.session  Session ID
        Unsigned 16-bit integer


    l2tp.tunnel  Tunnel ID
        Unsigned 16-bit integer


    lt2p.avp.hidden  Hidden
        Boolean


    lt2p.avp.length  Length
        Unsigned 16-bit integer


    lt2p.avp.mandatory  Mandatory
        Boolean


    lt2p.avp.type  Type
        Unsigned 16-bit integer


    lt2p.avp.vendor_id  Vendor ID
        Unsigned 16-bit integer


    lt2p.length_bit  Length Bit
        Boolean


    lt2p.offset_bit  Offset bit
        Boolean


    lt2p.priority  Priority
        Boolean


    lt2p.seq_bit  Sequence Bit
        Boolean


    lt2p.tie_breaker  Tie Breaker


    lt2p.type  Type
        Unsigned 16-bit integer


    lt2p.version  Version
        Unsigned 16-bit integer


 

Lightweight Directory Access Protocol (ldap)

    ldap.abandon.msgid  Abandon Msg Id
        Unsigned 32-bit integer


    ldap.attribute  Attribute
        String


    ldap.bind.auth_type  Auth Type
        Unsigned 8-bit integer


    ldap.bind.dn  DN
        String


    ldap.bind.password  Password
        String


    ldap.bind.version  Version
        Unsigned 32-bit integer


    ldap.compare.test  Test
        String


    ldap.dn  Distinguished Name
        String


    ldap.length  Length
        Unsigned 32-bit integer


    ldap.message_id  Message Id
        Unsigned 32-bit integer


    ldap.message_length  Message Length
        Unsigned 32-bit integer


    ldap.message_type  Message Type
        Unsigned 8-bit integer


    ldap.modify.add  Add
        String


    ldap.modify.delete  Delete
        String


    ldap.modify.replace  Replace
        String


    ldap.modrdn.delete  Delete Values
        Boolean


    ldap.modrdn.name  New Name
        String


    ldap.modrdn.superior  New Location
        String


    ldap.result.code  Result Code
        Unsigned 8-bit integer


    ldap.result.errormsg  Error Message
        String


    ldap.result.matcheddn  Matched DN
        String


    ldap.result.referral  Referral
        String


    ldap.search.basedn  Base DN
        String


    ldap.search.dereference  Dereference
        Unsigned 8-bit integer


    ldap.search.filter  Filter
        String


    ldap.search.scope  Scope
        Unsigned 8-bit integer


    ldap.search.sizelimit  Size Limit
        Unsigned 32-bit integer


    ldap.search.timelimit  Time Limit
        Unsigned 32-bit integer


    ldap.search.typesonly  Attributes Only
        Boolean


    ldap.value  Value
        String


 

Line Printer Daemon Protocol (lpd)

    lpd.request  Request
        Boolean


    lpd.response  Response
        Boolean


 

Link Access Procedure Balanced (LAPB) (lapb)

    lapb.address  Address Field
        Unsigned 8-bit integer


    lapb.control  Control Field
        Unsigned 8-bit integer


 

Link Access Procedure Balanced Ethernet (LAPBETHER) (lapbether)

    lapbether.length  Length Field
        Unsigned 16-bit integer


 

Link Access Procedure, Channel D (LAPD) (lapd)

    lapd.address  Address Field
        Unsigned 16-bit integer


    lapd.control  Control Field
        Unsigned 16-bit integer


    lapd.cr  C/R
        Unsigned 16-bit integer


    lapd.ea1  EA1
        Unsigned 16-bit integer


    lapd.ea2  EA2
        Unsigned 16-bit integer


    lapd.sapi  SAPI
        Unsigned 16-bit integer


    lapd.tei  TEI
        Unsigned 16-bit integer


 

Link Management Protocol (LMP) (lmp)

    lmp.begin_verify.all_links  Verify All Links
        Boolean


    lmp.begin_verify.enctype  Encoding Type
        Unsigned 8-bit integer


    lmp.begin_verify.flags  Flags
        Unsigned 16-bit integer


    lmp.begin_verify.link_type  Data Link Type
        Boolean


    lmp.data_link.link_verify  Data-Link is Allocated
        Boolean


    lmp.data_link.local_ipv4  Data-Link Local ID - IPv4
        IPv4 address


    lmp.data_link.local_unnum  Data-Link Local ID - Unnumbered
        Unsigned 32-bit integer


    lmp.data_link.port  Data-Link is Individual Port
        Boolean


    lmp.data_link.remote_ipv4  Data-Link Remote ID - IPv4
        IPv4 address


    lmp.data_link.remote_unnum  Data-Link Remote ID - Unnumbered
        Unsigned 32-bit integer


    lmp.data_link_encoding  LSP Encoding Type
        Unsigned 8-bit integer


    lmp.data_link_flags  Data-Link Flags
        Unsigned 8-bit integer


    lmp.data_link_subobj  Subobject
        No value


    lmp.data_link_switching  Interface Switching Capability
        Unsigned 8-bit integer


    lmp.error  Error Code
        Unsigned 32-bit integer


    lmp.error.config_bad_ccid  Config - Bad CC ID
        Boolean


    lmp.error.config_bad_params  Config - Unacceptable non-negotiable parameters
        Boolean


    lmp.error.config_renegotiate  Config - Renegotiate Parametere
        Boolean


    lmp.error.summary_bad_data_link  Summary - Bad Data Link Object
        Boolean


    lmp.error.summary_bad_params  Summary - Unacceptable non-negotiable parameters
        Boolean


    lmp.error.summary_bad_remote_linkid  Summary - Bad Remote Link ID
        Boolean


    lmp.error.summary_bad_te_link  Summary - Bad TE Link Object
        Boolean


    lmp.error.summary_renegotiate  Summary - Renegotiate Parametere
        Boolean


    lmp.error.verify_te_link_id  Verification - TE Link ID Configuration Error
        Boolean


    lmp.error.verify_unsupported_link  Verification - Unsupported for this TE-Link
        Boolean


    lmp.error.verify_unsupported_transport  Verification - Transport Unsupported
        Boolean


    lmp.error.verify_unwilling  Verification - Unwilling to Verify at this time
        Boolean


    lmp.hdr.auth  Authentication
        Boolean


    lmp.hdr.ccdown  ControlChannelDown
        Boolean


    lmp.hdr.dwdm  DWDM Node
        Boolean


    lmp.hdr.flags  LMP Header - Flags
        Unsigned 8-bit integer


    lmp.hdr.reboot  Reboot
        Boolean


    lmp.hellodeadinterval  HelloDeadInterval
        Unsigned 32-bit integer


    lmp.hellointerval  HelloInterval
        Unsigned 32-bit integer


    lmp.local_ccid  Local CCID Value
        Unsigned 32-bit integer


    lmp.local_interfaceid_ipv4  Local Interface ID - IPv4
        IPv4 address


    lmp.local_interfaceid_unnum  Local Interface ID - Unnumbered
        Unsigned 32-bit integer


    lmp.local_linkid_ipv4  Local Link ID - IPv4
        IPv4 address


    lmp.local_linkid_unnum  Local Link ID - Unnumbered
        Unsigned 32-bit integer


    lmp.local_nodeid  Local Node ID Value
        IPv4 address


    lmp.messageid  Message-ID Value
        Unsigned 32-bit integer


    lmp.messageid_ack  Message-ID Ack Value
        Unsigned 32-bit integer


    lmp.msg  Message Type
        Unsigned 8-bit integer


    lmp.msg.beginverify  BeginVerify Message
        Boolean


    lmp.msg.beginverifyack  BeginVerifyAck Message
        Boolean


    lmp.msg.beginverifynack  BeginVerifyNack Message
        Boolean


    lmp.msg.channelfail  ChannelFail Message
        Boolean


    lmp.msg.channelfailack  ChannelFailAck Message
        Boolean


    lmp.msg.channelfailnack  ChannelFailNack Message
        Boolean


    lmp.msg.channelstatus  ChannelStatus Message
        Boolean


    lmp.msg.channelstatusack  ChannelStatusAck Message
        Boolean


    lmp.msg.channelstatusrequest  ChannelStatusRequest Message
        Boolean


    lmp.msg.channelstatusresponse  ChannelStatusResponse Message
        Boolean


    lmp.msg.config  Config Message
        Boolean


    lmp.msg.configack  ConfigAck Message
        Boolean


    lmp.msg.confignack  ConfigNack Message
        Boolean


    lmp.msg.endverify  EndVerify Message
        Boolean


    lmp.msg.hello  HELLO Message
        Boolean


    lmp.msg.linksummary  LinkSummary Message
        Boolean


    lmp.msg.linksummaryack  LinkSummaryAck Message
        Boolean


    lmp.msg.linksummarynack  LinkSummaryNack Message
        Boolean


    lmp.msg.test  Test Message
        Boolean


    lmp.msg.teststatusack  TestStatusAck Message
        Boolean


    lmp.msg.teststatusfailure  TestStatusFailure Message
        Boolean


    lmp.msg.teststatussuccess  TestStatusSuccess Message
        Boolean


    lmp.obj.begin_verify  BEGIN_VERIFY
        No value


    lmp.obj.begin_verify_ack  BEGIN_VERIFY_ACK
        No value


    lmp.obj.channel_status  CHANNEL_STATUS
        No value


    lmp.obj.channel_status_request  CHANNEL_STATUS_REQUEST
        No value


    lmp.obj.config  CONFIG
        No value


    lmp.obj.ctype  Object C-Type
        Unsigned 8-bit integer


    lmp.obj.data_link  DATA_LINK
        No value


    lmp.obj.error  ERROR
        No value


    lmp.obj.hello  HELLO
        No value


    lmp.obj.local_ccid  LOCAL_CCID
        No value


    lmp.obj.local_interfaceid  LOCAL_INTERFACE_ID
        No value


    lmp.obj.local_linkid  LOCAL_LINK_ID
        No value


    lmp.obj.local_nodeid  LOCAL_NODE_ID
        No value


    lmp.obj.messageid  MESSAGE_ID
        No value


    lmp.obj.messageid_ack  MESSAGE_ID_ACK
        No value


    lmp.obj.remote_ccid  REMOTE_CCID
        No value


    lmp.obj.remote_interfaceid  REMOTE_INTERFACE_ID
        No value


    lmp.obj.remote_linkid  REMOTE_LINK_ID
        No value


    lmp.obj.remote_nodeid  REMOTE_NODE_ID
        No value


    lmp.obj.te_link  TE_LINK
        No value


    lmp.obj.verifyid  VERIFY_ID
        No value


    lmp.object  LOCAL_CCID
        Unsigned 8-bit integer


    lmp.remote_ccid  Remote CCID Value
        Unsigned 32-bit integer


    lmp.remote_interfaceid_ipv4  Remote Interface ID - IPv4
        IPv4 address


    lmp.remote_interfaceid_unnum  Remote Interface ID - Unnumbered
        Unsigned 32-bit integer


    lmp.remote_linkid_ipv4  Remote Link ID - IPv4
        Unsigned 32-bit integer


    lmp.remote_linkid_unnum  Remote Link ID - Unnumbered
        Unsigned 32-bit integer


    lmp.remote_nodeid  Remote Node ID Value
        IPv4 address


    lmp.rxseqnum  RxSeqNum
        Unsigned 32-bit integer


    lmp.te_link.fault_mgmt  Fault Management Supported
        Boolean


    lmp.te_link.link_verify  Link Verification Supported
        Boolean


    lmp.te_link.local_ipv4  TE-Link Local ID - IPv4
        IPv4 address


    lmp.te_link.local_unnum  TE-Link Local ID - Unnumbered
        Unsigned 32-bit integer


    lmp.te_link.remote_ipv4  TE-Link Remote ID - IPv4
        IPv4 address


    lmp.te_link.remote_unnum  TE-Link Remote ID - Unnumbered
        Unsigned 32-bit integer


    lmp.te_link_flags  TE-Link Flags
        Unsigned 8-bit integer


    lmp.txseqnum  TxSeqNum
        Unsigned 32-bit integer


    lmp.verifyid  Verify-ID
        Unsigned 32-bit integer


 

Linux cooked-mode capture (sll)

    sll.etype  Protocol
        Unsigned 16-bit integer


    sll.halen  Link-layer address length
        Unsigned 16-bit integer


    sll.hatype  Link-layer address type
        Unsigned 16-bit integer


    sll.ltype  Protocol
        Unsigned 16-bit integer


    sll.pkttype  Packet type
        Unsigned 16-bit integer


    sll.src.eth  Source
        6-byte Hardware (MAC) Address


    sll.src.other  Source
        Byte array


    sll.trailer  Trailer
        Byte array


 

Local Management Interface (lmi)

    lmi.cmd  Call reference
        Unsigned 8-bit integer


    lmi.dlci_act  DLCI Active
        Unsigned 8-bit integer


    lmi.dlci_hi  DLCI High
        Unsigned 8-bit integer


    lmi.dlci_low  DLCI Low
        Unsigned 8-bit integer


    lmi.dlci_new  DLCI New
        Unsigned 8-bit integer


    lmi.ele_rcd_type  Record Type
        Unsigned 8-bit integer


    lmi.inf_ele  Information Element
        Unsigned 8-bit integer


    lmi.inf_ele_len  Length
        Unsigned 8-bit integer


    lmi.inf_ele_type  Type
        Unsigned 8-bit integer


    lmi.msg_type  Message Type
        Unsigned 8-bit integer


    lmi.recv_seq  Recv Seq
        Unsigned 8-bit integer


    lmi.send_seq  Send Seq
        Unsigned 8-bit integer


 

LocalTalk Link Access Protocol (llap)

    llap.dst  Destination Node
        Unsigned 8-bit integer


    llap.src  Source Node
        Unsigned 8-bit integer


    llap.type  Type
        Unsigned 8-bit integer


 

Logical-Link Control (llc)

    llc.control  Control
        Unsigned 16-bit integer


    llc.dsap  DSAP
        Unsigned 8-bit integer


    llc.dsap.ig  IG Bit
        Boolean


    llc.oui  Organization Code
        Unsigned 24-bit integer


    llc.pid  Protocol ID
        Unsigned 16-bit integer


    llc.ssap  SSAP
        Unsigned 8-bit integer


    llc.ssap.cr  CR Bit
        Boolean


    llc.type  Type
        Unsigned 16-bit integer


 

Lucent/Ascend debug output (ascend)

    ascend.chunk  WDD Chunk
        Unsigned 32-bit integer


    ascend.number  Called number
        String


    ascend.sess  Session ID
        Unsigned 32-bit integer


    ascend.task  Task
        Unsigned 32-bit integer


    ascend.type  Link type
        Unsigned 32-bit integer


    ascend.user  User name
        String


 

MAPI (mapi)

    mapi.request  Request
        Boolean


    mapi.response  Response
        Boolean


 

MMS Message Encapsulation (mmse)

    mmse.bcc  Bcc
        String


    mmse.content_location  Content-Location
        String


    mmse.content_type  Data
        No value


    mmse.date  Date
        Date/Time stamp


    mmse.delivery_report  Delivery-Report
        Unsigned 8-bit integer


    mmse.delivery_time.abs  Delivery-Time
        Date/Time stamp


    mmse.delivery_time.rel  Delivery-Time
        Time duration


    mmse.expiry.abs  Expiry
        Date/Time stamp


    mmse.expiry.rel  Expiry
        Time duration


    mmse.ffheader  Free format (not encoded) header
        String


    mmse.from  From
        String


    mmse.message_class.id  Message-Class
        Unsigned 8-bit integer


    mmse.message_class.str  Message-Class
        String


    mmse.message_id  Message-Id
        String


    mmse.message_size  Message-Size
        Unsigned 32-bit integer


    mmse.message_type  Message-Type
        Unsigned 8-bit integer


    mmse.mms_version  MMS-Version
        String


    mmse.priority  Priority
        Unsigned 8-bit integer


    mmse.read_reply  Read-Reply
        Unsigned 8-bit integer


    mmse.report_allowed  Report-Allowed
        Unsigned 8-bit integer


    mmse.response_status  Response-Status
        Unsigned 8-bit integer


    mmse.response_text  Response-Text
        String


    mmse.sender_visibility  Sender-Visibility
        Unsigned 8-bit integer


    mmse.status  Status
        Unsigned 8-bit integer


    mmse.subject  Subject
        String


    mmse.to  To
        String


    mmse.transaction_id  Transaction-ID
        String


 

MS Proxy Protocol (msproxy)

    msproxy.bindaddr  Destination
        IPv4 address


    msproxy.bindid  Bound Port Id
        Unsigned 32-bit integer


    msproxy.bindport  Bind Port
        Unsigned 16-bit integer


    msproxy.boundport  Bound Port
        Unsigned 16-bit integer


    msproxy.clntport  Client Port
        Unsigned 16-bit integer


    msproxy.command  Command
        Unsigned 16-bit integer


    msproxy.dstaddr  Destination Address
        IPv4 address


    msproxy.dstport  Destination Port
        Unsigned 16-bit integer


    msproxy.resolvaddr  Address
        IPv4 address


    msproxy.server_ext_addr  Server External Address
        IPv4 address


    msproxy.server_ext_port  Server External Port
        Unsigned 16-bit integer


    msproxy.server_int_addr  Server Internal Address
        IPv4 address


    msproxy.server_int_port  Server Internal Port
        Unsigned 16-bit integer


    msproxy.serveraddr  Server Address
        IPv4 address


    msproxy.serverport  Server Port
        Unsigned 16-bit integer


    msproxy.srcport  Source Port
        Unsigned 16-bit integer


 

MSNIP: Multicast Source Notification of Interest Protocol (msnip)

    msnip.checksum  Checksum
        Unsigned 16-bit integer


    msnip.checksum_bad  Bad Checksum
        Boolean


    msnip.count  Count
        Unsigned 8-bit integer


    msnip.genid  Generation ID
        Unsigned 16-bit integer


    msnip.groups  Groups
        No value


    msnip.holdtime  Holdtime
        Unsigned 32-bit integer


    msnip.holdtime16  Holdtime
        Unsigned 16-bit integer


    msnip.maddr  Multicast group
        IPv4 address


    msnip.netmask  Netmask
        Unsigned 8-bit integer


    msnip.rec_type  Record Type
        Unsigned 8-bit integer


    msnip.type  Type
        Unsigned 8-bit integer


 

MTP 2 Transparent Proxy (m2tp)

    m2tp.diagnostic_info  Diagnostic information
        Byte array


    m2tp.error_code  Error code
        Unsigned 32-bit integer


    m2tp.heartbeat_data  Heartbeat data
        Byte array


    m2tp.info_string  Info string
        String


    m2tp.interface_identifier  Interface Identifier
        Unsigned 32-bit integer


    m2tp.master_slave  Master Slave Indicator
        Unsigned 32-bit integer


    m2tp.message_class  Message class
        Unsigned 8-bit integer


    m2tp.message_length  Message length
        Unsigned 32-bit integer


    m2tp.message_type  Message Type
        Unsigned 8-bit integer


    m2tp.parameter_length  Parameter length
        Unsigned 16-bit integer


    m2tp.parameter_padding  Padding
        Byte array


    m2tp.parameter_tag  Parameter Tag
        Unsigned 16-bit integer


    m2tp.parameter_value  Parameter Value
        Byte array


    m2tp.reason  Reason
        Unsigned 32-bit integer


    m2tp.reserved  Reserved
        Unsigned 8-bit integer


    m2tp.user_identifier  M2tp User Identifier
        Unsigned 32-bit integer


    m2tp.version  Version
        Unsigned 8-bit integer


 

MTP 2 User Adaptation Layer (m2ua)

    m2ua.action  Actions
        Unsigned 32-bit integer


    m2ua.asp_identifier  ASP identifier
        Unsigned 32-bit integer


    m2ua.congestion_status  Congestion status
        Unsigned 32-bit integer


    m2ua.correlation identifier  Correlation identifier
        Unsigned 32-bit integer


    m2ua.data_2_li  Length indicator
        Unsigned 8-bit integer


    m2ua.deregistration_status  Deregistration status
        Unsigned 32-bit integer


    m2ua.diagnostic_information  Diagnostic information
        Byte array


    m2ua.discard_status  Discard status
        Unsigned 32-bit integer


    m2ua.error_code  Error code
        Unsigned 32-bit integer


    m2ua.event  Event
        Unsigned 32-bit integer


    m2ua.heartbeat_data  Heartbeat data
        Byte array


    m2ua.info_string  Info string
        String


    m2ua.interface_identifier_int  Interface Identifier (integer)
        Unsigned 32-bit integer


    m2ua.interface_identifier_start  Interface Identifier (start)
        Unsigned 32-bit integer


    m2ua.interface_identifier_stop  Interface Identifier (stop)
        Unsigned 32-bit integer


    m2ua.interface_identifier_text  Interface identifier (text)
        String


    m2ua.local_lk_identifier  Local LK identifier
        Unsigned 32-bit integer


    m2ua.message_class  Message class
        Unsigned 8-bit integer


    m2ua.message_length  Message length
        Unsigned 32-bit integer


    m2ua.message_type  Message Type
        Unsigned 8-bit integer


    m2ua.parameter_length  Parameter length
        Unsigned 16-bit integer


    m2ua.parameter_padding  Padding
        Byte array


    m2ua.parameter_tag  Parameter Tag
        Unsigned 16-bit integer


    m2ua.parameter_value  Parameter value
        Byte array


    m2ua.registration_status  Registration status
        Unsigned 32-bit integer


    m2ua.reserved  Reserved
        Unsigned 8-bit integer


    m2ua.retrieval_result  Retrieval result
        Unsigned 32-bit integer


    m2ua.sdl_identifier  SDL identifier
        Unsigned 16-bit integer


    m2ua.sdl_reserved  Reserved
        Unsigned 16-bit integer


    m2ua.sdt_identifier  SDT identifier
        Unsigned 16-bit integer


    m2ua.sdt_reserved  Reserved
        Unsigned 16-bit integer


    m2ua.sequence_number  Sequence number
        Unsigned 32-bit integer


    m2ua.state  State
        Unsigned 32-bit integer


    m2ua.status_info  Status info
        Unsigned 16-bit integer


    m2ua.status_type  Status type
        Unsigned 16-bit integer


    m2ua.traffic_mode_type  Traffic mode Type
        Unsigned 32-bit integer


    m2ua.version  Version
        Unsigned 8-bit integer


 

MTP 3 User Adaptation Layer (m3ua)

    m3ua.affected_point_code_mask  Mask
        Unsigned 8-bit integer


    m3ua.affected_point_code_pc  Affected point code
        Unsigned 24-bit integer


    m3ua.asp_identifier  ASP identifier
        Unsigned 32-bit integer


    m3ua.cic_range_lower  Lower CIC value
        Unsigned 16-bit integer


    m3ua.cic_range_mask  Mask
        Unsigned 8-bit integer


    m3ua.cic_range_pc  Originating point code
        Unsigned 24-bit integer


    m3ua.cic_range_upper  Upper CIC value
        Unsigned 16-bit integer


    m3ua.concerned_dpc  Concerned DPC
        Unsigned 24-bit integer


    m3ua.concerned_reserved  Reserved
        Byte array


    m3ua.congestion_level  Congestion level
        Unsigned 8-bit integer


    m3ua.congestion_reserved  Reserved
        Byte array


    m3ua.correlation_identifier  Correlation Identifier
        Unsigned 32-bit integer


    m3ua.deregistration_result_routing_context  Routing context
        Unsigned 32-bit integer


    m3ua.deregistration_results_status  De-Registration status
        Unsigned 32-bit integer


    m3ua.deregistration_status  Deregistration status
        Unsigned 32-bit integer


    m3ua.diagnostic_information  Diagnostic information
        Byte array


    m3ua.dpc_mask  Mask
        Unsigned 8-bit integer


    m3ua.dpc_pc  Destination point code
        Unsigned 24-bit integer


    m3ua.error_code  Error code
        Unsigned 32-bit integer


    m3ua.heartbeat_data  Heartbeat data
        Byte array


    m3ua.info_string  Info string
        String


    m3ua.local_rk_identifier  Local routing key identifier
        Unsigned 32-bit integer


    m3ua.message_class  Message class
        Unsigned 8-bit integer


    m3ua.message_length  Message length
        Unsigned 32-bit integer


    m3ua.message_type  Message Type
        Unsigned 8-bit integer


    m3ua.network_appearance  Network appearance
        Unsigned 32-bit integer


    m3ua.opc_list_mask  Mask
        Unsigned 8-bit integer


    m3ua.opc_list_pc  Originating point code
        Unsigned 24-bit integer


    m3ua.parameter_length  Parameter length
        Unsigned 16-bit integer


    m3ua.parameter_padding  Padding
        Byte array


    m3ua.parameter_tag  Parameter Tag
        Unsigned 16-bit integer


    m3ua.parameter_value  Parameter value
        Byte array


    m3ua.protocol_data_2_li  Length indicator
        Unsigned 8-bit integer


    m3ua.protocol_data_dpc  DPC
        Unsigned 32-bit integer


    m3ua.protocol_data_mp  MP
        Unsigned 8-bit integer


    m3ua.protocol_data_ni  NI
        Unsigned 8-bit integer


    m3ua.protocol_data_opc  OPC
        Unsigned 32-bit integer


    m3ua.protocol_data_si  SI
        Unsigned 8-bit integer


    m3ua.protocol_data_sls  SLS
        Unsigned 8-bit integer


    m3ua.registration_result_identifier  Local RK-identifier value
        Unsigned 32-bit integer


    m3ua.registration_result_routing_context  Routing context
        Unsigned 32-bit integer


    m3ua.registration_results_status  Registration status
        Unsigned 32-bit integer


    m3ua.registration_status  Registration status
        Unsigned 32-bit integer


    m3ua.reserved  Reserved
        Unsigned 8-bit integer


    m3ua.routing_context  Routing context
        Unsigned 32-bit integer


    m3ua.status_info  Status info
        Unsigned 16-bit integer


    m3ua.status_type  Status type
        Unsigned 16-bit integer


    m3ua.traffic_mode_type  Traffic mode Type
        Unsigned 32-bit integer


    m3ua.unavailability_cause  Unavailability cause
        Unsigned 16-bit integer


    m3ua.user_identity  User Identity
        Unsigned 16-bit integer


    m3ua.version  Version
        Unsigned 8-bit integer


    m3ua_reason  Reason
        Unsigned 32-bit integer


    m3ua_si  Service indicator
        Unsigned 8-bit integer


    m3ua_ssn  Subsystem number
        Unsigned 8-bit integer


 

MTP2 Peer Adaptation Layer (m2pa)

    m2pa.bsn  BSN
        Unsigned 16-bit integer


    m2pa.class  Message Class
        Unsigned 8-bit integer


    m2pa.filler  Filler
        Byte array


    m2pa.fsn  FSN
        Unsigned 16-bit integer


    m2pa.length  Message length
        Unsigned 32-bit integer


    m2pa.li_priority  Priority
        Unsigned 8-bit integer


    m2pa.li_spare  Spare
        Unsigned 8-bit integer


    m2pa.spare  Spare
        Unsigned 8-bit integer


    m2pa.status  Link Status Status
        Unsigned 32-bit integer


    m2pa.type  Message Type
        Unsigned 8-bit integer


    m2pa.unknown_data  Unknown Data
        Byte array


    m2pa.version  Version
        Unsigned 8-bit integer


 

Malformed Packet (malformed)

 

Message Transfer Part Level 2 (mtp2)

    mtp2.bib  Backward indicator bit
        Unsigned 8-bit integer


    mtp2.bsn  Backward sequence number
        Unsigned 8-bit integer


    mtp2.fib  Forward indicator bit
        Unsigned 8-bit integer


    mtp2.fsn  Forward sequence number
        Unsigned 8-bit integer


    mtp2.li  Length Indicator
        Unsigned 8-bit integer


    mtp2.long_sf  Status field
        Unsigned 16-bit integer


    mtp2.sf  Status field
        Unsigned 8-bit integer


    mtp2.spare  Spare
        Unsigned 8-bit integer


 

Message Transfer Part Level 3 (mtp3)

    mtp3.dpc  DPC
        Unsigned 32-bit integer


    mtp3.dpc.cluster  DPC Cluster
        Unsigned 24-bit integer


    mtp3.dpc.member  DPC Member
        Unsigned 24-bit integer


    mtp3.dpc.network  DPC Network
        Unsigned 24-bit integer


    mtp3.network_indicator  Network indicator
        Unsigned 8-bit integer


    mtp3.opc  OPC
        Unsigned 32-bit integer


    mtp3.opc.cluster  OPC Cluster
        Unsigned 24-bit integer


    mtp3.opc.member  OPC Member
        Unsigned 24-bit integer


    mtp3.opc.network  OPC Network
        Unsigned 24-bit integer


    mtp3.priority  Priority
        Unsigned 8-bit integer


    mtp3.service_indicator  Service indicator
        Unsigned 8-bit integer


    mtp3.sls  Signalling Link Selector
        Unsigned 32-bit integer


    mtp3.spare  Spare
        Unsigned 8-bit integer


 

Microsoft Distributed File System (dfs)

 

Microsoft Local Security Architecture (lsa)

    lsa.access_mask  Access Mask
        Unsigned 32-bit integer


    lsa.acct  Account
        String


    lsa.attr  Attr


    lsa.auth.blob  Auth blob
        Byte array


    lsa.auth.len  Auth Len
        Unsigned 32-bit integer


    lsa.auth.type  Auth Type
        Unsigned 32-bit integer


    lsa.auth.update  Update


    lsa.controller  Controller
        String


    lsa.count  Count
        Unsigned 32-bit integer


    lsa.cur.mtime  Current MTime
        Date/Time stamp


    lsa.domain  Domain
        String


    lsa.flat_name  Flat Name
        String


    lsa.forest  Forest
        String


    lsa.hnd  Context Handle
        Byte array


    lsa.index  Index
        Unsigned 32-bit integer


    lsa.info.level  Level
        Unsigned 16-bit integer


    lsa.info_type  Info Type
        Unsigned 32-bit integer


    lsa.key  Key
        Byte array


    lsa.max_count  Max Count
        Unsigned 32-bit integer


    lsa.mod.mtime  MTime
        Date/Time stamp


    lsa.mod.seq_no  Seq No


    lsa.name  Name
        String


    lsa.new_pwd  New Password
        Byte array


    lsa.num_mapped  Num Mapped
        Unsigned 32-bit integer


    lsa.obj_attr  Attributes
        Unsigned 32-bit integer


    lsa.obj_attr.len  Length
        Unsigned 32-bit integer


    lsa.obj_attr.name  Name
        String


    lsa.old.mtime  Old MTime
        Date/Time stamp


    lsa.old_pwd  Old Password
        Byte array


    lsa.paei.enabled  Enabled
        Unsigned 8-bit integer


    lsa.paei.settings  Settings
        Unsigned 32-bit integer


    lsa.pali.log_size  Log Size
        Unsigned 32-bit integer


    lsa.pali.next_audit_record  Next Audit Record
        Unsigned 32-bit integer


    lsa.pali.percent_full  Percent Full
        Unsigned 32-bit integer


    lsa.pali.retention_period  Retention Period
        Time duration


    lsa.pali.shutdown_in_progress  Shutdown in progress
        Unsigned 8-bit integer


    lsa.pali.time_to_shutdown  Time to shutdown
        Time duration


    lsa.policy.info  Info Class
        Unsigned 16-bit integer


    lsa.privilege.name  Name
        String


    lsa.qos.effective_only  Effective only
        Unsigned 8-bit integer


    lsa.qos.imp_lev  Impersonation level
        Unsigned 16-bit integer


    lsa.qos.len  Length
        Unsigned 32-bit integer


    lsa.qos.track_ctx  Context Tracking
        Unsigned 8-bit integer


    lsa.quota.max_wss  Max WSS
        Unsigned 32-bit integer


    lsa.quota.min_wss  Min WSS
        Unsigned 32-bit integer


    lsa.quota.non_paged_pool  Non Paged Pool
        Unsigned 32-bit integer


    lsa.quota.paged_pool  Paged Pool
        Unsigned 32-bit integer


    lsa.quota.pagefile  Pagefile
        Unsigned 32-bit integer


    lsa.rc  Return code
        Unsigned 32-bit integer


    lsa.remove_all  Remove All
        Unsigned 8-bit integer


    lsa.resume_handle  Resume Handle
        Unsigned 32-bit integer


    lsa.rid  RID
        Unsigned 32-bit integer


    lsa.rid.offset  RID Offset
        Unsigned 32-bit integer


    lsa.rights  Rights
        String


    lsa.sd_size  Size
        Unsigned 32-bit integer


    lsa.secret  LSA Secret
        Byte array


    lsa.server  Server
        String


    lsa.server_role  Role
        Unsigned 16-bit integer


    lsa.sid_type  SID Type
        Unsigned 16-bit integer


    lsa.size  Size
        Unsigned 32-bit integer


    lsa.size_needed  Size Needed
        Unsigned 16-bit integer


    lsa.source  Source
        String


    lsa.trust.attr  Trust Attr
        Unsigned 32-bit integer


    lsa.trust.attr.non_trans  Non Transitive
        Boolean


    lsa.trust.attr.tree_parent  Tree Parent
        Boolean


    lsa.trust.attr.tree_root  Tree Root
        Boolean


    lsa.trust.attr.uplevel_only  Upleve only
        Boolean


    lsa.trust.direction  Trust Direction
        Unsigned 32-bit integer


    lsa.trust.type  Trust Type
        Unsigned 32-bit integer


    lsa.trusted.info_level  Info Level
        Unsigned 16-bit integer


    lsa.unknown.char  Unknown char
        Unsigned 8-bit integer


    lsa.unknown.hyper  Unknown hyper


    lsa.unknown.long  Unknown long
        Unsigned 32-bit integer


    lsa.unknown.short  Unknown short
        Unsigned 16-bit integer


    lsa.unknown_string  Unknown string
        String


    nt.luid.high  High
        Unsigned 32-bit integer


    nt.luid.low  Low
        Unsigned 32-bit integer


 

Microsoft Network Logon (rpc_netlogon)

    netlogon.acct.expiry_time  Acct Expiry Time
        Date/Time stamp


    netlogon.acct_desc  Acct Desc
        String


    netlogon.acct_name  Acct Name
        String


    netlogon.alias_name  Alias Name
        String


    netlogon.alias_rid  Alias RID
        Unsigned 32-bit integer


    netlogon.attrs  Attributes
        Unsigned 32-bit integer


    netlogon.authoritative  Authoritative
        Unsigned 8-bit integer


    netlogon.bad_pw_count  Bad PW Count
        Unsigned 16-bit integer


    netlogon.blob  BLOB
        Byte array


    netlogon.blob.size  Size
        Unsigned 32-bit integer


    netlogon.cli_name  CLI Name
        String


    netlogon.client.name  Client Name
        String


    netlogon.client.site_name  Client Site Name
        String


    netlogon.code  Code
        Unsigned 32-bit integer


    netlogon.codepage  Codepage
        Unsigned 16-bit integer


    netlogon.comment  Comment
        String


    netlogon.computer_name  Computer Name
        String


    netlogon.count  Count
        Unsigned 16-bit integer


    netlogon.country  Country
        Unsigned 16-bit integer


    netlogon.credential  Credential
        Byte array


    netlogon.cypher_block  Cypher Block
        Byte array


    netlogon.database_id  Database Id
        Unsigned 32-bit integer


    netlogon.dc.address  DC Address
        String


    netlogon.dc.address_type  DC Address Type
        Unsigned 32-bit integer


    netlogon.dc.name  DC Name
        String


    netlogon.dc.site_name  DC Site Name
        String


    netlogon.dir_drive  Dir Drive
        String


    netlogon.dns.forest_name  DNS Forest Name
        String


    netlogon.dns_host  DNS Host
        String


    netlogon.domain  Domain
        String


    netlogon.flags  Flags
        Unsigned 32-bit integer


    netlogon.full_name  Full Name
        String


    netlogon.group_desc  Group Desc
        String


    netlogon.group_name  Group Name
        String


    netlogon.group_rid  Group RID
        Unsigned 32-bit integer


    netlogon.handle  Handle
        String


    netlogon.home_dir  Home Dir
        String


    netlogon.kickoff_time  Kickoff Time
        Date/Time stamp


    netlogon.len  Len
        Unsigned 32-bit integer


    netlogon.level  Level
        Unsigned 16-bit integer


    netlogon.level32  Level
        Unsigned 32-bit integer


    netlogon.lm_chal_resp  LM Chal resp
        Byte array


    netlogon.lm_owf_pwd  LM Pwd
        Byte array


    netlogon.lm_owf_pwd.encrypted  Encrypted LM Pwd
        Byte array


    netlogon.lm_pwd_present  LM PWD Present
        Unsigned 8-bit integer


    netlogon.logoff_time  Logoff Time
        Date/Time stamp


    netlogon.logon_attempts  Logon Attempts
        Unsigned 32-bit integer


    netlogon.logon_count  Logon Count
        Unsigned 16-bit integer


    netlogon.logon_id  Logon ID


    netlogon.logon_script  Logon Script
        String


    netlogon.logon_time  Logon Time
        Date/Time stamp


    netlogon.max_size  Max Size
        Unsigned 32-bit integer


    netlogon.nt_chal_resp  NT Chal resp
        Byte array


    netlogon.nt_owf_pwd  NT Pwd
        Byte array


    netlogon.nt_pwd_present  NT PWD Present
        Unsigned 8-bit integer


    netlogon.num_deltas  Num Deltas
        Unsigned 32-bit integer


    netlogon.num_other_groups  Num Other Groups
        Unsigned 32-bit integer


    netlogon.num_pwd_pairs  Num PWD Pairs
        Unsigned 8-bit integer


    netlogon.num_rids  Num RIDs
        Unsigned 32-bit integer


    netlogon.param_ctrl  Param Ctrl
        Unsigned 32-bit integer


    netlogon.parameters  Parameters
        String


    netlogon.profile_path  Profile Path
        String


    netlogon.pwd_can_change_time  PWD Can Change
        Date/Time stamp


    netlogon.pwd_expired  PWD Expired
        Unsigned 8-bit integer


    netlogon.pwd_last_set_time  PWD Last Set
        Date/Time stamp


    netlogon.pwd_must_change_time  PWD Must Change
        Date/Time stamp


    netlogon.rc  Return code
        Unsigned 32-bit integer


    netlogon.rid  User RID
        Unsigned 32-bit integer


    netlogon.sec_chn_type  Sec Chn Type
        Unsigned 16-bit integer


    netlogon.server  Server
        String


    netlogon.site_name  Site Name
        String


    netlogon.status  Status
        Unsigned 32-bit integer


    netlogon.timestamp  Timestamp
        Unsigned 32-bit integer


    netlogon.trusted_dc  Trusted DC
        String


    netlogon.trusted_domain  Trusted Domain
        String


    netlogon.unknown.char  Unknown char
        Unsigned 8-bit integer


    netlogon.unknown.long  Unknown long
        Unsigned 32-bit integer


    netlogon.unknown.short  Unknown short
        Unsigned 16-bit integer


    netlogon.unknown.time  Unknown time
        Date/Time stamp


    netlogon.unknown_string  Unknown string
        String


    netlogon.user_flags  User Flags
        Unsigned 32-bit integer


    netlogon.user_session_key  User Session Key
        Byte array


    netlogon.wkst.fqdn  Wkst FQDN
        String


    netlogon.wkst.os  Wkst OS
        String


    netlogon.wkst.site_name  Wkst Site Name
        String


    netlogon.wksts  Workstations
        String


 

Microsoft Registry (reg)

 

Microsoft Security Account Manager (samr)

    nt.acct_ctrl  Acct Ctrl
        Unsigned 32-bit integer


    nt.str.len  Length
        Unsigned 32-bit integer


    nt.str.max_len  Max Length
        Unsigned 32-bit integer


    nt.str.offset  Offset
        Unsigned 32-bit integer


    nt.string.length  Length
        Unsigned 16-bit integer


    nt.string.size  Size
        Unsigned 16-bit integer


    samr.access  Access Mask
        Unsigned 32-bit integer


    samr.acct_desc  Account Desc
        String


    samr.acct_expiry_time  Acct Expiry
        Date/Time stamp


    samr.acct_name  Account Name
        String


    samr.alias  Alias
        Unsigned 32-bit integer


    samr.alias_name  Alias Name
        String


    samr.attr  Attributes
        Unsigned 32-bit integer


    samr.bad_pwd_count  Bad Pwd Count
        Unsigned 16-bit integer


    samr.codepage  Codepage
        Unsigned 16-bit integer


    samr.comment  Comment
        String


    samr.count  Count
        Unsigned 32-bit integer


    samr.country  Country
        Unsigned 16-bit integer


    samr.crypt_hash  Hash
        Byte array


    samr.crypt_password  Password
        Byte array


    samr.dc  DC
        String


    samr.divisions  Divisions
        Unsigned 16-bit integer


    samr.domain  Domain
        String


    samr.entries  Entries
        Unsigned 32-bit integer


    samr.full_name  Full Name
        String


    samr.group  Group
        Unsigned 32-bit integer


    samr.group_name  Group Name
        String


    samr.hnd  Context Handle
        Byte array


    samr.home  Home
        String


    samr.home_drive  Home Drive
        String


    samr.index  Index
        Unsigned 32-bit integer


    samr.info_type  Info Type
        Unsigned 32-bit integer


    samr.kickoff_time  Kickoff Time
        Date/Time stamp


    samr.level  Level
        Unsigned 16-bit integer


    samr.lm_change  LM Change
        Unsigned 8-bit integer


    samr.lm_pwd_set  LM Pwd Set
        Unsigned 8-bit integer


    samr.logoff_time  Logoff Time
        Date/Time stamp


    samr.logon_count  Logon Count
        Unsigned 16-bit integer


    samr.logon_time  Logon Time
        Date/Time stamp


    samr.mask  Mask
        Unsigned 32-bit integer


    samr.max_entries  Max Entries
        Unsigned 32-bit integer


    samr.max_pwd_age  Max Pwd Age
        Time duration


    samr.min_pwd_age  Min Pwd Age
        Time duration


    samr.min_pwd_len  Min Pwd Len
        Unsigned 16-bit integer


    samr.nt_pwd_set  NT Pwd Set
        Unsigned 8-bit integer


    samr.num_aliases  Num Aliases
        Unsigned 32-bit integer


    samr.num_groups  Num Groups
        Unsigned 32-bit integer


    samr.num_users  Num Users
        Unsigned 32-bit integer


    samr.parameters  Parameters
        String


    samr.pref_maxsize  Pref MaxSize
        Unsigned 32-bit integer


    samr.profile  Profile
        String


    samr.pwd_Expired  Expired flag
        Unsigned 8-bit integer


    samr.pwd_can_change_time  PWD Can Change
        Date/Time stamp


    samr.pwd_history_len  Pwd History Len
        Unsigned 16-bit integer


    samr.pwd_last_set_time  PWD Last Set
        Date/Time stamp


    samr.pwd_must_change_time  PWD Must Change
        Date/Time stamp


    samr.rc  Return code
        Unsigned 32-bit integer


    samr.resume_hnd  Resume Hnd
        Unsigned 32-bit integer


    samr.ret_size  Returned Size
        Unsigned 32-bit integer


    samr.revision  Revision


    samr.rid  Rid
        Unsigned 32-bit integer


    samr.rid.attrib  Rid Attrib
        Unsigned 32-bit integer


    samr.script  Script
        String


    samr.server  Server
        String


    samr.start_idx  Start Idx
        Unsigned 32-bit integer


    samr.total_size  Total Size
        Unsigned 32-bit integer


    samr.type  Type
        Unsigned 32-bit integer


    samr.unknown.char  Unknown char
        Unsigned 8-bit integer


    samr.unknown.hyper  Unknown hyper


    samr.unknown.long  Unknown long
        Unsigned 32-bit integer


    samr.unknown.short  Unknown short
        Unsigned 16-bit integer


    samr.unknown_string  Unknown string
        String


    samr.unknown_time  Unknown time
        Date/Time stamp


    samr.workstations  Workstations
        String


 

Microsoft Server Service (srvsvc)

 

Microsoft Spool Subsystem (spoolss)

    spoolss.Datatype  Datatype
        String


    spoolss.buffer.data  Buffer data
        Byte array


    spoolss.buffer.size  Buffer size
        Unsigned 32-bit integer


    spoolss.document  Document name
        String


    spoolss.enumjobs.firstjob  First job
        Unsigned 32-bit integer


    spoolss.enumjobs.level  Info level
        Unsigned 32-bit integer


    spoolss.enumjobs.numjobs  Num jobs
        Unsigned 32-bit integer


    spoolss.hnd  Context handle
        Byte array


    spoolss.job.id  Job ID
        Unsigned 32-bit integer


    spoolss.job.pagesprinted  Job pages printed
        Unsigned 32-bit integer


    spoolss.job.position  Job position
        Unsigned 32-bit integer


    spoolss.job.priority  Job priority
        Unsigned 32-bit integer


    spoolss.job.status  Job status
        Unsigned 32-bit integer


    spoolss.job.totalpages  Job total pages
        Unsigned 32-bit integer


    spoolss.needed  Needed
        Unsigned 32-bit integer


    spoolss.offered  Offered
        Unsigned 32-bit integer


    spoolss.outputfile  Output file
        String


    spoolss.printerdata.name  Printer data name
        String


    spoolss.printerdata.size  Printer data size
        Unsigned 32-bit integer


    spoolss.printername  Printer name
        String


    spoolss.rc  Return code
        Unsigned 32-bit integer


    spoolss.relstr.offset  Relative string offset
        Unsigned 32-bit integer


    spoolss.servername  Server name
        String


    spoolss.setjob.cmd  Set job command
        Unsigned 32-bit integer


    spoolss.textstatus  Text status
        String


    spoolss.time.day  Day
        Unsigned 32-bit integer


    spoolss.time.dow  Day of week
        Unsigned 32-bit integer


    spoolss.time.hour  Hour
        Unsigned 32-bit integer


    spoolss.time.minute  Minute
        Unsigned 32-bit integer


    spoolss.time.month  Month
        Unsigned 32-bit integer


    spoolss.time.msec  Millisecond
        Unsigned 32-bit integer


    spoolss.time.second  Second
        Unsigned 32-bit integer


    spoolss.time.year  Year
        Unsigned 32-bit integer


    spoolss.username  User name
        String


 

Microsoft Windows Browser Protocol (browser)

    browser.backup.count  Backup List Requested Count
        Unsigned 8-bit integer


    browser.backup.server  Backup Server
        String


    browser.backup.token  Backup Request Token
        Unsigned 32-bit integer


    browser.browser_to_promote  Browser to Promote
        String


    browser.command  Command
        Unsigned 8-bit integer


    browser.comment  Host Comment
        String


    browser.election.criteria  Election Criteria
        Unsigned 32-bit integer


    browser.election.desire  Election Desire
        Unsigned 8-bit integer


    browser.election.desire.backup  Backup
        Boolean


    browser.election.desire.domain_master  Domain Master
        Boolean


    browser.election.desire.master  Master
        Boolean


    browser.election.desire.nt  NT
        Boolean


    browser.election.desire.standby  Standby
        Boolean


    browser.election.desire.wins  WINS
        Boolean


    browser.election.os  Election OS
        Unsigned 8-bit integer


    browser.election.os.nts  NT Server
        Boolean


    browser.election.os.ntw  NT Workstation
        Boolean


    browser.election.os.wfw  WfW
        Boolean


    browser.election.revision  Election Revision
        Unsigned 16-bit integer


    browser.election.version  Election Version
        Unsigned 8-bit integer


    browser.mb_server  Master Browser Server Name
        String


    browser.os_major  OS Major Version
        Unsigned 8-bit integer


    browser.os_minor  OS Minor Version
        Unsigned 8-bit integer


    browser.period  Update Periodicity
        Unsigned 32-bit integer


    browser.proto_major  Browser Protocol Major Version
        Unsigned 8-bit integer


    browser.proto_minor  Browser Protocol Minor Version
        Unsigned 8-bit integer


    browser.response_computer_name  Response Computer Name
        String


    browser.server  Server Name
        String


    browser.server_type  Server Type
        Unsigned 32-bit integer


    browser.server_type.apple  Apple
        Boolean


    browser.server_type.backup_controller  Backup Controller
        Boolean


    browser.server_type.browser.backup  Backup Browser
        Boolean


    browser.server_type.browser.domain_master  Domain Master Browser
        Boolean


    browser.server_type.browser.master  Master Browser
        Boolean


    browser.server_type.browser.potential  Potential Browser
        Boolean


    browser.server_type.dialin  Dialin
        Boolean


    browser.server_type.domain_controller  Domain Controller
        Boolean


    browser.server_type.domainenum  Domain Enum
        Boolean


    browser.server_type.local  Local
        Boolean


    browser.server_type.member  Member
        Boolean


    browser.server_type.novell  Novell
        Boolean


    browser.server_type.nts  NT Server
        Boolean


    browser.server_type.ntw  NT Workstation
        Boolean


    browser.server_type.osf  OSF
        Boolean


    browser.server_type.print  Print
        Boolean


    browser.server_type.server  Server
        Boolean


    browser.server_type.sql  SQL
        Boolean


    browser.server_type.time  Time Source
        Boolean


    browser.server_type.vms  VMS
        Boolean


    browser.server_type.w95  Windows 95+
        Boolean


    browser.server_type.wfw  WfW
        Boolean


    browser.server_type.workstation  Workstation
        Boolean


    browser.server_type.xenix  Xenix
        Boolean


    browser.sig  Signature
        Unsigned 16-bit integer


    browser.unused  Unused flags
        Unsigned 8-bit integer


    browser.update_count  Update Count
        Unsigned 8-bit integer


    browser.uptime  Uptime
        Unsigned 32-bit integer


 

Microsoft Windows Lanman Remote API Protocol (lanman)

    lanman.aux_data_desc  Auxiliary Data Descriptor
        String


    lanman.available_bytes  Available Bytes
        Unsigned 16-bit integer


    lanman.available_count  Available Entries
        Unsigned 16-bit integer


    lanman.bad_pw_count  Bad Password Count
        Unsigned 16-bit integer


    lanman.code_page  Code Page
        Unsigned 16-bit integer


    lanman.comment  Comment
        String


    lanman.computer_name  Computer Name
        String


    lanman.continuation_from  Continuation from message in frame
        Unsigned 32-bit integer


    lanman.convert  Convert
        Unsigned 16-bit integer


    lanman.country_code  Country Code
        Unsigned 16-bit integer


    lanman.current_time  Current Date/Time
        Date/Time stamp


    lanman.day  Day
        Unsigned 8-bit integer


    lanman.duration  Duration of Session
        Time duration


    lanman.entry_count  Entry Count
        Unsigned 16-bit integer


    lanman.enumeration_domain  Enumeration Domain
        String


    lanman.full_name  Full Name
        String


    lanman.function_code  Function Code
        Unsigned 16-bit integer


    lanman.group_name  Group Name
        String


    lanman.homedir  Home Directory
        String


    lanman.hour  Hour
        Unsigned 8-bit integer


    lanman.hundredths  Hundredths of a second
        Unsigned 8-bit integer


    lanman.kickoff_time  Kickoff Date/Time
        Date/Time stamp


    lanman.last_logoff  Last Logoff Date/Time
        Date/Time stamp


    lanman.last_logon  Last Logon Date/Time
        Date/Time stamp


    lanman.level  Detail Level
        Unsigned 16-bit integer


    lanman.logoff_code  Logoff Code
        Unsigned 16-bit integer


    lanman.logoff_time  Logoff Date/Time
        Date/Time stamp


    lanman.logon_code  Logon Code
        Unsigned 16-bit integer


    lanman.logon_domain  Logon Domain
        String


    lanman.logon_hours  Logon Hours
        Byte array


    lanman.logon_server  Logon Server
        String


    lanman.max_storage  Max Storage
        Unsigned 32-bit integer


    lanman.minute  Minute
        Unsigned 8-bit integer


    lanman.month  Month
        Unsigned 8-bit integer


    lanman.msecs  Milliseconds
        Unsigned 32-bit integer


    lanman.new_password  New Password
        Byte array


    lanman.num_logons  Number of Logons
        Unsigned 16-bit integer


    lanman.old_password  Old Password
        Byte array


    lanman.operator_privileges  Operator Privileges
        Unsigned 32-bit integer


    lanman.other_domains  Other Domains
        String


    lanman.param_desc  Parameter Descriptor
        String


    lanman.parameters  Parameters
        String


    lanman.password  Password
        String


    lanman.password_age  Password Age
        Time duration


    lanman.password_can_change  Password Can Change
        Date/Time stamp


    lanman.password_must_change  Password Must Change
        Date/Time stamp


    lanman.privilege_level  Privilege Level
        Unsigned 16-bit integer


    lanman.recv_buf_len  Receive Buffer Length
        Unsigned 16-bit integer


    lanman.reserved  Reserved
        Unsigned 32-bit integer


    lanman.ret_desc  Return Descriptor
        String


    lanman.script_path  Script Path
        String


    lanman.second  Second
        Unsigned 8-bit integer


    lanman.send_buf_len  Send Buffer Length
        Unsigned 16-bit integer


    lanman.server.comment  Server Comment
        String


    lanman.server.major  Major Version
        Unsigned 8-bit integer


    lanman.server.minor  Minor Version
        Unsigned 8-bit integer


    lanman.server.name  Server Name
        String


    lanman.share.comment  Share Comment
        String


    lanman.share.current_uses  Share Current Uses
        Unsigned 16-bit integer


    lanman.share.max_uses  Share Max Uses
        Unsigned 16-bit integer


    lanman.share.name  Share Name
        String


    lanman.share.password  Share Password
        String


    lanman.share.path  Share Path
        String


    lanman.share.permissions  Share Permissions
        Unsigned 16-bit integer


    lanman.share.type  Share Type
        Unsigned 16-bit integer


    lanman.status  Status
        Unsigned 16-bit integer


    lanman.timeinterval  Time Interval
        Unsigned 16-bit integer


    lanman.tzoffset  Time Zone Offset
        Signed 16-bit integer


    lanman.units_per_week  Units Per Week
        Unsigned 16-bit integer


    lanman.user_comment  User Comment
        String


    lanman.user_name  User Name
        String


    lanman.ustruct_size  Length of UStruct
        Unsigned 16-bit integer


    lanman.weekday  Weekday
        Unsigned 8-bit integer


    lanman.workstation_domain  Workstation Domain
        String


    lanman.workstation_major  Workstation Major Version
        Unsigned 8-bit integer


    lanman.workstation_minor  Workstation Minor Version
        Unsigned 8-bit integer


    lanman.workstation_name  Workstation Name
        String


    lanman.workstations  Workstations
        String


    lanman.year  Year
        Unsigned 16-bit integer


 

Microsoft Windows Logon Protocol (netlogon)

    netlogon.command  Command
        Unsigned 8-bit integer


    netlogon.date_time  Date/Time
        Unsigned 32-bit integer


    netlogon.db_count  DB Count
        Unsigned 32-bit integer


    netlogon.db_index  Database Index
        Unsigned 32-bit integer


    netlogon.domain_name  Domain Name
        String


    netlogon.domain_sid_size  Domain SID Size
        Unsigned 32-bit integer


    netlogon.flags.autolock  Autolock
        Boolean


    netlogon.flags.enabled  Enabled
        Boolean


    netlogon.flags.expire  Expire
        Boolean


    netlogon.flags.homedir  Homedir
        Boolean


    netlogon.flags.interdomain  Interdomain Trust
        Boolean


    netlogon.flags.mns  MNS User
        Boolean


    netlogon.flags.normal  Normal User
        Boolean


    netlogon.flags.password  Password
        Boolean


    netlogon.flags.server  Server Trust
        Boolean


    netlogon.flags.temp_dup  Temp Duplicate User
        Boolean


    netlogon.flags.workstation  Workstation Trust
        Boolean


    netlogon.large_serial  Large Serial Number


    netlogon.lm_token  LM Token
        Unsigned 16-bit integer


    netlogon.lmnt_token  LMNT Token
        Unsigned 16-bit integer


    netlogon.low_serial  Low Serial Number
        Unsigned 32-bit integer


    netlogon.mailslot_name  Mailslot Name
        String


    netlogon.major_version  Workstation Major Version
        Unsigned 8-bit integer


    netlogon.minor_version  Workstation Minor Version
        Unsigned 8-bit integer


    netlogon.nt_date_time  NT Date/Time
        Date/Time stamp


    netlogon.nt_version  NT Version
        Unsigned 32-bit integer


    netlogon.os_version  Workstation OS Version
        Unsigned 8-bit integer


    netlogon.pdc_name  PDC Name
        String


    netlogon.pulse  Pulse
        Unsigned 32-bit integer


    netlogon.random  Random
        Unsigned 32-bit integer


    netlogon.request_count  Request Count
        Unsigned 16-bit integer


    netlogon.script_name  Script Name
        String


    netlogon.server_name  Server Name
        String


    netlogon.unicode_computer_name  Unicode Computer Name
        String


    netlogon.unicode_pdc_name  Unicode PDC Name
        String


    netlogon.update  Update Type
        Unsigned 16-bit integer


    netlogon.user_name  User Name
        String


 

Microsoft Workstation Service (wkssvc)

 

Mobile IP (mip)

    mip.auth.auth  Authenticator
        Byte array


    mip.auth.spi  SPI
        Unsigned 32-bit integer


    mip.b  Broadcast Datagrams
        Boolean


    mip.coa  Care of Address
        IPv4 address


    mip.code  Reply Code
        Unsigned 8-bit integer


    mip.d  Co-lcated Care-of Address
        Boolean


    mip.ext.auth.subtype  Gen Auth Ext SubType
        Unsigned 8-bit integer


    mip.ext.len  Extension Length
        Unsigned 16-bit integer


    mip.ext.type  Extension Type
        Unsigned 8-bit integer


    mip.extension  Extension
        Byte array


    mip.flags  Flags
        Unsigned 8-bit integer


    mip.g  GRE
        Boolean


    mip.haaddr  Home Agent
        IPv4 address


    mip.homeaddr  Home Address
        IPv4 address


    mip.ident  Identification
        Date/Time stamp


    mip.life  Lifetime
        Unsigned 16-bit integer


    mip.m  Minimal Encapsulation
        Boolean


    mip.nai  NAI
        String


    mip.s  Simultaneous Bindings
        Boolean


    mip.t  Reverse Tunneling
        Boolean


    mip.type  Message Type
        Unsigned 8-bit integer


    mip.v  Van Jacobson
        Boolean


 

Modbus/TCP (mbtcp)

    modbus_tcp.func_code  function code 
        Unsigned 8-bit integer


    modbus_tcp.len  length
        Unsigned 16-bit integer


    modbus_tcp.prot_id  protocol identifier
        Unsigned 16-bit integer


    modbus_tcp.trans_id  transaction identifier
        Unsigned 16-bit integer


    modbus_tcp.unit_id  unit identifier
        Unsigned 8-bit integer


 

Mount Service (mount)

    mount.dump.directory  Directory
        String


    mount.dump.entry  Mount List Entry
        No value


    mount.dump.hostname  Hostname
        String


    mount.export.directory  Directory
        String


    mount.export.entry  Export List Entry
        No value


    mount.export.group  Group
        String


    mount.export.groups  Groups
        No value


    mount.flavor  Flavor
        Unsigned 32-bit integer


    mount.flavors  Flavors
        Unsigned 32-bit integer


    mount.path  Path
        String


    mount.pathconf.link_max  Maximum number of links to a file
        Unsigned 32-bit integer


    mount.pathconf.mask  Reply error/status bits
        Unsigned 16-bit integer


    mount.pathconf.mask.chown_restricted  CHOWN_RESTRICTED
        Boolean


    mount.pathconf.mask.error_all  ERROR_ALL
        Boolean


    mount.pathconf.mask.error_link_max  ERROR_LINK_MAX
        Boolean


    mount.pathconf.mask.error_max_canon  ERROR_MAX_CANON
        Boolean


    mount.pathconf.mask.error_max_input  ERROR_MAX_INPUT
        Boolean


    mount.pathconf.mask.error_name_max  ERROR_NAME_MAX
        Boolean


    mount.pathconf.mask.error_path_max  ERROR_PATH_MAX
        Boolean


    mount.pathconf.mask.error_pipe_buf  ERROR_PIPE_BUF
        Boolean


    mount.pathconf.mask.error_vdisable  ERROR_VDISABLE
        Boolean


    mount.pathconf.mask.no_trunc  NO_TRUNC
        Boolean


    mount.pathconf.max_canon  Maximum terminal input line length
        Unsigned 16-bit integer


    mount.pathconf.max_input  Terminal input buffer size
        Unsigned 16-bit integer


    mount.pathconf.name_max  Maximum file name length
        Unsigned 16-bit integer


    mount.pathconf.path_max  Maximum path name length
        Unsigned 16-bit integer


    mount.pathconf.pipe_buf  Pipe buffer size
        Unsigned 16-bit integer


    mount.pathconf.vdisable_char  VDISABLE character
        Unsigned 8-bit integer


    mount.status  Status
        Unsigned 32-bit integer


 

MultiProtocol Label Switching Header (mpls)

    mpls.bottom  MPLS Bottom Of Label Stack
        Unsigned 8-bit integer


    mpls.exp  MPLS Experimental Bits
        Unsigned 8-bit integer


    mpls.label  MPLS Label
        Unsigned 32-bit integer


    mpls.ttl  MPLS TTL
        Unsigned 8-bit integer


 

Multicast Router DISCovery protocol (mrdisc)

    mrdisc.adv_int  Advertising Interval
        Unsigned 8-bit integer


    mrdisc.checksum  Checksum
        Unsigned 16-bit integer


    mrdisc.checksum_bad  Bad Checksum
        Boolean


    mrdisc.num_opts  Number Of Options
        Unsigned 16-bit integer


    mrdisc.opt_len  Length
        Unsigned 8-bit integer


    mrdisc.option  Option
        Unsigned 8-bit integer


    mrdisc.option_data  Data
        Byte array


    mrdisc.options  Options
        No value


    mrdisc.query_int  Query Interval
        Unsigned 16-bit integer


    mrdisc.rob_var  Robustness Variable
        Unsigned 16-bit integer


    mrdisc.type  Type
        Unsigned 8-bit integer


 

Multicast Source Discovery Protocol (msdp)

    msdp.length  Length
        Unsigned 16-bit integer


    msdp.not.entry_count  Entry Count
        Unsigned 24-bit integer


    msdp.not.error  Error Code
        Unsigned 8-bit integer


    msdp.not.error_sub  Error subode
        Unsigned 8-bit integer


    msdp.not.ipv4  IPv4 address
        IPv4 address


    msdp.not.o  Open-bit
        Unsigned 8-bit integer


    msdp.not.res  Reserved
        Unsigned 24-bit integer


    msdp.not.sprefix_len  Sprefix len
        Unsigned 8-bit integer


    msdp.sa.entry_count  Entry Count
        Unsigned 8-bit integer


    msdp.sa.group_addr  Group Address
        IPv4 address


    msdp.sa.reserved  Reserved
        Unsigned 24-bit integer


    msdp.sa.rp_addr  RP Address
        IPv4 address


    msdp.sa.sprefix_len  Sprefix len
        Unsigned 8-bit integer


    msdp.sa.src_addr  Source Address
        IPv4 address


    msdp.sa_req.group_addr  Group Address
        IPv4 address


    msdp.sa_req.res  Reserved
        Unsigned 8-bit integer


    msdp.type  Type
        Unsigned 8-bit integer


 

NFSACL (nfsacl)

 

NFSAUTH (nfsauth)

 

NIS+ (nisplus)

    .nisplus.dummy   
        Byte array


    nisplus.access.mask  access mask
        No value


    nisplus.aticks  aticks
        Unsigned 32-bit integer


    nisplus.attr  Attribute
        No value


    nisplus.attr.name  name
        String


    nisplus.attr.val  val
        Byte array


    nisplus.attributes  Attributes
        No value


    nisplus.callback.status  status
        Boolean


    nisplus.checkpoint.dticks  dticks
        Unsigned 32-bit integer


    nisplus.checkpoint.status  status
        Unsigned 32-bit integer


    nisplus.checkpoint.zticks  zticks
        Unsigned 32-bit integer


    nisplus.cookie  cookie
        Byte array


    nisplus.cticks  cticks
        Unsigned 32-bit integer


    nisplus.ctime  ctime
        Date/Time stamp


    nisplus.directory  directory
        No value


    nisplus.directory.mask  mask
        No value


    nisplus.directory.mask.group_create  GROUP CREATE
        Boolean


    nisplus.directory.mask.group_destroy  GROUP DESTROY
        Boolean


    nisplus.directory.mask.group_modify  GROUP MODIFY
        Boolean


    nisplus.directory.mask.group_read  GROUP READ
        Boolean


    nisplus.directory.mask.nobody_create  NOBODY CREATE
        Boolean


    nisplus.directory.mask.nobody_destroy  NOBODY DESTROY
        Boolean


    nisplus.directory.mask.nobody_modify  NOBODY MODIFY
        Boolean


    nisplus.directory.mask.nobody_read  NOBODY READ
        Boolean


    nisplus.directory.mask.owner_create  OWNER CREATE
        Boolean


    nisplus.directory.mask.owner_destroy  OWNER DESTROY
        Boolean


    nisplus.directory.mask.owner_modify  OWNER MODIFY
        Boolean


    nisplus.directory.mask.owner_read  OWNER READ
        Boolean


    nisplus.directory.mask.world_create  WORLD CREATE
        Boolean


    nisplus.directory.mask.world_destroy  WORLD DESTROY
        Boolean


    nisplus.directory.mask.world_modify  WORLD MODIFY
        Boolean


    nisplus.directory.mask.world_read  WORLD READ
        Boolean


    nisplus.directory.mask_list  mask list
        No value


    nisplus.directory.name  directory name
        String


    nisplus.directory.ttl  ttl
        Unsigned 32-bit integer


    nisplus.directory.type  type
        Unsigned 32-bit integer


    nisplus.dticks  dticks
        Unsigned 32-bit integer


    nisplus.dump.dir  directory
        String


    nisplus.dump.time  time
        Date/Time stamp


    nisplus.endpoint  endpoint
        No value


    nisplus.endpoint.family  family
        String


    nisplus.endpoint.proto  proto
        String


    nisplus.endpoint.uaddr  addr
        String


    nisplus.endpoints  nis endpoints
        No value


    nisplus.entry  entry
        No value


    nisplus.entry.col  column
        No value


    nisplus.entry.cols  columns
        No value


    nisplus.entry.flags  flags
        Unsigned 32-bit integer


    nisplus.entry.flags.asn  ASN.1
        Boolean


    nisplus.entry.flags.binary  BINARY
        Boolean


    nisplus.entry.flags.encrypted  ENCRYPTED
        Boolean


    nisplus.entry.flags.modified  MODIFIED
        Boolean


    nisplus.entry.flags.xdr  XDR
        Boolean


    nisplus.entry.type  type
        String


    nisplus.entry.val  val
        String


    nisplus.fd.dir.data  data
        Byte array


    nisplus.fd.dirname  dirname
        String


    nisplus.fd.requester  requester
        String


    nisplus.fd.sig  signature
        Byte array


    nisplus.group  Group
        No value


    nisplus.group.flags  flags
        Unsigned 32-bit integer


    nisplus.group.name  group name
        String


    nisplus.grps  Groups
        No value


    nisplus.ib.bufsize  bufsize
        Unsigned 32-bit integer


    nisplus.ib.flags  flags
        Unsigned 32-bit integer


    nisplus.key.data  key data
        Byte array


    nisplus.key.type  type
        Unsigned 32-bit integer


    nisplus.link  link
        No value


    nisplus.log.entries  log entries
        No value


    nisplus.log.entry  log entry
        No value


    nisplus.log.entry.type  type
        Unsigned 32-bit integer


    nisplus.log.principal  principal
        String


    nisplus.log.time  time
        Date/Time stamp


    nisplus.mtime  mtime
        Date/Time stamp


    nisplus.object  NIS Object
        No value


    nisplus.object.domain  domain
        String


    nisplus.object.group  group
        String


    nisplus.object.name  name
        String


    nisplus.object.oid  Object Identity Verifier
        No value


    nisplus.object.owner  owner
        String


    nisplus.object.private  private
        Byte array


    nisplus.object.ttl  ttl
        Unsigned 32-bit integer


    nisplus.object.type  type
        Unsigned 32-bit integer


    nisplus.ping.dir  directory
        String


    nisplus.ping.time  time
        Date/Time stamp


    nisplus.server  server
        No value


    nisplus.server.name  name
        String


    nisplus.servers  nis servers
        No value


    nisplus.status  status
        Unsigned 32-bit integer


    nisplus.table  table
        No value


    nisplus.table.col  column
        No value


    nisplus.table.col.flags  flags
        No value


    nisplus.table.col.name  column name
        String


    nisplus.table.cols  columns
        No value


    nisplus.table.flags.asn  asn
        Boolean


    nisplus.table.flags.binary  binary
        Boolean


    nisplus.table.flags.casesensitive  casesensitive
        Boolean


    nisplus.table.flags.encrypted  encrypted
        Boolean


    nisplus.table.flags.modified  modified
        Boolean


    nisplus.table.flags.searchable  searchable
        Boolean


    nisplus.table.flags.xdr  xdr
        Boolean


    nisplus.table.maxcol  max columns
        Unsigned 16-bit integer


    nisplus.table.path  path
        String


    nisplus.table.separator  separator
        Unsigned 8-bit integer


    nisplus.table.type  type
        String


    nisplus.tag  tag
        No value


    nisplus.tag.type  type
        Unsigned 32-bit integer


    nisplus.tag.value  value
        String


    nisplus.taglist  taglist
        No value


    nisplus.zticks  zticks
        Unsigned 32-bit integer


 

NIS+ Callback (nispluscb)

    nispluscb.entries  entries
        No value


    nispluscb.entry  entry
        No value


 

Name Binding Protocol (nbp)

    nbp.count  Count
        Unsigned 8-bit integer


    nbp.enum  Enumerator
        Unsigned 8-bit integer


    nbp.info  Info
        Unsigned 8-bit integer


    nbp.net  Network
        Unsigned 16-bit integer


    nbp.node  Node
        Unsigned 8-bit integer


    nbp.object  Object
        String


    nbp.op  Operation
        Unsigned 8-bit integer


    nbp.port  Port
        Unsigned 8-bit integer


    nbp.tid  Transaction ID
        Unsigned 8-bit integer


    nbp.type  Type
        String


    nbp.zone  Zone
        String


 

Name Management Protocol over IPX (nmpi)

 

NetBIOS (netbios)

    netbios.ack  Acknowledge
        Boolean


    netbios.ack_expected  Acknowledge expected
        Boolean


    netbios.ack_with_data  Acknowledge with data
        Boolean


    netbios.call_name_type  Caller's Name Type
        Unsigned 8-bit integer


    netbios.command  Command
        Unsigned 8-bit integer


    netbios.data1  DATA1 value
        Unsigned 8-bit integer


    netbios.data2  DATA2 value
        Unsigned 16-bit integer


    netbios.hdr_len  Header Length
        Unsigned 16-bit integer


    netbios.largest_frame  Largest Frame
        Unsigned 8-bit integer


    netbios.local_session  Local Session No.
        Unsigned 8-bit integer


    netbios.max_data_recv_size  Maximum data receive size
        Unsigned 16-bit integer


    netbios.name_type  Name type
        Unsigned 16-bit integer


    netbios.nb_name  NetBIOS Name
        String


    netbios.nb_name_type  NetBIOS Name Type
        Unsigned 8-bit integer


    netbios.num_data_bytes_accepted  Number of data bytes accepted
        Unsigned 16-bit integer


    netbios.recv_cont_req  RECEIVE_CONTINUE requested
        Boolean


    netbios.remote_session  Remote Session No.
        Unsigned 8-bit integer


    netbios.resp_corrl  Response Correlator
        Unsigned 16-bit integer


    netbios.send_no_ack  Handle SEND.NO.ACK
        Boolean


    netbios.status  Status
        Unsigned 8-bit integer


    netbios.status_buffer_len  Length of status buffer
        Unsigned 16-bit integer


    netbios.termination_indicator  Termination indicator
        Unsigned 16-bit integer


    netbios.version  NetBIOS Version
        Boolean


    netbios.xmit_corrl  Transmit Correlator
        Unsigned 16-bit integer


 

NetBIOS Datagram Service (nbdgm)

    nbdgm.dgram_id  Datagram ID
        Unsigned 16-bit integer


    nbdgm.first  This is first fragment
        Boolean


    nbdgm.next  More fragments follow
        Boolean


    nbdgm.node_type  Node Type
        Unsigned 8-bit integer


    nbdgm.src.ip  Source IP
        IPv4 address


    nbdgm.src.port  Source Port
        Unsigned 16-bit integer


    nbdgm.type  Message Type
        Unsigned 8-bit integer


 

NetBIOS Name Service (nbns)

    nbns.count.add_rr  Additional RRs
        Unsigned 16-bit integer


    nbns.count.answers  Answer RRs
        Unsigned 16-bit integer


    nbns.count.auth_rr  Authority RRs
        Unsigned 16-bit integer


    nbns.count.queries  Questions
        Unsigned 16-bit integer


    nbns.flags  Flags
        Unsigned 16-bit integer


    nbns.flags.authoritative  Authoritative
        Boolean


    nbns.flags.broadcast  Broadcast
        Boolean


    nbns.flags.opcode  Opcode
        Unsigned 16-bit integer


    nbns.flags.rcode  Reply code
        Unsigned 16-bit integer


    nbns.flags.recavail  Recursion available
        Boolean


    nbns.flags.recdesired  Recursion desired
        Boolean


    nbns.flags.response  Response
        Boolean


    nbns.flags.truncated  Truncated
        Boolean


    nbns.id  Transaction ID
        Unsigned 16-bit integer


 

NetBIOS Session Service (nbss)

    nbss.flags  Flags
        Unsigned 8-bit integer


    nbss.type  Message Type
        Unsigned 8-bit integer


 

NetBIOS over IPX (nbipx)

 

NetWare Core Protocol (ncp)

    ncp.Service_type  Service Type
        Unsigned 16-bit integer


    ncp.abort_q_flag  Abort Queue Flag
        Unsigned 8-bit integer


    ncp.abs_min_time_since_file_delete  Absolute Minimum Time Since File Delete
        Unsigned 32-bit integer


    ncp.acc_mode_comp  Compatibility Mode
        Boolean


    ncp.acc_mode_deny_read  Deny Read Access
        Boolean


    ncp.acc_mode_deny_write  Deny Write Access
        Boolean


    ncp.acc_mode_read  Read Access
        Boolean


    ncp.acc_mode_write  Write Access
        Boolean


    ncp.acc_priv_create  Create Privileges (files only)
        Boolean


    ncp.acc_priv_delete  Delete Privileges (files only)
        Boolean


    ncp.acc_priv_modify  Modify File Status Flags Privileges (files and directories)
        Boolean


    ncp.acc_priv_open  Open Privileges (files only)
        Boolean


    ncp.acc_priv_parent  Parental Privileges (directories only for creating, deleting, and renaming)
        Boolean


    ncp.acc_priv_read  Read Privileges (files only)
        Boolean


    ncp.acc_priv_search  Search Privileges (directories only)
        Boolean


    ncp.acc_priv_write  Write Privileges (files only)
        Boolean


    ncp.acc_rights_create  Create Rights
        Boolean


    ncp.acc_rights_delete  Delete Rights
        Boolean


    ncp.acc_rights_modify  Modify Rights
        Boolean


    ncp.acc_rights_open  Open Rights
        Boolean


    ncp.acc_rights_parent  Parental Rights
        Boolean


    ncp.acc_rights_read  Read Rights
        Boolean


    ncp.acc_rights_search  Search Rights
        Boolean


    ncp.acc_rights_supervisor  Supervisor Access Rights
        Boolean


    ncp.acc_rights_write  Write Rights
        Boolean


    ncp.accel_cache_node_write  Accelerate Cache Node Write Count
        Unsigned 32-bit integer


    ncp.accepted_max_size  Accepted Max Size
        Unsigned 16-bit integer


    ncp.access_control  Access Control
        Unsigned 8-bit integer


    ncp.access_mode  Access Mode
        Unsigned 8-bit integer


    ncp.access_privileges  Access Privileges
        Unsigned 8-bit integer


    ncp.access_rights_mask  Access Rights
        Unsigned 16-bit integer


    ncp.account_balance  Account Balance
        Unsigned 32-bit integer


    ncp.acct_version  Acct Version
        Unsigned 8-bit integer


    ncp.ack_seqno  ACK Sequence Number
        Unsigned 16-bit integer


    ncp.act_flag_create  Create
        Boolean


    ncp.act_flag_open  Open
        Boolean


    ncp.act_flag_replace  Replace
        Boolean


    ncp.action_flag  Action Flag
        Unsigned 8-bit integer


    ncp.active_conn_bit_list  Active Connection List
        String


    ncp.active_indexed_files  Active Indexed Files
        Unsigned 16-bit integer


    ncp.actual_max_bindery_objects  Actual Max Bindery Objects
        Unsigned 16-bit integer


    ncp.actual_max_indexed_files  Actual Max Indexed Files
        Unsigned 16-bit integer


    ncp.actual_max_open_files  Actual Max Open Files
        Unsigned 16-bit integer


    ncp.actual_max_sim_trans  Actual Max Simultaneous Transactions
        Unsigned 16-bit integer


    ncp.actual_max_used_directory_entries  Actual Max Used Directory Entries
        Unsigned 16-bit integer


    ncp.actual_max_used_routing_buffers  Actual Max Used Routing Buffers
        Unsigned 16-bit integer


    ncp.actual_response_count  Actual Response Count
        Unsigned 16-bit integer


    ncp.add_nm_spc_and_vol  Add Name Space and Volume
        String


    ncp.address  Address


    ncp.aes_event_count  AES Event Count
        Unsigned 32-bit integer


    ncp.afp_entry_id  AFP Entry ID
        Unsigned 32-bit integer


    ncp.alloc_avail_byte  Bytes Available for Allocation
        Unsigned 32-bit integer


    ncp.alloc_blck  Allocate Block Count
        Unsigned 32-bit integer


    ncp.alloc_blck_already_wait  Allocate Block Already Waiting
        Unsigned 32-bit integer


    ncp.alloc_blck_frm_avail  Allocate Block From Available Count
        Unsigned 32-bit integer


    ncp.alloc_blck_frm_lru  Allocate Block From LRU Count
        Unsigned 32-bit integer


    ncp.alloc_blck_i_had_to_wait  Allocate Block I Had To Wait Count
        Unsigned 32-bit integer


    ncp.alloc_blck_i_had_to_wait_for  Allocate Block I Had To Wait For Someone Count
        Unsigned 32-bit integer


    ncp.alloc_free_count  Reclaimable Free Bytes
        Unsigned 32-bit integer


    ncp.alloc_waiting  Allocate Waiting Count
        Unsigned 32-bit integer


    ncp.allocate_mode  Allocate Mode
        Unsigned 8-bit integer


    ncp.allocation_block_size  Allocation Block Size
        Unsigned 32-bit integer


    ncp.already_doing_realloc  Already Doing Re-Allocate Count
        Unsigned 32-bit integer


    ncp.application_number  Application Number
        Unsigned 16-bit integer


    ncp.archived_date  Archived Date
        Unsigned 16-bit integer


    ncp.archived_time  Archived Time
        Unsigned 16-bit integer


    ncp.archiver_id  Archiver ID
        Unsigned 32-bit integer


    ncp.associated_name_space  Associated Name Space
        Unsigned 8-bit integer


    ncp.async_internl_dsk_get  Async Internal Disk Get Count
        Unsigned 32-bit integer


    ncp.async_internl_dsk_get_need_to_alloc  Async Internal Disk Get Need To Alloc
        Unsigned 32-bit integer


    ncp.async_internl_dsk_get_someone_beat  Async Internal Disk Get Someone Beat Me
        Unsigned 32-bit integer


    ncp.async_read_error  Async Read Error Count
        Unsigned 32-bit integer


    ncp.att_def16_archive  Archive
        Boolean


    ncp.att_def16_execute  Execute
        Boolean


    ncp.att_def16_hidden  Hidden
        Boolean


    ncp.att_def16_read_audit  Read Audit
        Boolean


    ncp.att_def16_ro  Read Only
        Boolean


    ncp.att_def16_shareable  Shareable
        Boolean


    ncp.att_def16_sub_only  Subdirectories Only
        Boolean


    ncp.att_def16_system  System
        Boolean


    ncp.att_def16_transaction  Transactional
        Boolean


    ncp.att_def16_write_audit  Write Audit
        Boolean


    ncp.att_def32_archive  Archive
        Boolean


    ncp.att_def32_execute  Execute
        Boolean


    ncp.att_def32_hidden  Hidden
        Boolean


    ncp.att_def32_read_audit  Read Audit
        Boolean


    ncp.att_def32_ro  Read Only
        Boolean


    ncp.att_def32_shareable  Shareable
        Boolean


    ncp.att_def32_sub_only  Subdirectories Only
        Boolean


    ncp.att_def32_system  System
        Boolean


    ncp.att_def32_transaction  Transactional
        Boolean


    ncp.att_def32_write_audit  Write Audit
        Boolean


    ncp.att_def_archive  Archive
        Boolean


    ncp.att_def_cpyinhibit  Copy Inhibit
        Boolean


    ncp.att_def_delinhibit  Delete Inhibit
        Boolean


    ncp.att_def_execute  Execute
        Boolean


    ncp.att_def_hidden  Hidden
        Boolean


    ncp.att_def_purge  Purge
        Boolean


    ncp.att_def_reninhibit  Rename Inhibit
        Boolean


    ncp.att_def_ro  Read Only
        Boolean


    ncp.att_def_shareable  Shareable
        Boolean


    ncp.att_def_sub_only  Subdirectories Only
        Boolean


    ncp.att_def_system  System
        Boolean


    ncp.attach_during_processing  Attach During Processing
        Unsigned 16-bit integer


    ncp.attach_while_processing_attach  Attach While Processing Attach
        Unsigned 16-bit integer


    ncp.attached_indexed_files  Attached Indexed Files
        Unsigned 8-bit integer


    ncp.attr_def  Attributes
        Unsigned 8-bit integer


    ncp.attr_def_16  Attributes
        Unsigned 16-bit integer


    ncp.attr_def_32  Attributes
        Unsigned 32-bit integer


    ncp.attribute_valid_flag  Attribute Valid Flag
        Unsigned 32-bit integer


    ncp.attributes  Attributes
        Unsigned 32-bit integer


    ncp.audit_enable_flag  Auditing Enabled Flag
        Unsigned 16-bit integer


    ncp.audit_file_max_size  Audit File Maximum Size
        Unsigned 32-bit integer


    ncp.audit_file_size  Audit File Size
        Unsigned 32-bit integer


    ncp.audit_file_size_threshold  Audit File Size Threshold
        Unsigned 32-bit integer


    ncp.audit_file_ver_date  Audit File Version Date
        Unsigned 16-bit integer


    ncp.audit_flag  Audit Flag
        Unsigned 8-bit integer


    ncp.audit_handle  Audit File Handle
        Unsigned 32-bit integer


    ncp.audit_id  Audit ID
        Unsigned 32-bit integer


    ncp.audit_id_type  Audit ID Type
        Unsigned 16-bit integer


    ncp.audit_record_count  Audit Record Count
        Unsigned 32-bit integer


    ncp.audit_ver_date  Auditing Version Date
        Unsigned 16-bit integer


    ncp.auditing_flags  Auditing Flags
        Unsigned 32-bit integer


    ncp.avail_space  Available Space
        Unsigned 32-bit integer


    ncp.available_blocks  Available Blocks
        Unsigned 32-bit integer


    ncp.available_clusters  Available Clusters
        Unsigned 16-bit integer


    ncp.available_dir_entries  Available Directory Entries
        Unsigned 32-bit integer


    ncp.available_directory_slots  Available Directory Slots
        Unsigned 16-bit integer


    ncp.available_indexed_files  Available Indexed Files
        Unsigned 16-bit integer


    ncp.background_aged_writes  Background Aged Writes
        Unsigned 32-bit integer


    ncp.background_dirty_writes  Background Dirty Writes
        Unsigned 32-bit integer


    ncp.bad_logical_connection_count  Bad Logical Connection Count
        Unsigned 16-bit integer


    ncp.banner_name  Banner Name
        String


    ncp.base_directory_id  Base Directory ID
        Unsigned 32-bit integer


    ncp.being_aborted  Being Aborted Count
        Unsigned 32-bit integer


    ncp.being_processed  Being Processed Count
        Unsigned 32-bit integer


    ncp.big_forged_packet  Big Forged Packet Count
        Unsigned 32-bit integer


    ncp.big_invalid_packet  Big Invalid Packet Count
        Unsigned 32-bit integer


    ncp.big_invalid_slot  Big Invalid Slot Count
        Unsigned 32-bit integer


    ncp.big_read_being_torn_down  Big Read Being Torn Down Count
        Unsigned 32-bit integer


    ncp.big_read_do_it_over  Big Read Do It Over Count
        Unsigned 32-bit integer


    ncp.big_read_invalid_mess  Big Read Invalid Message Number Count
        Unsigned 32-bit integer


    ncp.big_read_no_data_avail  Big Read No Data Available Count
        Unsigned 32-bit integer


    ncp.big_read_phy_read_err  Big Read Physical Read Error Count
        Unsigned 32-bit integer


    ncp.big_read_trying_to_read  Big Read Trying To Read Too Much Count
        Unsigned 32-bit integer


    ncp.big_repeat_the_file_read  Big Repeat the File Read Count
        Unsigned 32-bit integer


    ncp.big_return_abort_mess  Big Return Abort Message Count
        Unsigned 32-bit integer


    ncp.big_send_extra_cc_count  Big Send Extra CC Count
        Unsigned 32-bit integer


    ncp.big_still_transmitting  Big Still Transmitting Count
        Unsigned 32-bit integer


    ncp.big_write_being_abort  Big Write Being Aborted Count
        Unsigned 32-bit integer


    ncp.big_write_being_torn_down  Big Write Being Torn Down Count
        Unsigned 32-bit integer


    ncp.big_write_inv_message_num  Big Write Invalid Message Number Count
        Unsigned 32-bit integer


    ncp.bindery_context  Bindery Context


    ncp.bit_map  Bit Map
        Byte array


    ncp.block_number  Block Number
        Unsigned 32-bit integer


    ncp.block_size  Block Size
        Unsigned 16-bit integer


    ncp.block_size_in_sectors  Block Size in Sectors
        Unsigned 32-bit integer


    ncp.board_installed  Board Installed
        Unsigned 8-bit integer


    ncp.board_number  Board Number
        Unsigned 32-bit integer


    ncp.board_numbers  Board Numbers
        Unsigned 32-bit integer


    ncp.buffer_size  Buffer Size
        Unsigned 16-bit integer


    ncp.bumped_out_of_order  Bumped Out Of Order Write Count
        Unsigned 32-bit integer


    ncp.burst_len  Burst Length
        Unsigned 32-bit integer


    ncp.burst_seqno  Burst Sequence Number
        Unsigned 16-bit integer


    ncp.bus_string  Bus String
        String


    ncp.bus_type  Bus Type
        Unsigned 8-bit integer


    ncp.bytes_actually_transferred  Bytes Actually Transferred
        Unsigned 32-bit integer


    ncp.bytes_read  Bytes Read
        String


    ncp.bytes_to_copy  Bytes to Copy
        Unsigned 32-bit integer


    ncp.bytes_written  Bytes Written
        String


    ncp.cache_allocations  Cache Allocations
        Unsigned 32-bit integer


    ncp.cache_block_scrapped  Cache Block Scrapped
        Unsigned 16-bit integer


    ncp.cache_buffer_count  Cache Buffer Count
        Unsigned 16-bit integer


    ncp.cache_buffer_size  Cache Buffer Size
        Unsigned 16-bit integer


    ncp.cache_byte_to_block  Cache Byte To Block Shift Factor
        Unsigned 32-bit integer


    ncp.cache_dirty_block_thresh  Cache Dirty Block Threshold
        Unsigned 32-bit integer


    ncp.cache_dirty_wait_time  Cache Dirty Wait Time
        Unsigned 32-bit integer


    ncp.cache_full_write_requests  Cache Full Write Requests
        Unsigned 32-bit integer


    ncp.cache_get_requests  Cache Get Requests
        Unsigned 32-bit integer


    ncp.cache_hit_on_unavailable_block  Cache Hit On Unavailable Block
        Unsigned 16-bit integer


    ncp.cache_hits  Cache Hits
        Unsigned 32-bit integer


    ncp.cache_max_concur_writes  Cache Maximum Concurrent Writes
        Unsigned 32-bit integer


    ncp.cache_misses  Cache Misses
        Unsigned 32-bit integer


    ncp.cache_partial_write_requests  Cache Partial Write Requests
        Unsigned 32-bit integer


    ncp.cache_read_requests  Cache Read Requests
        Unsigned 32-bit integer


    ncp.cache_used_while_check  Cache Used While Checking
        Unsigned 32-bit integer


    ncp.cache_write_requests  Cache Write Requests
        Unsigned 32-bit integer


    ncp.category_name  Category Name
        String


    ncp.cc_file_handle  File Handle
        Byte array


    ncp.cc_function  OP-Lock Flag
        Unsigned 8-bit integer


    ncp.cfg_max_simultaneous_transactions  Configured Max Simultaneous Transactions
        Unsigned 16-bit integer


    ncp.change_bits  Change Bits
        Unsigned 16-bit integer


    ncp.change_bits_acc_date  Access Date
        Boolean


    ncp.change_bits_adate  Archive Date
        Boolean


    ncp.change_bits_aid  Archiver ID
        Boolean


    ncp.change_bits_atime  Archive Time
        Boolean


    ncp.change_bits_cdate  Creation Date
        Boolean


    ncp.change_bits_ctime  Creation Time
        Boolean


    ncp.change_bits_fatt  File Attributes
        Boolean


    ncp.change_bits_max_acc_mask  Maximum Access Mask
        Boolean


    ncp.change_bits_max_space  Maximum Space
        Boolean


    ncp.change_bits_modify  Modify Name
        Boolean


    ncp.change_bits_owner  Owner ID
        Boolean


    ncp.change_bits_udate  Update Date
        Boolean


    ncp.change_bits_uid  Update ID
        Boolean


    ncp.change_bits_utime  Update Time
        Boolean


    ncp.channel_state  Channel State
        Unsigned 8-bit integer


    ncp.channel_synchronization_state  Channel Synchronization State
        Unsigned 8-bit integer


    ncp.charge_amount  Charge Amount
        Unsigned 32-bit integer


    ncp.charge_information  Charge Information
        Unsigned 32-bit integer


    ncp.checksum_error_count  Checksum Error Count
        Unsigned 32-bit integer


    ncp.checksuming  Checksumming
        Boolean


    ncp.client_comp_flag  Completion Flag
        Unsigned 16-bit integer


    ncp.client_id_number  Client ID Number
        Unsigned 32-bit integer


    ncp.client_list  Client List
        Unsigned 32-bit integer


    ncp.client_list_cnt  Client List Count
        Unsigned 16-bit integer


    ncp.client_list_len  Client List Length
        Unsigned 8-bit integer


    ncp.client_record_area  Client Record Area
        String


    ncp.client_station  Client Station
        Unsigned 8-bit integer


    ncp.client_station_long  Client Station
        Unsigned 32-bit integer


    ncp.client_task_number  Client Task Number
        Unsigned 8-bit integer


    ncp.client_task_number_long  Client Task Number
        Unsigned 32-bit integer


    ncp.cluster_count  Cluster Count
        Unsigned 16-bit integer


    ncp.clusters_used_by_directories  Clusters Used by Directories
        Unsigned 32-bit integer


    ncp.clusters_used_by_extended_dirs  Clusters Used by Extended Directories
        Unsigned 32-bit integer


    ncp.clusters_used_by_fat  Clusters Used by FAT
        Unsigned 32-bit integer


    ncp.cmd_flags_advanced  Advanced
        Boolean


    ncp.cmd_flags_hidden  Hidden
        Boolean


    ncp.cmd_flags_later  Restart Server Required to Take Effect
        Boolean


    ncp.cmd_flags_secure  Console Secured
        Boolean


    ncp.cmd_flags_startup_only  Startup.ncf Only
        Boolean


    ncp.cmpbyteincount  Compress Byte In Count
        Unsigned 32-bit integer


    ncp.cmpbyteoutcnt  Compress Byte Out Count
        Unsigned 32-bit integer


    ncp.cmphibyteincnt  Compress High Byte In Count
        Unsigned 32-bit integer


    ncp.cmphibyteoutcnt  Compress High Byte Out Count
        Unsigned 32-bit integer


    ncp.cmphitickcnt  Compress High Tick Count
        Unsigned 32-bit integer


    ncp.cmphitickhigh  Compress High Tick
        Unsigned 32-bit integer


    ncp.co_proc_string  CoProcessor String
        String


    ncp.co_processor_flag  CoProcessor Present Flag
        Unsigned 32-bit integer


    ncp.com_cnts  Communication Counters
        Unsigned 16-bit integer


    ncp.comment  Comment


    ncp.comment_type  Comment Type
        Unsigned 16-bit integer


    ncp.complete_signatures  Complete Signatures
        Boolean


    ncp.completion_code  Completion Code
        Unsigned 8-bit integer


    ncp.compress_volume  Volume Compression
        Unsigned 32-bit integer


    ncp.compressed_data_streams_count  Compressed Data Streams Count
        Unsigned 32-bit integer


    ncp.compressed_limbo_data_streams_count  Compressed Limbo Data Streams Count
        Unsigned 32-bit integer


    ncp.compressed_sectors  Compressed Sectors
        Unsigned 32-bit integer


    ncp.compression_ios_limit  Compression IOs Limit
        Unsigned 32-bit integer


    ncp.compression_lower_limit  Compression Lower Limit
        Unsigned 32-bit integer


    ncp.compression_stage  Compression Stage
        Unsigned 32-bit integer


    ncp.config_major_vn  Configuration Major Version Number
        Unsigned 8-bit integer


    ncp.config_minor_vn  Configuration Minor Version Number
        Unsigned 8-bit integer


    ncp.configuration_description  Configuration Description
        String


    ncp.configuration_text  Configuration Text
        String


    ncp.configured_max_bindery_objects  Configured Max Bindery Objects
        Unsigned 16-bit integer


    ncp.configured_max_open_files  Configured Max Open Files
        Unsigned 16-bit integer


    ncp.configured_max_routing_buffers  Configured Max Routing Buffers
        Unsigned 16-bit integer


    ncp.conn_being_aborted  Connection Being Aborted Count
        Unsigned 32-bit integer


    ncp.conn_ctrl_bits  Connection Control
        Unsigned 8-bit integer


    ncp.conn_list  Connection List
        Unsigned 32-bit integer


    ncp.conn_list_count  Connection List Count
        Unsigned 32-bit integer


    ncp.conn_list_len  Connection List Length
        Unsigned 8-bit integer


    ncp.conn_number_byte  Connection Number
        Unsigned 8-bit integer


    ncp.conn_number_word  Connection Number
        Unsigned 16-bit integer


    ncp.connected_lan  LAN Adapter
        Unsigned 32-bit integer


    ncp.connection  Connection Number
        Unsigned 16-bit integer


    ncp.connection_list  Connection List
        Unsigned 32-bit integer


    ncp.connection_number  Connection Number
        Unsigned 32-bit integer


    ncp.connection_number_list  Connection Number List


    ncp.connection_service_type  Connection Service Type
        Unsigned 8-bit integer


    ncp.connection_status  Connection Status
        Unsigned 8-bit integer


    ncp.connection_type  Connection Type
        Unsigned 8-bit integer


    ncp.connections_in_use  Connections In Use
        Unsigned 16-bit integer


    ncp.connections_max_used  Connections Max Used
        Unsigned 16-bit integer


    ncp.connections_supported_max  Connections Supported Max
        Unsigned 16-bit integer


    ncp.control_being_torn_down  Control Being Torn Down Count
        Unsigned 32-bit integer


    ncp.control_code  Control Code
        Unsigned 8-bit integer


    ncp.control_flags  Control Flags
        Unsigned 8-bit integer


    ncp.control_invalid_message_number  Control Invalid Message Number Count
        Unsigned 32-bit integer


    ncp.controller_drive_number  Controller Drive Number
        Unsigned 8-bit integer


    ncp.controller_number  Controller Number
        Unsigned 8-bit integer


    ncp.controller_type  Controller Type
        Unsigned 8-bit integer


    ncp.cookie_1  Cookie 1
        Unsigned 32-bit integer


    ncp.cookie_2  Cookie 2
        Unsigned 32-bit integer


    ncp.copies  Copies
        Unsigned 8-bit integer


    ncp.copyright  Copyright


    ncp.counter_mask  Counter Mask
        Unsigned 8-bit integer


    ncp.cpu_number  CPU Number
        Unsigned 32-bit integer


    ncp.cpu_string  CPU String
        String


    ncp.cpu_type  CPU Type
        Unsigned 8-bit integer


    ncp.creation_date  Creation Date
        Unsigned 16-bit integer


    ncp.creation_time  Creation Time
        Unsigned 16-bit integer


    ncp.creator_id  Creator ID
        Unsigned 32-bit integer


    ncp.creator_name_space_number  Creator Name Space Number
        Unsigned 8-bit integer


    ncp.credit_limit  Credit Limit
        Unsigned 32-bit integer


    ncp.ctl_bad_ack_frag_list  Control Bad ACK Fragment List Count
        Unsigned 32-bit integer


    ncp.ctl_no_data_read  Control No Data Read Count
        Unsigned 32-bit integer


    ncp.ctrl_flags  Control Flags
        Unsigned 16-bit integer


    ncp.cur_blk_being_dcompress  Current Block Being Decompressed
        Unsigned 32-bit integer


    ncp.cur_comp_blks  Current Compression Blocks
        Unsigned 32-bit integer


    ncp.cur_initial_blks  Current Initial Blocks
        Unsigned 32-bit integer


    ncp.cur_inter_blks  Current Intermediate Blocks
        Unsigned 32-bit integer


    ncp.cur_num_of_r_tags  Current Number of Resource Tags
        Unsigned 32-bit integer


    ncp.curr_num_cache_buff  Current Number Of Cache Buffers
        Unsigned 32-bit integer


    ncp.curr_ref_id  Current Reference ID
        Unsigned 16-bit integer


    ncp.current_changed_fats  Current Changed FAT Entries
        Unsigned 16-bit integer


    ncp.current_entries  Current Entries
        Unsigned 32-bit integer


    ncp.current_form_type  Current Form Type
        Unsigned 8-bit integer


    ncp.current_lfs_counters  Current LFS Counters
        Unsigned 32-bit integer


    ncp.current_open_files  Current Open Files
        Unsigned 16-bit integer


    ncp.current_server_time  Time Elapsed Since Server Was Brought Up
        Unsigned 32-bit integer


    ncp.current_servers  Current Servers
        Unsigned 32-bit integer


    ncp.current_space  Current Space
        Unsigned 32-bit integer


    ncp.current_trans_count  Current Transaction Count
        Unsigned 32-bit integer


    ncp.current_used_bindery_objects  Current Used Bindery Objects
        Unsigned 16-bit integer


    ncp.currently_used_routing_buffers  Currently Used Routing Buffers
        Unsigned 16-bit integer


    ncp.custom_cnts  Custom Counters
        Unsigned 32-bit integer


    ncp.custom_count  Custom Count
        Unsigned 32-bit integer


    ncp.custom_counters  Custom Counters
        Unsigned 32-bit integer


    ncp.custom_string  Custom String


    ncp.custom_var_value  Custom Variable Value
        Unsigned 32-bit integer


    ncp.data  Data


    ncp.data_bytes  Data Bytes
        Unsigned 16-bit integer


    ncp.data_fork_first_fat  Data Fork First FAT Entry
        Unsigned 32-bit integer


    ncp.data_fork_len  Data Fork Len
        Unsigned 32-bit integer


    ncp.data_fork_size  Data Fork Size
        Unsigned 32-bit integer


    ncp.data_offset  Data Offset
        Unsigned 32-bit integer


    ncp.data_size  Data Size
        Unsigned 32-bit integer


    ncp.data_stream  Data Stream
        Unsigned 8-bit integer


    ncp.data_stream_name  Data Stream Name


    ncp.data_stream_number  Data Stream Number
        Unsigned 8-bit integer


    ncp.data_stream_size  Size
        Unsigned 32-bit integer


    ncp.data_stream_space_alloc  Space Allocated for Data Stream
        Unsigned 32-bit integer


    ncp.data_streams_count  Data Streams Count
        Unsigned 32-bit integer


    ncp.dc_dirty_wait_time  DC Dirty Wait Time
        Unsigned 32-bit integer


    ncp.dc_double_read_flag  DC Double Read Flag
        Unsigned 32-bit integer


    ncp.dc_max_concurrent_writes  DC Maximum Concurrent Writes
        Unsigned 32-bit integer


    ncp.dc_min_non_ref_time  DC Minimum Non-Referenced Time
        Unsigned 32-bit integer


    ncp.dc_wait_time_before_new_buff  DC Wait Time Before New Buffer
        Unsigned 32-bit integer


    ncp.dead_mirror_table  Dead Mirror Table
        Byte array


    ncp.dealloc_being_proc  De-Allocate Being Processed Count
        Unsigned 32-bit integer


    ncp.dealloc_forged_packet  De-Allocate Forged Packet Count
        Unsigned 32-bit integer


    ncp.dealloc_invalid_slot  De-Allocate Invalid Slot Count
        Unsigned 32-bit integer


    ncp.dealloc_still_transmit  De-Allocate Still Transmitting Count
        Unsigned 32-bit integer


    ncp.decpbyteincount  DeCompress Byte In Count
        Unsigned 32-bit integer


    ncp.decpbyteoutcnt  DeCompress Byte Out Count
        Unsigned 32-bit integer


    ncp.decphibyteincnt  DeCompress High Byte In Count
        Unsigned 32-bit integer


    ncp.decphibyteoutcnt  DeCompress High Byte Out Count
        Unsigned 32-bit integer


    ncp.decphitickcnt  DeCompress High Tick Count
        Unsigned 32-bit integer


    ncp.decphitickhigh  DeCompress High Tick
        Unsigned 32-bit integer


    ncp.definded_name_spaces  Defined Name Spaces
        Unsigned 8-bit integer


    ncp.defined_data_streams  Defined Data Streams
        Unsigned 8-bit integer


    ncp.delay_time  Delay Time
        Unsigned 32-bit integer


    ncp.delete_existing_file_flag  Delete Existing File Flag
        Unsigned 8-bit integer


    ncp.delete_id  Deleted ID
        Unsigned 32-bit integer


    ncp.deleted_date  Deleted Date
        Unsigned 16-bit integer


    ncp.deleted_file_time  Deleted File Time
        Unsigned 32-bit integer


    ncp.deleted_time  Deleted Time
        Unsigned 16-bit integer


    ncp.deny_read_count  Deny Read Count
        Unsigned 16-bit integer


    ncp.deny_write_count  Deny Write Count
        Unsigned 16-bit integer


    ncp.description_string  Description
        String


    ncp.desired_access_rights  Desired Access Rights
        Unsigned 16-bit integer


    ncp.desired_response_count  Desired Response Count
        Unsigned 16-bit integer


    ncp.dest_component_count  Destination Path Component Count
        Unsigned 8-bit integer


    ncp.dest_dir_handle  Destination Directory Handle
        Unsigned 8-bit integer


    ncp.dest_name_space  Destination Name Space
        Unsigned 8-bit integer


    ncp.dest_path  Destination Path


    ncp.detach_during_processing  Detach During Processing
        Unsigned 16-bit integer


    ncp.detach_for_bad_connection_number  Detach For Bad Connection Number
        Unsigned 16-bit integer


    ncp.dir_base  Directory Base
        Unsigned 32-bit integer


    ncp.dir_count  Directory Count
        Unsigned 16-bit integer


    ncp.dir_handle  Directory Handle
        Unsigned 8-bit integer


    ncp.dir_handle_long  Directory Handle
        Unsigned 32-bit integer


    ncp.dir_handle_name  Handle Name
        Unsigned 8-bit integer


    ncp.directory_access_rights  Directory Access Rights
        Unsigned 8-bit integer


    ncp.directory_attributes  Directory Attributes
        Unsigned 8-bit integer


    ncp.directory_entry_number  Directory Entry Number
        Unsigned 32-bit integer


    ncp.directory_entry_number_word  Directory Entry Number
        Unsigned 16-bit integer


    ncp.directory_id  Directory ID
        Unsigned 16-bit integer


    ncp.directory_name  Directory Name
        String


    ncp.directory_name_14  Directory Name
        String


    ncp.directory_name_len  Directory Name Length
        Unsigned 8-bit integer


    ncp.directory_number  Directory Number
        Unsigned 32-bit integer


    ncp.directory_path  Directory Path
        String


    ncp.directory_services_object_id  Directory Services Object ID
        Unsigned 32-bit integer


    ncp.directory_stamp  Directory Stamp (0xD1D1)
        Unsigned 16-bit integer


    ncp.dirty_cache_buffers  Dirty Cache Buffers
        Unsigned 16-bit integer


    ncp.disable_brdcasts  Disable Broadcasts
        Boolean


    ncp.disable_personal_brdcasts  Disable Personal Broadcasts
        Boolean


    ncp.disable_wdog_messages  Disable Watchdog Message
        Boolean


    ncp.disk_channel_number  Disk Channel Number
        Unsigned 8-bit integer


    ncp.disk_channel_table  Disk Channel Table
        Unsigned 8-bit integer


    ncp.disk_space_limit  Disk Space Limit
        Unsigned 32-bit integer


    ncp.dm_flags  DM Flags
        Unsigned 8-bit integer


    ncp.dm_info_entries  DM Info Entries
        Unsigned 32-bit integer


    ncp.dm_info_level  DM Info Level
        Unsigned 8-bit integer


    ncp.dm_major_version  DM Major Version
        Unsigned 32-bit integer


    ncp.dm_minor_version  DM Minor Version
        Unsigned 32-bit integer


    ncp.dm_present_flag  Data Migration Present Flag
        Unsigned 8-bit integer


    ncp.dma_channels_used  DMA Channels Used
        Unsigned 32-bit integer


    ncp.dos_directory_base  DOS Directory Base
        Unsigned 32-bit integer


    ncp.dos_directory_entry  DOS Directory Entry
        Unsigned 32-bit integer


    ncp.dos_directory_entry_number  DOS Directory Entry Number
        Unsigned 32-bit integer


    ncp.dos_file_attributes  DOS File Attributes
        Unsigned 8-bit integer


    ncp.dos_parent_directory_entry  DOS Parent Directory Entry
        Unsigned 32-bit integer


    ncp.dos_sequence  DOS Sequence
        Unsigned 32-bit integer


    ncp.drive_cylinders  Drive Cylinders
        Unsigned 16-bit integer


    ncp.drive_definition_string  Drive Definition
        String


    ncp.drive_heads  Drive Heads
        Unsigned 8-bit integer


    ncp.drive_mapping_table  Drive Mapping Table
        Byte array


    ncp.drive_mirror_table  Drive Mirror Table
        Byte array


    ncp.drive_removable_flag  Drive Removable Flag
        Unsigned 8-bit integer


    ncp.drive_size  Drive Size
        Unsigned 32-bit integer


    ncp.driver_board_name  Driver Board Name
        String


    ncp.driver_log_name  Driver Logical Name
        String


    ncp.driver_short_name  Driver Short Name
        String


    ncp.dsired_acc_rights_compat  Compatibility
        Boolean


    ncp.dsired_acc_rights_del_file_cls  Delete File Close
        Boolean


    ncp.dsired_acc_rights_deny_r  Deny Read
        Boolean


    ncp.dsired_acc_rights_deny_w  Deny Write
        Boolean


    ncp.dsired_acc_rights_read_o  Read Only
        Boolean


    ncp.dsired_acc_rights_w_thru  File Write Through
        Boolean


    ncp.dsired_acc_rights_write_o  Write Only
        Boolean


    ncp.dst_connection  Destination Connection ID
        Unsigned 32-bit integer


    ncp.dst_ea_flags  Destination EA Flags
        Unsigned 16-bit integer


    ncp.dst_ns_indicator  Destination Name Space Indicator
        Unsigned 16-bit integer


    ncp.dst_queue_id  Destination Queue ID
        Unsigned 32-bit integer


    ncp.dup_is_being_sent  Duplicate Is Being Sent Already Count
        Unsigned 32-bit integer


    ncp.duplicate_replies_sent  Duplicate Replies Sent
        Unsigned 16-bit integer


    ncp.dyn_mem_struct_cur  Current Used Dynamic Space
        Unsigned 32-bit integer


    ncp.dyn_mem_struct_max  Max Used Dynamic Space
        Unsigned 32-bit integer


    ncp.dyn_mem_struct_total  Total Dynamic Space
        Unsigned 32-bit integer


    ncp.ea_access_flag  EA Access Flag
        Unsigned 16-bit integer


    ncp.ea_bytes_written  Bytes Written
        Unsigned 32-bit integer


    ncp.ea_count  Count
        Unsigned 32-bit integer


    ncp.ea_data_size  Data Size
        Unsigned 32-bit integer


    ncp.ea_data_size_duplicated  Data Size Duplicated
        Unsigned 32-bit integer


    ncp.ea_duplicate_count  Duplicate Count
        Unsigned 32-bit integer


    ncp.ea_error_codes  EA Error Codes
        Unsigned 16-bit integer


    ncp.ea_flags  EA Flags
        Unsigned 16-bit integer


    ncp.ea_handle  EA Handle
        Unsigned 32-bit integer


    ncp.ea_handle_or_netware_handle_or_volume  EAHandle or NetWare Handle or Volume (see EAFlags)
        Unsigned 32-bit integer


    ncp.ea_key  EA Key


    ncp.ea_key_size  Key Size
        Unsigned 32-bit integer


    ncp.ea_key_size_duplicated  Key Size Duplicated
        Unsigned 32-bit integer


    ncp.ea_need_bit_flag  EA Need Bit Flag
        Boolean


    ncp.ea_value  EA Value


    ncp.ea_value_length  Value Length
        Unsigned 16-bit integer


    ncp.ea_value_rep  EA Value
        String


    ncp.ecb_cxl_fails  ECB Cancel Failures
        Unsigned 32-bit integer


    ncp.echo_socket  Echo Socket
        Unsigned 16-bit integer


    ncp.effective_rights  Effective Rights
        Unsigned 8-bit integer


    ncp.effective_rights_create  Create Rights
        Boolean


    ncp.effective_rights_delete  Delete Rights
        Boolean


    ncp.effective_rights_modify  Modify Rights
        Boolean


    ncp.effective_rights_open  Open Rights
        Boolean


    ncp.effective_rights_parental  Parental Rights
        Boolean


    ncp.effective_rights_read  Read Rights
        Boolean


    ncp.effective_rights_search  Search Rights
        Boolean


    ncp.effective_rights_write  Write Rights
        Boolean


    ncp.enable_brdcasts  Enable Broadcasts
        Boolean


    ncp.enable_personal_brdcasts  Enable Personal Broadcasts
        Boolean


    ncp.enable_wdog_messages  Enable Watchdog Message
        Boolean


    ncp.encryption  Encryption
        Boolean


    ncp.enqueued_send_cnt  Enqueued Send Count
        Unsigned 32-bit integer


    ncp.enum_info_account  Accounting Information
        Boolean


    ncp.enum_info_auth  Authentication Information
        Boolean


    ncp.enum_info_lock  Lock Information
        Boolean


    ncp.enum_info_mask  Return Information Mask
        Unsigned 8-bit integer


    ncp.enum_info_name  Name Information
        Boolean


    ncp.enum_info_print  Print Information
        Boolean


    ncp.enum_info_stats  Statistical Information
        Boolean


    ncp.enum_info_time  Time Information
        Boolean


    ncp.enum_info_transport  Transport Information
        Boolean


    ncp.err_doing_async_read  Error Doing Async Read Count
        Unsigned 32-bit integer


    ncp.error_read_last_fat  Error Reading Last FAT Count
        Unsigned 32-bit integer


    ncp.event_offset  Event Offset
        Byte array


    ncp.event_time  Event Time
        Unsigned 32-bit integer


    ncp.expiration_time  Expiration Time
        Unsigned 32-bit integer


    ncp.ext_info  Extended Return Information
        Unsigned 16-bit integer


    ncp.ext_info_access  Last Access
        Boolean


    ncp.ext_info_dos_name  DOS Name
        Boolean


    ncp.ext_info_effective  Effective
        Boolean


    ncp.ext_info_flush  Flush
        Boolean


    ncp.ext_info_mac_date  MAC Date
        Boolean


    ncp.ext_info_mac_finder  MAC Finder
        Boolean


    ncp.ext_info_newstyle  New Style
        Boolean


    ncp.ext_info_parental  Parental
        Boolean


    ncp.ext_info_sibling  Sibling
        Boolean


    ncp.ext_info_update  Update
        Boolean


    ncp.ext_router_active_flag  External Router Active Flag
        Boolean


    ncp.extended_attribute_extants_used  Extended Attribute Extants Used
        Unsigned 32-bit integer


    ncp.extended_attributes_defined  Extended Attributes Defined
        Unsigned 32-bit integer


    ncp.extra_extra_use_count_node_count  Errors allocating an additional use count node for TTS
        Unsigned 32-bit integer


    ncp.extra_use_count_node_count  Errors allocating a use count node for TTS
        Unsigned 32-bit integer


    ncp.failed_alloc_req  Failed Alloc Request Count
        Unsigned 32-bit integer


    ncp.fat_moved  Number of times the OS has move the location of FAT
        Unsigned 32-bit integer


    ncp.fat_scan_errors  FAT Scan Errors
        Unsigned 16-bit integer


    ncp.fat_write_err  Number of write errors in both original and mirrored copies of FAT
        Unsigned 32-bit integer


    ncp.fat_write_errors  FAT Write Errors
        Unsigned 16-bit integer


    ncp.fatal_fat_write_errors  Fatal FAT Write Errors
        Unsigned 16-bit integer


    ncp.fields_len_table  Fields Len Table
        Byte array


    ncp.file_count  File Count
        Unsigned 16-bit integer


    ncp.file_date  File Date
        Unsigned 16-bit integer


    ncp.file_dir_win  File/Dir Window
        Unsigned 16-bit integer


    ncp.file_execute_type  File Execute Type
        Unsigned 8-bit integer


    ncp.file_ext_attr  File Extended Attributes
        Unsigned 8-bit integer


    ncp.file_flags  File Flags
        Unsigned 32-bit integer


    ncp.file_handle  File Handle
        Byte array


    ncp.file_limbo  File Limbo
        Unsigned 32-bit integer


    ncp.file_list_count  File List Count
        Unsigned 32-bit integer


    ncp.file_lock_count  File Lock Count
        Unsigned 16-bit integer


    ncp.file_mode  File Mode
        Unsigned 8-bit integer


    ncp.file_name  Filename


    ncp.file_name_12  Filename
        String


    ncp.file_name_14  Filename
        String


    ncp.file_name_len  Filename Length
        Unsigned 8-bit integer


    ncp.file_offset  File Offset
        Unsigned 32-bit integer


    ncp.file_path  File Path


    ncp.file_size  File Size
        Unsigned 32-bit integer


    ncp.file_system_id  File System ID
        Unsigned 8-bit integer


    ncp.file_time  File Time
        Unsigned 16-bit integer


    ncp.file_write_flags  File Write Flags
        Unsigned 8-bit integer


    ncp.file_write_state  File Write State
        Unsigned 8-bit integer


    ncp.filler  Filler
        Unsigned 8-bit integer


    ncp.finder_attr  Finder Info Attributes
        Unsigned 16-bit integer


    ncp.finder_attr_bundle  Object Has Bundle
        Boolean


    ncp.finder_attr_desktop  Object on Desktop
        Boolean


    ncp.finder_attr_invisible  Object is Invisible
        Boolean


    ncp.first_packet_isnt_a_write  First Packet Isn't A Write Count
        Unsigned 32-bit integer


    ncp.fixed_bit_mask  Fixed Bit Mask
        Unsigned 32-bit integer


    ncp.fixed_bits_defined  Fixed Bits Defined
        Unsigned 16-bit integer


    ncp.flag_bits  Flag Bits
        Unsigned 8-bit integer


    ncp.flags  Flags
        Unsigned 8-bit integer


    ncp.flags_def  Flags
        Unsigned 16-bit integer


    ncp.flush_time  Flush Time
        Unsigned 32-bit integer


    ncp.folder_flag  Folder Flag
        Unsigned 8-bit integer


    ncp.force_flag  Force Server Down Flag
        Unsigned 8-bit integer


    ncp.forged_detached_requests  Forged Detached Requests
        Unsigned 16-bit integer


    ncp.forged_packet  Forged Packet Count
        Unsigned 32-bit integer


    ncp.fork_count  Fork Count
        Unsigned 8-bit integer


    ncp.fork_indicator  Fork Indicator
        Unsigned 8-bit integer


    ncp.form_type  Form Type
        Unsigned 16-bit integer


    ncp.form_type_count  Form Types Count
        Unsigned 32-bit integer


    ncp.found_some_mem  Found Some Memory
        Unsigned 32-bit integer


    ncp.fractional_time  Fractional Time in Seconds
        Unsigned 32-bit integer


    ncp.frag_size  Fragment Size
        Unsigned 32-bit integer


    ncp.fragger_handle  Fragment Handle
        Unsigned 32-bit integer


    ncp.fragment_write_occurred  Fragment Write Occurred
        Unsigned 16-bit integer


    ncp.free_blocks  Free Blocks
        Unsigned 32-bit integer


    ncp.free_directory_entries  Free Directory Entries
        Unsigned 16-bit integer


    ncp.freeable_limbo_sectors  Freeable Limbo Sectors
        Unsigned 32-bit integer


    ncp.freed_clusters  Freed Clusters
        Unsigned 32-bit integer


    ncp.fs_engine_flag  FS Engine Flag
        Boolean


    ncp.full_name  Full Name
        String


    ncp.func  Function
        Unsigned 8-bit integer


    ncp.generic_block_size  Block Size
        Unsigned 32-bit integer


    ncp.generic_capacity  Capacity
        Unsigned 32-bit integer


    ncp.generic_cartridge_type  Cartridge Type
        Unsigned 32-bit integer


    ncp.generic_child_count  Child Count
        Unsigned 32-bit integer


    ncp.generic_ctl_mask  Control Mask
        Unsigned 32-bit integer


    ncp.generic_func_mask  Function Mask
        Unsigned 32-bit integer


    ncp.generic_ident_time  Identification Time
        Unsigned 32-bit integer


    ncp.generic_ident_type  Identification Type
        Unsigned 32-bit integer


    ncp.generic_label  Label
        String


    ncp.generic_media_slot  Media Slot
        Unsigned 32-bit integer


    ncp.generic_media_type  Media Type
        Unsigned 32-bit integer


    ncp.generic_name  Name
        String


    ncp.generic_object_uniq_id  Unique Object ID
        Unsigned 32-bit integer


    ncp.generic_parent_count  Parent Count
        Unsigned 32-bit integer


    ncp.generic_pref_unit_size  Preferred Unit Size
        Unsigned 32-bit integer


    ncp.generic_sib_count  Sibling Count
        Unsigned 32-bit integer


    ncp.generic_spec_info_sz  Specific Information Size
        Unsigned 32-bit integer


    ncp.generic_status  Status
        Unsigned 32-bit integer


    ncp.generic_type  Type
        Unsigned 32-bit integer


    ncp.generic_unit_size  Unit Size
        Unsigned 32-bit integer


    ncp.get_ecb_buf  Get ECB Buffers
        Unsigned 32-bit integer


    ncp.get_ecb_fails  Get ECB Failures
        Unsigned 32-bit integer


    ncp.get_set_flag  Get Set Flag
        Unsigned 8-bit integer


    ncp.guid  GUID
        Byte array


    ncp.had_an_out_of_order  Had An Out Of Order Write Count
        Unsigned 32-bit integer


    ncp.handle_flag  Handle Flag
        Unsigned 8-bit integer


    ncp.handle_info_level  Handle Info Level
        Unsigned 8-bit integer


    ncp.hardware_rx_mismatch_count  Hardware Receive Mismatch Count
        Unsigned 32-bit integer


    ncp.held_bytes_read  Held Bytes Read
        Byte array


    ncp.held_bytes_write  Held Bytes Written
        Byte array


    ncp.held_conn_time  Held Connect Time in Minutes
        Unsigned 32-bit integer


    ncp.hold_amount  Hold Amount
        Unsigned 32-bit integer


    ncp.hold_cancel_amount  Hold Cancel Amount
        Unsigned 32-bit integer


    ncp.hold_time  Hold Time
        Unsigned 32-bit integer


    ncp.holder_id  Holder ID
        Unsigned 32-bit integer


    ncp.hops_to_net  Hop Count
        Unsigned 16-bit integer


    ncp.horiz_location  Horizontal Location
        Unsigned 16-bit integer


    ncp.host_address  Host Address
        Byte array


    ncp.hot_fix_blocks_available  Hot Fix Blocks Available
        Unsigned 16-bit integer


    ncp.hot_fix_disabled  Hot Fix Disabled
        Unsigned 8-bit integer


    ncp.hot_fix_table_size  Hot Fix Table Size
        Unsigned 16-bit integer


    ncp.hot_fix_table_start  Hot Fix Table Start
        Unsigned 32-bit integer


    ncp.huge_bit_mask  Huge Bit Mask
        Unsigned 32-bit integer


    ncp.huge_bits_defined  Huge Bits Defined
        Unsigned 16-bit integer


    ncp.huge_data  Huge Data


    ncp.huge_data_used  Huge Data Used
        Unsigned 32-bit integer


    ncp.huge_state_info  Huge State Info
        Byte array


    ncp.i_ran_out_someone_else_did_it_0  I Ran Out Someone Else Did It Count 0
        Unsigned 32-bit integer


    ncp.i_ran_out_someone_else_did_it_1  I Ran Out Someone Else Did It Count 1
        Unsigned 32-bit integer


    ncp.i_ran_out_someone_else_did_it_2  I Ran Out Someone Else Did It Count 2
        Unsigned 32-bit integer


    ncp.id_get_no_read_no_wait  ID Get No Read No Wait Count
        Unsigned 32-bit integer


    ncp.id_get_no_read_no_wait_alloc  ID Get No Read No Wait Allocate Count
        Unsigned 32-bit integer


    ncp.id_get_no_read_no_wait_buffer  ID Get No Read No Wait No Buffer Count
        Unsigned 32-bit integer


    ncp.id_get_no_read_no_wait_no_alloc  ID Get No Read No Wait No Alloc Count
        Unsigned 32-bit integer


    ncp.id_get_no_read_no_wait_no_alloc_alloc  ID Get No Read No Wait No Alloc Allocate Count
        Unsigned 32-bit integer


    ncp.id_get_no_read_no_wait_no_alloc_sema  ID Get No Read No Wait No Alloc Semaphored Count
        Unsigned 32-bit integer


    ncp.id_get_no_read_no_wait_sema  ID Get No Read No Wait Semaphored Count
        Unsigned 32-bit integer


    ncp.identification_number  Identification Number
        Unsigned 32-bit integer


    ncp.ignored_rx_pkts  Ignored Receive Packets
        Unsigned 32-bit integer


    ncp.in_use  Bytes in Use
        Unsigned 32-bit integer


    ncp.incoming_packet_discarded_no_dgroup  Incoming Packet Discarded No DGroup
        Unsigned 16-bit integer


    ncp.info_count  Info Count
        Unsigned 16-bit integer


    ncp.info_flags  Info Flags
        Unsigned 32-bit integer


    ncp.info_flags_all_attr  All Attributes
        Boolean


    ncp.info_flags_all_dirbase_num  All Directory Base Numbers
        Boolean


    ncp.info_flags_dos_attr  DOS Attributes
        Boolean


    ncp.info_flags_dos_time  DOS Time
        Boolean


    ncp.info_flags_ds_sizes  Data Stream Sizes
        Boolean


    ncp.info_flags_ea_present  EA Present Flag
        Boolean


    ncp.info_flags_effect_rights  Effective Rights
        Boolean


    ncp.info_flags_flags  Return Object Flags
        Boolean


    ncp.info_flags_flush_time  Flush Time
        Boolean


    ncp.info_flags_ids  ID's
        Boolean


    ncp.info_flags_mac_finder  Mac Finder Information
        Boolean


    ncp.info_flags_mac_time  Mac Time
        Boolean


    ncp.info_flags_max_access_mask  Maximum Access Mask
        Boolean


    ncp.info_flags_name  Return Object Name
        Boolean


    ncp.info_flags_ns_attr  Name Space Attributes
        Boolean


    ncp.info_flags_prnt_base_id  Parent Base ID
        Boolean


    ncp.info_flags_ref_count  Reference Count
        Boolean


    ncp.info_flags_security  Return Object Security
        Boolean


    ncp.info_flags_sibling_cnt  Sibling Count
        Boolean


    ncp.info_flags_type  Return Object Type
        Boolean


    ncp.info_level_num  Information Level Number
        Unsigned 8-bit integer


    ncp.info_mask  Information Mask
        Unsigned 32-bit integer


    ncp.info_mask_c_name_space  Creator Name Space & Name
        Boolean


    ncp.info_mask_dosname  DOS Name
        Boolean


    ncp.info_mask_name  Name
        Boolean


    ncp.inh_revoke_create  Create Rights
        Boolean


    ncp.inh_revoke_delete  Delete Rights
        Boolean


    ncp.inh_revoke_modify  Modify Rights
        Boolean


    ncp.inh_revoke_open  Open Rights
        Boolean


    ncp.inh_revoke_parent  Change Access
        Boolean


    ncp.inh_revoke_read  Read Rights
        Boolean


    ncp.inh_revoke_search  See Files Flag
        Boolean


    ncp.inh_revoke_supervisor  Supervisor
        Boolean


    ncp.inh_revoke_write  Write Rights
        Boolean


    ncp.inh_rights_create  Create Rights
        Boolean


    ncp.inh_rights_delete  Delete Rights
        Boolean


    ncp.inh_rights_modify  Modify Rights
        Boolean


    ncp.inh_rights_open  Open Rights
        Boolean


    ncp.inh_rights_parent  Change Access
        Boolean


    ncp.inh_rights_read  Read Rights
        Boolean


    ncp.inh_rights_search  See Files Flag
        Boolean


    ncp.inh_rights_supervisor  Supervisor
        Boolean


    ncp.inh_rights_write  Write Rights
        Boolean


    ncp.inheritance_revoke_mask  Revoke Rights Mask
        Unsigned 16-bit integer


    ncp.inherited_rights_mask  Inherited Rights Mask
        Unsigned 16-bit integer


    ncp.initial_semaphore_value  Initial Semaphore Value
        Unsigned 8-bit integer


    ncp.inspect_size  Inspect Size
        Unsigned 32-bit integer


    ncp.internet_bridge_version  Internet Bridge Version
        Unsigned 8-bit integer


    ncp.internl_dsk_get  Internal Disk Get Count
        Unsigned 32-bit integer


    ncp.internl_dsk_get_need_to_alloc  Internal Disk Get Need To Allocate Count
        Unsigned 32-bit integer


    ncp.internl_dsk_get_no_read  Internal Disk Get No Read Count
        Unsigned 32-bit integer


    ncp.internl_dsk_get_no_read_alloc  Internal Disk Get No Read Allocate Count
        Unsigned 32-bit integer


    ncp.internl_dsk_get_no_read_someone_beat  Internal Disk Get No Read Someone Beat Me Count
        Unsigned 32-bit integer


    ncp.internl_dsk_get_no_wait  Internal Disk Get No Wait Count
        Unsigned 32-bit integer


    ncp.internl_dsk_get_no_wait_need  Internal Disk Get No Wait Need To Allocate Count
        Unsigned 32-bit integer


    ncp.internl_dsk_get_no_wait_no_blk  Internal Disk Get No Wait No Block Count
        Unsigned 32-bit integer


    ncp.internl_dsk_get_part_read  Internal Disk Get Partial Read Count
        Unsigned 32-bit integer


    ncp.internl_dsk_get_read_err  Internal Disk Get Read Error Count
        Unsigned 32-bit integer


    ncp.internl_dsk_get_someone_beat  Internal Disk Get Someone Beat My Count
        Unsigned 32-bit integer


    ncp.internl_dsk_write  Internal Disk Write Count
        Unsigned 32-bit integer


    ncp.internl_dsk_write_alloc  Internal Disk Write Allocate Count
        Unsigned 32-bit integer


    ncp.internl_dsk_write_someone_beat  Internal Disk Write Someone Beat Me Count
        Unsigned 32-bit integer


    ncp.interrupt_numbers_used  Interrupt Numbers Used
        Unsigned 32-bit integer


    ncp.invalid_control_req  Invalid Control Request Count
        Unsigned 32-bit integer


    ncp.invalid_req_type  Invalid Request Type Count
        Unsigned 32-bit integer


    ncp.invalid_sequence_number  Invalid Sequence Number Count
        Unsigned 32-bit integer


    ncp.invalid_slot  Invalid Slot Count
        Unsigned 32-bit integer


    ncp.io_addresses_used  IO Addresses Used
        Byte array


    ncp.io_engine_flag  IO Engine Flag
        Boolean


    ncp.io_error_count  IO Error Count
        Unsigned 16-bit integer


    ncp.io_flag  IO Flag
        Unsigned 32-bit integer


    ncp.ip.length  NCP over IP length
        Unsigned 32-bit integer


    ncp.ip.replybufsize  NCP over IP Reply Buffer Size
        Unsigned 32-bit integer


    ncp.ip.signature  NCP over IP signature
        Unsigned 32-bit integer


    ncp.ip.version  NCP over IP Version
        Unsigned 32-bit integer


    ncp.ipx_aes_event  IPX AES Event Count
        Unsigned 32-bit integer


    ncp.ipx_ecb_cancel_fail  IPX ECB Cancel Fail Count
        Unsigned 16-bit integer


    ncp.ipx_get_ecb_fail  IPX Get ECB Fail Count
        Unsigned 32-bit integer


    ncp.ipx_get_ecb_req  IPX Get ECB Request Count
        Unsigned 32-bit integer


    ncp.ipx_get_lcl_targ_fail  IPX Get Local Target Fail Count
        Unsigned 16-bit integer


    ncp.ipx_listen_ecb  IPX Listen ECB Count
        Unsigned 32-bit integer


    ncp.ipx_malform_pkt  IPX Malformed Packet Count
        Unsigned 16-bit integer


    ncp.ipx_max_conf_sock  IPX Max Configured Socket Count
        Unsigned 16-bit integer


    ncp.ipx_max_open_sock  IPX Max Open Socket Count
        Unsigned 16-bit integer


    ncp.ipx_not_my_network  IPX Not My Network
        Unsigned 16-bit integer


    ncp.ipx_open_sock_fail  IPX Open Socket Fail Count
        Unsigned 16-bit integer


    ncp.ipx_postponed_aes  IPX Postponed AES Count
        Unsigned 16-bit integer


    ncp.ipx_send_pkt  IPX Send Packet Count
        Unsigned 32-bit integer


    ncp.items_changed  Items Changed
        Unsigned 32-bit integer


    ncp.items_checked  Items Checked
        Unsigned 32-bit integer


    ncp.items_count  Items Count
        Unsigned 32-bit integer


    ncp.items_in_list  Items in List
        Unsigned 32-bit integer


    ncp.items_in_packet  Items in Packet
        Unsigned 32-bit integer


    ncp.job_control1_file_open  File Open
        Boolean


    ncp.job_control1_job_recovery  Job Recovery
        Boolean


    ncp.job_control1_operator_hold  Operator Hold
        Boolean


    ncp.job_control1_reservice  ReService Job
        Boolean


    ncp.job_control1_user_hold  User Hold
        Boolean


    ncp.job_control_file_open  File Open
        Boolean


    ncp.job_control_flags  Job Control Flags
        Unsigned 8-bit integer


    ncp.job_control_flags_word  Job Control Flags
        Unsigned 16-bit integer


    ncp.job_control_job_recovery  Job Recovery
        Boolean


    ncp.job_control_operator_hold  Operator Hold
        Boolean


    ncp.job_control_reservice  ReService Job
        Boolean


    ncp.job_control_user_hold  User Hold
        Boolean


    ncp.job_count  Job Count
        Unsigned 32-bit integer


    ncp.job_file_handle  Job File Handle
        Byte array


    ncp.job_file_handle_long  Job File Handle
        Unsigned 32-bit integer


    ncp.job_file_name  Job File Name
        String


    ncp.job_number  Job Number
        Unsigned 16-bit integer


    ncp.job_number_list  Job Number List
        Unsigned 32-bit integer


    ncp.job_number_long  Job Number
        Unsigned 32-bit integer


    ncp.job_position  Job Position
        Unsigned 8-bit integer


    ncp.job_position_word  Job Position
        Unsigned 16-bit integer


    ncp.job_type  Job Type
        Unsigned 16-bit integer


    ncp.lan_driver_number  LAN Driver Number
        Unsigned 8-bit integer


    ncp.lan_drv_bd_inst  LAN Driver Board Instance
        Unsigned 16-bit integer


    ncp.lan_drv_bd_num  LAN Driver Board Number
        Unsigned 16-bit integer


    ncp.lan_drv_card_id  LAN Driver Card ID
        Unsigned 16-bit integer


    ncp.lan_drv_card_name  LAN Driver Card Name
        String


    ncp.lan_drv_dma_usage1  Primary DMA Channel
        Unsigned 8-bit integer


    ncp.lan_drv_dma_usage2  Secondary DMA Channel
        Unsigned 8-bit integer


    ncp.lan_drv_flags  LAN Driver Flags
        Unsigned 16-bit integer


    ncp.lan_drv_interrupt1  Primary Interrupt Vector
        Unsigned 8-bit integer


    ncp.lan_drv_interrupt2  Secondary Interrupt Vector
        Unsigned 8-bit integer


    ncp.lan_drv_io_ports_and_ranges_1  Primary Base I/O Port
        Unsigned 16-bit integer


    ncp.lan_drv_io_ports_and_ranges_2  Number of I/O Ports
        Unsigned 16-bit integer


    ncp.lan_drv_io_ports_and_ranges_3  Secondary Base I/O Port
        Unsigned 16-bit integer


    ncp.lan_drv_io_ports_and_ranges_4  Number of I/O Ports
        Unsigned 16-bit integer


    ncp.lan_drv_io_reserved  LAN Driver IO Reserved
        Byte array


    ncp.lan_drv_line_speed  LAN Driver Line Speed
        Unsigned 16-bit integer


    ncp.lan_drv_link  LAN Driver Link
        Unsigned 32-bit integer


    ncp.lan_drv_log_name  LAN Driver Logical Name
        Byte array


    ncp.lan_drv_major_ver  LAN Driver Major Version
        Unsigned 8-bit integer


    ncp.lan_drv_max_rcv_size  LAN Driver Maximum Receive Size
        Unsigned 32-bit integer


    ncp.lan_drv_max_size  LAN Driver Maximum Size
        Unsigned 32-bit integer


    ncp.lan_drv_media_id  LAN Driver Media ID
        Unsigned 16-bit integer


    ncp.lan_drv_mem_decode_0  LAN Driver Memory Decode 0
        Unsigned 32-bit integer


    ncp.lan_drv_mem_decode_1  LAN Driver Memory Decode 1
        Unsigned 32-bit integer


    ncp.lan_drv_mem_length_0  LAN Driver Memory Length 0
        Unsigned 16-bit integer


    ncp.lan_drv_mem_length_1  LAN Driver Memory Length 1
        Unsigned 16-bit integer


    ncp.lan_drv_minor_ver  LAN Driver Minor Version
        Unsigned 8-bit integer


    ncp.lan_drv_rcv_size  LAN Driver Receive Size
        Unsigned 32-bit integer


    ncp.lan_drv_reserved  LAN Driver Reserved
        Unsigned 16-bit integer


    ncp.lan_drv_share  LAN Driver Sharing Flags
        Unsigned 16-bit integer


    ncp.lan_drv_slot  LAN Driver Slot
        Unsigned 16-bit integer


    ncp.lan_drv_snd_retries  LAN Driver Send Retries
        Unsigned 16-bit integer


    ncp.lan_drv_src_route  LAN Driver Source Routing
        Unsigned 32-bit integer


    ncp.lan_drv_trans_time  LAN Driver Transport Time
        Unsigned 16-bit integer


    ncp.lan_dvr_cfg_major_vrs  LAN Driver Config - Major Version
        Unsigned 8-bit integer


    ncp.lan_dvr_cfg_minor_vrs  LAN Driver Config - Minor Version
        Unsigned 8-bit integer


    ncp.lan_dvr_mode_flags  LAN Driver Mode Flags
        Unsigned 8-bit integer


    ncp.lan_dvr_node_addr  LAN Driver Node Address
        Byte array


    ncp.large_internet_packets  Large Internet Packets (LIP) Disabled
        Boolean


    ncp.last_access_date  Last Accessed Date
        Unsigned 16-bit integer


    ncp.last_access_time  Last Accessed Time
        Unsigned 16-bit integer


    ncp.last_garbage_collect  Last Garbage Collection
        Unsigned 32-bit integer


    ncp.last_instance  Last Instance
        Unsigned 32-bit integer


    ncp.last_record_seen  Last Record Seen
        Unsigned 16-bit integer


    ncp.last_search_index  Search Index
        Unsigned 16-bit integer


    ncp.last_seen  Last Seen
        Unsigned 32-bit integer


    ncp.last_sequence_number  Sequence Number
        Unsigned 16-bit integer


    ncp.last_time_rx_buff_was_alloc  Last Time a Receive Buffer was Allocated
        Unsigned 32-bit integer


    ncp.length  Packet Length
        Unsigned 16-bit integer


    ncp.level  Level
        Unsigned 8-bit integer


    ncp.lfs_counters  LFS Counters
        Unsigned 32-bit integer


    ncp.limb_count  Limb Count
        Unsigned 32-bit integer


    ncp.limbo_data_streams_count  Limbo Data Streams Count
        Unsigned 32-bit integer


    ncp.limbo_used  Limbo Used
        Unsigned 32-bit integer


    ncp.local_connection_id  Local Connection ID
        Unsigned 32-bit integer


    ncp.local_login_info_ccode  Local Login Info C Code
        Unsigned 8-bit integer


    ncp.local_max_packet_size  Local Max Packet Size
        Unsigned 32-bit integer


    ncp.local_max_recv_size  Local Max Recv Size
        Unsigned 32-bit integer


    ncp.local_max_send_size  Local Max Send Size
        Unsigned 32-bit integer


    ncp.local_target_socket  Local Target Socket
        Unsigned 32-bit integer


    ncp.lock_area_len  Lock Area Length
        Unsigned 32-bit integer


    ncp.lock_areas_start_offset  Lock Areas Start Offset
        Unsigned 32-bit integer


    ncp.lock_flag  Lock Flag
        Unsigned 8-bit integer


    ncp.lock_name  Lock Name


    ncp.lock_status  Lock Status
        Unsigned 8-bit integer


    ncp.lock_timeout  Lock Timeout
        Unsigned 16-bit integer


    ncp.lock_type  Lock Type
        Unsigned 8-bit integer


    ncp.locked  Locked Flag
        Unsigned 8-bit integer


    ncp.log_file_flag_high  Log File Flag (byte 2)
        Unsigned 8-bit integer


    ncp.log_file_flag_low  Log File Flag
        Unsigned 8-bit integer


    ncp.log_flag_call_back  Call Back Requested
        Boolean


    ncp.log_flag_lock_file  Lock File Immediately
        Boolean


    ncp.log_ttl_rx_pkts  Total Received Packets
        Unsigned 32-bit integer


    ncp.log_ttl_tx_pkts  Total Transmitted Packets
        Unsigned 32-bit integer


    ncp.logged_count  Logged Count
        Unsigned 16-bit integer


    ncp.logged_object_id  Logged in Object ID
        Unsigned 32-bit integer


    ncp.logical_connection_number  Logical Connection Number
        Unsigned 16-bit integer


    ncp.logical_drive_count  Logical Drive Count
        Unsigned 8-bit integer


    ncp.logical_drive_number  Logical Drive Number
        Unsigned 8-bit integer


    ncp.logical_lock_threshold  LogicalLockThreshold
        Unsigned 8-bit integer


    ncp.logical_record_name  Logical Record Name


    ncp.login_expiration_time  Login Expiration Time
        Unsigned 32-bit integer


    ncp.login_key  Login Key
        Byte array


    ncp.login_name  Login Name


    ncp.long_name  Long Name
        String


    ncp.lru_block_was_dirty  LRU Block Was Dirty
        Unsigned 16-bit integer


    ncp.lru_sit_time  LRU Sitting Time
        Unsigned 32-bit integer


    ncp.mac_attr  Attributes
        Unsigned 16-bit integer


    ncp.mac_attr_archive  Archive
        Boolean


    ncp.mac_attr_execute_only  Execute Only
        Boolean


    ncp.mac_attr_hidden  Hidden
        Boolean


    ncp.mac_attr_index  Index
        Boolean


    ncp.mac_attr_r_audit  Read Audit
        Boolean


    ncp.mac_attr_r_only  Read Only
        Boolean


    ncp.mac_attr_share  Shareable File
        Boolean


    ncp.mac_attr_smode1  Search Mode
        Boolean


    ncp.mac_attr_smode2  Search Mode
        Boolean


    ncp.mac_attr_smode3  Search Mode
        Boolean


    ncp.mac_attr_subdirectory  Subdirectory
        Boolean


    ncp.mac_attr_system  System
        Boolean


    ncp.mac_attr_transaction  Transaction
        Boolean


    ncp.mac_attr_w_audit  Write Audit
        Boolean


    ncp.mac_backup_date  Mac Backup Date
        Unsigned 16-bit integer


    ncp.mac_backup_time  Mac Backup Time
        Unsigned 16-bit integer


    ncp.mac_base_directory_id  Mac Base Directory ID
        Unsigned 32-bit integer


    ncp.mac_create_date  Mac Create Date
        Unsigned 16-bit integer


    ncp.mac_create_time  Mac Create Time
        Unsigned 16-bit integer


    ncp.mac_destination_base_id  Mac Destination Base ID
        Unsigned 32-bit integer


    ncp.mac_finder_info  Mac Finder Information
        Byte array


    ncp.mac_last_seen_id  Mac Last Seen ID
        Unsigned 32-bit integer


    ncp.mac_root_ids  MAC Root IDs
        Unsigned 32-bit integer


    ncp.mac_source_base_id  Mac Source Base ID
        Unsigned 32-bit integer


    ncp.major_version  Major Version
        Unsigned 32-bit integer


    ncp.map_hash_node_count  Map Hash Node Count
        Unsigned 32-bit integer


    ncp.max_byte_cnt  Maximum Byte Count
        Unsigned 32-bit integer


    ncp.max_bytes  Maximum Number of Bytes
        Unsigned 16-bit integer


    ncp.max_data_streams  Maximum Data Streams
        Unsigned 32-bit integer


    ncp.max_dir_depth  Maximum Directory Depth
        Unsigned 32-bit integer


    ncp.max_dirty_time  Maximum Dirty Time
        Unsigned 32-bit integer


    ncp.max_num_of_conn  Maximum Number of Connections
        Unsigned 32-bit integer


    ncp.max_num_of_dir_cache_buff  Maximum Number Of Directory Cache Buffers
        Unsigned 32-bit integer


    ncp.max_num_of_lans  Maximum Number Of LAN's
        Unsigned 32-bit integer


    ncp.max_num_of_media_types  Maximum Number of Media Types
        Unsigned 32-bit integer


    ncp.max_num_of_medias  Maximum Number Of Media's
        Unsigned 32-bit integer


    ncp.max_num_of_nme_sps  Maximum Number Of Name Spaces
        Unsigned 32-bit integer


    ncp.max_num_of_protocols  Maximum Number of Protocols
        Unsigned 32-bit integer


    ncp.max_num_of_spool_pr  Maximum Number Of Spool Printers
        Unsigned 32-bit integer


    ncp.max_num_of_stacks  Maximum Number Of Stacks
        Unsigned 32-bit integer


    ncp.max_num_of_users  Maximum Number Of Users
        Unsigned 32-bit integer


    ncp.max_num_of_vol  Maximum Number of Volumes
        Unsigned 32-bit integer


    ncp.max_phy_packet_size  Maximum Physical Packet Size
        Unsigned 32-bit integer


    ncp.max_space  Maximum Space
        Unsigned 16-bit integer


    ncp.maxspace  Maximum Space
        Unsigned 32-bit integer


    ncp.may_had_out_of_order  Maybe Had Out Of Order Writes Count
        Unsigned 32-bit integer


    ncp.media_list  Media List
        Unsigned 32-bit integer


    ncp.media_list_count  Media List Count
        Unsigned 32-bit integer


    ncp.media_name  Media Name


    ncp.media_number  Media Number
        Unsigned 32-bit integer


    ncp.media_object_type  Object Type
        Unsigned 8-bit integer


    ncp.member_name  Member Name


    ncp.member_type  Member Type
        Unsigned 8-bit integer


    ncp.message_language  NLM Language
        Unsigned 32-bit integer


    ncp.migrated_files  Migrated Files
        Unsigned 32-bit integer


    ncp.migrated_sectors  Migrated Sectors
        Unsigned 32-bit integer


    ncp.min_cache_report_thresh  Minimum Cache Report Threshold
        Unsigned 32-bit integer


    ncp.min_num_of_cache_buff  Minimum Number Of Cache Buffers
        Unsigned 32-bit integer


    ncp.min_num_of_dir_cache_buff  Minimum Number Of Directory Cache Buffers
        Unsigned 32-bit integer


    ncp.min_time_since_file_delete  Minimum Time Since File Delete
        Unsigned 32-bit integer


    ncp.minor_version  Minor Version
        Unsigned 32-bit integer


    ncp.missing_data_count  Missing Data Count
        Unsigned 16-bit integer


    ncp.missing_data_offset  Missing Data Offset
        Unsigned 32-bit integer


    ncp.missing_fraglist_count  Missing Fragment List Count
        Unsigned 16-bit integer


    ncp.mixed_mode_path_flag  Mixed Mode Path Flag
        Unsigned 8-bit integer


    ncp.modified_counter  Modified Counter
        Unsigned 32-bit integer


    ncp.modified_date  Modified Date
        Unsigned 16-bit integer


    ncp.modified_time  Modified Time
        Unsigned 16-bit integer


    ncp.modifier_id  Modifier ID
        Unsigned 32-bit integer


    ncp.modify_dos_create  Creator ID
        Boolean


    ncp.modify_dos_delete  Archive Date
        Boolean


    ncp.modify_dos_info_mask  Modify DOS Info Mask
        Unsigned 16-bit integer


    ncp.modify_dos_inheritance  Inheritance
        Boolean


    ncp.modify_dos_laccess  Last Access
        Boolean


    ncp.modify_dos_max_space  Maximum Space
        Boolean


    ncp.modify_dos_mdate  Modify Date
        Boolean


    ncp.modify_dos_mid  Modifier ID
        Boolean


    ncp.modify_dos_mtime  Modify Time
        Boolean


    ncp.modify_dos_open  Creation Time
        Boolean


    ncp.modify_dos_parent  Archive Time
        Boolean


    ncp.modify_dos_read  Attributes
        Boolean


    ncp.modify_dos_search  Archiver ID
        Boolean


    ncp.modify_dos_write  Creation Date
        Boolean


    ncp.more_flag  More Flag
        Unsigned 8-bit integer


    ncp.more_properties  More Properties
        Unsigned 8-bit integer


    ncp.move_cache_node  Move Cache Node Count
        Unsigned 32-bit integer


    ncp.move_cache_node_from_avai  Move Cache Node From Avail Count
        Unsigned 32-bit integer


    ncp.moved_the_ack_bit_dn  Moved The ACK Bit Down Count
        Unsigned 32-bit integer


    ncp.name  Name


    ncp.name12  Name
        String


    ncp.name_len  Name Space Length
        Unsigned 8-bit integer


    ncp.name_length  Name Length
        Unsigned 8-bit integer


    ncp.name_list  Name List
        Unsigned 32-bit integer


    ncp.name_space  Name Space
        Unsigned 8-bit integer


    ncp.name_space_name  Name Space Name


    ncp.name_type  nameType
        Unsigned 32-bit integer


    ncp.ncompletion_code  Completion Code
        Unsigned 32-bit integer


    ncp.ncp_data_size  NCP Data Size
        Unsigned 32-bit integer


    ncp.ncp_extension_major_version  NCP Extension Major Version
        Unsigned 8-bit integer


    ncp.ncp_extension_minor_version  NCP Extension Minor Version
        Unsigned 8-bit integer


    ncp.ncp_extension_name  NCP Extension Name


    ncp.ncp_extension_number  NCP Extension Number
        Unsigned 32-bit integer


    ncp.ncp_extension_numbers  NCP Extension Numbers
        Unsigned 32-bit integer


    ncp.ncp_extension_revision_number  NCP Extension Revision Number
        Unsigned 8-bit integer


    ncp.ncp_peak_sta_in_use  Peak Number of Connections since Server was brought up
        Unsigned 32-bit integer


    ncp.ncp_sta_in_use  Number of Workstations Connected to Server
        Unsigned 32-bit integer


    ncp.ndirty_blocks  Number of Dirty Blocks
        Unsigned 32-bit integer


    ncp.nds_request_flags  NDS Request Flags
        Unsigned 16-bit integer


    ncp.nds_request_flags_alias_ref  Alias Referral
        Boolean


    ncp.nds_request_flags_dn_ref  Down Referral
        Boolean


    ncp.nds_request_flags_local_entry  Local Entry
        Boolean


    ncp.nds_request_flags_no_such_entry  No Such Entry
        Boolean


    ncp.nds_request_flags_output  Output Fields
        Boolean


    ncp.nds_request_flags_reply_data_size  Reply Data Size
        Boolean


    ncp.nds_request_flags_req_cnt  Request Count
        Boolean


    ncp.nds_request_flags_req_data_size  Request Data Size
        Boolean


    ncp.nds_request_flags_trans_ref  Transport Referral
        Boolean


    ncp.nds_request_flags_trans_ref2  Transport Referral
        Boolean


    ncp.nds_request_flags_type_ref  Type Referral
        Boolean


    ncp.nds_request_flags_up_ref  Up Referral
        Boolean


    ncp.nds_status  NDS Status
        Unsigned 32-bit integer


    ncp.net_id_number  Net ID Number
        Unsigned 32-bit integer


    ncp.net_status  Network Status
        Unsigned 16-bit integer


    ncp.netbios_broadcast_was_propogated  NetBIOS Broadcast Was Propogated
        Unsigned 32-bit integer


    ncp.netbios_progated  NetBIOS Propagated Count
        Unsigned 32-bit integer


    ncp.netware_access_handle  NetWare Access Handle
        Byte array


    ncp.network_address  Network Address
        Unsigned 32-bit integer


    ncp.network_node_address  Network Node Address
        Byte array


    ncp.network_number  Network Number
        Unsigned 32-bit integer


    ncp.network_socket  Network Socket
        Unsigned 16-bit integer


    ncp.new_access_rights_create  Create
        Boolean


    ncp.new_access_rights_delete  Delete
        Boolean


    ncp.new_access_rights_mask  New Access Rights
        Unsigned 16-bit integer


    ncp.new_access_rights_modify  Modify
        Boolean


    ncp.new_access_rights_open  Open
        Boolean


    ncp.new_access_rights_parental  Parental
        Boolean


    ncp.new_access_rights_read  Read
        Boolean


    ncp.new_access_rights_search  Search
        Boolean


    ncp.new_access_rights_supervisor  Supervisor
        Boolean


    ncp.new_access_rights_write  Write
        Boolean


    ncp.new_directory_id  New Directory ID
        Unsigned 32-bit integer


    ncp.new_ea_handle  New EA Handle
        Unsigned 32-bit integer


    ncp.new_file_name  New File Name
        String


    ncp.new_file_name_len  New File Name


    ncp.new_file_size  New File Size
        Unsigned 32-bit integer


    ncp.new_object_name  New Object Name


    ncp.new_password  New Password


    ncp.new_path  New Path


    ncp.new_position  New Position
        Unsigned 8-bit integer


    ncp.next_cnt_block  Next Count Block
        Unsigned 32-bit integer


    ncp.next_huge_state_info  Next Huge State Info
        Byte array


    ncp.next_limb_scan_num  Next Limb Scan Number
        Unsigned 32-bit integer


    ncp.next_object_id  Next Object ID
        Unsigned 32-bit integer


    ncp.next_record  Next Record
        Unsigned 32-bit integer


    ncp.next_request_record  Next Request Record
        Unsigned 16-bit integer


    ncp.next_search_index  Next Search Index
        Unsigned 16-bit integer


    ncp.next_search_number  Next Search Number
        Unsigned 16-bit integer


    ncp.next_starting_number  Next Starting Number
        Unsigned 32-bit integer


    ncp.next_trustee_entry  Next Trustee Entry
        Unsigned 32-bit integer


    ncp.next_volume_number  Next Volume Number
        Unsigned 32-bit integer


    ncp.nlm_count  NLM Count
        Unsigned 32-bit integer


    ncp.nlm_flags  Flags
        Unsigned 8-bit integer


    ncp.nlm_flags_multiple  Can Load Multiple Times
        Boolean


    ncp.nlm_flags_pseudo  PseudoPreemption
        Boolean


    ncp.nlm_flags_reentrant  ReEntrant
        Boolean


    ncp.nlm_flags_synchronize  Synchronize Start
        Boolean


    ncp.nlm_load_options  NLM Load Options
        Unsigned 32-bit integer


    ncp.nlm_name_stringz  NLM Name
        String


    ncp.nlm_number  NLM Number
        Unsigned 32-bit integer


    ncp.nlm_numbers  NLM Numbers
        Unsigned 32-bit integer


    ncp.nlm_start_num  NLM Start Number
        Unsigned 32-bit integer


    ncp.nlm_type  NLM Type
        Unsigned 8-bit integer


    ncp.nlms_in_list  NLM's in List
        Unsigned 32-bit integer


    ncp.no_avail_conns  No Available Connections Count
        Unsigned 32-bit integer


    ncp.no_ecb_available_count  No ECB Available Count
        Unsigned 32-bit integer


    ncp.no_mem_for_station  No Memory For Station Control Count
        Unsigned 32-bit integer


    ncp.no_more_mem_avail  No More Memory Available Count
        Unsigned 32-bit integer


    ncp.no_receive_buff  No Receive Buffers
        Unsigned 16-bit integer


    ncp.no_space_for_service  No Space For Service
        Unsigned 16-bit integer


    ncp.node  Node
        Byte array


    ncp.node_flags  Node Flags
        Unsigned 32-bit integer


    ncp.non_ded_flag  Non Dedicated Flag
        Boolean


    ncp.non_freeable_avail_sub_alloc_sectors  Non Freeable Available Sub Alloc Sectors
        Unsigned 32-bit integer


    ncp.non_freeable_limbo_sectors  Non Freeable Limbo Sectors
        Unsigned 32-bit integer


    ncp.not_my_network  Not My Network
        Unsigned 16-bit integer


    ncp.not_supported_mask  Bit Counter Supported
        Boolean


    ncp.not_usable_sub_alloc_sectors  Not Usable Sub Alloc Sectors
        Unsigned 32-bit integer


    ncp.not_yet_purgeable_blocks  Not Yet Purgeable Blocks
        Unsigned 32-bit integer


    ncp.ns_info_mask  Names Space Info Mask
        Unsigned 16-bit integer


    ncp.ns_info_mask_acc_date  Access Date
        Boolean


    ncp.ns_info_mask_adate  Archive Date
        Boolean


    ncp.ns_info_mask_aid  Archiver ID
        Boolean


    ncp.ns_info_mask_atime  Archive Time
        Boolean


    ncp.ns_info_mask_cdate  Creation Date
        Boolean


    ncp.ns_info_mask_ctime  Creation Time
        Boolean


    ncp.ns_info_mask_fatt  File Attributes
        Boolean


    ncp.ns_info_mask_max_acc_mask  Inheritance
        Boolean


    ncp.ns_info_mask_max_space  Maximum Space
        Boolean


    ncp.ns_info_mask_modify  Modify Name
        Boolean


    ncp.ns_info_mask_owner  Owner ID
        Boolean


    ncp.ns_info_mask_udate  Update Date
        Boolean


    ncp.ns_info_mask_uid  Update ID
        Boolean


    ncp.ns_info_mask_utime  Update Time
        Boolean


    ncp.ns_specific_info  Name Space Specific Info
        String


    ncp.num_bytes  Number of Bytes
        Unsigned 16-bit integer


    ncp.num_dir_cache_buff  Number Of Directory Cache Buffers
        Unsigned 32-bit integer


    ncp.num_of_allocs  Number of Allocations
        Unsigned 32-bit integer


    ncp.num_of_cache_check_no_wait  Number Of Cache Check No Wait
        Unsigned 32-bit integer


    ncp.num_of_cache_checks  Number Of Cache Checks
        Unsigned 32-bit integer


    ncp.num_of_cache_dirty_checks  Number Of Cache Dirty Checks
        Unsigned 32-bit integer


    ncp.num_of_cache_hits  Number Of Cache Hits
        Unsigned 32-bit integer


    ncp.num_of_cache_hits_no_wait  Number Of Cache Hits No Wait
        Unsigned 32-bit integer


    ncp.num_of_cc_in_pkt  Number of Custom Counters in Packet
        Unsigned 32-bit integer


    ncp.num_of_checks  Number of Checks
        Unsigned 32-bit integer


    ncp.num_of_dir_cache_buff  Number Of Directory Cache Buffers
        Unsigned 32-bit integer


    ncp.num_of_dirty_cache_checks  Number Of Dirty Cache Checks
        Unsigned 32-bit integer


    ncp.num_of_entries  Number of Entries
        Unsigned 32-bit integer


    ncp.num_of_files_migrated  Number Of Files Migrated
        Unsigned 32-bit integer


    ncp.num_of_garb_coll  Number of Garbage Collections
        Unsigned 32-bit integer


    ncp.num_of_ncp_reqs  Number of NCP Requests since Server was brought up
        Unsigned 32-bit integer


    ncp.num_of_ref_publics  Number of Referenced Public Symbols
        Unsigned 32-bit integer


    ncp.num_of_segments  Number of Segments
        Unsigned 32-bit integer


    ncp.number_of_attributes  Number of Attributes
        Unsigned 32-bit integer


    ncp.number_of_cpus  Number of CPU's
        Unsigned 32-bit integer


    ncp.number_of_data_streams  Number of Data Streams
        Unsigned 16-bit integer


    ncp.number_of_dynamic_memory_areas  Number Of Dynamic Memory Areas
        Unsigned 16-bit integer


    ncp.number_of_entries  Number of Entries
        Unsigned 8-bit integer


    ncp.number_of_locks  Number of Locks
        Unsigned 8-bit integer


    ncp.number_of_minutes_to_delay  Number of Minutes to Delay
        Unsigned 32-bit integer


    ncp.number_of_ncp_extensions  Number Of NCP Extensions
        Unsigned 32-bit integer


    ncp.number_of_ns_loaded  Number Of Name Spaces Loaded
        Unsigned 16-bit integer


    ncp.number_of_protocols  Number of Protocols
        Unsigned 8-bit integer


    ncp.number_of_records  Number of Records
        Unsigned 16-bit integer


    ncp.number_of_semaphores  Number Of Semaphores
        Unsigned 16-bit integer


    ncp.number_of_service_processes  Number Of Service Processes
        Unsigned 8-bit integer


    ncp.number_of_set_categories  Number Of Set Categories
        Unsigned 32-bit integer


    ncp.number_of_sms  Number Of Storage Medias
        Unsigned 32-bit integer


    ncp.number_of_stations  Number of Stations
        Unsigned 8-bit integer


    ncp.nxt_search_num  Next Search Number
        Unsigned 32-bit integer


    ncp.o_c_ret_flags  Open Create Return Flags
        Unsigned 8-bit integer


    ncp.object_count  Object Count
        Unsigned 32-bit integer


    ncp.object_flags  Object Flags
        Unsigned 8-bit integer


    ncp.object_has_properites  Object Has Properties
        Unsigned 8-bit integer


    ncp.object_id  Object ID
        Unsigned 32-bit integer


    ncp.object_id_count  Object ID Count
        Unsigned 16-bit integer


    ncp.object_id_info  Object Information
        Unsigned 32-bit integer


    ncp.object_info_rtn_count  Object Information Count
        Unsigned 32-bit integer


    ncp.object_name  Object Name


    ncp.object_name_len  Object Name
        String


    ncp.object_name_stringz  Object Name
        String


    ncp.object_number  Object Number
        Unsigned 32-bit integer


    ncp.object_security  Object Security
        Unsigned 8-bit integer


    ncp.object_type  Object Type
        Unsigned 16-bit integer


    ncp.old_file_name  Old File Name
        Byte array


    ncp.old_file_size  Old File Size
        Unsigned 32-bit integer


    ncp.oldest_deleted_file_age_in_ticks  Oldest Deleted File Age in Ticks
        Unsigned 32-bit integer


    ncp.open_count  Open Count
        Unsigned 16-bit integer


    ncp.open_create_action  Open Create Action
        Unsigned 8-bit integer


    ncp.open_create_action_compressed  Compressed
        Boolean


    ncp.open_create_action_created  Created
        Boolean


    ncp.open_create_action_opened  Opened
        Boolean


    ncp.open_create_action_read_only  Read Only
        Boolean


    ncp.open_create_action_replaced  Replaced
        Boolean


    ncp.open_create_mode  Open Create Mode
        Unsigned 8-bit integer


    ncp.open_create_mode_create  Create new file or subdirectory (file or subdirectory cannot exist)
        Boolean


    ncp.open_create_mode_open  Open existing file (file must exist)
        Boolean


    ncp.open_create_mode_oplock  Open Callback (Op-Lock)
        Boolean


    ncp.open_create_mode_replace  Replace existing file
        Boolean


    ncp.open_for_read_count  Open For Read Count
        Unsigned 16-bit integer


    ncp.open_for_write_count  Open For Write Count
        Unsigned 16-bit integer


    ncp.open_rights  Open Rights
        Unsigned 8-bit integer


    ncp.open_rights_compat  Compatibility
        Boolean


    ncp.open_rights_deny_read  Deny Read
        Boolean


    ncp.open_rights_deny_write  Deny Write
        Boolean


    ncp.open_rights_read_only  Read Only
        Boolean


    ncp.open_rights_write_only  Write Only
        Boolean


    ncp.open_rights_write_thru  Write Through
        Boolean


    ncp.option_number  Option Number
        Unsigned 8-bit integer


    ncp.orig_num_cache_buff  Original Number Of Cache Buffers
        Unsigned 32-bit integer


    ncp.original_size  Original Size
        Unsigned 32-bit integer


    ncp.os_language_id  OS Language ID
        Unsigned 8-bit integer


    ncp.os_major_version  OS Major Version
        Unsigned 8-bit integer


    ncp.os_minor_version  OS Minor Version
        Unsigned 8-bit integer


    ncp.os_revision  OS Revision
        Unsigned 8-bit integer


    ncp.other_file_fork_fat  Other File Fork FAT Entry
        Unsigned 32-bit integer


    ncp.other_file_fork_size  Other File Fork Size
        Unsigned 32-bit integer


    ncp.outgoing_packet_discarded_no_turbo_buffer  Outgoing Packet Discarded No Turbo Buffer
        Unsigned 16-bit integer


    ncp.outstanding_compression_ios  Outstanding Compression IOs
        Unsigned 32-bit integer


    ncp.outstanding_ios  Outstanding IOs
        Unsigned 32-bit integer


    ncp.packet_rs_too_small_count  Receive Packet Too Small Count
        Unsigned 32-bit integer


    ncp.packet_rx_misc_error_count  Receive Packet Misc Error Count
        Unsigned 32-bit integer


    ncp.packet_rx_overflow_count  Receive Packet Overflow Count
        Unsigned 32-bit integer


    ncp.packet_rx_too_big_count  Receive Packet Too Big Count
        Unsigned 32-bit integer


    ncp.packet_seqno  Packet Sequence Number
        Unsigned 32-bit integer


    ncp.packet_tx_misc_error_count  Transmit Packet Misc Error Count
        Unsigned 32-bit integer


    ncp.packet_tx_too_big_count  Transmit Packet Too Big Count
        Unsigned 32-bit integer


    ncp.packet_tx_too_small_count  Transmit Packet Too Small Count
        Unsigned 32-bit integer


    ncp.packets_discarded_by_hop_count  Packets Discarded By Hop Count
        Unsigned 16-bit integer


    ncp.packets_discarded_unknown_net  Packets Discarded Unknown Net
        Unsigned 16-bit integer


    ncp.packets_from_invalid_connection  Packets From Invalid Connection
        Unsigned 16-bit integer


    ncp.packets_received_during_processing  Packets Received During Processing
        Unsigned 16-bit integer


    ncp.packets_with_bad_request_type  Packets With Bad Request Type
        Unsigned 16-bit integer


    ncp.packets_with_bad_sequence_number  Packets With Bad Sequence Number
        Unsigned 16-bit integer


    ncp.page_table_owner_flag  Page Table Owner
        Unsigned 32-bit integer


    ncp.parent_base_id  Parent Base ID
        Unsigned 32-bit integer


    ncp.parent_directory_base  Parent Directory Base
        Unsigned 32-bit integer


    ncp.parent_dos_directory_base  Parent DOS Directory Base
        Unsigned 32-bit integer


    ncp.parent_id  Parent ID
        Unsigned 32-bit integer


    ncp.parent_object_number  Parent Object Number
        Unsigned 32-bit integer


    ncp.password  Password


    ncp.path  Path


    ncp.path_and_name  Path and Name
        String


    ncp.path_base  Path Base
        Unsigned 8-bit integer


    ncp.path_component_count  Path Component Count
        Unsigned 16-bit integer


    ncp.path_component_size  Path Component Size
        Unsigned 16-bit integer


    ncp.path_cookie_flags  Path Cookie Flags
        Unsigned 16-bit integer


    ncp.path_count  Path Count
        Unsigned 8-bit integer


    ncp.pending_io_commands  Pending IO Commands
        Unsigned 16-bit integer


    ncp.percent_of_vol_used_by_dirs  Percent Of Volume Used By Directories
        Unsigned 32-bit integer


    ncp.physical_disk_channel  Physical Disk Channel
        Unsigned 8-bit integer


    ncp.physical_disk_number  Physical Disk Number
        Unsigned 8-bit integer


    ncp.physical_drive_count  Physical Drive Count
        Unsigned 8-bit integer


    ncp.physical_drive_type  Physical Drive Type
        Unsigned 8-bit integer


    ncp.physical_lock_threshold  Physical Lock Threshold
        Unsigned 8-bit integer


    ncp.physical_read_errors  Physical Read Errors
        Unsigned 16-bit integer


    ncp.physical_read_requests  Physical Read Requests
        Unsigned 32-bit integer


    ncp.physical_write_errors  Physical Write Errors
        Unsigned 16-bit integer


    ncp.physical_write_requests  Physical Write Requests
        Unsigned 32-bit integer


    ncp.ping_version  Ping Version
        Unsigned 16-bit integer


    ncp.poll_abort_conn  Poller Aborted The Connnection Count
        Unsigned 32-bit integer


    ncp.poll_rem_old_out_of_order  Poller Removed Old Out Of Order Count
        Unsigned 32-bit integer


    ncp.positive_acknowledges_sent  Positive Acknowledges Sent
        Unsigned 16-bit integer


    ncp.post_poned_events  Postponed Events
        Unsigned 32-bit integer


    ncp.pre_compressed_sectors  Precompressed Sectors
        Unsigned 32-bit integer


    ncp.previous_control_packet  Previous Control Packet Count
        Unsigned 32-bit integer


    ncp.previous_record  Previous Record
        Unsigned 32-bit integer


    ncp.primary_entry  Primary Entry
        Unsigned 32-bit integer


    ncp.print_flags  Print Flags
        Unsigned 8-bit integer


    ncp.print_flags_banner  Print Banner Page
        Boolean


    ncp.print_flags_cr  Create
        Boolean


    ncp.print_flags_del_spool  Delete Spool File after Printing
        Boolean


    ncp.print_flags_exp_tabs  Expand Tabs in the File
        Boolean


    ncp.print_flags_ff  Suppress Form Feeds
        Boolean


    ncp.print_server_version  Print Server Version
        Unsigned 8-bit integer


    ncp.print_to_file_flag  Print to File Flag
        Boolean


    ncp.printer_halted  Printer Halted
        Unsigned 8-bit integer


    ncp.printer_offline  Printer Off-Line
        Unsigned 8-bit integer


    ncp.priority  Priority
        Unsigned 32-bit integer


    ncp.privileges  Login Privileges
        Unsigned 32-bit integer


    ncp.pro_dos_info  Pro DOS Info
        Byte array


    ncp.processor_type  Processor Type
        Unsigned 8-bit integer


    ncp.product_major_version  Product Major Version
        Unsigned 16-bit integer


    ncp.product_minor_version  Product Minor Version
        Unsigned 16-bit integer


    ncp.product_revision_version  Product Revision Version
        Unsigned 8-bit integer


    ncp.projected_comp_size  Projected Compression Size
        Unsigned 32-bit integer


    ncp.property_data  Property Data
        Byte array


    ncp.property_has_more_segments  Property Has More Segments
        Unsigned 8-bit integer


    ncp.property_name  Property Name


    ncp.property_name_16  Property Name
        String


    ncp.property_segment  Property Segment
        Unsigned 8-bit integer


    ncp.property_type  Property Type
        Unsigned 8-bit integer


    ncp.property_value  Property Value
        String


    ncp.proposed_max_size  Proposed Max Size
        Unsigned 16-bit integer


    ncp.protocol_board_num  Protocol Board Number
        Unsigned 32-bit integer


    ncp.protocol_flags  Protocol Flags
        Unsigned 32-bit integer


    ncp.protocol_id  Protocol ID
        Byte array


    ncp.protocol_name  Protocol Name


    ncp.protocol_number  Protocol Number
        Unsigned 16-bit integer


    ncp.purge_c_code  Purge Completion Code
        Unsigned 32-bit integer


    ncp.purge_count  Purge Count
        Unsigned 32-bit integer


    ncp.purge_flags  Purge Flags
        Unsigned 16-bit integer


    ncp.purge_list  Purge List
        Unsigned 32-bit integer


    ncp.purgeable_blocks  Purgeable Blocks
        Unsigned 32-bit integer


    ncp.qms_version  QMS Version
        Unsigned 8-bit integer


    ncp.queue_id  Queue ID
        Unsigned 32-bit integer


    ncp.queue_name  Queue Name


    ncp.queue_start_position  Queue Start Position
        Unsigned 32-bit integer


    ncp.queue_status  Queue Status
        Unsigned 8-bit integer


    ncp.queue_status_new_jobs  Operator does not want to add jobs to the queue
        Boolean


    ncp.queue_status_pserver  Operator does not want additional servers attaching
        Boolean


    ncp.queue_status_svc_jobs  Operator does not want servers to service jobs
        Boolean


    ncp.queue_type  Queue Type
        Unsigned 16-bit integer


    ncp.r_tag_num  Resource Tag Number
        Unsigned 32-bit integer


    ncp.re_mirror_current_offset  ReMirror Current Offset
        Unsigned 32-bit integer


    ncp.re_mirror_drive_number  ReMirror Drive Number
        Unsigned 8-bit integer


    ncp.read_beyond_write  Read Beyond Write
        Unsigned 16-bit integer


    ncp.read_exist_blck  Read Existing Block Count
        Unsigned 32-bit integer


    ncp.read_exist_part_read  Read Existing Partial Read Count
        Unsigned 32-bit integer


    ncp.read_exist_read_err  Read Existing Read Error Count
        Unsigned 32-bit integer


    ncp.read_exist_write_wait  Read Existing Write Wait Count
        Unsigned 32-bit integer


    ncp.realloc_slot  Re-Allocate Slot Count
        Unsigned 32-bit integer


    ncp.realloc_slot_came_too_soon  Re-Allocate Slot Came Too Soon Count
        Unsigned 32-bit integer


    ncp.rec_lock_count  Record Lock Count
        Unsigned 16-bit integer


    ncp.record_end  Record End
        Unsigned 32-bit integer


    ncp.record_in_use  Record in Use
        Unsigned 16-bit integer


    ncp.record_start  Record Start
        Unsigned 32-bit integer


    ncp.redirected_printer  Redirected Printer
        Unsigned 8-bit integer


    ncp.reexecute_request  Re-Execute Request Count
        Unsigned 32-bit integer


    ncp.reference_count  Reference Count
        Unsigned 32-bit integer


    ncp.relations_count  Relations Count
        Unsigned 16-bit integer


    ncp.rem_cache_node  Remove Cache Node Count
        Unsigned 32-bit integer


    ncp.rem_cache_node_from_avail  Remove Cache Node From Avail Count
        Unsigned 32-bit integer


    ncp.remote_max_packet_size  Remote Max Packet Size
        Unsigned 32-bit integer


    ncp.remote_target_id  Remote Target ID
        Unsigned 32-bit integer


    ncp.removable_flag  Removable Flag
        Unsigned 16-bit integer


    ncp.remove_open_rights  Remove Open Rights
        Unsigned 8-bit integer


    ncp.remove_open_rights_comp  Compatibility
        Boolean


    ncp.remove_open_rights_dr  Deny Read
        Boolean


    ncp.remove_open_rights_dw  Deny Write
        Boolean


    ncp.remove_open_rights_ro  Read Only
        Boolean


    ncp.remove_open_rights_wo  Write Only
        Boolean


    ncp.remove_open_rights_write_thru  Write Through
        Boolean


    ncp.rename_flag  Rename Flag
        Unsigned 8-bit integer


    ncp.rename_flag_comp  Compatability allows files that are marked read only to be opened with read/write access
        Boolean


    ncp.rename_flag_no  Name Only renames only the specified name space entry name
        Boolean


    ncp.rename_flag_ren  Rename to Myself allows file to be renamed to it's original name
        Boolean


    ncp.replies_cancelled  Replies Cancelled
        Unsigned 16-bit integer


    ncp.reply_canceled  Reply Canceled Count
        Unsigned 32-bit integer


    ncp.reply_queue_job_numbers  Reply Queue Job Numbers
        Unsigned 32-bit integer


    ncp.req_frame_num  Response to Request in Frame Number
        Unsigned 32-bit integer


    ncp.request_bit_map  Request Bit Map
        Unsigned 16-bit integer


    ncp.request_bit_map_ratt  Return Attributes
        Boolean


    ncp.request_bit_map_ret_acc_date  Access Date
        Boolean


    ncp.request_bit_map_ret_acc_priv  Access Privileges
        Boolean


    ncp.request_bit_map_ret_afp_ent  AFP Entry ID
        Boolean


    ncp.request_bit_map_ret_afp_parent  AFP Parent Entry ID
        Boolean


    ncp.request_bit_map_ret_bak_date  Backup Date&Time
        Boolean


    ncp.request_bit_map_ret_cr_date  Creation Date
        Boolean


    ncp.request_bit_map_ret_data_fork  Data Fork Length
        Boolean


    ncp.request_bit_map_ret_finder  Finder Info
        Boolean


    ncp.request_bit_map_ret_long_nm  Long Name
        Boolean


    ncp.request_bit_map_ret_mod_date  Modify Date&Time
        Boolean


    ncp.request_bit_map_ret_num_off  Number of Offspring
        Boolean


    ncp.request_bit_map_ret_owner  Owner ID
        Boolean


    ncp.request_bit_map_ret_res_fork  Resource Fork Length
        Boolean


    ncp.request_bit_map_ret_short  Short Name
        Boolean


    ncp.request_code  Request Code
        Unsigned 8-bit integer


    ncp.requests_reprocessed  Requests Reprocessed
        Unsigned 16-bit integer


    ncp.reserved  Reserved
        Unsigned 8-bit integer


    ncp.reserved10  Reserved
        Byte array


    ncp.reserved12  Reserved
        Byte array


    ncp.reserved120  Reserved
        Byte array


    ncp.reserved16  Reserved
        Byte array


    ncp.reserved2  Reserved
        Byte array


    ncp.reserved20  Reserved
        Byte array


    ncp.reserved28  Reserved
        Byte array


    ncp.reserved3  Reserved
        Byte array


    ncp.reserved36  Reserved
        Byte array


    ncp.reserved4  Reserved
        Byte array


    ncp.reserved44  Reserved
        Byte array


    ncp.reserved48  Reserved
        Byte array


    ncp.reserved51  Reserved
        Byte array


    ncp.reserved56  Reserved
        Byte array


    ncp.reserved6  Reserved
        Byte array


    ncp.reserved64  Reserved
        Byte array


    ncp.reserved8  Reserved
        Byte array


    ncp.reserved_or_directory_number  Reserved or Directory Number (see EAFlags)
        Unsigned 32-bit integer


    ncp.resource_count  Resource Count
        Unsigned 32-bit integer


    ncp.resource_fork_len  Resource Fork Len
        Unsigned 32-bit integer


    ncp.resource_fork_size  Resource Fork Size
        Unsigned 32-bit integer


    ncp.resource_name  Resource Name
        String


    ncp.resource_sig  Resource Signature
        String


    ncp.restore_time  Restore Time
        Unsigned 32-bit integer


    ncp.restriction  Disk Space Restriction
        Unsigned 32-bit integer


    ncp.restrictions_enforced  Disk Restrictions Enforce Flag
        Unsigned 8-bit integer


    ncp.ret_info_mask  Return Information
        Unsigned 16-bit integer


    ncp.ret_info_mask_actual  Return Actual Information
        Boolean


    ncp.ret_info_mask_alloc  Return Allocation Space Information
        Boolean


    ncp.ret_info_mask_arch  Return Archive Information
        Boolean


    ncp.ret_info_mask_attr  Return Attribute Information
        Boolean


    ncp.ret_info_mask_create  Return Creation Information
        Boolean


    ncp.ret_info_mask_dir  Return Directory Information
        Boolean


    ncp.ret_info_mask_eattr  Return Extended Attributes Information
        Boolean


    ncp.ret_info_mask_fname  Return File Name Information
        Boolean


    ncp.ret_info_mask_id  Return ID Information
        Boolean


    ncp.ret_info_mask_logical  Return Logical Information
        Boolean


    ncp.ret_info_mask_mod  Return Modify Information
        Boolean


    ncp.ret_info_mask_ns  Return Name Space Information
        Boolean


    ncp.ret_info_mask_ns_attr  Return Name Space Attributes Information
        Boolean


    ncp.ret_info_mask_rights  Return Rights Information
        Boolean


    ncp.ret_info_mask_size  Return Size Information
        Boolean


    ncp.ret_info_mask_tspace  Return Total Space Information
        Boolean


    ncp.retry_tx_count  Transmit Retry Count
        Unsigned 32-bit integer


    ncp.return_info_count  Return Information Count
        Unsigned 32-bit integer


    ncp.returned_list_count  Returned List Count
        Unsigned 32-bit integer


    ncp.rev_query_flag  Revoke Rights Query Flag
        Unsigned 8-bit integer


    ncp.revision  Revision
        Unsigned 32-bit integer


    ncp.revision_number  Revision
        Unsigned 8-bit integer


    ncp.rights_grant_mask  Grant Rights
        Unsigned 8-bit integer


    ncp.rights_grant_mask_create  Create
        Boolean


    ncp.rights_grant_mask_del  Delete
        Boolean


    ncp.rights_grant_mask_mod  Modify
        Boolean


    ncp.rights_grant_mask_open  Open
        Boolean


    ncp.rights_grant_mask_parent  Parental
        Boolean


    ncp.rights_grant_mask_read  Read
        Boolean


    ncp.rights_grant_mask_search  Search
        Boolean


    ncp.rights_grant_mask_write  Write
        Boolean


    ncp.rights_revoke_mask  Revoke Rights
        Unsigned 8-bit integer


    ncp.rights_revoke_mask_create  Create
        Boolean


    ncp.rights_revoke_mask_del  Delete
        Boolean


    ncp.rights_revoke_mask_mod  Modify
        Boolean


    ncp.rights_revoke_mask_open  Open
        Boolean


    ncp.rights_revoke_mask_parent  Parental
        Boolean


    ncp.rights_revoke_mask_read  Read
        Boolean


    ncp.rights_revoke_mask_search  Search
        Boolean


    ncp.rights_revoke_mask_write  Write
        Boolean


    ncp.rip_socket_num  RIP Socket Number
        Unsigned 16-bit integer


    ncp.route_hops  Hop Count
        Unsigned 16-bit integer


    ncp.route_time  Route Time
        Unsigned 16-bit integer


    ncp.router_dn_flag  Router Down Flag
        Boolean


    ncp.rpc_c_code  RPC Completion Code
        Unsigned 16-bit integer


    ncp.rpy_nearest_srv_flag  Reply to Nearest Server Flag
        Boolean


    ncp.rx_buffer_size  Receive Buffer Size
        Unsigned 32-bit integer


    ncp.rx_buffers  Receive Buffers
        Unsigned 32-bit integer


    ncp.rx_buffers_75  Receive Buffers Warning Level
        Unsigned 32-bit integer


    ncp.rx_buffers_checked_out  Receive Buffers Checked Out Count
        Unsigned 32-bit integer


    ncp.s_day  Day
        Unsigned 8-bit integer


    ncp.s_day_of_week  Day of Week
        Unsigned 8-bit integer


    ncp.s_hour  Hour
        Unsigned 8-bit integer


    ncp.s_m_info  Storage Media Information
        Unsigned 8-bit integer


    ncp.s_minute  Minutes
        Unsigned 8-bit integer


    ncp.s_module_name  Storage Module Name
        String


    ncp.s_month  Month
        Unsigned 8-bit integer


    ncp.s_second  Seconds
        Unsigned 8-bit integer


    ncp.salvageable_file_entry_number  Salvageable File Entry Number
        Unsigned 32-bit integer


    ncp.sap_socket_number  SAP Socket Number
        Unsigned 16-bit integer


    ncp.sattr  Search Attributes
        Unsigned 8-bit integer


    ncp.sattr_hid  Hidden
        Boolean


    ncp.sattr_sub  Subdirectory
        Boolean


    ncp.sattr_sys  System
        Boolean


    ncp.saved_an_out_of_order_packet  Saved An Out Of Order Packet Count
        Unsigned 32-bit integer


    ncp.scan_items  Number of Items returned from Scan
        Unsigned 32-bit integer


    ncp.search_att_archive  Archive
        Boolean


    ncp.search_att_execute_confrim  Execute Confirm
        Boolean


    ncp.search_att_execute_only  Execute Only
        Boolean


    ncp.search_att_hidden  Hidden
        Boolean


    ncp.search_att_low  Search Attributes
        Unsigned 16-bit integer


    ncp.search_att_read_only  Read Only
        Boolean


    ncp.search_att_shareable  Shareable
        Boolean


    ncp.search_att_sub  Subdirectory
        Boolean


    ncp.search_att_system  System
        Boolean


    ncp.search_attr_all_files  All Files and Directories
        Boolean


    ncp.search_bit_map  Search Bit Map
        Unsigned 8-bit integer


    ncp.search_bit_map_files  Files
        Boolean


    ncp.search_bit_map_hidden  Hidden
        Boolean


    ncp.search_bit_map_sub  Subdirectory
        Boolean


    ncp.search_bit_map_sys  System
        Boolean


    ncp.search_conn_number  Search Connection Number
        Unsigned 32-bit integer


    ncp.search_instance  Search Instance
        Unsigned 32-bit integer


    ncp.search_number  Search Number
        Unsigned 32-bit integer


    ncp.search_pattern  Search Pattern


    ncp.search_sequence  Search Sequence
        Byte array


    ncp.search_sequence_word  Search Sequence
        Unsigned 16-bit integer


    ncp.sec_rel_to_y2k  Seconds Relative to the Year 2000
        Unsigned 32-bit integer


    ncp.sector_size  Sector Size
        Unsigned 32-bit integer


    ncp.sectors_per_block  Sectors Per Block
        Unsigned 8-bit integer


    ncp.sectors_per_cluster  Sectors Per Cluster
        Unsigned 16-bit integer


    ncp.sectors_per_cluster_long  Sectors Per Cluster
        Unsigned 32-bit integer


    ncp.sectors_per_track  Sectors Per Track
        Unsigned 8-bit integer


    ncp.security_equiv_list  Security Equivalent List
        String


    ncp.security_flag  Security Flag
        Unsigned 8-bit integer


    ncp.security_restriction_version  Security Restriction Version
        Unsigned 8-bit integer


    ncp.semaphore_handle  Semaphore Handle
        Unsigned 32-bit integer


    ncp.semaphore_name  Semaphore Name


    ncp.semaphore_name_len  Semaphore Name Len
        Unsigned 8-bit integer


    ncp.semaphore_open_count  Semaphore Open Count
        Unsigned 8-bit integer


    ncp.semaphore_share_count  Semaphore Share Count
        Unsigned 8-bit integer


    ncp.semaphore_time_out  Semaphore Time Out
        Unsigned 16-bit integer


    ncp.semaphore_value  Semaphore Value
        Unsigned 16-bit integer


    ncp.send_hold_off_message  Send Hold Off Message Count
        Unsigned 32-bit integer


    ncp.send_status  Send Status
        Unsigned 8-bit integer


    ncp.sent_a_dup_reply  Sent A Duplicate Reply Count
        Unsigned 32-bit integer


    ncp.sent_pos_ack  Sent Positive Acknowledge Count
        Unsigned 32-bit integer


    ncp.seq  Sequence Number
        Unsigned 8-bit integer


    ncp.sequence_byte  Sequence
        Unsigned 8-bit integer


    ncp.sequence_number  Sequence Number
        Unsigned 32-bit integer


    ncp.server_address  Server Address
        Byte array


    ncp.server_app_num  Server App Number
        Unsigned 16-bit integer


    ncp.server_id_list  Server ID List
        Unsigned 32-bit integer


    ncp.server_id_number  Server ID
        Unsigned 32-bit integer


    ncp.server_info_flags  Server Information Flags
        Unsigned 16-bit integer


    ncp.server_list_flags  Server List Flags
        Unsigned 32-bit integer


    ncp.server_name  Server Name
        String


    ncp.server_name_len  Server Name


    ncp.server_name_stringz  Server Name
        String


    ncp.server_network_address  Server Network Address
        Byte array


    ncp.server_node  Server Node
        Byte array


    ncp.server_serial_number  Server Serial Number
        Unsigned 32-bit integer


    ncp.server_station  Server Station
        Unsigned 8-bit integer


    ncp.server_station_list  Server Station List
        Unsigned 8-bit integer


    ncp.server_station_long  Server Station
        Unsigned 32-bit integer


    ncp.server_status_record  Server Status Record
        String


    ncp.server_task_number  Server Task Number
        Unsigned 8-bit integer


    ncp.server_task_number_long  Server Task Number
        Unsigned 32-bit integer


    ncp.server_type  Server Type
        Unsigned 16-bit integer


    ncp.server_utilization  Server Utilization
        Unsigned 32-bit integer


    ncp.server_utilization_percentage  Server Utilization Percentage
        Unsigned 8-bit integer


    ncp.set_cmd_catagory  Set Command Catagory
        Unsigned 8-bit integer


    ncp.set_cmd_flags  Set Command Flags
        Unsigned 8-bit integer


    ncp.set_cmd_name  Set Command Name
        String


    ncp.set_cmd_type  Set Command Type
        Unsigned 8-bit integer


    ncp.set_cmd_value_num  Set Command Value
        Unsigned 32-bit integer


    ncp.set_cmd_value_string  Set Command Value
        String


    ncp.set_parm_name  Set Parameter Name
        String


    ncp.sft_error_table  SFT Error Table
        Byte array


    ncp.sft_support_level  SFT Support Level
        Unsigned 8-bit integer


    ncp.shareable_lock_count  Shareable Lock Count
        Unsigned 16-bit integer


    ncp.shared_memory_addresses  Shared Memory Addresses
        Byte array


    ncp.short_name  Short Name
        String


    ncp.short_stack_name  Short Stack Name
        String


    ncp.shouldnt_be_ack_here  Shouldn't Be ACKing Here Count
        Unsigned 32-bit integer


    ncp.sibling_count  Sibling Count
        Unsigned 32-bit integer


    ncp.signature  Signature
        Boolean


    ncp.slot  Slot
        Unsigned 8-bit integer


    ncp.sm_info_size  Storage Module Information Size
        Unsigned 32-bit integer


    ncp.smids  Storage Media ID's
        Unsigned 32-bit integer


    ncp.software_description  Software Description
        String


    ncp.software_driver_type  Software Driver Type
        Unsigned 8-bit integer


    ncp.software_major_version_number  Software Major Version Number
        Unsigned 8-bit integer


    ncp.software_minor_version_number  Software Minor Version Number
        Unsigned 8-bit integer


    ncp.someone_else_did_it_0  Someone Else Did It Count 0
        Unsigned 32-bit integer


    ncp.someone_else_did_it_1  Someone Else Did It Count 1
        Unsigned 32-bit integer


    ncp.someone_else_did_it_2  Someone Else Did It Count 2
        Unsigned 32-bit integer


    ncp.someone_else_using_this_file  Someone Else Using This File Count
        Unsigned 32-bit integer


    ncp.source_component_count  Source Path Component Count
        Unsigned 8-bit integer


    ncp.source_dir_handle  Source Directory Handle
        Unsigned 8-bit integer


    ncp.source_originate_time  Source Originate Time
        Byte array


    ncp.source_path  Source Path


    ncp.source_return_time  Source Return Time
        Byte array


    ncp.space_migrated  Space Migrated
        Unsigned 32-bit integer


    ncp.space_restriction_node_count  Space Restriction Node Count
        Unsigned 32-bit integer


    ncp.space_used  Space Used
        Unsigned 32-bit integer


    ncp.spx_abort_conn  SPX Aborted Connection
        Unsigned 16-bit integer


    ncp.spx_bad_in_pkt  SPX Bad In Packet Count
        Unsigned 16-bit integer


    ncp.spx_bad_listen  SPX Bad Listen Count
        Unsigned 16-bit integer


    ncp.spx_bad_send  SPX Bad Send Count
        Unsigned 16-bit integer


    ncp.spx_est_conn_fail  SPX Establish Connection Fail
        Unsigned 16-bit integer


    ncp.spx_est_conn_req  SPX Establish Connection Requests
        Unsigned 16-bit integer


    ncp.spx_incoming_pkt  SPX Incoming Packet Count
        Unsigned 32-bit integer


    ncp.spx_listen_con_fail  SPX Listen Connect Fail
        Unsigned 16-bit integer


    ncp.spx_listen_con_req  SPX Listen Connect Request
        Unsigned 16-bit integer


    ncp.spx_listen_pkt  SPX Listen Packet Count
        Unsigned 32-bit integer


    ncp.spx_max_conn  SPX Max Connections Count
        Unsigned 16-bit integer


    ncp.spx_max_used_conn  SPX Max Used Connections
        Unsigned 16-bit integer


    ncp.spx_no_ses_listen  SPX No Session Listen ECB Count
        Unsigned 16-bit integer


    ncp.spx_send  SPX Send Count
        Unsigned 32-bit integer


    ncp.spx_send_fail  SPX Send Fail Count
        Unsigned 16-bit integer


    ncp.spx_supp_pkt  SPX Suppressed Packet Count
        Unsigned 16-bit integer


    ncp.spx_watch_dog  SPX Watch Dog Destination Session Count
        Unsigned 16-bit integer


    ncp.spx_window_choke  SPX Window Choke Count
        Unsigned 32-bit integer


    ncp.src_connection  Source Connection ID
        Unsigned 32-bit integer


    ncp.src_name_space  Source Name Space
        Unsigned 8-bit integer


    ncp.stack_count  Stack Count
        Unsigned 32-bit integer


    ncp.stack_full_name_str  Stack Full Name


    ncp.stack_major_vn  Stack Major Version Number
        Unsigned 8-bit integer


    ncp.stack_minor_vn  Stack Minor Version Number
        Unsigned 8-bit integer


    ncp.stack_number  Stack Number
        Unsigned 32-bit integer


    ncp.stack_short_name  Stack Short Name
        String


    ncp.start_conn_num  Starting Connection Number
        Unsigned 32-bit integer


    ncp.start_number  Start Number
        Unsigned 32-bit integer


    ncp.start_number_flag  Start Number Flag
        Unsigned 16-bit integer


    ncp.start_search_number  Start Search Number
        Unsigned 16-bit integer


    ncp.start_station_error  Start Station Error Count
        Unsigned 32-bit integer


    ncp.start_volume_number  Starting Volume Number
        Unsigned 32-bit integer


    ncp.starting_block  Starting Block
        Unsigned 16-bit integer


    ncp.starting_number  Starting Number
        Unsigned 32-bit integer


    ncp.stat_major_version  Statistics Table Major Version
        Unsigned 8-bit integer


    ncp.stat_minor_version  Statistics Table Minor Version
        Unsigned 8-bit integer


    ncp.stat_table_major_version  Statistics Table Major Version
        Unsigned 8-bit integer


    ncp.stat_table_minor_version  Statistics Table Minor Version
        Unsigned 8-bit integer


    ncp.station_list  Station List
        Unsigned 32-bit integer


    ncp.station_number  Station Number
        Byte array


    ncp.status  Status
        Unsigned 16-bit integer


    ncp.status_flag_bits  Status Flag
        Unsigned 32-bit integer


    ncp.status_flag_bits_audit  Audit
        Boolean


    ncp.status_flag_bits_comp  Compression
        Boolean


    ncp.status_flag_bits_im_purge  Immediate Purge
        Boolean


    ncp.status_flag_bits_migrate  Migration
        Boolean


    ncp.status_flag_bits_nss  NSS Volume
        Boolean


    ncp.status_flag_bits_ro  Read Only
        Boolean


    ncp.status_flag_bits_suballoc  Sub Allocation
        Boolean


    ncp.still_doing_the_last_req  Still Doing The Last Request Count
        Unsigned 32-bit integer


    ncp.still_transmitting  Still Transmitting Count
        Unsigned 32-bit integer


    ncp.stream_type  Stream Type
        Unsigned 8-bit integer


    ncp.sub_alloc_clusters  Sub Alloc Clusters
        Unsigned 32-bit integer


    ncp.sub_alloc_freeable_clusters  Sub Alloc Freeable Clusters
        Unsigned 32-bit integer


    ncp.sub_directory  Subdirectory
        Unsigned 32-bit integer


    ncp.subfunc  SubFunction
        Unsigned 8-bit integer


    ncp.suggested_file_size  Suggested File Size
        Unsigned 32-bit integer


    ncp.support_module_id  Support Module ID
        Unsigned 32-bit integer


    ncp.synch_name  Synch Name


    ncp.system_flags  System Flags
        Unsigned 8-bit integer


    ncp.system_flags.abt  ABT
        Boolean


    ncp.system_flags.eob  EOB
        Boolean


    ncp.system_flags.sys  SYS
        Boolean


    ncp.system_interval_marker  System Interval Marker
        Unsigned 32-bit integer


    ncp.tab_size  Tab Size
        Unsigned 8-bit integer


    ncp.target_client_list  Target Client List
        Unsigned 8-bit integer


    ncp.target_connection_number  Target Connection Number
        Unsigned 16-bit integer


    ncp.target_dir_handle  Target Directory Handle
        Unsigned 8-bit integer


    ncp.target_entry_id  Target Entry ID
        Unsigned 32-bit integer


    ncp.target_execution_time  Target Execution Time
        Byte array


    ncp.target_file_handle  Target File Handle
        Byte array


    ncp.target_file_offset  Target File Offset
        Unsigned 32-bit integer


    ncp.target_message  Message


    ncp.target_ptr  Target Printer
        Unsigned 8-bit integer


    ncp.target_receive_time  Target Receive Time
        Byte array


    ncp.target_server_id_number  Target Server ID Number
        Unsigned 32-bit integer


    ncp.target_transmit_time  Target Transmit Time
        Byte array


    ncp.task  Task Number
        Unsigned 8-bit integer


    ncp.task_num_byte  Task Number
        Unsigned 8-bit integer


    ncp.task_number_word  Task Number
        Unsigned 16-bit integer


    ncp.text_job_description  Text Job Description
        String


    ncp.thrashing_count  Thrashing Count
        Unsigned 16-bit integer


    ncp.time_to_net  Time To Net
        Unsigned 16-bit integer


    ncp.timeout_limit  Timeout Limit
        Unsigned 16-bit integer


    ncp.timesync_status_active  Time Synchronization is Active
        Boolean


    ncp.timesync_status_ext_sync  External Clock Status
        Boolean


    ncp.timesync_status_external  External Time Synchronization Active
        Boolean


    ncp.timesync_status_flags  Timesync Status
        Unsigned 32-bit integer


    ncp.timesync_status_net_sync  Time is Synchronized to the Network
        Boolean


    ncp.timesync_status_server_type  Time Server Type
        Unsigned 32-bit integer


    ncp.timesync_status_sync  Time is Synchronized
        Boolean


    ncp.too_many_ack_frag  Too Many ACK Fragments Count
        Unsigned 32-bit integer


    ncp.too_many_hops  Too Many Hops
        Unsigned 16-bit integer


    ncp.total_blks_to_dcompress  Total Blocks To Decompress
        Unsigned 32-bit integer


    ncp.total_blocks  Total Blocks
        Unsigned 32-bit integer


    ncp.total_cache_writes  Total Cache Writes
        Unsigned 32-bit integer


    ncp.total_changed_fats  Total Changed FAT Entries
        Unsigned 32-bit integer


    ncp.total_cnt_blocks  Total Count Blocks
        Unsigned 32-bit integer


    ncp.total_common_cnts  Total Common Counts
        Unsigned 32-bit integer


    ncp.total_dir_entries  Total Directory Entries
        Unsigned 32-bit integer


    ncp.total_directory_slots  Total Directory Slots
        Unsigned 16-bit integer


    ncp.total_extended_directory_extants  Total Extended Directory Extants
        Unsigned 32-bit integer


    ncp.total_file_service_packets  Total File Service Packets
        Unsigned 32-bit integer


    ncp.total_files_opened  Total Files Opened
        Unsigned 32-bit integer


    ncp.total_lfs_counters  Total LFS Counters
        Unsigned 32-bit integer


    ncp.total_offspring  Total Offspring
        Unsigned 16-bit integer


    ncp.total_other_packets  Total Other Packets
        Unsigned 32-bit integer


    ncp.total_queue_jobs  Total Queue Jobs
        Unsigned 32-bit integer


    ncp.total_read_requests  Total Read Requests
        Unsigned 32-bit integer


    ncp.total_request  Total Requests
        Unsigned 32-bit integer


    ncp.total_request_packets  Total Request Packets
        Unsigned 32-bit integer


    ncp.total_routed_packets  Total Routed Packets
        Unsigned 32-bit integer


    ncp.total_rx_packet_count  Total Receive Packet Count
        Unsigned 32-bit integer


    ncp.total_rx_packets  Total Receive Packets
        Unsigned 32-bit integer


    ncp.total_rx_pkts  Total Receive Packets
        Unsigned 32-bit integer


    ncp.total_server_memory  Total Server Memory
        Unsigned 16-bit integer


    ncp.total_stream_size_struct_space_alloc  Total Data Stream Disk Space Alloc
        Unsigned 32-bit integer


    ncp.total_trans_backed_out  Total Transactions Backed Out
        Unsigned 32-bit integer


    ncp.total_trans_performed  Total Transactions Performed
        Unsigned 32-bit integer


    ncp.total_tx_packet_count  Total Transmit Packet Count
        Unsigned 32-bit integer


    ncp.total_tx_packets  Total Transmit Packets
        Unsigned 32-bit integer


    ncp.total_tx_pkts  Total Transmit Packets
        Unsigned 32-bit integer


    ncp.total_unfilled_backout_requests  Total Unfilled Backout Requests
        Unsigned 16-bit integer


    ncp.total_volume_clusters  Total Volume Clusters
        Unsigned 16-bit integer


    ncp.total_write_requests  Total Write Requests
        Unsigned 32-bit integer


    ncp.total_write_trans_performed  Total Write Transactions Performed
        Unsigned 32-bit integer


    ncp.track_on_flag  Track On Flag
        Boolean


    ncp.transaction_disk_space  Transaction Disk Space
        Unsigned 16-bit integer


    ncp.transaction_fat_allocations  Transaction FAT Allocations
        Unsigned 32-bit integer


    ncp.transaction_file_size_changes  Transaction File Size Changes
        Unsigned 32-bit integer


    ncp.transaction_files_truncated  Transaction Files Truncated
        Unsigned 32-bit integer


    ncp.transaction_number  Transaction Number
        Unsigned 32-bit integer


    ncp.transaction_tracking_enabled  Transaction Tracking Enabled
        Unsigned 8-bit integer


    ncp.transaction_tracking_supported  Transaction Tracking Supported
        Unsigned 8-bit integer


    ncp.transaction_volume_number  Transaction Volume Number
        Unsigned 16-bit integer


    ncp.transport_addr  Transport Address


    ncp.transport_type  Communications Type
        Unsigned 8-bit integer


    ncp.trustee_id_set  Trustee ID
        Unsigned 32-bit integer


    ncp.trustee_list_node_count  Trustee List Node Count
        Unsigned 32-bit integer


    ncp.trustee_rights_create  Create
        Boolean


    ncp.trustee_rights_del  Delete
        Boolean


    ncp.trustee_rights_low  Trustee Rights
        Unsigned 16-bit integer


    ncp.trustee_rights_modify  Modify
        Boolean


    ncp.trustee_rights_open  Open
        Boolean


    ncp.trustee_rights_parent  Parental
        Boolean


    ncp.trustee_rights_read  Read
        Boolean


    ncp.trustee_rights_search  Search
        Boolean


    ncp.trustee_rights_super  Supervisor
        Boolean


    ncp.trustee_rights_write  Write
        Boolean


    ncp.trustee_set_number  Trustee Set Number
        Unsigned 8-bit integer


    ncp.try_to_write_too_much  Trying To Write Too Much Count
        Unsigned 32-bit integer


    ncp.ttl_comp_blks  Total Compression Blocks
        Unsigned 32-bit integer


    ncp.ttl_ds_disk_space_alloc  Total Streams Space Allocated
        Unsigned 32-bit integer


    ncp.ttl_eas  Total EA's
        Unsigned 32-bit integer


    ncp.ttl_eas_data_size  Total EA's Data Size
        Unsigned 32-bit integer


    ncp.ttl_eas_key_size  Total EA's Key Size
        Unsigned 32-bit integer


    ncp.ttl_inter_blks  Total Intermediate Blocks
        Unsigned 32-bit integer


    ncp.ttl_migrated_size  Total Migrated Size
        Unsigned 32-bit integer


    ncp.ttl_num_of_r_tags  Total Number of Resource Tags
        Unsigned 32-bit integer


    ncp.ttl_num_of_set_cmds  Total Number of Set Commands
        Unsigned 32-bit integer


    ncp.ttl_pckts_routed  Total Packets Routed
        Unsigned 32-bit integer


    ncp.ttl_pckts_srvcd  Total Packets Serviced
        Unsigned 32-bit integer


    ncp.ttl_values_length  Total Values Length
        Unsigned 32-bit integer


    ncp.ttl_write_data_size  Total Write Data Size
        Unsigned 32-bit integer


    ncp.tts_flag  Transaction Tracking Flag
        Unsigned 16-bit integer


    ncp.tts_level  TTS Level
        Unsigned 8-bit integer


    ncp.turbo_fat_build_failed  Turbo FAT Build Failed Count
        Unsigned 32-bit integer


    ncp.turbo_used_for_file_service  Turbo Used For File Service
        Unsigned 16-bit integer


    ncp.type  Type
        Unsigned 16-bit integer


    ncp.un_claimed_packets  Unclaimed Packets
        Unsigned 32-bit integer


    ncp.un_compressable_data_streams_count  Uncompressable Data Streams Count
        Unsigned 32-bit integer


    ncp.un_used  Unused
        Unsigned 8-bit integer


    ncp.un_used_directory_entries  Unused Directory Entries
        Unsigned 32-bit integer


    ncp.un_used_extended_directory_extants  Unused Extended Directory Extants
        Unsigned 32-bit integer


    ncp.unclaimed_packets  Unclaimed Packets
        Unsigned 32-bit integer


    ncp.undefined_28  Undefined
        Byte array


    ncp.undefined_8  Undefined
        Byte array


    ncp.unique_id  Unique ID
        Unsigned 8-bit integer


    ncp.unknown_network  Unknown Network
        Unsigned 16-bit integer


    ncp.unused_disk_blocks  Unused Disk Blocks
        Unsigned 32-bit integer


    ncp.update_date  Update Date
        Unsigned 16-bit integer


    ncp.update_id  Update ID
        Unsigned 32-bit integer


    ncp.update_time  Update Time
        Unsigned 16-bit integer


    ncp.used_blocks  Used Blocks
        Unsigned 32-bit integer


    ncp.used_space  Used Space
        Unsigned 32-bit integer


    ncp.user_id  User ID
        Unsigned 32-bit integer


    ncp.user_info_audit_conn  Audit Connection Recorded
        Boolean


    ncp.user_info_audited  Audited
        Boolean


    ncp.user_info_being_abort  Being Aborted
        Boolean


    ncp.user_info_bindery  Bindery Connection
        Boolean


    ncp.user_info_dsaudit_conn  DS Audit Connection Recorded
        Boolean


    ncp.user_info_held_req  Held Requests
        Unsigned 32-bit integer


    ncp.user_info_int_login  Internal Login
        Boolean


    ncp.user_info_logged_in  Logged In
        Boolean


    ncp.user_info_logout  Logout in Progress
        Boolean


    ncp.user_info_mac_station  MAC Station
        Boolean


    ncp.user_info_need_sec  Needs Security Change
        Boolean


    ncp.user_info_temp_authen  Temporary Authenticated
        Boolean


    ncp.user_info_ttl_bytes_rd  Total Bytes Read
        Byte array


    ncp.user_info_ttl_bytes_wrt  Total Bytes Written
        Byte array


    ncp.user_info_use_count  Use Count
        Unsigned 16-bit integer


    ncp.user_login_allowed  Login Status
        Unsigned 8-bit integer


    ncp.user_name  User Name


    ncp.user_name_16  User Name
        String


    ncp.uts_time_in_seconds  UTC Time in Seconds
        Unsigned 32-bit integer


    ncp.valid_bfrs_reused  Valid Buffers Reused
        Unsigned 32-bit integer


    ncp.value_available  Value Available
        Unsigned 8-bit integer


    ncp.vap_version  VAP Version
        Unsigned 8-bit integer


    ncp.variable_bit_mask  Variable Bit Mask
        Unsigned 32-bit integer


    ncp.variable_bits_defined  Variable Bits Defined
        Unsigned 16-bit integer


    ncp.vconsole_rev  Console Revision
        Unsigned 8-bit integer


    ncp.vconsole_ver  Console Version
        Unsigned 8-bit integer


    ncp.verb  Verb
        Unsigned 32-bit integer


    ncp.verb_data  Verb Data
        Unsigned 8-bit integer


    ncp.version  Version
        Unsigned 32-bit integer


    ncp.version_number  Version
        Unsigned 8-bit integer


    ncp.vert_location  Vertical Location
        Unsigned 16-bit integer


    ncp.virtual_console_version  Virtual Console Version
        Unsigned 8-bit integer


    ncp.vol_info_reply_len  Volume Information Reply Length
        Unsigned 16-bit integer


    ncp.volume_active_count  Volume Active Count
        Unsigned 32-bit integer


    ncp.volume_cached_flag  Volume Cached Flag
        Unsigned 8-bit integer


    ncp.volume_hashed_flag  Volume Hashed Flag
        Unsigned 8-bit integer


    ncp.volume_id  Volume ID
        Unsigned 32-bit integer


    ncp.volume_last_modified_date  Volume Last Modified Date
        Unsigned 16-bit integer


    ncp.volume_last_modified_time  Volume Last Modified Time
        Unsigned 16-bit integer


    ncp.volume_mounted_flag  Volume Mounted Flag
        Unsigned 8-bit integer


    ncp.volume_name  Volume Name
        String


    ncp.volume_name_len  Volume Name


    ncp.volume_name_stringz  Volume Name
        String


    ncp.volume_number  Volume Number
        Unsigned 8-bit integer


    ncp.volume_number_long  Volume Number
        Unsigned 32-bit integer


    ncp.volume_reference_count  Volume Reference Count
        Unsigned 32-bit integer


    ncp.volume_removable_flag  Volume Removable Flag
        Unsigned 8-bit integer


    ncp.volume_request_flags  Volume Request Flags
        Unsigned 16-bit integer


    ncp.volume_segment_dev_num  Volume Segment Device Number
        Unsigned 32-bit integer


    ncp.volume_segment_offset  Volume Segment Offset
        Unsigned 32-bit integer


    ncp.volume_segment_size  Volume Segment Size
        Unsigned 32-bit integer


    ncp.volume_size_in_clusters  Volume Size in Clusters
        Unsigned 32-bit integer


    ncp.volume_type  Volume Type
        Unsigned 16-bit integer


    ncp.volume_use_count  Volume Use Count
        Unsigned 32-bit integer


    ncp.volumes_supported_max  Volumes Supported Max
        Unsigned 16-bit integer


    ncp.wait_node  Wait Node Count
        Unsigned 32-bit integer


    ncp.wait_node_alloc_fail  Wait Node Alloc Failure Count
        Unsigned 32-bit integer


    ncp.wait_on_sema  Wait On Semaphore Count
        Unsigned 32-bit integer


    ncp.wait_till_dirty_blcks_dec  Wait Till Dirty Blocks Decrease Count
        Unsigned 32-bit integer


    ncp.wait_time  Wait Time
        Unsigned 32-bit integer


    ncp.wasted_server_memory  Wasted Server Memory
        Unsigned 16-bit integer


    ncp.write_curr_trans  Write Currently Transmitting Count
        Unsigned 32-bit integer


    ncp.write_didnt_need_but_req_ack  Write Didn't Need But Requested ACK Count
        Unsigned 32-bit integer


    ncp.write_didnt_need_this_frag  Write Didn't Need This Fragment Count
        Unsigned 32-bit integer


    ncp.write_dup_req  Write Duplicate Request Count
        Unsigned 32-bit integer


    ncp.write_err  Write Error Count
        Unsigned 32-bit integer


    ncp.write_got_an_ack0  Write Got An ACK Count 0
        Unsigned 32-bit integer


    ncp.write_got_an_ack1  Write Got An ACK Count 1
        Unsigned 32-bit integer


    ncp.write_held_off  Write Held Off Count
        Unsigned 32-bit integer


    ncp.write_held_off_with_dup  Write Held Off With Duplicate Request
        Unsigned 32-bit integer


    ncp.write_incon_packet_len  Write Inconsistent Packet Lengths Count
        Unsigned 32-bit integer


    ncp.write_out_of_mem_for_ctl_nodes  Write Out Of Memory For Control Nodes Count
        Unsigned 32-bit integer


    ncp.write_timeout  Write Time Out Count
        Unsigned 32-bit integer


    ncp.write_too_many_buf_check  Write Too Many Buffers Checked Out Count
        Unsigned 32-bit integer


    ncp.write_trash_dup_req  Write Trashed Duplicate Request Count
        Unsigned 32-bit integer


    ncp.write_trash_packet  Write Trashed Packet Count
        Unsigned 32-bit integer


    ncp.wrt_blck_cnt  Write Block Count
        Unsigned 32-bit integer


    ncp.wrt_entire_blck  Write Entire Block Count
        Unsigned 32-bit integer


    ncp.year  Year
        Unsigned 8-bit integer


    ncp.zero_ack_frag  Zero ACK Fragment Count
        Unsigned 32-bit integer


 

Network Data Management Protocol (ndmp)

    ndmp.addr.ip  IP Address
        IPv4 address


    ndmp.addr.ipc  IPC
        Byte array


    ndmp.addr.loop_id  Loop ID
        Unsigned 32-bit integer


    ndmp.addr.tcp_port  TCP Port
        Unsigned 32-bit integer


    ndmp.addr_type  Addr Type
        Unsigned 32-bit integer


    ndmp.addr_types  Addr Types
        No value


    ndmp.auth.challenge  Challenge
        Byte array


    ndmp.auth.digest  Digest
        Byte array


    ndmp.auth.id  ID
        String


    ndmp.auth.password  Password
        String


    ndmp.auth.types  Auth types
        No value


    ndmp.auth_type  Auth Type
        Unsigned 32-bit integer


    ndmp.bu.destination_dir  Destination Dir
        String


    ndmp.bu.new_name  New Name
        String


    ndmp.bu.operation  Operation
        Unsigned 32-bit integer


    ndmp.bu.original_path  Original Path
        String


    ndmp.bu.other_name  Other Name
        String


    ndmp.butype.default_env  Default Env
        No value


    ndmp.butype.env.name  Name
        String


    ndmp.butype.env.value  Value
        String


    ndmp.butype.info  Butype Info
        No value


    ndmp.butype.name  Butype Name
        String


    ndmp.bytes_left_to_read  Bytes left to read


    ndmp.connected  Connected
        Unsigned 32-bit integer


    ndmp.connected.reason  Reason
        String


    ndmp.count  Count
        Unsigned 32-bit integer


    ndmp.data  Data
        Byte array


    ndmp.data.bytes_processed  Bytes Processed


    ndmp.data.est_bytes_remain  Est Bytes Remain


    ndmp.data.est_time_remain  Est Time Remain
        Time duration


    ndmp.data.halted  Halted Reason
        Unsigned 32-bit integer


    ndmp.data.state  State
        Unsigned 32-bit integer


    ndmp.data.written  Data Written


    ndmp.dirs  Dirs
        No value


    ndmp.error  Error
        Unsigned 32-bit integer


    ndmp.execute_cdb.cdb_len  CDB length
        Unsigned 32-bit integer


    ndmp.execute_cdb.datain  Data in
        Byte array


    ndmp.execute_cdb.datain_len  Data in length
        Unsigned 32-bit integer


    ndmp.execute_cdb.dataout  Data out
        Byte array


    ndmp.execute_cdb.dataout_len  Data out length
        Unsigned 32-bit integer


    ndmp.execute_cdb.flags.data_in  DATA_IN
        Boolean


    ndmp.execute_cdb.flags.data_out  DATA_OUT
        Boolean


    ndmp.execute_cdb.sns_len  Sense data length
        Unsigned 32-bit integer


    ndmp.execute_cdb.status  Status
        Unsigned 8-bit integer


    ndmp.execute_cdb.timeout  Timeout
        Unsigned 32-bit integer


    ndmp.file  File
        String


    ndmp.file.atime  atime
        Date/Time stamp


    ndmp.file.ctime  ctime
        Date/Time stamp


    ndmp.file.fattr  Fattr
        Unsigned 32-bit integer


    ndmp.file.fh_info  FH Info


    ndmp.file.fs_type  File FS Type
        Unsigned 32-bit integer


    ndmp.file.group  Group
        Unsigned 32-bit integer


    ndmp.file.links  Links
        Unsigned 32-bit integer


    ndmp.file.mtime  mtime
        Date/Time stamp


    ndmp.file.names  File Names
        No value


    ndmp.file.node  Node


    ndmp.file.owner  Owner
        Unsigned 32-bit integer


    ndmp.file.parent  Parent


    ndmp.file.size  Size


    ndmp.file.stats  File Stats
        No value


    ndmp.file.type  File Type
        Unsigned 32-bit integer


    ndmp.files  Files
        No value


    ndmp.fs.avail_size  Avail Size


    ndmp.fs.env  Env variables
        No value


    ndmp.fs.env.name  Name
        String


    ndmp.fs.env.value  Value
        String


    ndmp.fs.info  FS Info
        No value


    ndmp.fs.logical_device  Logical Device
        String


    ndmp.fs.physical_device  Physical Device
        String


    ndmp.fs.status  Status
        String


    ndmp.fs.total_inodes  Total Inodes


    ndmp.fs.total_size  Total Size


    ndmp.fs.type  Type
        String


    ndmp.fs.used_inodes  Used Inodes


    ndmp.fs.used_size  Used Size


    ndmp.halt  Halt
        Unsigned 32-bit integer


    ndmp.halt.reason  Reason
        String


    ndmp.header  NDMP Header
        No value


    ndmp.hostid  HostID
        String


    ndmp.hostname  Hostname
        String


    ndmp.log.message  Message
        String


    ndmp.log.message.id  Message ID
        Unsigned 32-bit integer


    ndmp.log.type  Type
        Unsigned 32-bit integer


    ndmp.mover.mode  Mode
        Unsigned 32-bit integer


    ndmp.mover.pause  Pause
        Unsigned 32-bit integer


    ndmp.mover.state  State
        Unsigned 32-bit integer


    ndmp.msg  Message
        Unsigned 32-bit integer


    ndmp.msg_type  Type
        Unsigned 32-bit integer


    ndmp.nlist  Nlist
        No value


    ndmp.nodes  Nodes
        No value


    ndmp.os.type  OS Type
        String


    ndmp.os.version  OS Version
        String


    ndmp.record.num  Record Num
        Unsigned 32-bit integer


    ndmp.record.size  Record Size
        Unsigned 32-bit integer


    ndmp.reply_sequence  Reply Sequence
        Unsigned 32-bit integer


    ndmp.resid_count  Resid Count
        Unsigned 32-bit integer


    ndmp.scsi.controller  Controller
        Unsigned 32-bit integer


    ndmp.scsi.device  Device
        String


    ndmp.scsi.id  ID
        Unsigned 32-bit integer


    ndmp.scsi.info  SCSI Info
        No value


    ndmp.scsi.lun  LUN
        Unsigned 32-bit integer


    ndmp.scsi.model  Model
        String


    ndmp.seek.position  Seek Position


    ndmp.sequence  Sequence
        Unsigned 32-bit integer


    ndmp.server.product  Product
        String


    ndmp.server.revision  Revision
        String


    ndmp.server.vendor  Vendor
        String


    ndmp.tape.cap.name  Name
        String


    ndmp.tape.cap.value  Value
        String


    ndmp.tape.capability  Tape Capabilities
        No value


    ndmp.tape.dev_cap  Device Capability
        No value


    ndmp.tape.device  Device
        String


    ndmp.tape.info  Tape Info
        No value


    ndmp.tape.model  Model
        String


    ndmp.tape.mtio.op  Operation
        Unsigned 32-bit integer


    ndmp.tape.open_mode  Mode
        Unsigned 32-bit integer


    ndmp.tape.status.block_no  block_no
        Unsigned 32-bit integer


    ndmp.tape.status.block_size  block_size
        Unsigned 32-bit integer


    ndmp.tape.status.file_num  file_num
        Unsigned 32-bit integer


    ndmp.tape.status.partition  partition
        Unsigned 32-bit integer


    ndmp.tape.status.soft_errors  soft_errors
        Unsigned 32-bit integer


    ndmp.tape.status.space_remain  space_remain


    ndmp.tape.status.total_space  total_space


    ndmp.timestamp  Time
        Date/Time stamp


    ndmp.version  Version
        Unsigned 32-bit integer


    ndmp.window.length  Window Length


    ndmp.window.offset  Window Offset


 

Network File System (nfs)

    nfs.ace  ace
        String


    nfs.aceflag4  aceflag
        Unsigned 32-bit integer


    nfs.acemask4  acemask
        Unsigned 32-bit integer


    nfs.acetype4  acetype
        Unsigned 32-bit integer


    nfs.atime  atime
        Date/Time stamp


    nfs.atime.nsec  nano seconds
        Unsigned 32-bit integer


    nfs.atime.sec  seconds
        Unsigned 32-bit integer


    nfs.atime.usec  micro seconds
        Unsigned 32-bit integer


    nfs.attr  mand_attr
        Unsigned 32-bit integer


    nfs.bytes_per_block  bytes_per_block
        Unsigned 32-bit integer


    nfs.call.operation  Opcode
        Unsigned 32-bit integer


    nfs.cb_location  cb_location
        Unsigned 32-bit integer


    nfs.cb_program  cb_program
        Unsigned 32-bit integer


    nfs.change_info.atomic  Atomic
        Boolean


    nfs.changeid4  changeid


    nfs.clientid  clientid


    nfs.cookie3  cookie


    nfs.cookie4  cookie


    nfs.cookieverf4  cookieverf


    nfs.count3  count
        Unsigned 32-bit integer


    nfs.count3_dircount  dircount
        Unsigned 32-bit integer


    nfs.count3_maxcount  maxcount
        Unsigned 32-bit integer


    nfs.count4  count
        Unsigned 32-bit integer


    nfs.createmode  Create Mode
        Unsigned 32-bit integer


    nfs.ctime  ctime
        Date/Time stamp


    nfs.ctime.nsec  nano seconds
        Unsigned 32-bit integer


    nfs.ctime.sec  seconds
        Unsigned 32-bit integer


    nfs.ctime.usec  micro seconds
        Unsigned 32-bit integer


    nfs.data  Data
        Byte array


    nfs.data_follows  data_follows
        Boolean


    nfs.delegate_stateid  delegate_stateid


    nfs.delegate_type  delegate_type
        Unsigned 32-bit integer


    nfs.dircount  dircount
        Unsigned 32-bit integer


    nfs.dirlist4.eof  eof
        Boolean


    nfs.dtime  time delta
        Time duration


    nfs.dtime.nsec  nano seconds
        Unsigned 32-bit integer


    nfs.dtime.sec  seconds
        Unsigned 32-bit integer


    nfs.eof  eof
        Unsigned 32-bit integer


    nfs.fattr.blocks  blocks
        Unsigned 32-bit integer


    nfs.fattr.blocksize  blocksize
        Unsigned 32-bit integer


    nfs.fattr.fileid  fileid
        Unsigned 32-bit integer


    nfs.fattr.fsid  fsid
        Unsigned 32-bit integer


    nfs.fattr.gid  gid
        Unsigned 32-bit integer


    nfs.fattr.nlink  nlink
        Unsigned 32-bit integer


    nfs.fattr.rdev  rdev
        Unsigned 32-bit integer


    nfs.fattr.size  size
        Unsigned 32-bit integer


    nfs.fattr.type  type
        Unsigned 32-bit integer


    nfs.fattr.uid  uid
        Unsigned 32-bit integer


    nfs.fattr3.fileid  fileid


    nfs.fattr3.fsid  fsid


    nfs.fattr3.gid  gid
        Unsigned 32-bit integer


    nfs.fattr3.nlink  nlink
        Unsigned 32-bit integer


    nfs.fattr3.rdev  rdev
        Unsigned 32-bit integer


    nfs.fattr3.size  size


    nfs.fattr3.type  Type
        Unsigned 32-bit integer


    nfs.fattr3.uid  uid
        Unsigned 32-bit integer


    nfs.fattr3.used  used


    nfs.fattr4.aclsupport  aclsupport
        Unsigned 32-bit integer


    nfs.fattr4.attr_vals  attr_vals
        Byte array


    nfs.fattr4.fileid  fileid


    nfs.fattr4.files_avail  files_avail


    nfs.fattr4.files_free  files_free


    nfs.fattr4.files_total  files_total


    nfs.fattr4.lease_time  lease_time
        Unsigned 32-bit integer


    nfs.fattr4.maxfilesize  maxfilesize


    nfs.fattr4.maxlink  maxlink
        Unsigned 32-bit integer


    nfs.fattr4.maxname  maxname
        Unsigned 32-bit integer


    nfs.fattr4.maxread  maxread


    nfs.fattr4.maxwrite  maxwrite


    nfs.fattr4.numlinks  numlinks
        Unsigned 32-bit integer


    nfs.fattr4.quota_hard  quota_hard


    nfs.fattr4.quota_soft  quota_soft


    nfs.fattr4.quota_used  quota_used


    nfs.fattr4.size  size


    nfs.fattr4.space_avail  space_avail


    nfs.fattr4.space_free  space_free


    nfs.fattr4.space_total  space_total


    nfs.fattr4.space_used  space_used


    nfs.fattr4_archive  fattr4_archive
        Boolean


    nfs.fattr4_cansettime  fattr4_cansettime
        Boolean


    nfs.fattr4_case_insensitive  fattr4_case_insensitive
        Boolean


    nfs.fattr4_case_preserving  fattr4_case_preserving
        Boolean


    nfs.fattr4_chown_restricted  fattr4_chown_restricted
        Boolean


    nfs.fattr4_hidden  fattr4_hidden
        Boolean


    nfs.fattr4_homogeneous  fattr4_homogeneous
        Boolean


    nfs.fattr4_link_support  fattr4_link_support
        Boolean


    nfs.fattr4_mimetype  fattr4_mimetype
        String


    nfs.fattr4_named_attr  fattr4_named_attr
        Boolean


    nfs.fattr4_no_trunc  fattr4_no_trunc
        Boolean


    nfs.fattr4_owner  fattr4_owner
        String


    nfs.fattr4_owner_group  fattr4_owner_group
        String


    nfs.fattr4_symlink_support  fattr4_symlink_support
        Boolean


    nfs.fattr4_system  fattr4_system
        Boolean


    nfs.fattr4_unique_handles  fattr4_unique_handles
        Boolean


    nfs.fh.auth_type  auth_type
        Unsigned 8-bit integer


    nfs.fh.dentry  dentry
        Unsigned 32-bit integer


    nfs.fh.dev  device
        Unsigned 32-bit integer


    nfs.fh.dirinode  directory inode
        Unsigned 32-bit integer


    nfs.fh.fileid_type  fileid_type
        Unsigned 8-bit integer


    nfs.fh.fn  file number
        Unsigned 32-bit integer


    nfs.fh.fn.generation  generation
        Unsigned 32-bit integer


    nfs.fh.fn.inode  inode
        Unsigned 32-bit integer


    nfs.fh.fn.len  length
        Unsigned 32-bit integer


    nfs.fh.fsid.inode  inode
        Unsigned 32-bit integer


    nfs.fh.fsid.major  major
        Unsigned 32-bit integer


    nfs.fh.fsid.minor  minor
        Unsigned 32-bit integer


    nfs.fh.fsid_type  fsid_type
        Unsigned 8-bit integer


    nfs.fh.fstype  file system type
        Unsigned 32-bit integer


    nfs.fh.hash  hash
        Unsigned 32-bit integer


    nfs.fh.hp.len  length
        Unsigned 32-bit integer


    nfs.fh.length  length
        Unsigned 32-bit integer


    nfs.fh.pinode  pseudo inode
        Unsigned 32-bit integer


    nfs.fh.version  version
        Unsigned 8-bit integer


    nfs.fh.xdev  exported device
        Unsigned 32-bit integer


    nfs.fh.xfn  exported file number
        Unsigned 32-bit integer


    nfs.fh.xfn.generation  generation
        Unsigned 32-bit integer


    nfs.fh.xfn.inode  exported inode
        Unsigned 32-bit integer


    nfs.fh.xfn.len  length
        Unsigned 32-bit integer


    nfs.fh.xfsid.major  exported major
        Unsigned 32-bit integer


    nfs.fh.xfsid.minor  exported minor
        Unsigned 32-bit integer


    nfs.filesize  filesize


    nfs.fsid4.major  fsid4.major


    nfs.fsid4.minor  fsid4.minor


    nfs.fsinfo.dtpref  dtpref
        Unsigned 32-bit integer


    nfs.fsinfo.maxfilesize  maxfilesize


    nfs.fsinfo.propeties  Properties
        Unsigned 32-bit integer


    nfs.fsinfo.rtmax  rtmax
        Unsigned 32-bit integer


    nfs.fsinfo.rtmult  rtmult
        Unsigned 32-bit integer


    nfs.fsinfo.rtpref  rtpref
        Unsigned 32-bit integer


    nfs.fsinfo.wtmax  wtmax
        Unsigned 32-bit integer


    nfs.fsinfo.wtmult  wtmult
        Unsigned 32-bit integer


    nfs.fsinfo.wtpref  wtpref
        Unsigned 32-bit integer


    nfs.fsstat.invarsec  invarsec
        Unsigned 32-bit integer


    nfs.fsstat3_resok.abytes  Available free bytes


    nfs.fsstat3_resok.afiles  Available free file slots


    nfs.fsstat3_resok.fbytes  Free bytes


    nfs.fsstat3_resok.ffiles  Free file slots


    nfs.fsstat3_resok.tbytes  Total bytes


    nfs.fsstat3_resok.tfiles  Total file slots


    nfs.full_name  Full Name
        String


    nfs.gid3  gid
        Unsigned 32-bit integer


    nfs.length4  length


    nfs.lock.locker.new_lock_owner  new lock owner?
        Boolean


    nfs.lock.reclaim  reclaim?
        Boolean


    nfs.lock_owner4  owner
        Byte array


    nfs.lock_seqid  lock_seqid
        Unsigned 32-bit integer


    nfs.locktype4  locktype
        Unsigned 32-bit integer


    nfs.maxcount  maxcount
        Unsigned 32-bit integer


    nfs.minorversion  minorversion
        Unsigned 32-bit integer


    nfs.mtime  mtime
        Date/Time stamp


    nfs.mtime.nsec  nano seconds
        Unsigned 32-bit integer


    nfs.mtime.sec  seconds
        Unsigned 32-bit integer


    nfs.mtime.usec  micro seconds
        Unsigned 32-bit integer


    nfs.name  Name
        String


    nfs.nfs_client_id4.id  Data
        Byte array


    nfs.nfs_ftype4  nfs_ftype4
        Unsigned 32-bit integer


    nfs.nfstime4.nseconds  nseconds
        Unsigned 32-bit integer


    nfs.nfstime4.seconds  seconds


    nfs.num_blocks  num_blocks
        Unsigned 32-bit integer


    nfs.offset3  offset


    nfs.offset4  offset


    nfs.open.claim_type  Claim Type
        Unsigned 32-bit integer


    nfs.open.delegation_type  Delegation Type
        Unsigned 32-bit integer


    nfs.open.limit_by  Space Limit
        Unsigned 32-bit integer


    nfs.open.opentype  Open Type
        Unsigned 32-bit integer


    nfs.open4.share_access  share_access
        Unsigned 32-bit integer


    nfs.open4.share_deny  share_deny
        Unsigned 32-bit integer


    nfs.open_owner4  owner
        Byte array


    nfs.openattr4.createdir  attribute dir create
        Boolean


    nfs.pathconf.case_insensitive  case_insensitive
        Boolean


    nfs.pathconf.case_preserving  case_preserving
        Boolean


    nfs.pathconf.chown_restricted  chown_restricted
        Boolean


    nfs.pathconf.linkmax  linkmax
        Unsigned 32-bit integer


    nfs.pathconf.name_max  name_max
        Unsigned 32-bit integer


    nfs.pathconf.no_trunc  no_trunc
        Boolean


    nfs.pathname.component  Filename
        String


    nfs.read.count  Count
        Unsigned 32-bit integer


    nfs.read.eof  EOF
        Boolean


    nfs.read.offset  Offset
        Unsigned 32-bit integer


    nfs.read.totalcount  Total Count
        Unsigned 32-bit integer


    nfs.readdir.cookie  Cookie
        Unsigned 32-bit integer


    nfs.readdir.count  Count
        Unsigned 32-bit integer


    nfs.readdir.entry  Entry
        No value


    nfs.readdir.entry.cookie  Cookie
        Unsigned 32-bit integer


    nfs.readdir.entry.fileid  File ID
        Unsigned 32-bit integer


    nfs.readdir.entry.name  Name
        String


    nfs.readdir.entry3.cookie  Cookie


    nfs.readdir.entry3.fileid  File ID


    nfs.readdir.entry3.name  Name
        String


    nfs.readdir.eof  EOF
        Unsigned 32-bit integer


    nfs.readdirplus.entry.cookie  Cookie


    nfs.readdirplus.entry.fileid  File ID


    nfs.readdirplus.entry.name  Name
        String


    nfs.readlink.data  Data
        String


    nfs.recall  EOF
        Boolean


    nfs.recall4  recall
        Boolean


    nfs.reclaim4  reclaim
        Unsigned 32-bit integer


    nfs.reply.operation  Opcode
        Unsigned 32-bit integer


    nfs.secinfo.flavor  flavor
        Unsigned 32-bit integer


    nfs.secinfo.flavor_info.rpcsec_gss_info.oid  oid
        Byte array


    nfs.secinfo.flavor_info.rpcsec_gss_info.qop  qop
        Unsigned 32-bit integer


    nfs.secinfo.rpcsec_gss_info.service  service
        Unsigned 32-bit integer


    nfs.seqid  seqid
        Unsigned 32-bit integer


    nfs.server  server
        String


    nfs.set_it  set_it
        Unsigned 32-bit integer


    nfs.set_size3.size  size


    nfs.specdata1  specdata1
        Unsigned 32-bit integer


    nfs.specdata2  specdata2
        Unsigned 32-bit integer


    nfs.stable_how4  stable_how4
        Unsigned 32-bit integer


    nfs.stateid4  stateid


    nfs.stateid4.other  Data
        Byte array


    nfs.statfs.bavail  Available Blocks
        Unsigned 32-bit integer


    nfs.statfs.bfree  Free Blocks
        Unsigned 32-bit integer


    nfs.statfs.blocks  Total Blocks
        Unsigned 32-bit integer


    nfs.statfs.bsize  Block Size
        Unsigned 32-bit integer


    nfs.statfs.tsize  Transfer Size
        Unsigned 32-bit integer


    nfs.status  Status
        Unsigned 32-bit integer


    nfs.status2  Status
        Unsigned 32-bit integer


    nfs.symlink.linktext  Name
        String


    nfs.symlink.to  To
        String


    nfs.tag  Tag
        String


    nfs.type  Type
        Unsigned 32-bit integer


    nfs.uid3  uid
        Unsigned 32-bit integer


    nfs.verifier4  verifier


    nfs.wcc_attr.size  size


    nfs.who  who
        String


    nfs.write.beginoffset  Begin Offset
        Unsigned 32-bit integer


    nfs.write.committed  Committed
        Unsigned 32-bit integer


    nfs.write.offset  Offset
        Unsigned 32-bit integer


    nfs.write.stable  Stable
        Unsigned 32-bit integer


    nfs.write.totalcount  Total Count
        Unsigned 32-bit integer


 

Network Lock Manager Protocol (nlm)

    nlm.block  block
        Boolean


    nlm.cookie  cookie
        Byte array


    nlm.exclusive  exclusive
        Boolean


    nlm.holder  holder
        No value


    nlm.lock  lock
        No value


    nlm.lock.caller_name  caller_name
        String


    nlm.lock.l_len  l_len


    nlm.lock.l_offset  l_offset


    nlm.lock.owner  owner
        Byte array


    nlm.lock.svid  svid
        Unsigned 32-bit integer


    nlm.msg_in  Request MSG in
        Unsigned 32-bit integer


    nlm.reclaim  reclaim
        Boolean


    nlm.res_in  Reply RES in
        Unsigned 32-bit integer


    nlm.sequence  sequence
        Signed 32-bit integer


    nlm.share  share
        No value


    nlm.share.access  access
        Unsigned 32-bit integer


    nlm.share.mode  mode
        Unsigned 32-bit integer


    nlm.share.name  name
        String


    nlm.stat  stat
        Unsigned 32-bit integer


    nlm.state  state
        Unsigned 32-bit integer


    nlm.test_stat  test_stat
        No value


    nlm.test_stat.stat  stat
        Unsigned 32-bit integer


    nlm.time  Time from request
        Time duration


 

Network News Transfer Protocol (nntp)

    nntp.request  Request
        Boolean


    nntp.response  Response
        Boolean


 

Network Status Monitor CallBack Protocol (statnotify)

    statnotify.name  Name
        String


    statnotify.priv  Priv
        Byte array


    statnotify.state  State
        Unsigned 32-bit integer


 

Network Status Monitor Protocol (stat)

    stat.mon  Monitor
        No value


    stat.mon_id.name  M