For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-ansi_map.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-18 wmeierDo some more conversions of proto_tree_add_item() ...
2011-10-15 wmeierConvert asn1 template files proto_tree_add_item() ...
2011-10-15 wmeierUpdate generated ASN1 *.[hc] files after recent work...
2011-10-10 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-07-21 etxrabTry to do a more syntactically correct import.
2011-05-18 morrissFix a couple (value) mistakes in value_strings. Found...
2011-04-11 geraldRegenerate the ANSI MAP, LDAP, and TETRA dissectors...
2011-02-07 etxrabAdd a missing IE found in trace from https://bugs.wires...
2011-02-05 etxrabRemove debug printouts.
2011-02-04 etxrabIntroduce preferences to set the strictness of Invoke...
2011-01-16 etxrabFrom Porus Mehta:
2010-12-28 etxrabAdd tvb_bcd_dig_to_ep_str()
2010-12-20 guyRename the routines that handle dissector tables with...
2010-11-16 wmeierUse value_string_ext fcns to access several value_strin...
2010-05-11 morrissAdd a little more code to avoid not-very-useful blurbs:
2010-05-11 morrissRegenerate a few of the ASN.1 dissectors
2010-04-07 wmeier#include <string.h> and/or #include <stdio.h> not needed.
2010-04-06 wmeier#include <stdio.h> not needed.
2010-04-01 etxrabFix Tag value wrong in ansi_map.asn file for ServiceId...
2010-02-23 guySquelch a bunch of compiler warnings.
2010-01-13 etxrabFrom Didier Gautheron:
2010-01-07 etxrabFrom Michael Lum:
2009-12-18 etxrabDissect NumberPortabilityRequest return result.
2009-11-19 etxrabFrom Michael Lum:
2009-11-19 etxrabFrom Michael Lum:
2009-11-17 etxrabMobile On Channel carries no data.
2009-09-15 morrissDon't call check_col(). Add a space at the end of...
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
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-04-08 etxrabAdd dissection of:
2009-04-01 etxrabAccording to the section 2.4 of the spec.
2009-03-27 etxrabIn informationDirective use MSID instead of mobileIdent...
2009-03-23 etxrabFrom Michael Lum:
2009-03-23 etxrabFix: The AuthDir invoke is missing optional tags for...
2009-03-15 wmeierAs suggested by Jakub Zawadzki: g_free() is NULL safe...
2009-03-11 etxrabFrom Michael Lum:
2009-02-17 etxrabFrom Michael Lum:
2009-02-07 wmeier#include <epan/conversation.h> and/or #include <epan...
2009-02-05 etxrabFrom Michael Lum:
2009-01-20 etxrabFrom Michael Lum:
2008-12-18 wmeierFix various typos and spelling errors (mostly in text...
2008-12-17 wmeierFix some typos and spelling (mostly in text strings)
2008-12-03 etxrabFrom Michael Lum:
2008-11-29 etxrabBug fixes:
2008-11-27 etxrabThe updated Profile wasn't expanded in all places.
2008-11-06 wmeierRe-generated packet-ansi_map.c (See svn #26718)
2008-11-06 etxrabInvalid code in range_delete_callback.
2008-11-01 etxrabRegenerate all asn2wrs generated dissectors
2008-10-23 etxrabFrom shmulikB:
2008-02-02 stigRewrote some prohibited APIs in epan/dissectors/ (sprin...
2008-01-03 etxrabWrong string used in g_hash_table_lookup().
2007-12-09 guyGet rid of non-ASCII character in a value_string table...
2007-12-03 etxrabFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2007-09-17 morriss(Again, this time for ANSI MAP) From Florent Drouin...
2007-09-13 etxrabTry to protect the hash table...
2007-09-12 etxrabWarning fixes.
2007-09-12 etxrabUse the new ANSI TCAP dissector.
2007-09-06 stigFixed a warning: 'j' may be used uninitialized in this...
2007-09-06 etxrabGet rid of get_ber_last_reated_item() and fix dissectio...
2007-09-05 etxrabFix the asn1 code for WIN-TriggerList and systemMyTypeC...
2007-09-04 etxrabANSI MAP systemMyTypeCode should be OPTIONAL
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-08-24 etxrabFrom Chris Maynard:
2007-08-15 morrissChange tvb_get_string() to tvb_get_ephemeral_string...
2007-07-02 etxrabFix some of the 'defined but not used' warnings.
2007-06-24 etxrabTry to fix some more GCC warnings.
2007-06-23 etxrabTry to fix some GCC warnings.
2007-06-18 etxrabAdd code for signals:
2007-06-11 etxrabGenerate ANSI MAP with the -X option.
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-18 etxrabAdd an IE.
2007-03-21 sahlbergchange the signature that asn2wrs generates for functio...
2007-02-14 sfisherChanges to the ansi_map and ospf dissectors to use...
2007-02-07 morrissFix for bug 1350: Add return value for
2007-02-06 etxrabFix a copy error.
2007-01-16 etxrabDissekt ControlChannelData.
2007-01-15 etxrabDissect SMS-OriginationRestrictions.
2007-01-15 etxrabHandle the case where the same TransactionID is used...
2007-01-15 etxrabDissect sms-BearerData also in responce messages if...
2007-01-14 etxrabIf a OCTET STRING has zero length a zero length tvb...
2007-01-14 etxrabDissect cdma2000HandoffInvokeIOSData and response data
2007-01-13 etxrabHandle the case ehere TCAP identifier isn't present.
2007-01-13 etxrab- Correct Tag numbering and marking of OPTIONAL.
2007-01-13 etxrabHandle zero length invokes and some asn1 fixes.
2007-01-12 etxrabDissect cdma2000HandoffInvokeIOSData.
2007-01-12 etxrabDissect CDMAServiceOption.
2007-01-11 etxrabAdd dissection of cdmaChannelData and only add Opcode...
2007-01-10 etxrabPacket-ber:
2007-01-09 etxrabAdd ansi_map to the makefiles
2007-01-07 etxrabShow return signal in info col. also if no data.
2007-01-06 etxrabCheck in the asn2wrs generated ANSI map dissector.
2006-12-07 etxrabAs ponted out by Stig Bjørlykke change a whole bunch...
next