aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enttec.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30wmem: Remove wmem_strbuf_new_label()João Valverde1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-23/+7
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-11/+2
2016-05-10enttec: CID 1355670 (same code for different branches)Martin Kaiser1-5/+2
2016-05-10enttec: uups, I forgot some if (tree) checksMartin Kaiser1-10/+6
2016-05-10enttec: remove some unnecessary if (tree) checksMartin Kaiser1-27/+23
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-11-28Make the ENTTEC dissector reject packets that don't look like ENTTEC packets.Guy Harris1-20/+80
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-10/+12
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-2/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2013-03-17[-Wmissing-prototypes]Anders Broman1-2/+3
2012-11-29Make all enum_val_t's const.Jeff Morriss1-3/+3
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-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+2
2012-04-04Avoid some potential divide by zero errors that Clang reports.Chris Maynard1-1/+1
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+3
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-18/+18
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-12/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs1-1/+1
2011-01-05Handling a too-long length should be handled better.Guy Harris1-0/+3
2010-12-31From FRAsse via bug 5539:Gerald Combs1-5/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-1/+0
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-21/+21
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);Bill Meier1-2/+2
2009-03-30In packet-enttec.c and packet-fw1.c, replace string pointer tracking with aGerald Combs1-16/+8
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/+564