LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use t-shark (wireshark ) using lab view??

i want to use tshark using labview to extract RTCP sender and reciever reports and put them into strings so i can log and graph the Delay and jitter and loss packets by the time

iam using windows Xp 

Pleaaase help

0 Kudos
Message 1 of 7
(4,847 Views)

Are you wanting to post-process a log file created by WireShark, or are you wanting to perform live processing of data recorded by WireShark?  Your request/question is unclear...what specific questions do you have about doing this?

 

-Bob

0 Kudos
Message 2 of 7
(4,839 Views)

my project is about Voice over ip

so iam going to sniff the network to extract RTCP and put the results in labview ,i guess there is a way to do that from labview since tshark can be run from the command line  so system excuter in labview will do ... the thing i don't know is i got ip headers sniffed how can i put that into strings and and decode them using laview in order to plot them in a graph ??

0 Kudos
Message 3 of 7
(4,835 Views)
You can either setup wireshark to log that traffic and post process the log file or you will have to interface to the WinPCap driver that Wireshark is using to sniff the network traffic. There has been some work done to interface to WinPCap here in the past but the project has to my knowledge never gone to a fully fledged state, so I would expect you to have to do some work on that level too.
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 4 of 7
(4,813 Views)

Hi,

 

If you're getting the IP headers through as strings or IP addresses LabVIEW offers 2 functions to convert String to IP, IP to String under Data Communication > Protocols > TCP in the block diagram.

 

Thanks, 

Applications Engineer
0 Kudos
Message 5 of 7
(4,801 Views)

thanks all

i got another question : how can i import text files from a specific directory and in specific order and in case i had this file before just ignore it and go to the next file ? 

thanks 

0 Kudos
Message 6 of 7
(4,708 Views)

Hi,

check the software tab at ControlSAG company, www.controlsag.ro. A libray for network sniffing and network parameters checks is provided.

0 Kudos
Message 7 of 7
(4,526 Views)