aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2019-02-02CMake: Fix DOCDIR on UnixJoão Valverde5-5/+5
2019-02-01Switch my contact addressPascal Quantin26-26/+26
2019-02-01pcomtcp: dissection of additional PCOM/ASCII fieldsLuis Rosa1-21/+215
2019-02-01opa-mad: Fixed when ClassDataDetails is zero lengthGoldman, Adam1-4/+10
2019-01-31tcap: check p_tcap_private before dereferencing.Dario Lombardo2-24/+40
2019-01-31NAS-5GS: Dissect more IEsAnders Broman3-7/+283
2019-01-31Fix build without GnuTLSPeter Wu1-1/+1
2019-01-31QUIC: put coalesced packets in separate treesPeter Wu1-4/+10
2019-01-31bluetooth: Update Assigned NumbersStig Bjørlykke1-41/+252
2019-01-31btle: Add Version 5.1 to ll_version_number_valsStig Bjørlykke1-0/+1
2019-01-31Use tvb_reported_length_remaining() to get the remaining data length.Guy Harris1-2/+2
2019-01-31Rpcap authentication replies now have an optional payload.Guy Harris1-2/+49
2019-01-30NAS-5GS: Dissect more V15.2.1 IEsAnders Broman1-105/+200
2019-01-30GTP: fix PDU Session ContainerJoakim Karlsson1-10/+13
2019-01-30print: fix parameter 'data' not found in the function declarationAlexis La Goutte1-3/+3
2019-01-30NAS-5GS: Dissect more V15.2 IE'sAnders Broman4-57/+386
2019-01-29secrets: add functions to query and validate pkcs11 tokens/key filesPeter Wu2-5/+172
2019-01-29dissectors: use '/' when stacking protocols in COL_PROTOCOL.Dario Lombardo3-3/+3
2019-01-29column-utils: replace TAB with SPACE in prototypes.Dario Lombardo1-20/+20
2019-01-29MAC NR: add dissection of NR PHR and PCMAX,f,c fieldsPascal Quantin1-22/+74
2019-01-29Once we've identified a TCP segment as rpcap, use rpcap for the connection.Guy Harris1-1/+21
2019-01-29lwm2mtlv: Fix memleaks in UAT subtree array handlingStig Bjørlykke1-13/+12
2019-01-29wslua: Don't defer deletion of subtree indexesStig Bjørlykke1-5/+2
2019-01-29ASTERIX Category 020 Ed. 1.9 and Reserved Expansion Field Ed. 1.3Marko Hrastovec1-1/+1424
2019-01-29btmesh: Fix memleaks in UAT handlingStig Bjørlykke1-1/+19
2019-01-29Fix: WiSUN Explicit Channel Plan parsingJames Ko1-12/+42
2019-01-29wslua: Update wslua_register_menu() documentationStig Bjørlykke2-1/+3
2019-01-28Further improve that error message.Guy Harris1-1/+1
2019-01-28Fix an error message.Guy Harris1-1/+2
2019-01-28Update a column to reflect the underlying issue.Guy Harris1-4/+10
2019-01-28epan: add missing include.Dario Lombardo1-0/+1
2019-01-28IEEE1609dot2: Use GUINT_TO_POINTER/GPOINTER_TO_UINT to store a guint32Anders Broman3-15/+11
2019-01-28BER: don't use invalid time offsets.Dario Lombardo1-3/+5
2019-01-28couchbase: update list of HELLO featuresSergey Avseyev1-1/+4
2019-01-28wslua: Improve syntax error messageStig Bjørlykke1-3/+3
2019-01-28lua: fix build with Lua 5.1 due to missing LUA_OK macroPeter Wu1-1/+1
2019-01-28dfilter: fix memory leaks on dfilter compile errors involving a setPeter Wu2-5/+13
2019-01-28dfilter: fix memory leaks if a dfilter fails to compilePeter Wu4-2/+27
2019-01-28wslua: include Lua stack trace in startup error messagesPeter Wu1-6/+28
2019-01-28funnel: Fix memleaks in funnel_remove_menuStig Bjørlykke3-1/+8
2019-01-28rpc: don't set fence on COL_PROTOCOL.Dario Lombardo1-6/+5
2019-01-28GBCS: Increment offset before subtracting lengthMartin Boye Petersen1-5/+5
2019-01-28TDS: Fix colmetadata handling of Text and Image typesCraig Jackson1-57/+71
2019-01-27opa-mad: Fixed bfrctrl and portinfo multiblock paddingGoldman, Adam1-21/+26
2019-01-27TCP: pass data after a ZeroWindowProbe to subdissectorsPeter Wu1-0/+23
2019-01-27TCP: do not mark data following a ZeroWindowProbe as retransmissionPeter Wu1-0/+11
2019-01-27wslua_pinfo: fix memleaks on setting addresses in PinfoPeter Wu1-1/+5
2019-01-27wslua: fix memleak of unregistered ProtoField fieldPeter Wu2-2/+21
2019-01-27wslua: fix memleaks related to Proto and PrefPeter Wu6-46/+62
2019-01-27wslua_listener: fix memleak in tap packet callbackPeter Wu1-1/+4