aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2011-01-11ldap.cnf:782: warning: ISO C90 forbids mixed declarations and codeAnders Broman1-1/+1
svn path=/trunk/; revision=35476
2011-01-11From Matthieu Patou <mat@samba.org>Ronnie Sahlberg2-5/+53
Dissect LDAP DirSyncFlags to show the bits of this bitmap. svn path=/trunk/; revision=35474
2011-01-06More misc. CLDAP improvements for Active Directory including updatingStephen Fisher1-32/+44
field names and adding descriptions, changing the Domain GUID in the "LDAP ping" response to a FT_GUID instead of FT_BYTES, etc. svn path=/trunk/; revision=35407
2011-01-06More minor cleanup/fixes for MS Active Directory's use of CLDAP.Stephen Fisher1-20/+13
svn path=/trunk/; revision=35404
2011-01-06Minor corrections to NtVer dissection for NETLOGON_NT_VERSION Options BitsStephen Fisher1-66/+69
in MSCLDAP packets per Microsoft's MS-ADTS specification, section 7.3.1.1, revision 26 (11/19/2010). Also re-format code a bit. svn path=/trunk/; revision=35403
2011-01-05Reset the global pdu_type *before* returning.Jeff Morriss1-14/+28
svn path=/trunk/; revision=35391
2011-01-05Remove unreached statement.Jeff Morriss1-1/+0
svn path=/trunk/; revision=35387
2010-12-30Only chop the last character (new line) from the error message.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=35310
2010-12-29Fix a buffer overflow in the engineId preferences. Fixes bug 5530.Gerald Combs1-11/+15
svn path=/trunk/; revision=35298
2010-12-28Add tvb_bcd_dig_to_ep_str()Anders Broman1-1/+5
/* * Given a tvbuff, an offset into the tvbuff, and a length that starts * at that offset (which may be -1 for "all the way to the end of the * tvbuff"), fetch BCD encoded digits from a tvbuff starting from either * the low or high half byte, formating the digits according to an input digit set, * if NUll a default digit set of 0-9 returning "?" for overdecadic digits will be used. * A pointer to the EP allocated string will be returned. * Note a tvbuff content of 0xf is considered a 'filler' and will end the conversion. */ svn path=/trunk/; revision=35286
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris43-173/+173
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
2010-12-16From Pascal Quantin:Anders Broman1-64/+64
When I coded the decoding of the feature group indicator, I decided to do not display the feature group content when it is not supported. After further thinking I find it more useful to always display the features of a given indicator whether it is supported or not. svn path=/trunk/; revision=35200
2010-12-06Make some prefs callback functions static. (These modules don't use ↵Jeff Morriss8-56/+72
proto_reg_handoff_*() as their prefs callback.) svn path=/trunk/; revision=35138
2010-12-06Make some (preference) variables static.Jeff Morriss1-3/+3
svn path=/trunk/; revision=35134
2010-12-06Fix various typos and spelling errors.Bill Meier4-17/+17
svn path=/trunk/; revision=35126
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman7-7/+55
- Fill the value_strings. svn path=/trunk/; revision=34929
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman7-87/+378
- Fill the value_strings. svn path=/trunk/; revision=34928
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman7-14/+59
- Fill the value_strings. svn path=/trunk/; revision=34925
2010-11-17- Use SABP:s SCTP ppid.Anders Broman2-3/+9
- Use value_string_ext. svn path=/trunk/; revision=34924
2010-11-16value_string_ext fixes.Anders Broman4-7/+314
svn path=/trunk/; revision=34908
2010-11-16Modify 'compare_files' target: ignore #line changes; compare from ↵Bill Meier1-1/+1
epan\dissectors to asn1\... svn path=/trunk/; revision=34901
2010-11-16Use value_string_ext fcns to access several value_string arrays;Bill Meier3-17/+39
Minor whitespace cleanup. svn path=/trunk/; revision=34900
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-3/+11
svn path=/trunk/; revision=34894
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-1/+3
svn path=/trunk/; revision=34891
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-2/+8
svn path=/trunk/; revision=34890
2010-11-15Use value_string_ext fcns to access a value_string array.Bill Meier1-2/+5
svn path=/trunk/; revision=34884
2010-11-15Use value_string_ext fcns to access a value_string array.Bill Meier1-5/+8
svn path=/trunk/; revision=34883
2010-11-15Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1088/+1101
Whitespace cleanup. svn path=/trunk/; revision=34882
2010-11-15Update package_name_vals[] value_string array:Bill Meier1-6/+24
- Add new entries based on: http://www.iana.org/assignments/megaco-h248 last updated 2010-10-01; - Fix a typo (incorrect value for an entry); - Switch values between two entries to match the IANA list; - Switch two entries so list is in ascending order by value. svn path=/trunk/; revision=34881
2010-11-15Regenerate packet-nbap.c now that asn2wrs sorts value_string arrays used ↵Bill Meier1-8/+8
with value_string_ext fcns; Change nbap.cnf to use val_to_str_ext to access protocolIE_ID value_string array. Also: Minor whitespace cleanup in nbap.cnf. svn path=/trunk/; revision=34876
2010-11-12Update Camel to TS 29.078 9.2.0 (2010-06)Anders Broman12-201/+230
svn path=/trunk/; revision=34849
2010-11-11Use value_string_ext.Anders Broman1-3/+8
svn path=/trunk/; revision=34844
2010-11-08Update to 3GPP TS 29.002 V9.3.0 (2010-09)Anders Broman24-161/+200
svn path=/trunk/; revision=34814
2010-11-07Make the changes from:Anders Broman3-4/+4
Use value_string_ext fcns to access certain value_string arrays; Sort certain value_string arrays so the values are in ascending order; Use val_to_str_ext() instead of for loops to do value_string array lookups (voip_calls.c). Minor whitespace cleanup. In the source files of the as2wrs generated dissectors. svn path=/trunk/; revision=34803
2010-11-05Initialize dummy_me to avoid garbage or undefined values.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=34788
2010-10-31Don't generate packet-ns_cert_exts.h, it's not used.Stig Bjørlykke2-38/+1
svn path=/trunk/; revision=34736
2010-10-31Added a "all" target to rebuild all asn1 dissectors.Stig Bjørlykke1-0/+2
Currently this fails for kerberos and x721, because they shall not be build. Maybe we should add some sort of disable build for them. svn path=/trunk/; revision=34734
2010-10-29One more:Stig Bjørlykke1-1/+1
Make the third argument to a UAT copy callback a size_t. svn path=/trunk/; revision=34696
2010-10-29Make the third argument to a UAT copy callback a size_t.Stig Bjørlykke2-2/+2
svn path=/trunk/; revision=34695
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
the callbacks we have use that argument - is it really needed?). svn path=/trunk/; revision=34694
2010-10-15Added info column descriptions for AARQ and AARE.Stig Bjørlykke1-0/+10
svn path=/trunk/; revision=34519
2010-10-14From Fulko Hew via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4615 :Jeff Morriss1-134/+194
The attached patch adds the missing decoded fields by moving the proto_tree_add_item() call so that it is no longer within an error handler and will be called under normal circumstances (as well as error conditions. From me: Apply the change to the ASN.1 source. Also some white space indentation cleanup. svn path=/trunk/; revision=34505
2010-10-04Update to V9.4.0 (2010-09), no change in the asn1 def's.Anders Broman6-6/+7
svn path=/trunk/; revision=34362
2010-09-30Cleanup reassembly hf entries.Stig Bjørlykke1-9/+8
svn path=/trunk/; revision=34292
2010-09-30Cleanup reassembly hf entries.Stig Bjørlykke1-9/+8
svn path=/trunk/; revision=34291
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-3/+3
svn path=/trunk/; revision=34227
2010-09-23Corrected check for attribute flag bits.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=34203
2010-09-23Show Abort source in info column.Stig Bjørlykke1-0/+12
svn path=/trunk/; revision=34202
2010-09-21The CLDAP attribute value on a CLDAP reply is no longer being decodedAnders Broman1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5239 It got broken in Revision 33390 I think, if attr_type is unset at this point it should be set in the calling function. http://anonsvn.wireshark.org/viewvc/trunk/asn1/ldap/ldap.cnf?r1=33388&r2=33390 svn path=/trunk/; revision=34176
2010-09-21As suggested by Kovarththanan Rajaratnam in ↵Jeff Morriss1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 : Clean up hf fields some more: mostly removing leading and trailing spaces from names and blurbs. svn path=/trunk/; revision=34165