aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-beep.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-18/+16
2011-04-04 Don't assign to a proto_item * if the value won't be used: Coverity 850;wmeier1-7/+4
2011-02-17Fix some Visual C++ analysis warnings.gerald1-2/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-7/+1
2009-09-30Added some check for a valid beep_frame_data.stig1-88/+87
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-19/+19
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-09-11Minor cleanup related to proto_reg_handoff ....wmeier1-5/+4
2008-09-02Minor cleanup (mostly related to proto_reg_handoff...)wmeier1-2/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ...wmeier1-39/+39
2008-05-09Fix some of the Errors/warnings detected by checkapi.etxrab1-12/+26
2008-02-07Removed even more "statement not reached" warnings.stig1-4/+5
2007-03-26From Sebastien Tandel sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-1/+1
2005-08-12some more gmemchunk -> se_alloc() improvementssahlberg1-23/+5
2005-07-28char -> const char warning fixesjmayer1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-2/+2
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1121