https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5612
Summary: Dissectors not declared by name (no
"register_dissector" function call).
Product: Wireshark
Version: 1.4.3
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: keysandwood@xxxxxxxx
Build Information:
Not relevant. Source code analysis
--
Following discussion :
http://www.wireshark.org/lists/wireshark-dev/201101/msg00114.html
cd wireshark/epan/dissectors/
grep -L register_dissector *.c | wc -l
=> 578 entries.
45% of dissectors.
Some have maybe good reason, nevertheless most of the missing declaration are
probably related to the fact that it is not so obvious that the dissector won't
be available in LUA if this call is not done.
Would it be possible when registering all protocol to make a check and in case
protocol are not registered by name to do so ?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.