Wireshark-dev: Re: [Wireshark-dev] Detecting Protocol Headers
From: "BARILLY YANN" <Yann.Barilly@xxxxxxxxxxxxxxxxx>
Date: Tue, 10 Mar 2009 16:54:21 +0100
Hi,
You will find the answers to nearly all the questions
you are asking in the README.developper guide in Wireshark
sources:
How is made the proto tree, how are collected data and
how are they printed, etc.
This guide is very well done and you will be able to anderstand a big part of the way Wireshark
is built with it.
It might be quite frustrating for an answer but I think
in my poor mind that it is the one that fits the
best
Sorry and good work
Yann
From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Rayne
Sent: Tuesday, March 10, 2009 2:09 AM
To: wireshark-dev@xxxxxxxxxxxxx
Subject: [Wireshark-dev] Detecting Protocol Headers
Hi, I'm interested in understanding how Wireshark detects protocol headers in a packet and peels off each layer to get to the payload. I took a look at packet-udp.c and packet-ip.c, and am wondering where I can find the definitions of the following functions: call_dissector() dissector_add() dissector_try_heuristic()
|
- References:
- [Wireshark-dev] Detecting Protocol Headers
- From: Rayne
- [Wireshark-dev] Detecting Protocol Headers
- Prev by Date: Re: [Wireshark-dev] Reassembling splitted PPP packets
- Next by Date: Re: [Wireshark-dev] [Wireshark-commits] rev 27688: /trunk/wiretap/ /trunk/wiretap/: ngsniffer.c
- Previous by thread: Re: [Wireshark-dev] Detecting Protocol Headers
- Next by thread: Re: [Wireshark-dev] Detecting Protocol Headers
- Index(es):