aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_ipa.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-11WIP: Osmocom RSPRO dissector supportHarald Welte1-0/+2
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-4/+4
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2020-11-30gsm_ipa: Add more enum values and 'official' namesHarald Welte1-0/+5
2019-11-25packet-gsm_ipa: Add #defines and names for more osmocom IPA extensionsHarald Welte1-0/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-31GSM over IP: Require a valid message type for dissection.Michael Mann1-10/+24
2018-04-21Dissector for the Osmocom GSUP ProtocolHarald Welte1-1/+2
2018-04-10gsm_ipa: remove unnecessary if (tree) checksMartin Kaiser1-29/+21
2018-04-09gsm_ipa: Make sure the Osmo Extended IPA stream ID type is printedHarald Welte1-6/+6
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-34/+11
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-14/+3
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+8
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-16Remove ipproto member of packet_info.Michael Mann1-16/+24
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-0/+13
2014-08-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+7
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-10-09Change the default UDP port to 0.Anders Broman1-2/+3
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-09Change some internal dissector table UI names so it's clear which protocol th...Chris Maynard1-1/+2
2013-08-28Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-28/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-31Follow-up of r44162: A-bis interface is not the same thing as A interface; up...Pascal Quantin1-2/+2
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-7/+7
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-02-27And more details.Guy Harris1-2/+5
2012-02-27Give more details in comments.Guy Harris1-2/+32
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-4/+4
2011-09-23From Daniel:Anders Broman1-12/+100
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-12-16From Harald Welte:Jaap Keuter1-1/+30
2010-12-16From Harald Welte:Jaap Keuter1-18/+75
2010-08-11From Holger Freyther:Anders Broman1-0/+8
2010-06-20From Holger Freyther: Jaap Keuter1-8/+20
2009-11-19From Holger Freyther:Anders Broman1-5/+7