Find the answer to your Linux question:
Results 1 to 7 of 7
Does someone know of a script or tool that can be used to monitor tcpdump traces?...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Posts
    15

    TCPDUMP Monitoring Tool

    Does someone know of a script or tool that can be used to monitor tcpdump traces?

  2. #2
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    Does Wireshark work for you?
    New Users, please read this..
    Google first, then ask..

  3. #3
    Just Joined!
    Join Date
    Nov 2009
    Posts
    15
    Thank You Robin for your reply, but Wireshark does not work. Although Wireshark is similar to TCPDump, I want something that will dynamically scan and monitor a trace given by TCPDump.... so basically I want something like Wireshark but that uses TCPDump as input.....

  4. #4
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    What is it you exactly want to monitor / trace for?
    New Users, please read this..
    Google first, then ask..

  5. #5
    Just Joined!
    Join Date
    Nov 2009
    Posts
    15
    I want to monitor it for the host address and port numbers

  6. #6
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    My advice is to extract data while piping in Grep. =)
    or use tshark..
    Also, writing a faily easy perl script for this based on libcap might solve your problem
    New Users, please read this..
    Google first, then ask..

  7. #7
    Just Joined!
    Join Date
    Nov 2009
    Posts
    15
    Thanks a lot for your time...... have a good day....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...