summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-gadu-gadu.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-04-25gadu-gadu: fix 'tvb/tree' was marked unused but was used [-Werror,-Wused-but-...Alexis La Goutte1-1/+1
2016-04-04Rename "libz" to "zlib"João Valverde1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-3/+3
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-5/+1
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-08-20Sort hfi[] to match the definitions, and add a missing entry that found.Guy Harris1-14/+16
2014-08-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+6
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-5/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-1/+1
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-12-07gadu-gadu: use STR_UNICODE display instead of proto_tree_add_unicode_string().Jakub Zawadzki1-26/+23
2013-12-07Add new string proto encoding for windows-1250 (ENC_WINDOWS_1250)Jakub Zawadzki1-41/+7
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-4/+6
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-5/+5
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-6/+7
2013-08-17Fix few concept of new api tree:Jakub Zawadzki1-86/+93
2013-08-16Convert my dissectors to new proto API.Jakub Zawadzki1-400/+405
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-19From beroset:Anders Broman1-2/+2
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-11Add data parameter to call_dissector_only.Jakub Zawadzki1-2/+2
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-18Convert GString to emem_strbuf_t in packet-gadu-gadu.cMichael Mann1-5/+4
2012-07-16Gadu-Gadu: dissect more packets.Jakub Zawadzki1-30/+357
2012-07-06Gadu-Gadu: dissect more packets.Jakub Zawadzki1-1/+249
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-19Add proto_tree_add_unicode_string() to add UTF-8 string to tree. Jakub Zawadzki1-8/+5
2012-06-04packet-gadu-gadu: set COL_INFO in undissected/unknown packet types.Jakub Zawadzki1-1/+23
2012-05-29Fix bug #7304, stupid mistake.Jakub Zawadzki1-1/+1
2012-05-24tvb_reported_length_remaining() can return a negative number. In dissect_gad...Chris Maynard1-4/+7
2012-05-21Improve Gadu-Gadu dissector (part III)Jakub Zawadzki1-14/+343
2012-05-19Improve Gadu-Gadu dissector and fix some comments.Jakub Zawadzki1-58/+255
2012-05-18Improve Gadu-Gadu dissector.Jakub Zawadzki1-71/+889
2012-02-05From Jakub Zawadzki:Anders Broman1-0/+199