aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-3g-a11.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-16/+16
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2021-03-29Fix some item lengths.Martin Mathieson1-1/+1
2020-10-03Fix more filter field strings.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-04-12Fix up some broken links to specs from dissectors.Martin Mathieson1-6/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-1/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-29Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-25/+15
2014-10-07Overhaul the filterability of packet-ansi_683.cMichael Mann1-2/+0
2014-09-11Eliminate proto_tree_add_text from some dissectors.Michael Mann1-31/+34
2014-09-10Various minor changes:Bill Meier1-13/+31
2014-09-09Fix some spelling & grammar.Bill Meier1-7/+7
2014-09-08Convert some deprecated tvb_length callsEvan Huus1-2/+2
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-69/+45
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-05-04Update some soft-deprecated APIs.AndersBroman1-1/+1
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-24/+24
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-13Minor whitespace, formatting & etc changes.Bill Meier1-208/+177
2013-10-06Improve "eHRPD Indicator" NVSE dissection in 3GPP2 A11 Registration Request. ...Michael Mann1-1/+34
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-1/+2
2013-05-25Batch of filterable expert_infos.Michael Mann1-3/+13
2013-04-09Coverity CID 281193: Dead codeMartin Kaiser1-12/+3
2013-04-05Fix some bugs that showed up as format warnings.Guy Harris1-7/+8
2013-04-05Add dissection from BCMCS spec.Anders Broman1-31/+338
2013-04-03Get rid of non-ASCII characters.Jeff Morriss1-7/+7
2013-04-03- Extend and correct value strings.Anders Broman1-32/+82
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-13- [-Wmissing-prototypes]Anders Broman1-1/+1
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+4
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-5/+15
2012-10-06pinfo is now usedPascal Quantin1-1/+1
2012-10-06Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7801 :Pascal Quantin1-3/+13
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-44/+51
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-1/+1