Commit graph

4568 commits

Author SHA1 Message Date
Jeff Morriss
14f2f93a35 s/#if DEBUG/#ifdef DEBUG/
svn path=/trunk/; revision=32302
2010-03-26 23:34:54 +00:00
Martin Mathieson
c40e31f2de Initialise a couple of variables to prevent gcc warnings.
svn path=/trunk/; revision=32267
2010-03-22 18:09:33 +00:00
Bill Meier
dabad92be6 Fix a gcc -Wshadow warning inadvertantly introduced in SVN #32262.
svn path=/trunk/; revision=32264
2010-03-22 15:18:06 +00:00
Bill Meier
245f3c1787 Rework code so File ! Merge file_type selection works and to remove use of global 'filetype'.
svn path=/trunk/; revision=32262
2010-03-21 19:26:32 +00:00
Bill Meier
42087e5593 Fix some gcc -Wshadow warnings.
svn path=/trunk/; revision=32261
2010-03-21 18:13:49 +00:00
Jaap Keuter
f8387d1240 Squelch GTK runtime warnings.
svn path=/trunk/; revision=32256
2010-03-20 23:00:23 +00:00
Bill Meier
9e89185da6 Bug Fix: File ! Save As (on *nix) causes a gtk_critical message.
ToDo:    Fix Filetype handling for File ! Merge so it works again; 
(These issues were inroduced in SVN #31950).

svn path=/trunk/; revision=32251
2010-03-20 20:41:50 +00:00
Guy Harris
d37fabf2f2 Squelch a compiler warning.
svn path=/trunk/; revision=32249
2010-03-19 22:38:17 +00:00
Jaap Keuter
0dd7ea4bdc Replace GtkCList by GtkTreeView.
svn path=/trunk/; revision=32248
2010-03-19 22:06:48 +00:00
Jaap Keuter
2187ab38e4 Time to drop the T38 analysis menu option.
svn path=/trunk/; revision=32237
2010-03-18 22:40:07 +00:00
Jörg Mayer
96779de920 cmake changes:
- Add checking for linker flags
- Install plugins with the name including the Wireshark version.
  This will make it easier to find matching plugin versions if
  files get just copied over.


svn path=/trunk/; revision=32231
2010-03-18 10:27:17 +00:00
Guy Harris
e7049f472b Squelch some compiler warnings (one of which would, I think, cause this
to fail with IBM XLC).

svn path=/trunk/; revision=32152
2010-03-09 01:46:17 +00:00
Anders Broman
1a855bfde2 From Andrej Kuehnal:
New feature: extract specified diameter AVPs from large capture files.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4560

svn path=/trunk/; revision=32132
2010-03-06 20:54:58 +00:00
Stig Bjørlykke
2f8830b4d0 From LEGO via bug 3459:
Add a callback to UAT to be called after the table has being updated,
use it to renew the snmp_ue_cache.

svn path=/trunk/; revision=32112
2010-03-04 12:50:18 +00:00
Guy Harris
167ab3a98c In Wireshark and TShark, run dumpcap to get interface lists and lists of
link-layer header types for interfaces; if special privileges are
necessary to open capture devices, Wireshark and TShark shouldn't have
those privileges, but dumpcap should.

svn path=/trunk/; revision=32104
2010-03-04 01:12:04 +00:00
Jaap Keuter
98d800bae8 Implementation of % bytes column.
Cleanup of souce code.

svn path=/trunk/; revision=32103
2010-03-03 23:04:06 +00:00
Guy Harris
4e6821c3aa Cast the result of the subtraction.
svn path=/trunk/; revision=32102
2010-03-03 21:44:41 +00:00
Guy Harris
b38e0bb589 Squelch MSVC compiler warnings - this should really be done better, e.g.
with routines that can display times with a specified precision.

svn path=/trunk/; revision=32101
2010-03-03 21:03:59 +00:00
Jaap Keuter
572534fd0f Remove one too many columns, causing havoc on display and sorting.
svn path=/trunk/; revision=32100
2010-03-03 21:01:41 +00:00
Jaap Keuter
130f1d1170 Allow for other time presentations.
svn path=/trunk/; revision=32099
2010-03-03 20:35:50 +00:00
Balint Reczey
e24d953fe1 Disable OID resolution and loading SMI modules by default.
Add an option to enable OID resolution.
Add an option to suppress errors reported by libsmi.

svn path=/trunk/; revision=32096
2010-03-03 17:19:30 +00:00
Jaap Keuter
905b2ea13a topic_menu_cb() used as callback returning gboolean. Thus make it so.
svn path=/trunk/; revision=32087
2010-03-02 21:21:38 +00:00
Guy Harris
ba5564f32e Squelch some compiler warnings, clean up indentation, clean up a
comment.

svn path=/trunk/; revision=32076
2010-03-02 00:06:20 +00:00
Martin Mathieson
e442f4e192 Use RLC inside MAC frames by default.
svn path=/trunk/; revision=32073
2010-03-01 22:53:28 +00:00
Anders Broman
bc5133f53f From Didier Gautheron:
Right align and numerically sort geoip latitude and longitude info.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4030

svn path=/trunk/; revision=32054
2010-02-28 20:56:21 +00:00
Martin Mathieson
9a1100ce5a Add 'missing SDUs' to tap info / RLC stats window.
Also includes typo fixes from Pascal Quantin.

svn path=/trunk/; revision=32049
2010-02-28 18:42:41 +00:00
Martin Mathieson
b4c327043b When tapping RLC PDUs contained in MAC frames, ignore PDUs that aren't in MAC frames.
svn path=/trunk/; revision=32043
2010-02-28 02:16:32 +00:00
Bill Meier
af69a7236a Use consistent indentation.
svn path=/trunk/; revision=32016
2010-02-26 15:08:12 +00:00
Bill Meier
a6b4ca6d61 GtkCombo --> GtkComboBoxEntry
svn path=/trunk/; revision=32010
2010-02-25 23:37:55 +00:00
Martin Mathieson
def01f5c66 When filtering on MAC PDUs, filter only on MAC PDUs.
svn path=/trunk/; revision=32008
2010-02-25 20:27:33 +00:00
Bill Meier
02296387b0 Rename a number of variables for clarity.
svn path=/trunk/; revision=32007
2010-02-25 20:06:16 +00:00
Jaap Keuter
59c1e948e3 Fix for bug 2478:
"Push to test. Release to detonate."

svn path=/trunk/; revision=32005
2010-02-25 17:41:57 +00:00
Jaap Keuter
8cd9794a00 Fix for bug 4522:
Don't offer "Wiki Protocol Page" and "Filter Field Reference" in the 
context menu when a Text item is selected.

svn path=/trunk/; revision=31987
2010-02-24 19:05:55 +00:00
Bill Meier
1957c4c670 GtkOptionMenu --> GtkComboBox
svn path=/trunk/; revision=31972
2010-02-24 01:22:07 +00:00
Bill Meier
8822e6bf24 Update (slightly) the description of ws_combo_box_clear_text_and_pointer().
svn path=/trunk/; revision=31971
2010-02-24 01:21:09 +00:00
Bill Meier
2b3fd5ba4e GtkOptionMenu --> GtkComboBox
svn path=/trunk/; revision=31950
2010-02-22 18:50:56 +00:00
Bill Meier
644d7d41bf GtkOptionMenu --> GtkComboBox
svn path=/trunk/; revision=31949
2010-02-22 18:47:44 +00:00
Bill Meier
ae40c9021c GtkOPtionMenu ==> GtkComboBox: V2: use ws_combo_box_new_text_and_pointer & etc
svn path=/trunk/; revision=31948
2010-02-22 18:43:36 +00:00
Bill Meier
59dbaca913 Add ws_combo_box_new_text_and_pointer() and related which provides a
variant of gtk_combo_box which stores a pointer along as well as text for
each combo_box entry. 

svn path=/trunk/; revision=31947
2010-02-22 18:39:55 +00:00
Martin Mathieson
5ebfb767a6 Include dialag filter in generated channel filters.
svn path=/trunk/; revision=31944
2010-02-21 22:07:41 +00:00
Martin Mathieson
e3283446cc Allow multiple instances to be created, with filters.
svn path=/trunk/; revision=31942
2010-02-21 21:46:37 +00:00
Martin Mathieson
3ddadbc740 - include given filter in generated filter expressions.
- reselect UE after retapping.
- move some vars from top-level to be locals in _init().

svn path=/trunk/; revision=31941
2010-02-21 18:48:26 +00:00
Martin Mathieson
d28b51b15a Allow multiple instances of LTE MAC statistics windows, each with own filter.
This makes it easier to work with traces including multiple sectors...

svn path=/trunk/; revision=31937
2010-02-21 15:08:50 +00:00
Martin Mathieson
f2944322f6 Add missing SIP response codes from iana sip-parameters
svn path=/trunk/; revision=31932
2010-02-20 17:19:16 +00:00
Martin Mathieson
6a0c3ecaaf Include detected DL retx in stats.
Each row is now a uniqe RNTI/UEId pair.
Added a filter button to filter by selected RNTI + UEId

svn path=/trunk/; revision=31931
2010-02-20 16:58:48 +00:00
Guy Harris
2adab81fba Get rid of C++-style comments (even inside "#if 0"/"#endif", the API
checks fail).

Clean up indentation.

svn path=/trunk/; revision=31926
2010-02-19 19:50:23 +00:00
Anders Broman
4f7dfb6981 Commit #if 0'd out code:
"Start of converting the clist to a gtk_list_store"
If some one whant's to continue on it...

svn path=/trunk/; revision=31925
2010-02-19 19:00:06 +00:00
Guy Harris
fba3da4f99 Fix compilation with pre-2.6 GTK+.
svn path=/trunk/; revision=31920
2010-02-19 01:51:27 +00:00
Bill Meier
21f1d8e49a GtkOPtionMenu ==> GtkComboBox;
Also:
 - Remove some unneeded #includes;
 - It's now OK to use gtk_text_buffer_select_range() since GTK .ge. 2.4 is now required;
   (This reverts SVN #18750). 

svn path=/trunk/; revision=31917
2010-02-18 22:04:50 +00:00
Gerald Combs
d122243892 Another Laura bug: Don't reset the file load time in the status bar when
we apply a display filter. Display the load time as "Load time:
M:SS.SSS" instead of "Time: HH:MM:SS.SSS".

svn path=/trunk/; revision=31909
2010-02-17 23:03:41 +00:00