aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-drda.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-05Cleanup DRDA dissectorMichael Mann1-92/+54
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-11/+7
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-26/+19
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-5/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-8/+11
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-05-25Batch of filterable expert_infos.Michael Mann1-1/+10
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7666 :Pascal Quantin1-0/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-26Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier1-777/+813
2012-01-16The frame number is an unsigned integer, so there's no guarantee that itGuy Harris1-3/+3
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-14/+9
2011-07-05Add some additional routine variants that handle string encodings, andGuy Harris1-16/+22
2010-10-30Use value_string_ext fcns to access two value_string arrays;Bill Meier1-31/+36
2010-08-27From Matthieu Lochegnies via bug 5153:Stig Bjørlykke1-2/+13
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-201/+196
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-1/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-4/+4
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-01From metatech:Anders Broman1-2/+2
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke1-1/+1
2007-11-19Introduce use of the new FT_EBCDIC field type as a second display ofStephen Fisher1-4/+14
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-05-27From Metatech:Stephen Fisher1-1/+13
2007-04-03From metatech :Sebastien Tandel1-0/+879