Hi,
How do we handle backports in the new work flow with git? The submitter
of a patch could help
by submitting the backport once the patch has been accepted. But what do
we do in the case
when this isn't happening? The core developer accepting the patch might
not have the time/don't want
the
I create a head file in wireshark,name peformance.h:#include
typedef struct peformance_s
{
gfloat time[100];
gfloat delay[100];
guint32 packetSize[100];
guint32 payload;
guint32 index;
guint32 temp_size;
gfloat temp_time;
}peformance;
exter
On Mar 27, 2014, at 1:15 AM, "??" <237825...@qq.com> wrote:
> the file inside wireshark is too much
The source files in the Wireshark source are strictly ASCII - the Wireshark
build process checks for that and reports errors if it finds non-ASCII
characters. (The AUTHORS file is UTF-8
On 3/26/14 6:06 AM, Bálint Réczey wrote:
> 2014-03-21 22:24 GMT+01:00 Bálint Réczey :
>> Hi,
>>
>> 2014-03-20 23:11 GMT-01:00 Guy Harris :
>>>
>>> On Mar 20, 2014, at 2:24 PM, Chris Kilgour wrote:
>>>
On 03/20/2014 01:07 PM, Gerald Combs wrote:
>
> If the build system had open access
Hi is wireshark can dissect sql packets completely. I am quite unable to
see the query string and response.
--
Suman Roy
(Trying to Be a Good Human Being.)
___
Sent via:Wireshark-dev mailing list
Archives:http://www.
(re-adding list in reply)
Please do not top-post.
On Thursday 27 March 2014 17:34:38 我想不无聊 wrote:
> it still occurs to me this error:
>
>
> packet-ieee80211.c:131: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before '->' token
>
> what is going on?
You really need to show more d
Hi,
On Thursday 27 March 2014 17:05:08 我想不无聊 wrote:
> I add a file named peformance.h under wireshark main directory,
>
>
> peformance.h
spelling error here (and below), it should be "performance".
> #include
>
>
> typedef struct peformance_s
> {
> gfloat time[100];
> g
I add a file named peformance.h under wireshark main directory,
peformance.h
#include
typedef struct peformance_s
{
gfloat time[100];
gfloat delay[100];
guint32 packetSize[100];
guint32 payload;
guint32 index;
guint32 temp_size;
gfloat t
the file inside wireshark is too much,if i modified it one by one ,it is a huge
project.
-- --
??: "Guy Harris";;
: 2014??3??27??(??) 4:02
??: "Developer support list for Wireshark";
: Re: [Wireshark-dev] how to convert to
On Mar 27, 2014, at 12:22 AM, "??" <237825...@qq.com> wrote:
> In the readme.developer,it say that the developer should convert the source
> file encode into ASCII,but when i extract the compress file ,it's default
> file encode is utf-8,what should i do ?
Find all the non-ASCII charac
In the readme.developer,it say that the developer should convert the source
file encode into ASCII,but when i extract the compress file ,it's default file
encode is utf-8,what should i do ?___
Sent via:Wireshark-dev maili
I want a add a file peformance.h in wireshark,in the file i define a struct
,below is the content of the file
#include
typedef struct peformance_s
{
gfloat time[100];
gfloat delay[100];
guint32 packetSize[100];
guint32 payload;
guint32 index;
guint3
12 matches
Mail list logo