#include <string.h> and/or #include <stdio.h> not needed.
[obnox/wireshark/wip.git] / epan / dissectors / packet-rnsap.c
2010-04-07 wmeier#include <string.h> and/or #include <stdio.h> not needed.
2010-04-06 wmeier#include <stdio.h> not needed.
2010-02-02 etxrabTry to get rid of unused code warnings.
2010-02-02 etxrabFix a typo and get rid of some unused code warnings.
2009-12-22 etxrabUpdate to V9.1.0 (2009-12)
2009-10-09 krjRegenerate asn1 dissectors (no change, only some line...
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-26 stigRe-generate asn1 dissectors after hf_register_info...
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-16 stigRegenerate all asn2wrs generated dissectors.
2009-03-25 etxrabMake it possible to check for extension marker in SEQUE...
2009-02-07 wmeier#include <epan/conversation.h> and/or #include <epan...
2008-11-04 wmeierasn2wrs generated files changed as a result of recent...
2008-11-01 etxrabRegenerate all asn2wrs generated dissectors
2008-07-21 etxrabFix compile error.
2008-07-21 etxrabUpdate to version 7.9.0
2008-07-20 etxrabFix a warning.
2007-10-29 kukosaasn2wrs
2007-09-25 kukosaput few simple ASN.1 dissectors into the new makefile...
2007-07-30 kukosaRNSAP updated to V7.5.0 (2007-06)
2007-06-04 kukosa- CLASS definitions support including exports through...
2007-05-30 kukosa- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from...
2007-05-24 kukosa- RNSAP calls RRC through dissector handle instead...
2007-05-22 jmayerDon't generate enums that end in a comma
2007-05-16 kukosaRNSAP updated to V7.4.0 (2007-03)
2007-05-16 kukosause some by mistake unused types
2007-05-15 kukosaget rid of the rest of dummy ASN.1 code and switch()
2007-05-14 kukosa- RNSAP regenerated from the last specification Release...
2007-05-04 kukosa- Q.932: fix warnings
2007-05-01 etxrabSplit out common asn1 stuff to asn1.h and include that...
2007-04-18 kukosausage of new #.MAKE_DEFINES asn2wrs directive in RNSAP
2007-03-21 sahlbergchange the signature that asn2wrs generates for functio...
2006-08-16 kukosaASN.1 dissectors regenerated with new asn2wrs to get...
2006-08-08 etxrabRoutines for Universal Mobile Telecommunications System...
2006-07-04 kukosafew formal changes in PER dissector (rename asn_* types...
2006-07-03 kukosaremove name field from per_sequence_t structure, it...
2006-06-30 kukosafix wrong terminator record in per_sequence_t tables
2006-06-29 kukosause "type function" instead of "field function" in...
2006-06-08 jmayerCompile fix: update generated rnsap files
2006-06-08 etxrabMAke it possible to get a tvb with a BIT STRING, regene...
2006-05-22 kukosa- fix bugs in dissect_per_octet_string() introduced...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-15 kukosaregenerated with new asn2eth
2006-05-10 etxrabPreparations to be able to handle unaligned PER.
2006-03-01 guyReplace commenting-out of code with "#if 0"/#endif...
2006-02-23 etxrabAdd TCAP ssn
2006-02-17 etxrabDissect the rest of the IE:s
2006-02-17 guySquelch some compiler warnings.
2006-02-16 etxrabAdd dissection of all Signals and more IE:s
2005-12-20 jmayerpacket-rnsap.[hc] were added to Makefile.common but...