aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdp.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-31format_text_wmem -> format_textMichael Mann1-1/+1
2017-01-31Add format_text_wmem.Michael Mann1-1/+1
2016-09-16Have TPKT support a TCP port range preference instead of having "subdissector...Michael Mann1-33/+5
2016-02-02Add to the Info column for the stuff in COTP CR and CC PDUs.Guy Harris1-3/+21
2016-02-01Quick fix for the build.Guy Harris1-1/+1
2016-02-01Remove trailing whitespace.Guy Harris1-1/+1
2016-02-01Add heuristic dissectors for the variable part of COTP CR and CC PDUs.Guy Harris1-1/+377
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-24Convert T.124 API to use "new style" dissectors.Michael Mann1-8/+12
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-3/+3
2015-02-11Prevent two false positive MSVC2013 Code Analysis warningsBill Meier1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-18Parse client and server blocks of settings data introduced in newer RDP versionsEugene Sukhodolin1-17/+176
2014-08-12Remove parsing of non-existing TS_UD_SC_SEC1 fieldsEugene Sukhodolin1-6/+0
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-18initialize info_flags, fix compile errorMartin Kaiser1-1/+1
2013-12-18Use FT_STRING for string-valued fields.Guy Harris1-69/+85
2013-12-14rdp_field_info_t struct: Pass pointer to hfJakub Zawadzki1-233/+233
2013-12-13Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-12-13Fix 4 instances of Visual Studio Code Analysis warnings C6001: Using uninitia...Chris Maynard1-4/+4
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-15emem -> wmemJörg Mayer1-2/+3
2013-03-19From beroset:Anders Broman1-5/+5
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-8/+8
2013-01-26Initialize some hf_... vars to -1;Bill Meier1-1/+1
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-4/+12
2012-11-23Improve dissection;Bill Meier1-300/+239
2012-10-15(try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7862Martin Kaiser1-2/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-6/+6
2012-07-09From Evan Huus:Anders Broman1-11/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-12General cleanup:Bill Meier1-397/+395
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-7/+13
2012-04-04Fix CID 1287: rdp_info can't be NULL here so there's no need to check for itJeff Morriss1-6/+4
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-1/+1
2011-12-28min() -> MIN().Chris Maynard1-2/+2
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-6/+6
2011-11-27Various Minor cleanup:Bill Meier1-1/+0
2011-11-19Revert 39946Anders Broman1-5/+4
2011-11-19See if this fixes "warning: initializer element is not computable at load time"Anders Broman1-4/+5
2011-10-30Clang Cat is watching you fail to check for a null pointer.Guy Harris1-2/+4
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-1/+1
2011-10-23(Trivial) Whitespace cleanup.Bill Meier1-11/+11