spatieman has asked for the wisdom of the Perl Monks concerning the following question:

This is my first message here, so dont be to hard on me. i am using openBSD here as routering machine, and i would like to find out what my networkspeed is on my litle lan here. for the local machine it self it is no isue. MRTG (yes, i want do dump all collected snapshot data in a graphic) show's me all the data from the machine it self. but i cant get any script i ever found to work that opens a remote datastream, fish out its packet information and servs it to mrtg. tryd using with msocket, nc, tshark. using its own firewall rule with label parsing (pfctl -s label that is) isnt realy acurate. i just need a begin, i could use a small hint to point me in the right direction for this. thnxs. tony.
  • Comment on abselute n00b question, how do i extract packet information from a remote network adres with perl.(as in LAN machine)

Replies are listed 'Best First'.
Re: how do i extract packet information from a remote network adres with perl.(as in LAN machine)
by Anonymous Monk on May 06, 2015 at 10:40 UTC
      wireshark is gui.tshark not. but i didnt worked with pcap... hmm, completly forgot about that.
Re: abselute n00b question, how do i extract packet information from a remote network adres with perl.(as in LAN machine)
by GotToBTru (Prior) on May 06, 2015 at 15:14 UTC

    Show your code. Likely this is not a Perl question, but can be solved using some other tool.

    Dum Spiro Spero
      dont have code :( i am sory for that.