aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dplay.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-09spdx: use consistent formatting for GPL-2.0-or-laterPeter Wu1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-14/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+2
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-69/+57
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-37/+21
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-15Try to optimize heuristics slightly.Anders Broman1-2/+3
2013-09-15Fix a typoAnders Broman1-1/+1
2013-09-15Use "cheaper" length check.Anders Broman1-1/+1
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-3/+2
2013-03-16[-Wmissing-prototypes]Anders Broman1-1/+4
2013-03-01Fix Coverity CID 280367: Logically dead code.Chris Maynard1-3/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-19Fix some duplicate display filter names.Chris Maynard1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-20Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-12/+12
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-39/+39
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-121/+118
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-4/+0
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-1/+1
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-5/+5
2010-01-13From Didier Gautheron:Anders Broman1-10/+2
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-2/+2
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-183/+183
2009-03-23Removed some "initializer does not fit or is out of range" warnings.Stig Bjørlykke1-1/+1
2008-12-02Trivial warning fixesJörg Mayer1-1/+1
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffBill Meier1-10/+7
2008-08-25prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do m...Bill Meier1-14/+2
2008-08-08Add Winsock AF_ values to epan/aftypes.h; the DirectPlay and ActiveSyncGuy Harris1-15/+5
2008-08-08Don't get AF_ values used in protocols from system header files -Guy Harris1-12/+15
2008-04-12Fix for bug 2452:Jaap Keuter1-1/+17
2008-03-03From Kai Blin: Anders Broman1-637/+405
2008-02-27From Kai Blin: Anders Broman1-277/+514
2008-02-26From Kai Blin: Anders Broman1-231/+329
2007-12-29Make dplay compile on Windows.Anders Broman1-2/+2