aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dplay.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-01-19Fix some duplicate display filter names.cmaynard1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-20Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-12/+12
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-39/+39
2011-09-26Get rid of check_col() and use ENC.etxrab1-121/+118
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-4/+0
2011-04-18Removed some unneeded assignments.stig1-1/+1
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-5/+5
2010-01-13From Didier Gautheron:etxrab1-10/+2
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-2/+2
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOkrj1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-4/+1
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-6/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-183/+183
2009-03-23Removed some "initializer does not fit or is out of range" warnings.stig1-1/+1
2008-12-02Trivial warning fixesjmayer1-1/+1
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffwmeier1-10/+7
2008-08-25prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do m...wmeier1-14/+2
2008-08-08Add Winsock AF_ values to epan/aftypes.h; the DirectPlay and ActiveSyncguy1-15/+5
2008-08-08Don't get AF_ values used in protocols from system header files -guy1-12/+15
2008-04-12Fix for bug 2452:jake1-1/+17
2008-03-03From Kai Blin: etxrab1-637/+405
2008-02-27From Kai Blin: etxrab1-277/+514
2008-02-26From Kai Blin: etxrab1-231/+329
2007-12-29Make dplay compile on Windows.etxrab1-2/+2
2007-12-29Add preliminary dissector for network protocol used by Microsoft DirectPlay.sfisher1-0/+1677