aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ses.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-0/+3
svn path=/trunk/; revision=40595
2010-06-11Small cleanup.Stig Bjørlykke1-2/+1
svn path=/trunk/; revision=33208
2010-01-04From gonzalocas:Anders Broman1-0/+5
GSSE message dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4370 svn path=/trunk/; revision=31442
2007-06-24This patch adds RTSE reassembly. The reassembly is done whenGraeme Lunt1-0/+1
receiving a SES MAJOR SYNC POINT, as this indicates the end of the COTP DT Data stream. Previous the RTSE dissector was called when receiving a COTP DT Data fragment with the "last data unit" bit set, but this does not work with messages fragmented in RTSE. Reassembly can be turned off in the preferences. svn path=/trunk/; revision=22176
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-12-01From Stig BjørlykkeAnders Broman1-29/+30
Added "Activity Identifier" PI in the OSI Session Protocol dissector. svn path=/trunk/; revision=16632
2005-09-04 From Graeme LuntAnders Broman1-0/+1
I attach my RTSE dissector (in tar file) which requires the included ROS dissector, as well as a patch to the latest pres.{cnf,asn}. The ROS dissector uses a new field in the SESSION_DATA_STRUCTURE to pass the ROS operation to the sub-dissector, though this is also set by other dissectors (RTSE uses it in X.410 mode). Note that X.400 P1 in X.410 mode doesn't use ROS, so it is useful not to explicitly include ROS in my X411 dissector. However, the inclusion of a ROS dissector won't effect any dissectors that currently implement their own ROS. I also include dissectors for: X.411 (P1) X.400 OSI Message Transfer Service X.420 (P22) X.400 OSI Information Object STANAG 4406 (P772) STANAG 4406 Military Message Extensions (to P22) These rely on the RTSE and ROS dissectors. Withs some changes to remove various warnings and errors. svn path=/trunk/; revision=15680
2005-08-31Make ses_vals extern. Required to get it linked on Mac OS X.Michael Tüxen1-1/+1
svn path=/trunk/; revision=15633
2005-08-29MapDialougePDU.cnfAnders Broman1-0/+3
Fix a typo. packet-ber.c packet-acse.c packet-cmip.c - Add OID(s) packet-ses.c Fix export of a value string and change names to the ones used in the protocol spec. Replace PRES dissector with an asn2eth generated one. svn path=/trunk/; revision=15614
2005-06-19push one more object into the session structure so acse can pick it up later.Ronnie Sahlberg1-0/+1
svn path=/trunk/; revision=14695
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+198
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410