https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4992
Summary: Support to decode the Gearman protocol
Product: Wireshark
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: flier.lu@xxxxxxxxx
Build Information:
Version 1.5.0 (SVN Rev 33479 from /trunk)
Copyright 1998-2010 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.16.6, (32-bit) with GLib 2.22.4, with WinPcap (version
unknown), with libz 1.2.3, without POSIX capabilities, without libpcre, with
SMI
0.4.8, with c-ares 1.7.1, with Lua 5.1, with Python 2.6.4, with GnuTLS 2.8.5,
with Gcrypt 1.4.5, with MIT Kerberos, with GeoIP, with PortAudio V19-devel
(built Jun 23 2010), with AirPcap.
Running on 32-bit Windows 7, build 7600, with WinPcap version 4.1.1 (packet.dll
version 4.1.0.1753), based on libpcap version 1.0 branch 1_0_rel0b (20091008),
GnuTLS 2.8.5, Gcrypt 1.4.5, without AirPcap.
Built using Microsoft Visual C++ 9.0 build 30729
Wireshark is Open Source Software released under the GNU General Public
License.
Check the man page and http://www.wireshark.org for more information.
--
Gearman provides a generic application framework to farm out work to other
machines or processes that are better suited to do the work.
I made a plugin to decode it's protocol
http://gearman.org/index.php?id=protocol
Gearman Protocol
Magic Code: \0REQ
Packet Type: WORK_COMPLETE (13)
Data Length: 14
Data Content: H:debian:1
0000 00 0c 29 57 3c ef 00 50 56 c0 00 08 08 00 45 00 ..)W<..PV.....E.
0010 00 42 04 fd 40 00 80 06 d3 e6 c0 a8 50 01 c0 a8 [email protected]...
0020 50 80 5b 6d 12 7a 73 b4 d6 6c e4 3d 4f 43 50 18 P.[m.zs..l.=OCP.
0030 7b 08 06 ac 00 00 00 52 45 51 00 00 00 0d 00 00 {......REQ......
0040 00 0e 48 3a 64 65 62 69 61 6e 3a 31 00 31 30 0a ..H:debian:1.10.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.