Fix [-Wmissing-prototypes]
[metze/wireshark/wip.git] / epan / dissectors / packet-gsm_a_gm.c
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-10-24 Pascal QuantinFix copy paste errors
2013-10-23 Bill Meier#if 0 numerous "unused const variables" (mostly value...
2013-09-16 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-09 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-09-03 Pascal QuantinCode cleanup:
2013-09-03 Michael MannBatch of filterable expert info.
2013-08-30 Pascal QuantinRemove useless tree
2013-08-30 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-08-30 Pascal QuantinConvert a few dissectors from EMEM to WMEM API
2013-08-27 Pascal QuantinAdd a DRX subtree to GTP dissector now that the subtree...
2013-08-27 Pascal QuantinMake SPLIT PG CYCLE CODE filterable
2013-07-10 Pascal QuantinUpgrade NAS disssectors to v11.7.0
2013-04-16 Anders BromanRevert revision 48854, the problem is in packet-gtp...
2013-04-15 Anders BromanDon't check direction on "prot" where the meaning is...
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-24 Pascal QuantinDo not initialize ett_tree and dtap_msg_fcn when match_...
2013-03-19 Pascal QuantinUpgrade NAS disssectors to v11.6.0
2013-03-18 Pascal QuantinAs suggested by Evan Huus, use extended value_strings
2013-03-18 Pascal Quantinuse enum values instead of hardcoded values
2013-01-23 Anders Bromansvn path=/trunk/; revision=47229
2013-01-22 Pascal QuantinTry to fix dissection of GSM protocol family broken...
2012-12-29 Pascal QuantinUpgrade NAS disssectors to v11.5.0
2012-11-26 Bill MeierFix several [-Wshadow] warnings;
2012-11-01 Pascal QuantinThe APN is an SM IE
2012-11-01 Anders BromanHigh light bytes including the first lenght byte in...
2012-10-31 Anders BromanMark a parameter as unused.
2012-10-31 Anders BromanMake APN name a filterable item.
2012-10-05 Pascal QuantinFix copy/paste error
2012-10-04 Pascal QuantinUpgrade NAS dissector to v11.4.0 (Release 11)
2012-10-03 Pascal QuantinDisplay the raw PFI next to the translated one (as...
2012-10-02 Pascal QuantinThe Packet Filter Identifier range is [1;16] according...
2012-10-02 Pascal QuantinUpgrade NAS EPS dissector to v11.4.0 (Release 11)
2012-09-28 Pascal QuantinRemove a duplicate hf
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-17 Pascal QuantinUpdate dissection of Request type IE
2012-08-25 Pascal QuantinFollowing r44648, revert part of r44162 and followups...
2012-08-23 Bill MeierFix extended value-string linear search: remove 2 dups...
2012-08-01 Pascal QuantinFollow-up of r44162: gsm_a_gm dissector is used for...
2012-07-31 Michael MannUpdated GSM dissectors display filters per checkfiltern...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-05-22 Jeff MorrissFix: packet-gsm_a_gm.c:3965:6: error: comparison is...
2012-05-22 pascalDissect Operator Specific Use container in Protocol...
2012-05-21 pascalDisplay Element ID in hexadecimal (like in 3GPP specs)
2012-05-21 Jörg MayerTwo cases where gcc has problems to detect that a speci...
2012-05-20 pascalUpgrade NAS dissector to Release 10 (v10.6.1)
2012-05-20 Michael TüxenMake the compiler happy.
2012-05-20 pascalUpgrade NAS EPS dissector to Release 10 (10.6.1)
2012-05-17 Bill MeierGeneral Cleanup including:
2012-04-15 pascalUpdate RRC to V10.7.0 and add dissection of Core Networ...
2012-03-16 Bill MeierFT_BOOLEAN hf[] entries with a 0 'bitmask' should have...
2012-02-23 Anders BromanFrom Pascal Quantin [NAS EPS] Update Configuration...
2012-02-13 Anders BromanFrom Pascal Quantin:
2012-02-12 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-01-21 Chris MaynardRevert a recent spelling change back to its UK variant.
2012-01-21 Chris MaynardFix a comment and some typos.
2012-01-20 Jaap KeuterFrom Pascal Quantin:
2011-12-02 Anders BromanFrom Pascal Quantin:
2011-12-01 Anders BromanExtend dissection of GTPv2 EPS Security Context and...
2011-12-01 Anders BromanFrom Pascal Quantin:
2011-11-29 Anders BromanFrom Pascal Quantin:
2011-11-28 Anders BromanFix Checkapi found errors.
2011-11-28 Anders BromanPrevet a crash when dissecting linked TI.
2011-10-24 Bill MeierFix encoding arg for various fcn calls:
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-06-22 Anders BromanProtect the columns from beeing overwritten.
2011-06-19 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-29 Anders BromanFrom Pascal Quantin:
2011-05-17 Jeff MorrissAs suggested by Chris: use val_to_str_const() instead...
2011-05-17 Anders BromanUse the correct value string and bitmasks.
2011-04-27 Anders BromanFrom Pascal Quantin:
2011-04-04 Anders BromanGet rid of gsm_a_dtap_pinfo.
2011-04-04 Anders BromanChange the signature of elem_fcn():ns to include pinfo.
2011-04-04 Anders BromanChange the msg_fcn() signature to include pinfo.
2011-02-23 Anders BromanFrom Alexis La Goutte:
2011-02-22 Anders BromanFrom Pascal Quantin:
2011-01-26 Anders BromanAdd 10.5.1.14 NAS container for PS HO.
2011-01-21 Anders BromanUse EXTRANEOUS_DATA_CHECK_EXPERT
2011-01-21 Sake BlokAdress => Address corrections (also in comments).
2011-01-19 Anders BromanAdd the RAI value to "add_string"
2011-01-17 Anders Broman- Remove debug printout.
2011-01-16 Anders BromanSwitch to using proto_add_bits_item in a couple of...
2011-01-16 Jeff MorrissUse tvb_memeql() and tvb_memcpy().
2011-01-13 Anders BromanFrom Pascal Quantin:
2011-01-12 Anders BromanUpdate dissection of Protocol configuration options.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-12-16 Jaap KeuterFix for bug 5475:
2010-11-05 Anders BromanFrom Pascal Quantin:
2010-11-01 Bill MeierUse value_string_ext fcns to access various value_strin...
2010-10-28 Anders BromanFrom Pascal Quantin:
2010-10-05 Anders BromanFrom Pascal Quantin:
2010-09-22 Anders BromanFrom Pascal Quantin:
2010-09-22 Anders BromanFrom Pascal Quantin:
2010-08-13 Anders BromanAdd missing break, should fix bug
2010-08-02 Bill MeierFix cases where the type of a for loop variable is...
2010-07-14 Anders BromanAdd a field for "Revision Level Indicator" in the ...
2010-06-29 Anders BromanSet pinfo->link_dir when protocol configuration options...
2010-06-09 Bill MeierDo some constifying [or other] based upon gcc -Wwrite...
2010-06-01 Anders Broman- Traffic flow template miss dissected, use de_sm_tflow...
2010-05-10 Bill MeierIndentation & whitespace cleanup (including: "4 space...
next