aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-lct.h
AgeCommit message (Collapse)AuthorFilesLines
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-1/+0
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-10-10Minor code cleanup: wmeier1-4/+4
- define some vars & fcns as static; - remove an unused var; - use tfs_set_notset in tfs.c; - slightly simplify reg_handoff. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34462 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-19From Kovarththanan Rajaratnam via bug 3548:stig1-20/+20
More header_field_info cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28772 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-30Dissect the FLUTE "data".etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24228 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-30Thou shalt not squelch compiler complaints about an assignmentguy1-1/+1
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-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-20From Julian Onionsetxrab1-3/+4
- 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-01-14From Stefano Pettini: RMT support for ALC and NORM.guy1-0/+185
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13029 f5534014-38df-0310-8fa8-9805f1628bb7