summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-03plugins: add cleanup routinescleanup_routinePeter Wu6-26/+40
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu11-82/+60
2015-07-03Split four more init routines into init/cleanupPeter Wu4-103/+45
2015-07-03ssl,dtls: split init/cleanup routinesPeter Wu4-32/+47
2015-07-03Split more init routines into init/cleanup functionsPeter Wu13-176/+152
2015-07-03Split init routine into init/cleanup for more dissectorsPeter Wu3-76/+44
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu36-199/+257
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu49-8/+329
2015-07-03asn1: split off cleanup routinesPeter Wu34-251/+307
2015-07-03packet: add cleanup routines supportPeter Wu3-20/+30
2015-07-03bootp: try to fix OSX builtbotMartin Mathieson1-2/+2
2015-07-03DHCP: Lookup OUI for TR111 suboption. Also add Ubiquisys OUI to oui_vals.Martin Mathieson3-9/+21
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