[Wireshark-dev] What is the use of pointer "cap_file_" in QtShark

2013-05-22 Thread Richard Turner
o NULL when the capture file is closed)? Regards, -Richard Turner ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/option

Re: [Wireshark-dev] Keep getting "unresolved external symbol" error when trying to use "summary_fill_in"

2013-05-22 Thread Richard Turner
Thanks all of you! Problem resolved. (By updating summary.h to latest SVN version) Regards, Richard Turner On 2013/5/22 16:22, Guy Harris wrote: On May 22, 2013, at 1:16 AM, Alexis La Goutte wrote: it is problem of linking a C Library with C++ You need to use this fix : +/* linking C

Re: [Wireshark-dev] Keep getting "unresolved external symbol" error when trying to use "summary_fill_in"

2013-05-22 Thread Richard Turner
On 2013/5/22 13:38, Pascal Quantin wrote: Le 22/05/2013 07:30, Anders Broman a écrit : Richard Turner skrev 2013-05-22 07:19: Hello, I'm trying to implement the statistics summary window in QtShark, but when I use these two functions I keep getting LNK2019 "unresolved external sym

[Wireshark-dev] Keep getting "unresolved external symbol" error when trying to use "summary_fill_in"

2013-05-21 Thread Richard Turner
Hello, I'm trying to implement the statistics summary window in QtShark, but when I use these two functions I keep getting LNK2019 "unresolved external symbol" error from my VS2010 compiler: summary_fill_in(&cfile, &summary); summary_fill_in_capture(&cfile, &global_capture_opts, &summary); b

Re: [Wireshark-dev] compiling qtshark

2013-05-12 Thread Richard Turner
page: http://wiki.wireshark.org/Development. -Richard Turner ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev

Re: [Wireshark-dev] Introduction

2013-04-25 Thread Richard Turner
On 2013/4/25 16:46, Shwetambara Srivastava wrote: My name is Shwetambara Srivastava and I am a 3rd year undergraduate at Institute of Engineering and Rural Technology, Allahabad. I am pursuing Bachelor of Technology in Computer Science and Engineering. I wish to participate in Google Summer of