aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-02From Stephen Donnelly:etxrab1-7/+94
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-92/+92
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-02Trivial warning fixesjmayer1-1/+1
2008-09-30Add a cast to avoid a warning.stig1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-09-29From Francesco Fusco:etxrab1-6/+273
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