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

Wireshark-dev: Re: [Wireshark-dev] RFD: Creating subdirectories in epan/dissectors/

From: Steve Karg <skarg@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 25 Aug 2012 08:31:05 -0500
Hello Joerg,

[snip]
> What I'd like to do is put these dissectors that belong *to a single protocol*
> into a subdirectory of that name, i.e. move them to
[snip]
> xmpp/packet-other.c
> xmpp/packet-other.h
> xmpp/packet-utils.c
> xmpp/packet-utils.h

These kind of file names could be in every protocol...

> What do you think?

Based on experience with another open source C project where I did
segregate files into sub-folders and tried to simplify the file names
by utilizing sub-directories, you will likely have file naming
conflicts between protocols if you remove the protocol name from the
file.  C file names must be unique in the build (for most compilers
and linkers that I have used).

Best Regards,

Steve
-- 
http://steve.kargs.net/