aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Just have a scalar handle_t for the Infiniband handle, for now. (Theguy1-20/+17
2008-07-14Rename the ERF "erfhdlc" preference to "hdlc_type" ("erf" is redundant,guy1-25/+42
2008-07-14Replace the old "erfatm" preference for the ERF dissector with anguy1-47/+77
2008-07-12Make erf.ethfcs a Boolean, with "FCS present" and "FCS not present" theguy1-32/+12
2008-07-12Rename the preference values to something that leaves out the "eth" (asguy1-3/+3
2008-07-12ERF Ethernet records always contain Ethernet packets, as the nameguy1-20/+20
2008-06-26Make the default for HDLC traffic "Raw data", just as it is for otherguy1-1/+1
2008-06-26Make the preference settings for the dissector to use for various ERFguy1-68/+52
2008-05-11Convert C++ style comments ...wmeier1-3/+5
2008-03-14From Stephen Donnelly via bug 2235:gerald1-0/+27
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for somestig1-0/+2
2008-01-10pinfo->pseudo_header can and should be assumed to be non-null by aguy1-133/+140
2007-12-18Bugfix: Array overflow (found by gcc43)jmayer1-3/+3
2007-10-08From Florent DROUIN:etxrab1-0/+944