aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-lct.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-2/+1
proto_tree_add_*(): just use proto_tree_add_item(). Replace some tvb_get_ptr()s with tvb_get_ephemeral_string() or tvb_get_const_stringz(). Use tvb_memeql() & tvb_memcmp(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35558 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06#include <string.h> not needed.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32410 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32367 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-19Fix a few gcc _Wshadow warnings ....wmeier1-11/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31580 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27037 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-31Revert SVN #26644: The fix is not needed ....wmeier1-15/+13
(The funcions writing to COL_INFO are only called after checking if the column is present). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26650 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-31Fix two cases of adding to COL_INFO w/o checking firstwmeier1-13/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26644 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-30Dissect the FLUTE "data".etxrab1-4/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24228 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-2/+2
routines and routines using those routines. GLib might use different modifiers for 64-bit quantities than the platform's C library does. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21990 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-30Add a header that redefines g_array_index() to throw in a "void *" castguy1-21/+3
to work around the "data" field of a GArray being a guint8 *, and defines a g_array_data() macro to extract that field and cast it to void *. Use that header where needed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21627 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-30Thou shalt not squelch compiler complaints about an assignmentguy1-3/+22
discarding a qualifier by explicitly casting away the qualifier; constness should persist, so that attempts to, for example, modify something you got with tvb_get_ptr() get complained about (as we don't, and won't, guarantee that you will get correct behavior if you do that). Just make the pointer to which a const pointer is being assigned const itself. Yet *AGAIN* work around GArray's brokenness of having its data pointer be a guint8 * rather than a void *. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21623 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-20From Julian Onionsetxrab1-71/+111
- some improvements to the NORM decoder, and the ability to (optionally) heuristically detect NORM. - some improvements to FEC block labelling. - making the LCT header extension handler more generic and to decode more header extensions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16280 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-18Dominik Kuhlen: Fix a copy/paste bug reported injmayer1-1/+1
http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=211 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14690 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-14From Stefano Pettini: RMT support for ALC and NORM.guy1-0/+469
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13029 f5534014-38df-0310-8fa8-9805f1628bb7