Re: [Wireshark-dev] How to reassemble split bits

2012-07-10 Thread Mike Morrin
On 08/07/2012 11:08, Hai Li wrote: Hi, I want to reassemble split bits from several packets. I have read the section 9.4 of Wireshark Developer's Guide, but I found fragment_add_seq_check is based on bytes, not bits. Is there a easy way to reassemble fragment bits? Can you give more details

Re: [Wireshark-dev] ASN.1 integers and types

2012-07-10 Thread Pascal Quantin
2012/7/10 Anders Broman a.bro...@bredband.net Guy Harris skrev 2012-07-10 01:34: On Jul 9, 2012, at 2:41 PM, buildbot-no-reply@wireshark.**orgbuildbot-no-re...@wireshark.orgwrote: The Buildbot has detected a new failure on builder OSX-10.5-x86 while building Wireshark (development).

[Wireshark-dev] cmake build of r43639 fails

2012-07-10 Thread Martin Kaiser
Dear all, I'm building r43639 using cmake, this fails at [ 78%] Built target tshark [ 78%] Built target codecs [ 88%] Built target gtkui Linking C executable wireshark lib/libgtkui.a(main_menubar.c.o):(.rodata+0x27d4): undefined reference to `rlc_lte_graph_cb' collect2: ld returned 1 exit status

Re: [Wireshark-dev] [Wireshark-commits] rev 43647: /trunk/epan/ /trunk/epan/: addr_resolv.c

2012-07-10 Thread Jeff Morriss
morr...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=43647 User: morriss Date: 2012/07/10 08:02 AM Log: Obey the new use-external-resolvers preference when translating IP addresses into host names (in get_host_ipaddr() and get_host_ipaddr6()). Erm,

Re: [Wireshark-dev] cmake build of r43639 fails

2012-07-10 Thread Guy Harris
On Jul 10, 2012, at 4:31 AM, Martin Kaiser wrote: I guess rlc_lte_graph.c should be added to CMakeLists.txt, not just to Makefile.common. Is there any mechanism by which a CMakeList file and an automake file and an nmake file can all include a common file, with the common file having a list

Re: [Wireshark-dev] buildbot failure in Wireshark 1.8 on Windows-7-x64

2012-07-10 Thread Gerald Combs
On 7/10/12 12:48 PM, buildbot-no-re...@wireshark.org wrote: The Buildbot has detected a new failure on builder Windows-7-x64 while building Wireshark 1.8. Full details are available at: http://buildbot.wireshark.org/trunk-1.8/builders/Windows-7-x64/builds/76 Buildbot URL:

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Solaris-10-SPARC

2012-07-10 Thread Guy Harris
On Jul 10, 2012, at 12:32 PM, buildbot-no-re...@wireshark.org wrote: The Buildbot has detected a new failure on builder Solaris-10-SPARC while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Solaris-10-SPARC/builds/1199

Re: [Wireshark-dev] Plugins, stat menus, and 1.8.0

2012-07-10 Thread David Ameiss
Bug 7466 was opened. On 07/09/2012 11:28 AM, Jeff Morriss wrote: Oof, I keep forgetting about this and not having time to check into it. Please open a bug so we can remember to do something about it... David Ameiss wrote: C plugin. On Jun 28, 2012, at 2:57 PM, Jeff Morriss wrote: David