aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris85-909/+3215
scripts. svn path=/trunk/; revision=17961
2006-04-22as I've experienced a scrollbar again while having 7 interfaces, I've tried ↵Ulf Lamping1-1/+2
to add the number of interfaces to the height formula to fix this svn path=/trunk/; revision=17960
2006-04-22the "Generic dialup adapter" interface doesn't support any OID's at all, ↵Ulf Lamping1-4/+49
extend the tab insensitive mechanism to all tabs svn path=/trunk/; revision=17959
2006-04-22add a new tab with TCP/IP offloading capabilitiesUlf Lamping1-8/+335
add some debug functions to show available OID's clarify some 802.11 item labels svn path=/trunk/; revision=17958
2006-04-22put some exchange tracking info in scsi CDBs and DATA pdusRonnie Sahlberg1-18/+36
svn path=/trunk/; revision=17957
2006-04-22add the spc commands to the mmc tablesRonnie Sahlberg1-44/+50
svn path=/trunk/; revision=17956
2006-04-22add the spc commands to the smc and ssc tablesRonnie Sahlberg1-47/+73
svn path=/trunk/; revision=17955
2006-04-22add all supported SPC commands used by SBC to the SBC tablesRonnie Sahlberg1-61/+75
svn path=/trunk/; revision=17954
2006-04-22start prettifying the dissectionRonnie Sahlberg1-32/+45
make scsi responses also display the opcode in the info column svn path=/trunk/; revision=17953
2006-04-22the scsi transports (fc/fcp and iscsi) now track both itl and itlqRonnie Sahlberg7-361/+140
structures for scsi. we no longer need the scsi_task_id structure passed by pinfo->private_data so get rid of it. we no longer need the (broken by design) scsi_task_data hash table since this has been replaced byt hte itl and itlq structures and tracking svn path=/trunk/; revision=17952
2006-04-21change the HHC setting to HHC_DIR, so we can use it also to call the ↵Ulf Lamping1-5/+5
HtmlHelp function svn path=/trunk/; revision=17951
2006-04-21prepare to list the IP addresses in the command line interfaces list outputUlf Lamping1-0/+24
svn path=/trunk/; revision=17950
2006-04-21remover the lun parameter from dissect_scsi_cdb/payload since this is now ↵Ronnie Sahlberg5-33/+94
part of the exchange data in itlq remove the two fields opcode and devtype from the scsi_task_data structure since these are also part of the itlq and itl structures svn path=/trunk/; revision=17949
2006-04-21slightly rephrase the time zone chapterUlf Lamping1-10/+12
svn path=/trunk/; revision=17948
2006-04-21From Jeff Morris:Anders Broman3-64/+80
I tried out the 0.99.0pre1 release and I noticed that all my SCCP management messages (on SSN==1) were getting decoded as TCAP. Turns out that the INAP dissector (due to a bug) registers to SSN==1 by default (instead of 106 and 241). Rather than just fix that bug, the attached patch modifies the INAP dissector to use a range preference (like GSM MAP, TCAP, etc.). svn path=/trunk/; revision=17945
2006-04-21From Irene: Fix a bug when searching for an assoc.Michael Tüxen1-6/+8
svn path=/trunk/; revision=17944
2006-04-21From Chris Maynard:Jaap Keuter1-24/+34
Using the attached patch, this file was generated via "File -> Export -> as XML - "PDML" (packet details) file ...". As can be seen in the file, the 1st packet now contains the value for the "media", whereas previously it did not. svn path=/trunk/; revision=17943
2006-04-21updates to get the fc and scsi dissectorsRonnie Sahlberg14-182/+109
and get rid of some breakage in the design let the scsi transport keep track of itl (initiator, target, lun) matching and let it pass a itl structure to scsi that is persistent across packets. let scsi use this itl structure to track device type for a specific itl instead of the (must have been) broken hashtable. update both iscsi and fc to track the itl structure for scsi and schange the scsi signature to accept itl as a parameter. more to come. svn path=/trunk/; revision=17942
2006-04-21use a CSS stylesheet for HTML output. This seems to be the official way to ↵Ulf Lamping2-7/+17
format a sidebar to look different than normal floating text svn path=/trunk/; revision=17941
2006-04-21enhance the "File Sets" page (e.g. add a screenshot)Ulf Lamping4-20/+40
svn path=/trunk/; revision=17940
2006-04-20From: Shashidhar BhandareJaap Keuter2-5/+203
I have added ISUP dissector support for decoding four ANSI ISUP messages for decoding: CRM, CRA, CVT and CVR svn path=/trunk/; revision=17939
2006-04-20fix help button settingsUlf Lamping1-3/+3
svn path=/trunk/; revision=17938
2006-04-20if HHC_DIR is defined in config.nmake, link Ethereal with the required ↵Ulf Lamping1-0/+3
htmlhelp.lib svn path=/trunk/; revision=17937
2006-04-20if HHC_DIR is defined in config.nmake, include the user-guide.chm file into ↵Ulf Lamping2-0/+15
the Win32 installer svn path=/trunk/; revision=17936
2006-04-20add a Help button to the Preferences dialogUlf Lamping1-2/+13
svn path=/trunk/; revision=17935
2006-04-20From Mark C. Brown:Jaap Keuter1-0/+4
Small patch to set the direction correctly. svn path=/trunk/; revision=17934
2006-04-20fix a very minor bug if ETHEREAL_EUG_DIR is set (which is barely the case)Ulf Lamping1-1/+1
svn path=/trunk/; revision=17933
2006-04-20if HHC_DIR is defined in config.nmake, use the Win32 HTMLHELP system (using ↵Ulf Lamping3-27/+75
the user-guide.chm file) svn path=/trunk/; revision=17932
2006-04-20add a help button to the "Follow TCP Stream" dialog (and use standard button ↵Ulf Lamping4-16/+27
row for it too) svn path=/trunk/; revision=17931
2006-04-20(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):Ulf Lamping6-6/+1094
add Precision Time Control Protocol dissector (PTCP) svn path=/trunk/; revision=17930
2006-04-20Add some more Media types.Anders Broman1-1/+7
svn path=/trunk/; revision=17927
2006-04-20Fix bugs: Anders Broman4-44/+58
883 checkIMEIres dissection Error in GSM MAP - branch needed for v1,v2 on Response as well 884 The "absentSubscriberParam" can not be dissected in gsm-map - missing IMPLICIT. svn path=/trunk/; revision=17926
2006-04-20From Hannes Gredler:Jaap Keuter1-9/+9
attached a patch to display LMP bandwith values in Mbps format rather than the Byte/s format which is IMO a bit awkward to read. svn path=/trunk/; revision=17923
2006-04-20rename hte itlq structures to itlqRonnie Sahlberg5-45/+45
svn path=/trunk/; revision=17922
2006-04-20rename the fc_exchange_data structure to the more appropriate itlq_nexus_tRonnie Sahlberg5-13/+15
svn path=/trunk/; revision=17921
2006-04-20Update to reflect the way the DOCSIS plugin is done; that's easier (youGuy Harris1-186/+51
only list the files in one place, Makefile.common; make-dissector-reg will generate the init routines and other boilerplate for you). svn path=/trunk/; revision=17920
2006-04-20Rename "make-reg-dotc" to "make-dissector-reg", and do the same for theGuy Harris7-16/+14
Python versions, as it no longer makes only "register.c", it can also make a "plugin.c" file for a plugin. When making "plugin.c", there's no need to include "register.h", as it's not defining any functions declared there. svn path=/trunk/; revision=17919
2006-04-19Fix a typo.Guy Harris1-1/+1
svn path=/trunk/; revision=17918
2006-04-19Fix the register and register-handoff routines to have the standardGuy Harris1-2/+2
format, so the script that generates plugin.c will generate code to call them. svn path=/trunk/; revision=17917
2006-04-19From Martin mathieson:Anders Broman1-2/+2
While looking at bug 882 (which seems to have been fixed since 0.10.14) I noticed the RTCP heuristic dissector wasn't picking up the frame. This patch fixes the parenthesis to test the packet-type properly. svn path=/trunk/; revision=17914
2006-04-19From Karsten P. Hoffmann:Anders Broman1-8/+31
The 'info'-part should display the invoke id of confirmed service as well, since it is much easier to match request and reply without typeing any filter rules or so. svn path=/trunk/; revision=17913
2006-04-19And the .py script Anders Broman1-235/+29
svn path=/trunk/; revision=17912
2006-04-19Handle 64bits signed/unsigned integers and get rid of some extra LF:s.Anders Broman4-12819/+994
svn path=/trunk/; revision=17911
2006-04-19Add some applicationsAnders Broman1-12/+14
svn path=/trunk/; revision=17910
2006-04-19From Martin Mathieson:Anders Broman1-0/+17
Fix coverity bugs. svn path=/trunk/; revision=17909
2006-04-19register.c and register.obj are no longer used.Guy Harris1-3/+3
svn path=/trunk/; revision=17908
2006-04-19The rule makes plugin.c, not register.c.Guy Harris1-1/+1
svn path=/trunk/; revision=17907
2006-04-19Fix bugs in the previous checkin.Guy Harris1-0/+6
svn path=/trunk/; revision=17905
2006-04-19Update comments.Guy Harris5-45/+55
Fix the Makefile.nmake files to pass the output type argument to make-reg-dotc or make-reg-dotc.py. Make tools/make-reg-dotc executable. svn path=/trunk/; revision=17904
2006-04-19Have make-reg-dotc and make-reg-dotc.py generate either a register.c forGuy Harris5-119/+172
libetheral or a plugin.c for a plugin, rather than having plugin.c for a dissector call the routines from register.c. This means we don't ahve multiple register_all_protocols() and register_all_protocol_handoffs() routines, and that all the plugin boilerplate is automatically generated. svn path=/trunk/; revision=17903