ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 7639] Bluetooth minor enhancement

Date: Sat, 25 Aug 2012 02:47:34 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639

Jörg Mayer <jmayer@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmayer@xxxxxxxxx

--- Comment #30 from Jörg Mayer <jmayer@xxxxxxxxx> 2012-08-25 02:47:18 PDT ---
Note: I have not reviewed the patches, I have only loosely followed the
discussion in this bug.

Making bluetooth a plugin is a no go at the current time (mentioned in at least
one comment). If you want this changed do *not* continue to discuss this here,
but please go to wireshark-dev@xxxxxxxxxxxxx instead.

I personally agree that plugin or not plugin (my personal view is: not plugin),
bluetooth and other protocols with lots of files should go into their own
subdirectory in epan/dissectors/.
I do think that our current plugin directories should go there as well.

As this is a change of policy, I have sent a mail (well, actually two) to
wireshark-dev.

In the mean time, if you want to speed up the build process:
1) do make -C epan (or make -C epan install). This will only rebuild the
dissection library instead of the main executables and documentation as well
2) Use cmake instead of autotools: autotools creates some unnecessary
intermediate archives (clean vs, dirty vs. generated vs ...)
3) Change tools/make-dissector-reg.py to not recreate (overwrite) register.c if
the signature of the registration function has not changed, thus saving the
time to recompile register.c

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.