+ Reply to Thread
Results 1 to 5 of 5

Thread: How to decipher tcpdump file

  1. #1
    vtntl
    Guest

    How to decipher tcpdump file

    20.000 Softwares download here
    Hi,



    I am stuck with a tricky situation in which one of my applications is flooding the network with UDP messages. The architecture of the application is not supposed to do so. Neither is there any place where the application will go into an infinite loop sending UDP messages over the network. To find out what message is being sent out, I captured the output of tcpdump to get the contents of the UDP packets sent by the application over the network. Following is a portion of the tcpdump output:



    13:37:33.568065 udm > activeip: ip-proto-153 13 (DF)

    4500 0021 0512 4000 fe99 01d4 2f87 2b01

    0a46 1118 2547 2547 000d 735b 7000 2e04

    2e00 0000 0000 0000 0000 0000 0000

    13:37:33.568091 udm > activeip: ip-proto-153 13 (DF)

    4500 0021 0513 4000 fe99 01d3 2f87 2b01

    0a46 1118 2547 2547 000d 735b 7000 2e04

    2e00 0000 0000 0000 0000 0000 0000

    13:37:33.568116 udm > activeip: ip-proto-153 13 (DF)

    4500 0021 0514 4000 fe99 01d2 2f87 2b01

    0a46 1118 2547 2547 000d 735b 7000 2e04

    2e00 0000 0000 0000 0000 0000 0000



    Can anyone help me in deciphering the contents of the packets? This will help me in finding out in the code where these messages are being sent out. Do keep in mind that I am pretty new to tcpdump.



    Regards,

    Diganta

  2. #2
    trong_dat1402
    Guest

    A reference on IPv4 headers would greatly help you decipher the packet information:




    Code:

    An IPv4 header 

    <------------------------------------ 32 bits ---------------------------------->

    |-------------------------------------------------------------------------------|
    | Version | IHL | Type of Service | Total Length |
    |-------------------------------------------------------------------------------|
    | Identification | Flags | Fragment Offset |
    |-------------------------------------------------------------------------------|
    | Time to Live | Protocol | Header Checksum |
    |-------------------------------------------------------------------------------|
    | Source Address |
    |-------------------------------------------------------------------------------|
    | Destination Address |
    |-------------------------------------------------------------------------------|
    | Options | Padding |
    |-------------------------------------------------------------------------------|


    |-------------------------------------------------------------------------------|
    | Payload |
    |-------------------------------------------------------------------------------|


    Reference:

    An IPv4 header

  3. #3

  4. #4
    duong nhat than
    Guest

    Following is a very good link to understand tcpdump for beginners.



    http://www.aei.ca/~pmatulis/pub/tcpdump.html

+ Reply to Thread

Similar Threads

  1. Replies: 2
    Last Post: 05-19-2009, 05:06 AM
  2. Need help promoting FILE SHARING / FILE HOSTING Site..
    By nhatlinh in forum General Marketing
    Replies: 4
    Last Post: 10-25-2007, 08:12 PM
  3. Replies: 2
    Last Post: 09-23-2007, 09:19 AM
  4. Replies: 1
    Last Post: 05-29-2007, 09:16 AM
  5. decipher pstack with problem lwp
    By dxtuan0305 in forum SUN Solaris
    Replies: 6
    Last Post: 03-09-2004, 11:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

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