aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dplay.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-2/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix some duplicate display filter names.Chris Maynard2012-01-191-3/+3
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2011-10-201-12/+12
* Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier2011-10-161-1/+1
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-2/+2
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-39/+39
* Get rid of check_col() and use ENC.Anders Broman2011-09-261-121/+118
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-06-191-4/+0
* Removed some unneeded assignments.Stig Bjørlykke2011-04-181-1/+1
* (Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss2010-09-241-5/+5
* From Didier Gautheron:Anders Broman2010-01-131-10/+2
* Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis2009-11-171-2/+2
* Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam2009-09-221-2/+2
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-4/+1
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-4/+2
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-6/+3
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-183/+183
* Removed some "initializer does not fit or is out of range" warnings.Stig Bjørlykke2009-03-231-1/+1
* Trivial warning fixesJörg Mayer2008-12-021-1/+1
* Minor cleanup related to proto_register & proto_reg_handoffBill Meier2008-09-261-10/+7
* prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do m...Bill Meier2008-08-251-14/+2
* Add Winsock AF_ values to epan/aftypes.h; the DirectPlay and ActiveSyncGuy Harris2008-08-081-15/+5
* Don't get AF_ values used in protocols from system header files -Guy Harris2008-08-081-12/+15
* Fix for bug 2452:Jaap Keuter2008-04-121-1/+17
* From Kai Blin: Anders Broman2008-03-031-637/+405
* From Kai Blin: Anders Broman2008-02-271-277/+514
* From Kai Blin: Anders Broman2008-02-261-231/+329
* Make dplay compile on Windows.Anders Broman2007-12-291-2/+2
* Add preliminary dissector for network protocol used by Microsoft DirectPlay.Stephen Fisher2007-12-291-0/+1677