summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-08-26Handle snapshot lengths that cut off *part* of the FCS.Guy Harris1-5/+31
svn path=/trunk/; revision=8264
2003-08-26All endpoint talkers table taps use "address_to_str()" as the routine toGuy Harris9-22/+21
use to translate addresses to strings - wire that into "endpoint_talkers_table.c", don't pass the function as an argument to "init_ett_table()". svn path=/trunk/; revision=8263
2003-08-26Use "address_to_str_buf()" to generate column data for non-resolvedGuy Harris1-68/+32
addresses. svn path=/trunk/; revision=8262
2003-08-26Include "osi-utils.h" to define "print_nsap_net_buf()".Guy Harris1-1/+2
svn path=/trunk/; revision=8261
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris10-135/+186
which fills in a caller-supplied buffer. Create "_buf()" versions of various "to_str" routines for various address types, and create a routine to map SNA FIDs to strings, and use them to finish up "address_to_str_buf()". Get rid of the declaration of "sna_fid_type_4_addr_to_str()" in "packet-sna.h", as that routine has been swallowed up in "sna_fid_to_str()". svn path=/trunk/; revision=8260
2003-08-25From Greg Morris: added support for defragmentation of NDS packets.Guy Harris1-5/+13
svn path=/trunk/; revision=8259
2003-08-25From Greg Morris:Guy Harris1-29/+93
1. Added support for defragmentation of NDS packets 2. The packet signature fixes seemed to never been applied. I have been using this code to dissect reply packets with packet signatures for quite some time and have never experienced any problems with it. Without these changes then reply packets containing signatures will not be decoded properly. It was recommended by Guy to not use public variables to track the signatures but it has been my experience that if signatures are enabled then it is enabled in the whole environment and would be valid for all NCP packets within the trace. I could change this but it would add additional code to build a memory table to track this. If for some reason it is determined to not add this part of the code then I will have to go back and add this table. svn path=/trunk/; revision=8258
2003-08-25From Greg Morris:Guy Harris1-26/+291
1. Added support for defragmentation of NDS packets 2. Moved the run_info_string logic outside of the pinfo->fd->flags->visited because of the dissection of info strings is not processed on subsequent decodes then the find/string/info will not locate info string values. By moving this outside then when the find logic runs a tvb_dissect_new then the info string gets processed again and all data is visible. Otherwise only info column data that is processed by the NCP dissector is visible not any data from ncp2222.py processed by the info string function. svn path=/trunk/; revision=8257
2003-08-25From Greg Morris:Guy Harris1-50/+147
1. Added Secret Store Services group 2. Added a number of NCP return values 3. Added support for NDS defragmentation 4. Fixed type from file to bindery on ncp's 23/20, 23/21, 23/22, 23/24, 23/27, 23/28, 23/29, 23/30, and 23/31 5. Fixed type from comm to nmas on ncp 91 6. Fixed ncp 92 to include 92/01, 92/02, 92/03, 92/04, 92/05, 92/06, 92/07, 92/08, 92/09, and 92/10 7. Added return value for 104/02 8. Fixed reply structures for NCP 123/60 and NCP 123/79 svn path=/trunk/; revision=8256
2003-08-25From Greg Morris: fix reassembly not to use global variables, and to useGuy Harris1-83/+101
the SPX EOM flag as a "last fragment" indication. svn path=/trunk/; revision=8255
2003-08-25H.263 updates from Niklas Ogren.Guy Harris2-23/+65
Put him in the authors list in the Ethereal man page. svn path=/trunk/; revision=8254
2003-08-25From Matthijs Melchior:Guy Harris2-70/+106
make the "Help" menu the rightmost menu item, as is done in recent versions of Windows; Mac OS X; recent versions of KDE; recent versions of GNOME; rather than making it an item on the far right side. Make the "Protocol" display in the help mention the number of entries, and give it has 3 columns, starting with the one that was used to sort this list. Make the "Display Filters" display mention the number of fields for each protocol and at the end the total number of fields. Give it 4 columns, including the 'blurb'. List all fields with the correct protocol. svn path=/trunk/; revision=8253
2003-08-25Include the header files required by new APIs in the plugin API table.Guy Harris2-2/+8
svn path=/trunk/; revision=8252
2003-08-25Update to IO-Stat to put the capture filename on the titlebarRonnie Sahlberg13-40/+100
to make it easier to navigate when having multiple instances of ethereal and io-stat open at the same time. Updates to all endpoint talkers and service response time windows to do this as well. Bonus, when the user opens a new capture file when having these windows open, the title bar will be updated to reflect the name of the new capture file. svn path=/trunk/; revision=8251
2003-08-25Due to popular demand:Ronnie Sahlberg1-3/+11
The heuristic for RPC detection sometimes mistakenly decodes something as RPC when in reality it is payload. Since the heuristics is based on the PDU suze as specified in the record marker make this limit settable from the preferences. Arbitrary limit of 256kb is choosen as default instead of the original limit of 2mb. (face it, the largest common oncrpc pdus are those for nfs read/write anyway and these seldom go above 32kb.) svn path=/trunk/; revision=8250
2003-08-25Use "XXX Talkers", rather than "IO-USERS Statistics" and "Type:xxx", asGuy Harris1-5/+11
the title on the Tethereal -z talkers,xxx output, along the lines of what the Ethereal version uses as the title. svn path=/trunk/; revision=8249
2003-08-25From Matthijs Melchior:Guy Harris4-108/+120
support for registering fields after all the protocol registration routines are called (i.e., adding fields to the named field tree as they're registered); fix the GTK 2.x version of the field list dialog to show the correct name. svn path=/trunk/; revision=8248
2003-08-25From Matthijs Melchior: "P" in "PER" stands for "Packed", not "Packet".Guy Harris1-2/+2
svn path=/trunk/; revision=8247
2003-08-24Add default development package locations to README.win32. Use zlib 1.1.4Gerald Combs2-3/+20
by default in config.nmake. svn path=/trunk/; revision=8246
2003-08-24Get rid of the wrappers around "address_to_str()".Guy Harris7-63/+14
svn path=/trunk/; revision=8245
2003-08-24Clean up the text, and boldface "-z talkers" in "These statisticsGuy Harris1-14/+19
windows can also be invoked from the Ethereal command line using the -z talkers argument" (as pod2man suggests be done). svn path=/trunk/; revision=8244
2003-08-24Put in some comments about possible future work on "address_to_str()".Guy Harris1-4/+25
Put in some additional "case AT_" statements to 1) squelch compiler warnings; 2) add AT_ARCNET (cheap and easy); 3) add placeholders for some other address types. svn path=/trunk/; revision=8243
2003-08-24Update for the tethereal talkers to amke it support IPX.Ronnie Sahlberg2-1/+59
Useage is -z talkers,ipx[,<filter>] svn path=/trunk/; revision=8242
2003-08-24The IPX endpoint talkers implementationRonnie Sahlberg1-0/+180
svn path=/trunk/; revision=8241
2003-08-24Add endpoint talker support for IPXRonnie Sahlberg5-5/+13
svn path=/trunk/; revision=8240
2003-08-24Minor update to IPX. Move a lot of proto_tree_add_items outside of the ↵Ronnie Sahlberg1-41/+41
if(tree) where the subtree is (optionally) created. svn path=/trunk/; revision=8239
2003-08-24Add a tap to the IPX protocolRonnie Sahlberg2-29/+61
svn path=/trunk/; revision=8238
2003-08-24Add support for Fibre Channel talker statistics for tethereal.Ronnie Sahlberg2-1/+59
-z talkers,fc[,<filter>] to invoke it. svn path=/trunk/; revision=8237
2003-08-24Update manpage for ethereal.Ronnie Sahlberg3-63/+77
Update the talkers tap for tethereal (iousers) and change the command line to invoke the tethereal version from -z io,users, to -z talkers, to be the same as for ethereal. Sorry if it breaks some scripts but io,users was a very nonintuitive name for this option. talkers is not much better but at least a little bit more descriptive/intuitive. Anyone with a better name for this are welcome to provide a patch. The tethereal version is now agnostic to wether v4 or v6 are transporting UDP/TCP svn path=/trunk/; revision=8236
2003-08-24Update address_to_str to handle FC and ETH addresses as well.Ronnie Sahlberg4-41/+19
Update the fc and eth and tr endpoint talker list to use the new api svn path=/trunk/; revision=8235
2003-08-24Add a new function address_to_str to to_str.cRonnie Sahlberg5-45/+47
Implement conersion from address to string for IPv4 and IPv6 and update the conversation tables to use the new interface. svn path=/trunk/; revision=8234
2003-08-24From Erwin Rol, updates to teh ArtNet plugin dissectorRonnie Sahlberg4-495/+1060
svn path=/trunk/; revision=8233
2003-08-24Cast the argument to "ip6_to_str()" to avoid compiler warnings.Guy Harris2-6/+6
Use "%u", not "%d", for unsigned values. svn path=/trunk/; revision=8232
2003-08-24Cast arguments to "g_free()" to avoid compiler warnings (those are knownGuy Harris1-17/+15
to be mallocated, so it's safe to cast them). Use "%u", not "%d", for unsigned values. svn path=/trunk/; revision=8231
2003-08-24Use "ip_to_str_buf()" to turn a pointer to an IP address to a string.Guy Harris1-2/+2
svn path=/trunk/; revision=8230
2003-08-24"tvb_get_ptr()" returns a "const guint8 *"; make the pointers to whichGuy Harris1-2/+2
you assign its return value pointers to "const" as well. svn path=/trunk/; revision=8229
2003-08-24From Devin H, update to NTLMSSP to better handle address listsRonnie Sahlberg1-28/+73
svn path=/trunk/; revision=8228
2003-08-24From Niklas ORonnie Sahlberg1-31/+31
Add the blurb description to the hF fields in the H.263 dissector svn path=/trunk/; revision=8227
2003-08-24FC addresses are no longer extracted into guint32s, so "fc32_to_str()"Guy Harris3-26/+7
is no longer needed. svn path=/trunk/; revision=8226
2003-08-23Write Token Ring as Token Ring and not TokenRingRonnie Sahlberg1-4/+4
svn path=/trunk/; revision=8225
2003-08-23Update the UDP and the TCP conversation list tool so that it can handle IPv6 ↵Ronnie Sahlberg3-43/+38
as well. Make no distinction between UDP/TCP over IPv4 and UDP/TCP over IPv6 and present them in the same list. svn path=/trunk/; revision=8224
2003-08-23Add FibreChannel to the types of protocols we can show a conversation list forRonnie Sahlberg7-31/+223
svn path=/trunk/; revision=8223
2003-08-23New feature. Statistics/EndpointTalkjers can now present a sortable table ↵Ronnie Sahlberg20-150/+1621
with a list of all seen conversations of a certain type. Supported types are Ethernet/TokenRing/IP/UDP and TCP. Will add FibreChannel soon. The framework for this feature needs to be enhanced in the future so that by selecting one entry and click the right mousebutton, this will bring up a menu with Prepare/Match options with suboptions for AnyDirection, ForwardOnly or ReverseOnly which updates the display filter accordingly. Had to update some of the taps as well to change them to use a proper address structure for the address fields. We should now be able to to these stats correctly even for ip tunneled over ip tunnelled over ip ... svn path=/trunk/; revision=8222
2003-08-23Use "file_access.c", not "file_io.c", as the latter is already in use inGuy Harris3-6/+6
a not-yet-ready-for-prime-time project of mine (fast random access to gzipped files, plus an mechanism to allow support for other forms of compression). svn path=/trunk/; revision=8221
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someGuy Harris1-0/+26
H.225/H.245 routines, to plugins on platforms where they have to go through the function call table. svn path=/trunk/; revision=8220
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someGuy Harris5-0/+92
H.225/H.245 routines, to plugins on platforms where they have to go through the function call table. svn path=/trunk/; revision=8219
2003-08-23The Python 1.5.2 I have installed didn't seem to like "+=", so use "x =Guy Harris1-3/+3
x + y" instead. svn path=/trunk/; revision=8218
2003-08-23_U_ is for definitions, not declarations; putting it there caused aGuy Harris1-2/+2
compiler problem when rebuilding the X* files for the plugin API. svn path=/trunk/; revision=8217
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someGuy Harris4-24/+51
H.225/H.245 routines, to plugins on platforms where they have to go through the function call table. svn path=/trunk/; revision=8216
2003-08-23Add a dissector table for RTP payload types, and have dissectorsGuy Harris6-80/+108
register themselves in that table rather than exporting their dissectors by name and having the RTP dissector know about particular dissectors for particular payload types. svn path=/trunk/; revision=8215