aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-08-07From Michael Lum: add the ability to have a preferences file containingGuy Harris11-99/+674
a list of disabled protocols, and to save that list from the Edit > Protocols dialog box. Add checks for read errors in "read_prefs()". Clean up white space. svn path=/trunk/; revision=8144
2003-08-06As per Bernd Becker's suggestion, add "register_giop_user_module()" andGuy Harris6-1/+14
"delete_giop_user_module()" to the list of exported functions on platforms where a run-time loaded module can't directly access functions from the main program. svn path=/trunk/; revision=8143
2003-08-06Don't trust the payload length in SCTP DATA chunks to be bigger than theGuy Harris1-28/+38
data chunk header length. Clean up white space. svn path=/trunk/; revision=8142
2003-08-06Remove the reference to the nonexistent packet-lwres.h; it was tripping upGerald Combs1-2/+2
distcheck. svn path=/trunk/; revision=8141
2003-08-05From Solomon Peachy: signal strength is signed, not unsigned.Guy Harris1-4/+4
svn path=/trunk/; revision=8140
2003-08-05Fix up white space.Guy Harris1-13/+18
svn path=/trunk/; revision=8139
2003-08-05From Tomas Kukosa:Guy Harris2-63/+151
use the codeset value; allow subdissectors for user-specific IEs, and for codesets, to be registered. svn path=/trunk/; revision=8138
2003-08-05From Lars Roland: get rid of "ip_to_str()", as it's just a copy of theGuy Harris1-19/+1
standard one in the Ethereal core, so that the plugin compiles on Windows. svn path=/trunk/; revision=8137
2003-08-05From Lars Roland: make Makefile.nmake for lwres resemble the newerGuy Harris1-5/+3
Makefile.nmakes for other plugins, to make it build on Windows. svn path=/trunk/; revision=8136
2003-08-05The source and destination networks are FT_IPXNET, not an integral type,Guy Harris1-5/+5
so use "proto_tree_add_ipxnet" routines, not "proto_tree_add_uint" routines. svn path=/trunk/; revision=8135
2003-08-05Add the usual .cvsignore file.Guy Harris1-0/+19
svn path=/trunk/; revision=8134
2003-08-05LWRES support, from Oleg Terletsky.Guy Harris13-8/+1711
svn path=/trunk/; revision=8133
2003-08-05From Greg Morris: add support for case-insensitive full-text searches.Guy Harris3-11/+40
svn path=/trunk/; revision=8132
2003-08-04From Greg Morris, with some changes: add "ipx.net", "ipx.node", andGuy Harris1-5/+43
"ipx.socket" hidden fields, which appear both for the source and destination addresses and socket numbers. svn path=/trunk/; revision=8131
2003-08-04From Lo�c Minier: if the field name for "x-wap.tod" is shown as a textGuy Harris3-19/+34
string, decode the value as a text string, as per 1.0, section 8.4.1.2 ("Field Values"): If the field name is encoded in text format, textual values MUST be used. svn path=/trunk/; revision=8130
2003-08-04Register as a heuristic subdissector of SCTP.Guy Harris1-4/+2
Doing so obviates the need to register the dissector by name (that was done to let the SCTP dissector explicitly call the SIP dissector), so don't bother doing so. svn path=/trunk/; revision=8129
2003-08-04Dissect some more set attr calls ...Richard Sharpe1-1/+4
svn path=/trunk/; revision=8128
2003-08-04Allow hyphens in preference module names, as the WAP protocols have IANAGuy Harris1-3/+3
names, which include hyphens. svn path=/trunk/; revision=8127
2003-08-04Build with Glib 2.0 and GTK+ 1.3 by default. Don't build with zlib 1.13.Gerald Combs2-11/+11
Add minor updates to README.win32. svn path=/trunk/; revision=8126
2003-08-04From Lars Roland: add support for GTK+ 1.3 with GLib 2.0 (the latestGuy Harris1-1/+13
GTK+ 1.3[.x]-for-Win32, which fixes several GTK+ problems, requires GLib 2.0, not GLib 1.3). svn path=/trunk/; revision=8125
2003-08-04UCD SNMP sometimes puts newlines into the printable form of an SNMPGuy Harris1-1/+13
value; turn those newlines into spaces, as the text for a protocol tree item shouldn't contain newlines (or tabs, or any other non-printable characters). svn path=/trunk/; revision=8124
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter49-440/+71
somewhat. Now the dynamic initialisation of the value_string is contained in the value_string_from_subdissectors() function instead of being distributed amongst the dcerpc dissectors. svn path=/trunk/; revision=8123
2003-08-04Add packet-h245.h to the distribution.Gerald Combs1-1/+2
svn path=/trunk/; revision=8122
2003-08-02Add a heuristic dissector list for SCTP.Guy Harris1-5/+28
svn path=/trunk/; revision=8121
2003-08-01make h225 register detected h245 tcp ports so that h245 dissector is called.Ronnie Sahlberg2-7/+28
it is currently done in a way too crude way, when a h245 endpoint is found, it calls dissector_add("tcp.port",...) and thus registers it globally for this port for ALL ip addresses. if someone knows how to change it to only register it for <ipaddress><tcpport> instead, that would be much better. svn path=/trunk/; revision=8120
2003-08-01Fix bug on how the H.225 CS routines were registered so that H225 CS over ↵Ronnie Sahlberg3-10/+8
Q931 now works Still something wrong with NonStandardParameter, I cant find why ethereal is wrong but it misses misses one bit in the decoding causing malformed frames. I cant see what is wrong when looking at the packets. need furhter investigations. Make h225 compile in as default svn path=/trunk/; revision=8119
2003-08-01From Chris Heath: fix up the check for printable ASCII done on WindowsGuy Harris4-15/+18
not to include DEL as printable ASCII. Also change the check in strutil.c to do it by redefining "isprint()", as is done in "gtk/gtkglobals.h", rather than by #ifdeffing the point at which the test is done. svn path=/trunk/; revision=8118
2003-07-31From Tomas Kukosa: set FD_DEGRAGMENTED even if there's only oneGuy Harris1-1/+2
fragment. svn path=/trunk/; revision=8117
2003-07-31From Tomas Kukosa: add "find_dissector_table()",Guy Harris7-6/+43
"dissector_get_port_handle()", "dissector_handle_get_short_name()", "dissector_handle_get_protocol_index()", "new_register_dissector()", and "new_create_dissector_handle()" to the list of APIs available to plugins on platforms where plugins have to call core Ethereal routines through pointers. "extern"alize the remaining routines in "epan/packet.h". svn path=/trunk/; revision=8116
2003-07-31From Ruud Linders:Guy Harris1-2/+6
"UPDATE" is now a valid sip method; register the SIP decoder so it can be called from other protocols (i.e. SCTP). svn path=/trunk/; revision=8115
2003-07-31From Bernd Leibing: catch another place where we weren't checkingGuy Harris3-2/+4
whether the domain name was null before putting it into the Info column. svn path=/trunk/; revision=8114
2003-07-31initial test h225 dissector.Ronnie Sahlberg1-0/+9806
not enabled yet by default. to test it you have to edit the makefiles and recompile. still buggy and incomplete but feel free to test it svn path=/trunk/; revision=8113
2003-07-31Updated some restricted character set alphabets so that the characters are ↵Ronnie Sahlberg1-3/+3
in the correct order. svn path=/trunk/; revision=8112
2003-07-31Updates to OCTET STRING so that it can handle FT_STRING and not just FT_BYTESRonnie Sahlberg2-6/+69
Added decoding of unicode strings in BMPString dissector helper svn path=/trunk/; revision=8111
2003-07-31Give FT_IPv4 val_repr_len and val_to_repr methods, and use them forGuy Harris4-29/+31
generating display filters from FT_IPv4 fields. svn path=/trunk/; revision=8110
2003-07-31Add val_repr_len and val_to_repr methods for FT_FLOAT and FT_DOUBLE, andGuy Harris2-40/+47
use them when generating display filters to match field values. Use "%{FLT_DIG}g" rather than "%{FLT_DIG}f" for FT_FLOAT. svn path=/trunk/; revision=8109
2003-07-30Fix a typo.Guy Harris1-27/+32
Wrap text to 80 columns. Add myself to the authors list (e.g. for the portability section). svn path=/trunk/; revision=8108
2003-07-30Give FT_ABSOLUTE_TIME and FT_RELATIVE_TIME val_repr_len and val_to_reprGuy Harris2-37/+39
methods, and use them when constructing display filters. svn path=/trunk/; revision=8107
2003-07-30Escape double-quotes, while you're at it.Guy Harris1-5/+7
svn path=/trunk/; revision=8106
2003-07-30Escape backslashes in strings when generating the dfilter representationGuy Harris1-3/+27
of the string. svn path=/trunk/; revision=8105
2003-07-30Fix a typo.Guy Harris2-2/+16
Note that, inside double quotes, you must escape backslashes with backslashes. svn path=/trunk/; revision=8104
2003-07-30"read_string()" can return a null pointer for the string, so check forGuy Harris1-3/+3
that. svn path=/trunk/; revision=8103
2003-07-30Crude workaround for a deficiency in the MEGACO parser - it assumes thatGuy Harris1-3/+36
all packets have an "=" in them, which TransactionResponseAcks do not. Check some of the "tvb_find_guint8()" replies and give up if they return -1. svn path=/trunk/; revision=8102
2003-07-29Put "WTP" into the Info column for segmented invoke/result PDUs on whichGuy Harris1-2/+2
we don't try to do reassembly, just as it's put in for other PDUs. svn path=/trunk/; revision=8101
2003-07-29From Georg von Zezschwitz: don't pass segments other than the firstGuy Harris1-4/+26
segment of a segmented invoke or result to subdissectors. Show the payload of fragments other than the one that finishes reassembly. svn path=/trunk/; revision=8100
2003-07-29As suggested by Georg von Zezschwitz, check whether all the bytes of theGuy Harris1-1/+2
URI are present before processing it, to catch bogus length values. svn path=/trunk/; revision=8099
2003-07-29Use GLib's macros for converting from host byte order to little-endian.Guy Harris1-14/+3
svn path=/trunk/; revision=8098
2003-07-29Clean up argument names.Guy Harris1-3/+3
svn path=/trunk/; revision=8097
2003-07-29Use GLib's macros for converting from host byte order to little-endian.Guy Harris1-17/+3
svn path=/trunk/; revision=8096
2003-07-29Don't free "wdh->dump.opaque" in the close routine - "wtap_dump_close()"Guy Harris1-6/+2
does it for you. "wdh->dump.opaque" should never be null, so unconditionally call "lanalyzer_dump_header()". svn path=/trunk/; revision=8095