aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
2011-09-30Add a few more raw link types to be up to date with the current ERF format sp...cmaynard1-2/+11
2011-08-30Endace ERF channelisation and "New BFS" extension header support, fromguy1-0/+216
2011-03-31Delete unused header fields found by running tools/checkhf.pl.cmaynard1-4/+0
2011-03-31From Yair via bug 5779: Add option to leave AAL5 in unspecified format.cmaynard1-1/+15
2011-03-26Don't assign to a proto_item* if the value won't be used: Coverity 895-897wmeier1-28/+28
2011-02-23From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-21/+62
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);wmeier1-164/+162
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-08-16From Stephen Donnelly:etxrab1-6/+39
2010-04-08From Stephen Donnelly:etxrab1-1/+10
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