[Wireshark-dev] Question on Timing Accuracy

2007-11-19 Thread Nandakumar Muthuraj
Hi , How I can improve my timing accuracy in the libpcap ? I use a GIGE interface and send/receive 128 Byte sized packets . How can I Get the accurate timing of packet arrival ? Regards, Nanda. ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

[Wireshark-dev] Graphs and Values

2007-08-29 Thread Nandakumar Muthuraj
Hi all, In the IO graphs I can get graphical display of a particular field, is it posibble to get numerical value of this sum ? -- Regards Nanda. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 8:26 PM

Re: [Wireshark-dev] Dissectors

2007-05-25 Thread Nandakumar Muthuraj
Re: [Wireshark-dev] Dissectors Hi, For one the eth_handle is most likely a module global variable, so used elsewhere. Could you name the dissector you saw this in? The other thing to notice is that it is not very smart to quote your registration info, including password, in a public mailing li

[Wireshark-dev] Dissectors

2007-05-25 Thread Nandakumar Muthuraj
Team, I am a newbie to the wireshark development. The code snippets for the registering a handoff for a protocol say XXX I see the following lines void proto_reg_handoff_XXX(void) { find_dissector("data"); find_dissector("ip"); eth_handle = find_dissector("eth"); /* I don't see the eth