Re: [Wireshark-dev] [PATCH] ISIS dissector

2006-12-18 Thread Stephen Fisher
On Sun, Dec 10, 2006 at 04:06:15AM +0100, Sebastien Tandel wrote: >a little patch against revision 20088 in packet-isis-lsp.c for the > following : > - hf_isis_lsp_remaining_life declared but unused > - replacing a proto_tree_add_uint useless with proto_tree_add_item Your patch has been check

Re: [Wireshark-dev] [PATCH] ISIS dissector

2006-12-17 Thread Sebastien Tandel
I've got some very interesting and therefore ... not public! :( But there are plenty of captures files here : http://ndb2-blmt.abilene.ucaid.edu/isis/ These are capture files collected by the American research network (Abilene) on a daily basis and on each of their routers ... youhou :) Regard

Re: [Wireshark-dev] [PATCH] ISIS dissector

2006-12-17 Thread Stephen Fisher
On Sun, Dec 10, 2006 at 04:06:15AM +0100, Sebastien Tandel wrote: >a little patch against revision 20088 in packet-isis-lsp.c for the > following : > - hf_isis_lsp_remaining_life declared but unused > - replacing a proto_tree_add_uint useless with proto_tree_add_item Do you have a sample capt

[Wireshark-dev] [PATCH] ISIS dissector

2006-12-09 Thread Sebastien Tandel
Hi all, a little patch against revision 20088 in packet-isis-lsp.c for the following : - hf_isis_lsp_remaining_life declared but unused - replacing a proto_tree_add_uint useless with proto_tree_add_item thanx, Sebastien Tandel Index: epan/dissectors/packet-isis-lsp.c ===