Commit Graph

13206 Commits

Author SHA1 Message Date
Ronnie Sahlberg fbf762bda5 update asn2eth and all generated dissectors to new dissect_ber_boolean that takes a implicit_tag parameter
svn path=/trunk/; revision=13479
2005-02-23 08:57:47 +00:00
Ronnie Sahlberg 55bd0f9bbb fix printout of length of ndmp pdu
svn path=/trunk/; revision=13478
2005-02-23 08:38:18 +00:00
Ronnie Sahlberg 76d9049746 g_strrstr does not exist in gtk 1
replace it with strstr


svn path=/trunk/; revision=13477
2005-02-23 08:37:30 +00:00
Ulf Lamping 72547c8d02 use the applications name (currently "ethereal" or "tethereal") in capture_opts, instead of hardcoded "ethereal" for both.
svn path=/trunk/; revision=13476
2005-02-23 08:34:12 +00:00
Gerald Combs 105e5bd617 Add request URI and Version fields. Add a question about fixing a memory leak.
svn path=/trunk/; revision=13475
2005-02-23 05:47:17 +00:00
Ulf Lamping d643a55488 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.
svn path=/trunk/; revision=13474
2005-02-23 01:01:19 +00:00
Ulf Lamping a25fd8d7ca 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

svn path=/trunk/; revision=13473
2005-02-22 23:46:54 +00:00
Ulf Lamping 9677b33abf 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.

svn path=/trunk/; revision=13472
2005-02-22 21:22:56 +00:00
Ulf Lamping 3cc6dc3b90 fix usage of "if(tree) {" to display the right things, even if no coloring rule is set
svn path=/trunk/; revision=13471
2005-02-22 20:25:23 +00:00
Luis Ontanon 5926160fa9 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


svn path=/trunk/; revision=13470
2005-02-22 19:37:46 +00:00
Luis Ontanon 7dccea9b20 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.


svn path=/trunk/; revision=13469
2005-02-22 19:17:28 +00:00
Ulf Lamping bb3310bd9d prevent messages like "Couldn't load font x, falling back to y", see comment for details
svn path=/trunk/; revision=13468
2005-02-22 07:53:54 +00:00
Ulf Lamping d86cad09bd some changes to the dialog's button behaviour
svn path=/trunk/; revision=13467
2005-02-22 07:31:19 +00:00
Ulf Lamping 424a80c9c7 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
svn path=/trunk/; revision=13466
2005-02-22 07:25:16 +00:00
Ulf Lamping 6939cc4465 buttons should use "Header capitalization" see GNOME HIG http://developer.gnome.org/projects/gup/hig/1.0/layout.html#layout-capitalization
svn path=/trunk/; revision=13465
2005-02-22 07:22:51 +00:00
Luis Ontanon 5912813eeb avoid crashing when Debug_Cfg is set and no Payload is given for a Pdu
svn path=/trunk/; revision=13464
2005-02-22 02:16:35 +00:00
Luis Ontanon f0c8a7ab65 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


svn path=/trunk/; revision=13463
2005-02-22 01:55:04 +00:00
Luis Ontanon 9edd68b0e1 ooops,I forgot this one with the last checkin
svn path=/trunk/; revision=13462
2005-02-21 23:29:49 +00:00
Luis Ontanon a26c9e6299 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


svn path=/trunk/; revision=13461
2005-02-21 22:53:01 +00:00
Ulf Lamping 76c32eb945 added IEEE 802.1 Link Layer Discovery Protocol (LLDP) to the ethertypes, but sorry, no dissector (yet?)
svn path=/trunk/; revision=13460
2005-02-21 20:19:15 +00:00
Ulf Lamping 59bd32fe87 We've "just reached" 2005, extend the copyright notice by the "new" year ...
svn path=/trunk/; revision=13459
2005-02-21 19:51:13 +00:00
Ulf Lamping 70b1e9f94f As we have a (two) WishList(s) in the Wiki now, this to do list doesn't make any sense
svn path=/trunk/; revision=13458
2005-02-21 19:49:38 +00:00
Luis Ontanon b4ffe0e024 From Alejandro Vaquero
Add support of mouse scroll wheel and directional keys
(Up, down, left, and right) in the Graph Analysis.


svn path=/trunk/; revision=13457
2005-02-21 03:06:41 +00:00
Luis Ontanon 9ff6891a86 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


svn path=/trunk/; revision=13456
2005-02-21 02:36:55 +00:00
Ulf Lamping 2ebe4673eb 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).

svn path=/trunk/; revision=13455
2005-02-21 02:35:42 +00:00
Ulf Lamping 2172218bde add svn_version.xml to both validate targets
svn path=/trunk/; revision=13454
2005-02-21 02:12:21 +00:00
Ulf Lamping 2f836c20a8 fix a typo: lenght -> length
This seems to be a "more common" typo, fixed it 13 times throughout the code ...

svn path=/trunk/; revision=13452
2005-02-20 22:36:34 +00:00
Ulf Lamping 6a60b57c13 from Joerg Mayer: changes towards the automake generation
I've added some minor cleanup things 

svn path=/trunk/; revision=13451
2005-02-20 21:45:52 +00:00
Ulf Lamping bf70c4ef43 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 :-)

svn path=/trunk/; revision=13450
2005-02-20 20:49:15 +00:00
Luis Ontanon e5bc9c5b50 comment out two g_message() calls
svn path=/trunk/; revision=13449
2005-02-20 18:18:10 +00:00
Luis Ontanon 9b02a501cd 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

svn path=/trunk/; revision=13448
2005-02-20 17:43:38 +00:00
Lars Roland b65e9739d2 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

svn path=/trunk/; revision=13447
2005-02-20 15:53:11 +00:00
Jörg Mayer a177b7a4cc Fix generation of svn_version.xml with Unix make
svn path=/trunk/; revision=13446
2005-02-20 07:25:58 +00:00
Jörg Mayer 24eba5be0d Correct fix for distcheck this time - definitely
svn path=/trunk/; revision=13445
2005-02-20 06:42:08 +00:00
Jörg Mayer 33738ec005 The last checkin changed the settings to my system - reevrt them back so Ulf can use it out of the box
svn path=/trunk/; revision=13444
2005-02-20 06:08:15 +00:00
Jörg Mayer fdf7723dd2 Remove Makefile.auto during make clean (distcheck again)
svn path=/trunk/; revision=13443
2005-02-20 05:53:06 +00:00
Jörg Mayer bbee792260 Add some svn props
svn path=/trunk/; revision=13442
2005-02-20 05:39:24 +00:00
Jörg Mayer e7063b1dbf Remove stats_tree again: It breaks distcheck
svn path=/trunk/; revision=13441
2005-02-20 05:20:42 +00:00
Jörg Mayer 4af0fd9443 Makefile.autoi.* isn't automagically added to tarball - add to EXTRA_DIST for now
svn path=/trunk/; revision=13440
2005-02-20 05:06:28 +00:00
Jörg Mayer 6b650bc433 Beginnings of autogenerating docbook/Makefile (long way to go) so call it Makefile.auto for now
svn path=/trunk/; revision=13439
2005-02-20 05:01:46 +00:00
Jörg Mayer 794eb11464 Create stats_tree Makefile to allow manual builds
svn path=/trunk/; revision=13438
2005-02-20 04:34:03 +00:00
Jörg Mayer 4d8316b63c Replace some spaces by TAB to make vim with syntax highlighting happy
svn path=/trunk/; revision=13437
2005-02-20 04:31:30 +00:00
Jörg Mayer ecce686381 Add packet-rdt.h to DISSECTOR_INCLUDES
svn path=/trunk/; revision=13436
2005-02-20 04:17:17 +00:00
Luis Ontanon 80ec76c622 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


svn path=/trunk/; revision=13435
2005-02-20 02:21:04 +00:00
Luis Ontanon bec15c6a45 modify eol-style property
svn path=/trunk/; revision=13434
2005-02-20 01:58:29 +00:00
Luis Ontanon 5a73a21a2d set the property keyword Id
svn path=/trunk/; revision=13433
2005-02-20 01:41:57 +00:00
Luis Ontanon a20071015b set the Id keyword for these two new files
svn path=/trunk/; revision=13432
2005-02-20 01:40:31 +00:00
Luis Ontanon f18141e49b From Martin Mathielson
RDT (Realplayer Data Protocol) dissector and patch RTSP to create RDT conversations

svn path=/trunk/; revision=13431
2005-02-19 22:43:38 +00:00
Luis Ontanon 59ef46c037 add mms.mate to the examples collection
svn path=/trunk/; revision=13430
2005-02-19 03:22:24 +00:00
Luis Ontanon e2e5536fef In order to avoid a crash at reanalize_gop(), do not accept a GogKey where the Gop has not yet being declared.
svn path=/trunk/; revision=13429
2005-02-19 03:10:50 +00:00