aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225/h225.cnf
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-764/+0
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-10-05H225, H245 over IPv6Michal Pazdera1-8/+25
2015-08-11H225: fix indent (use 2 spaces) and add modelines infoAlexis La Goutte1-84/+84
2015-04-08Replace deprecated tvb_length with tvb_reported_length.AndersBroman1-4/+4
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-3/+6
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-4/+4
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-4/+4
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-1/+0
2013-11-03Have asn1_ctx_t passed into the "h245.gef.name" and "h245.gef.content" subdis...Michael Mann1-3/+2
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-2/+2
2013-10-17H.225.0: fix handling of compound parameters in Generic Extensible Framework ...Tomas Kukosa1-1/+1
2013-09-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9155 :Pascal Quantin1-0/+1
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-2/+2
2013-03-19From beroset:Anders Broman1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-3/+3
2013-01-24Fix H.460.x calling from H.225 - content decodingTomas Kukosa1-0/+12
2012-12-18When copying addresses, also copy the (new) hf field.Jeff Morriss1-43/+41
2011-08-07Fix bug 5848, "https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5848", whi...Chris Maynard1-0/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-07Make the changes from:Anders Broman1-2/+2
2010-05-05H.225.0 updated to version 7 (2009-12)Tomas Kukosa1-2/+2
2010-01-17Get rid of check_col();Anders Broman1-8/+4
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-4/+1
2009-06-20From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-01-22Fix Bug 3219: avoid overwriting H.323 callIdentifier value when CallIdentifie...Tomas Kukosa1-2/+8
2008-11-10- update H.245 to v14 (06/2008)Tomas Kukosa1-6/+6
2008-07-26Get rid of next few warnings (dissect_per_choice needs signed value parameter)Tomas Kukosa1-4/+4
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa1-13/+14
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...Tomas Kukosa1-1/+1
2007-12-28support for additionally SIZE constrained TypereferenceTomas Kukosa1-0/+15
2007-11-12Don't dereference a NULL pointer.Gerald Combs1-1/+1
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa1-2/+10
2007-10-17new H.323 dissectorTomas Kukosa1-0/+69
2007-10-15- add missing h450-ros and q932-ros clean rules to asn1/Makefile.nmakeTomas Kukosa1-2/+2
2007-10-05export more types from H.225.0 and H.245 which will be necessary for H.460.x,...Tomas Kukosa1-2/+32
2007-09-24improvements in ROS handling in Q.932 and H.450Tomas Kukosa1-0/+1
2007-05-25get rid of few warningsTomas Kukosa1-0/+5
2007-04-18use new possibility to set #.EXPORTS flag for whole directiveTomas Kukosa1-15/+15
2006-08-16- add value_ptr into struct _asn1_ctx_tTomas Kukosa1-28/+17
2006-07-21H.225.0 update to version 6 (05/2006)Tomas Kukosa1-3/+17
2006-06-20- change ETH_VAR to WS_VARTomas Kukosa1-14/+14
2006-06-13- "next tvb" list moved from h225 to new file next_tvb.[ch]Tomas Kukosa1-3/+3
2006-06-01From Cvetan Ivanov: Anders Broman1-0/+6
2006-05-29- h225.asn renamed to H323-MESSAGES.asnTomas Kukosa1-4/+51
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-14/+14
2006-05-15H.225, H.245, H.450 regenerated with new asn2ethTomas Kukosa1-5/+1
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris1-2/+2