aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier43-516/+1064
2014-10-10GTPv2: Presence-Reporting-Area-Elements-List do full dissection of ECGIAndersBroman1-47/+72
2014-10-10wtap_file_read_till_separator() can return values other than 1 on success.Guy Harris1-1/+1
2014-10-10Fix some more int-to-enum conversion complaint.Guy Harris1-4/+10
2014-10-10CMake: Bundle our libraries.Gerald Combs3-1/+18
2014-10-10Add back a value_string conversion lost in g58cc452.Gerald Combs1-1/+1
2014-10-10Oops, missed one.Guy Harris1-1/+1
2014-10-10Don't treat int return values as valid wtap_open_return_val values.Guy Harris1-8/+10
2014-10-10Cast size_t to to gulong as the length argument to g_snprintf().Guy Harris1-3/+3
2014-10-10Fix declared types of open routines.Guy Harris48-49/+49
2014-10-09CMake: Bundle our plugins.Gerald Combs14-42/+168
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris52-529/+521
2014-10-09Kerberos: fix decryption of DCERPC with Kerberos encryptionPascal Quantin2-15/+17
2014-10-09Kerberos: remove debug logs when loading a keytabPascal Quantin2-13/+3
2014-10-09GTPv2: fix an infinite loopPascal Quantin1-1/+1
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