aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gadu-gadu.c
AgeCommit message (Expand)AuthorFilesLines
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