[Wireshark-dev] Adding a dissector to wireshark does not show in Edit->Preferences protocols - why?

2009-10-30 Thread Mark Ryden
Hello, I am trying to add a dissector to Wireshark in Linux. I work with wireshark 1.2.3. I do not have previous experience and my trial is based upon the wiki and from reading wireshark source code What I tried is a very basic code, (somthing which can be though of as HelloWorldDissector) ,

Re: [Wireshark-dev] Promiscouos mode and pseudo-device

2009-08-17 Thread Mark Ryden
On Thu, Aug 13, 2009 at 3:35 PM, Guy Harris wrote: > > On Aug 13, 2009, at 2:44 AM, Mark Ryden wrote: > >> I had noticed that when running tshark in Pseudo-device mode (tshark >> -i any), the >> machine does not enter promiscuos mode, whereas in the usual case, >>

[Wireshark-dev] Promiscouos mode and pseudo-device

2009-08-13 Thread Mark Ryden
Hello, I had noticed that when running tshark in Pseudo-device mode (tshark -i any), the machine does not enter promiscuos mode, whereas in the usual case, such as thsark -i eth0 (or without "-i" option at all), it does enter promiscuos mode. (I tested it on Linux). I would appreciate if somebo

[Wireshark-dev] tshark without displaying time

2009-08-03 Thread Mark Ryden
Hello, Is there a way to run thsark without displaying the time column ? Mark ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/opt

Re: [Wireshark-dev] Problem building wireshark-1.2.0 (and wireshark-1.0.8) when trying to configure using --with-pcre

2009-07-15 Thread Mark Ryden
st char *stringname, char *buffer, int buffersize); int pcre_copy_substring(const char *subject, int *ovector, int rgs, Mark On Thu, Jul 16, 2009 at 12:02 AM, Guy Harris wrote: > > On Jul 15, 2009, at 4:40 AM, Mark Ryden wrote: > >> There is a pcre-devel-

Re: [Wireshark-dev] Problem building wireshark-1.2.0 (and wireshark-1.0.8) when trying to configure using --with-pcre

2009-07-15 Thread Mark Ryden
osix.3.gz /usr/share/man/man3/pcresample.3.gz On Wed, Jul 15, 2009 at 2:05 PM, Michael Tüxen wrote: > ... where are the include files? Is there also a dev package, > which you could install in addition? > > Best regards > Michael > > On Jul 15, 2009, at 12:38 PM, Mark Ryden wro

Re: [Wireshark-dev] Problem building wireshark-1.2.0 (and wireshark-1.0.8) when trying to configure using --with-pcre

2009-07-15 Thread Mark Ryden
Hello, > And pcre.h is in /usr/include/pcre, not /usr/include? >There's *no* "/ > usr/include/pcre.h" file? Yes. There is only: /usr/include/pcre/pcre.h and *no* /usr/include/pcre.h. rgs, Mark On Wed, Jul 15, 2009 at 2:21 PM, Guy Harris wrote: > > On Jul 15, 2009

Re: [Wireshark-dev] Problem building wireshark-1.2.0 (and wireshark-1.0.8) when trying to configure using --with-pcre

2009-07-15 Thread Mark Ryden
hello, First, I want to add that also ./configure --with-pcre (without specifying any directory) gives the same error. There is both a 32 bit and 64 bit pcre rpm installed on this machine. rpm -ql pcre gives /lib/libpcre.so.0 /lib/libpcre.so.0.0.1 /usr/bin/pcregrep /usr/bin/pcretest /usr/lib/lib

[Wireshark-dev] Problem building wireshark-1.2.0 (and wireshark-1.0.8) when trying to configure using --with-pcre

2009-07-14 Thread Mark Ryden
Hello, I try to build wireshark-1.0.8 and wireshark-1.2.0 on Red Hat Enterprise Linux ES release 4 (Nahant). It is important to me to have the libpcre library (for matches). So I ran ./configire --with-pcre=/usr/include/pcre but I get these errors (both under wireshark-1.0.8 and wireshark-1.2.0)