aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-artnet.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-5/+11
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
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
2014-01-23Use tvb_get_string_enc() rather than tvb_get_string().Guy Harris1-2/+2
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-10-14Try to pptimize heuristics slightly.Anders Broman1-4/+5
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+3
2013-02-21String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki1-2/+2
2012-10-24No need to increment offset past bytes in tvb; just return instead.Chris Maynard1-8/+5
2012-10-18General cleanup:Bill Meier1-338/+253
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-23Comment out all but first value_string array entries with dup values:Bill Meier1-2/+1
2012-07-24(Trivial) whitespace cleanupBill Meier1-7/+7
2012-07-13Fix incorrect(duplicate) value in artnet_oem_code_vals[] value string array;Bill Meier1-1/+1
2012-07-06Add a few missing ENC_ASCII and remove a few unused hf entriesPascal Quantin1-32/+4
2012-07-06From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7407 :Pascal Quantin1-4/+772
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-28Set but not used variableAnders Broman1-2/+0
2012-05-28Remove C++ style comments initilize some variables.Anders Broman1-3/+4
2012-05-28From Erwin Rol:Anders Broman1-299/+1282
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-4/+2
2012-04-23Do indentation cleanup (e.g., 4-space tabs => spaces)Bill Meier1-9/+9
2012-04-04Avoid some potential divide by zero errors that Clang reports.Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-62/+62
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-108/+104
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure theJeff Morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-6/+6
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-15/+15
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-09From Didier Gautheron:Anders Broman1-7/+5
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-132/+132
2009-05-01From Reinhard Speyerer:Jaap Keuter1-3/+3
2009-03-18None of those strings will have a length that doesn't fit in a gulong.Guy Harris1-4/+4
2009-03-17Add a comment about the way g_snprintf() is used.Bill Meier1-0/+7
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-0/+2705