sagar sg writes:
> Hi, When i use the function proto_tree_add_time ( my_tree,
hf_variable, tvb, 0, end_len, time_variable ) ; I get an error as "expected
primary-expression before ',' token" .. I am compiling my code on linux. and i
did not get any such error while compiling
Hi,
When i use the function
proto_tree_add_time ( my_tree, hf_variable, tvb, 0, end_len,
time_variable ) ;
I get an error as *"expected primary-expression before ',' token" ..
I am *compiling
my code on linux. and i did not get any such error while compiling on
windows.
Any