Ethereal-dev: Re: [Ethereal-dev] Creating a new Dissector
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
From: "pevee" <clkuan@xxxxxxxxxxxxxxx>
Date: Wed, 2 Oct 2002 14:15:48 +0800
Title: Message
Hi,
I took packet-tftp.c for initial
example.
(1) I tried to modified some portion
of the code /downloads/ethereal-0.9.6/packet-tftp.c
For
example:-
{
&hf_tftp_opcode,
{ "Opcode", "tftp.opcode", FT_UINT16, BASE_DEC, VALS(tftp_opcode_vals), 0x0, "TFTP message type", HFILL }}, {
&hf_tftp_opcode,
{ "XXX", "tftp.opcode", FT_UINT16, BASE_DEC, VALS(tftp_opcode_vals), 0x0, "TFTP message type", HFILL }}, (2) Make
it /downloads/ethereal-0.9.6/make
(3) The changes that I made does not
reflect in the Ethereal packet capturing.
(4) Please advice :)
Thank you
Calvin
|
- Follow-Ups:
- Re: [Ethereal-dev] Creating a new Dissector
- From: Richard Sharpe
- Re: [Ethereal-dev] Creating a new Dissector
- Prev by Date: [Ethereal-dev] I have updated the protocols list and filter fields list
- Next by Date: Re: [Ethereal-dev] Creating a new Dissector
- Previous by thread: [Ethereal-dev] I have updated the protocols list and filter fields list
- Next by thread: Re: [Ethereal-dev] Creating a new Dissector
- Index(es):