summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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-02Do not try to display a value_string for FT_FRAMENUM typePascal Quantin2-2/+2
2015-07-02Have RPC dissector use real dissector tables for its subdissectors instead of...Michael Mann35-154/+131
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 Mann2-50/+18
2015-07-02Replace RPC "dissect_function_t" function signature with "new style" dissecto...Michael Mann30-895/+1091
2015-07-02Lemon: Update lemon toolsAlexis La Goutte4-4/+4
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-01add function guid_cmp() to compare guidsGregor Beck2-0/+18
2015-07-01smb2: dissect FSCTL_PIPE_WAITGregor Beck1-0/+41
2015-07-01proto.c : fix indentAlexis La Goutte1-1/+1
2015-06-30Set the PHY value when providing our own metadata structure.Guy Harris1-0/+6
2015-06-30Use ws_fstat64() to determine the size of an open file.Guy Harris1-16/+19
2015-06-29ssl: test for file type before reading key filePeter Wu1-0/+7
2015-06-29Don't free col_item->col_data.Gerald Combs1-1/+1
2015-06-29[GSM DTAP]: fix indent (use 4 spaces)Alexis La Goutte1-1/+1
2015-06-29[FIP] Use value_string_ext for fip_desc_types.AndersBroman1-2/+3
2015-06-29[GSM DTAP] Add Sequence number for Non call related SS messages.Anders1-1/+2
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann4-256/+282
2015-06-28"Short preamble" is 802.11[bg]-only, so put it in the PHY-specifc info.Guy Harris3-44/+65
2015-06-28If we don't know whether STBC is being used, we don't know NSTS.Guy Harris1-8/+13
2015-06-28If we don't know whether STBC is being used, we don't know NSTS.Guy Harris1-8/+13
2015-06-28The two bits of NESS are numbers, not Booleans.Guy Harris1-4/+2
2015-06-28We only have the short preamble flag if we have a Flags field.Guy Harris1-9/+32
2015-06-28[Automatic update for 2015-06-28]Gerald Combs3-5/+141
2015-06-28ISAKMP: consistently use two-space indentation (as per modelines). Also adde...Martin Mathieson1-1065/+1055
2015-06-27Quick and dirty overflow checking.Guy Harris1-4/+29
2015-06-27ipsec: correct some format specifiersMartin Mathieson1-9/+9
2015-06-27bacapp: cleanup and remove some add_textEvan Huus1-69/+71
2015-06-27Avoid some Visual Studio Code Anaylzer warningsMartin Mathieson2-3/+3
2015-06-27Handle the VHT flavor of the HT Control field.Guy Harris1-57/+266
2015-06-27(trivial) daap: remove if(tree) and return; at the end of a functionMartin Kaiser1-6/+3
2015-06-27Handle a "should not happen" case, to squelch compiler warnings.Guy Harris1-0/+4
2015-06-27Use the PHY type in the radio information to recognize HT packets.Guy Harris2-34/+35
2015-06-26RTP: create conversation when using heuristic dissectorPascal Quantin1-0/+24