aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mms.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-2/+2
svn path=/trunk/; revision=30454
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29344
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-19/+19
svn path=/trunk/; revision=28848
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-149/+149
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-37/+37
svn path=/trunk/; revision=28379
2009-02-07#include <epan/conversation.h> not req'd ...Bill Meier1-6/+5
svn path=/trunk/; revision=27392
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-91/+91
svn path=/trunk/; revision=26670
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-3/+3
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. svn path=/trunk/; revision=24015
2007-11-15updated mms dissectorRonnie Sahlberg1-5/+6
svn path=/trunk/; revision=23453
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-2/+2
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-06-05Regenerate the MMS dissector with -T and -X options.Anders Broman1-3240/+1560
svn path=/trunk/; revision=22047
2007-05-24few BER dissectors regeneratedTomas Kukosa1-801/+801
svn path=/trunk/; revision=21920
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-650/+651
svn path=/trunk/; revision=21889
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-113/+113
svn path=/trunk/; revision=21773
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1847/+1850
svn path=/trunk/; revision=21753
2007-05-06Start introducing actx to ber functions.Anders Broman1-558/+558
svn path=/trunk/; revision=21705
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-6/+6
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-04-28From Gavin Heer:Anders Broman1-1/+51
Here's a patch that decodes MMS(Manufacturing Messaging Specification) when transported over COTP/TPKT/TCP. Previously, MMS would only be decoded if the OSI Presentation Layers were present. Now MMS/COTP/TPKT/TCP is dissected. With a change to use more functions from packet-ber svn path=/trunk/; revision=21608
2007-04-12Workaround for the ber CHOICE crash.Anders Broman1-16/+30
svn path=/trunk/; revision=21392
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-922/+922
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088
2006-11-21Revert changes to have named bits in the bitstring of unknown length.Anders Broman1-3096/+8
svn path=/trunk/; revision=19954
2006-08-21prettify the MMS dissector by at least putting the pdu name in the info columnRonnie Sahlberg1-1/+11
svn path=/trunk/; revision=18975
2006-08-21 from Angel de JuanRonnie Sahlberg1-9/+3097
make mms bitstrings easier to read -- Hi, this is my new mms with some changes in order to display some data in binary instead of hex. Excuse me because is not a diff from the repository, but I don't know how to create a diff. I also have the compiled packet-mms.c and packet-mms.h if you want it only mail me. svn path=/trunk/; revision=18974
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-557/+557
svn path=/trunk/; revision=18921
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-3/+3
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs svn path=/trunk/; revision=18217
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-01-05Bill Meier:Jörg Mayer1-1/+1
Spelling fixes. svn path=/trunk/; revision=16956
2005-12-18Get rid of an unused variable.Guy Harris1-7/+5
svn path=/trunk/; revision=16840
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-18/+26
svn path=/trunk/; revision=16736
2005-09-05Add some OID:s as we now use the Presentation context and use FN_PARS.Anders Broman1-3/+3
svn path=/trunk/; revision=15689
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-226/+451
svn path=/trunk/; revision=15664
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
Remove svn:executable Add svn:eol-style native Add svn:keywords Id svn path=/trunk/; revision=15179
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-129/+166
svn path=/trunk/; revision=14980
2005-07-03New protocol :Ronnie Sahlberg1-0/+11182
MMS Manufacturing Message Specification svn path=/trunk/; revision=14836