aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-lct.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-17Create temporary variables for some proto_tree_add_<datatype> calculations.Michael Mann1-1/+3
2016-03-19Remove unused header field.Jaap Keuter1-22/+0
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-11-13hf_cc_loss is supposed to be a floating-point value, divided by 65535.Guy Harris1-7/+26
2014-11-13Eliminate proto_tree_add_text for some dissectors.Michael Mann1-10/+17
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-21From Igor Slepchin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=96...Pascal Quantin1-2/+2
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-2/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-12Move proto_reg_handoff...() to file end as per convention;Bill Meier1-430/+530
2013-12-12- Make local functions static.Anders Broman1-0/+2
2013-06-18From Anders: Fix the highlighted length, add PDU description as a comment.Jeff Morriss1-4/+31
2013-05-24How to mess with a keyboard...Pascal Quantin1-1/+1
2013-05-24One more compilation fix for gcc 4.3.2 ('toi' may be used uninitialized in th...Pascal Quantin1-2/+2
2013-05-24Remove unused function parameter, rename variable to avoid shadowing.Evan Huus1-6/+6
2013-05-24Overhauled the RMT dissectors. Not sure each needs its own file, but since t...Michael Mann1-304/+353
2013-03-19From beroset:Anders Broman1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-3/+3
2011-05-20Copy data from the TVB into ep_alloc'd memory, rather than saving a pointer i...Jeff Morriss1-2/+5
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-2/+1
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-19Fix a few gcc _Wshadow warnings ....Bill Meier1-11/+11
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-4/+4
2008-10-31Revert SVN #26644: The fix is not needed ....Bill Meier1-15/+13
2008-10-31Fix two cases of adding to COL_INFO w/o checking firstBill Meier1-13/+15
2008-01-30Dissect the FLUTE "data".Anders Broman1-4/+14
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-2/+2
2007-04-30Add a header that redefines g_array_index() to throw in a "void *" castGuy Harris1-21/+3
2007-04-30Thou shalt not squelch compiler complaints about an assignmentGuy Harris1-3/+22
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2005-10-20From Julian OnionsAnders Broman1-71/+111
2005-06-18Dominik Kuhlen: Fix a copy/paste bug reported inJörg Mayer1-1/+1
2005-01-14From Stefano Pettini: RMT support for ALC and NORM.Guy Harris1-0/+469