Re: [Wireshark-dev] capturing on ppp interface on windows 7

2014-06-03 Thread Rahul Rohit
Hi , Can you please describe in detail as to which file is to be modified and what exactly to be done ? Regards Rahul Rohit -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Guy Harris Sent: Tuesday, June 03, 2014 12

[Wireshark-dev] capturing on ppp interface on windows 7

2014-06-02 Thread Rahul Rohit
Hi, Can winpcap be made to capture packets on PPP interface in case of windows 7 . Regards Rahul Rohit "DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential informatio

[Wireshark-dev] Failed dependencies

2014-05-22 Thread Rahul Rohit
by wireshark-1.4.0-2.x86_64 can somebody help me in this matter ? regards Rahul Rohit "DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should n

[Wireshark-dev] code flow during dissection of packets in wireshark

2014-05-06 Thread Rahul Rohit
Hi, Can anybody please tell which are the first few functions and their sequence in which they are called during dissection of any packet in Wireshark. Also where are the variables specific to a particular frame declared and initialized for that frame. Thanks Rahul Rohit "DISCLAIMER:

Re: [Wireshark-dev] no sound during playback of amr call

2014-04-24 Thread Rahul Rohit
to receive RTP packets over UDP depending on the port values. We are not using "decode as" functionality. Thanks Rahul Rohit From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Anders Broman Sent: Thursday, April 24, 2014 4:28 PM To: D

Re: [Wireshark-dev] no sound during playback of amr call

2014-04-24 Thread Rahul Rohit
Hi, Is there any way by which Wireshark be made to support play back for the RTP dynamic payload stream(PT_UNDF_96)by performing any change in the code or Wireshark. Regards Rahul Rohit From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Rahul

Re: [Wireshark-dev] no sound during playback of amr call

2014-04-23 Thread Rahul Rohit
From: wireshark-dev-boun...@wireshark.org<mailto:wireshark-dev-boun...@wireshark.org> [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Rahul Rohit Sent: den 23 april 2014 09:38 To: Developer support list for Wireshark Subject: [Wireshark-dev] no sound during playback of amr call Hi,

[Wireshark-dev] no sound during playback of amr call

2014-04-23 Thread Rahul Rohit
Hi, We are playing back an AMR voice call in Wireshark using telephony option but unfortunately no sound is audible. Could somebody please help us as to what might be the probable reason for this. Regards Rahul Rohit "DISCLAIMER: This message is proprietary to Aricent and is intended s

[Wireshark-dev] how to capture loop back traffic in wireshark

2014-03-20 Thread Rahul Rohit
Hi, Is there any way by which Wireshark can capture packets for loopback traffic (when the source and destination ip are same)on windows or linux machine. Regards Rahul Rohit === Please refer to http

Re: [Wireshark-dev] query regarding tables in wireshark

2014-03-02 Thread Rahul Rohit
Hi, What is the naming convention for this tables ?? can we define a table with name sctp.x.y.z ?? Regards Rahul Rohit -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Guy Harris Sent: Monday, March 03, 2014 11:56 AM

[Wireshark-dev] query regarding tables in wireshark

2014-03-02 Thread Rahul Rohit
Hi, can we define tables on our own or should we always use pre-defined tables e.g. In sctp we have sctp.port and sctp.ppi tables , are we bound to use these 2 tables only for sctp or we may also create our own table for sctp ?? regards Rahul Rohit

[Wireshark-dev] Doubt related to rrc tables

2014-02-26 Thread Rahul Rohit
Hi, Why don't we have rrc.proc.imsg tables like ranap.proc.imsg or nbap.proc.imsg tables ?? on what criteria this tables are defined ?? Regards Rahul Rohit === Please refer to http://www.aricent.com/

Re: [Wireshark-dev] query related to dissect_xxx function

2014-02-24 Thread Rahul Rohit
o be decided i.e. when the value of tree would be 0 and when will it contain some valid address ?? Is this true that when the user clicks a packet in the packet-pane of the Wireshark GUI then automatically tree was Given some value ?? Regards

[Wireshark-dev] query related to dissect_xxx function

2014-02-23 Thread Rahul Rohit
throw light on this concept ?? How does tree gets any value and when ?? regards Rahul Rohit === Please refer to http://www.aricent.com/legal/email_disclaimer.html for important disclosures regarding this electronic

[Wireshark-dev] doubt related to proto_tree *

2014-02-21 Thread Rahul Rohit
dissection . How does this concept actually works ?? regards Rahul Rohit === Please refer to http://www.aricent.com/legal/email_disclaimer.html for important disclosures regarding this electronic communication

[Wireshark-dev] query regarding register of protocol

2014-02-19 Thread Rahul Rohit
Hi, If I have two protocols A and B, is it possible to register the handle of protocol B in the protocol table of A and to register the handle of protocol A in the Protocol table of B at the same time. Regards Rahul Rohit

[Wireshark-dev] query regarding handoff function

2014-02-16 Thread Rahul Rohit
protocols , why NBAP handle is not in sctp handoff function ) ?? Regards Rahul Rohit === Please refer to http://www.aricent.com/legal/email_disclaimer.html for important disclosures regarding this electronic

Re: [Wireshark-dev] error encountered during compilation on windows

2014-02-11 Thread Rahul Rohit
<> No we comment 'WS_MSVC_NORETURN ' only inside epan/except.h Regards Rahul Rohit From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Pascal Quantin Sent: Tuesday, February 11, 2014 6:48 PM To: Developer support list for W

Re: [Wireshark-dev] error encountered during compilation on windows

2014-02-11 Thread Rahul Rohit
Hi, <> The definition ' WS_MSVC_NORETURN __declspec(noreturn)' is present in our config.h file. No, the problem is general and not related to any particular file Regards Rahul Rohit From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On

Re: [Wireshark-dev] error encountered during compilation on windows

2014-02-11 Thread Rahul Rohit
r and over again. I wonder if it has got something to do With the system time ? Regards Rahul Rohit From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Anders Broman Sent: Tuesday, February 11, 2014 5:12 PM To: Developer support list for Wireshark S

Re: [Wireshark-dev] error encountered during compilation on windows

2014-02-11 Thread Rahul Rohit
/cygdrive/c/Python27/python.exe sed: /usr/bin/sed unzip: /usr/bin/unzip wget: /usr/bin/wget Has it got anything to do with the timings in system clock ?? Regards Rahul Rohit From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Graham Bloice Sent: Tues

[Wireshark-dev] error encountered during compilation on windows

2014-02-10 Thread Rahul Rohit
parameter 'WS_MSVC_NORETURN' epan\except.h(100) : error C2143: syntax error : missing ';' before 'type' epan\except.h(100) : error C2085: 'except_throwf' : not in formal parameter list. Please help me on this issue. Regards Rahul Rohit

[Wireshark-dev] Unavailbility of GTK+ for compiling source code(1.10.3)

2013-12-12 Thread Rahul Rohit
Hello, In order to compile the wireshark 1.10.3 version on my machine, I require GTK + >= 2.12. I tried to search it over the internet but that didn't help. Can somebody please tell me any source from where I can get the package mentioned above? Output of uname -a is : Linux 2.6.18-8.el5 #1