aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
AgeCommit message (Collapse)AuthorFilesLines
2010-01-26Remove two unused global variables (one of which was causing a gcc -Wshadow ↵wmeier1-2/+0
warning). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31690 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-17Get rid of check_col();etxrab1-8/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31544 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-13check_col.diffetxrab1-7/+3
Remove redundant calls to check_col() in the template files and regenerate. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31521 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-08Remove unused NEED_PACKET_PROTO_H variablekrj1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30409 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Don't guard col_append_str with check_colkrj1-4/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30125 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-21Sanitize epan includeskrj1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29500 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29346 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-05Add a couple of pointer checks.gerald1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29301 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-24From Kovarththanan Rajaratnam:stig1-4/+4
More asn1/* header field info cleanup git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28826 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-20From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
More header_field_info cleanup in the asn1 cnf files. Dissectors will be regenerated later. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28782 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-22Fix Bug 3219: avoid overwriting H.323 callIdentifier value when ↵kukosa2-2/+9
CallIdentifier type is called from another dissector, e.g. H.450 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27287 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-10- update H.245 to v14 (06/2008)kukosa1-6/+6
- use #.MODULE_EXPORT to avoid conflict between TransportAddress from H.225 and H.245 - regenerate H.323 family dissectors git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26739 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-04Minor cleanup mostly related to proto_reg_handoffwmeier1-37/+32
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); git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26697 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-26Get rid of next few warnings (dissect_per_choice needs signed value parameter)kukosa1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25840 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)kukosa1-13/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25839 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-21Fix some of the Errors/warnings detected by checkapi.etxrab2-3/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25335 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 ↵kukosa1-1/+1
establishment git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24043 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-28support for additionally SIZE constrained Typereferencekukosa1-0/+15
the support is only semiautomated as this feature does not occur very often use this feature for the TBCD-STRING in the H.225 dissector git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23958 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-19asn1/*/Makefile.nmake were not part of the source package.jmayer1-1/+2
Spotted by Tomas Kukosa. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23921 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-24Make sure h225_pi is never NULL.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23568 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-12Don't dereference a NULL pointer.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23438 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-31Use oid_add_from_string for adding names.etxrab1-6/+6
(gsmmap and inap does not compile at the moment). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23324 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)kukosa2-18/+19
H.225 - change RysMessage_vals to h225_Rasmessage_vals - use #.PDU directive for H323-UserInformation and RasMessage instead of implementing it by hands - register RasMessage_PDU as "h225.ras" dissector for calling it from H.460 asn2wrs make PDUs exportable git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23226 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17new H.323 dissectorkukosa2-0/+74
- Generic Extensible Framework helper - Annex M1 (QSIG over H.323) - Annex M4 - Annex R H.225/H.245 support for Generic Extensible Framework (GEF) H.235 register MIKEY into new H.225/H.245 GEF tables regenerate H.225,H.245,H.235,H.450,H.450-ROS,T.35 from new makefiles git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23216 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16- Fix svn:ignore for all directoriesjmayer1-3/+1
- gsmmap: uncomment -s option in gsmmap.cnf - Fix cyclic dependencies: + Remove EXPORT_CNF from dependencies for cnf files + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23202 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-15- add missing h450-ros and q932-ros clean rules to asn1/Makefile.nmakekukosa2-3/+5
- solve h225<->h235 cyclic dependency with usage of -E option and #.IMPORT directive git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23189 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10better solution for different submake calling on Windows and Linuxkukosa2-4/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23131 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10next step to solve dependency generationkukosa3-4/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23130 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10solution for different submake calling on Windows and Linuxkukosa3-2/+5
only one dissector is committed to test it git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23128 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-09Add some dependenciesjmayer1-1/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23103 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-07convert to new Makefile structurejmayer5-100/+96
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23085 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-05export more types from H.225.0 and H.245 which will be necessary for ↵kukosa2-2/+56
H.460.x, H.323 (Annex M,R), H.501 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23069 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-24improvements in ROS handling in Q.932 and H.450kukosa1-0/+1
move common ROS code into ros/ros-*.cnf files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22936 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22651 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
Rebuild asn1 dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22627 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-25get rid of few warningskukosa1-0/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21933 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab3-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21635 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-18use new possibility to set #.EXPORTS flag for whole directivekukosa1-15/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21469 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-14H.225.0 updated to 05/2006, Amendment 1 01/2007kukosa1-7/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20807 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-16fix registration H.225 over TLSkukosa1-6/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20449 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-29put every python script name into "" so the call won't fail on Win32 native ↵ulfl1-1/+1
python. The problem is the slash in e.g.: @$(PYTHON) ../../tools/make-dissector-reg.py is interpreted as an option instead of being part of the path. I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19730 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-28- new function ssl_dissector_delete()kukosa1-8/+28
- register H.225.0 over TLS (configurable port 1300) - register SIP over TLS (fixed port 5061) - new function proto_tree_get_root() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19059 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-16- add value_ptr into struct _asn1_ctx_tkukosa1-28/+17
- small changes in h225.cnf - H.225 regenerated git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18923 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-10Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1014jmayer3-4/+4
provided by markdrago@mail.com. Me: Patch template files instead and regenerate the dissector files. Fix Makefiles to use the correct asn filenames. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18866 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-21H.225.0 update to version 6 (05/2006)kukosa2-33/+114
H.245 updated to version 13 (05/2006) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18779 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)kukosa1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18652 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-20- change ETH_VAR to WS_VARkukosa1-14/+14
- preparation for tagged type support git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18525 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-13- "next tvb" list moved from h225 to new file next_tvb.[ch]kukosa2-65/+4
- h225 updated and regenerated - restore calling subdissectors for SNMP variables which was broken with new SNMP git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18451 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-05uncomment newly supported TYPE-IDENTIFIER usage and per regenerationkukosa1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18339 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-01From Cvetan Ivanov: etxrab1-0/+6
H225.cnf I noticed is that the voip call flow graph does not have a label for the setupAck packet. I traced this to the empty frame_label. voip_calls.c It seems to me that in gtk/voip_calls.c tmp_h323info->guid is pointer itself, therefore: memcmp(&tmp_h323info->guid should in fact read: memcmp(tmp_h323info->guid git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18304 f5534014-38df-0310-8fa8-9805f1628bb7