Commit Graph

26544 Commits

Author SHA1 Message Date
Stephen Fisher d8c9b78b3c Remove "empty" header file
svn path=/trunk/; revision=27361
2009-02-03 20:25:01 +00:00
Jörg Mayer 1bf5b4ffbf The new icon files were missing from the distribution list.
svn path=/trunk/; revision=27360
2009-02-03 08:50:11 +00:00
Jörg Mayer 5667e75a50 Get rid of FAQ file completely: It's still available as help/faq.txt
svn path=/trunk/; revision=27359
2009-02-03 08:49:03 +00:00
Ulf Lamping 043532d63e add missing mt.exe calls, to include manifest files into exe / dll files
svn path=/trunk/; revision=27357
2009-02-02 23:09:36 +00:00
Anders Broman 7c48128948 Revert previous checkin.
svn path=/trunk/; revision=27356
2009-02-02 22:16:46 +00:00
Anders Broman d92ab193f5 Use Python to build tshark-tap-register.c
svn path=/trunk/; revision=27355
2009-02-02 21:22:01 +00:00
Guy Harris 9f9566e6f3 Actually display the minimum and maximum setup times, and split "setup"
and "time".

svn path=/trunk/; revision=27354
2009-02-02 19:03:29 +00:00
Anders Broman 3a4903b71a Calculate average max and min setup time.
svn path=/trunk/; revision=27353
2009-02-02 18:27:17 +00:00
Anders Broman 821deda3ec Set item generated.
svn path=/trunk/; revision=27352
2009-02-02 18:26:26 +00:00
Jeff Morriss f6318061b8 If we can't calculate the UDP checksum (e.g., because the packet is truncated)
make it obvious to the user: add [unchecked, not all data available] to the
tree item (like we do in TCP).

svn path=/trunk/; revision=27351
2009-02-02 15:47:32 +00:00
Guy Harris 10e417e82e Add Linux support for determining the interface icon; this depends on a
2.6 kernel feature, but it will just pick the default icon if that
feature doesn't work.

svn path=/trunk/; revision=27350
2009-02-02 04:15:17 +00:00
Guy Harris 43097683f0 Clean up some comments.
svn path=/trunk/; revision=27349
2009-02-02 03:26:49 +00:00
Guy Harris 11281d8085 Don't include ../image/toolbar/network_wireless_16.xpm on platforms
where we don't (yet) use it.

svn path=/trunk/; revision=27348
2009-02-01 23:15:55 +00:00
Guy Harris 82b8d25678 Move declarations of routines in gtk/capture_if_dlg.c into
gtk/capture_if_dlg.h.  Include that header when appropriate.

Get rid of include of <sys/wait.h> in gtk/capture_if_dlg.c; there's no
forking or waiting in there.

Make update_if() in gtk/capture_if_dlg.c static - it's not used outside
that file.

svn path=/trunk/; revision=27347
2009-02-01 23:14:07 +00:00
Guy Harris b4940aca41 No such luck with the AF_LINK address on FreeBSD or OpenBSD.
svn path=/trunk/; revision=27346
2009-02-01 22:57:17 +00:00
Guy Harris ef07402aa5 Add (preliminary, and a bit hacky) support for interface-type icons on
OS X.

Add some comments to the interface-type icon code, and, when looking for
certain text in the description on Windows, look in the interface
description supplied by WinPcap rather than the user-supplied
description (if we want to look in the latter, we presumably want to
look in both, so the user giving a wireless interface a name they like
won't break the code that checks for wireless interfaces).  There's
probably *some* NDIS OID that can give you the information you want -
hopefully, not an NDIS 6-only OID).

svn path=/trunk/; revision=27345
2009-02-01 22:20:42 +00:00
Guy Harris 3ad5b02052 Use #if 0, not C99-style comments, to get rid of unused code.
svn path=/trunk/; revision=27344
2009-02-01 21:19:38 +00:00
Guy Harris 07d572cc2a Squelch warnings, for now.
svn path=/trunk/; revision=27343
2009-02-01 21:17:46 +00:00
Anders Broman f9bb905d13 Calculate the avrage setuptime.
svn path=/trunk/; revision=27342
2009-02-01 20:52:38 +00:00
Gerald Combs 64687d15ed [Automatic manuf update for 2009-02-01]
svn path=/trunk/; revision=27340
2009-02-01 16:03:19 +00:00
Guy Harris faa534529c To avoid adding icons to menu items, leave item_type along, not just
entry_data; otherwise, you get a bunch of run-time warnings from GTK+. 
Remove the line that sets extra_data, rather than commenting it out with
a C++ comment.

svn path=/trunk/; revision=27339
2009-02-01 02:59:28 +00:00
Jaap Keuter 03a31436a1 Exclude the new icons from the *NIX build.
svn path=/trunk/; revision=27338
2009-01-31 07:00:05 +00:00
Guy Harris 534fa3d3b3 Get rid of carriage returns, and set the EOL style to "native".
Make some arrays const, to squelch warnings.

svn path=/trunk/; revision=27337
2009-01-31 04:50:29 +00:00
Ulf Lamping e1cce91312 mark unused parameter (under unix)
svn path=/trunk/; revision=27336
2009-01-31 00:33:02 +00:00
Ulf Lamping df3c99a109 Windows only: for some typical capture interface names (with a "built in" heuristic), show specific icons in the interface list and the welcome page (this helps to find the right interface)
svn path=/trunk/; revision=27335
2009-01-30 22:55:52 +00:00
Ulf Lamping 9e846eaad2 do not show the telephony icon in any of the telephony menu entries
svn path=/trunk/; revision=27334
2009-01-30 22:48:56 +00:00
Guy Harris 0fe6a98972 Mention packet-skinny.h, so it gets distributed with the source tarball.
svn path=/trunk/; revision=27333
2009-01-30 21:59:08 +00:00
Jaap Keuter cb80f883f7 From Carlos Mendioroz:
Enhanced the skinny dissector to expose a tap, and added SKINNY call control
protocol support to gtk/call_voip to show those calls.

svn path=/trunk/; revision=27332
2009-01-30 21:25:52 +00:00
Jaap Keuter 5f8ed74c8a Don't remove it, but replace it with the relevant one.
svn path=/trunk/; revision=27331
2009-01-30 05:52:19 +00:00
Guy Harris 01869479da Don't mention a variable that no longer exists.
svn path=/trunk/; revision=27330
2009-01-29 23:34:39 +00:00
Jaap Keuter 3b71d3fccb Group time related fields.
Drop packet length in favor of frame length.
Clean up code / indentations / header fields.
Improve docsis preference description.

svn path=/trunk/; revision=27329
2009-01-29 22:43:49 +00:00
Jaap Keuter 497c59bc2f Add initializer for force_docsis_encap preference.
svn path=/trunk/; revision=27328
2009-01-29 19:07:50 +00:00
Anders Broman 88ed7a26fe Update 3GPP AVP:s.
svn path=/trunk/; revision=27327
2009-01-29 18:12:02 +00:00
Ulf Lamping 5375b5f476 add a new "Telephony" main menu entry and move the telephony specific statistics stuff over there
svn path=/trunk/; revision=27326
2009-01-29 01:38:08 +00:00
Ulf Lamping 7eae5480fb trying to "inject" commands into xcopy doesn't work on international windows version. You simply can't answer the question "Datei oder Verzeichnis" with the key 'f' ;-)
Replace this with the triple: "copy, if exist delete, rename" which isn't very nice but at least works on all machines

svn path=/trunk/; revision=27325
2009-01-29 01:31:11 +00:00
Bill Meier 0e1613fbe5 Minor changes mostly related to proto_register & proto_reg_handoff;
- Use 'dissector standard template format'
- Remove 'once-only' ["if (!initialized) ..."] if not req'd
- Misc
Also: adjust some indentation

svn path=/trunk/; revision=27324
2009-01-28 21:52:57 +00:00
Bill Meier 3c11319ea4 Adjust some indentation
svn path=/trunk/; revision=27323
2009-01-28 21:22:30 +00:00
Bill Meier 9d721959b7 #include prefs.h not req'd
svn path=/trunk/; revision=27322
2009-01-28 20:52:52 +00:00
Bill Meier d830d2884e #include prefs.h not req'd
svn path=/trunk/; revision=27321
2009-01-28 20:10:12 +00:00
Guy Harris d160db2cfb Check the length in dissect_q931_change_status_ie().
Don't print a string value returned by a function by using it as the
format string - use "%s" as the format.

svn path=/trunk/; revision=27320
2009-01-28 18:16:22 +00:00
Bill Meier 9896da49b9 Use standard format (proto_reg_handoff last in the file).
svn path=/trunk/; revision=27319
2009-01-28 16:18:00 +00:00
Bill Meier 01f889fff8 Remove unnecessary code from proto_reg_handoff....
svn path=/trunk/; revision=27318
2009-01-28 16:16:09 +00:00
Tomas Kukosa 3116c7d051 new SERVICE/SERVICE ACKNOWLEGE messages defined in various US standards (AT&T TR41459, Nortel NIS A211-1, Telcordia SR-4994)
svn path=/trunk/; revision=27317
2009-01-28 13:32:13 +00:00
Tomas Kukosa 5b96cb0506 - add attributes and CDATA into XML structure
- implement functions for searching in XML structure

svn path=/trunk/; revision=27316
2009-01-28 11:25:39 +00:00
Jaap Keuter cbefdcfbb9 Further cleanup of code, put in standard template format.
svn path=/trunk/; revision=27315
2009-01-27 23:52:02 +00:00
Bill Meier acf79a450a Minor changes related to proto_reg_handoff...
svn path=/trunk/; revision=27314
2009-01-27 23:00:22 +00:00
Bill Meier f93b82079b Fix some indentation ....
svn path=/trunk/; revision=27313
2009-01-27 21:46:58 +00:00
Anders Broman a8c964cd44 From Rolf Fiedler:
Add DPNSS link layer dissector, support EyeSDN Trace files with DPNSS.
(Removed a couple of c++ style comments).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3224

svn path=/trunk/; revision=27312
2009-01-27 21:13:26 +00:00
Anders Broman bae6a0d02f Handle V3 SendRoutingInfoRes where the tag[3] is missing.
svn path=/trunk/; revision=27311
2009-01-27 20:25:28 +00:00
Bill Meier f68d3d46fe Fix some indentation ....
svn path=/trunk/; revision=27310
2009-01-27 18:09:50 +00:00