aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-06-20Pretyfy APN display and make it filterable as a string.Anders Broman3-9/+87
svn path=/trunk/; revision=37731
2011-06-20AttachConsole() needs _WIN32_WINNT 0x0500.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=37730
2011-06-20Some fixes to UM sequence analysis.Martin Mathieson1-15/+21
svn path=/trunk/; revision=37729
2011-06-20Add back support for building with MSVC2005 (and older).Stig Bjørlykke1-0/+3
svn path=/trunk/; revision=37728
2011-06-20Add some statisticsJörg Mayer2-2/+76
svn path=/trunk/; revision=37727
2011-06-20Migration to gtk2 has been completed, delete the status file.Jörg Mayer2-54/+26
Migration to gtk3 has just begun: add a status file. svn path=/trunk/; revision=37726
2011-06-20Add some compiler flags that allow for gtk3 upward compatibilityJörg Mayer1-0/+20
checking while compiling on gtk2. Most are disabled. svn path=/trunk/; revision=37725
2011-06-20Remove some unneeded #includes;Bill Meier1-153/+158
Use consistent indentation; Reformat some long lines. svn path=/trunk/; revision=37724
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier14-37/+39
(Code commented out since it may be required in the future (at least in some cases). svn path=/trunk/; revision=37723
2011-06-20GTK3 fixes:Jörg Mayer13-2/+38
- Replace 2 cases where GtkObject was used (no longer exists in GTK3) - Whenever gdkkeysyms.h is included also include gdkkeysyms-compat.h iff we are building against gtk3 svn path=/trunk/; revision=37722
2011-06-19Show and and a filter to non-zero ACK numbers and URG pointers whenever ↵Sake Blok1-5/+24
their respective flags are not set. As discussed at Sharkfest with Laura Chappell (OK Laura, go ahead and create some more butt-ugly filters now!). svn path=/trunk/; revision=37721
2011-06-19Make creating a display filter from a custom column defined as integer withStig Bjørlykke1-12/+20
strings and BASE_NONE equal to selecting the filter from the tree entry. svn path=/trunk/; revision=37720
2011-06-19More newbie information:Jörg Mayer1-2/+6
- The developer tools are called Xcode. Add link how to install developer's tools (posted by Tony Trinh) svn path=/trunk/; revision=37719
2011-06-19 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier4-41/+31
Also: whitespace cleanup. svn path=/trunk/; revision=37718
2011-06-19Readability improvements for Mac newbiesJörg Mayer1-5/+5
- Add version numbers to the code names. - Remove Darwin and just use Mac OS. svn path=/trunk/; revision=37717
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier36-97/+21
svn path=/trunk/; revision=37716
2011-06-19Update for current reality, and give some more details.Guy Harris1-82/+23
svn path=/trunk/; revision=37714
2011-06-19Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2409/+2412
Use 2-space indenting svn path=/trunk/; revision=37712
2011-06-19Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-67/+56
svn path=/trunk/; revision=37711
2011-06-19Try to fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6029Anders Broman1-1/+1
Wireshark crashes when entering anything in capture filter textbox svn path=/trunk/; revision=37709
2011-06-19[Automatic manuf, services and enterprise-numbers update for 2011-06-19]Gerald Combs2-9/+270
svn path=/trunk/; revision=37708
2011-06-19UI_MANAGER: #if 0 out add_menu_item as it is not used yet(?).Jörg Mayer2-3/+3
Move menu.c back to the list of clean files. svn path=/trunk/; revision=37707
2011-06-19Revert r37702 in favour of r37705 for bug 6035.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=37706
2011-06-19Handle BASE_NONE as BASE_DEC for filter expression in custom columns.Stig Bjørlykke1-0/+1
This fixes bug 6035. svn path=/trunk/; revision=37705
2011-06-19Mark parameters as unused when MAIN_MENU_USE_UIMANAGER.Anders Broman1-7/+17
svn path=/trunk/; revision=37704
2011-06-19Add missing part of menu.c checkin for UI manager code.Anders Broman2-0/+10
svn path=/trunk/; revision=37703
2011-06-18Use BASE_DEC for expert.group and expert.severity.Stig Bjørlykke1-2/+2
This fixes bug 6035. svn path=/trunk/; revision=37702
2011-06-17Add configure options to make change the default file formatJörg Mayer3-1/+9
from pcap-ng to pcap. Add a comment that GTK3 doesn't build yet. svn path=/trunk/; revision=37701
2011-06-17Added 'make osx-package' for building binary package for OSX.Stig Bjørlykke1-2/+3
Corrected text describing 'make svr4-package'. svn path=/trunk/; revision=37700
2011-06-17Added a note about Windows 2000.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=37699
2011-06-17Wireshark now builds and runs on Windows 7, but not on Windows 2000.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=37698
2011-06-17Set PCAP_NG_DEFAULT correct in config.h on win32.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=37697
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs10-8/+58
pcap. Add a "-P" capture option which tries to use pcap instead of pcap-ng ("-P" seemed to be the best option but we may want to use a different letter). Update the documentation and release notes. svn path=/trunk/; revision=37696
2011-06-17pflog: use BSD_AF_ defines from <epan/aftypes.h>.Jakub Zawadzki2-9/+7
svn path=/trunk/; revision=37695
2011-06-17Added some casts from spotlight_ntoh64 to guint.Stig Bjørlykke1-5/+5
svn path=/trunk/; revision=37694
2011-06-17Add the correct casts to make it compile on some old ERHL box.Anders Broman6-20/+20
svn path=/trunk/; revision=37693
2011-06-17From Gregor Beck via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6004Alexis La Goutte1-0/+31
dissect_nt_v2_ace: doesn't support ace type > 8 svn path=/trunk/; revision=37692
2011-06-17Added a cast from ieee802154_long_addr.addr (guint64) to guint.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=37691
2011-06-17Update IKEv2 to last IANA Parameters (2011-05-09)Alexis La Goutte1-3/+48
Add Notify Message Types of : * A Quick Crash Detection Method for IKE (RFC-ietf-ipsecme-failure-detection-08.txt) * Protocol Support for High Availability of IKEv2/IPsec (RFC-ietf-ipsecme-ipsecha-protocol-06.txt) svn path=/trunk/; revision=37690
2011-06-17Added cast to int for nstime_t.nsecs.Stig Bjørlykke1-8/+8
svn path=/trunk/; revision=37689
2011-06-17Preferences for x411 moved to p1.Stig Bjørlykke1-1/+4
svn path=/trunk/; revision=37687
2011-06-17From Roland Knall:Anders Broman1-29/+216
openSAFETY: Making the UDP ports configurable; Modbus/TCP support https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5999 svn path=/trunk/; revision=37686
2011-06-16Squelch some compiler warnings.Guy Harris4-9/+14
svn path=/trunk/; revision=37685
2011-06-16Squelch some compiler warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=37684
2011-06-16From Kevin Kayes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6026Alexis La Goutte1-1/+2
Enhance Snoop file reader to include 10Gbit datalink value svn path=/trunk/; revision=37683
2011-06-16Enhance Cisco CCX1 CKIP Information Element (133)Alexis La Goutte1-17/+31
svn path=/trunk/; revision=37682
2011-06-16Really print the rpcap username when logging, notMichael Tüxen1-3/+3
the rpcap password. This only affects remote capturing. svn path=/trunk/; revision=37681
2011-06-16Constify a return value, to squelch a compiler warning.Guy Harris2-3/+3
svn path=/trunk/; revision=37680
2011-06-16Attempt to squelch some compiler warnings.Guy Harris1-1/+3
svn path=/trunk/; revision=37679
2011-06-16Attempt to squelch some compiler warnings.Guy Harris1-2/+2
svn path=/trunk/; revision=37678