aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-teamspeak2.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-16/+16
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-17/+17
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-26/+26
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-33/+33
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-15/+15
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+2
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-24Fix for bug 3926:dimeg1-11/+75
2010-02-06Renamed some reassembled data texts.stig1-2/+2
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+9
2009-10-11Switch over to using seasonal memory instead of g_mem_chunkS which are deprec...krj1-13/+3
2009-10-11Remove redundant forward declarationskrj1-4/+0
2009-10-11Don't clear INFO column. We do that implicitly when we do a col_add_fstr().krj1-4/+3
2009-10-11Don't use C++ reserved keyword 'class'krj1-51/+51
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-5/+5
2009-01-28Minor changes mostly related to proto_register & proto_reg_handoff;wmeier1-315/+340
2008-12-05(Minor reformat of switch statements)wmeier1-40/+2
2008-12-05fix crash when selecting some specific frames; fix conversation/fragmentation...wmeier1-14/+37
2008-10-05Minor cleanup related to proto_register and/or proto_reg_handoffwmeier1-24/+15
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2008-08-09Fix an se_leaklego1-3/+8
2008-08-09From Brooss (bug 2373):stig1-0/+1166