We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › wireshark + processing
Page Index Toggle Pages: 1
wireshark + processing (Read 499 times)
wireshark + processing
May 2nd, 2008, 7:02pm
 
hi.
i am trying to visualize network data with processing. Therefore i need to gather data via sniffing software.

The CarnivorePE and the Carnivore p5 library are supposed to do this job.

Unfortunately, the CarnivorePE software does not work on my winxp-machine, it doesn't gather any data.

So i installed wireshark, a popular open source sniffing software available for mac, windows and linux, and it works pretty good.

are there any chances of getting data from wireshark to processing
Re: wireshark + processing
Reply #1 - May 5th, 2008, 11:09am
 
i don't know about carnivorePE, but wireshark uses a library called libpcap (winpcap on windows) to gather this information, and you can access their functions using jpcap.

hope this helps
Re: wireshark + processing
Reply #2 - May 5th, 2008, 2:42pm
 
Thanks for the hint.
Are there any examples of using libpcap with processing? That would help a lot...
Page Index Toggle Pages: 1