aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2006-04-19From W.Borgert:Anders Broman4-6336/+3168
this patch leads to a more condensed representation of strings in the GIOP module, e.g. in Parlay instead of having: length = 42 TpAddress_AddrString = sip:anyone@somebody.thehost.whose.es:5432 you have now: TpAddress_AddrString (42) = sip:anyone@somebody.thehost.whose.es:5432 The former was not as concise, if you have a lot of strings (as in CosNaming) and it was not clear whether the protocol had a explicit field named "length" in the IDL. svn path=/trunk/; revision=17902
2006-04-19The first item in the network load EIP appears to be the networkGuy Harris1-3/+3
utilization, in units of .1%. svn path=/trunk/; revision=17901
2006-04-18Fix Bug http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=677 megaco.dll can ↵Anders Broman1-67/+71
not handle lowcase descriptor svn path=/trunk/; revision=17900
2006-04-18Fix for bug 875. Adding description for groups 19-26.Jaap Keuter1-1/+9
svn path=/trunk/; revision=17895
2006-04-18From W. Borgert:Jaap Keuter1-1/+4
Currently, the filename IOR.txt is hardcoded into ethereal. The patch allows the user to change it. Thanks for applying! svn path=/trunk/; revision=17894
2006-04-18note that the stream content of the follow TCP stream dialog won't be ↵Ulf Lamping1-0/+4
updated while doing a live capture svn path=/trunk/; revision=17893
2006-04-18fix a make display bugUlf Lamping1-1/+1
svn path=/trunk/; revision=17892
2006-04-18fix a syntax errorUlf Lamping1-0/+1
svn path=/trunk/; revision=17891
2006-04-18move all the incomplete chapters to the end of the fileUlf Lamping1-7/+8
svn path=/trunk/; revision=17890
2006-04-18various enhancements and modifications to clarify the advanced topicsUlf Lamping1-79/+160
svn path=/trunk/; revision=17889
2006-04-17Give more information about time zones - several capture file formatsGuy Harris1-14/+48
use local time, not UTC. svn path=/trunk/; revision=17888
2006-04-17fix capitalization to follow GNOME HIGUlf Lamping2-4/+4
svn path=/trunk/; revision=17887
2006-04-17From Martin Mathieson:Anders Broman3-31/+28
These patches: - fix the bounds errors reported by coverity in bug 879 - fix a couple of other potential bounds errors (length checking 1st & 2nd lines in file) - reorder catapult_dct2000_phdr so that normal protocol pseudo-header info is at the start. This means that the stub dissector can avoid the nasty (overlapped) memcpy - a little whitespace fixing svn path=/trunk/; revision=17886
2006-04-17From W. Borgert:Anders Broman5-7484/+9274
- Regenerated files. - Use .sort() on one or two of the lists in ethereal_gen.py to make generated files more diff-friendly in the future. svn path=/trunk/; revision=17885
2006-04-17From Thomas Anders:Jaap Keuter1-67/+90
- allow DHCP option 43 suboption 8 (OUI) for CableLabs clients to be a 6-byte string (as required for DOCSIS CMs) to account for inconsistencies in different CableLabs specifications - add new DHCP option 60 fields 0x0d (IP Filters Support) and 0x0e (LLC Filters Support) for CableLabs DOCSIS 2.0 CMs - rename PKT_CM_* variables to have a DOCS_CM prefix instead (overdue, as indicated by an existing comment) - update specification references svn path=/trunk/; revision=17884
2006-04-17Pull the plugin-specific code into "plugin.c", and generate aGuy Harris5-109/+237
"register.c" with "make-reg-dotc"/"make-reg-dotc.py". Pull the lists of dissector .c and .h files into Makefile.common and have Makefile.am and Makefile.nmake use it. svn path=/trunk/; revision=17883
2006-04-17make-reg-dotc and make-reg-dotc.py were moved.Guy Harris1-2/+2
svn path=/trunk/; revision=17882
2006-04-17Move "make-reg-dotc" and "make-reg-dotc.py" to the "tools" directory, soGuy Harris4-5/+6
that it can more easily be used when building plugins. svn path=/trunk/; revision=17881
2006-04-16From W. Borgert:Anders Broman2-16/+27
the attached patch enables the explicit GIOP dissection. This fixes erronous decoding, if methods of two different CORBA interfaces have the same name, which happens frequently. The generated GIOP plugins (CosEvent, CosNaming, Parlay, Tango) need to be re-generated to make use of the fix. svn path=/trunk/; revision=17880
2006-04-16Re-UTF-8-ify.Guy Harris1-0/+0
svn path=/trunk/; revision=17879
2006-04-16Calculate Timezone correctly fixes ↵Anders Broman1-23/+18
http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=876 svn path=/trunk/; revision=17878
2006-04-16From Steve Karg:Jaap Keuter1-24/+44
1) BACnet signed values were being decoded incorrectly for negative values since BACnet tries to be clever and minimizes the number of bytes sent on the wire and drops the leading FF on negative values. For example, -200 is passed as FF 38 on the wire, but would display as 65336. 2) Since the BACnet unsigned values were decoded using a 64-bit entity, I changed the decoding such that allows all 8 bytes to be decoded. The function can now decode 5, 6, and 7 byte values. 3) Corrected warning about signed/unsigned in a pointer parameter. svn path=/trunk/; revision=17877
2006-04-16Squelch a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=17876
2006-04-16bssgp - handle LLC PDU of 0 length.Anders Broman2-9/+13
Gsm_a - radio pri included in Modify PDP context request. svn path=/trunk/; revision=17875