aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-07-19There are some undefined symbols in the code: comment outJörg Mayer1-2/+2
the problematic code parts. svn path=/trunk/; revision=38118
2011-07-19Back out parts of 38112, as pointed out by Stig Bj\370rlykke:Jörg Mayer3-4/+4
The changes in profile_dlg.c, uat_gui.c and new_packet_list.c does not work. The tooltip is not displayed, and it's not possible to get the context menu from a column header in the packet list. ... I guess gtk_tree_view_column_get_widget() does not return column->button, which is the widget we use. svn path=/trunk/; revision=38117
2011-07-19Martin Mathieson: gtk_table_get_size() was only introduced in gtk 2.22Jörg Mayer1-0/+4
svn path=/trunk/; revision=38116
2011-07-19From Pradip Biswas, bug 6127 - Added Decode for RRC BCCH (BCH and DL_SCH) ↵Martin Mathieson4-12/+18
messages on RLC-over-UDP. Add separate codes/cases for BCH-over-BCH and BCH-over-DLSCH. svn path=/trunk/; revision=38115
2011-07-19Pull WIRESHARK_LIBS from the system environment if it's available.Gerald Combs1-0/+3
svn path=/trunk/; revision=38114
2011-07-19Get rid of direct access to struct GtkToggleButtonJörg Mayer6-44/+44
svn path=/trunk/; revision=38113
2011-07-19Fix access to the following stuctures:Jörg Mayer5-7/+7
GtkCheckMenuItem GtkTable GtkTreeViewColumn svn path=/trunk/; revision=38112
2011-07-19Get rid of all GtkAdjustment element accesses. Fix a bugJörg Mayer4-2/+52
introduced when fixing this stuff for rtp_player.c svn path=/trunk/; revision=38111
2011-07-19Based on the information provided by Steve Karg via -dev, change all ↵Chris Maynard1-33/+33
occurrences of ENC_LITTLE_ENDIAN to ENC_BIG_ENDIAN. Ref: http://www.wireshark.org/lists/wireshark-dev/201107/msg00305.html svn path=/trunk/; revision=38110
2011-07-19Get the interfaces list from the Capture / Interfaces list in syncMichael Tüxen4-214/+74
when using the capture / start menu item. Obtained from Irene Ruengeler. svn path=/trunk/; revision=38109
2011-07-19Fix some errors when compiling with -DGSEAL_ENABLE.Jörg Mayer1-1/+21
svn path=/trunk/; revision=38108
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke33-558/+433
svn path=/trunk/; revision=38107
2011-07-19Use ENC_LITTLE_ENDIAN rather than TRUE in proto_tree_add_item() calls. Guy Harris1-34/+33
(Yes, that means that all but one call uses ENC_LITTLE_ENDIAN, and one uses ENC_BIG_ENDIAN. I guess that's how the protocol works....) svn path=/trunk/; revision=38106
2011-07-19From Michael Mann via bug 5769: In fDevice_Instance(), add field in properChris Maynard1-1/+1
big-endian byte order. Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5769 svn path=/trunk/; revision=38105
2011-07-19Work around an annoying problem caused by the collision of GNU gettext'sGuy Harris1-1/+8
configure script's attempts to deal with AIX 4 and Lion and/or Xcode 4's dealings with Fortify. svn path=/trunk/; revision=38104
2011-07-19At the request of Tony Trinh on -dev, set(CMAKE_VERBOSE_MAKEFILE OFF)Chris Maynard1-2/+2
Ref: http://www.wireshark.org/lists/wireshark-dev/201107/msg00156.html svn path=/trunk/; revision=38103
2011-07-18Add instructions how to use the database offline (taken fromJörg Mayer1-0/+3
an explanation by Chris Maynard) svn path=/trunk/; revision=38098
2011-07-18Add a comment how to actually use the protocol help.Jörg Mayer1-1/+9
svn path=/trunk/; revision=38097
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier10-117/+61
svn path=/trunk/; revision=38095
2011-07-18Update status file to current state and statisticsJörg Mayer1-12/+6
svn path=/trunk/; revision=38093
2011-07-18Fix some trivial cases of gdk-deprecated warnings. The remainingJörg Mayer2-3/+3
ones have to be fixed by someone who understands the code. svn path=/trunk/; revision=38092
2011-07-18Ignore interfaces without a name.Michael Tüxen1-0/+3
svn path=/trunk/; revision=38091
2011-07-18Make a check a bit more pedantic.Michael Tüxen1-1/+2
svn path=/trunk/; revision=38090
2011-07-18Make sure that the Capture/Start menue item will always use theMichael Tüxen3-11/+109
same interfaces as selected in the Main Welcome Window. svn path=/trunk/; revision=38087
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-13/+12
svn path=/trunk/; revision=38086
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier9-59/+25
svn path=/trunk/; revision=38085
2011-07-18Get --enable-ui-manager working.Michael Tüxen1-2/+2
svn path=/trunk/; revision=38084
2011-07-18Small comment update: GtkItemFactory has been deprecated as of gtk 2.4Jörg Mayer1-1/+2
(aka close to forever). svn path=/trunk/; revision=38083
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier5-183/+179
svn path=/trunk/; revision=38082
2011-07-18Add option --enable-uimanager to mimic cmake -DUI_MANAGER=ONJörg Mayer1-0/+12
svn path=/trunk/; revision=38081
2011-07-18Add instructions how to work with "git svn" instead of "svn"Jörg Mayer1-1/+29
svn path=/trunk/; revision=38080
2011-07-18Update STATUS.gtk3Jörg Mayer3-18/+20
Make linking with stubbed out proto_help functions really work. Add a comment to proto_help that its functionality will be lost once we make the ui-manager code default unless someone cares enough to fix it. Enable -DGTK_DISABLE_DEPRECATED iff building with ui-manager. svn path=/trunk/; revision=38079
2011-07-18Prevent error about undefined function while linking.Jörg Mayer1-1/+4
svn path=/trunk/; revision=38078
2011-07-18For UL retx, show links forward to next Tx as well as backwards to previous.Martin Mathieson1-17/+65
svn path=/trunk/; revision=38077
2011-07-18Add a generated field for the number of NACKs in an AM status PDU.Martin Mathieson1-0/+9
svn path=/trunk/; revision=38076
2011-07-17We don't have an "--enable-osxapp" configure option; update a comment.Guy Harris1-3/+7
svn path=/trunk/; revision=38075
2011-07-17Get rid of the .pkg and .dmg with "make clean".Guy Harris1-1/+2
svn path=/trunk/; revision=38074
2011-07-17Handle versions of GTK+ where gdk-pixbuf is a separate library.Guy Harris1-2/+31
svn path=/trunk/; revision=38072
2011-07-17Cleanup and indent in Makefile.Stig Bjørlykke1-10/+7
svn path=/trunk/; revision=38071
2011-07-17Check for a valid wspy_dissectors disectory to avoid a warning if missing.Stig Bjørlykke1-0/+5
svn path=/trunk/; revision=38070
2011-07-17[Automatic manuf, services and enterprise-numbers update for 2011-07-17]Gerald Combs2-8/+161
svn path=/trunk/; revision=38067
2011-07-17Include Cairo lib to be able to use caro functions.Anders Broman1-0/+1
svn path=/trunk/; revision=38066
2011-07-17Repair "Follow TCP Stream" which got broken by my change in SVN 38056Sake Blok2-16/+19
Mental note: Try to not do half work ;-) svn path=/trunk/; revision=38065
2011-07-16Improved check for valid custom column in preferences.Stig Bjørlykke1-2/+8
This fixes bug 6131. svn path=/trunk/; revision=38064
2011-07-16Remove redundant code.Michael Tüxen1-6/+4
svn path=/trunk/; revision=38063
2011-07-16Use correct plausability check.Michael Tüxen1-1/+1
svn path=/trunk/; revision=38062
2011-07-16Add option for USE_THREADS.Michael Tüxen2-0/+5
svn path=/trunk/; revision=38061
2011-07-16Use threads per default. Same as on Windows.Michael Tüxen1-2/+2
svn path=/trunk/; revision=38060
2011-07-16Use the threads based workaround only on windows (with thread support enabled),Michael Tüxen1-34/+34
since the workaround is only intended to work on windows. svn path=/trunk/; revision=38059
2011-07-16Provide information regarding thred support.Michael Tüxen1-0/+5
svn path=/trunk/; revision=38058