aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-06-09 05:40:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-06-09 05:40:26 +0000
commit46a9c67335d6e875ef3bbf4ca2934586d724b85d (patch)
treefbaf80f13b42dab4ac318c0d3a33b3f397396c4e /doc
parent89ddd6077a7ab5e722fbef2504114aa0cec65d5d (diff)
From Mike Duigou
Minor corrections to README.developer and README.tapping svn path=/trunk/; revision=14593
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer7
-rw-r--r--doc/README.tapping2
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 63b4a11a21..7eeb1a6974 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -798,7 +798,7 @@ FIELDTYPE FT_NONE, FT_BOOLEAN, FT_UINT8, FT_UINT16, FT_UINT24,
FT_INT64, FT_FLOAT, FT_DOUBLE, FT_ABSOLUTE_TIME,
FT_RELATIVE_TIME, FT_STRING, FT_STRINGZ, FT_UINT_STRING,
FT_ETHER, FT_BYTES, FT_IPv4, FT_IPv6, FT_IPXNET,
- FT_FRAMENUM
+ FT_FRAMENUM, FT_PROTOCOL
FIELDBASE BASE_NONE, BASE_DEC, BASE_HEX, BASE_OCT
FIELDCONVERT VALS(x), TFS(x), NULL
BITMASK Usually 0x0 unless using the TFS(x) field conversion.
@@ -1219,6 +1219,9 @@ The type of value this field holds. The current field types are:
subtree below it containing fields for
the members of the array, might be an
FT_NONE field.
+ FT_PROTOCOL Used for protocols which will be placing
+ themselves as top-level items in the
+ "Packet Details" pane of the UI.
FT_BOOLEAN 0 means "false", any other value means
"true".
FT_FRAMENUM A frame number; if this is used, the "Go
@@ -2328,7 +2331,7 @@ else {
/* new conversation create local data structure */
- data_ptr = g_mem_chunk_alloc(my_protocol_vals);
+ data_ptr = g_mem_chunk_alloc(my_vals);
/*** add your code here to setup the new data structure ***/
diff --git a/doc/README.tapping b/doc/README.tapping
index 3a3b470a5d..be0ed2ca42 100644
--- a/doc/README.tapping
+++ b/doc/README.tapping
@@ -144,7 +144,7 @@ then just make ethereal call register_tap_listener() when you want to tap
and call remove_tap_listener() when you are finished.
-WHEN DOES TAP LISTENERS GET CALLED?
+WHEN DO TAP LISTENERS GET CALLED?
===================================
Tap listeners are only called when ethereal reads a new capture for
the first time or whenever ethereal needs to rescan/redissect