aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dbus.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-24dbus dissector: Handle alignments of basic types.Nicolas Cavallari1-2/+31
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-07-22Use pinfo pool and not packet pool for AT_STRINGZ addressesPascal Quantin1-5/+5
2015-04-16Remove deprecated tvb_lengt APIsAndersBroman1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+1
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-5/+5
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki1-1/+1
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-0/+2
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-17Fix few concept of new api tree:Jakub Zawadzki1-24/+32
2013-08-16Convert my dissectors to new proto API.Jakub Zawadzki1-110/+111
2013-06-09Batch of filterable expert infos.Michael Mann1-5/+21
2013-04-01Typo's. That is all.Jaap Keuter1-4/+4
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-07-13Various minor cleanup, including:Bill Meier1-7/+5
2012-06-29Try to fix win64 buildbot.Jakub Zawadzki1-1/+1
2012-06-29Initial support for D-Bus dissection (bug #5502)Jakub Zawadzki1-0/+667