#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...
[obnox/wireshark/wip.git] / epan / dissectors / packet-tcap.c
2009-02-07 wmeier#include <epan/conversation.h> and/or #include <epan...
2008-12-15 wmeierDo find_dissector_table("ber.oid") during startup
2008-11-01 etxrabRegenerate all asn2wrs generated dissectors
2008-09-14 etxrabUse the unmodified DialoguePDUs ASN1 file.
2008-09-14 etxrabRemove the rest of the ANSI TCAP stuff.
2008-09-13 etxrabStart to get rid of the "old" ANSI TCAP stuff.
2008-09-13 etxrabUse original UnidialoguePDUs.
2008-07-26 etxrabGet rid of some unused code warnings.
2008-04-16 morrisssccp_ssn_table is not used so remove it. The handoff...
2008-03-01 stigRewrote to use g_strlcpy and g_strlcat.
2008-01-04 etxrabGet rid of dissect_ber_boolean_value() and change the...
2007-12-06 kukosafix field attributes handling for tagged types
2007-11-13 etxrabFrom Florent DROUIN:
2007-11-07 etxrabUpdate to use the -X and -T asn2wrs flags.
2007-10-11 morrissDisplay TCAP parameter lengths in decimal (like packet...
2007-09-12 etxrabUse the new ANSI TCAP dissector.
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-08-24 jmayerget_ber_length doesn't need the tree argument, get...
2007-08-14 etxrabPreparations to split the TCAP dissector into ANSI...
2007-07-30 morrissFrom Florent Drouin:
2007-07-27 morrissFrom Florent Drouin:
2007-07-27 kukosa- use #.FN_HDR where #.FN_BODY is not necessary
2007-07-26 morrissChange a bunch of calls to col_append_*() to col_add_...
2007-07-13 morrissFrom Florent Drouin: fix for bug bugs.wireshark.org...
2007-05-22 etxrabPrepare for the use of the new -X parameter for BER...
2007-05-15 etxrabactx in the rest of dissect_ber..()l
2007-05-13 etxrabSecond step in introducing asn context to BER dissector...
2007-05-06 etxrabStart introducing actx to ber functions.
2007-04-23 etxrabFrom Florent DROUIN:
2007-04-23 etxrabTCAP: Fix up indentation a bit.
2007-04-23 morrissMark all the items for TCAP statistics as generated
2007-04-23 etxrabFormating changes and align a bit to spec.
2007-04-21 etxrabEXPORT DialoguePDU UniDialoguePDU and make them callabl...
2007-04-21 etxrabPut some missing TAG:s in the tree if internal BER...
2007-04-03 legoImplement a proposal from Elefterios Gabriel for SCCP:
2007-03-21 sahlbergchange the signature that asn2wrs generates for functio...
2007-01-01 etxrabUse TransactionId to match ansi map responses to reques...
2006-12-07 etxrabRevert some dissector_handle_t to static changes to...
2006-12-07 etxrabAs ponted out by Stig Bjørlykke change a whole bunch...
2006-10-03 etxrabFrom Florent.Drouin@alcatel.fr:
2006-09-27 etxrabFrom Florent Drouin:
2006-08-16 kukosaASN.1 dissectors regenerated with new asn2wrs to get...
2006-06-28 kukosaremove functions register_ber_oid_name() and get_ber_oi...
2006-05-24 kukosa- remove some #.MODULE_IMPORT from .cng files
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-01-31 etxrabExport dissector_handle_t get_itu_tcap_subdissector()
2005-12-18 guyIf we're going to use a handle for the data handle...
2005-12-17 legoremove // comments
2005-12-17 legoHave tcap subdissectors registering using functions...
2005-12-16 etxrabGet rid of duplicted dissector tables for MTP3 Service...
2005-12-13 legoAvoid the default sccp.ssn range to overwrite sccp...
2005-12-08 guyRegenerate with the latest asn2eth, to get FT_OID used...
2005-11-26 guyGet rid of unused global variables.
2005-11-14 kukosa - dissect_ber_object_identifier() returns value as tvb
2005-08-18 etxrabFrom Tim Endean:
2005-07-21 sahlbergchange the symbol dissect_ber_CHOICE back into dissect_...
2005-07-12 guyFix some more signed vs. unsigned warnings.
2005-06-26 sahlbergmake dissect_ber_choice take a guint* that will return the
2005-06-23 etxrabFrom Valery Vybornov:
2005-06-21 sahlbergthe maximum ASN OID length is 256 bytes and there is...
2005-06-20 sahlbergmove two functions that are not used by tcap and only...
2005-06-16 guyClean up white space.
2005-06-09 etxrabFrom Tim Endean:
2005-06-08 etxrabFrom Olivier Jacques,
2005-06-08 etxrabFrom Tim Endean:
2005-06-07 etxrabSome fixes from Tim Endean
2005-06-07 etxrabFrom Tim Endean:
2005-05-03 geraldFix two places where we might loop infinitely, includin...
2005-05-02 etxrabUse the correct parameters in a function call.
2005-05-01 geraldMake sure we pass a positive length to proto_item_set_l...
2005-04-30 geraldFix a buffer overflow found during fuzz testing.
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-02-01 etxrabImprove handling of pinfo->private_data
2005-01-31 etxrabPut application context OID in pinfo->private data...
2004-12-31 guyUse "proto_tree_add_item()" to add a chunk of bytes...
2004-12-27 ulflAgain, some warnings removed.
2004-12-26 ulflAgain, some warnings removed.
2004-10-27 etxrabImprove OID dissection and make it possible to call...
2004-10-17 guy"ssn_range" needs to be a copy of "global_ssn_range...
2004-10-16 guyRemove the fixed maximum number of subranges in a range...
2004-10-15 guyDon't declare functions inside functions - not all...
2004-10-14 guyFrom Jeff Morriss: PREF_RANGE preference type, for...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-04 guyFrom Jeff Morriss: the code path that's bypassed with...
2004-07-18 gramMove dissectors to epan/dissectors directory.