aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-08-29fix a minor bug: don't show a single file twice in the fileset dialogUlf Lamping1-3/+1
svn path=/trunk/; revision=19078
2006-08-29use unique variable names to prevent "global variable" side effects -> ↵Ulf Lamping2-4/+4
endless repeating tests of subsections svn path=/trunk/; revision=19077
2006-08-29- Update to 0.9.5 (from 0.9.4)Jörg Mayer1-10/+4
- Remove some unneeded entries - Add a translation svn path=/trunk/; revision=19076
2006-08-29Fix for bug 795: handle CR as line end as wellJaap Keuter1-1/+1
svn path=/trunk/; revision=19075
2006-08-29Florent DROUIN <florent.drouin@alcatel.fr>:Jörg Mayer1-1/+0
Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1077 svn path=/trunk/; revision=19074
2006-08-29Fixes and updated files:Greg Morris5-316/+986
File NCP2222.py: 1. Added NCP service type 0xffff = All types 2. Added evaluation of task states. (following bits are defined. 0=normal, 1 = TTS explicit transaction in progress, 2= TTS implicit transaction in progress, 4 = Shared file ste lock in progress) 3. Reversed the Volume Request Flags, this was backwards (s/b 0=do not return name with volume number, 1=Return name with volume number) 4. Fixed endianess of Creator ID in NetWare Information Struct. 5. File information structure incorrectly defined Current Block Being Decompressed. 6. Logical Lock Status structure incorrectly identified Task Number as a byte. It should be two bytes "word". 7. Fixed endianess of Modifier ID in NetWare Information Struct. 8. Fixed Name Space Information structure (was defined as Name Space, changed to Creator Name Space Number). 9. Fixed Semaphore Structure (Task Number was incorrectly defined as a byte, should be two bytes "word"). 10. Added Task structure (Task Number, Task State) 11. Fixed Volume structure (incorrectly defined Volume Name) 12. Added VolumeWithName structure (This struct contains both volume number and volume name) 13. Added error 0x8901 - "No purgable files available" 14. Added error 0x8977 - "Buffer too small" 15. Added error 0x899c - "No more trustees found" 16. Added error 0x89d9 - "Queue station is not a server" 17. Added NCP connection status values (0=Ok, 1=Bad service connection, 10=File server is down, 40=Broadcast Message Pending) 18. Fixed error definitions for NCP 22/50. 19. Fixed reply packet for NCP 22/52 to properly display volume information depending on reply struct, Volume or volume with name. 20. Fixed error definitions for NCP 22/52 21. Fixed NCP 23/26 reply packet to properly return internet address and display correctly. 22. Fixed NCP 23/27 Reply packet structure to properly repeat connection numbers array. 23. Fixed error definitions for NCP 23/33 24. Fixed NCP 23/114 Request (improperly defined Charge Information as a long value, s/b word) 25. Fixed NCP 23/120 Reply (Improperly defined Job Number as a long value, s/b word) 26. Fixed error definitions for NCP 23/123 27. Fixed error definitions for NCP 23/124 28. Fixed error definitions for NCP 23/131 29. Fixed error definitions for NCP 23/132 30. Fixed error definitions for NCP 23/135 31. Fixed error definitions for NCP 23/137 32. Fixed error definitions for NCP 23/138 33. Fixed NCP 23/205 Reply (User Login Allowed incorrectly defined as long value, s/b byte value) 34. Fixed NCP 23/234 Reply (Reply structure incorrectly defined based on old NCP documentation. Corrected per new docs) 35. Fixed endianess of NCP 23/237 Reply on value Number of Locks. 36. Fixed endianess of NCP 23/238 Reply on value Number of Locks. 37. Fixed error definitions for NCP 30 38. Fixed error definitions for NCP 36/6 39. Fixed error definitions for NCP 86/2 40. Fixed error definitions for NCP 86/3 41. Fixed error definitions for NCP 86/4 42. Fixed error definitions for NCP 86/5 43. Fixed error definitions for NCP 87/1 44. Fixed error definitions for NCP 87/4 45. Fixed error definitions for NCP 87/5 46. Fixed error definitions for NCP 87/10 47. Fixed error definitions for NCP 87/11 48. Fixed error definitions for NCP 87/12 49. Fixed error definitions for NCP 87/17 50. Fixed error definitions for NCP 87/18 51. Fixed NCP 87/20 Reply to properly decode multiple entries returned. This used to only dissect the first entry. 52. Fixed error definitions for NCP 87/30 53. Fixed NCP 87/33 Reply to properly utilize the request flags to dissect the reply packet NetWare Info Struct 54. Fixed error definitions for NCP 87/33 55. Fixed error definitions for NCP 88/22 56. Fixed error definitions for NCP 89/1 57. Fixed error definitions for NCP 89/10 58. Fixed NCP 89/11 Request packet structure 59. Fixed error definitions for NCP 89/11 60. Fixed NCP 89/20 Reply to properly decode multiple entries returned. This used to only dissect the first entry. 61. Fixed error definitions for NCP 104/5 62. Added undefined NCP 112 63. Fixed NCP 123/11 Reply to properly dissect FileName, Name, and copyright. 64. Fixed NCP 123/17 Reply to properly display NCP Network Address values. 65. Fixed NCP 123/24 Reply to properly display Driver Board Name, Driver Short Name, and Dirver Logical Name. 66. Fixed error definitions for NCP 123/33 67. Fixed NCP 123/60 to properly display Set Command Name and Set Command Value. 68. Fixed error definitions for NCP 123/70 69. Fixed NCP 123/71 Reply to utilize new File Information Struct 70. Fixed error definitions for NCP 123/71 71. Fixed error definitions for NCP 123/72 72. Added NCP 123/249 73. Added NCP 123/251 74. Added NCP 123/252 75. Added NCP 123/253 76. Added NCP 123/254 77. Added NCP 123/255 78. Fixed error definitions for NCP 131/1 79. Fixed error definitions for NCP 131/2 File packet-ncp2222.inc 1. Added new NCP preference setting to tell Wireshark to decode the NetWare information structure as new or old style. 2. Set default NCP preference settings of echo connection and echo file to FALSE. 3. Added NDS verb 2 Request Flags (0=retain old object, 1=delete old object) 4. Fixed problem where NDS fragmentation could not be reassembled on reload. (fragment array needed to be re-initialized on reload) 5. Fixed NCP service types 1111, 5555, bbbb, and 1111/LIP to reflect real type number. (Was defined as 0xf1, 0xf2, 0xf3, etc... Now defined as 0x1, 0x5, 0xb, etc) 6. Fixed function build_expert_data to parse subtree memory structures to acquire NCP request value records 7. Fix NDS attribute type Boolean to byte value and properly aligned. 8. Fixed attribute zendmSearchOrder to display properly regardless of number or order of value entries. 9. Added check of length of packet prior to attempting to defragment 10. Added for Request packets logic to abort if NCP type isn't found. 11. Added logic to store packet length and then manually decode NCP function 123 based on length. 12. Added logic to manually dissect NCP 87/20 and 89/20 reply packets. 13. NDS resolve name replies with remote entry as the specifier should not store the EID returned (0x00000000) 14. Added logic to trap and echo to expert tap when connection status flags indicate an error. 15. Added manual dissect of NCP 23/26 replies 16. Added logic to Capture the EID returned form NCP 22/51 "Get vol info". 17. Fixed NDS verb 0x2a 18. Fixed NDS verb 0x2b File packet-ncp.c 1. Fix offset for packet signature. (This used to automatically set the offset to account for packet signature if it could not determine the correct NCP type. But for some failed fragment packets, retransmissions, etc, this would be wrongly identified. So first we check to see if we can read a valid type at the offset before we just automatically assume that packet signature is being used) 2. Register the new NCP preference for old/new NetWareInfoStruct. File packet-ncp-int.h 1. Add extern declaration for ncp_newstyle setting. 2. Add length, req_mask, and req_mast_ext to ncp_req_hash_value structure File packet-ncp-sss.c 1. Fix SecretStore request verb Write App Secrets, Client Put Data, to evaluate packet length. svn path=/trunk/; revision=19073
2006-08-29get rid of few warningsTomas Kukosa4-6/+6
svn path=/trunk/; revision=19072
2006-08-29Add a missing file.Gerald Combs1-0/+1
svn path=/trunk/; revision=19071
2006-08-29from Stephen Fisher:Ulf Lamping1-20/+20
"I ran doc/README.developer through a spell checker and conservatively changed misspelled words. Attached is a compressed patch with the corrections." svn path=/trunk/; revision=19070
2006-08-28fix #1061: the logic to search for a specific protocol page was missing the ↵Ulf Lamping1-2/+7
changes of the scrollable window indirection svn path=/trunk/; revision=19069
2006-08-28Fix a typo.Gerald Combs1-1/+1
svn path=/trunk/; revision=19068
2006-08-28fix a minor typoUlf Lamping1-1/+1
svn path=/trunk/; revision=19067
2006-08-28add a new this/that flag valueUlf Lamping1-0/+1
svn path=/trunk/; revision=19066
2006-08-28minor format string changeUlf Lamping1-2/+2
svn path=/trunk/; revision=19065
2006-08-28add some more right-hand-side infos of the tower dataUlf Lamping1-1/+6
svn path=/trunk/; revision=19064
2006-08-28add information about remote traffic capture filterUlf Lamping1-0/+62
svn path=/trunk/; revision=19063
2006-08-28Fix length check for IP packets with options.Jaap Keuter1-2/+2
svn path=/trunk/; revision=19062
2006-08-28Donald White <donald_white@qwest.net>Jörg Mayer1-4/+4
There is a small bug in the function dissect_ppp() which prevents proper demuxing of packets. Patch is attached. svn path=/trunk/; revision=19061
2006-08-28Fix the decoding of SLP attributes. Open SLP has the ability to pass back ↵Greg Morris1-60/+97
multiple attribute types in each reply. Previously the dissector only would dissect address attributes. The change adds parsing of attributes and proper dissection of names and address attributes contained in the same reply payload. svn path=/trunk/; revision=19060
2006-08-28- new function ssl_dissector_delete()Tomas Kukosa10-36/+118
- register H.225.0 over TLS (configurable port 1300) - register SIP over TLS (fixed port 5061) - new function proto_tree_get_root() svn path=/trunk/; revision=19059
2006-08-28More release 6 changes.Anders Broman1-95/+95
svn path=/trunk/; revision=19058
2006-08-28Don't abort the entire program if we have bad data. Just mark theGerald Combs1-35/+36
packet as malformed and continue on our merry way. This should fix bugs 1064 - 1073. Fix up whitespace. svn path=/trunk/; revision=19057
2006-08-27Do some more of the relase 6 stuff.Anders Broman3-134/+519
svn path=/trunk/; revision=19056
2006-08-27Fixa a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=19055
2006-08-27fix #707: "It's not possible to print each packet on a new page"Ulf Lamping1-37/+55
Win32: detect "form feed" char and create a new page in that case svn path=/trunk/; revision=19054
2006-08-27fix #1063, some leftover typo's: Etheral -> WiresharkUlf Lamping3-3/+3
svn path=/trunk/; revision=19053
2006-08-27squelch some compiler warningsUlf Lamping4-44/+42
svn path=/trunk/; revision=19052
2006-08-27fix a warning by removing now unused codeUlf Lamping3-29/+0
svn path=/trunk/; revision=19051
2006-08-27An octet string form of the ASO-qualifier used by some systems from the ↵Graeme Lunt4-6/+34
days when it was an ANY. Really just an elaboration of the "...". svn path=/trunk/; revision=19050
2006-08-27Register tpkt as a dissector so subdissectors can register tpkt on ports ↵Graeme Lunt1-0/+1
other than 102. svn path=/trunk/; revision=19049
2006-08-27Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP.Graeme Lunt5-46/+191
svn path=/trunk/; revision=19048
2006-08-26Go back to setting the capture filter to an empty string when we start;Guy Harris5-62/+47
that obviates the need to check for a null capture filter string, and fixes bug 1055. Keep track of whether it was set from the command line, though, so we can catch attempts to set the filter more than once, and attempts to set it when we're not capturing. Clean up white space. svn path=/trunk/; revision=19047
2006-08-26U3 packaging, utility and Wireshark modifications that allows Wireshark to ↵Graeme Lunt11-42/+875
be run from a U3 USB device. For more details see packaging/u3/win32/README.txt svn path=/trunk/; revision=19046
2006-08-26two more chunksRonnie Sahlberg1-0/+66
svn path=/trunk/; revision=19045
2006-08-26fix wrong constant in a valuestringRonnie Sahlberg1-1/+66
add two more chunks to be dissected svn path=/trunk/; revision=19044
2006-08-26rework the pop-up menu sectionUlf Lamping1-355/+268
svn path=/trunk/; revision=19043
2006-08-26initial PNG dissector (Portable Network Graphics)Ronnie Sahlberg2-0/+301
svn path=/trunk/; revision=19042
2006-08-26Clean up indentation.Guy Harris1-11/+13
Only define cap_air_w if we have AirPcap. svn path=/trunk/; revision=19041
2006-08-26Get rid of aun unused routine.Guy Harris1-33/+0
svn path=/trunk/; revision=19040
2006-08-26Get rid of unused variable.Guy Harris1-3/+0
svn path=/trunk/; revision=19039
2006-08-26Don't define the Aironet/Cisco Wireless OUI ourselves; get it fromGuy Harris1-4/+4
<epan/oui.h>. Fix indentation. svn path=/trunk/; revision=19038
2006-08-26Fix some compiler warnings (some by getting rid of variables unused ifGuy Harris1-3/+5
you don't have GNU TLS). svn path=/trunk/; revision=19037
2006-08-26Don't use %ld for guint64 - use PRIu64. (Also, don't use %d for guint32Guy Harris1-3/+3
- use %u.) svn path=/trunk/; revision=19036
2006-08-25Constify the capture details icons, and get rid of the CRs inGuy Harris2-332/+332
capture_details_24.xpm and give it the appropriate Subversion keywords. svn path=/trunk/; revision=19035
2006-08-25remove the code that conditionally dissects LG only if IG is setRonnie Sahlberg1-16/+4
svn path=/trunk/; revision=19034
2006-08-25from Stephen FRonnie Sahlberg1-24/+36
ethernet IG/LG bit changes with minor modifications (only dissect LG if it is a unicast address put a hint what locally administered means in the dissect tree ) svn path=/trunk/; revision=19033
2006-08-25User's/Developer's Guide: finish Ethereal to Wireshark transition by ↵Ulf Lamping141-224/+370
"reshoot" *all* screenshots (and rename them) and update some of the menu items that changed in the meantime. svn path=/trunk/; revision=19032
2006-08-25don't show the "Wireless Settings" button if HAVE_AIRPCAP isn't definedUlf Lamping1-6/+8
svn path=/trunk/; revision=19031
2006-08-25don't put "..." in front of a menu itemUlf Lamping1-2/+2
svn path=/trunk/; revision=19030
2006-08-25fix bug #1057: remove "start" completelyUlf Lamping1-5/+0
svn path=/trunk/; revision=19029