aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x11.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2015-12-13Register TCP ports 6000-6063 for X11 dissector.Michael Mann1-8/+26
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+5
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-11/+11
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-19/+2
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu1-2/+2
2015-03-28x11: destroy two more hash tables in convo dataEvan Huus1-0/+3
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-23Move popcount() to an optionally built part of wsutil for systems thatStephen Fisher1-15/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-12-04Add resource-id parsing to the X11 errors that return itMichele Baldessari1-2/+12
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-10-02Extend X11 response parsingMichele Baldessari1-2/+167
2014-09-07Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-16/+12
2014-08-18Fix handling of STRING16.Guy Harris1-61/+56
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-4/+4
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-4/+4
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-03Try to fix [-Wmissing-prototypes]Anders Broman1-0/+4
2013-11-24Some patches from Peter Harris to make it possible to build the X11 dissectorJeff Morriss1-0/+84
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-3/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-3/+2
2013-09-13Replace some emem with wmem.Evan Huus1-17/+19
2013-09-08Add filterable expert info to generated X11 dissector. I didn't regenerate t...Michael Mann1-0/+2
2013-07-23Don't cast away constness (except in cases where an API makes thatGuy Harris1-2/+5
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-22/+16
2013-05-28Batch of filterable expert infos. This (mostly) completes the non-ASN.1 list...Michael Mann1-1/+11
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-5/+5
2013-03-20From beroset:Bill Meier1-13/+13
2013-02-27Include <epan/show_exception.h>, as show_exception() is called.Guy Harris1-1/+1
2013-02-27Get rid of unnecessary includes of "packet-frame.h".Guy Harris1-1/+0
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-10/+4
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-10/+10
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+5
2012-10-14The strings added to the value_string table for X11 opcodes forGuy Harris1-19/+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-25cleanup some unnecessary g_malloc callsMichael Mann1-44/+9
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-07-03Improve use of the value_string x11_keysym_vals_source[]:Bill Meier1-15/+32
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+2
2012-05-12"byte_order" is an encoding value, so it should be guint.Guy Harris1-6/+6
2012-05-12Fix a compile errorBill Meier1-1/+1