aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-09-11dfilter: Add membership operatorJeffrey Smith12-4/+286
2015-09-11usb: fix 'index' var nameDario Lombardo3-4/+4
2015-09-11snmp: fix 'time' var name.Dario Lombardo2-7/+7
2015-09-11lte/ui: fix 'time' var name.Dario Lombardo4-4/+4
2015-09-10Tell the user (via COL_INFO) when a frame is a fragment (reassembled later).Jeff Morriss1-0/+6
2015-09-10LTE RRC: catch bounds errors triggered by subdissectorsPascal Quantin1-16/+30
2015-09-10InfiniBand: fix dissection of MCMemberRecord JoinState fieldPascal Quantin1-1/+1
2015-09-10IPv6: Add new line for readabilityJoão Valverde1-0/+1
2015-09-10[GTPv2] Dissect F-Cause for FORWARD_RELOCATION_RESP in case of S1AP.AndersBroman1-27/+61
2015-09-10nfs: Fix compilation breakTom Haynes2-1/+2
2015-09-10IPv6: Rename 'dstopt_tree' variable in dissect_opts()João Valverde1-5/+5
2015-09-09Add the IAX2 Analysis dialog.Gerald Combs1-3/+3
2015-09-09GIOP: increase the maximum message size allowed to 10MBPascal Quantin1-4/+8
2015-09-09nfs: Add NFSv4.2 op LAYOUTERRORTom Haynes2-13/+42
2015-09-09nfs: Add support for the Flex File Layout Type in LAYOUTRETURNTom Haynes1-102/+261
2015-09-09nfs: Add NFSv4.2 op LAYOUTSTATSTom Haynes2-1/+165
2015-09-09nfs: Add NFSv4.2 op WRITE_SAMETom Haynes2-2/+87
2015-09-09nfs: Add NFSv4.2 op READ_PLUSTom Haynes2-2/+97
2015-09-09nfs: Add NFSv4.2 cb op CB_OFFLOADTom Haynes2-2/+21
2015-09-09nfs: Add NFSv4.2 op IO_ADVISETom Haynes2-2/+170
2015-09-09nfs: Add NFSv4.2 ops OFFLOAD_CANCEL and OFFLOAD_STATUSTom Haynes2-3/+36
2015-09-09nfs: Add NFSv4.2 op CLONETom Haynes2-3/+36
2015-09-09nfs: Add NFSv4.2 ops COPY and COPY_NOTIFYTom Haynes2-5/+256
2015-09-09nfs: Cleanup of FlexFiles Layout TypeTom Haynes1-26/+56
2015-09-09nfs: Add new attributes for NFSv4.2Tom Haynes1-1/+52
2015-09-09nfs: Add new error codes for NFSv4.2Tom Haynes2-3/+18
2015-09-09Fix some memory leaks when extracting a string from TVBPascal Quantin3-11/+9
2015-09-09packet-optommp.c add dest_ID support.John1-9/+62
2015-09-08Add the IPv6 DSCP value to the IP DSCP columnJoão Valverde1-0/+3
2015-09-08Detect mismatched ethertype protocol ID (IPv4) and encapsulated IP packet (IPv6)João Valverde2-3/+11
2015-09-08BGP: Update BGP Capability ListAlexis La Goutte1-2/+43
2015-09-08PluginIF: Parent menu and goto frameRoland Knall2-2/+45
2015-09-08Move some stuff into the only code path where it's used.Guy Harris1-11/+11
2015-09-08Add API to expose "expert info" summary.Michael Mann2-0/+21
2015-09-08Don't try to decrypt with an AES key shorter than 128 bits.Guy Harris1-0/+5
2015-09-07Add a new expert info type for decryption problems.Guy Harris2-0/+3
2015-09-07SSL: bugfix for raw public keys in certificate messageOlaf Bergmann1-31/+65
2015-09-06[Automatic update for 2015-09-06]Gerald Combs3-31/+233
2015-09-06SV: add an option to dissect seqData as PhsMeasPascal Quantin1-9/+110
2015-09-06OCSP: get rid of an evil global variablePascal Quantin1-11/+15
2015-09-05Fix comments in dissect_6lowpan_iphc_nhc()João Valverde1-3/+3
2015-09-04xip-serval: add support for XIP Serval packetsCody Doucette4-17/+482
2015-09-04Capitalize IPv6 extension headers ipprotostr()João Valverde1-5/+5
2015-09-04H223: fix will never be executed [-Wunreachable-code]Alexis La Goutte1-3/+1
2015-09-04Coverity CID 1167971-1167974: constant expressions in wslua_int64Hadriel Kaplan1-4/+9
2015-09-04Insert correct padding in RFC 6282 IPHC headersKevin Bracey1-3/+24
2015-09-04BGP: Fix typoguydavies1-1/+1
2015-09-03Declare col_get_text() as WS_DLL_PUBLICPascal Quantin1-1/+1
2015-09-03Lua: Check if having listeners before removeStig Bjørlykke1-1/+1
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann11-58/+58