aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vnc.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-04VNC: Fix accidental offset increment in RREJohn Thacker1-1/+0
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-2/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-14/+14
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-2/+2
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2021-02-11VNC: Fix dead store found by ClangAlexis La Goutte1-1/+1
2021-01-23packet-vnc: resolve issues reported by check_typed_item_calls.pyStijn Last1-7/+21
2021-01-22packet-vnc: added support for VeNCryptStijn Last1-3/+157
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-12/+8
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-12-20packet-vnc.c : Fix parse h264 packet errorzhudewen1-4/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-05-23vnc: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-05-23VNC: move parentheses (and reindent code).Alexis La Goutte1-46/+46
2018-05-17vnc: fix issue found by PVS Studio (V1003)Alexis La Goutte1-45/+42
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-1/+1
2017-07-25VNC: Get Bytes before adding raw values to treeUli Heilmeier1-1/+1
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+0
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-4/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-62/+21
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-10/+5
2016-04-04Rename "libz" to "zlib"João Valverde1-4/+4
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-26Fix ISO C restricts enumerator values to range of 'int' [-Wpedantic]João Valverde1-6/+4
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-5/+6
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-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-8/+8
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-15/+26
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-36/+18
2014-07-03packet-vnc.c: Fix a bug in displaying a set of FT_BOOLEAN bit fields (found b...Bill Meier1-4/+4
2014-07-03packet-vnc.c: Restore tvb_get_string() --> tvb_get_string_enc() changes lost ...Bill Meier1-6/+6
2014-07-03packet-vnc.c: Improve dissectionBill Meier1-54/+266
2014-06-20remove duplicate offset=0Martin Kaiser1-2/+0
2014-06-20no need for if(tree)Martin Kaiser1-6/+4
2014-06-20packet-vnc.c: Improve re-assembly.Bill Meier1-7/+16
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-6/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07- Make local functions static.Anders Broman1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-17/+17
2013-09-22emem -> wmem conversion:Pascal Quantin1-6/+6