aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-05-06Removed an unused break.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=25247
2008-05-06From Peter Kjellerstedt (bug 2521):Stig Bjørlykke1-0/+1
Add MARKER_COM to vals_marker[]. svn path=/trunk/; revision=25246
2008-05-06Add checkapi target.Anders Broman1-0/+3
svn path=/trunk/; revision=25245
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman16-68/+74
svn path=/trunk/; revision=25244
2008-05-05Require GLib 2.4 or later.Guy Harris4-157/+3
That means that G_GINT64_MODIFIER will be defined, so don't check whether it's defined. We don't use the PRI[douxX]64 macros, as we use the GLib print routines and thus use G_GINT64_MODIFIER instead. Get rid of the checks for whether inttypes.h defines PRI[douxX]64; just check whether it exists at all. That means we don't set INTTYPES_H_DEFINES_FORMATS, so don't check for it. svn path=/trunk/; revision=25243
2008-05-05Boost the automake version required to 1.9.Guy Harris1-2/+2
(Currently, configure.in also specifies the minimum autoconf and automake versions, but the check for the automake version doesn't produce an immediate failure - instead, you might get a flood of configure.in:16: option `tar-ustar' not recognized errors *after* configure.in:16: require version 1.9, but have 1.x.x and the diagnostic isn't as clear.) svn path=/trunk/; revision=25242
2008-05-05Require automake 1.9 or later; earlier versions don't support theGuy Harris1-1/+1
"tar-ustar" option. svn path=/trunk/; revision=25241
2008-05-05Fix some of the Errors/warnings detected by checkapi,Anders Broman9-122226/+123723
make non ASCII char a warning for now. svn path=/trunk/; revision=25240
2008-05-05Change depreciated function g_tree_traverse -> g_tree_foreachAnders Broman2-2/+2
svn path=/trunk/; revision=25239
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.Anders Broman5-20/+20
svn path=/trunk/; revision=25238
2008-05-05Handle SSID as binary in WLAN Traffic Statistics.Stig Bjørlykke3-37/+29
svn path=/trunk/; revision=25237
2008-05-05Add Id tag.Anders Broman1-1/+3
svn path=/trunk/; revision=25236
2008-05-05Don't use proto_tree_add_item_hidden().Anders Broman2-21/+42
svn path=/trunk/; revision=25235
2008-05-05Remove gtk/isprint.h as it's not in use.Stig Bjørlykke3-45/+0
svn path=/trunk/; revision=25234
2008-05-05Dount use proto_tree_add_item_hidden().Anders Broman4-10/+19
svn path=/trunk/; revision=25233
2008-05-05Have autoconf generate "ustar" tar files by default. This should let us haveGerald Combs2-8/+7
paths longer than 99 characters. svn path=/trunk/; revision=25232
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman30-0/+91
Note: Commented out in the plugins giving errors for now. svn path=/trunk/; revision=25231
2008-05-05Add depreceated glib API:sAnders Broman1-0/+10
svn path=/trunk/; revision=25230
2008-05-05From Gerhard Olsson :Anders Broman1-46/+50
X25 reassembly when presenting out of order packets http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2091 svn path=/trunk/; revision=25229
2008-05-05Replace leading spaces by a TABJörg Mayer1-2/+2
svn path=/trunk/; revision=25228
2008-05-05Fix a tpyoJörg Mayer1-1/+1
svn path=/trunk/; revision=25227
2008-05-04Improved the WLAN Traffic Statistics:Stig Bjørlykke1-15/+751
- Added details for each network - Added context menu for adding a filter - Keep the selected network when capturing - Show probe requests with broadcast ssid - Print '.' for non-printable characters in ssid svn path=/trunk/; revision=25226
2008-05-04Corrected some unused arguments in case someone starts using them,Stig Bjørlykke1-2/+2
or just copy the code. svn path=/trunk/; revision=25225
2008-05-04Added a hidden SSID (wlan_mgt.ssid) to be able to filter on the ssid.Stig Bjørlykke1-1/+10
svn path=/trunk/; revision=25224
2008-05-03Fix for bug #2518: 'tshark -Tfields -e data' Omits Last Character of DataBill Meier1-2/+1
svn path=/trunk/; revision=25223
2008-05-03From Abhik Sarkar:Jaap Keuter1-74/+184
This patch adds basic support for stats to the UCP dissector using the Stats Tree API. svn path=/trunk/; revision=25222
2008-05-03From Steve Karg:Jaap Keuter1-1/+1
Corrected packet-bvlc.c dissector which was not decoding BACnet BVLC NAK result code text correctly. svn path=/trunk/; revision=25221
2008-05-02Initialise variable.Martin Mathieson1-0/+1
(sorry about the build breakage, these new message formats will be tested soon and it looks like I forgot to compile-test the last change I made...). svn path=/trunk/; revision=25220
2008-05-02Fix (what I presume to be) a typo to prevent compile error.Bill Meier1-1/+1
svn path=/trunk/; revision=25219
2008-05-02Fix crash in Bug #2410: restore saved 'packet_info.private_data' for two ↵Bill Meier1-0/+2
fail returns svn path=/trunk/; revision=25218
2008-05-02More R7 additions.Martin Mathieson1-2/+38
Main missing part is new HSDSCH data frame type 2. svn path=/trunk/; revision=25217
2008-05-02Updated common control messages to R7.Martin Mathieson1-24/+107
svn path=/trunk/; revision=25216
2008-05-02Ensure wireshark-filter doc rebuilt when tshark changes; optimize rebuild ↵Bill Meier1-7/+1
slightly svn path=/trunk/; revision=25215
2008-05-02From Shinsuke SUZUKI:Jaap Keuter4-9/+9
Since this leads to a compilation failure (Warning C4819: unexpected character in the current code page) on non-european Windows, I'd like you to avoid using non-ASCII characters in Wireshark code (even in comment). svn path=/trunk/; revision=25214
2008-05-01Removed a debug printf line.Stig Bjørlykke2-83/+81
svn path=/trunk/; revision=25213
2008-05-01Force foreground when background is forced in RTP analysis and VOIP calls.Stig Bjørlykke2-4/+10
svn path=/trunk/; revision=25212
2008-05-01Force foreground when background is forced in expert info dialogs.Stig Bjørlykke3-0/+4
svn path=/trunk/; revision=25211
2008-05-01While playing with a dark theme I found it much nicer to use the Stig Bjørlykke1-1/+1
selected background color from the packet list. svn path=/trunk/; revision=25209
2008-05-01Try to track SIP responses back to their requests.Martin Mathieson1-13/+188
svn path=/trunk/; revision=25208
2008-05-01From Frederic Peters (bug 1735):Stig Bjørlykke1-0/+4
Force foreground when background is forced. From me: Do the same for expert info's. svn path=/trunk/; revision=25207
2008-05-01...but not with a comment inside a comment, as that might cause aGuy Harris1-1/+7
warning. svn path=/trunk/; revision=25206
2008-05-01Get rid of C++/C99 comment.Guy Harris1-1/+1
svn path=/trunk/; revision=25205
2008-04-30Now with EAP dissector safety valve.Jaap Keuter1-1/+4
svn path=/trunk/; revision=25204
2008-04-30From cfreeer:Jaap Keuter1-1/+5
There is no EAP decoder to decode EAP messages packed in Wimax PKM messages. I called the EAP decoder found in the Wireshark. svn path=/trunk/; revision=25203
2008-04-30Get rid of extra blank lines at the end of the file.Guy Harris1-2/+0
svn path=/trunk/; revision=25202
2008-04-30Use report_failure() to report failures in capture_sync.c; that will doGuy Harris2-50/+19
the right thing in Wireshark and TShark, as both of them call epan_init() to set the appropriate "report an error" function. That obviates the need to have TShark have its own private version of simple_dialog(). Have cmdarg_err() just call failure_message() instead of duplicating the code in failure_message(). svn path=/trunk/; revision=25201
2008-04-30add some cygwin clarificationsUlf Lamping1-7/+8
svn path=/trunk/; revision=25200
2008-04-29Change an option menu (deprecated in GTK+ 2.4) to a combo box (GTK+ 2.4+).Stephen Fisher1-20/+19
svn path=/trunk/; revision=25199
2008-04-29Replace an option menu (deprecated as of GTK+ 2.4) with a combo boxStephen Fisher1-46/+32
(GTK+ 2.4+). svn path=/trunk/; revision=25198
2008-04-29All versions of GLib 2.x come with g_ascii_strcasecmp(), and we requireGuy Harris5-169/+2
GLib 2.x; we don't have to check for its presence and supply a replacement if it's missing. Get rid of an unremoved reference in epan/dtd_parse.l. svn path=/trunk/; revision=25197