[Wireshark-dev] What about backporting fixes to older releases with the new workflow?

2014-03-27 Thread Anders Broman
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

[Wireshark-dev] how to include a head file

2014-03-27 Thread ??????????
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

Re: [Wireshark-dev] : how to convert to file encode from utf-8 toASCII?

2014-03-27 Thread Guy Harris
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

Re: [Wireshark-dev] Gerrit versus Buildbot

2014-03-27 Thread Gerald Combs
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

[Wireshark-dev] sql dissector

2014-03-27 Thread Suman Roy
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: [Wireshark-dev] 回复: how to use wireshark source code?

2014-03-27 Thread Peter Wu
(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

Re: [Wireshark-dev] how to use wireshark source code?

2014-03-27 Thread Peter Wu
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

[Wireshark-dev] how to use wireshark source code?

2014-03-27 Thread ??????????
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

[Wireshark-dev] ?????? how to convert to file encode from utf-8 toASCII?

2014-03-27 Thread ??????????
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

Re: [Wireshark-dev] how to convert to file encode from utf-8 to ASCII?

2014-03-27 Thread Guy Harris
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

[Wireshark-dev] how to convert to file encode from utf-8 to ASCII?

2014-03-27 Thread ??????????
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

[Wireshark-dev] how to modify the source code?

2014-03-27 Thread ??????????
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