Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Capturing data from ethernet port

Capturing data from ethernet port

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 846 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kole
    wrote on last edited by
    #1

    Hi everyone,

    Can anyone suggest a Qt library or function which will capture the data coming from the ethernet port (or packet sniffing). Right now I was using libpcap library to do this work. (pcap_open_live("eth0", ...) and pcap_loop() functions)

    Are there any similar functions in Qt ?

    Thanks in advance.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Not there's not.

      Note that if you are looking for Qt GUI on a good packet sniffer, Wireshark is now based on Qt.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved