summaryrefslogtreecommitdiff
path: root/wireshark
Commit message (Collapse)AuthorAgeFilesLines
* wireshark/ceph/packet-ceph.c: fix some issues from cppcheckDanny Al-Gaaf2013-02-141-10/+10
| | | | | | | | | Fix some smaller performance related issues from cppcheck due to "Variable '..xy..' is reassigned a value before the old one has been used. Fix some indention. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* wireshark: fix some memory leaksDanny Al-Gaaf2013-02-101-5/+14
| | | | | | | | | | Fix some memory leaks in packet-ceph.c. Error from cppcheck was: [wireshark/ceph/packet-ceph.c:215]: (error) Memory leak: plop [wireshark/ceph/packet-ceph.c:237]: (error) Memory leak: plop [wireshark/ceph/packet-ceph.c:543]: (error) Memory leak: fsid_dec Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* wireshark: fix indentionDanny Al-Gaaf2013-01-241-21/+21
| | | | | | Fix indention. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* wireshark: fix guint64 print format handlingDanny Al-Gaaf2013-01-241-4/+4
| | | | | | Use G_GUINT64_FORMAT to handle print format of guint64 correctly. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* wireshark: update patchYehuda Sadeh2012-07-311-52/+52
| | | | | | Update to latest source tree (svn 43768). Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
* Wireshark dissector updated, work with the current development tree of ↵Pierre Rognant2012-07-247-201/+695
| | | | wireshark. The way I patched it is not really clean, but it can be useful if some people quickly need to inspect ceph network flows.
* wireshar/ceph/packet-ceph.c: fix eolYehuda Sadeh2012-07-241-1133/+1133
| | | | | | Removing extra char from dos eol format. Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-175-10/+10
| | | | | | | A couple of preprocessor symbols for include guards tampered with the reserved namespace. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Sage Weil <sage@newdream.net>
* ceph: remove leading _ from macroSage Weil2010-06-171-2/+2
| | | | | Reported-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Sage Weil <sage@newdream.net>
* msgr: Remove the type CEPH_ENTITY_TYPE_ADMIN.Greg Farnum2010-03-021-1/+0
| | | | | It *looks* like this won't break EntityName's isAdmin() function as that depends on a set name, and client.admin will satisfy it. I think.
* auth: fix connect responseYehuda Sadeh2009-10-151-2/+3
|
* wireshark: update with latest version, some other fixesYehuda Sadeh2009-10-156-602/+290
|
* wireshark: update patch to latest wireshark svn snapshotYehuda Sadeh2009-09-031-45/+45
|
* wireshark: keep plugin code outside of the patchYehuda Sadeh2009-09-0314-2755/+3769
|
* wireshark: update for win32Ariela2008-11-261-54/+57
|
* wireshark: wireshark ceph plugin patchYehuda Sadeh2008-11-251-0/+2846