aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_pinfo.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-12-09 07:53:11 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-12-09 07:53:11 +0000
commitc8f933d0b9e4a2163e7016a2d2b876bf66c3da9d (patch)
treec48633a82626c01eaff1b745fc4837966eefb30a /epan/wslua/wslua_pinfo.c
parentf596c7da356b97a495dcb5b4f8db4b520b4dcf18 (diff)
From Jim Young (bug 3102):
Trivial patch to fix a structured comment within wslua_pinfo.c svn path=/trunk/; revision=26943
Diffstat (limited to 'epan/wslua/wslua_pinfo.c')
-rw-r--r--epan/wslua/wslua_pinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/wslua_pinfo.c b/epan/wslua/wslua_pinfo.c
index 4bb36c5e96..cd58c59486 100644
--- a/epan/wslua/wslua_pinfo.c
+++ b/epan/wslua/wslua_pinfo.c
@@ -936,7 +936,7 @@ static const pinfo_method_t Pinfo_methods[] = {
/* WSLUA_ATTRIBUTE Pinfo_desegment_len RW Estimated number of additional bytes required for completing the PDU */
{"desegment_len", Pinfo_desegment_len, Pinfo_set_int, PARAM_DESEGMENT_LEN },
- /* WSLUA_ATTRIBUTE Pinfo_desegment_len RW Offset in the tvbuff at which the dissector will continue processing when next called*/
+ /* WSLUA_ATTRIBUTE Pinfo_desegment_offset RW Offset in the tvbuff at which the dissector will continue processing when next called*/
{"desegment_offset", Pinfo_desegment_offset, Pinfo_set_int, PARAM_DESEGMENT_OFFSET },
{NULL,NULL,NULL,PARAM_NONE}