aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/mms
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-15/+15
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-7/+3
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-2/+2
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-2/+2
2010-01-20From Gonzalo Casas:Anders Broman1-2/+4
2010-01-20From Gonzalo Casas:Anders Broman2-46/+105
2010-01-17Get rid of check_col();Anders Broman1-2/+1
2010-01-12From Gonzalo Casas:Anders Broman2-0/+60
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
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-02-07#include <epan/conversation.h> not req'd ...Bill Meier1-1/+0
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
2007-11-15branch_taken that is returned by dissect_ber_choice() is the index of Ronnie Sahlberg1-3/+4
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-1/+1
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+1
2007-10-10Add missing dependencies and update syntax of existing ones.Jörg Mayer1-1/+5
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-10More conversions and updates to existing Makefile stuffJörg Mayer1-17/+0
2007-10-09More Makefile updatesJörg Mayer4-57/+96
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2-2/+2
2007-06-05Regenerate the MMS dissector with -T and -X options.Anders Broman3-3/+3
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-4/+2
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-8/+11
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-6/+6
2007-04-28From Gavin Heer:Anders Broman2-2/+52
2007-04-12Workaround for the ber CHOICE crash.Anders Broman2-168/+183
2006-11-21Revert changes to have named bits in the bitstring of unknown length.Anders Broman1-516/+1
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-08-21prettify the MMS dissector by at least putting the pdu name in the info columnRonnie Sahlberg1-0/+12
2006-08-21 from Angel de JuanRonnie Sahlberg2-2/+517
2006-05-23Ethereal -> WiresharkTomas Kukosa2-2/+11
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
2006-03-30call OID subdissector for private extensiions, fix makefiles.Anders Broman1-2/+2
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-12-18Get rid of an unused variable.Guy Harris1-2/+0
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
2005-09-05Add some OID:s as we now use the Presentation context and use FN_PARS.Anders Broman1-2/+2
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-1/+1
2005-08-02set svn:eol-style and svn:keywordsJörg Mayer5-5/+5
2005-07-03New protocol :Ronnie Sahlberg7-0/+2467