aboutsummaryrefslogtreecommitdiffstats
path: root/epan/params.h
AgeCommit message (Collapse)AuthorFilesLines
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
Repeated words were found with: egrep "(\b[a-zA-Z]+) +\1\b" . -Ir and then manually reviewed. Non-displayed strings (e.g., in comments) were also corrected, to ease future review.
2021-11-30epan: Add header files to DoxygenMoshe Kaplan1-1/+2
Add @file markers for epan headers so that Doxygen will generate documentation for them.
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
Skipping dissectors dir for now. Change-Id: I717b66bfbc7cc81b83f8c2cbc011fcad643796aa Reviewed-on: https://code.wireshark.org/review/25694 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-08-15params.h: Yet another Ethereal --> WiresharkBill Meier1-1/+1
Change-Id: I301d1ea80333419141850f944977a67f131e07c2 Reviewed-on: https://code.wireshark.org/review/3610 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-01-31gerald@ethereal.com -> gerald@wireshark.orgMartin Kaiser1-1/+1
svn path=/trunk/; revision=47397
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxGuy Harris1-0/+43
to more generally support fetching parameters for taps. svn path=/trunk/; revision=37559