Hello all,
I'm getting this error while compiling the wireshark. What is the reason
this error is seen?? and what is the solution.
I'm following "
http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html";
i.e. win-32-step by step installation.
I'm using MSVC 2005 EE.
I have attached th
The out-put of verify_tools and followed by all is as below.
C:\wireshark-0.99.7>nmake -f Makefile.nmake verify_tools
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
Checking for required applications:
cl: /cygd
Seems to be working ok on win32 with r24229 :)
--
Stig Bjørlykke
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev
2008/1/30, Luis EG Ontanon <[EMAIL PROTECTED]>:
> Instead of trying to export the variables that point to the uats we
> should get the pointer by other means. The code snipplet was the means
> for that.
I have tried adding your function to uat.c and use this in nameres_prefs.c.
But I'm currently u
Luis EG Ontanon wrote:
> Sorry,
> I thought I wrote that...
>
> Instead of trying to export the variables that point to the uats we
> should get the pointer by other means. The code snipplet was the means
> for that.
This works:
In epan/libwireshark.def make smi_modules_uat and smi_paths_uat "DAT
>
> C:\wireshark-0.99.7>nmake -f Makefile.nmake all
>
> Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
> Copyright (C) Microsoft Corporation. All rights reserved.
>
> NMAKE : fatal error U1073: don't know how to make 'c-auto.h'
> Stop.
>
>
Is this the only output from the 'n
Sorry,
I thought I wrote that...
Instead of trying to export the variables that point to the uats we
should get the pointer by other means. The code snipplet was the means
for that.
L
On Jan 30, 2008 10:40 PM, Jaap Keuter <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm missing the point here. Is this a
Hi,
I'm missing the point here. Is this a code snippet returning NULL that
causes the failure? Is it a fix? For what? Maybe this should be filed in
bugzilla and handled the regular way.
Thanx,
Jaap
Luis EG Ontanon wrote:
> uat_t* uat_get_table_by_name(const char* name) {
> guint i;
>
uat_t* uat_get_table_by_name(const char* name) {
guint i;
for (i=0; i < all_uats->len; i++) {
if ( g_strequal((g_ptr_array_index(all_uats,i))->name,name) ) {
return (g_ptr_array_index(all_uats,i));
}
}
Hi,
Shouldn't smi_modules_uat and smi_paths_uat be listed as 'DATA' items in
libwireshark.def. Or is there something with WS_IMPORT? I don't really
know how this stuff works in the Win32 domain.
Thanx,
Jaap
Andrew Hood wrote:
> SVN at 24225
> Windows XP Pro SP2
> M$ Visual Studio 8.0 (MSVC_
Hi Everyone,
First of all this question should have never been asked here first - I
should have posed this to the user forum first.
Secondly, after some of my own research I discovered that TShark is the tool
that should be used.
Sorry for any inconvenience.
Thanx,
John
On Jan 30, 2008 10:13
Hello,
This is the first time i'm working on wireshark.
The problem i'm facing is compiling the wireshark.
Below is the procedure i have followed to compile the wireshark source.
"http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html";.
I'm able to do the following,
1) nmake -f Mak
Bill Meier wrote:
>
> I guess not (altho the error message is a bit weird):
>
> Only read filters, not capture filters, can be specified when
> reading a capture file.
I'm too quick off the mark today.
-f is the switch to specify a capture filter so the error message is
correct.
The
Bill Meier wrote:
>> What I need to do is to be able to extract out a specific VoIP call using
>> UNISTIM that spans multiple capture files based on IP Address and
>> Source and/or Destination Port and possible a within a specific time frame.
>>
>
> Altho I haven't tried this, I think the followi
>
> What I need to do is to be able to extract out a specific VoIP call using
> UNISTIM that spans multiple capture files based on IP Address and
> Source and/or Destination Port and possible a within a specific time frame.
>
Altho I haven't tried this, I think the following should work:
tshar
Hi,
Would it be possible to add the following functionality to EDITCAP:
Select packets based on:
- Select IP Address and Source Port
- Select IP Address and Destination Port
- As well as Start and End time of packets
Across
- Multiple Input Capture Files
The capture files ar
SVN at 24225
Windows XP Pro SP2
M$ Visual Studio 8.0 (MSVC_VARIANT=MSVC2005)
Python in c:\Python25
I have done
"make -f Makefile.nmake clean" and
"make -f Makefile.nmake setup" before
"make -f Makefile.nmake"
When I try to set either of the SMI parameters from the "Name
Resolution" preference I g
17 matches
Mail list logo