summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-22Use file extensions even more as a heuristic.Guy Harris1-3/+56
2015-02-22[Automatic manuf, services and enterprise-numbers update for 2015-02-22]Gerald Combs5-28/+248
2015-02-22Make FT_{U}INT{40,48,56,64} handle BASE_CUSTOM.Guy Harris1-85/+23
2015-02-22Set 64-bit signed values with proto_tree_set_int64().Guy Harris1-1/+1
2015-02-22Fetch values appropriately according to the value's type.Guy Harris1-4/+5
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann11-95/+80
2015-02-21Update Debian symbols list.Guy Harris1-1/+1
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris14-92/+94
2015-02-21Rename the slower-but-portable mempbrk to ws_mempbrk_portable_exec().Guy Harris3-6/+6
2015-02-21Move declarations of internal ws_mempbrk routines to a separate header.Guy Harris5-9/+35
2015-02-21More wrapping of constants with G_GUINT64_CONSTANT().Guy Harris1-18/+18
2015-02-21Update Debian symbols file.Guy Harris1-1/+5
2015-02-2164-bit constants need to be wrapped in G_G{U}INT64_CONSTANT().Guy Harris1-6/+6
2015-02-21The shortening to 32 bits is intentional, so add a cast.Guy Harris1-4/+4
2015-02-21Bluetooth/GUI: ATT: Use alphabetical order in makefileMichal Labedzki1-2/+2
2015-02-21Ftypes: Double: Minor fixesMichal Labedzki1-6/+8
2015-02-21Qt: Fix for QT < 4.8Michal Labedzki1-0/+4
2015-02-21Set phdr encap for pcap fileMichal Labedzki1-0/+2
2015-02-21Use correct mem scope for source address in Text LogcatMichal Labedzki1-1/+1
2015-02-21Fix GTK-sharkMichal Labedzki1-1/+1
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren26-465/+1725
2015-02-21Convert dissectors to use address_with_resolution_to_str instead of two separ...Michael Mann8-86/+82
2015-02-21checkAPIs: match packet-*.[ch], independent of localePeter Wu1-1/+1
2015-02-21Call pre_init_prefs each time our profile changes.Gerald Combs2-54/+67
2015-02-21Qt: Fix unsaved changes behavior.Gerald Combs3-10/+11
2015-02-20Clear the filter expression list in prefs.c.Gerald Combs6-13/+39
2015-02-20Qt: Apply the main window geometry directly.Gerald Combs1-51/+16
2015-02-20ui/gtk: fix control combos such as ctrl-a, ctrl-cPeter Wu1-2/+10
2015-02-20[Diameter] It's MCC first in 3GPP AVP 909 RAIAndersBroman1-9/+8
2015-02-20addr_resolv.c: fix a stack buffer overflow detected by ASANPascal Quantin1-1/+1
2015-02-20address_types.c: fix a "conditional jump or move depends on uninitialised val...Pascal Quantin1-1/+1
2015-02-20MQTT: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-15/+15
2015-02-20MCPE: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-02-20addr_resolv: Fix Dead Store (Dead assignement/Dead increment) warning found b...Alexis La Goutte1-11/+0
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs12-20/+58
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris12-15/+14
2015-02-20Qt: Fix automatic update status in welcome screen.Gerald Combs2-20/+21
2015-02-19Remove quotes from an Nmake macro.Gerald Combs1-1/+1
2015-02-19Qt: Add more version and packaging information to the main window.Gerald Combs8-11/+108
2015-02-19Rename packet-nbns.c to packet-nbt.c to reflect that it's not just NBNS.Guy Harris3-5/+4
2015-02-19[bmp] Adding dissector for BGP Monitoring ProtocolEbben Aries5-0/+835
2015-02-19libnl: disable pedantic warning of libnl libAlexis La Goutte2-0/+4
2015-02-19Qt Wireshark - Once a live capture is stopped the title bar persists in repor...Alexis La Goutte1-1/+1
2015-02-19openSAFETY: Merge both CT valuesRoland Knall1-9/+5
2015-02-19patch for PMIPv6 MAG GPS coordinatesOsman Sakalla1-9/+28
2015-02-19Bugfix in nbns dissector.Dario Lombardo1-3/+3
2015-02-19Documentation fix (reported by Richard Sharpe).Dario Lombardo1-4/+4
2015-02-19Add some casts to satisfy the various compilers.AndersBroman4-4/+4
2015-02-19Add some casts to satisfy the various compilers.Jeff Morriss2-4/+5
2015-02-19Add name resolution support to address type.Michael Mann18-147/+292