aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/h248
AgeCommit message (Expand)AuthorFilesLines
2024-08-07Dissectors: Include what you use.Anders Broman1-0/+1
2024-07-16Update the tvb_get API calls in our ASN.1 dissectorsGerald Combs2-7/+7
2024-07-05epan: Convert ASN.1 dissectors to C99Stig Bjørlykke3-147/+147
2024-07-02Fix some spelling errorsMartin Mathieson1-3/+3
2024-04-05Remove init to zero for static variablesStig Bjørlykke1-8/+8
2024-03-31Switch our boolean preferences to boolGerald Combs1-2/+2
2024-01-02asn2wrs: Add recursion checksGerald Combs1-0/+1
2023-12-27tools/check_static.py: make script more readableMartin Mathieson1-2/+2
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-18dissectors: Remove init of hf and ett variable arraysStig Bjørlykke1-1/+1
2023-11-02asn2wrs: Update to not initialize static proto valuesStig Bjørlykke1-40/+40
2023-08-08Convert asn2ws to generate C99 typesAnders Broman1-26/+26
2023-07-16ASN1 dissectors: Avoid returning twice from same functionMartin Mathieson1-2/+0
2023-04-17Use val_to_str_const() where unknown string doesn't have format specifierMartin Mathieson1-8/+8
2022-10-20h248: Add missing dot in H.248 protocol nameStig Bjørlykke1-3/+3
2022-09-10Dissector names are not protocol names.Guy Harris1-1/+1
2021-08-24h248: convert to pinfo->poolEvan Huus3-76/+82
2021-07-29wsutil: rename bytestring_to_str() -> bytes_to_str_punct()João Valverde1-2/+2
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-7/+7
2020-12-16Fix duplicated filter names.Anders Broman1-0/+12
2020-09-05Fix some detected spelling errors in ASN1 dissectors.Martin Mathieson1-1/+1
2019-12-18De-camel-ize "Wireshark" in a few places.Gerald Combs1-24/+24
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-7/+7
2018-04-18Remove autotools build system.Dario Lombardo1-36/+0
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo3-38/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-08-31H248: check that exported_pdu tap is listening before tapping packetsPascal Quantin1-6/+7
2017-02-01h248: convert GTree to wmem_tree.Dario Lombardo1-11/+7
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-26/+6
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-15/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-16[H248] Fix Warn Dissector bug, protocol H248, in packet 1: tvbuff.c:532: fail...AndersBroman2-3/+1
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-4/+2
2016-06-30Remove Makefile.common filesJoão Valverde2-50/+29
2016-06-29Provide new interface for Export PDU.Michael Mann1-8/+1
2016-06-26h248: rename shadow variable.Dario Lombardo2-2/+2
2016-06-15Remove Nmake build systemPascal Quantin1-25/+0
2016-06-13Convert AT_SS7PC to a "dissector address type"Michael Mann1-7/+13
2016-06-12Move Gateway Control Protocol (Context Tracking) into packet-h248.hMichael Mann2-13/+909
2016-05-03[H.248] Implement export PDU functionality.AndersBroman1-0/+29
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-13Clean asn1 make/cmake whitespaceJoão Valverde4-4/+0
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde10-0/+4495