Feature #3105
closedWireshark dissector: display Name in Info column
100%
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
Updated by Junxiao Shi over 7 years ago
- File UDP-Interest-Data.png UDP-Interest-Data.png added
- File TCP-Interest-Nack.png TCP-Interest-Nack.png added
- Status changed from New to Resolved
- Assignee set to Junxiao Shi
- % Done changed from 0 to 50
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:
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.