Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)
[obnox/wireshark/wip.git] / epan / dissectors / packet-gtpv2.c
2010-05-10 wmeierIndentation & whitespace cleanup (including: "4 space...
2010-04-06 wmeier#include <string.h> not needed.
2010-04-05 etxrabFrom Toshihiro KATAOKA:
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2010-03-20 dimegFix for Bug 4588:
2009-11-27 dimegExpert info when E.212 MCC/MNC contain non-decimal...
2009-09-17 etxrabRemove debug printout.
2009-09-15 martinmAlso mark tree as an unmarked parameter.
2009-09-15 etxrabRemove now unused variables.
2009-09-15 etxrabBearer Context not dissected correctly.
2009-08-26 etxrabFrom swapnil:
2009-08-20 etxrabFrom Harald Welte :
2009-08-18 jakeFrom Swapnil Barai:
2009-08-12 krjFrom William Preston via. 3549:
2009-08-11 geraldAdd some length checks.
2009-08-11 etxrabFrom swapnil:
2009-08-11 etxrabFrom swapnil:
2009-08-11 etxrabFrom swapnil:
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-31 guyCompletely remove an unused variable, don't just commen...
2009-07-30 guyFix warnings:
2009-07-30 etxrabFrom swapnil:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-11 etxrabFrom Duncan Salerno:
2009-04-28 etxrabTry to fix the build bot.
2009-04-28 etxrabSignals and IE's updated to V8.1.1 (2009-04).
2009-03-11 etxrabTypo.
2009-03-11 etxrabPrepare IE dissection.
2009-03-04 etxrab- Use correct length in TLV-E and LV-E.
2009-03-01 etxrabAdd more IE dissection.
2009-02-16 stigMark an unused argument.
2009-02-16 etxrabAdd dissection of some IE's, reworked input from Zakia...
2009-02-13 etxrabUnused variables :-(
2009-02-13 etxrabChange the signature of the IE dissectors and minor...
2009-02-11 etxrabMark an unused parameter as _U_
2009-02-11 etxrabAdd basic IE dissection.
2009-02-11 wmeierFix for compiler error: " /* within comment "
2009-02-10 etxrabpacket-gtpv2.c:216: warning: unused parameter 'pinfo'
2009-02-10 etxrabInital GTPv2 dissector.