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] building wireshark in linux

From: ajay seshadri <sesh_ajay@xxxxxxxxx>
Date: Mon, 9 Aug 2010 07:13:03 -0700 (PDT)
Thanks a lot Chris for your inputs.
As far as sudo is concerned, I was initially getting a permission denied message. Using chmod to change the permissions worked. Also, I just figured out that autogen didn't work because I had originally downloaded the code in windows and then used the same for linux. Using dos2unix worked for me.
   



From: "Maynard, Chris" <Christopher.Maynard@xxxxxxxxx>
To: Developer support list for Wireshark <wireshark-dev@xxxxxxxxxxxxx>
Sent: Thu, July 29, 2010 7:37:42 PM
Subject: Re: [Wireshark-dev] building wireshark in linux

Which version of Wireshark are you compiling against?  With 1.2.8, my plugins get copied automatically.  I haven’t integrated them with the trunk yet.  Anyway, I think you probably just need to edit plugins/Makefile.nmake, possibly as easy as adding your plugin to the PLUGIN_LIST, which the latest README.plugins mentions, or if you’re using an older version such as 1.2.8 like I am, then adding the appropriate xcopy command to the install-plugins target.

 

As for the autogen.sh problem, first, why sudo?  If still experiencing problems without using sudo, then you might try adding “set –x” to the top of the script after the comment block for additional debug information, which might help isolate the problem.  The versions of the tools should be OK.  According to the trunk’s autogen.sh, autoconf must be >= 2.60, automake >= 1.9 and libtool >= 1.4.

 

- Chris

 

 

From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of ajay seshadri
Sent: Thursday, July 29, 2010 7:28 AM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] building wireshark in linux

 

Thanks a lot Chris.


Since I am building it as a plugin, I actually paste the dll in the ..wireshark\wireshark-gtk2\plugins\my_protocol folder to make it work. It doesn't show the added protocol otherwise.

I get this message : sudo: ./autogen.sh: command not found for ./autogen.sh.
I have installed autoconf2.66, automake-1.9 and libtool-2.2. Am I missing out on the installation of any files?


From: "Maynard, Chris" <Christopher.Maynard@xxxxxxxxx>
To: Developer support list for Wireshark <wireshark-dev@xxxxxxxxxxxxx>
Sent: Tue, July 27, 2010 6:59:55 PM
Subject: Re: [Wireshark-dev] building wireshark in linux

1. export WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1

2. “./configure --prefix=${HOME}/build/root”: That’s an example of what you type on the command-line during the configure step.

 

As far as I know, everything in the README.plugins is accurate and applicable.

 

BTW, on Windows, you don’t have to copy any plugin .dll’s anywhere.  Just run wireshark.exe from the wireshark-gtk2\ directory.

- Chris

 

 

From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of ajay seshadri
Sent: Tuesday, July 27, 2010 3:03 AM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] building wireshark in linux

 

Hi Chris,

Thanks a lot for the reply. I went through the description for unix files in doc/README.plugins.

They ask us to:
 
1. set an environment variable : WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1 (can you please tell me where this change has to be made?)


2. set up a working root using - ./configure --prefix=${HOME}/build/root
(again not sure where this change has to be made)
and build wireshark to install there using 'make install'

Can you please tell me if the steps for making changes to the existing Wireshark files and adding the make files to the dissector plugin directory remain the same?

Also, if I am not mistaken, setting up the working root will automatically  read the appropriate plugins from their respective paths, we don't have to copy paste the *.so files anywhere like we do it for *.dll in windows?

I could build it successfully in windows. I am relatively new to linux and hence had some doubts regarding the same.

I would appreciate any help in this regard.

Thanks and Best Regards,
Ajay


From: "Maynard, Chris" <Christopher.Maynard@xxxxxxxxx>
To: Developer support list for Wireshark <wireshark-dev@xxxxxxxxxxxxx>
Sent: Tue, July 27, 2010 2:02:10 AM
Subject: Re: [Wireshark-dev] building wireshark in linux

Have you read doc/README.plugins?

- Chris

 

From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of ajay seshadri
Sent: Monday, July 26, 2010 3:14 PM
To: Developer support list for Wireshark
Subject: [Wireshark-dev] building wireshark in linux

 

Hi, 

 

What are the changes to be made to compile and run a Wireshark dissector plugin in Linux? The developer's manual gives in depth information about the changes to be made to the various files (including *.nmake) to compile it in windows. 

 

Is 'make all' sufficient in linux? Would it generate a *.so file? I would appreciate it if anyone could guide me in this regard. 

 

Thanks,

Ajay

 

 

CONFIDENTIALITY NOTICE: The contents of this email are confidential

and for the exclusive use of the intended recipient. If you receive this

email in error, please delete it from your system immediately and 

notify us either by email, telephone or fax. You should not copy,

forward, or otherwise disclose the content of the email.

 

CONFIDENTIALITY NOTICE: The contents of this email are confidential
and for the exclusive use of the intended recipient. If you receive this
email in error, please delete it from your system immediately and
notify us either by email, telephone or fax. You should not copy,
forward, or otherwise disclose the content of the email.

 

CONFIDENTIALITY NOTICE: The contents of this email are confidential
and for the exclusive use of the intended recipient. If you receive this
email in error, please delete it from your system immediately and
notify us either by email, telephone or fax. You should not copy,
forward, or otherwise disclose the content of the email.