summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-03[WIP] x509af: dissect subjectPublicKeyx509-subjectpublickeyPeter Wu6-18/+109
2015-07-03[smb2] Update some commentsBill Meier1-13/+13
2015-07-03Move some frame control field #defines to a header and use them elsewhere.Guy Harris3-193/+193
2015-07-03Fix address resolution for columns.Guy Harris5-69/+80
2015-07-02LLDP: fix dissection of Power Class fieldPascal Quantin1-1/+11
2015-07-02Add proper "Decode As" mechanism for NFS file handles instead of preference.Michael Mann1-89/+71
2015-07-02PEEKREMOTE: ensure to initialize mandatory fields in info_11ac structurePascal Quantin1-0/+5
2015-07-02Remove more unnecessary null checks.Guy Harris1-14/+4
2015-07-02Remove check for null bluetooth_data.Guy Harris1-8/+3
2015-07-02Interpret reserved fields netscaler header.anilkumar9111-0/+35
2015-07-02Zero out the nss array when we don't have the 802.11ac information we need.Guy Harris2-0/+6
2015-07-02ixveriwave: fix what seems to be a copy/paste errorPascal Quantin1-1/+1
2015-07-02RPC: do not add a protocol without dissection function to the dissector tablePascal Quantin1-1/+1
2015-07-02Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hidesAndersBroman10-36/+36
2015-07-02Do not try to display a value_string for FT_FRAMENUM typePascal Quantin2-2/+2
2015-07-02Update Debian symbols for recent packet API additions.Michael Mann1-0/+1
2015-07-02Update libwireshark0.symbolsAndersBroman1-1/+52
2015-07-02Try to fix OSX build bootAndersBroman1-4/+4
2015-07-02opcua dissector: Add DefaultXml encoding IDsHannes Mezger2-4/+163
2015-07-02Have RPC dissector use real dissector tables for its subdissectors instead of...Michael Mann36-158/+139
2015-07-02Add support for a "custom" dissector table. This allows for a "custom" (not ...Michael Mann2-0/+115
2015-07-02Have RPC program hash table use native gtk hash functions.Michael Mann3-54/+22
2015-07-02Replace RPC "dissect_function_t" function signature with "new style" dissecto...Michael Mann30-895/+1091
2015-07-02Lemon: Update lemon toolsAlexis La Goutte10-655/+801
2015-07-02opcua dissector: Fix display of status code in error messageHannes Mezger1-1/+1
2015-07-02Revert "SMB2 - An out-of-order entry in smb2_ioctl_vals[] causes run-time err...Alexis La Goutte1-5/+0
2015-07-02SMB2 - An out-of-order entry in smb2_ioctl_vals[] causes run-time error.cturney1-0/+5
2015-07-02Fix Buffer overrun while writing to 'airpcap_dir_utf16': the writableAndersBroman1-2/+2
2015-07-02Try to fix warning C6340: Mismatch on sign: 'short' passed as _Param_(2) when...AndersBroman1-1/+1
2015-07-02fixed spelling errors in Omron FINS packet dissectorPatrick1-3/+3
2015-07-01PMPROXY: avoid doing an invalid memory access when no token was foundPascal Quantin1-6/+7
2015-07-01Give instructions for installin Chcocolatey's Win flex-bison.Guy Harris1-1/+8
2015-07-01NAS EPS: upgrade dissector to v12.9.0Pascal Quantin1-3/+3
2015-07-013GPP NAS: upgrade dissector to v12.10.0Pascal Quantin2-4/+34
2015-07-01Sort smb2_ioctl_vals[] numerically.Guy Harris1-1/+1
2015-07-01add WERR_INVALID_STATE & WERR_TIMEOUTGregor Beck1-0/+2
2015-07-01add function guid_cmp() to compare guidsGregor Beck2-0/+18
2015-07-01smb2: dissect FSCTL_PIPE_WAITGregor Beck1-0/+41
2015-07-01opcua dissector: Fix parsing of 7 byte numeric service NodeIds.Gerhard Gappmeier1-2/+2
2015-07-01Try to fix some warnings from Visual Studio Code Analysis.AndersBroman1-5/+5
2015-07-01proto.c : fix indentAlexis La Goutte1-1/+1
2015-07-01Don't assume the source directory's path has no spaces in it.Guy Harris1-3/+3
2015-07-01Explicitly check for DCE/RPC dissector name in the Decode As dialog because i...Michael Mann1-3/+2
2015-06-30Disable overlay scrollingPeter Hatina1-0/+3
2015-06-30Put quotes into xcopy command and note that it might need privileges.Guy Harris1-2/+4
2015-06-30Set the PHY value when providing our own metadata structure.Guy Harris1-0/+6
2015-06-30Fix setting widget visibility when changing the layout.Gerald Combs1-18/+7
2015-06-30Use ws_fstat64() to determine the size of an open file.Guy Harris3-35/+37
2015-06-29ssl: test for file type before reading key filePeter Wu1-0/+7
2015-06-29plugins/mate: fix some memleaksPeter Wu3-8/+13