aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ses.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-08Remove check_col()Jeff Morriss1-26/+23
2010-10-08Restore private_data even if there was an exceptionJeff Morriss1-50/+52
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-19Fix a few gcc _Wshadow warnings ....Bill Meier1-7/+7
2010-01-05Get rid of unused variables.Guy Harris1-3/+0
2010-01-04From gonzalocas:Anders Broman1-19/+60
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-50/+50
2009-06-04A segmented DATA SPDU sequence of length one has user information.Graeme Lunt1-2/+13
2008-11-27Do not register protocol preferences if not adding anyone.Stig Bjørlykke1-3/+4
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-3/+3
2007-06-24This patch adds RTSE reassembly. The reassembly is done whenGraeme Lunt1-2/+26
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-2/+6
2006-11-17Improve the heuristics of the SES dissector some more in response to bug #1229Stephen Fisher1-3/+4
2006-11-14From Stephen Fisher:Anders Broman1-3/+12
2006-10-29from Stephen fischerRonnie Sahlberg1-0/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-25Support for Session Extended User Data and IMPLICIT APPLICATION tagged bitstr...Graeme Lunt1-0/+3
2005-12-01From Stig BjørlykkeAnders Broman1-0/+27
2005-09-22enhance heuristics:Ulf Lamping1-0/+11
2005-08-29MapDialougePDU.cnfAnders Broman1-32/+32
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-2/+2
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ...Ulf Lamping1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-04From Matthew Bradley: add the OSI session layer dissector to theGuy Harris1-1/+3
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1786