aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-common.h
AgeCommit message (Collapse)AuthorFilesLines
2014-08-15packet-ppp.h/packet-rmt-common.h: Add #include <epan/params.h> (so certain ↵Bill Meier1-0/+15
other files need not do so). Also: Add editor-modelines (packet-rmt-common.h) Change-Id: Ib0c45285a9102bb21e8e3c216763ff8cc0150c32 Reviewed-on: https://code.wireshark.org/review/3611 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-05-24Remove unused function parameter, rename variable to avoid shadowing.Evan Huus1-1/+1
svn path=/trunk/; revision=49556
2013-05-24Overhauled the RMT dissectors. Not sure each needs its own file, but since ↵Michael Mann1-16/+37
this involves multiple RFCs, they remain split out by that. More are now a "pure" dissector and not a "decoding function hook". Some Notes: 1. Converted to "new style" dissectors with data being passed between dissectors 2. Combined header files into one since there wasn't much that should have really been in the header files. Implemented functionality is in c module of respective dissector. Not sure if LCT preferences should just be in the LCT dissector and not the RMT-ALC "parent", but kept for backwards compatibility. svn path=/trunk/; revision=49555
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2010-10-10Minor code cleanup: Bill Meier1-9/+5
- define some vars & fcns as static; - remove an unused var; - use tfs_set_notset in tfs.c; - slightly simplify reg_handoff. svn path=/trunk/; revision=34462
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-01-14From Stefano Pettini: RMT support for ALC and NORM.Guy Harris1-0/+59
svn path=/trunk/; revision=13029