aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ses.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-3/+3
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-4/+4
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-7/+7
2011-09-21Basic RDP dissection, which can dissect the connection sequence. gal1-1/+10
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus amorriss1-15/+13
2011-02-21Added enclosure_item_flags assignment cast.stig1-1/+1
2011-02-21Added reassembly of segmented SES packages.stig1-40/+155
2010-10-08Remove check_col()morriss1-26/+23
2010-10-08Restore private_data even if there was an exceptionmorriss1-50/+52
2010-04-06#include <string.h> not needed.wmeier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-19Fix a few gcc _Wshadow warnings ....wmeier1-7/+7
2010-01-05Get rid of unused variables.guy1-3/+0
2010-01-04From gonzalocas:etxrab1-19/+60
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-50/+50
2009-06-04A segmented DATA SPDU sequence of length one has user information.gal1-2/+13
2008-11-27Do not register protocol preferences if not adding anyone.stig1-3/+4
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2007-11-09Apply yet another set of the optimization patches:etxrab1-3/+3
2007-06-24This patch adds RTSE reassembly. The reassembly is done whengal1-2/+26
2007-05-15actx in the rest of dissect_ber..()letxrab1-2/+6
2006-11-17Improve the heuristics of the SES dissector some more in response to bug #1229sfisher1-3/+4
2006-11-14From Stephen Fisher:etxrab1-3/+12
2006-10-29from Stephen fischersahlberg1-0/+3
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-25Support for Session Extended User Data and IMPLICIT APPLICATION tagged bitstr...gal1-0/+3
2005-12-01From Stig Bjørlykkeetxrab1-0/+27
2005-09-22enhance heuristics:ulfl1-0/+11
2005-08-29MapDialougePDU.cnfetxrab1-32/+32
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-2/+2
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ...ulfl1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-04From Matthew Bradley: add the OSI session layer dissector to theguy1-1/+3
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1786