Hello! I want to put the protocol information which is dissected by Wireshark into SQL Server. Now I am planning to add codes in the function of
I have figured out that the row equals to the column number minus one. However, I could not print out the source address and destination address. The parameter asked 05 Jul '13, 00:36 constance edited 07 Jul '13, 11:00 Guy Harris ♦♦ |
One Answer:
Its type is If you want a human-readable text form for the address, you would have to use one of the answered 07 Jul '13, 10:58 Guy Harris ♦♦ |
Thank you! I have solved this problem by printing out ip_to_str( (const guint8 *)edt.pi.net_src.data) if it's an IPV4 address.