aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-09-08Update manufJörg Mayer1-10/+123
svn path=/trunk/; revision=8412
2003-09-08Cosmetic change to TCPRonnie Sahlberg1-11/+38
An ACK to a KeepAlive is not a DupACK. Detect these ACKs and mark them as KeepAliveACK instead of as DupACK (or maybe dont mark them at all? ) At least they shouldnt be marked as DupACKs svn path=/trunk/; revision=8411
2003-09-08Bump the version to 0.9.15. Update the NEWS and ChangeLog to August 27. MoreGerald Combs5-12/+304
updates to come. svn path=/trunk/; revision=8410
2003-09-07More int vs. uint.Guy Harris1-3/+3
svn path=/trunk/; revision=8409
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris4-57/+143
Make the Ethereal "decode as" stuff not blow up with string dissector tables. Selectors for uint dissector tables are unsigned, not signed. svn path=/trunk/; revision=8408
2003-09-06When registering a dissector table, choose what type of hash andGuy Harris2-32/+344
comparison function to use based on the type value passed in. For the traditional unsigned integer table, require FT_UINT{8,16,24,32}; if the type is FT_STRING or FT_STRINGZ, use the string hashing functions instead. Add routines for manipulating entries and looking up dissectors in string dissector tables. svn path=/trunk/; revision=8407
2003-09-06Add Raw Ethernet "encapsulation type" to framerelay.Ronnie Sahlberg1-1/+13
This option allows proper dissection of those FrameRelay circuits where raw ethernet is stashed without any encapsulation into the payload. svn path=/trunk/; revision=8406
2003-09-06From Brian K. Teravskis: add an option to save the data in CSV form.Guy Harris3-11/+247
svn path=/trunk/; revision=8405
2003-09-06Fix some typos and white space problems.Guy Harris1-39/+39
svn path=/trunk/; revision=8404
2003-09-06From Josef Korelus: GPRS BSSGP support.Guy Harris5-6/+1651
svn path=/trunk/; revision=8403
2003-09-06From Graham Bloice, with changes from me: list the interface index inGuy Harris2-6/+73
"-D" output, and support interface indices as arguments to "-i", tcpdump-style. svn path=/trunk/; revision=8402
2003-09-06Handle SNMP-over-TCP.Guy Harris3-43/+189
svn path=/trunk/; revision=8401
2003-09-06From Martin Regner: fix dissection of non-standard parameters.Guy Harris1-5/+71
svn path=/trunk/; revision=8400
2003-09-06Fix a comment.Guy Harris1-3/+4
Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL. Fix up white space. svn path=/trunk/; revision=8399
2003-09-06Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL.Guy Harris2-15/+16
Fix up white space. svn path=/trunk/; revision=8398
2003-09-06Fix a comment.Guy Harris1-2/+2
svn path=/trunk/; revision=8397
2003-09-05Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL.Guy Harris1-2/+2
svn path=/trunk/; revision=8396
2003-09-05Fix up white space.Guy Harris1-2/+3
svn path=/trunk/; revision=8395
2003-09-05Fixed a bug introduced by my last update and reported for packet-mtp3.cMichael Tüxen5-60/+61
by Anders Broman. svn path=/trunk/; revision=8394
2003-09-05Include <string.h> to get "strcmp()" declared.Guy Harris1-1/+2
svn path=/trunk/; revision=8393
2003-09-05Add SCTP tunneling.Michael Tüxen1-1/+3
svn path=/trunk/; revision=8392
2003-09-05Add a popup to the ServicveResponseTime tables where the user can selectRonnie Sahlberg9-16/+224
Prepare/Match/FindFrame similar to chat the ConversationList has. Only enabled for SMB and ONC-RPC at this point svn path=/trunk/; revision=8391
2003-09-05Reject UDP packets that don't start with a known identification value.Guy Harris1-10/+19
svn path=/trunk/; revision=8390
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer21-230/+82
- get rid of ...-static.o files in the build process (now done via config.h instead of compiler flag) - make packet-rtnet link statically (remove one unused function, rename another one) svn path=/trunk/; revision=8389
2003-09-05Don't try to align the field filter name and name - the font wouldGuy Harris1-14/+21
probably be variable-width, so that doesn't work. Just put a dash between them. Boost the size of the buffer used for the field text to 256 characters. In GTK+ 1.2[.x], put the entries for fields (rather than protocols) in as leaf nodes. svn path=/trunk/; revision=8388
2003-09-05update ethereal man page to indicate that there is a useful popup menuRonnie Sahlberg1-0/+6
asosciated with the conversation lists svn path=/trunk/; revision=8387
2003-09-05Add a Find Frame item to the popup menu for the conversation listRonnie Sahlberg3-15/+51
that will open the find frame dialogue and preload the filter string with the conversation and the direction the user selected from the menu. svn path=/trunk/; revision=8386
2003-09-05If Belinda:Guy Harris1-3/+13
http://www.ethereal.com/lists/ethereal-dev/199910/msg00237.html isn't there, don't try to display her. svn path=/trunk/; revision=8385
2003-09-05Make even the non-heuristic STUN dissector reject packets that don'tGuy Harris1-60/+47
look like STUN packets. svn path=/trunk/; revision=8384
2003-09-05Add some more text to the filter item description in the display filter add ↵Ronnie Sahlberg1-3/+12
expression dialogue It was very cnfusing where some protocols such as SMB had multiple items all called the same thing. Now one can distinguish between them svn path=/trunk/; revision=8383
2003-09-05Update to the tethereal conversation listRonnie Sahlberg1-3/+21
to make it also sort endpoints by port first and second by address. This is to make it more likely that we always get the client (high port number)in the first column and the server (low port number) in the second column this improvs readability of the list svn path=/trunk/; revision=8382
2003-09-05For endpoint conversations change how Endpoint1 and Endpoint two are selected.Ronnie Sahlberg1-16/+12
Make the selction of what is endpoint 1 and what is endpoint 2 first check the port (if a port is present it will be !=0) and if the ports are present set the lowest port as endpoint2. If the prots are not present or the ports are identical then compare the addresses instead. The idea is that low port numbers usually refer to server daemons and this sorting thus usually puts the client as endpoint 1 and the server as endpoint 2. It is much more intuitive and makes the table much more readable. svn path=/trunk/; revision=8381
2003-09-05Update DCERPCSTAT, change the program menu to show the programs sorted in ↵Ronnie Sahlberg1-10/+73
alphabetical order svn path=/trunk/; revision=8380
2003-09-04Update to the conversations list.Ronnie Sahlberg12-85/+86
Rename it from Endpoint Talkers to : Conversation List Change command line arguments to both tethereal and ethereal to be -z conv,<type> to reflect the new name Conversations This is the last time the tethereal cmd line arg is changed. But now it has a proper intuitive name at least. io,users was weird talkers was too close to names used in other tools svn path=/trunk/; revision=8379
2003-09-04fix our-of-bounds bug in teh port to string conversion routineRonnie Sahlberg1-2/+3
svn path=/trunk/; revision=8378
2003-09-04Update to endpoint talkers. move lots of duplicated code into teh helper ↵Ronnie Sahlberg10-407/+151
endpoint_talkers_table.c svn path=/trunk/; revision=8377
2003-09-04From Olivier Biot: decode the Push-Flag WSP header.Guy Harris1-1/+86
svn path=/trunk/; revision=8376
2003-09-04From Anders Broman: add translation of SI values to strings.Guy Harris1-2/+2
svn path=/trunk/; revision=8375
2003-09-04From Olivier Biot:Guy Harris1-32/+60
cleanup the reassembly code; add a new preference to enable/disable subdissection on the 1st fragment of an unreassembled message; update the comments to note that the reassembly code is even able to reassemble short message fragments across distinct SMPP connections. svn path=/trunk/; revision=8374
2003-09-04From Anders Broman: display T35 manufacturer codes as strings.Guy Harris1-1/+152
svn path=/trunk/; revision=8373
2003-09-04Update for version 09 of the ID.Michael Tüxen1-9/+9
svn path=/trunk/; revision=8372
2003-09-04Indicate the version in the protocol column only if multiple versions are ↵Michael Tüxen2-4/+14
supported. svn path=/trunk/; revision=8371
2003-09-04Indicate the Standard (ITU, ANSI, Chin. ITU) in the protocol column.Michael Tüxen4-12/+48
svn path=/trunk/; revision=8370
2003-09-04- Fixed a bug regaring DRST messages.Michael Tüxen1-3/+5
- Updates for version 15 of the ID. svn path=/trunk/; revision=8369
2003-09-04Uglify endpoint_talkers_table.cRonnie Sahlberg10-203/+247
make it know how to build the filter strings, address and port hf_ fields properly so TCP and UDP works and is agnostic on whether ipv4 or ipv6 is used as transport svn path=/trunk/; revision=8368
2003-09-04Put in a note telling people how to add a new libpcap encapsulationGuy Harris1-1/+47
type, and telling them how it should *NOT* be done, i.e. you should ask tcpdump-workers for a new DLT_ value, you should not just pick a value on your own, and you should especially not reuse a value that's already in use! Put in comments about reserved values in the current CVS libpcap. svn path=/trunk/; revision=8367
2003-09-04Back out the previous change - sometimes the newlines should be mappedGuy Harris1-13/+1
to "\n", and other control characters should be, as the strings are text, not binary. We really need our own routines to do the formatting of SNMP variable values ourselves.... svn path=/trunk/; revision=8366
2003-09-03If you get a read error while doing a search, go back to the frame whereGuy Harris1-1/+4
we started. svn path=/trunk/; revision=8365
2003-09-03Check for "wtap_seek_read()" failing.Guy Harris4-15/+41
svn path=/trunk/; revision=8364
2003-09-03Check for "wtap_seek_read()" failing.Guy Harris1-15/+27
svn path=/trunk/; revision=8363