aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-33/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-95/+1
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 Huus1-74/+80
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-58/+58
2020-09-05Fix some detected spelling errors in ASN1 dissectors.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2019-04-04asn2wrs: Improve filtername of named bits.Anders Broman1-15/+15
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-7/+7
2019-04-03ASN.1: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-21/+21
2018-03-09Regenerate dissector.Guy Harris1-5/+5
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-12/+1
2017-08-31H248: check that exported_pdu tap is listening before tapping packetsPascal Quantin1-9/+10
2017-02-01h248: convert GTree to wmem_tree.Dario Lombardo1-14/+10
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-29/+9
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...AndersBroman1-6/+4
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-4/+2
2016-06-29Provide new interface for Export PDU.Michael Mann1-11/+4
2016-06-26h248: rename shadow variable.Dario Lombardo1-1/+1
2016-06-13Convert AT_SS7PC to a "dissector address type"Michael Mann1-12/+18
2016-06-12Move Gateway Control Protocol (Context Tracking) into packet-h248.hMichael Mann1-16/+739
2016-05-03[H.248] Implement export PDU functionality.AndersBroman1-5/+34
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-13Move /asn1 to /epan/dissectorsJoão Valverde1-59/+59
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-1/+1
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-2/+2
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-9/+11
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-06-07H248: fix V712 warning reported by PVS-StudioPascal Quantin1-5/+6
2015-02-18H.248: fix dissection of ServiceChangeReason for version 1Pascal Quantin1-51/+4
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-2/+2
2014-11-17H248: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-20/+22
2014-10-29Don't include ctype.h and replace isascii() with _ascii_isprint().AndersBroman1-9/+8
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-6/+11
2014-06-20batch of tvb-length conversionsEvan Huus1-6/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-8/+8
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-8/+8
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-05-05Add the possibillity to add a string to the termination id.AndersBroman1-11/+24
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-16/+16
2014-02-22Fix Called function pointer is null (null dereference) found by ClangAlexis La Goutte1-6/+5
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-57/+55