aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-01Bump the version number to 1.1. Clean up the release notes.Gerald Combs3-320/+14
2006-05-01Include <epan/strutil.h> to define g_ascii_isprint() on systems withGuy Harris2-6/+8
2006-05-01Add a Makefile to generate the dissectors from UN*X.Guy Harris1-0/+16
2006-05-01Fix for bug 887. Use the right function to set the window position.Jaap Keuter1-0/+6
2006-05-01Operation request/result correlation and timing.Graeme Lunt5-98/+491
2006-05-01Use the asn2eth generated ldap dissector.Anders Broman3-2426/+2452
2006-05-01Preference to disable BER length sanity check (needed for asn2eth LDAP dissec...Graeme Lunt1-6/+13
2006-05-01MS KDC sends a PA_DATA with a magic salt containing an nt status code also fo...Ronnie Sahlberg1-2/+2
2006-05-01It's g_strdup_printf(), not g_sprintf_alloc().Guy Harris1-3/+4
2006-05-01coverity 155Ronnie Sahlberg1-4/+4
2006-05-01remove a test for NULL we dont need since itlq can not be null here and thus weRonnie Sahlberg1-2/+2
2006-05-01Handle the case where we *can't* determine the pathname in which to findGuy Harris5-51/+127
2006-05-01Have "pdu_store_sequencenumber_of_next_pdu()" return the newly-allocatedGuy Harris1-23/+46
2006-05-01UDP and SCTP aren't byte-stream protocols, so they don't offer TCP-styleGuy Harris1-3/+106
2006-04-30Operational Attributes and SyntaxesGraeme Lunt13-94/+1376
2006-04-30Fix for bug 881. Adding processing of error packet when server greeting is ex...Jaap Keuter1-20/+51
2006-04-30tcp reassembly updatesRonnie Sahlberg1-216/+69
2006-04-30Get rid of extra semicolon - GCC warns that ISO C doesn't allow it.Guy Harris1-1/+1
2006-04-30Constify some stuff, to eliminate compiler warnings and to make a tableGuy Harris1-3/+3
2006-04-30No C++/C99 comments, please (GCC warns about them in the SolarisGuy Harris1-3/+3
2006-04-30Request/result matching, port preference and display tweaksGraeme Lunt2-53/+417
2006-04-30Add "file_dlg.h" to declare "set_last_open_dir()".Guy Harris1-0/+3
2006-04-30Include <errno.h> to get errnos.Guy Harris1-0/+3
2006-04-30See whether <stdio.h> will get EISDIR defined.Guy Harris1-2/+0
2006-04-30We use stuff from dlg_utils.h.Guy Harris1-2/+0
2006-04-30We need <gdk/gdkkeysyms.h> to define GDK_VoidSymbol.Guy Harris1-2/+0
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris19-371/+493
2006-04-29Fix the idempotent-include #define.Guy Harris1-2/+2
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris15-20/+20
2006-04-29Add some simple sanity checking of BVLC packets, so if you're unluckyGuy Harris1-15/+27
2006-04-29Have the ring buffer routines take a pointer to a "bytes written" countGuy Harris4-13/+21
2006-04-29Clean up indentation; use 2-space indentation throughout.Guy Harris1-678/+672
2006-04-29chrisaudley@yahoo.com:Jörg Mayer1-0/+158
2006-04-29A dissector called from tcp_dissect_pdus() has to return void. (If youGuy Harris1-48/+46
2006-04-28Check Payload type before dissecting fmtp parameters.Anders Broman1-12/+24
2006-04-28Fix bug 896 by using tcp_dissect_pdus() .Anders Broman1-3/+30
2006-04-28Fetch a combobox control handle before we try to use it. Add some neededGerald Combs1-11/+6
2006-04-28Fix logic used to test protection under Windows OT. Only initializeGerald Combs1-14/+27
2006-04-28 tcp analysis updates to prepare for later tcp reassembly updatesRonnie Sahlberg2-188/+56
2006-04-28- fix Bug 890Tomas Kukosa1-7/+5
2006-04-28Don't change rflags for any properties other thanGuy Harris1-10/+0
2006-04-27add some higher packet length valuesUlf Lamping1-2/+2
2006-04-27This was completely broken, as the "length" variable actually reflectedGuy Harris1-25/+27
2006-04-27From Diego Petteno and Daniel Black: add more libraries to the list ofGuy Harris2-1/+2
2006-04-27Add an extra null pointer check. Fixes Coverity CID 154.Gerald Combs1-20/+25
2006-04-27Properly grow our buffers for utf_8to16().Gerald Combs1-1/+1
2006-04-27From Martin Mathieson:Anders Broman1-1/+1
2006-04-26From Mark C. Brown:Jaap Keuter1-77/+77
2006-04-26Properly set our export file name before we try to use it. Fixes bug 894.Gerald Combs1-1/+1
2006-04-26If we're running under Windows 95/98/Me, don't abort if we can't protectGerald Combs1-15/+21