aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
Commit message (Expand)AuthorAgeFilesLines
* Add a few more raw link types to be up to date with the current ERF format sp...Chris Maynard2011-09-301-2/+11
* Endace ERF channelisation and "New BFS" extension header support, fromGuy Harris2011-08-301-0/+216
* Delete unused header fields found by running tools/checkhf.pl.Chris Maynard2011-03-311-4/+0
* From Yair via bug 5779: Add option to leave AAL5 in unspecified format.Chris Maynard2011-03-311-1/+15
* Don't assign to a proto_item* if the value won't be used: Coverity 895-897Bill Meier2011-03-261-28/+28
* From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss2011-02-231-21/+62
* Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier2011-02-071-164/+162
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* From Stephen Donnelly:Anders Broman2010-08-161-6/+39
* From Stephen Donnelly:Anders Broman2010-04-081-1/+10
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* From Stephen Donnelly:Anders Broman2010-02-021-7/+94
* Sanitize epan includesKovarththanan Rajaratnam2009-08-211-1/+1
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-3/+3
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-92/+92
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-181-1/+1
* Trivial warning fixesJörg Mayer2008-12-021-1/+1
* Add a cast to avoid a warning.Stig Bjørlykke2008-09-301-1/+1
* Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier2008-09-301-1/+1
* From Francesco Fusco:Anders Broman2008-09-291-6/+273
* Just have a scalar handle_t for the Infiniband handle, for now. (TheGuy Harris2008-07-141-20/+17
* Rename the ERF "erfhdlc" preference to "hdlc_type" ("erf" is redundant,Guy Harris2008-07-141-25/+42
* Replace the old "erfatm" preference for the ERF dissector with anGuy Harris2008-07-141-47/+77
* Make erf.ethfcs a Boolean, with "FCS present" and "FCS not present" theGuy Harris2008-07-121-32/+12
* Rename the preference values to something that leaves out the "eth" (asGuy Harris2008-07-121-3/+3
* ERF Ethernet records always contain Ethernet packets, as the nameGuy Harris2008-07-121-20/+20
* Make the default for HDLC traffic "Raw data", just as it is for otherGuy Harris2008-06-261-1/+1
* Make the preference settings for the dissector to use for various ERFGuy Harris2008-06-261-68/+52
* Convert C++ style comments ...Bill Meier2008-05-111-3/+5
* From Stephen Donnelly via bug 2235:Gerald Combs2008-03-141-0/+27
* Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke2008-02-081-0/+2
* pinfo->pseudo_header can and should be assumed to be non-null by aGuy Harris2008-01-101-133/+140
* Bugfix: Array overflow (found by gcc43)Jörg Mayer2007-12-181-3/+3
* From Florent DROUIN:Anders Broman2007-10-081-0/+944