aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris20-91/+109
2015-03-25OK, this appears to be what's intended.Guy Harris1-4/+29
2015-03-25Clean up handling of buffer size.Guy Harris1-40/+40
2015-03-25Generate format strings at compile time.Guy Harris1-20/+20
2015-03-25Replace HF_EMPTY and ETT_EMPTY with -1Michael Mann4-128/+124
2015-03-25convert proto_tree_add_uint -> proto_tree_add_itemMichael Mann1-61/+52
2015-03-24Win32: Compilation error if winpcap remote capturing disabledRoland Knall1-1/+3
2015-03-24Since g2ef72cb, plugins are no more stored in plugins/$VERSION folderPascal Quantin3-50/+4
2015-03-24Q931: Dissect IEC/ISO cause coding standard as ITU-TMikhail Koreshkov1-1/+8
2015-03-24ftsanity.py: make it work with modern tsharkPeter Wu4-38/+30
2015-03-24checklicenses.py: add python3 compatibilityPeter Wu1-21/+24
2015-03-24http2: fix dissection over TLSEdward Dao1-4/+13
2015-03-24Overhaul WSP dissector.Michael Mann3-1950/+1852
2015-03-24wcp: add validations to decompressed_entryEvan Huus1-2/+31
2015-03-23GSM RLC/MAC: fix an out of bounds accessPascal Quantin1-1/+1
2015-03-23Centralize the code to set the active_dlt value for a device.Guy Harris5-24/+66
2015-03-22Update libwireshark0.symbols filePascal Quantin1-2/+3
2015-03-22delete_includes.py: Python 3 compatibilityPeter Wu1-44/+40
2015-03-22[Automatic manuf, services and enterprise-numbers update for 2015-03-22]Gerald Combs4-60/+305
2015-03-22IPv6: fix using extended field designator is an extension [-Wextended-offsetof]Alexis La Goutte1-24/+20
2015-03-22Remove proto_tree_add_text from packet-ospf.cMichael Mann1-89/+136
2015-03-21IPv6: fix indent (use 4 spaces) and Modelines infoAlexis La Goutte1-91/+104
2015-03-21Replace copying of packet_info with just saving fragmented member of packet_i...Michael Mann1-5/+3
2015-03-21Proto.h: fix parameter 'err' not found in the function declaration [-Wdocumen...Alexis La Goutte1-1/+0
2015-03-21Rename update_interface_list() and remove local interface code from it.Guy Harris1-25/+15
2015-03-21Updated sercos discriptor CP0 for MDT0 and AT0janssend1-145/+225
2015-03-20MQTT: Prevent subsequent messages from overwriting the Info columnAlexander Stein1-1/+3
2015-03-20MQTT: Dissect on default port automaticallyAlexander Stein1-1/+1
2015-03-20DMP: Make dmp.body.data FT_BYTESStig Bjørlykke1-3/+4
2015-03-20MBIM: use proto_tree_add_item_ret_uintPascal Quantin1-281/+151
2015-03-20(Benign) Fix warning [-Werror=logical-not-parentheses] (GCC 5.0.0)Bill Meier1-2/+2
2015-03-20Reduce epan dependence on dissectors by having print module "cache" the proto...Michael Mann10-58/+28
2015-03-201.99.5 → 1.99.6.Gerald Combs10-14/+14
2015-03-19Build 1.99.5.Gerald Combs3-2098/+41
2015-03-19Try to fix interface property fetching.Gerald Combs1-11/+6
2015-03-19Revert "Revert "TCP: tabs -> spaces""Gerald Combs1-8/+8
2015-03-191.99.4 → 1.99.5.Gerald Combs10-14/+14
2015-03-19Revert "TCP: tabs -> spaces"Gerald Combs1-8/+8
2015-03-19TCP: tabs -> spacesPascal Quantin1-8/+8
2015-03-19Build 1.99.4.Gerald Combs3-5144/+1372
2015-03-19Add a couple of items to the release notes.Gerald Combs1-0/+8
2015-03-19Implement proto_tree_add_item_ret_int() and proto_tree_add_item_ret_uint() whichAndersBroman6-15/+144
2015-03-19Netflow/Ipfix: Add Citrix Netscaler AppFlowUli Heilmeier2-2/+1499
2015-03-19Replace enumerated preference for choosing subdissector with a subdissector t...Michael Mann4-54/+63
2015-03-19Make the snapshot-length member of interface_t an int.Guy Harris2-3/+1
2015-03-19Eliminate decode_bitfield_value from "public" use.Michael Mann4-14/+11
2015-03-19Fix another call to capture_dev_user_snaplen_find().Guy Harris1-2/+3
2015-03-19Squelch a "no implicit conversions in C++" warning.Guy Harris1-1/+1
2015-03-19Fix extracting of parameter.Guy Harris1-9/+9
2015-03-19Fix a comment.Guy Harris1-1/+1