aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-07-07ixveriwave: comment pcp_type variable as it is not used yetPascal Quantin1-3/+3
2015-07-07Use the NSS provided by the Ixia Veriwave hardware.Guy Harris3-10/+32
2015-07-07Revert "diameter: convert some GArrays to epan wmem_arrays"Evan Huus1-28/+23
2015-07-07MySQL: dissector adds packet content to INFO column without scrubbing itHadriel Kaplan1-4/+9
2015-07-06GTP fixes: RAB setup and PDP context prioLuca Melette1-2/+6
2015-07-06[ieee80211] Fix proto_tree_add_item() reversed offset,length argsBill Meier1-1/+1
2015-07-06Add some comments.Guy Harris2-0/+8
2015-07-05Associate the file-mp4 dissector with the audio/mp4 MIME typeTyson Key1-0/+1
2015-07-05RPC: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
2015-07-04diameter: convert some GArrays to epan wmem_arraysEvan Huus1-23/+28
2015-07-04scsi-osd: initialize the entire extra_data structEvan Huus1-4/+1
2015-07-04Add support for dissecting Notify Responses based on the SMB2 spec. Tested withRichard Sharpe1-2/+80
2015-07-04store tcp/udp port names in epan scopeEvan Huus2-2/+2
2015-07-04ansi_map: fix float literals missing f suffixEvan Huus1-2/+2
2015-07-04asn1: split off cleanup routinesPeter Wu17-143/+172
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 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-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-03rpc: use direct hashing rather than malloced intsEvan Huus1-20/+16
2015-07-03Convert BOOTP/DHCP tap stats to new "generic stat API".Michael Mann1-0/+89
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann2-5/+284
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 Mathieson1-9/+19
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 Harris2-160/+160
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 Harris1-0/+3
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-02Have RPC dissector use real dissector tables for its subdissectors instead of...Michael Mann35-154/+131
2015-07-02Have RPC program hash table use native gtk hash functions.Michael Mann2-50/+18
2015-07-02Replace RPC "dissect_function_t" function signature with "new style" dissecto...Michael Mann30-895/+1091
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-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-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-01smb2: dissect FSCTL_PIPE_WAITGregor Beck1-0/+41