aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-teamspeak2.c
Commit message (Expand)AuthorAgeFilesLines
* Switch over to using seasonal memory instead of g_mem_chunkS which are deprec...Kovarththanan Rajaratnam2009-10-111-13/+3
* Remove redundant forward declarationsKovarththanan Rajaratnam2009-10-111-4/+0
* Don't clear INFO column. We do that implicitly when we do a col_add_fstr().Kovarththanan Rajaratnam2009-10-111-4/+3
* Don't use C++ reserved keyword 'class'Kovarththanan Rajaratnam2009-10-111-51/+51
* * Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2009-09-241-2/+2
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-2/+2
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-3/+1
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-3/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-5/+5
* Minor changes mostly related to proto_register & proto_reg_handoff;Bill Meier2009-01-281-315/+340
* (Minor reformat of switch statements)Bill Meier2008-12-051-40/+2
* fix crash when selecting some specific frames; fix conversation/fragmentation...Bill Meier2008-12-051-14/+37
* Minor cleanup related to proto_register and/or proto_reg_handoffBill Meier2008-10-051-24/+15
* #include <prefs.h> not req'dBill Meier2008-08-251-1/+0
* Fix an se_leakLuis Ontanon2008-08-091-3/+8
* From Brooss (bug 2373):Stig Bjørlykke2008-08-091-0/+1166