aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-12-19 02:58:53 +0000
committerGuy Harris <guy@alum.mit.edu>2002-12-19 02:58:53 +0000
commita97b83a7f4f846335337e8c2dac7f34590cb0fc4 (patch)
tree0f3097bf7c97fdbdf89e2d1da7a03d008a8d1bf0 /doc
parentc9c414c03b1e9ee87382cc93db6dcad1f8d081d6 (diff)
Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsigned
frame number, which is always decimal. If you select an FT_FRAMENUM field, there are menu items that let you go to the frame whose frame number appears in that field. Add FT_FRAMENUM fields for the ONC RPC "matching request is in this frame" and "matching reply is in this frame" protocol tree items. svn path=/trunk/; revision=6802
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/dfilter2pod.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/dfilter2pod.pl b/doc/dfilter2pod.pl
index ba59ecdeb4..333bc8f782 100755
--- a/doc/dfilter2pod.pl
+++ b/doc/dfilter2pod.pl
@@ -9,7 +9,7 @@
# will be replaced by the pod-formatted glossary
# STDOUT is the output
#
-# $Id: dfilter2pod.pl,v 1.3 2002/08/18 19:08:23 guy Exp $
+# $Id: dfilter2pod.pl,v 1.4 2002/12/19 02:58:45 guy Exp $
%ftenum_names = (
'FT_NONE', 'No value',
@@ -36,6 +36,7 @@
'FT_IPv4', 'IPv4 address',
'FT_IPv6', 'IPv6 address',
'FT_IPXNET', 'IPX network or server name',
+ 'FT_FRAMENUM', 'Frame number',
);
# Read all the data into memory