http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1699
------- Comment #2 from anders.broman@xxxxxxxxxxxx 2007-07-22 22:37 GMT -------
The problem is the "automatic" creation of hf fields for ...Arg:s
is assuming all Arg's are of FT_NONE
--- .cnf ---
#.TABLE3_FTR
/* END CAMEL OPERATIONS hf filelds */
#.END
#.TABLE3_HDR
/* CAMEL ERRORS hf filelds */
#.TABLE3_BODY ERROR.&ParameterType
{ &hf_camel_%(_ident)s,
{ "%(_ident)s", "camel.%(_ident)s",
FT_NONE, BASE_NONE, NULL, 0,
"camel.%(_ident)s", HFILL }},
#.TABLE3_FTR
/* END CAMEL ERRORS hf filelds */
#.END
-- End .cnf --
(the error is: dissect_ber_choice(): Was passed a HF field that was not integer
type : camel.promptAndCollectUserInformation)
The Hf fields may have to be generated manually...
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.