Commit Graph

4543 Commits

Author SHA1 Message Date
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
Bill Meier 3e85c03c9d gtk_option_menu() --> gtk_combo_box();
(Commit based upon discussion with and input from Jaap Keuter).
(On Windows replacing the deprecated gtk_option_menu() 
with gtk_combo_box() has the effect of addressing a dropdown widget behavior
change seen when going from Windows Gtk 2.16 to Gtk 2.18).
(See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4487). 

svn path=/trunk/; revision=31908
2010-02-17 22:26:30 +00:00
Bill Meier b59f0c913f #if 0 some unused code; Fix some indenttion.
svn path=/trunk/; revision=31907
2010-02-17 20:53:29 +00:00
Bill Meier 088cddca99 Fix a very minor memory leak.
svn path=/trunk/; revision=31904
2010-02-17 17:01:46 +00:00
Gerald Combs a1f201976b Don't try to fetch columns that don't exist.
svn path=/trunk/; revision=31902
2010-02-16 23:10:00 +00:00
Martin Mathieson 532ed85de6 Pack widgets into boxes better to make window stretch properly.
svn path=/trunk/; revision=31895
2010-02-16 10:23:47 +00:00
Martin Mathieson cdc53917ba Enable/disable filtering controls depending on channel selection.
svn path=/trunk/; revision=31883
2010-02-15 22:12:41 +00:00
Martin Mathieson 32ec99bc62 Try to restore ue/channel selections during/after retapping.
svn path=/trunk/; revision=31880
2010-02-14 23:30:00 +00:00
Guy Harris c8112bc620 Read the packet into private areas (private pseudo-header and packet
data), rather than overwriting the information in the cinfo structure. 
This at least appears to fix bug 4056.

svn path=/trunk/; revision=31844
2010-02-09 09:15:08 +00:00
Martin Mathieson b7a09f7ac8 Add commo-channel stats.
svn path=/trunk/; revision=31789
2010-02-04 17:15:15 +00:00
Martin Mathieson 35a4c0b3d6 Add UEId to MAC tap struct and stats window.
svn path=/trunk/; revision=31788
2010-02-04 16:30:43 +00:00
Bill Meier a9a997f73b Fix a typo....
svn path=/trunk/; revision=31787
2010-02-04 15:03:30 +00:00
Bill Meier 16b04d41e0 Fix a crash which occurs if a progress bar is displayed while generating a hex bytes pane.
svn path=/trunk/; revision=31786
2010-02-04 14:41:22 +00:00
Bill Meier 32625e0329 Fix some gcc -Wshadow warnings.
svn path=/trunk/; revision=31756
2010-02-01 16:22:17 +00:00
Anders Broman 6c10366a1d Try to get the status bar to update the "Displayed:" field when if and when a display filter is applied.
svn path=/trunk/; revision=31752
2010-02-01 12:55:45 +00:00
Martin Mathieson ce85874784 Completely gnore common channel PDUs for now (instead of crashing or adding bogus UE entries).
svn path=/trunk/; revision=31751
2010-02-01 11:01:33 +00:00
Anders Broman cb1f3e6986 - Back out the change to restore the selection after freeze/thaw.
- Move packets_bar_update(); to new_packet_list_append() as
 we may not freeze/thaw the list.

svn path=/trunk/; revision=31747
2010-02-01 06:27:24 +00:00
Anders Broman 7789513924 Issue a row_inserted signal if the model is connected
svn path=/trunk/; revision=31746
2010-02-01 06:23:16 +00:00
Bill Meier 7397bb0a74 Fix various gcc -Wshadow warnings.
svn path=/trunk/; revision=31737
2010-01-29 23:17:32 +00:00
Bill Meier 538dd47d5d Fix various gcc -Wshadow warnings.
svn path=/trunk/; revision=31731
2010-01-29 19:09:01 +00:00
Bill Meier 7b01915b6b Fix various gcc -Wshadow warnings.
svn path=/trunk/; revision=31730
2010-01-29 16:13:26 +00:00
Martin Mathieson 9cc7ad9f66 Add a check-box to allow filtering of only status PDUs (AM only)
svn path=/trunk/; revision=31728
2010-01-29 15:09:33 +00:00
Bill Meier 33cf0af255 Fix some gcc -Wshadow warnings;
Use consistent indentation.

svn path=/trunk/; revision=31727
2010-01-29 14:24:18 +00:00
Stig Bjørlykke c8e3f1a597 Disable ignored counts when 0.
svn path=/trunk/; revision=31696
2010-01-27 11:55:57 +00:00
Stig Bjørlykke a44fe4937d Added "Remove Ignored packets" to the win32 dialogs.
svn path=/trunk/; revision=31695
2010-01-27 11:45:16 +00:00
Stig Bjørlykke ff9123acbe Cleanup the escape/unescape underscore in Packet List column headers.
We only have to do this when actually set or get the title from the widget.

svn path=/trunk/; revision=31689
2010-01-26 23:05:40 +00:00