aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* some minor fixes: logging and comments fixedUlf Lamping2005-12-163-9/+21
* From Michael Rozhavsky:Anders Broman2005-12-161-46/+212
* From Jacques, Olivier (OCBU-Test Infra)Anders Broman2005-12-161-5/+73
* From Grame Lunt:Anders Broman2005-12-161-1/+5
* Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman2005-12-1611-20/+13
* From Graeme Lunt:Anders Broman2005-12-1620-382/+839
* From Stig BRonnie Sahlberg2005-12-163-1/+48
* from Jaap KRonnie Sahlberg2005-12-151-1/+2
* update to modbus/tcpRonnie Sahlberg2005-12-151-148/+181
* Fix themeing for GTK+ 2.8. This hasn't been tested under 2.6 or 2.4.Gerald Combs2005-12-153-1/+9
* Make sure we install the libpng and cairo DLLs if needed.Gerald Combs2005-12-153-0/+11
* Use the reported length, not the length, to figure out how much toGuy Harris2005-12-151-5/+4
* remove the setting of no longer required command line options:Ulf Lamping2005-12-151-14/+18
* remove a missplaced commentUlf Lamping2005-12-151-1/+0
* use capture_opts_trim_iface() instead of duplicated codeUlf Lamping2005-12-151-47/+69
* Fix Bug 628 Bugzilla 2.18.3 Anders Broman2005-12-142-19/+11
* Add possibility to try to dissect IP over TIPC.Anders Broman2005-12-141-63/+133
* Add support for GLib/GTK+ 2.8. Point to the latest tag.Gerald Combs2005-12-145-23/+62
* From Jaap Keuter:Anders Broman2005-12-143-21/+102
* Add makefilesAnders Broman2005-12-142-2/+3
* From Grame Lunt:Anders Broman2005-12-1422-135/+343
* From Graeme Lunt:Anders Broman2005-12-141-33/+92
* From Marc Petit-HugueninAnders Broman2005-12-141-7/+106
* Use src and dst instead of net_src.Anders Broman2005-12-142-31/+37
* Close the dictionary files after reading from them.Luis Ontanon2005-12-141-0/+4
* update Ethereal command line options -D and -iUlf Lamping2005-12-141-23/+54
* document latest command line changes:Ulf Lamping2005-12-141-4/+31
* "a & b == c" is, in C, parsed as "a & (b == c)" - and if b and c are theGuy Harris2005-12-141-2/+4
* Constify a bunch of arguments and variables, to squelch compilerGuy Harris2005-12-149-18/+24
* hmmm, the include sequence might be important too ...Ulf Lamping2005-12-141-1/+1
* add missing includeUlf Lamping2005-12-141-0/+2
* add a new directory 'test', currently containing an alpha test (using some si...Ulf Lamping2005-12-137-0/+879
* HUGE STEP (hopefully toward the right direction):Ulf Lamping2005-12-138-1028/+631
* we don't use the command line option -W any longer, remove it from a commentUlf Lamping2005-12-131-1/+0
* make get_if_name() parameter if_text const, it's not changed insideUlf Lamping2005-12-132-2/+2
* we are opening the file for writing....Luis Ontanon2005-12-131-2/+2
* handle sccp connections.Luis Ontanon2005-12-131-38/+190
* Avoid the default sccp.ssn range to overwrite sccp.ssns of other dissectors.Luis Ontanon2005-12-132-2/+2
* Change reassembly to include first empty segment, check if SLR exists.Anders Broman2005-12-132-15/+24
* Throw an exception if we have an invalid offset. Fixes bug 585.Gerald Combs2005-12-131-0/+3
* Fix some bit mask tests - & has lower priority than !=, so "a & b != c"Guy Harris2005-12-131-2/+8
* Escape question marks when they could be interpreted as part of aGuy Harris2005-12-131-9/+9
* Add tvb_fake_unicode().Guy Harris2005-12-131-0/+1
* Update from samba tree revision 12185 to 12205Jörg Mayer2005-12-132-3/+28
* update the work-in-progress pidl generated wkssvc dissector and add a conform...Ronnie Sahlberg2005-12-132-40/+52
* swap Trip/Close as per bug 579Ronnie Sahlberg2005-12-131-4/+4
* asn2eth.py:Gerald Combs2005-12-133-3/+6
* We should really do quit Ethereal if user asked us to do so with the -Q option!Ulf Lamping2005-12-131-0/+16
* don't try to close wtap, if we couldn't load the wiretap fileUlf Lamping2005-12-131-1/+2
* Convert to new style dissector (hopefully done right)Jörg Mayer2005-12-121-13/+11