aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2018-05-04g_slist_free_full: Use g_slist_free_full() in a couple of places.AndersBroman2-7/+4
2018-05-04CMake: fix build by not unnecessarily linking with wsutilPeter Wu1-2/+1
2018-05-04autotools: remove more makefiles.Dario Lombardo4-22/+0
2018-05-04CIP Motion: Attribute SupportDylan Ulis4-34/+81
2018-05-04pfcp: updated UP Function Features IEJoakim Karlsson1-2/+9
2018-05-03SDP: do not assume that media_desc pointer is always setPascal Quantin1-3/+7
2018-05-03mac-nr: 15.1.0 changes to RAR PDUMartin Mathieson1-6/+19
2018-05-03pfcp: correction of lengthJoakim Karlsson1-1/+1
2018-05-02Remove a leftover Makefile.Gerald Combs1-49/+0
2018-05-02QUIC: fix compilation with gcc 8Pascal Quantin1-2/+3
2018-05-02TWAMP: fix compilation with gcc 8Pascal Quantin1-2/+2
2018-05-02GTP: fix compilation with gcc 8Pascal Quantin1-2/+4
2018-05-02btle: Show correct LLData Timeout valueStig Bjørlykke1-1/+1
2018-05-02VITA 49: add an explicit option to activate Ettus UHD header workaroundPascal Quantin1-1/+12
2018-05-02IEEE 1905.1a: use col_add_str to add non const stringsPascal Quantin1-1/+1
2018-05-02mgcp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2018-05-01obex: Fix request response arrowsDylan Ulis1-2/+2
2018-05-01ZigBee: Add remaining attributes from Smart Energy Device Management clusterKenneth Soerensen1-8/+472
2018-05-01BOOTP BSDP: Allow "pad" and "end" suboptions.Darius Davis1-4/+15
2018-05-01gsm_r_uus1: Fix Dead Store (Dead assignement/Dead increment) Warning found by...Alexis La Goutte1-1/+0
2018-05-01bfcp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2018-05-01TPM20: fully initialize tpm_entry structurePascal Quantin1-0/+2
2018-05-01TPM20: add file to .editorconfigPascal Quantin1-0/+4
2018-05-01Use common indenting space in headingStig Bjørlykke17-214/+214
2018-04-30LDSS: Fix a read overrun in dissect_ldss_transfer.Darius Davis1-1/+1
2018-04-30pdcp-nr: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2018-04-30NAS EPS: fix dissection of UE security capability IEPascal Quantin1-4/+0
2018-04-30lwm2mtlv: Add interpretations checksStig Bjørlykke1-4/+15
2018-04-29Source files should not be executable files.Jaap Keuter1-0/+0
2018-04-29DCT2000: Only look up old protocol name mappings if preference enabledMartin Mathieson1-75/+68
2018-04-29ieee80211: Improve support of the HotSpot 2.0 specification.Richard Sharpe1-58/+781
2018-04-28lwm2mtlv: Handle String data type as UTF-8Stig Bjørlykke1-3/+10
2018-04-28GSM-R protocol dissectorMichail Koreshkov2-0/+935
2018-04-27Bluetooth HCI: Add missing LE event mask fieldsAllan Møller Madsen1-2/+58
2018-04-27MGCP: add support to local/remote voice metrics optionHadar1-6/+446
2018-04-26AVSP: Correct timestamp representationNikhil AP1-11/+30
2018-04-26coap: Store ctype values in transaction trackingStig Bjørlykke2-0/+10
2018-04-26lwm2mtlv: Identifier and Length fields are big endianStig Bjørlykke1-7/+7
2018-04-26BOOTP: Add latest IETF Processor Arch assignments.Darius Davis1-5/+84
2018-04-26tpm20: Add TPM2.0 dissectorTadeusz Struk2-0/+1378
2018-04-25ZigBee: Place SE cluster attributes correctly in ZCL client and serverKenneth Soerensen1-181/+60
2018-04-25Fix indentation.Guy Harris1-9/+9
2018-04-25F1AP: fix a typo in ASN.1 descriptionPascal Quantin2-7/+9
2018-04-25x509ce: fix indent (use 2 spaces)Alexis La Goutte5-68/+130
2018-04-24QUIC: fix NEW_CONNECTION_ID dissection (draft -11)Peter Wu1-7/+31
2018-04-24QUIC: add (expert) info for connection-related infoPeter Wu1-2/+42
2018-04-24gtp: update values used as accepted cause in session trackingIvan Nardi1-2/+2
2018-04-24bluecom: fix compilation with gcc-4.Dario Lombardo1-1/+2
2018-04-24Clean up a warning.Guy Harris1-47/+49
2018-04-24remove redundant break statementchinarulezzz1-1/+0