aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-09-08Bump the version to 0.9.15. Update the NEWS and ChangeLog to August 27. MoreGerald Combs5-12/+304
2003-09-07More int vs. uint.Guy Harris1-3/+3
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris4-57/+143
2003-09-06When registering a dissector table, choose what type of hash andGuy Harris2-32/+344
2003-09-06Add Raw Ethernet "encapsulation type" to framerelay.Ronnie Sahlberg1-1/+13
2003-09-06From Brian K. Teravskis: add an option to save the data in CSV form.Guy Harris3-11/+247
2003-09-06Fix some typos and white space problems.Guy Harris1-39/+39
2003-09-06From Josef Korelus: GPRS BSSGP support.Guy Harris5-6/+1651
2003-09-06From Graham Bloice, with changes from me: list the interface index inGuy Harris2-6/+73
2003-09-06Handle SNMP-over-TCP.Guy Harris3-43/+189
2003-09-06From Martin Regner: fix dissection of non-standard parameters.Guy Harris1-5/+71
2003-09-06Fix a comment.Guy Harris1-3/+4
2003-09-06Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL.Guy Harris2-15/+16
2003-09-06Fix a comment.Guy Harris1-2/+2
2003-09-05Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL.Guy Harris1-2/+2
2003-09-05Fix up white space.Guy Harris1-2/+3
2003-09-05Fixed a bug introduced by my last update and reported for packet-mtp3.cMichael Tüxen5-60/+61
2003-09-05Include <string.h> to get "strcmp()" declared.Guy Harris1-1/+2
2003-09-05Add SCTP tunneling.Michael Tüxen1-1/+3
2003-09-05Add a popup to the ServicveResponseTime tables where the user can selectRonnie Sahlberg9-16/+224
2003-09-05Reject UDP packets that don't start with a known identification value.Guy Harris1-10/+19
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer21-230/+82
2003-09-05Don't try to align the field filter name and name - the font wouldGuy Harris1-14/+21
2003-09-05update ethereal man page to indicate that there is a useful popup menuRonnie Sahlberg1-0/+6
2003-09-05Add a Find Frame item to the popup menu for the conversation listRonnie Sahlberg3-15/+51
2003-09-05If Belinda:Guy Harris1-3/+13
2003-09-05Make even the non-heuristic STUN dissector reject packets that don'tGuy Harris1-60/+47
2003-09-05Add some more text to the filter item description in the display filter add e...Ronnie Sahlberg1-3/+12
2003-09-05Update to the tethereal conversation listRonnie Sahlberg1-3/+21
2003-09-05For endpoint conversations change how Endpoint1 and Endpoint two are selected.Ronnie Sahlberg1-16/+12
2003-09-05Update DCERPCSTAT, change the program menu to show the programs sorted in alp...Ronnie Sahlberg1-10/+73
2003-09-04Update to the conversations list.Ronnie Sahlberg12-85/+86
2003-09-04fix our-of-bounds bug in teh port to string conversion routineRonnie Sahlberg1-2/+3
2003-09-04Update to endpoint talkers. move lots of duplicated code into teh helper en...Ronnie Sahlberg10-407/+151
2003-09-04From Olivier Biot: decode the Push-Flag WSP header.Guy Harris1-1/+86
2003-09-04From Anders Broman: add translation of SI values to strings.Guy Harris1-2/+2
2003-09-04From Olivier Biot:Guy Harris1-32/+60
2003-09-04From Anders Broman: display T35 manufacturer codes as strings.Guy Harris1-1/+152
2003-09-04Update for version 09 of the ID.Michael Tüxen1-9/+9
2003-09-04Indicate the version in the protocol column only if multiple versions are sup...Michael Tüxen2-4/+14
2003-09-04Indicate the Standard (ITU, ANSI, Chin. ITU) in the protocol column.Michael Tüxen4-12/+48
2003-09-04- Fixed a bug regaring DRST messages.Michael Tüxen1-3/+5
2003-09-04Uglify endpoint_talkers_table.cRonnie Sahlberg10-203/+247
2003-09-04Put in a note telling people how to add a new libpcap encapsulationGuy Harris1-1/+47
2003-09-04Back out the previous change - sometimes the newlines should be mappedGuy Harris1-13/+1
2003-09-03If you get a read error while doing a search, go back to the frame whereGuy Harris1-1/+4
2003-09-03Check for "wtap_seek_read()" failing.Guy Harris4-15/+41
2003-09-03Check for "wtap_seek_read()" failing.Guy Harris1-15/+27
2003-09-03From Josef Korelus <jkor [AT] quick.cz>: GPRS NetworkGuy Harris6-7/+309
2003-09-03Don't include <epan/conversation.h> if you don't need it.Guy Harris8-16/+9