Switch a bunch of dissectors over to using tvb_new_subset_remaining()
[obnox/wireshark/wip.git] / epan / dissectors / packet-gtp.c
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-11 geraldAdd some length checks.
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-10 etxrabRestore hf_gtp_ext_rat_type as it's used in decode_gtp_...
2009-07-09 wmeierpacket-gtp: 3GPP AVP custom VSA dissection no longer...
2009-07-07 stigFrom Kovarththanan Rajaratnam:
2009-06-23 etxrabRevert(Try to fix indentation a bit.)
2009-06-23 etxrabTry to fix indentation a bit.
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-19 stigFrom Artem Tamazov (bug 3472):
2009-05-08 etxrabUpdate a comment.
2009-02-10 etxrabInital GTPv2 dissector.
2009-01-27 wmeierFix some indentation .....
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-12 etxrabAdd a cople of IE's
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-23 jakeFix an assignment which is intended as a comparison.
2008-10-23 etxrabFix:
2008-10-23 etxrabUpdate the QoS IE
2008-10-06 etxrabFrom Kari Tiirikainen:
2008-09-11 wmeierMinor cleanup related to proto_reg_handoff ....
2008-09-02 wmeierCleanup related to prefs & proto_reg_handoff
2008-09-02 etxrabHandle extension header.
2008-08-25 etxrabFrom Andrei Slavoiu:
2008-08-05 etxrabFromVincent Helfre:
2008-08-04 etxrabFirst step to split the gsm_a dissector into several...
2008-06-18 jakeFix for bug 2618:
2008-02-29 guyDon't peek inside the column information and manually...
2008-02-08 etxrab- Add application Id:s to Diameter
2008-02-02 stigRewrote some prohibited APIs in epan/dissectors/ (sprin...
2008-01-27 etxrabMake it possible to do subdissection of Diameter AVP...
2008-01-27 etxrabUncomplete code change.
2008-01-25 etxrabDecode som more MBMS elements. Diameter XML fixes.
2008-01-24 etxrabDecode som MBMS elements.
2008-01-07 etxrabFix Missing -z proto,colinfo,ip,gtp.teid_cp and -z...
2007-09-03 etxrabWireshark packet-gtp.c error in decoding IMEI.
2007-08-14 etxrabFrom From: Sommars, Steven E:
2007-06-10 etxrabUpdated GSM MAP to use the latest asn1 original files.
2007-05-31 sfisherWrap newly added (svn rev 22007) but unused "Required...
2007-05-30 etxrabUpdate value strings.
2007-05-01 etxrabSplit out common asn1 stuff to asn1.h and include that...
2007-04-18 etxrabAdd a comment.
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-27 sfisherFix about 100 simple to fix warnings from gcc 4.0 in...
2007-02-16 etxrabFrom Florent Drouin:
2007-02-12 etxrabReturn correct length.
2007-02-12 etxrabFix Bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2006-09-30 ulflremove compiler warnings
2006-08-28 etxrabMore release 6 changes.
2006-08-27 etxrabDo some more of the relase 6 stuff.
2006-08-24 etxrabBSSGP: Wrong length on IE and preparation to export...
2006-08-24 etxrabDissect 'User Location Information' IE and MS Time...
2006-07-04 kukosafew formal changes in PER dissector (rename asn_* types...
2006-06-21 etxrabPut the correct IE names in GTPv1 messages.
2006-05-27 etxrabFix bug 973:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-04-05 etxrabExpand some value strings, get map_error from gsm_map...
2006-04-05 etxrabAdd some IE:s
2006-03-26 jakeFix for bug 840
2006-03-16 etxrabAdd some extension IE:s
2005-11-08 geraldFrom Peter Kovar: Fix the typo referenced in bug 577.
2005-11-08 geraldYou don't tug on Superman's cape. You don't spit into...
2005-09-26 guyUse VENDOR_THE3GPP, rather than a hardcoded 10415,...
2005-09-19 legodisplay something useful in the radius VSA item
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-21 sahlbergremove sprintf from gsm_a
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-30 jmayerMake some funtions static. More char -> const char...
2005-07-24 sahlbergconvert some uses of tvb_get_string() to ep_tvb_get_str...
2005-07-15 legoRadius Dictionary Support
2005-07-14 etxrabPacket-gtp.c - Fix up decoding of the rest of the IE...
2005-07-12 etxrabFix decoding of quintuplets.
2005-07-09 guySquelch various signed vs. unsigned warnings by:
2005-06-14 geraldFrom Steve Grubb:
2005-04-01 sahlbergfrom Jeremy Jouglet
2004-12-26 guyFrom Luis Ontanon: add more filterable fields to DNS...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 gramMove dissectors to epan/dissectors directory.