Project

General

Profile

Actions

Feature #3105

closed

Wireshark dissector: display Name in Info column

Added by Junxiao Shi almost 10 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
Due date:
% Done:

100%

Estimated time:
1.50 h

Description

In Wireshark dissector, display Interest/Data Name in the Info column of packet list pane.

This replaces "Source Port: 6363 Destination Port: 6363" from UDP, and similar outputs from Ethernet/TCP/WebSocket.

The output should look like:

Interest /ndn/edu/arizona/ping/1
Data /ndn/edu/arizona/ping/1

Files

UDP-Interest-Data.png (12.9 KB) UDP-Interest-Data.png Junxiao Shi, 01/10/2018 12:08 PM
TCP-Interest-Nack.png (19.5 KB) TCP-Interest-Nack.png Junxiao Shi, 01/10/2018 12:08 PM

Updated by Junxiao Shi over 7 years ago

https://gerrit.named-data.net/4434
It's "50%" progress because the implementation cannot handle multiple NDN packets in the same underlying packet.
I think it's enough for basic cases.

Screenshots:

Interest and Data over UDP
Interest and Nack over TCP

Actions #2

Updated by Junxiao Shi over 7 years ago

  • Assignee deleted (Junxiao Shi)
Actions #3

Updated by Davide Pesavento almost 7 years ago

  • Status changed from Resolved to Closed
  • Assignee set to Junxiao Shi
  • % Done changed from 50 to 100

Junxiao Shi wrote:

It's "50%" progress because the implementation cannot handle multiple NDN packets in the same underlying packet.

I believe that case can be handled as a separate issue. Pretty much everything right now assumes that one UDP datagram or Ethernet frame contains one and only one NDN packet.

Actions

Also available in: Atom PDF