aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-09CMake: Build an application bundle (Wireshark.app) on OS X.Gerald Combs3-39/+85
2014-10-09Eliminate proto_tree_add_text from packet-lmp.cMichael Mann1-301/+251
2014-10-09Add Dissection of MA packets over UDPSean O. Stalley1-3/+14
2014-10-09Eliminate proto_tree_add_text from packet-nbns.cMichael Mann3-238/+261
2014-10-09[BACnet][trivial] change strings as per Bug 9640Anish Bhatt1-2/+2
2014-10-09Lua: Improved TreeItem:add documentation.Stig Bjørlykke1-9/+13
2014-10-09Make the OPEN_INFO_ values members of an enum.Guy Harris1-8/+6
2014-10-08Be less lazy about disabling a Visual C++ warning.Gerald Combs1-0/+4
2014-10-08Use WTAP_ERR_DECOMPRESS for decompression errors.Guy Harris1-4/+4
2014-10-08Fix --extcap-dlts call in extcap_example.py.Tomasz Moń1-1/+1
2014-10-08Only set err_info on an error, and use g_strdup_printf().Guy Harris1-6/+16
2014-10-08No need to set *err_info if there's no error.Guy Harris1-2/+0
2014-10-08Robopatch and remove #MISSING comments.Guy Harris2-4/+3
2014-10-08Use WTAP_ERR_BAD_FILE for malformed compressed data in DOS Sniffer files.Guy Harris3-29/+23
2014-10-08Make sure we don't dereference a null pointer.Gerald Combs2-8/+23
2014-10-08Fix a comment.Guy Harris1-1/+1
2014-10-08ANSI 683: Removed unused assignments.Stig Bjørlykke1-19/+0
2014-10-08"long" does not necessary mean "64-bit". Use G_GINT64_MODIFIER.Guy Harris1-1/+1
2014-10-08Try to speed up ping-dependent capture tests.Gerald Combs1-9/+14
2014-10-08Set err_info to null for errors that don't have an informaton string.Guy Harris2-2/+3
2014-10-08Remove redundant and erroneous debug log message.Tomasz Moń1-2/+0
2014-10-08DCERPC (DRSUAPI) Fix typo found on idl fileAlexis La Goutte2-9/+1
2014-10-08SIP Enhance dissecion of PATHJohan Wahl1-1/+51
2014-10-08elmi: Fix bug in message type codingAnish Bhatt1-1/+1
2014-10-08[tools] Add missing GPL license to generate-bacnet-vendors.pyAnish Bhatt1-0/+18
2014-10-08Qt capture interfaces dialogue string tweaksEvan Huus1-2/+2
2014-10-08Remove #pragma warning (MSVC) for PIDL generate dissectorAlexis La Goutte19-129/+3
2014-10-08Fix extcap boolean flag handling.Tomasz Moń1-3/+17
2014-10-08DCERPC DFS: Remove from Dirty PIDL listAlexis La Goutte2-3/+3
2014-10-08[bacnet] update vendors list, fix whitespace issues, all generated via scriptAnish Bhatt1-23/+24
2014-10-08Add support for LISP over TCP control messagesLorand Jakab4-0/+418
2014-10-07Provide an error message for WTAP_ERR_CANT_WRITE.Guy Harris1-1/+1
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris30-147/+61
2014-10-07Replace another file_read() call with wtap_read_bytes().Guy Harris1-8/+4
2014-10-07Close some memory leaks for bad K12 RF5 files.Guy Harris1-0/+13
2014-10-07[tools] add script to automatically generate bacnet vendorsAnish Bhatt1-0/+36
2014-10-07ANSI683: Fix mobile country code baseEvan Huus1-1/+1
2014-10-07GSM (bssmap): Fix Dead Store (Dead assignement/Dead increment) warning found ...Alexis La Goutte1-2/+0
2014-10-07Overhaul the filterability of packet-ansi_683.cMichael Mann5-2307/+1068
2014-10-07[iSCSI] Fix incorrect heuristic.Anish Bhatt1-3/+5
2014-10-07asn2wrs: Added support for #.SYNTAX_NEWStig Bjørlykke1-4/+12
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke5-50/+92
2014-10-07Add proper decoding for type field in OBEX headersMichał Orynicz1-1/+12
2014-10-07Make the code a bit more like the pre-new-APIs code.Guy Harris8-108/+50
2014-10-071.99.0 → 1.99.1.Gerald Combs5-9/+9
2014-10-07Revert "ASN1: Added support for using #.REGISTER_NEW"Gerald Combs5-92/+50
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke5-50/+92
2014-10-07Build 1.99.0.Gerald Combs4-77/+27320
2014-10-07Dissect an SVHDX Open Device Context that appears as an Extra Create ParameterRichard Sharpe1-3/+153
2014-10-07Make the code a bit more like the pre-API change code.Guy Harris1-6/+3