summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-25change to int the return type of manip_stat_node() so that it can be used as ↵Luis Ontanon2-4/+4
a parent svn path=/trunk/; revision=13508
2005-02-25Get stats_tree compiledLuis Ontanon3-0/+5
svn path=/trunk/; revision=13507
2005-02-25some more work forLuis Ontanon3-18/+78
- beautify the text output - make gtk1 textbox implementation usable (I hope) svn path=/trunk/; revision=13506
2005-02-24Dissect MTP3 with service indicator 14 as H248.Anders Broman1-0/+1
svn path=/trunk/; revision=13505
2005-02-24From Ben Turner:Anders Broman1-1/+1
Vendors were not being parsed properly from the XML diameter dictionary. svn path=/trunk/; revision=13504
2005-02-24Change the plugin to be something useful.Luis Ontanon2-125/+51
Adds more taps, tests range nodes tests pivot nodes svn path=/trunk/; revision=13503
2005-02-24Update to the stats_tree tapping APILuis Ontanon5-11/+84
- 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 svn path=/trunk/; revision=13502
2005-02-24By Francisco Alcoba:Lars Roland5-98/+146
Support for name resolution and IPv6 in VoIP Call Analysis svn path=/trunk/; revision=13501
2005-02-24avoid capture stopping after just 1 packet in tethereal,Luis Ontanon1-1/+1
- in capture_opts_init() set capture_opts->autostop_packets to 0 instead of one. svn path=/trunk/; revision=13500
2005-02-24Search for fop, not fop.shJörg Mayer1-3/+3
svn path=/trunk/; revision=13499
2005-02-24Minor fixesJörg Mayer1-3/+17
svn path=/trunk/; revision=13498
2005-02-24Didier Gautheron: Fix out of tree compilationJörg Mayer2-3/+3
svn path=/trunk/; revision=13497
2005-02-24Preliminary cleanup of static plugin linkingJörg Mayer1-1/+3
svn path=/trunk/; revision=13496
2005-02-24Add some minor Cisco proprietary stuff (hostname, network-eap)Jörg Mayer1-3/+18
svn path=/trunk/; revision=13495
2005-02-24Clean up white space.Guy Harris1-48/+45
"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()". svn path=/trunk/; revision=13494
2005-02-24Not everything that uses "capture_eth()" includes "capture.h" (the ATMGuy Harris1-2/+0
dissector, for one). svn path=/trunk/; revision=13493
2005-02-24Mallocate the strings to be put into the columns, rather than filling inGuy Harris1-27/+16
fixed-length buffers. svn path=/trunk/; revision=13492
2005-02-24Don't include "../image/eicon3d64.xpm", as we're not using it for now.Guy Harris1-0/+2
svn path=/trunk/; revision=13491
2005-02-24Include <string.h> and <ctype.h> to get the appropriate functionsGuy Harris1-2/+5
declared and macros defined. Pass all the necessary arguments to "get_natural_int()". svn path=/trunk/; revision=13490
2005-02-24From Alejandro VaqueroLuis Ontanon2-51/+28
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. svn path=/trunk/; revision=13489
2005-02-24- fix a crash in new_avpl_strict_match when the operator avpl was emptyLuis Ontanon2-1/+4
- change the name of the preference mate.config_filename: into mate.config: svn path=/trunk/; revision=13488
2005-02-24if capture filename passed to parent, save it. Will currently take no effect.Ulf Lamping1-3/+11
svn path=/trunk/; revision=13487
2005-02-23fix some asn2eth warningsAnders Broman2-429/+225
svn path=/trunk/; revision=13486
2005-02-23Fix some asn2eth warnings.Anders Broman3-29/+65
svn path=/trunk/; revision=13485
2005-02-23Add dissection of packet tdmcAnders Broman2-66/+95
svn path=/trunk/; revision=13484
2005-02-23Add dissection of packet tdmcAnders Broman1-26/+55
svn path=/trunk/; revision=13483
2005-02-23pass child capture filename to parent process (name currently unused) and ↵Ulf Lamping4-8/+65
some fork_child cleanup svn path=/trunk/; revision=13482
2005-02-23CHILD_NAME is only used #ifdef HAVE_LIBPCAPUlf Lamping1-2/+2
svn path=/trunk/; revision=13481
2005-02-23in tetherealLuis Ontanon1-1/+1
list_link_layer_types was not being initialized causing the "-r" option to fail svn path=/trunk/; revision=13480
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵Ronnie Sahlberg34-524/+597
takes a implicit_tag parameter svn path=/trunk/; revision=13479
2005-02-23fix printout of length of ndmp pduRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=13478
2005-02-23g_strrstr does not exist in gtk 1Ronnie Sahlberg1-1/+1
replace it with strstr svn path=/trunk/; revision=13477
2005-02-23use the applications name (currently "ethereal" or "tethereal") in ↵Ulf Lamping4-75/+33
capture_opts, instead of hardcoded "ethereal" for both. svn path=/trunk/; revision=13476
2005-02-23Add request URI and Version fields. Add a question about fixing a memory leak.Gerald Combs1-1/+34
svn path=/trunk/; revision=13475
2005-02-23move capture_opts related things (init, command line, ...) from capture.c to ↵Ulf Lamping5-508/+361
a new file capture_opts.c and let both ethereal and tethereal use it. svn path=/trunk/; revision=13474
2005-02-22add the number of autostop files to the command line parameters, e.g.:Ulf Lamping2-1/+11
-a files:20 also added this to the manpage, the user's guide will follow later svn path=/trunk/; revision=13473
2005-02-22There seems to be some disagreement about if and how the welcome screen ↵Ulf Lamping1-0/+13
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-22fix usage of "if(tree) {" to display the right things, even if no coloring ↵Ulf Lamping2-145/+148
rule is set svn path=/trunk/; revision=13471
2005-02-22From Alejandro Vaquero:Luis Ontanon1-18/+4
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-22Do not call the tap's initialization as soon as the -z option is read,Luis Ontanon1-3/+14
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-22prevent messages like "Couldn't load font x, falling back to y", see comment ↵Ulf Lamping1-2/+5
for details svn path=/trunk/; revision=13468
2005-02-22some changes to the dialog's button behaviourUlf Lamping1-1/+4
svn path=/trunk/; revision=13467
2005-02-22bugfix: using the "rtp_example.raw.gz" from the wiki, the dialog runs into ↵Ulf Lamping1-0/+1
an endless loop, as a g_list_next() was missing in a while loop svn path=/trunk/; revision=13466
2005-02-22buttons should use "Header capitalization" see GNOME HIG ↵Ulf Lamping1-2/+2
http://developer.gnome.org/projects/gup/hig/1.0/layout.html#layout-capitalization svn path=/trunk/; revision=13465
2005-02-22avoid crashing when Debug_Cfg is set and no Payload is given for a PduLuis Ontanon1-1/+1
svn path=/trunk/; revision=13464
2005-02-22From Francisco Alcoba:Luis Ontanon6-45/+88
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-21ooops,I forgot this one with the last checkinLuis Ontanon1-1/+1
svn path=/trunk/; revision=13462
2005-02-21from Alejandro VaqueroLuis Ontanon1-90/+102
- 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-21added IEEE 802.1 Link Layer Discovery Protocol (LLDP) to the ethertypes, but ↵Ulf Lamping2-0/+5
sorry, no dissector (yet?) svn path=/trunk/; revision=13460
2005-02-21We've "just reached" 2005, extend the copyright notice by the "new" year ...Ulf Lamping1-1/+1
svn path=/trunk/; revision=13459