aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier54-1282/+1978
2014-10-12DCERPC: Remove DIRTY_PIDL_DISSECTOR_SRCAlexis La Goutte3-16/+4
2014-10-12PIDL (DCERPC misc): enhance dissectorAlexis La Goutte4-159/+17
2014-10-12ISUP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
2014-10-12LMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-10-12Add back get_uinteger for boolean_type.Stig Bjørlykke1-1/+1
2014-10-12[Automatic manuf, services and enterprise-numbers update for 2014-10-12]Gerald Combs4-17/+212
2014-10-12E-LMI: add what seems to be a missing break (Coverity CID 1245648)Pascal Quantin1-0/+1
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack12-62/+109
2014-10-12Add support for NTTIME_hyper and NTTIME_1secMatthieu Patou5-9/+39
2014-10-11Use the wtap_read_bytes{_or_eof}() routines.Guy Harris1-77/+57
2014-10-11Use variable name 'len' when handling length.Stig Bjørlykke1-17/+17
2014-10-11Use the count-of-records fields to figure out how many records to read.Guy Harris1-98/+134
2014-10-11Add dissection of MIDL_NDRHEADERBLOB used in drsuapi and some other protocolsMatthieu Patou2-0/+66
2014-10-11CMake: Don't add Custom.make to the bundle.Gerald Combs1-0/+1
2014-10-10Dissection of sid28 needs null check.Michael Mann1-2/+2
2014-10-10Update READMEs to reflect recent CMake environment changes.Gerald Combs3-18/+33
2014-10-10Use names more like the other names in open_info.Guy Harris1-62/+91
2014-10-10DNP3 Protocol Bugfix / Enhancementcbontje1-14/+17
2014-10-10[ELMI] Add missing information elements, add support for sub-information elem...Anish Bhatt1-2/+307
2014-10-10Remove (almost all) proto_tree_add_text calls in ISUP dissector.Michael Mann6-476/+522
2014-10-10NCP: switch to wmem memory and ensure that all fields are initializedPascal Quantin1-7/+7
2014-10-10Version 3 has only absolute timestamps; don't set nsg_creltime.Guy Harris1-5/+7
2014-10-10GSM MAP: fix detection of SMS direction when application context version is < 3Pascal Quantin3-18/+16
2014-10-10CMake: Bundle the "share" directory files and directories.Gerald Combs1-29/+75
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