aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-06-29avoid using tmpnam() for security reasons.Ulf Lamping5-47/+56
instead of giving the merge stuff a filename, give it an already opened file descriptor svn path=/trunk/; revision=11273
2004-06-29define of O_BINARY not needed, if fcntl.h is includedUlf Lamping8-46/+23
other #include related cleanups svn path=/trunk/; revision=11272
2004-06-29Fixed a bug in instruction COMPARE dissection, added output of bytecode for ↵Anders Broman1-27/+85
all types of operands, changed most values to be output as decimal. Many thanks to Martin Regner for valuable ideas, reviewing the output and assisting in debuging the code. svn path=/trunk/; revision=11271
2004-06-29From Martin Mathieson:Anders Broman3-12/+17
packet-rtp.c packet_rtsp.cand packet-rtcp.c ------------------------------------------ Make sure that the RTP RTSP and RTCP dissectors show the setup frame corresponding to the destination address svn path=/trunk/; revision=11270
2004-06-29add a preference setting for the web browser commandUlf Lamping5-16/+70
svn path=/trunk/; revision=11269
2004-06-29From Jaime Fournier: clean up some function names.Guy Harris7-67/+68
svn path=/trunk/; revision=11268
2004-06-29If we can't find the krb5 header or the krb5 code isn't Heimdal, clearGuy Harris1-2/+3
out KRB5_LIBS, so we don't try to link with the library. svn path=/trunk/; revision=11267
2004-06-29From Laurent Rabret:Guy Harris1-6/+24
fix a bug in the case where both Ethereal with GTK1 and GTK2 are attached; disallow the "extension box" if Ethereal isn't selected. svn path=/trunk/; revision=11266
2004-06-29Fix up some warnings.Guy Harris1-48/+48
svn path=/trunk/; revision=11265
2004-06-29Catch invalid GUI layout type values; if we see one, use the defaultGuy Harris1-2/+7
layout type. svn path=/trunk/; revision=11264
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedJörg Mayer4-8/+8
insecure code by not-working code. As I currently lack the time to fix this properly until Monday as the earliest possible date I undo the patch. Please note that Ethereal should not be used on multiuser systems with untrusted users until a proper fix has been applied. svn path=/trunk/; revision=11263
2004-06-29Some of the documentation files don't depend on [t]ethereal any more. RemoveGerald Combs1-5/+5
the dependencies, since it was messing up builds on systems without GTK. svn path=/trunk/; revision=11262
2004-06-28Add dissector for Signaling Compression (SigComp) dissection, RFC3320.Anders Broman2-1/+1919
It does not decompress the compressed message it only displays the uploaded bytecode for the UDVM ( Universal Decompressor Virtual Machine ) svn path=/trunk/; revision=11261
2004-06-28From Yaniv Kaul: Fix an SNMP crash bug.Gerald Combs1-1/+6
svn path=/trunk/; revision=11260
2004-06-28minor bugfix for merge dialog: use the correct handle for resizingUlf Lamping1-3/+3
svn path=/trunk/; revision=11259
2004-06-28From Graeme Hewson: prevent an assertion failure if a display filterGuy Harris1-14/+14
specifies [i:] and i is >= the length of the frame. svn path=/trunk/; revision=11258
2004-06-28From Jean-Baptiste Marchand: many small fixes for the samr dissector,Guy Harris1-73/+218
based on test trafic generated with Samba 4 smbtorture utility and Samba 4 samr.idl. svn path=/trunk/; revision=11257
2004-06-28From Yaniv Kaul: adjust to RFC 3748, and add some more EAP method types.Guy Harris1-8/+15
svn path=/trunk/; revision=11256
2004-06-28From Jean-Baptiste Marchand: fix the dissection of theGuy Harris1-1/+6
POLICY_AUDIT_LOG_INFO information level used by the LsarQueryInformationPolicy(2) operations (based on Samba4 lsa.idl). svn path=/trunk/; revision=11255
2004-06-28From Jean-Baptiste Marchand: slightly enhance the dissection of theGuy Harris1-4/+12
LsarQueryInformationPolicy2 operation, by displaying the information level in the COL_INFO column, identically to the LsarQueryInformationPolicy operation. svn path=/trunk/; revision=11254
2004-06-28From Jean-Baptiste Marchand: for NetrWkstaGetInfo and NetWkstaEnumUsersGuy Harris1-2/+34
operations, display in the COL_INFO column the requested information level. svn path=/trunk/; revision=11253
2004-06-28From Jean-Baptiste Marchand:Guy Harris1-1/+64
add col_append_str() calls in functions dissecting *Enum srvsvc operations, to display the requested information levels in the COL_INFO column; fix the slighlty wrong dissection of the NetrShareEnumSticky operation. svn path=/trunk/; revision=11252
2004-06-27Add the dissection of a WBXML-encoded Profile-Diff header to the WSP andOlivier Biot2-163/+616
WBXML dissectors by define a new protocol handle in the WBXML dissector. This is necessary as the Profile document (XML or WBXML) has no associated media type (or not a useful registration). New WBXML media: "UAPROF for Profile-Diff header (WSP)" svn path=/trunk/; revision=11251
2004-06-27Add more distclean files.Gerald Combs1-1/+3
svn path=/trunk/; revision=11250
2004-06-27Show point codes also in a strucuted way if selected in the MTP3 preferences.Michael Tüxen1-8/+28
svn path=/trunk/; revision=11249
2004-06-27Added functionality to support multiple ways of structuringMichael Tüxen2-111/+118
an ITU point code. svn path=/trunk/; revision=11248
2004-06-27Fixes needed for "make distcheck".Gerald Combs3-6/+12
svn path=/trunk/; revision=11247
2004-06-26From Tomas Kukosa: small fix for ASN2ETH compiler concerning creation ofGuy Harris1-18/+22
export conformance file. svn path=/trunk/; revision=11246
2004-06-26Use the "crc16.c" CRC-16 routine in the PPP dissector.Guy Harris5-64/+21
Rename the "crc32.c" CRC-32 routine "crc32_ccitt_tvb()", to match the "crc16.c" CRC-16 routine, and rename the table it uses to match. Also rename "crc32_tvb_802" to "crc32_802_tvb", to match "crc32_ccitt_tvb()". svn path=/trunk/; revision=11245
2004-06-26Make the CRC-16 table static (as it's not used outside "crc16.c") andGuy Harris1-7/+9
"const" (as nothing writes to it). "len" is unsigned, so it can never be < 0 - it can only be 0 or != 0. svn path=/trunk/; revision=11244
2004-06-26From Jean-Baptiste Marchand: dissect the USER_INFO_25 samr structureGuy Harris1-1/+34
(used by Windows XP clients when joining a domain managed by a W2K3 domain controller). svn path=/trunk/; revision=11243
2004-06-26From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just aGuy Harris5-10/+10
wrapper around "link /lib", and not all Microsoft C compiler distributions provide "lib". svn path=/trunk/; revision=11242
2004-06-25Add "Resolve Name" to "View/Name Resolution" andUlf Lamping1-4/+8
rename "Protocol Properties" to "Protocol Preferences" svn path=/trunk/; revision=11241
2004-06-25add some sanity checking to packet-ber.c to let it display a helpful ↵Ronnie Sahlberg1-1/+23
message instead of dumping core if it is passed an incompatible hf_field type. svn path=/trunk/; revision=11240
2004-06-25Update to the makefiles to pull in the crc16 helper for use by SIR and later ↵Ronnie Sahlberg2-2/+4
others svn path=/trunk/; revision=11239
2004-06-25doxygen changes:Jörg Mayer9-39/+29
- moved doxygen.cfg to doxygen.cfg.in and let configure to the substitution on unix. Adapted the namke files accordingly. - Don't add doxygen as a dependency for libethereal and libui: As doxygen is an unconditional target, this would cause the applications to be rebuild every time make was called, even when nothing changed in the meantime. This means that by now we need to do "make doxygen" manually in case we want updated documentation. svn path=/trunk/; revision=11238
2004-06-25Get rid of a warning with newer auto... tools by proper quoting.Jörg Mayer1-2/+2
svn path=/trunk/; revision=11237
2004-06-25Minor updateJörg Mayer2-4/+28
svn path=/trunk/; revision=11236
2004-06-25tmpnam() really should not be used for security reasons.Jörg Mayer5-12/+17
Replace it where used and update README.developer accordingly. svn path=/trunk/; revision=11235
2004-06-25Fix automagically generated filters in case of remote login via IPv6.Jörg Mayer4-12/+37
This fix was picked from the source rpm of Suse 9.1. svn path=/trunk/; revision=11234
2004-06-25Updates from Richard v d HoffRonnie Sahlberg8-268/+1676
IAX2 updates and a CRC16 routine svn path=/trunk/; revision=11233
2004-06-25fix bug in reassembly from last checkinRonnie Sahlberg1-2/+2
From Richard van der Hoff svn path=/trunk/; revision=11232
2004-06-24from tomas kRonnie Sahlberg7-337/+440
updates to the asn2eth compiler and a new regenerated h235 dissector svn path=/trunk/; revision=11231
2004-06-24Update Gile S email addressRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=11230
2004-06-24prettify the dissector and mark the generated fields as suchRonnie Sahlberg1-5/+11
svn path=/trunk/; revision=11229
2004-06-24As current implementation won't compile with GLib 1.x,Ulf Lamping1-1/+8
as a temporary solution, simply do nothing in this case. Has to be improved later svn path=/trunk/; revision=11228
2004-06-24from todd sRonnie Sahlberg3-53/+239
update to reassembly of dg style dcerpc svn path=/trunk/; revision=11227
2004-06-24from Mazeau PhilippeRonnie Sahlberg1-1/+84
more h.450 codes svn path=/trunk/; revision=11226
2004-06-24some ber/der stuff like pkinit do use very large integers, 8 and 16 byte ↵Ronnie Sahlberg1-1/+17
ones have been spotted. make the ber helpers handle these large integers as well as possible. svn path=/trunk/; revision=11225
2004-06-24from JBM updates to SAMR CONNECTxRonnie Sahlberg1-15/+112
svn path=/trunk/; revision=11224