aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acdr.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-97/+97
2023-09-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-4/+4
2023-07-02ACDR: Add new typesOrgad Shaneh1-0/+27
2023-06-15Add a check for all-set masks and fix some instancesMartin Mathieson1-1/+1
2023-05-16Use `register_dissector()` for more protocolsDavid Perry1-171/+167
2023-03-23Address more warnings from check_typed_item_calls.pyMartin Mathieson1-1/+1
2023-01-20Fix some issues seen by tools/check_typed_item_calls.pyMartin Mathieson1-2/+2
2022-03-27AC DR: Fix a couple of shadow variable warnings.Gerald Combs1-6/+6
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-10-26ACDR: Handle timestamps as time values instead of bytesOrgad Shaneh1-26/+17
2021-10-26ACDR: Fix handling of short signaling packetsOrgad Shaneh1-16/+35
2020-11-02ACDR: Fix dissection of control packetsOrgad Shaneh1-1/+1
2020-10-03Update URLs pointing to the bug database.Guy Harris1-1/+1
2020-07-19ACDR: Add TLS_APP_TPNCPOrgad Shaneh1-0/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-06-16acdr: cleaner test for "is this tree item an RTP item?"Guy Harris1-2/+5
2020-06-15ACDR: don't call the JSON dissector as an ACDR media type dissector.Guy Harris1-1/+17
2020-06-15acdr: remove unused variables.Dario Lombardo1-23/+0
2020-06-15acdr: check existence of last_child before using it.Dario Lombardo1-1/+1
2020-06-05ACDR: Fix T38 with added headerOrgad Shaneh1-18/+12
2020-05-01No explicit glib.h include requiredJaap Keuter1-1/+0
2020-04-19ACDR: Fix DTLS dissectionOrgad Shaneh1-1/+1
2020-03-30ACDR: Dissect LIX2X3 packets when the corresponding bit is enabledOrgad Shaneh1-0/+7
2020-03-30ACDR: Remove unused udp dissector tableOrgad Shaneh1-7/+1
2020-03-30ACDR: Fix T38 over UDP dissectionOrgad Shaneh1-29/+18
2020-03-23ACDR: Support LawfulIntercept bitOrgad Shaneh1-10/+22
2020-02-18ACDR: Move TPNCP registrations to TPNCP dissectorOrgad Shaneh1-72/+0
2020-02-17ACDR: Fix value display for XML media typesOrgad Shaneh1-1/+1
2020-02-13Introduce AudioCodes Debug Recording (ACDR) dissectorOrgad Shaneh1-0/+2140