aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-08-04 05:54:38 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-08-04 05:54:38 +0000
commit0431e78ccb61bf3328f4401d41c2df1b9b0034fb (patch)
tree47e32af2493d38d00aeb9a47d37b39c428c28b45 /epan/dissectors
parentfe3114d00bf8fa83b1d195b1a365bdaa4b460ae5 (diff)
From: Stephen Fisher
I was looking at the dissector I wrote recently, packet-exec.c, to remember how to handle conversations and I noticed a comment that isn't clear. It would throw someone off because it isn't how the dissector was finally written :). svn path=/trunk/; revision=18833
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-exec.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/epan/dissectors/packet-exec.c b/epan/dissectors/packet-exec.c
index f43b588a4c..ae47726a12 100644
--- a/epan/dissectors/packet-exec.c
+++ b/epan/dissectors/packet-exec.c
@@ -69,11 +69,9 @@ static gint ett_exec = -1;
#define EXEC_PASSWORD_LEN 16
#define EXEC_COMMAND_LEN 256 /* Longer depending on server operating system? */
-/* Initialize the structure that will be tied to each conversation
- * This is used to display the username (and command?) in the INFO column of
- * each packet as well as displaying hidden fields so filtering by these
- * does not only show the first packet or two, but shows the entire
- * conversation */
+/* Initialize the structure that will be tied to each conversation.
+ * This is used to display the username and/or command in the INFO column of
+ * each packet of the conversation. */
typedef enum {
NONE = 0,