Re: [Wireshark-dev] error using proto_tree_add_time

2011-07-19 Thread Chris Maynard
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

[Wireshark-dev] error using proto_tree_add_time

2011-07-17 Thread sagar sg
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