aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2009-01-07From Vincent Helfre:Anders Broman2-1/+476
updated the conf files to have the message name display + the ,akefile missing from previous checkin. svn path=/trunk/; revision=27180
2009-01-07From Vincent Helfre:Anders Broman5-665/+753
Iremoved dead code in the template and added the RRC status message in the conf file. From me: Update to 8.4 asn1 files. svn path=/trunk/; revision=27179
2008-12-23From Vincent Helfre:Anders Broman1-0/+167
Add col info. svn path=/trunk/; revision=27106
2008-12-22From Pascal Quantin:Anders Broman3-4/+4
3GPP dissectors: do not go back to tree root when decoding an encapsulated message https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3132 svn path=/trunk/; revision=27081
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier3-14/+14
svn path=/trunk/; revision=27050
2008-12-17Update S1AP to the latest spec rename nas_eps nas-eps.Anders Broman10-662/+1058
svn path=/trunk/; revision=27042
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier6-9/+9
svn path=/trunk/; revision=27037
2008-12-16Fix some spelling/typosBill Meier1-1/+1
svn path=/trunk/; revision=27024
2008-12-16Compilation fixes from Anders (there are still warnings).Martin Mathieson2-2/+2
svn path=/trunk/; revision=27022
2008-12-15Add a forward declaration(still some problem(s) to look at).Anders Broman2-1/+3
svn path=/trunk/; revision=27013
2008-12-15From Vincent Helfre:Anders Broman2-0/+10
LTE RRC svn path=/trunk/; revision=27011
2008-12-15From Vincent Helfre:Anders Broman7-0/+3002
LTE RRC svn path=/trunk/; revision=27010
2008-12-15Do find_dissector_table("ber.oid") during startupBill Meier1-3/+2
in proto_reg_handoff instead of during dissection. svn path=/trunk/; revision=27008
2008-12-08It's the tvb lenght that's 0...Anders Broman1-1/+1
svn path=/trunk/; revision=26939
2008-12-08Change to FT_UINT64Anders Broman1-0/+3
svn path=/trunk/; revision=26936
2008-12-03From Michael Lum:Anders Broman2-4/+70
- new service options - one comment was incorrect - Expanded a profile in one of the messages svn path=/trunk/; revision=26905
2008-11-29The tvb can be of size 0.Anders Broman1-2/+4
svn path=/trunk/; revision=26878
2008-11-29Bug fixes:Anders Broman2-9/+15
- Put QualificationDirectiveRes in the tree. - Use correct tag value for messageWaitingNotificationType (145) - analogRedirectRecord is OPTIONAL. svn path=/trunk/; revision=26877
2008-11-27The updated Profile wasn't expanded in all places.Anders Broman1-0/+83
svn path=/trunk/; revision=26867
2008-11-27Check if the handle exist.Anders Broman1-1/+1
svn path=/trunk/; revision=26866
2008-11-24NAS PDU:s are different in LTE.Anders Broman2-3/+3
svn path=/trunk/; revision=26837
2008-11-16Dissect NAS-PDU.Anders Broman2-0/+12
svn path=/trunk/; revision=26789
2008-11-15remove nonexistent header file from MakefileTomas Kukosa1-2/+1
svn path=/trunk/; revision=26787
2008-11-15From Pascal Quantin:Anders Broman1-13/+12
Fix building of packet-gsm_map.c and packet-gsm_map.h files. svn path=/trunk/; revision=26782
2008-11-13Fix previous fix.Guy Harris1-1/+1
svn path=/trunk/; revision=26774
2008-11-13Fix some warnings.Guy Harris1-4/+4
svn path=/trunk/; revision=26773
2008-11-13Get rid of some warnings.Guy Harris1-2/+2
svn path=/trunk/; revision=26772
2008-11-12Small changes related to proto_reg_handoff;Bill Meier1-10/+9
Use find_dissector; Initialize saved tcp_port pref properly; This should fix a possble bug wherein LDAP over SSL would not be dissected properly. (I don't have a test capture to verify this fix). svn path=/trunk/; revision=26764
2008-11-12Add RFC number for H.264Anders Broman1-0/+1
svn path=/trunk/; revision=26761
2008-11-11Small cleanups mostly related to proto_reg_handoffBill Meier6-48/+44
svn path=/trunk/; revision=26750
2008-11-10From Paul Stath:Anders Broman1-0/+4
Dissector fails for OIDs with MacAddress in index. svn path=/trunk/; revision=26746
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedTomas Kukosa6-44/+44
svn path=/trunk/; revision=26740
2008-11-10- update H.245 to v14 (06/2008)Tomas Kukosa3-388/+346
- use #.MODULE_EXPORT to avoid conflict between TransportAddress from H.225 and H.245 - regenerate H.323 family dissectors svn path=/trunk/; revision=26739
2008-11-07Minor cleanup related to proto_reg_handoff...Bill Meier4-119/+106
svn path=/trunk/; revision=26728
2008-11-06Fix bug wherein proto_reg_handoff... wasn't being called during dissector init;Bill Meier1-34/+29
(definition of proto_reg_hand_off... wasn't left-justified and thus was not found when generating register.c) Also: slight changes related to proto_reg_handoff and proto_register: Use find_dissector; gboolean for intiialized flag; localize saved range pref; svn path=/trunk/; revision=26718
2008-11-06Invalid code in range_delete_callback.Anders Broman1-1/+0
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3041 svn path=/trunk/; revision=26715
2008-11-06"Dissect Profile and Level" and "Object Parameter" for ISO/IEC 14496-2 ↵Anders Broman1-0/+51
Capability. svn path=/trunk/; revision=26714
2008-11-06Update to the latest spec. V8.0.1 (2008-09)Anders Broman7-21/+378
svn path=/trunk/; revision=26712
2008-11-06Put rev 26706 in the template file.Anders Broman1-1/+1
svn path=/trunk/; revision=26711
2008-11-06Indicate T.125 payload in the info column.Stig Bjørlykke1-0/+3
svn path=/trunk/; revision=26707
2008-11-05From Pascal Quantin:Anders Broman2-54/+63
3GPP 25.331: Dissect UE Radio Access Capability Info message embedded in InterRAT Handover Info message. svn path=/trunk/; revision=26705
2008-11-05Don't register to SCTP port 0: use dissector_add_handle insteadBill Meier3-4/+9
svn path=/trunk/; revision=26703
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier6-438/+430
Remove code for unused handles; Localize handles to proto_reg_handoff as appropriate; Localize "saved_prefs" to proto_reg_handoff; In some cases: move "once-only" code in proto_reg_handoff so that it's executed only the first time thru proto_reg_handoff; Properly delete/add port when pref changed (packet_ulp); svn path=/trunk/; revision=26697
2008-11-04Move find_dissector (2x) to fcn called by proto_reg_hand_off in other dissectorsBill Meier1-6/+10
svn path=/trunk/; revision=26696
2008-11-04Move prefs processing from registered init fcn to proto_reg_handoff fcnBill Meier1-47/+33
svn path=/trunk/; revision=26695
2008-11-04prefs.h & conversation.h not req'd; data_handle not usedBill Meier1-1/+0
svn path=/trunk/; revision=26694
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier17-103/+51
Remove code for unused handles; Localize handles (in proto_reg_handoff) which need not be global; Localize (in proto_reg_handoff) "saved prefs"; Use find_dissector instead of create_dissector_handle as appropriate; Use gboolean for "initialized" flag in proto_reg_handoff. svn path=/trunk/; revision=26693
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-1/+29
svn path=/trunk/; revision=26670
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26652
2008-10-30Add id-pkix-ocsp-nocheck.Anders Broman1-0/+1
Fixes bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3015 svn path=/trunk/; revision=26631