aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-08-16From Stephen Donnelly:Anders Broman1-6/+39
2010-04-08From Stephen Donnelly:Anders Broman1-1/+10
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-02From Stephen Donnelly:Anders Broman1-7/+94
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-92/+92
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-02Trivial warning fixesJörg Mayer1-1/+1
2008-09-30Add a cast to avoid a warning.Stig Bjørlykke1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-09-29From Francesco Fusco:Anders Broman1-6/+273
2008-07-14Just have a scalar handle_t for the Infiniband handle, for now. (TheGuy Harris1-20/+17
2008-07-14Rename the ERF "erfhdlc" preference to "hdlc_type" ("erf" is redundant,Guy Harris1-25/+42
2008-07-14Replace the old "erfatm" preference for the ERF dissector with anGuy Harris1-47/+77
2008-07-12Make erf.ethfcs a Boolean, with "FCS present" and "FCS not present" theGuy Harris1-32/+12
2008-07-12Rename the preference values to something that leaves out the "eth" (asGuy Harris1-3/+3
2008-07-12ERF Ethernet records always contain Ethernet packets, as the nameGuy Harris1-20/+20
2008-06-26Make the default for HDLC traffic "Raw data", just as it is for otherGuy Harris1-1/+1
2008-06-26Make the preference settings for the dissector to use for various ERFGuy Harris1-68/+52
2008-05-11Convert C++ style comments ...Bill Meier1-3/+5
2008-03-14From Stephen Donnelly via bug 2235:Gerald Combs1-0/+27
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke1-0/+2
2008-01-10pinfo->pseudo_header can and should be assumed to be non-null by aGuy Harris1-133/+140
2007-12-18Bugfix: Array overflow (found by gcc43)Jörg Mayer1-3/+3
2007-10-08From Florent DROUIN:Anders Broman1-0/+944