aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.h
AgeCommit message (Collapse)AuthorFilesLines
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-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
svn path=/trunk/; revision=52591
2013-06-04From Anthony Coddington:Anders Broman1-0/+44
SDH dissector calculation fixes. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8767 svn path=/trunk/; revision=49750
2012-03-05Cleanup:Bill Meier1-98/+0
- packet-erf.h not used elsewhere; move to packet-erf.c; - reformat long lines; - minor code re-arrangement; - whitespace cleanup. svn path=/trunk/; revision=41345
2011-08-30Endace ERF channelisation and "New BFS" extension header support, fromGuy Harris1-0/+16
Andrew Kampjes. svn path=/trunk/; revision=38788
2010-08-16From Stephen Donnelly:Anders Broman1-2/+3
Add BFS extension header decoding to ERF dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5113 svn path=/trunk/; revision=33806
2010-02-02From Stephen Donnelly:Anders Broman1-0/+6
Endace ATM and AAL2 enhancements. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4447 svn path=/trunk/; revision=31766
2008-09-29From Francesco Fusco:Anders Broman1-0/+4
Endace ERFII (extension header) support. svn path=/trunk/; revision=26287
2008-02-18Add $Id$Bill Meier1-0/+2
svn path=/trunk/; revision=24382
2007-10-08From Florent DROUIN:Anders Broman1-0/+69
This is a replacement of the existing decoding of ERF files (Extensible Record Format from Endace). For the decoding of the ERF files, according to the "type of record" given in the ERF header, several decoders can be used. Up to now, the decoder is determined according to an environment variable, or with a kind of heuristic. And, all the treatment is done during the file extraction. The new architecture, will separate the ERF file decoding, and the ERF record decoding. The ERF records will be decoded with a specific dissector. This dissector can be configured with options, to replace the environment variable. http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1839 svn path=/trunk/; revision=23092