ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 1384] BSSGP.TLLI is not recognized properly in filter

Date: Mon, 23 Apr 2007 14:07:40 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1384





------- Comment #4 from jens.peder.terjesen@xxxxxxxxxxxx  2007-04-23 14:07 GMT -------
Hi.

Here is a diff on wireshark-0.99.6-SVN-21459 that fixes the problem.
It is actually only to include commented code again:

diff packet-bssgp-modified.c packet-bssgp.c
2870c2870
<   proto_tree *tf;
---
>
2881,2882c2881,2882
<
<     ti = bssgp_proto_tree_add_ie(ie, bi, bi->offset);
---
>       /*
>       ti = bssgp_proto_tree_add_ie(ie, bi, bi->offset);
2887c2887
<
---
>       */


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.