aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-drbd.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2022-04-07DRBD: Add support for dissecting DRBD on InfiniBandJoel Colledge1-25/+173
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-4/+4
2021-12-18DRBD: Tidy up choice of display base for fieldsJoel Colledge1-24/+24
2021-12-18DRBD: Decode two-phase commit payloadsJoel Colledge1-159/+366
2021-12-18DRBD: Use CF_FUNC with BASE_CUSTOMJoel Colledge1-5/+5
2021-12-18DRBD: Add implicit data sizes as fieldsJoel Colledge1-32/+16
2021-12-18DRBD: Decode barrier numbers and block IDs little-endianJoel Colledge1-9/+9
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-3/+3
2021-12-02DRBD: Add support for new packets including the P_RS_DAGTAG familyJoel Colledge1-3/+40
2021-12-02DRBD: Correct GitHub URLJoel Colledge1-1/+1
2021-12-02DRBD: Remove some unnecessary _U_ attributesJoel Colledge1-3/+3
2021-05-12DRBD: disable heuristic dissector by defaultPascal Quantin1-2/+2
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-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-3/+3
2019-05-09DRBD: Improve presentation of P_UUIDS110 messageJoel Colledge1-14/+75
2019-05-08DRBD: Dissect states in P_STATE messagesJoel Colledge1-1/+147
2019-04-11DRBD: Add dissector for the Distributed Replicated Block Device protocolJoel Colledge1-0/+1034