Commit Graph

27704 Commits

Author SHA1 Message Date
Balint Reczey ab57f8da5d Unescape telnet suboption data if needed.
This fixes bug 191.

svn path=/trunk/; revision=28582
2009-06-02 00:04:55 +00:00
Balint Reczey 8b7993180b Revert 28580.
svn path=/trunk/; revision=28581
2009-06-01 22:41:48 +00:00
Balint Reczey 4d55fdb51c Fix dissection of telnet window size suboption.
This fixes bug 191.

svn path=/trunk/; revision=28580
2009-06-01 22:27:00 +00:00
Stig Bjørlykke 496e7909ba Try Jakub's casting with GPOINTER_TO_INT().
svn path=/trunk/; revision=28579
2009-06-01 21:47:45 +00:00
Stig Bjørlykke 29839540cf Adding casts, take 3.
svn path=/trunk/; revision=28578
2009-06-01 21:26:50 +00:00
Bill Meier ba9afe83d5 proto_main_draw: rework packet bytes "save as" slightly:
- Prevent "dead" save-as window if error opening/writing file
      or if a directory is entered as the filename;
      Work-around is to always kill save-as window whether success
       or an error causing alert-box popup;
   - Enable "check for file overwrite" (if GTK 2.8 or greater);
   - Fix some memory leaks.

svn path=/trunk/; revision=28577
2009-06-01 20:52:53 +00:00
Stig Bjørlykke c5bba6e8d8 Adding casts, take 2.
svn path=/trunk/; revision=28576
2009-06-01 19:55:57 +00:00
Stig Bjørlykke c1ef7b0135 Added/Changed some more casts to build.
svn path=/trunk/; revision=28575
2009-06-01 19:46:40 +00:00
Bill Meier 7edb5ab6ab follow_stream: rework "save as" slightly:
- Prevent "dead" save-as window if unable to open file for write
     or if a directory is entered as the filename;
     Work-around is to always kill save-as window whether success
      or an error causing alert-box popup;
  - Fix a memory leak.
  - Define certain functions used only in follow_stream.c as static;
    (Remove declarations for them from follow_stream.h)

svn path=/trunk/; revision=28574
2009-06-01 19:43:58 +00:00
Stig Bjørlykke ffd02e49f5 Added some casts to remove some warnings.
svn path=/trunk/; revision=28573
2009-06-01 18:50:16 +00:00
Stig Bjørlykke 0b8eda99b8 Removed _U_ for an used argument.
svn path=/trunk/; revision=28572
2009-06-01 18:24:42 +00:00
Stig Bjørlykke 01c61d3ecb Removed some unused hf_ entries.
Renamed filter abbrev from ns. to nstrace.

svn path=/trunk/; revision=28571
2009-06-01 18:17:52 +00:00
Stig Bjørlykke 95f5427287 Added the wspython Makefile.nmake from bug 3500 to satisfy the
Ubuntu buildbot.

svn path=/trunk/; revision=28570
2009-06-01 18:09:07 +00:00
Stig Bjørlykke 97f65cd644 Fix a printf to make the label correct.
svn path=/trunk/; revision=28569
2009-06-01 17:52:14 +00:00
Stig Bjørlykke 91d45f96d3 Fix a typo in PYTHON_DIR.
svn path=/trunk/; revision=28568
2009-06-01 17:42:30 +00:00
Bill Meier 905d8d1155 (Trivial): remove a comment referring to Gtk 1
svn path=/trunk/; revision=28567
2009-06-01 17:29:08 +00:00
Stig Bjørlykke fffe2fdf23 Fixed a typo in a comment.
svn path=/trunk/; revision=28566
2009-06-01 17:28:20 +00:00
Bill Meier 8c5ef88c53 dfilter_expr_dlg: fix several very minor memory leaks;
svn path=/trunk/; revision=28565
2009-06-01 17:27:54 +00:00
Stig Bjørlykke c9b492a422 From Ravi Kondamuru via bug 3457:
Add support to read citrix netscaler capture file format.

From me:
- Renamed packet-ns.c to packet-nstrace.c
- Rewrote to not use "goto" in netscaler.c
- Moved dissecting of coreid

svn path=/trunk/; revision=28564
2009-06-01 17:23:38 +00:00
Bill Meier e1eff63e02 about_dlg: fix a memory leak when double-clicking on a path.
svn path=/trunk/; revision=28563
2009-06-01 17:08:46 +00:00
Bill Meier 8b47fcfdc0 wlan_stat: fix a memory leak
svn path=/trunk/; revision=28562
2009-06-01 17:01:42 +00:00
Martin Mathieson 3f416f98ee For DL-SCH/UL-SCH, show subframe number in info column.
svn path=/trunk/; revision=28561
2009-06-01 16:50:27 +00:00
Anders Broman ae260ddd2b Show max and mean Jitter.
svn path=/trunk/; revision=28560
2009-06-01 16:44:05 +00:00
Stig Bjørlykke 0b12155a9a From Kovarththanan Rajaratnam via bug 3482:
Sort display filter list entries by usage.

svn path=/trunk/; revision=28559
2009-06-01 16:01:48 +00:00
Bill Meier b7ee21ca23 Rename dialog_data_t ==> graph_analysis_dialog_data_t
(so VWindows VC debugger doesn't confuse it with dialog_data_t in rtp_player.c)

svn path=/trunk/; revision=28558
2009-06-01 15:54:14 +00:00
Bill Meier 346609155d Remove unneeded #include graph_analysis.h; Add #include gtk/gtk.h
svn path=/trunk/; revision=28557
2009-06-01 15:45:42 +00:00
Stig Bjørlykke 09d8911d4a Popup a dialog in case we match a row outside the loaded frame area.
This adds some information for bug 3429.

svn path=/trunk/; revision=28556
2009-06-01 15:26:15 +00:00
Stig Bjørlykke 60dfa22754 From Kovarththanan Rajaratnam via bug 3429:
This patch downgrades the g_assert() to a proper if statement. This is needed
because we can end up with a match but _without_ any valid row attached to it.
This is the case when the user has aborted while dissecting.

svn path=/trunk/; revision=28555
2009-06-01 14:51:09 +00:00
Bill Meier 63dfc596b2 flow_graph & etc: rework graph "save as" slightly:
- Pop up an alert box if unable to open file for write;
 - Prevent "dead" save-as window if unable to open file for write
    or if a directory is entered as the filename;
 - Fix a memory leak.

svn path=/trunk/; revision=28554
2009-06-01 14:00:09 +00:00
Bill Meier 134fd85fc6 Fix a few more memory leaks & do a few other minor changes
svn path=/trunk/; revision=28553
2009-06-01 12:32:02 +00:00
Bill Meier c90204d7e2 Fix minor memory leaks; Minor reformatting
svn path=/trunk/; revision=28552
2009-06-01 11:35:52 +00:00
Anders Broman 2b962a1134 Copy the changes from:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28534

User: wmeier
Date: 2009/05/30 11:07 AM

Log:
 Fix the save_as functions so they work (including work-around  when save-as raises an alert box). 
 Also:
 - save_as_csv: don't skip over first line of output;
 - save_as_csv: Fix some (probably significant) memory leaks
   associated with the use of gtk_tree_view;
 - Prevent tendency for IAX2 stream window and graph window 
   to get lost behind other windows;
 - Minor save_as dialog window reformatting;
 - Misc source code cleanup & reformatting.

To RTP Analysis.

svn path=/trunk/; revision=28551
2009-05-31 19:55:30 +00:00
Stig Bjørlykke bcf8cf90e1 From yami (bug 3361):
Try to resolve a crash issue when having a function on the RHS
of a filter test which does not return the same type as the LHS.

svn path=/trunk/; revision=28550
2009-05-31 19:46:31 +00:00
Balint Reczey 1f8c72ff25 Set SIGPIPE handler every time the program starts.
This hopefully fixes bug 1740.

svn path=/trunk/; revision=28549
2009-05-31 18:38:28 +00:00
Stig Bjørlykke 257180c801 Added support for python bindings in the OSX package.
svn path=/trunk/; revision=28548
2009-05-31 18:30:46 +00:00
Stig Bjørlykke ccc30a5fc6 Added Python Bindings directory to the About->Folders listing.
svn path=/trunk/; revision=28547
2009-05-31 18:30:07 +00:00
Anders Broman 5ed6a83dff Calculate jitter and delta in ms.
svn path=/trunk/; revision=28546
2009-05-31 17:06:04 +00:00
Stig Bjørlykke 3e0d2b2707 Adjusted the python binding message from configure.
svn path=/trunk/; revision=28544
2009-05-31 16:06:32 +00:00
Stig Bjørlykke 9a372f685d From Kovarththanan Rajaratnam's patch in bug 3500:
Added info about python version.

svn path=/trunk/; revision=28543
2009-05-31 16:05:13 +00:00
Michael Tüxen 246d8f9c6c Bring cipher suites in sync.
svn path=/trunk/; revision=28542
2009-05-31 15:25:38 +00:00
Gerald Combs 0d0d4a5a93 [Automatic manuf and enterprise-numbers update for 2009-05-31]
svn path=/trunk/; revision=28540
2009-05-31 15:03:48 +00:00
Martin Mathieson 4e6962056a Don't dissect IP-ID and UDP checksum for IR, IR-DYN frames.
Name hf items and filter strings to consistently include "rohc"

svn path=/trunk/; revision=28539
2009-05-31 12:11:44 +00:00
Jaap Keuter 7f3d33513a Fix bug 3489:
Array overrun at copy of filter expression on GTK1 build.

svn path=/trunk/; revision=28538
2009-05-31 11:31:40 +00:00
Stephen Fisher c4680240d9 Change my e-mail address
svn path=/trunk/; revision=28537
2009-05-31 05:55:15 +00:00
Guy Harris 71c8b6e5cf gtk_file_chooser_set_do_overwrite_confirmation() is only available in
2.8 and later.

svn path=/trunk/; revision=28536
2009-05-30 20:02:38 +00:00
Michael Tüxen c69b435205 Add cipher suites defined in RFC 4279.
svn path=/trunk/; revision=28535
2009-05-30 19:52:41 +00:00
Bill Meier afb1262228 Fix the save_as functions so they work (including work-around
when save-as raises an alert box). 
Also:
- save_as_csv: don't skip over first line of output;
- save_as_csv: Fix some (probably significant) memory leaks
  associated with the use of gtk_tree_view;
- Prevent tendency for IAX2 stream window and graph window 
  to get lost behind other windows;
- Minor save_as dialog window reformatting;
- Misc source code cleanup & reformatting.

svn path=/trunk/; revision=28534
2009-05-30 18:07:35 +00:00
Sebastien Tandel 5595efd1bb adding README.python to EXTRA_DIST
svn path=/trunk/; revision=28533
2009-05-30 13:38:45 +00:00
Sebastien Tandel 7f0d2951c6 python binding update :
* adding pydoc documentation to doc/README.python
    * possible to access directly libwireshark via libhandle and raw_<tvb|pinfo|tree>
    * transform some methods into properties
    * update sample to reflect changes/features
    * adding comments!!!


svn path=/trunk/; revision=28532
2009-05-30 13:37:02 +00:00
Martin Mathieson c5c563d38b Tidy up comments.
svn path=/trunk/; revision=28531
2009-05-30 12:54:08 +00:00