aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x11.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-12Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-171/+167
2012-05-12hf_x11_keycodes is an FT_NONE; use ENC_NA with it.Guy Harris1-2/+2
2012-05-12string16_with_buffer_preallocated() takes a byte-order gboolean as itsGuy Harris1-1/+1
2012-05-12Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-39/+46
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-7/+7
2011-07-09If the reply length is < 32, that's an overflow, not a bug in theGuy Harris1-1/+3
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+1
2011-05-27Use a non-volatile temporary variable as a parameter to DISSECTOR_ASSERT().Chris Maynard1-2/+8
2011-05-27Fix a gcc 4.6 error: "variable might be clobbered by 'longjmp' or 'vfork' [-W...Bill Meier1-1/+1
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss1-8/+15
2011-02-18Try to fix more Clang scan-build warnings.Gerald Combs1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-12-14Minor cleanup:Bill Meier1-3418/+3418
2010-05-18Use val_to_str() instead of match_strval() to ensure we get a non-NULL result.Jeff Morriss1-4/+3
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-19/+2
2010-04-21From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4701 :Jeff Morriss1-2/+19
2010-04-20From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4481 :Jeff Morriss1-0/+14
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-2/+2
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-2/+2
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-2/+2
2010-01-26Fix some gcc -Wshadow warningsBill Meier1-12/+14
2009-10-25From Jakub Zawadzki:Anders Broman1-4/+1
2009-09-11From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :Jeff Morriss1-28/+283
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-5/+2