obnox/wireshark/wip.git
19 years agosome more work for
lego [Fri, 25 Feb 2005 03:56:12 +0000 (03:56 +0000)]
some more work for

- beautify the text output
- make gtk1 textbox implementation usable (I hope)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13506 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoDissect MTP3 with service indicator 14 as H248.
etxrab [Thu, 24 Feb 2005 22:36:26 +0000 (22:36 +0000)]
Dissect  MTP3 with service indicator 14 as H248.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13505 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Ben Turner:
etxrab [Thu, 24 Feb 2005 22:35:10 +0000 (22:35 +0000)]
From Ben Turner:
Vendors were not being parsed properly from the XML diameter dictionary.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13504 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoChange the plugin to be something useful.
lego [Thu, 24 Feb 2005 22:04:34 +0000 (22:04 +0000)]
Change the plugin to be something useful.

Adds more taps,
tests range nodes
tests pivot nodes

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13503 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoUpdate to the stats_tree tapping API
lego [Thu, 24 Feb 2005 22:02:31 +0000 (22:02 +0000)]
Update to the stats_tree tapping API

- change the tap init_string to %s,tree instead of %s,stat
- change the registration key (it used to be tapname, that disallowed to register more than one tap per protocol)
- add a "pivot" node for convenience

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13502 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoBy Francisco Alcoba:
lroland [Thu, 24 Feb 2005 21:31:20 +0000 (21:31 +0000)]
By Francisco Alcoba:

Support for name resolution and IPv6 in VoIP Call Analysis

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13501 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoavoid capture stopping after just 1 packet in tethereal,
lego [Thu, 24 Feb 2005 21:22:51 +0000 (21:22 +0000)]
avoid capture stopping after just 1 packet in tethereal,

- in capture_opts_init() set capture_opts->autostop_packets to 0 instead of one.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13500 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoSearch for fop, not fop.sh
jmayer [Thu, 24 Feb 2005 19:46:15 +0000 (19:46 +0000)]
Search for fop, not fop.sh

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13499 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoMinor fixes
jmayer [Thu, 24 Feb 2005 19:45:08 +0000 (19:45 +0000)]
Minor fixes

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13498 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoDidier Gautheron: Fix out of tree compilation
jmayer [Thu, 24 Feb 2005 09:08:20 +0000 (09:08 +0000)]
Didier Gautheron: Fix out of tree compilation

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13497 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoPreliminary cleanup of static plugin linking
jmayer [Thu, 24 Feb 2005 07:23:18 +0000 (07:23 +0000)]
Preliminary cleanup of static plugin linking

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13496 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd some minor Cisco proprietary stuff (hostname, network-eap)
jmayer [Thu, 24 Feb 2005 07:19:42 +0000 (07:19 +0000)]
Add some minor Cisco proprietary stuff (hostname, network-eap)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13495 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoClean up white space.
guy [Thu, 24 Feb 2005 05:45:15 +0000 (05:45 +0000)]
Clean up white space.

"decode_boolean_bitfield()" returns a "const char *" - don't cast it to
a "gchar *" and modify what it points to.  Instead, just use
"other_decode_bitfield_value()".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13494 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoNot everything that uses "capture_eth()" includes "capture.h" (the ATM
guy [Thu, 24 Feb 2005 05:42:51 +0000 (05:42 +0000)]
Not everything that uses "capture_eth()" includes "capture.h" (the ATM
dissector, for one).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13493 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoMallocate the strings to be put into the columns, rather than filling in
guy [Thu, 24 Feb 2005 05:42:03 +0000 (05:42 +0000)]
Mallocate the strings to be put into the columns, rather than filling in
fixed-length buffers.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13492 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoDon't include "../image/eicon3d64.xpm", as we're not using it for now.
guy [Thu, 24 Feb 2005 05:40:55 +0000 (05:40 +0000)]
Don't include "../image/eicon3d64.xpm", as we're not using it for now.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13491 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoInclude <string.h> and <ctype.h> to get the appropriate functions
guy [Thu, 24 Feb 2005 05:39:59 +0000 (05:39 +0000)]
Include <string.h> and <ctype.h> to get the appropriate functions
declared and macros defined.

Pass all the necessary arguments to "get_natural_int()".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13490 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Alejandro Vaquero
lego [Thu, 24 Feb 2005 04:15:40 +0000 (04:15 +0000)]
From Alejandro Vaquero
voip_calls_dlg.c
    Change the "prepare filter" function to be protocol independent. Now it uses the
    "frame_num"s  from the Graph structure to create the filter. This also add support
    to MGCP and H323 LRQ/LCF filters that were not supported before.

graph_analysis.c:
    Change the mouse scroll wheel implementation to make a 3 line step change instead of 1 line.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13489 f5534014-38df-0310-8fa8-9805f1628bb7

19 years ago- fix a crash in new_avpl_strict_match when the operator avpl was empty
lego [Thu, 24 Feb 2005 04:11:31 +0000 (04:11 +0000)]
- fix a crash in new_avpl_strict_match when the operator avpl was empty
- change the name of the preference mate.config_filename: into mate.config:

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13488 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoif capture filename passed to parent, save it. Will currently take no effect.
ulfl [Thu, 24 Feb 2005 00:30:32 +0000 (00:30 +0000)]
if capture filename passed to parent, save it. Will currently take no effect.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13487 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofix some asn2eth warnings
etxrab [Wed, 23 Feb 2005 23:14:42 +0000 (23:14 +0000)]
fix some asn2eth warnings

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13486 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFix some asn2eth warnings.
etxrab [Wed, 23 Feb 2005 23:13:57 +0000 (23:13 +0000)]
Fix some asn2eth warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13485 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd dissection of packet tdmc
etxrab [Wed, 23 Feb 2005 23:12:48 +0000 (23:12 +0000)]
Add dissection of packet tdmc

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13484 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd dissection of packet tdmc
etxrab [Wed, 23 Feb 2005 23:12:07 +0000 (23:12 +0000)]
Add dissection of packet tdmc

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13483 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agopass child capture filename to parent process (name currently unused) and some fork_c...
ulfl [Wed, 23 Feb 2005 22:04:31 +0000 (22:04 +0000)]
pass child capture filename to parent process (name currently unused) and some fork_child cleanup

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13482 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoCHILD_NAME is only used #ifdef HAVE_LIBPCAP
ulfl [Wed, 23 Feb 2005 21:04:19 +0000 (21:04 +0000)]
CHILD_NAME is only used #ifdef HAVE_LIBPCAP

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13481 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoin tethereal
lego [Wed, 23 Feb 2005 17:05:32 +0000 (17:05 +0000)]
in tethereal
list_link_layer_types was not being initialized causing the "-r" option to fail

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13480 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoupdate asn2eth and all generated dissectors to new dissect_ber_boolean that takes...
sahlberg [Wed, 23 Feb 2005 08:57:47 +0000 (08:57 +0000)]
update asn2eth and all generated dissectors to new dissect_ber_boolean that takes a implicit_tag parameter

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13479 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofix printout of length of ndmp pdu
sahlberg [Wed, 23 Feb 2005 08:38:18 +0000 (08:38 +0000)]
fix printout of length of ndmp pdu

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13478 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agog_strrstr does not exist in gtk 1
sahlberg [Wed, 23 Feb 2005 08:37:30 +0000 (08:37 +0000)]
g_strrstr does not exist in gtk 1
replace it with strstr

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13477 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agouse the applications name (currently "ethereal" or "tethereal") in capture_opts,...
ulfl [Wed, 23 Feb 2005 08:34:12 +0000 (08:34 +0000)]
use the applications name (currently "ethereal" or "tethereal") in capture_opts, instead of hardcoded "ethereal" for both.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13476 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd request URI and Version fields. Add a question about fixing a memory leak.
gerald [Wed, 23 Feb 2005 05:47:17 +0000 (05:47 +0000)]
Add request URI and Version fields.  Add a question about fixing a memory leak.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13475 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agomove capture_opts related things (init, command line, ...) from capture.c to a new...
ulfl [Wed, 23 Feb 2005 01:01:19 +0000 (01:01 +0000)]
move capture_opts related things (init, command line, ...) from capture.c to a new file capture_opts.c and let both ethereal and tethereal use it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13474 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd the number of autostop files to the command line parameters, e.g.:
ulfl [Tue, 22 Feb 2005 23:46:54 +0000 (23:46 +0000)]
add the number of autostop files to the command line parameters, e.g.:

-a files:20

also added this to the manpage, the user's guide will follow later

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13473 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoThere seems to be some disagreement about if and how the welcome screen feature shoul...
ulfl [Tue, 22 Feb 2005 21:22:56 +0000 (21:22 +0000)]
There seems to be some disagreement about if and how the welcome screen feature should be implemented.
As I currently don't have the time to continue this, I've temporarily disabled it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13472 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofix usage of "if(tree) {" to display the right things, even if no coloring rule is set
ulfl [Tue, 22 Feb 2005 20:25:23 +0000 (20:25 +0000)]
fix usage of "if(tree) {" to display the right things, even if no coloring rule is set

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13471 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Alejandro Vaquero:
lego [Tue, 22 Feb 2005 19:37:46 +0000 (19:37 +0000)]
From Alejandro Vaquero:
  replace the code that used g_strsplit_set and was broken by me
  changing it to g_strsplit with something that works

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13470 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoDo not call the tap's initialization as soon as the -z option is read,
lego [Tue, 22 Feb 2005 19:17:28 +0000 (19:17 +0000)]
Do not call the tap's initialization as soon as the -z option is read,
postpone it after the preferences callback has being called.

That way mate's fields, which are registered by the preferences callback
can be used as part of the tap's filter.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13469 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoprevent messages like "Couldn't load font x, falling back to y", see comment for...
ulfl [Tue, 22 Feb 2005 07:53:54 +0000 (07:53 +0000)]
prevent messages like "Couldn't load font x, falling back to y", see comment for details

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13468 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agosome changes to the dialog's button behaviour
ulfl [Tue, 22 Feb 2005 07:31:19 +0000 (07:31 +0000)]
some changes to the dialog's button behaviour

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13467 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agobugfix: using the "rtp_example.raw.gz" from the wiki, the dialog runs into an endless...
ulfl [Tue, 22 Feb 2005 07:25:16 +0000 (07:25 +0000)]
bugfix: using the "rtp_example.raw.gz" from the wiki, the dialog runs into an endless loop, as a g_list_next() was missing in a while loop

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13466 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agobuttons should use "Header capitalization" see GNOME HIG http://developer.gnome.org...
ulfl [Tue, 22 Feb 2005 07:22:51 +0000 (07:22 +0000)]
buttons should use "Header capitalization" see GNOME HIG developer.gnome.org/projects/gup/hig/1.0/layout.html#layout-capitalization

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13465 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoavoid crashing when Debug_Cfg is set and no Payload is given for a Pdu
lego [Tue, 22 Feb 2005 02:16:35 +0000 (02:16 +0000)]
avoid crashing when Debug_Cfg is set and no Payload is given for a Pdu

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13464 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Francisco Alcoba:
lego [Tue, 22 Feb 2005 01:55:04 +0000 (01:55 +0000)]
From Francisco Alcoba:
changed the behaviour of get_addr_name:
 - resolve to a name if the address supports it
 - call address_to_str if it does not, but the address is valid
 - return "NONE" if it is AT_NONE

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13463 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoooops,I forgot this one with the last checkin
lego [Mon, 21 Feb 2005 23:29:49 +0000 (23:29 +0000)]
ooops,I forgot this one with the last checkin

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13462 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofrom Alejandro Vaquero
lego [Mon, 21 Feb 2005 22:53:01 +0000 (22:53 +0000)]
from Alejandro Vaquero
 - fix the thinks I broken removing warnings in the last commit

other than that I removed calls to glib2 that broke
compilation on solaris' buiddbot

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13461 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadded IEEE 802.1 Link Layer Discovery Protocol (LLDP) to the ethertypes, but sorry...
ulfl [Mon, 21 Feb 2005 20:19:15 +0000 (20:19 +0000)]
added IEEE 802.1 Link Layer Discovery Protocol (LLDP) to the ethertypes, but sorry, no dissector (yet?)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13460 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoWe've "just reached" 2005, extend the copyright notice by the "new" year ...
ulfl [Mon, 21 Feb 2005 19:51:13 +0000 (19:51 +0000)]
We've "just reached" 2005, extend the copyright notice by the "new" year ...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13459 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAs we have a (two) WishList(s) in the Wiki now, this to do list doesn't make any...
ulfl [Mon, 21 Feb 2005 19:49:38 +0000 (19:49 +0000)]
As we have a (two) WishList(s) in the Wiki now, this to do list doesn't make any sense

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13458 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Alejandro Vaquero
lego [Mon, 21 Feb 2005 03:06:41 +0000 (03:06 +0000)]
From Alejandro Vaquero
Add support of mouse scroll wheel and directional keys
(Up, down, left, and right) in the Graph Analysis.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13457 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofix few things:
lego [Mon, 21 Feb 2005 02:36:55 +0000 (02:36 +0000)]
fix few things:
- boolean does not exists in *nix change them to g_boolean
- removed some warnings about uninitialized variables
- mgcp_info->hasDigitMap is a pointer to a boolean, dereference it

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13456 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoI have to check this in with HHC enabled, otherwise I cannot get a chm file without...
ulfl [Mon, 21 Feb 2005 02:35:42 +0000 (02:35 +0000)]
I have to check this in with HHC enabled, otherwise I cannot get a chm file without the SVN-version.xml includes a modified tag.

Joerg seem's to have fix this HHC thing, so it should be compilable on unix systems without errors (hopefully).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13455 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd svn_version.xml to both validate targets
ulfl [Mon, 21 Feb 2005 02:12:21 +0000 (02:12 +0000)]
add svn_version.xml to both validate targets

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13454 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agosvn:ignore the new pdf file names and svn_version.xml
jmayer [Mon, 21 Feb 2005 01:02:43 +0000 (01:02 +0000)]
svn:ignore the new pdf file names and svn_version.xml

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13453 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofix a typo: lenght -> length
ulfl [Sun, 20 Feb 2005 22:36:34 +0000 (22:36 +0000)]
fix a typo: lenght -> length

This seems to be a "more common" typo, fixed it 13 times throughout the code ...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13452 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofrom Joerg Mayer: changes towards the automake generation
ulfl [Sun, 20 Feb 2005 21:45:52 +0000 (21:45 +0000)]
from Joerg Mayer: changes towards the automake generation

I've added some minor cleanup things

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13451 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoThe former icons used for both guide's were copied from the DOCBOOKXSLT package,...
ulfl [Sun, 20 Feb 2005 20:49:15 +0000 (20:49 +0000)]
The former icons used for both guide's were copied from the DOCBOOKXSLT package, which is used to convert the files from XML to HTML or whatever.

As it's unsure if the license of these icons match the way we use it (I would think so, but I'm unsure),
I've replaced them by stock icons (see http://developer.gnome.org/doc/API/2.0/gtk/gtk-Stock-Items.html) from the GTK library (licensed under LPGL), so it should be ok to use them in an GPL project.

I had to scale them from 48x48 to 24x24, but the Gimp is my friend :-)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13450 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agocomment out two g_message() calls
lego [Sun, 20 Feb 2005 18:18:10 +0000 (18:18 +0000)]
comment out two g_message() calls

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13449 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFixes few things during reinitialization with gtk2 (it doesn't crash anymore),
lego [Sun, 20 Feb 2005 17:43:38 +0000 (17:43 +0000)]
Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),
  there are still problems at reinit (gtk2 node->pr warns about an iterator not been OK)

set up propperties of the given files

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13448 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoDon't register mgcp taps,
lroland [Sun, 20 Feb 2005 15:53:11 +0000 (15:53 +0000)]
Don't register mgcp taps,
when we haven't loaded the mgcp plugin.

and

From Alejandro Vaquero:
mgcp support for the voip call analysis tap

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13447 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFix generation of svn_version.xml with Unix make
jmayer [Sun, 20 Feb 2005 07:25:58 +0000 (07:25 +0000)]
Fix generation of svn_version.xml with Unix make

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13446 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoCorrect fix for distcheck this time - definitely
jmayer [Sun, 20 Feb 2005 06:42:08 +0000 (06:42 +0000)]
Correct fix for distcheck this time - definitely

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13445 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoThe last checkin changed the settings to my system - reevrt them back so Ulf can...
jmayer [Sun, 20 Feb 2005 06:08:15 +0000 (06:08 +0000)]
The last checkin changed the settings to my system - reevrt them back so Ulf can use it out of the box

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13444 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoRemove Makefile.auto during make clean (distcheck again)
jmayer [Sun, 20 Feb 2005 05:53:06 +0000 (05:53 +0000)]
Remove Makefile.auto during make clean (distcheck again)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13443 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd some svn props
jmayer [Sun, 20 Feb 2005 05:39:24 +0000 (05:39 +0000)]
Add some svn props

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13442 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoRemove stats_tree again: It breaks distcheck
jmayer [Sun, 20 Feb 2005 05:20:42 +0000 (05:20 +0000)]
Remove stats_tree again: It breaks distcheck

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13441 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoMakefile.autoi.* isn't automagically added to tarball - add to EXTRA_DIST for now
jmayer [Sun, 20 Feb 2005 05:06:28 +0000 (05:06 +0000)]
Makefile.autoi.* isn't automagically added to tarball - add to EXTRA_DIST for now

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13440 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoBeginnings of autogenerating docbook/Makefile (long way to go) so call it Makefile...
jmayer [Sun, 20 Feb 2005 05:01:46 +0000 (05:01 +0000)]
Beginnings of autogenerating docbook/Makefile (long way to go) so call it Makefile.auto for now

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13439 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoCreate stats_tree Makefile to allow manual builds
jmayer [Sun, 20 Feb 2005 04:34:03 +0000 (04:34 +0000)]
Create stats_tree Makefile to allow manual builds

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13438 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoReplace some spaces by TAB to make vim with syntax highlighting happy
jmayer [Sun, 20 Feb 2005 04:31:30 +0000 (04:31 +0000)]
Replace some spaces by TAB to make vim with syntax highlighting happy

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13437 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd packet-rdt.h to DISSECTOR_INCLUDES
jmayer [Sun, 20 Feb 2005 04:17:17 +0000 (04:17 +0000)]
Add packet-rdt.h to DISSECTOR_INCLUDES

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13436 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoChanged the GopTree in GogDef and GogExtra from a boolean to a string
lego [Sun, 20 Feb 2005 02:21:04 +0000 (02:21 +0000)]
Changed the GopTree in GogDef and GogExtra from a boolean to a string
  GopTree={BasicTree|NoTree|FullTree}
    NoTree: just an item for each gop
    BasicTree: (default) some essential information regarding the gop
    FullTree: the Gop's full tree

added Id and eol-style to examples

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13435 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agomodify eol-style property
lego [Sun, 20 Feb 2005 01:58:29 +0000 (01:58 +0000)]
modify eol-style property

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13434 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoset the property keyword Id
lego [Sun, 20 Feb 2005 01:41:57 +0000 (01:41 +0000)]
set the property keyword Id

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13433 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoset the Id keyword for these two new files
lego [Sun, 20 Feb 2005 01:40:31 +0000 (01:40 +0000)]
set the Id keyword for these two new files

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13432 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Martin Mathielson
lego [Sat, 19 Feb 2005 22:43:38 +0000 (22:43 +0000)]
From Martin Mathielson
 RDT (Realplayer Data Protocol) dissector and patch RTSP to create RDT conversations

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13431 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd mms.mate to the examples collection
lego [Sat, 19 Feb 2005 03:22:24 +0000 (03:22 +0000)]
add mms.mate to the examples collection

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13430 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoIn order to avoid a crash at reanalize_gop(), do not accept a GogKey where the Gop...
lego [Sat, 19 Feb 2005 03:10:50 +0000 (03:10 +0000)]
In order to avoid a crash at reanalize_gop(), do not accept a GogKey where the Gop has not yet being declared.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13429 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoStep the version number of the plugin
lego [Fri, 18 Feb 2005 22:43:12 +0000 (22:43 +0000)]
Step the version number of the plugin

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13428 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdds Payload AVP to PduDef AVPLs simmetric to the Transport AVP
lego [Fri, 18 Feb 2005 22:33:16 +0000 (22:33 +0000)]
Adds Payload AVP to PduDef AVPLs simmetric to the Transport AVP
allows to fetch fields also from ranges that are the payload of the Proto

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13427 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agousage of tcp_dissect_pdu is broken
sahlberg [Fri, 18 Feb 2005 21:19:01 +0000 (21:19 +0000)]
usage of tcp_dissect_pdu   is broken

comment it out to stop it from dumping core.
jxta people will have to fix this properly later.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13426 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agodo not prototype capture_eth() unless capture.h has being included
lego [Fri, 18 Feb 2005 20:19:52 +0000 (20:19 +0000)]
do not prototype capture_eth() unless capture.h has being included

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13425 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoGet rid of some useless lines from the last patch
lego [Fri, 18 Feb 2005 20:11:30 +0000 (20:11 +0000)]
Get rid of some useless lines from the last patch

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13424 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd a pointer to the start frame of each gop in the gog's tree
lego [Fri, 18 Feb 2005 20:02:40 +0000 (20:02 +0000)]
Add a pointer to the start frame of each gop in the gog's tree

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13423 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agotwo fixes in config loading:
lego [Fri, 18 Feb 2005 18:40:25 +0000 (18:40 +0000)]
two fixes in config loading:
  - do not accept GopDefs for non existent pdus Pdu
  - GogExtra "no For" instead of "no Name"

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13422 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agominor prettification
sahlberg [Thu, 17 Feb 2005 20:56:47 +0000 (20:56 +0000)]
minor prettification

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13421 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agopass lun (and status) to scsi subdissector so we can filter
sahlberg [Thu, 17 Feb 2005 12:07:45 +0000 (12:07 +0000)]
pass lun (and status) to scsi subdissector so we can filter
on scsi.lun   and prettify the summary line a bit.

ndmp still needs some work to track luns between commands
and fcp needs verification it works for volumesetaddressing.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13420 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoHave "cf_merge_files()" take a pointer-to-pointer-to-char as the output
guy [Thu, 17 Feb 2005 03:05:54 +0000 (03:05 +0000)]
Have "cf_merge_files()" take a pointer-to-pointer-to-char as the output
file name argument; if the pointed-to pointer is null, it opens a
temporary file, and sets that pointer to a mallocated copy of the
pathname of the temporary file.  It no longer needs a file descriptor as
an argument.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13419 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd some of the anytime operations.
etxrab [Wed, 16 Feb 2005 22:44:15 +0000 (22:44 +0000)]
Add some of the anytime operations.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13418 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAdd some of the AnyTime... Operations.
etxrab [Wed, 16 Feb 2005 22:42:52 +0000 (22:42 +0000)]
Add some of the AnyTime... Operations.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13417 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoFrom Tomas Kukosa:
etxrab [Wed, 16 Feb 2005 22:40:56 +0000 (22:40 +0000)]
From Tomas Kukosa:
Fix  problems with bitfields with dashed ("-") names

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13416 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoAn example stats_tree plugin using pinfo as its only data source
lego [Wed, 16 Feb 2005 14:26:27 +0000 (14:26 +0000)]
An example stats_tree plugin using pinfo as its only data source
I'm not checking changes to the Makefiles yet.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13415 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoInitial checkin of the stats-tree tap API
lego [Wed, 16 Feb 2005 14:16:40 +0000 (14:16 +0000)]
Initial checkin of the stats-tree tap API
Makefiles have not been modified yet, there's still work to do.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13414 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agopreparations for autogenerated ms dcerpc interfaces
sahlberg [Wed, 16 Feb 2005 11:31:56 +0000 (11:31 +0000)]
preparations for autogenerated ms dcerpc interfaces
make it possible to prettify SIDs and control how and where their string representation should be shown in the summary line and the tree
similar to how counted_strings prettification can be controlled

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13413 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agomark the frame opened/closed fields for policy handles as GENERATED fields
sahlberg [Wed, 16 Feb 2005 10:25:00 +0000 (10:25 +0000)]
mark the frame opened/closed fields for policy handles as GENERATED fields

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13412 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd simple check that if a hf_rename field has not been referenced by the idl/cnf...
sahlberg [Wed, 16 Feb 2005 10:11:26 +0000 (10:11 +0000)]
add simple check that if a hf_rename field has not been referenced by the idl/cnf files then it is likely the conformance file has become stale and needs updating.   abort with an error message.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13411 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agofrom lars ruoff a few extra columns for rtp analysis
sahlberg [Wed, 16 Feb 2005 09:24:52 +0000 (09:24 +0000)]
from lars ruoff    a few extra columns for rtp analysis

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13410 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoadd extra sanity check.
sahlberg [Wed, 16 Feb 2005 00:19:52 +0000 (00:19 +0000)]
add extra sanity check.
dont match a request with a reply that came earlier in the trace or SRT will
look funny :-)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13409 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agonew protocol from Giles Scott : Retix spanning tree protocol
sahlberg [Tue, 15 Feb 2005 21:01:51 +0000 (21:01 +0000)]
new protocol from Giles Scott : Retix spanning tree protocol

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13408 f5534014-38df-0310-8fa8-9805f1628bb7

19 years agoHave "cf_merge_files()" always close "out_fd" before returning; it does
guy [Tue, 15 Feb 2005 20:01:24 +0000 (20:01 +0000)]
Have "cf_merge_files()" always close "out_fd" before returning; it does
so if "wtap_dump_fdopen()" succeeds (as a side-effect of calling
"wtap_dump_close()"), even if "cf_merge_fails()" after that, so it
should do so if it fails.

That means we don't need to close it in the callers of "cf_merge_files()".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13407 f5534014-38df-0310-8fa8-9805f1628bb7