Commit Graph

5847 Commits

Author SHA1 Message Date
Stig Bjørlykke 155de63f73 Add an option -d to specify display filter from the command line.
This was requested in bug 2463.

svn path=/trunk/; revision=39090
2011-09-22 18:39:29 +00:00
Anders Broman ded5c901fa Store a pointer to frame_data rather than the time.
svn path=/trunk/; revision=39086
2011-09-22 08:46:09 +00:00
Bill Meier e6bd9d1a8c Whitespace cleanup:
Use consistent indentation;
 Convert "4 space tabs" to spaces;
 Remove trailing whitespace.

svn path=/trunk/; revision=39082
2011-09-21 18:55:03 +00:00
Bill Meier 781129806f Fix ex "modeline" so it works;
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748

svn path=/trunk/; revision=39081
2011-09-21 17:49:11 +00:00
Chris Maynard ee167d7363 Don't pop up an error dialog box for every file that can't be saved. Before, this could have potentially meant having to manually close far too many of them.
svn path=/trunk/; revision=39080
2011-09-21 17:41:12 +00:00
Bill Meier 6e66257c5d Fix ex "modeline" so it works;
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748

Convert "4 space tabs" to spaces;
Use consistent indentation.

svn path=/trunk/; revision=39079
2011-09-21 17:32:35 +00:00
Bill Meier a58121db53 Fix vi "modeline" so it works;
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748


svn path=/trunk/; revision=39076
2011-09-21 16:44:10 +00:00
Chris Maynard 46ded6ec8f From DeCount via bug 6362: Increase maximum allowable number of duplicate filesi from 10 to 1000. I modified his patch to avoid appending anything to the first filename, and other minor changes.
Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6362

svn path=/trunk/; revision=39061
2011-09-20 16:28:21 +00:00
Stig Bjørlykke c3cb0e6dd9 From Dirk via bug 6361:
Add a File/Directory Dialog as a field type for UAT preferences.

svn path=/trunk/; revision=39058
2011-09-20 10:14:58 +00:00
Chris Maynard 5b85e16735 Move the return out of the for() loop so all values are freed. Fixes Coverity CID 1277 (loop increment j++ is unreachable).
svn path=/trunk/; revision=39053
2011-09-19 20:19:43 +00:00
Michael Tüxen fbe6cdc5db Fix a crash when zooming into a TSN plot.
Provided by Irene Ruengeler.
From me: remove tailing whitespaces.

svn path=/trunk/; revision=39043
2011-09-19 10:23:36 +00:00
Anders Broman a7a7d01191 Remove debug code.
svn path=/trunk/; revision=39035
2011-09-19 05:13:06 +00:00
Michael Tüxen 207297d913 Fix a crash when analysing SCTP TSNs.
Provided by Irene Ruengeler.

svn path=/trunk/; revision=39028
2011-09-16 15:32:28 +00:00
Anders Broman 09b08a4f37 Store frame_data_t instead of nstime_t, now it should be possible
to implement using the same time format as chosen in the packetlist.

svn path=/trunk/; revision=38999
2011-09-15 05:59:09 +00:00
Jörg Mayer b2ae3d3b16 Trivial fix that would create one of the three GDK_DEPRECATED errors.
Use the #define instead of "font"

svn path=/trunk/; revision=38998
2011-09-14 21:36:29 +00:00
Bill Meier dbae8e445c Update based upon latest names "packet-type-codes" list from the IANA:
- Change some type-code names to match IANA list;
- Handle additional type-codes as given in the IANA list;
- Don't consider certain "attribute types" to be valid packet-type codes
  See Bug 6335: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6335
- Minor code cleanup.

svn path=/trunk/; revision=38997
2011-09-14 18:45:06 +00:00
Martin Mathieson 958df0d82a Show total ACKs/UE in UE table.
svn path=/trunk/; revision=38994
2011-09-14 13:32:42 +00:00
Gerald Combs 9e7dae04ad Fix a typo in a comment.
svn path=/trunk/; revision=38988
2011-09-13 17:10:12 +00:00
Anders Broman 2c20392169 Use Frame_data also in graph_analysis_item_t, this should ultimately
make it possible to use absolute time in the graph.

svn path=/trunk/; revision=38984
2011-09-13 12:39:11 +00:00
Anders Broman 187d5c34a6 Store a pointer to frame_data which holds the timing and frame number info rather than making copies. Move a structure only used internaly from voip_calls.h to .c
svn path=/trunk/; revision=38982
2011-09-13 05:29:56 +00:00
Anders Broman 0c2bb6e388 Store a pointer to frame_data which holds the timing and frame number info rather than making copies.
svn path=/trunk/; revision=38981
2011-09-12 19:32:49 +00:00
Michael Tüxen 6ecc4235f1 Use the correct name for the airpcap interface.
While there, clean up some whitespaces.

svn path=/trunk/; revision=38975
2011-09-12 13:39:14 +00:00
Michael Tüxen c21ae05d4f Fix the wireless settings button for AirPCap devices in the
Edit Interface dialog box.

Obtained from Irene Ruengeler.

svn path=/trunk/; revision=38974
2011-09-12 13:13:08 +00:00
Chris Maynard f4c675f712 Fix locale problem with "Rel Start" time, both with display and copy to CSV, by replacing rel_time_to_secs_str() with nstime_to_sec(). Problem reported on ask by packethunter.
Ref: http://ask.wireshark.org/questions/6207/decimal-point-vs-decimal-comma

svn path=/trunk/; revision=38948
2011-09-09 02:11:53 +00:00
Stig Bjørlykke 00486493c3 Add syntax check and autocompletion to "Save Filter as".
svn path=/trunk/; revision=38939
2011-09-08 11:16:18 +00:00
Stig Bjørlykke 8c73abd028 Avoid crash when pressing the help button in the "Save Filter" dialog.
Documentation TBD.

svn path=/trunk/; revision=38938
2011-09-08 10:38:58 +00:00
Stig Bjørlykke 1a046d693b From Edwin Groothuis via bug 6207:
Added Filter Toolbar Save functionality.

From me:
Removed unused code.

svn path=/trunk/; revision=38937
2011-09-08 09:35:10 +00:00
Jörg Mayer 001d5b5989 "Fix" an unjustified gcc might-be-used-unused warning.
svn path=/trunk/; revision=38920
2011-09-07 17:26:03 +00:00
Anders Broman 67210b0731 Try to improve the tooltip a bit.
svn path=/trunk/; revision=38898
2011-09-06 15:28:07 +00:00
Guy Harris bd82608737 g_slist_free_full() didn't appear until GLib 2.28.
svn path=/trunk/; revision=38885
2011-09-05 19:39:34 +00:00
Stig Bjørlykke 9fb5d05d21 From Kurnia Hendrawan via bug 2931:
Added an option to save "decode as" entries.

svn path=/trunk/; revision=38883
2011-09-05 19:05:14 +00:00
Anders Broman bceafeaeda Try to fix the buildbot.
svn path=/trunk/; revision=38882
2011-09-05 13:48:54 +00:00
Anders Broman 377bfd19a0 List heuristic tables in Internals->Disscetor tables menu.
svn path=/trunk/; revision=38881
2011-09-05 13:04:23 +00:00
Stig Bjørlykke f688ab434c Remove unused code.
This fixes CID 1273 & 1274.

svn path=/trunk/; revision=38877
2011-09-03 21:22:42 +00:00
Guy Harris 3cc9cabaa0 No libpcap, no capturing, no interfaces on which to capture.
svn path=/trunk/; revision=38857
2011-09-02 00:48:05 +00:00
Martin Mathieson 358fbd6f5d Add missing guard around access to interface_row.buffer.
svn path=/trunk/; revision=38849
2011-09-01 22:02:46 +00:00
Guy Harris ade0c47d95 No pcap_create(), no monitor-mode APIs, no monitor-mode support.
svn path=/trunk/; revision=38847
2011-09-01 21:09:55 +00:00
Michael Tüxen 6fb53f8d20 When double clicking on an interface in the main welcome menu opens the edit interfaces
dialog box.
This was suggested by stig.
The patch was obtained by Irene Ruengeler.

svn path=/trunk/; revision=38845
2011-09-01 20:43:47 +00:00
Anders Broman 11d2483312 Make it possible to add menus and menuitems from outside of main_menubar.c.
svn path=/trunk/; revision=38843
2011-09-01 15:35:09 +00:00
Bill Meier 1acf9a4d24 Add svn:keywords & svn:eol-style properties
svn path=/trunk/; revision=38825
2011-08-31 17:02:54 +00:00
Bill Meier 63a3bfd210 Fix build (automake) error: WIRESHARK_CUSTOM_HEADERS is ng but WIRESHARK_CUSTOM_HDRS is OK ??
svn path=/trunk/; revision=38824
2011-08-31 16:34:14 +00:00
Anders Broman 649213f0c5 COPY as CSV to clipboard from RTP stream analysis only copies 1st line many times.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6279

svn path=/trunk/; revision=38823
2011-08-31 14:03:34 +00:00
Anders Broman da889b66ec gtk/Makefile_custom.common:8: blank line following trailing backslash
svn path=/trunk/; revision=38822
2011-08-31 13:59:39 +00:00
Anders Broman 007c788f05 Make it possible to add custom tap/GUI files
svn path=/trunk/; revision=38821
2011-08-31 13:44:43 +00:00
Martin Mathieson 1cf5a9ce5a Add another DL CRC error - Duplicate NonZero RV.
svn path=/trunk/; revision=38820
2011-08-31 12:39:59 +00:00
Stig Bjørlykke 5359494b1f Second try to move crc routines to libwsutil.
This time keep the tvb routines in epan.

Now we can use common crc routines outside epan.

svn path=/trunk/; revision=38810
2011-08-31 09:00:54 +00:00
Anders Broman 48221f4dfd Only load the menubar UI description from file.
Perhaps the treeview popup UI description should be loaded from file as well but currently I don't see the benefit.
Feel free to ad back that code :-)

The byte view UI description is so small so that's no use to load from file in my opinion.

svn path=/trunk/; revision=38809
2011-08-31 08:59:09 +00:00
Michael Tüxen 9deb732370 Improve the display of addresses in the Edit Interface Settings dialog
box.

Patch provided by Irene Ruengeler.

svn path=/trunk/; revision=38808
2011-08-30 21:46:17 +00:00
Anders Broman 04345b4bb8 How copy-paste can ruin your day;
Use the right ui manager with the right description file.
handle LUA not present.

svn path=/trunk/; revision=38804
2011-08-30 14:55:52 +00:00
Stig Bjørlykke 71f903b956 Revert r38800, as the crc routines contains some tvb functions.
svn path=/trunk/; revision=38803
2011-08-30 14:17:40 +00:00