From Grame Lunt:
[obnox/wireshark/wip.git] / ChangeLog
index 631c17132c90309c9ecde08014e1396d30885160..8700833dd1d5b682ebae06cfcdfd06ea860aeda8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-Overview of changes in Ethereal 0.9.6:
-* Update README.hpux re: version 11i (Guy)
-* Update printing output routines (Guy)
-* Properly adjust offset value in packet-bootp.c (Guy)
-* Add AppleTalk ZIP support, adjust ddp socket filter names 
-  (Didier Gautheron)
-* Fix unsigned value printing in packet-atalk.c (Guy)
-* Fix a possible buffer overflow in packet-isis-clv.c (Guy)
-* NETLOGON cleanup and updates (Ronnie)
-* pcap_dispatch() and fifo updates for tethereal.c (Graeme)
-* Add missing static declarations to editcap.c and text2pcap.c (Joerg)
-* Fix arguments in SAMR's dissect_nt_policy_hnd() routine (Tim)
-* Add signature characters for IPX messages, improve socket number
-  handling (Guy)
-* Allow TCP stream code to handle bad TCP packets (Guy)
-* Handle Linux token ring bug (Guy)
-* Update vcvars32.bat and cleanbld.bat notes in README.win32 (Guy)
-* Improve handling of "send buffer length" in SMB RAP messages
-  (Devin Heitmueller)
-* Fix #includes, DLCI field handling, and Q.931 parameters in IUA (Michael)
-* Implemented a couple of easy windows registry dissectors (Tim)
-* Fix QueryKey mod time handling in WINREG (Guy)
-* Fix FILETIME handling in WINREG (Guy)
-* Fix DELTA_USER name and structure in NETLOGON (Ronnie)
-* Update README.win32 re cmd.exe vs command.com (Gerald)
-* Add selected tree view item length to status bar (Gerald)
-* SAMR update (Andrew Bartlett)
-* Update command interpreter docs in README.win32 (Guy)
-* Fix unneccessary include path, fix plugin directory path handling (Nix)
-* Fix DELTA_DOMAIN name, fix structure in NETLOGON (Ronnie)
-* Fix DELTA_GROUP name in NETLOGON (Ronnie)
-* DELTA_RENAME_GROUP, DELTA_RENAME_USER, DELTA_RENAME_ALIAS NETLOGON
-  updates (Ronnie)
-* Updated NETLOGON DELTA_GROUP_MEMBER and DELTA_ALIAS structures (Ronnie)
-* Updated NETLOGON DELTA_ALIAS_MEMBER and DELTA_POLICY (Ronnie)
-* Updated NETLOGON DELTA_TRUSTED_DOMAINS and DELTA_ACCOUNTS (Ronnie)
-* Updated NETLOGON DELTA_UNION (Ronnie)
-* Updated NETLOGON NetrDatabaseDeltas function (Ronnie)
-* Fix the setting of "column.format" from the command line in Ethereal
-  and tethereal (Liviu Daia)
-* Add formatting room for long field lengths in the status bar (Guy)
-* Update of NETLOGON's DATABASESYNC function (Ronnie)
-* Updated NETLOGON ACCOUNTDELTAS and ACCOUNTSYNC functions (Ronnie)
-* Give some more information on the "command.com" vs. "cmd.exe" issue
-  in README.win32 (Guy)
-* Support the new version of ASAP's I-Ds (Michael)
-* Desegmentation of multi-TCP-segment TNS messages (and support for
-  multiple TNS messages per TCP segment) (Bernd)
-* Updated NETLOGON GetDCName LogonControl and GetAnyDCName (Ronnie)
-* Convert from prs_* routines to dissect_ndr_* routines in SPOOLSS (Tim)
-* Update types and bases for many TNS fields (Bernd)
-* Add NTLMSSP dissector (Devin Heitmueller)
-* Reorder boolean fields in NTLMSSP, DCERPC and SPOOLSS (Tim)
-* Fix an erroneous example, other errors in README.developer (Guy)
-* Put back code to show auth data in DCERPC (Guy)
-* NTLMSSP length and message content display fixes (Guy)
-* Fix NETLOGON credential time stamp handling (Guy)
-* Redback vendor-specific items for RADIUS and L2TP (Thierry Pelle)
-* Get rid of unneeded #includes, fix DATA chunk handling in SCTP (Michael)
-* Added another authentication service for Snego to DCE RPC (Tim)
-* Add NSIS checkbox bitmaps to Makefile.am (Gerald)
-* Update IUA to latest drafts, make packet fields searchable, add pref for
-  Implementers Guide support (Michael)
-* Add DOCSIS support (Anand V. Narwani)
-* Clean up the order of some lists of plugin items (Guy)
-* Fix some warnings in SMB (Tim)
-* Add missing #include to packet-smb-mailslot.c (Joerg)
-* Fix a typo in packet-ftp.c (Guy)
-* Properly handle responses in FTP, make SMTP fields filterable (Guy)
-* Add smtp.req and smtp.rsp to the tree only when needed (Guy)
-* Fix DOCSIS Info column erasure (Anand)
-* Change the reported length of VJ uncompressed data to handle a pppdump
-  bug (Guy)
-* Clarify the octet-stuffed framing code for pppdump (Guy)
-* Add a Boolean field for the RSVP Bundle message type (Guy)
-* Add/update booleans for RSVP Ack, Srefresh and HELLO (Guy)
-* Fix a save-over-existing-capture bug (Richard)
-* Fix random access handling in pppdump reader (Guy)
-* Allow for SMTP and FTP response codes above 255 (Guy)
-* Clean up the setting of "id_offset" and "sd_offset" in pppdump.c (Guy)
-* The previous pppdump/VJ bug was actually the FCS.  Handle accordingly
-  (Guy)
-* Fix a sample call to add an item to the subtree, add/update documentation 
-  for PROTONAME, PROTOSHORTNAME and PROTOABBREV in README.developer (Guy)
-* Glib-ize and otherwise make a bunch of code more portable (Joerg)
-* Added support for dissecting RSVP Bundle Messages (Ashok)
-* Update the "NT sucks for PPP capture" note to include NT 5.1 in
-  capture.c (Guy)
-* Fix dual sync-mode related capture popup error messages (Graeme)
-* Allow "-" as the Wiretap output file name, capture loop optimization
-  (Graeme)
-* Fix some error-message printing code, improve seekable file handling
-  (Guy)
-* Don't allocate random access structs for sequential reads in pppdump.c
-  (Guy)
-* Add needed snprintf.h #includes (Joerg)
-* Get rid of unused variables and functions, improve missing libpcap
-  handling (Guy)
-* Removed #if-0-ed code, redundant and unneded #includes all over the 
-  place (Joerg)
-* Add VSAs, fix attribute table termination in RADIUS (Kan Sasaki)
-* Adjust the behavior of tvb_find_line_end(), and modify SMTP to take
-  advantage of it (Guy)
-* Adjust the tree display, fix a loop termination in RTCP (Guy)
-* Fix errors in README.plugins (Richard Urwin)
-* #include sys/types.h in snprintf.h (Uwe)
-* Add request/response time to SMB tree (Prabhakar Krishnan)
-* Fix for the DOCSIS request frame Info column (Anand)
-* Change a DOCSIS loop counter from guint8 to int (Guy)
-* Fix a capture file overwrite bug (Joerg)
-* Fix the declaration of yyin(), update options and usage message in 
-  text2pcap.c (Guy)
-* Update text2pcap documentation (Guy)
-* Update comments, fix byte ordering in in_cksum.c (Guy)
-* Fix info column display, add missing Extended header fields (Anand)
-* Fix spacing in Netbios display (Tim)
-* Gracefully display stub data in DCE RPC (Guy)
-* Fix offsets in SIP (Stefan Wenk)
-* Fix and SMB conversation handling bug (Ronnie)
-* Put all SMB command PDUs in the summary line (Ronnie)
-* Add NetBIOS address handling to Kerberos (Jim McDonough)
-* Eliminate the need to #include sys/types.h, netinet/in.h, and 
-  winsock2.h all over the code (Joerg)
-* Fix a memory leak in gtk/colors.c found by Valgrind (Joerg)
-* Add FPGetUserInfo to AFP (Didier Gautheron)
-* Fully decode Quake2 client->server packets, start on server->client
-  (Jan Berkel)
-* Update Windows printing code, fix variable freeing in print code (Guy)
-* Add AF_INET6 support for DLT_NULL captures from MacOS X (Michael)
-* Fix subtree creation in WSP (Guy)
-* Improve progress bar window timing (Graeme)
-* Add a CMP_ADDRESS macro (Ronnie)
-* Check if 802.11 FCS is present (Chris Waters)
-* Fix infinite loops, data fetching in RSVP (Guy)
-* Fix a typo in packet_info.h (Ronnie)
-* Improve TPKT heuristics (Guy)
-* Add support for CoSine L2 debug output (Motonori)
-* Fix decoding of AUTHORIZE in HCLNFSD (Mike Frisch)
-* Add LsaQueryInformationPolicy2 to LSA (Jim McDonough)
-* Add winsock2.h back to wtap.h (Joerg)
-* Fix zlib.h #inclusion typo in wtap-int.h (Joerg)
-* Fix get_persconffile_path-related memory leaks (Joerg)
-* More data type (system-specific vs glib) cleanup (Joerg)
-* Add TCP sequence number analysis (Ronnie)
-* Fix entry for 0:0:0:0:0:0 in manuf.tmpl (Joerg)
-* Update NETLOGON LogonControl2 and ServerAuthenticate2 functions (Ronnie)
-* Fix system-specific netinet/in.h and sys/types.h dependencies (Guy)
-* Remove unneeded arpa/inet.h and sys/socket.h #includes (Guy)
-* Create a minimal TCP tree early on, in case an exception is thrown (Guy)
-* Update the IEEE URL in make-manuf and manuf (Joerg)
-* Add sequence number wrap to tcp window checking (Joerg)
-* Fix a bug in the EPM dissector (Sergei Shokhor)
-* Undo a couple of #include changes (Joerg)
-* More NETLOGON function updates (Ronnie)
-* Fix the PPP FCS computation (Hidetaka Ogawa)
-* Remove net/inet.h #include from packet-isis-lsp.c (Joerg)
-* Fix MMSE handling of strings with specified character set (Jan Kratochvil)
-* Fix frame number data type in NFS (Guy)
-* Fix a data type in wiretap/cosine.c (Guy)
-* Add DOCSIS to Wiretap's table of encapsulations (Anand)
-* Sync the SETCLIENTID args decoder with the latest nfs4_prot.x 
-  (Mike Frisch)
-* Fix NFSv4 ACL decoding (Mike)
-* Put a comment about DOCSIS in packet-frame.c (Guy)
-* Fix a typo in packet-smb.c (Guy)
-* Fix SamrConnect[2-4] function names in SAMR (Richard)
-* Add more information to the NBNS Info column (Tim)
-* Add DOS error 259 to SMB (Tim)
-* Fix Info column error reporting in DCERPC NT (Tim)
-* Add OpenEntry, EnumKey and Unknown1A to REG, rename WINREG to REG (Tim)
-* Fix a return code in SAMR (Tim)
-* Fix NFSv4 LOOKUPP, add new error codes, fix ACL decoding (Mike)
-* Properly set the LANE traffic type in libpcap.c (Guy)
-* Fix non-multipart content handling in MMSE, along with POST data 
-  subtrees (Tom Uijldert)
-* Add support for CheckPoint FireWall-1 monitor files (Alfred Koebler)
-* Get rid of redundant "fw1_" text in preference name (Guy)
-* Remove unused #includes in packet-fw1.c (Joerg)
-* Add FATTR4_MOUNTED_ON_FILEID to packet-nfs.c (Mike)
-* WTP TPI dissection, and reindentation (Tom Uijldert)
-* Update SetInformationPolicy2 function name in LSA (Ronnie)
-* Add Xyplex terminal server protocol support (Randy McEoin)
-* Handle NTLMSSP authentication messages, and handle the flags field in
-  NTLMSSP messages properly (Devin)
-* Update get_unicode_or_ascii_string(), "un"used variables in SMB (Guy)
-* Add a terminator to the ntlmssp_message_types list (Guy)
-* Changed some incorrect pointer types in NETLOGON (Ronnie)
-* Fix variable name / keyword conflict in packet-fw1.c (Guy)
-* Add server name to negprot reply and fixed a pointer deferral problem in
-  SMB (Ronnie)
-* Use "atm_guess_traffic_type()" in wiretap/netmon.c (Guy)
-* Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()"
-  (Guy)
-* Handle NTLMSSP over HTTP (Tim)
-* Display the protocol name for the DCERPC UUID in the Info column (Tim)
-* Update Windows printing prefs (Guy)
-* Handle user2 access granted mask, name open/create domain/user/group 
-  policy handles (Tim)
-* Get rid of a commented-out #include in packet-smpp.c (Guy)
-* Handle base64_decode() properly in packet-http.c (Guy)
-* Fix a case statement in capture.c (Guy)
-* Fix an NTLMSSP memory leak in packet-http.c.  Improve display. (Tim)
-* Replace AC_PROG_RANLIB with AM_PROG_LIBTOOL in configure.in (Joerg)
-* Update .cvsignore (Joerg)
-* Add CPHA support (Yaniv Kaul)
-* Add and improve plugin API routines (Tomas Kukosa, Guy)
-* Don't free a needed tvb in packet-http.c (Tim)
-* Add AC_LIBTOOL_DLOPEN back to configure.in (Joerg)
-* Fix unrecognized capability display in BGP, add ORF support (Jian Yu)
-* LDP VC FEC dissection fix (Motonori)
-* CoSine updates (Motonori)
-* Fix FIN and ACK handling in TCP (Ronnie)
-* Convert some all caps NETLOGON names to more friendly names (Tim)
-* Fixed incorrect NDR pointer type in Authenticate3 in NETLOGON (Ronnie)
-* Added new function name LogonSamLogonEx in NETLOGON (Ronnie)
-* 
-
-Stopped at: http://www.ethereal.com/lists/ethereal-cvs/200208/msg00091.html
-
-
-Overview of changes in Ethereal 0.9.5:
-* DCE RPC changes:
-  * Implemented SPOOLSS WritePrinter and DeletePrinterData (Tim)
-  * Fixed various SPOOLSS printerdata routines. (Tim)
-  * Implemented getprinterdriver levels 1 and 3 (Tim)
-* FCS updates for PPP, VJ updates (Guy)
-* Fix to label stack handling for withdrawn BGP routes (Hannes Gredler)
-* Remove UDP-encapsulated AH support in ISAKMP, as per the latest IETF
-  draft (Yaniv Kaul)
-* Update UCD SNMP section of the README file (Guy)
-* Add option to make filtering on nfs fhandles stateful (Ronnie)
-* Fix most of the NFS dissector TODOs (Mike Frisch)
-* Static-ify many NFS variables and functions, clean up unused ones (Guy)
-* Fix an ampersand (&& vs &) typo in BGP (Hannes)
-* Fix some BGP problems (Dirk Steinberg)
-* Fix bounds checking (overflow) error in BGP (Guy)
-* More NFS argument and variable cleanup (Guy)
-* Update VJ connection state tracking, other updates (Guy)
-* Force VJ header dissection so that direction can be determined (Guy)
-* Update nettl NS_LS_DRIVER to work with both pre-HPUX11 and HPUX11 (Ronnie)
-* Give a wiretap short name to Windows Sniffer 2.00x files (Guy)
-* Various command line flag and output cleanups (Graeme Hewson)
-* Clean up file name comparison and error dialog in file.c (Guy)
-* Update the LANalyzer file format URL (Guy)
-* Improve file.c's save_cap_file() return handling (Guy)
-* In snoop.c, set the LANE subtype in the "seek and read" routine (Guy)
-* Add a stub MS Exchange MAPI protocol dissector (Ronnie)
-* Clean up the file saving code a bit (Guy)
-* Additions to the MAPI dissector (Ronnie)
-* MAPI Logoff function fully decoded (Ronnie)
-* Save the whole capture device name in the preferences file (Gerald)
-* Get rid of the old MAPI dissector in favor of the new DCE RPC-based
-  dissector (Guy)
-* Skeleton NSPI dissector (Todd Sabin)
-* Add some decoding for the DCE RPC srvsvc functions (Richard)
-* Handle NCP signature flag bit (Guy)
-* RADIUS bug fix (Kan Sasaki)
-* Fix a function return, NULL-vs-0 passing in SRVSVC (Guy)
-* Add the UNI 3.0 mode identifier AAL parameter to Q2931 (Guy)
-* In ATM, add LANE 2.0 support, various frame and field display
-  enhancements (Guy)
-* Show SRVSVC platform ID in decimal (Guy)
-* Move share type values to common SMB code area for SRVSVC (Guy)
-* Improve bitfield checks, fix field definitions in NCP2222 (Gilbert)
-* Fix the definition of AllocateMode in NCP2222 (Gilbert)
-* Reassembly of fragmented DCE/RPC (Ronnie)
-* SRVSVC cleanups, additional decodes (Richard)
-* Fix up some of SRVSVC decodes and add netshareenum_all support (Richard)
-* Mark last packet of TFTP transfer as such in the Info column (Joerg)
-* Add support for desegmentation of NCP-over-TCP (Guy)
-* Don't give ordinal numbers to preferences that aren't displayed (Guy)
-* Get rid of the routine to dissect ATM LANE topology change frames (Guy)
-* Fix a reassembly-related bug in DCE RPC (Ronnie)
-* Add option to decrypt the MAPI opnum 2 payload (Ronnie)
-* Aditional decoding of the decrypted MAPI PDU in opcode:2 (Ronnie)
-* Fix an unsigned/signed int comparison compiler warning in MAPI (Guy)
-* Improve handling of NCP2222's ExtendedInfo bitmask (Guy)
-* Fix MAPI hex pane highlighting problem (Ronnie)
-* Add messaging SMBs, fix a typo (Guy)
-* Fix NCP-over-TCP length field handling (Guy)
-* Fix bitfield variable registration in NCP2222 (Gilbert)
-* Add SMB information from MS documentation (Guy)
-* Fix "dissect_unknown()" in SMB to properly step through the word and
-  byte parameters (Guy)
-* Dissect the last 2 bytes of SMB's TRANS2_SET_FILE_INFORMATION
-  parameters as reserved, update comments (Guy)
-* Added dissecton of the Map command for EPM (Ronnie)
-* In the man pages, clarify how to remove noise from a display (Heikki)
-* Get rid of an unused variable in snoop.c (Guy)
-* Account for hidden share types in share_types (Richard)
-* Changed toplevel DCERPC REF pointer dissection to create a subtree (Ronnie)
-* Fix for WTP PDUs not containing user data (Kari Heikkila)
-* Clean up the data structures for the color filter code a bit (Guy)
-* Add support for old NetXRay format (Guy)
-* Add partial support for EPM tower and tower floors (Ronnie)
-* Add and fill in dissector for DCERPC Browser protocol (Ronnie)
-* Dissect both the BOOTP server and client ports as bootp/DHCP (Joerg)
-* Fix streaming mode value in Q2931 (Guy)
-* Add an item from UNI 3.0 to Q2931 (Guy)
-* Fail somewhat more gracefully when confronted with a bad pppdump file
-  (Guy)
-* Check for EtherPeek files before checking for pppdump files (Guy)
-* Add PPP support to GTP (Olivier Dreux)
-* Add RFC 2353 SNA-over-LLC-over-UDP support, and RFC 2043 SNA-over-PPP
-  and SNA-over-LLC-over-PPP support (Jochen Friedrich)
-* Fixed TFT decoding and processing PPP payload inside of GTP protocol
-  conf options (Michal Melerowicz)
-* Handle old gtpv0 and gtpv1 prefs (Guy)
-* Put the raw data items at the top level in the SNA protocol tree (Guy)
-* Java RMI protocol support (Michael Stiller)
-* Update name resolution docs in the README file (Guy)
-* Display unsigned SMB quantities with "%u" (Guy)
-* Add AODV6 support (Antti Tuominen)
-* Fix the MMSE Sender-Visibility field to use the right value_string
-  table (Martin Gignac)
-* Removed SRVSVC debugging fprintf calls (Tim)
-* Remove font name assumption from gtk/main.c (Guy)
-* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourth
-  argument to "tvb_new_subset()" (Guy)
-* Fix non-GCC compiler warnings in various dissectors (Albert Chin)
-* Fix DCERPC Browser bug when dissectors forgot to eat the array
-  headers for conformant_run==1 (Ronnie)
-* Correct display filter names in L2TP (KevinM)
-* Correctly handle SMB 0x31 (Close And Tree Disconnect) (Guy)
-* Removed some trailing commas from various DCERPC dissectors (Tim)
-* Put in an update about libpcap 0.7.1 appearing to handle BPF not too
-  badly in README.aix (Guy)
-* Install the Diameter DTD and XML files in the "diameter" subdirectory
-  of the directory for Ethereal configuration files (Guy)
-* Implement TAPI (Ronnie)
-* Mark TRMAC frames with a subvector length of less than one as being
-  invalid (Gerald)
-* Mark an LMP frame invalid if its message type value exceeds
-  LMPF_MSG_CHANNEL_STATUS_RESP (Gerald)
-* Require that the LMP and RSVP message types be greater than 0 (Gerald)
-* Fix the MMSE "cc" field (Martin Gignac)
-* Get rid of the "data_src" member of the "frame_data" structure (Guy)
-* Various capture cleaups and fixes (Graeme Hewson)
-* Varargs code cleanup in simple_dialog.c (Graeme)
-* Free up frame table in netmon.c (Guy)
-* Fix duplicate memory freeing in ngsniffer.c (Guy)
-* Treat Darwin/MacOS X like the other BSDs, capture-wise (Michael)
-* Change bvlc_result_name() and bvlc_function_name() to value_strings
-  (Gerald)
-* Added a whole lot of SPOOLSS print notification constants (Tim)
-* Converted SPOOLSS reply functions, RFFPCNEX, added RFNPCNEX (Tim)
-* Added dissect_ndr_uint16s() utility function for dissecting a buffer
-  of uint16 values (Tim)
-* Implemented SPOOLSS RRPCN, improved notify options and display code
-  (Tim)
-* Added show_fragment_tree() function, updated IP, SMB and DCERPC to
-  use it (Ronnie)
-* Updated NDMP and ONC RPC services to use show_fragment_tree() (Ronnie)
-* Added global session option, NT protocol option and connect flag
-  support to TNS (Nathan)
-* Fix some MMSE values to match the WAP-209-MMSEncapsulation-20020105-a
-  spec (Martin Gignac)
-* Make the MMS heuristic dissector recognize packets that lack a
-  Transaction-Id header (Martin)
-* Added ReplyClosePrinter() to SPOOLSS, fixed calls to dissect_nt_policy_hnd()
-  (Tim)
-* Dissect spoolss FCPN. (Tim)
-* Support the Solaris+SunATM libpcap capture file type (Guy)
-* Properly check for unknown RSVP message types (Guy)
-* More dissection of TNS flags, break out into subs (Nathan)
-* Use "phtons()", not "htons()" in libpcap.c (Guy)
-* Remove the old workaround for "select()"s not working on MacOS X
-  (Michael)
-* Keep an invalid WCP packet length from overflowing a data buffer
-  (Gerald)
-* Treat SPOOLSS printer port names as notification strings (Tim)
-* Correct handling of BSD/OS Frame Relay packets (Guy)
-* Fix SPOOLSS RRPCN bug, printer notification data type updates (Tim)
-* Work around gzseek() bug (Graeme, Guy)
-* Improve handling of pipes and FIFOs (Guy)
-* Enhance fragment handling code, update many dissectors to use it (Guy)
-* Add illegal fragment notification to the Info column (Guy)
-* Pass the captured length, not the full length, to the "capture_"
-  routines, update 802.11 and CHDLC capture routines accordingly. (Guy)
-* Have a common routine for doing the packet counter stuff (Guy)
-* Move duplicated code from pcap_dispatch() to capture_pcap_cb() (Guy)
-* Migrate SOCKS from str*() functions to tvb_*() functions (Guy)
-* Don't call "tvb_strsize(tvb, offset)" if we know there's nothing *at*
-  "offset" in packet-socks.c (Guy)
-* Fix the decode of NCP 8701 in ncp2222.py (Gilbert)
-* Add support for SunATM libpcap packets and capture (Guy)
-* Fix the handling of From: headers in MMSE (Martin)
-* Have SRVSVC netshareenumall correctly decode reply packets (Ronnie)
-* Tweak some of the SRVSVC "levels" arguments to properly decorate the protocol
-  tree with share names (Guy)
-* Improve port number handling in UDP, TCP and SCTP (Guy)
-* Fix the default offset adjustment in dissect_mip_extentions 
-  (John Wells)
-* Additional names for NDS verbs, NetworkAddress and NetworkSocket updates
-  (Guy)
-* Fix Quakeworld text buffer sizes (Guy)
-* Add #define HAVE_PCAP_H  1  to config.h.win32 (Gilbert)
-* Fix a crash when dissecting AFS authentication requests (Loic Tortay)
-* Export the new wtap_process_pcap_packet routine (Guy)
-* Add support for the IEEE 802.3ad Link Aggregation Control Protocol
-  (Steve Housley)
-* Fix the maximum length argument to tvb_memcpy() in packet-beep.c 
-  (Peter Hawkins)
-* Fix string length errors in packet-scsi.c (Peter)
-* Recognize "Option negotiated failed" error in TFTP (Bill Fumerola)
-* Add /I$(PCAP_DIR)/include to Makefile.nmake (Guy)
-* Make writing different libpcap-format link layer types more platform
-  independent (Guy)
-* Fix some compiler warnings in packet-slowprotocols.c (Guy)
-* Fix capture-from-pipe blockage (Graeme)
-* Add missing SRVSVC funtion names, convert to MS naming (Ronnie)
-* Handle RFC 2673 extended labels in get_dns_name() (Guy)
-* Fix data reading bug in MAPI (Ronnie)
-* Display WSP character set values in hex (Guy)
-* Various WTLS fixes (Guy)
-* Fix display_unicode_string() in packet-smb-common.c (Guy)
-* Don't use "bool" as a variable name or structure member (Chris Waters)
-* Change the way Boolean values are handled in prefs code (Guy)
-* Change duplicate SRVSVC function name (Ronnie)
-* Add support for NetrCharDevEnum in SRVSVC (Ronnie)
-* Remove testing code from SRVSVC (Ronnie)
-* Check ALIGN_TO_4_BYTES macro in DCERPC NT and BROWSER (Ronnie)
-* Add more SRVSVC functions (Ronnie)
-* Return an error for an invalid class instead of dumping core in LMP
-  (Gerald)
-* Improve fragmented PDU handling in DCE RPC (Guy)
-* Add support for reassembly of fragmented connectionless DCE RPC PDUs
-  (Guy)
-* Don't check for a short frame until we care whether the frame is short
-  (Guy)
-* Additional SPOOLSS data displays (Tim)
-* Add support for more SRVSVC functions (Ronnie)
-* Correctly calculate DCE RPC authentication offset (Guy)
-* Many DCE RPC fragmentation handling and reassembly updates (Guy)
-* WEP cleanups, WEP decryption support and other mangling of the 802.11
-  dissector, and optional FCS processing (Solomon Peachy)
-* Improve dissection of 802.11 management and data frames (Guy)
-* Added dissection of the request to NetrShareAdd (Ronnie)
-* Do WEP decryption before reassembly, use memset() instead of bzero()
-  (Solomon, Guy)
-* Add "bzero()"/"bcopy()"/"bcmp()" vs.
-  "memset()"/"memcpy()"/"memmove()"/"memcmp()" to README.developer (Guy)
-* A pile of DCE RPC display enhancements (Guy)
-* Fix some WEP encryption bugs, tree rearrangement (Guy)
-* Added/Rewrote dissection of NetrShareEnum NetrShareGetInfo in SRVSVC
-  (Ronnie)
-* Fix DCE RPC Fault PDU handoff (Guy)
-* WEP decoding fix (Solomon)
-* Dissect BOOTP flags field properly, vendor field length fix (Joerg)
-* Put the status of the BOOTP broadcast flag into the summary line for the
-  flags field (Guy)
-* Added MS Window printing to ethereal (Jeff Foster)
-* Add AFP fixes, more calls, and DSI/ASP error code in the Info column
-  (Didier Gautheron)
-* Add infolevels for SRVSVC SERVER_INFO_UNION (Ronnie)
-* Added dissection of SERVER_INFO union and rewrote functions
-  NetrServerGetInfo and added NetrServerSetInfo (Ronnie)
-* Remove compiler warnings, support operation "0" in UCP (Tom Uijldert)
-* Correct MTP3 preference name, ANSI decoding, and add line breaks (Jeff)
-* Update the ACL and LOCK/LOCKT/LOCKU decoding for NFSv4 (Mike Frisch)
-* Fix SCTP port number for M2PA to be the IANA-assigned number (Michael)
-* Change LSA subdissector names from all caps to InterCaps (Tim)
-* Prettify DCERPC REG subdissector names (Tim)
-* SPOOLSS warning fix (Tim)
-* Make the hex dump when printing PostScript look the same way it does
-  when printing plain text (Guy)
-* Use common code to print the hex dump as text and PostScript (Guy)
-* Improve the way hex dump offsets are printed (Guy)
-* Consolidate hex data printing code, other printing improvements (Guy)
-* Hndle DCE RPC connectionless CANCEL PDUs with no body (Jamie Fournier)
-* Use a common routine to print protocol tree nodes as text or PostScript
-  (Guy)
-* Get rid of trailing newline in lines passed to "print_line()" (Guy)
-* On Windows, there's no "pipe_fd", so don't refer to it (Guy)
-* Use guint instead of uint in 802.11 (Guy)
-* Warn the user if the improperly click "New" in the filter list editor
-  (Devin Heitmueller)
-* Make uint verboten, fix proto_tree_add_* argument lists in
-  README.developer (Guy)
-* Remove offset digits as needed, remove trailing blanks in hex dumps (Guy)
-* Prefetch the WEP IV and key to improve display (Guy)
-* Update #includes to match WinPcap 2.3 (Guy)
-* Add remaining SRVC reply dissectors (Ronnie)
-* Flush the output after every frame if Tethereal is writing a capture to
-  a FIFO, and improve the error checking for ring buffers (Graeme)
-* Add FIFO-testing code, remove uses of stat() in tethereal (Guy)
-* Fix packet counting code in tethereal (Guy)
-* Change each DCERPC dissector to pass in a hf value on initialisation
-  for a value_string that corresponds to that dissectors opnums (Tim)
-* Compile fix for SRVSVC opnum value_string stuff (Tim)
-* Dynamically size offset field width in hex pane (Guy)
-* Improve handling of SMB Logon "Announce change to UAS or SAM" messages
-  (Guy)
-* Added value_string array for SPOOLSS setprinter level 0 command (Tim)
-* Add Draft 13 support, making that draft the default (Mark Burton)
-* Add definitions for SPOOLSS setprinter_cmd_vals[] value_strings (Tim)
-* Remove duplicate DCE RPC reassembly code, get rid of extraneous args
-  (Guy)
-* Fix various NCP decodes, endianness, add error codes, ObjectType SAP
-  types (Greg Morris)
-* Update the URL for WinPcap in capture_dlg.c (Guy)
-* Fix incorrect format string in packet-atalk.c (Tim)
-* Enhance DCE RPC NT dos  and NT error code display (Tim)
-* Fix typos and format string errors in SPOOLSS (Tim)
-* Add IPX SAP for SEH's InterCon Printserver (Markus Steinman)
-* Update the DHCPv6 support to match the latest drafts 
-  (Tsutomu Mieno, Yasuhiro Shirasaki)
-* Fix the capitalization of NetWare in packet-ipx.c (Guy)
-* Added some more dissection of rffpcnex flags to SPOOLSS (Tim)
-* Add in two missing files to Makefile.am (Anand V. Narwani)
-* Update interface name handling in tethereal.c (Gerald)
-* Support for writing LANalyzer files (Markus)
-* Cleaned up NT policy handle hashing a bit (Tim)
-* Improve capture device prefs white space/empty string handling (Guy)
-* Remove unused DCERPC NT variable (Tim)
-* Use the native Windows mechanism for catching ^C (Guy)
-* Add in some missing header files to Makefile.am (Guy)
-* Move AppleTalk address to a different column, add hidden fields for
-  source and destination addresses (Didier)
-* Update section in README.developer on adding source files, add a note on
-  adding header files (Guy)
-* Add Apache JServ 1.3 dissector (Christopher K. St. John)
-* Clean up warnings, fix buffer overrun in AJP1.3 (Guy)
-* Update SCTP to match the latest I-Ds for two extensions (Michael)
-* Fix display of OSI system IDs to use a dot rather than a dash before the
-  PSN byte (Hannes Gredler)
-* Fix display of one-byte NETs in ISIS dissector (Hannes)
-* There are no "ipx.src" or "ipx.dst" filterable fields (Guy)
-* Fix plugin-vs-static header inclusion in AJPv1.3 (Gerald)
-* Give AJPv1.3, GMRP, and ICAP dissectors RCS IDs (Guy)
-* Remove packet-ajp13.h (Guy)
-* Put in a note about casting the result of "tvb_get_ptr()" to a structure
-  pointer and using that pointer in README.developer (Guy)
-
-Overview of changes in Ethereal 0.9.4:
-* Get rid of unused variables, fix a device typing bug in packet-iscsi.c
-  (Dinesh Dutt)
-* Work was done by many people to clean up code across the entire
-  source tree, removing unused variables and routines and static-izing
-  functions.  Individual changes will not be listed here.  (Joerg, Uwe,
-  Guy, Gilbert, David Frascone, ????)
-* Add the LANE packet type to the ATM LANE info column. (Guy)
-* Use the reported (not captured) length when scanning a packet in the IP
-  dissector. (Guy)
-* Improve PPP option reporting. (Guy)
-* Initial dissection of variable-length SCSI CDBs. (Dinesh)
-* Fix the name of the SCSI "prevent/allow medium removal" command. (Guy)
-* Fix redrawing of byte view pane. (Guy)
-* Code cleanup, control character display fixes, and tree creation
-  improvements, typographical fixes in PPP dissector. (Guy)
-* General tree code cleanup and memory leak fix. (Guy)
-* Add the descriptive name to the interface drop-down list under
-  Windows. (Andrew Feren)
-* Add WebDAV support, rewrite method-testing code in HTTP. (Blair Cooper)
-* Change the check for "M-" to check for at least two characters in
-  HTTP. (Guy)
-* Fix a bug in HCLNFSD. (Mike Frisch)
-* In packet-snmp.c, #include <ucd-snmp/ucd-snmp-config.h>. 
-  (Kikuchi Ayamura)
-* Fix HCLNFSD AUTHORIZE call decoding. (Mike)
-* Fix IP address display in HCLNFSD. (Guy)
-* Make some RPC routines static, remove old routine and macro declarations.
-  (Guy)
-* Fix ISIS CLV ip address display. (Guy)
-* Correct tree item addition in MS Proxy dissector. (Guy)
-* Memory allocation cleanup in Zebra. (Guy)
-* Fix incorrect handling of tvb_get_ntohl() in many dissectors. (Guy)
-* Fix a typo in WCCP. (Guy)
-* Correctly handle leaf nodes in tree-printing code. (Guy)
-* Add neighbor probe messages to DVMRP. (Guy)
-* Remove an unused function from packet-wsp.c. (Tom Uijldert)
-* Code cleanup in SCCP. (Jeff Morriss, Guy)
-* Remove unneeded pinfo parameters in RPC dissection. (Uwe)
-* Better FTP packet length handling. (Guy)
-* Add PRINTER_INFO_1 and PRINTER_INFO_3 support to SPOOLSS. (Tim)
-* Add a needed #include to packet-dcerpc-spoolss.c. (Guy)
-* Make dissect_data() static in packet-data.c. (Guy)
-* Compile fix for packet-iscsi.c. (Mark Burton)
-* Improve ett_ value checking in protocol tree. (Guy)
-* Various improvements for the RIP code. (Guy)
-* Add an ett_iscsi ett_ value for the top-level tree in ISCSI. (Mark)
-* Add ett_ values for subtrees in X11. (Guy)
-* PRINTER_INFO_2 and getprinter improvements, devicemode fixes in
-  SPOOLSS. (Tim)
-* Various WTP improvements. (Guy)
-* Case statement and ett_ value cleanups in COPS. (Guy)
-* Get rid of global protocol tree variable in X11. (Guy)
-* Add support for Sniffer 4.6 wireless captures. (Gerald)
-* Improve Netxray file reading efficiency and padding handling. (Guy)
-* Improve ID handling and display in isis_dissect_mt_clv(). (Guy)
-* Devicemode data handling improvements in SPOOLSS. (Tim)
-* Replace configure-time "--enable-zlib" with "--with-zlib". (Guy)
-* Fix variable declaration behavior in packet-snmp.c. (Guy)
-* Fix PFLOG dissector registration. (Guy)
-* Touch up 16-color Windows icons, add our own NSIS checkbox images.
-  (Gerald)
-* Add "802.11 with radio information" encapsulation type and dissector. 
-  Modify AiroPeek and Netxray readers to use it.(Guy)
-* Remove redundant padding/FCS removal in etherpeek.c. (Guy)
-* Adjust expand_tree() and collapse_tree() to handle leaf nodes. (Guy)
-* Fix an LI field bug, clean up code in M2PA. (Michael)
-* Decode SPOOLSS FORM_1 and FORM_REL flag values as value_strings. (Tim)
-* Get rid of the extra "Header" entry in WTP. (Guy)
-* Rearrange X.25 to account for situations where we don't know if a
-  packet is DTE->DCI or DCE->DTE. (Guy)  
-* Add support for LMP. (Ashok)
-* Add "-" (hyphen) to the pattern for field-name/non-quoted string.
-  (Gilbert)
-* Do the "follow TCP stream" stuff before calling the subdissector.
-  (Guy) 
-* Ajust UCP subtree creation. (Tom)
-* Add some cipher suites from Microsoft's PCT protocol to SSL. 
-  (Pasi Eronen)
-* Support for PCT record layer, desegmentation fixes in SSL. (Pasi)
-* Bug fix in X11 dissector. (Didier Gautheron)
-* Add IEEE single- and double-precision float support to tvbuff.c. (Guy)
-* Correctly check for null psuedo headers and X.25 direction in
-  packet-frame.c. (Guy)
-* Fix initialization of ett_slarp in CHDLC. (Aamer Akhter)
-* Enhance the text2pcap "-S" option. (Michael)
-* Fix challenge element offset, show fragments in 802.11. 
-(Jouni Malinen)
-* Configure argument updates and typo fixes in INSTALL doc. (Guy)
-* In SCCP, add an ett_ variable to the "ett[]" array. (Guy)
-* Update WinPcap main site and mirror URLs in docs. (Gerald)
-* Enhance X11 boolean bitfield display. (Guy)
-* Add M2UA support. (Michael)
-* In DSI, make the "code" field a signed decimal number. 
-  (Didier Gautheron)
-* Create packet-rsvp.h, get rid of packet-pgm.h. (Joerg)
-* Correctly fetch checksum from VJ packet. (Guy)
-* Fix X11 memory handling, Info column display. (Guy)
-* Add dissect_mount_dirpath() to Mount dissector. (Ronnie)
-* Correctly handle WCCP capability element length. (Simharajan Srishylam)
-* Fix RTCP QT packet SDES length. (Jason Lango)
-* Add ASAP support. (Michael)
-* Add SCTP checksum support, fix "-S" and TSN and PPI output in 
-  text2pcap.c. (Michael)
-* Display nonzero DCERPC return codes in Info column. (Tim)
-* Handle "next entry offset" in SMB NT NOTIFY replies. (Guy)
-* Add X11 desegmentation support, handle initial connection request,
-  check for buffer overflows, properly display decimal items. (Guy)
-* Add missing support for the T-Bit in ABORT chunks in SCTP. (Michael)
-* Rename frag_number in reassemble.c.
-* Use policy handle hash code in DCERPC/SMB SAMR dissector, move common 
-  code to single file. (Tim)
-* Reassembly code improvements. (Guy)
-* Fix up the offsets in the list of segments in WTP. (Guy)
-* Fix ChangeHosts request address display, better keysym display in 
-  X11. (Guy)
-* More reassembly improvements. (Guy)
-* DCERPC LSA updates, other updates. (Ronnie)
-* Fix 802.11 "More Fragments" indicator display. (Guy)
-* Remove some temporary DCERPC NETLOGON functions. (Ronnie)
-* Fix "fragmented" flag handling in 802.11. (Guy)
-* Fix unimplemented function handling in DCERPC/LSA. (Ronnie)
-* Improve 802.11 short frame reassembly. (Guy)
-* Add support for DCERPC LSAENUMERATEPRIVELEGES. (Ronnie)
-* Add support for LSALOOKUPPRIVILEGENAME and LSALOOKUPPRIVILEGEVALUE
-  to DCERPC. (Ronnie)
-* Improve handling of short frames during reassembly. (Guy)
-* Add LSAENUMERATEPRIVILEGESACCOUNT, LSAADDPRIVILEGESTOACCOUNT and
-  LSAREMOVEPRIVILEGESFROMACCOUNT to DCERPC. (Ronnie)
-* Improve DCERPC/SAMR Info column display. (Tim)
-* For DCERPC, display rids for open user, group, alias in the Info
-  column.  (Tim)
-* Fix DCERPC/LSA element type declaration. (Ronnie)
-* DCERPC LSA bugfixes and SMB security_descriptor changes. (Ronnie)
-* Fix DCERPC/LSA bugs revealed by muddle-generated IDL file. (Ronnie)
-* Clean up DCERPC initialization routines. (Guy)
-* Catch improper ett_ value registration in proto.c. (Guy)
-* Use common policy handle hashing code in packet-dcerpc-nt.c.    
-  Fix for lsa_open_policy request dissection. (Tim)
-* Remove invalid init routine in packet-dcerpc-lsa.c. (Tim)
-* More DCERPC LSA updates. (Ronnie)
-* Support for looking up protocol fields by name. (Phil Williams)
-* Initial support for writing NetXRay 2.x captures. (Olivier)
-* Shorten unneeded call to proto_registrar_get_nth in proto.c. (Guy)
-* Don't display capture preferences on WinPcap-less system. (Guy)
-* Bug fixes for ethereal_gen.py. (Frank)
-* Fix display filter priming. (Guy)
-* Improve DCERPC/NETLOGON dissection and display. (Tim)
-* Fix the display filter expression generated for protocol tree items
-  without named fields attached to them. (Guy)
-* Fix WinPcap #include in prefs_dlg.c. (Guy)
-* Add a hidden length field for TCP, tcp.len. (Richard)
-* Rename and clean up DECRPC/SAMR functions. (Guy)
-* Correctly dissect DCERPC LSA and NT security descriptors. (Guy)
-* Fix the return value of SMB's dissect_nt_sec_desc(). (Guy)
-* Clean up the column prefs dialog. (Gerald)
-* Fix samr_dissect_query_information_alias_reply() in
-  packet-dce-rpc-samr.c. (Guy)
-* Add support for NT Rename SMB. (Steven French)
-* Additional PIM hello options support. (Kevin Humphries)
-* Fix DCERPC/LSA typos. (Guy)
-* Add support for DSI packet reassembly. (Guy)
-* Clean up frame number signedness in DCERPC dissectors. (Guy)
-* Don't overwrite the capture file with an empty file. (Richard)
-* Get rid of the last X11 global variable.  Get rid of "nameAsChar"
-  arguments; get the name from the field itself. (Guy)
-* In proto_draw.c, use the value of "bv_size" as the size of a byte
-  view notebook when creating it. (Guy)
-* Clean up the descriptions of reassembly preferences. (Guy)
-* In SPOOLSS, pass the correct length field to dissect_nt_sec_desc().
-  Add dissector for EnumJobs rpc. (Tim)
-* Take measures to keep the progress fraction <= 1. (Guy)
-* Add 'invalid security descriptor' error to list of dos errors
-  in SMB. (Tim)
-* Correctly determine the end of an SMB ACE. (Tim)
-* Add "stamp-h1" to .cvsignore, for automake 1.6.1. (Joerg, Guy)
-* CRLDP support and bug fixes for LDP. (Michael Rozhavsky)
-* Clean up TLV error messages in LDP. (Guy)
-* Use tvb_get_ntohieee_float() in LDP. (Guy)
-* Show LDP "negotiable/non-negotiable" flags as such. (Guy)
-* Properly fetch floating point numbers in RSVP, OSPF, LMP, IS-IS,
-  and GIOP.(Guy)
-* Improved IEEE float conversion. (Guy)
-* Use gfloat and gdouble in tvbuff.c, fix VAX issues. (Guy)
-* Document the tvbuff accessors for IEEE floating-point numbers. (Guy)
-* Fix BSD/Linux confusion in README.bsd. (Marco Molteni)
-* Improve floating-point number format printing in various dissectors.
-  (Guy)
-* Fix return value of fragment_add_seq_work() in reassemble.c. (Guy)
-* #include string.h in packet-hclnfsd.c. (Guy)
-* Fix struct-related compiler warnings for Digital UNIX in pcap-util.c.
-  (Guy)
-* Fix variable typing in ngsniffer.c. (Guy)
-* Add AODV support. (Erik Nordström)
-* ATP, ASP, and AFP support. (Didier)
-* Ethereal man page fix and updates. (Joerg)
-* AppleTalk protocol display enhancements. (Guy)
-* FTP protocol tree enhancements. (Guy)
-* Add LsaLookupNames support to DCERPC/LSA. (Ronnie)
-* Date/Time, Negotiate Protocol and Info Standard fixes for SMB. (Guy)
-* Add routines to create anonymous handles for new-style dissectors in
-  packet.c. (Guy)
-* Convert LDP dissectors to new-style. (Guy)
-* Display COPS OCTET STRING values correctly, remove unused code. 
-  (Kari Tiirikainen)
-* Add note about WfW 3.1a special case in packet-smb.c. (Guy)
-* Add support for LSACreateSecret, LSAOpenAccount, and many others to
-  DCERPC/LSA. (Ronnie)
-* More AFP updates and fixes. (Didier, Guy)
-* Decode replies to FPWrite in AFP. (Guy)
-* Make AODV dissector new-style. (Guy)
-* Clean up AFP field names, descriptions and white space. (Guy)
-* Give AFP messages the same names they're given in Apple's documentation.
-  (Guy)
-* AFP DSI and ASP command message display enhancements. (Guy)
-* Set the nanosecond time value to 0 in AFP. (Guy)
-* Fix error code/data offset display in DSI. (Guy)
-* Mark AFP requests as such in the Info column. (Guy)
-* Enhanced DSI and ASP command/reply message display, other protocol tree
-  and function name fixes in AppleTalk. (Guy)
-* Improve non-printable character display in proto.c. (Guy)
-* Add a display filter comment to proto.c. (Guy)
-* Make unknown AFP command code display more consistent. (Guy)
-* Improve WSP URI display. (Guy)
-* Fix LSA_REFERENCED_DOMAIN_LIST pointer in DCERPC/LSA. (Ronnie)
-* Add LSAEnumerateAccountRights to DCERPC/LSA. (Ronnie)
-* Add LSAAddAccountRights and LSARemoveAccountRights to DCERPC/LSA (Ronnie)
-* Protocol and display filter code rearrangement. (Guy)
-* Clean up file name and UNIX Privileges display in AFP, other 
-  improvements. (Guy)
-* Un-#if out dissect_beep_status() in packet-beep.c. (Guy)
-* Improve MIP extension dissection. (Guy)
-* Dynamically build SMB sub-authority string. (Guy)
-* Un-#if out DCERPC/SAMR routines, other cleanup. (Guy)
-* Additional SMB RAP error code support. (Devin heitmeuller)
-* Update URLs, patch and libpcap comments in README.hpux. (Guy)
-* Change DCERPC request Info column display. (Tim)
-* Use the string in the DCERPC sub-dissector array instead of providing
-  another one in the COL_INFO field. (Tim)
-* Pull traffic type from atmsnoop header. (Guy)
-* Migrate to a generic ATM pseudo-header, improve signalling AAL and LANE
-  support. (Guy)
-* Uniformly use "sizeof (struct netmon_atm_hdr)" for the size of Network
-  Monitor's ATM pseudo-header. (Guy)
-* Add support for writing Sun atmsnoop files, fix MARS mapping, remove
-  support for writing WTAP_ENCAP_NULL files. (Guy)
-* Add support for many more DCERPC LSA messages. (Ronnie)
-* Plugin table address fixes in Gryphon, MGCP. (Guy)
-* Move code to guess ATM traffic type to Wiretap. (Guy)
-* Remove redundant ATM LLC multiplexed traffic message. (Guy)
-* More AFP, ATP, NBP and DSI updates. (Didier)
-* Add desegmentation support to Gryphon. (Guy)
-* Initial SPOOLSS setprinter support. (Tim)
-* Enhanced bitfield, other data display for Gryphon. (Guy)
-* Fix an error in a blurb in packet-ieee80211.c. (Guy)
-* Improve AppleTalk desegmentation error reporting. (Guy)
-* Clean up tvb length specification in PPTP. (Guy)
-* Better NBNS short frame handling. (Guy)
-* Add a check for a zero-length IE to "dissect_q2931_shift_ie()". (Guy)
-* Various NetBIOS improvements. (Guy)
-* Add LSALookupPrivilegedDisplayName to DCERPC/LSA. (Ronnie)
-* Add LSAStorePrivateData and LSARetrievePrivateData to DCERPC/LSA. (Ronnie)
-* Add LSACloseTrustedDomainEX and LSALookupSIDs2 to DCERPC/LSA. (Ronnie)
-* Add LSAGetUserName, LSAEnumerateTrustedDomainsEX and
-  LSACreateTrustedDomainEX to DCERPC/LSA. (Ronnie)
-* Add last two LSA functions. (Ronnie)
-* Improve IPv6 "no next header" handling. (Guy)
-* Spelling fix, tree display improvements for EIGRP. (Guy)
-* Fix tree code in ISUP. (Guy)
-* Improve TLV length checking, data fetching in IS-IS. (Guy)
-* Improve ICQ tree display, length checks, size handling. (Guy)
-* Put the protocol version into the ICQ v2/v3/v4 tree. (Guy)
-* Prefer IEEE entries over CaveBear entries in manuf file. (Joerg)
-* Remove redundant printing of "IPv6" in IPv6 dissector. (Guy)
-* Arrange for the filter prefs dialog box to be destroyed correctly. (Guy)
-* Improve filter string memory (de)allocation, code cleanup and other
-  memory fixes. (Guy)
-* Make the filter list combo box case-sensitive. (Guy)
-* Add some newly discovered names for some NETLOGON functions. (Ronnie)
-* Initial DCCP (Distributed Checksum Clearinghouse) support. (Nathan)
-* DCCP query, report and admin operation support. (Nathan)
-* Split DCCP opnums into a separate tree. (Nathan)
-* Fix DCCP field names, handle flood and trace control packets. (Nathan)
-* More AFP, ASP, ATP and DSI improvements. (Didier, Guy)
-* Add a "frame.marked" hidden field. (Didier, Guy)
-* Improve "Find Frame" progress, add "Find Next" and "Find Previous".
-  (Didier, Guy)
-* Add TCP packet length to the protocol tree. (Richard)
-* Fix capture-file-specific "close output" routines, put the NetXRay dump
-  routines in order by version number. (Guy)
-* In ringbuffer.c check for fflush() success, better error handling. (Guy)
-* Get rid of "-Wno-unused" in configure.in. (Joerg)
-* Put "frame.marked" into the "Frame" subtree. (Didier)
-* Improve TCP PDU dissection, other enhancements. (Guy)
-* Add tcp_dissect_pdus() to the plugin function pointer table. (Guy)
-* tvb_ensure_length_remaining() and tcp_dissect_pdus() updates. (Guy)
-* Use guint32s in DCCP. (Guy)
-* Fix the declaration of pointers to "tcp_dissect_pdus()". (Guy)
-* Dissect a status code at the end of a DCERPC/SAMR GetAliasMem reply
-  instead of uint32. (Tim)
-* RADIUS string display improvements. (Guy)
-* Don't include conversation header in packet-slimp3.c. (Guy)
-* Fix for the handling of enum types in ethereal_gen.py. (Frank)
-* Fix up item lengths for DCERPC/NT policy handle subtree and subitems
-  under it. (Tim)
-* Added extra check in the function that parses DCERPC NDR pointers.
-  (Ronnie)
-* Several DCERPC SAMR bug fixes. (Ronnie)
-* Use the correct offset when fetching unreserved IS-IS bandwidth values.
-  (Chenjiang Hu)
-* Add support for invalid SMB security descriptor owner error. (Tim)
-* RADIUS VSA decoding and other changes. (Kan Sasaki)
-* Add option to match async NLM MSG with RES packets. (Ronnie)
-* SIP heuristic dissector. (Stefan Wenk)
-* Add autom4te.cache to .cvsignore. (Joerg)
-* Improve DSI and ASP address handling, add support for "open session" and
-  "attention" messages to DSI. (Didier)
-* Add DOS error code dissection, uint8 range decoding to DCERPC/NT. (Tim)
-* Handle address lengths based on TOA bit in X.25. (Martin Thomas)
-* Improve SIP heuristic data checking. (Guy)
-* Improve DCERPC/SAMR QueryDomainInfo handling. (Guy, Ronnie)
-* Match X.25 address length checking with the spec, improve registration
-  request and confirmation display. (Guy)
-* Added parsing of PORTMAP GETPORT functions. (Ronnie)
-* Merge Novell_NCP_branch into the main tree. (yay!) (Gilbert)
-* Add a private data member to the dcerpc_info structure. (Tim)
-* Various SPOOLSS enhancements. (Tim)
-* Register FT_UINT_BYTES with correct structure in ftype-bytes.c (Gilbert)
-* Add support for LMP draft versions -02 and -03. (Ashok)
-* Add OSPF display filter support. (Ashok)
-* Display escape sequences in octal in IAPP. (Guy)
-* Prevent loops in DNS dissector. (Graeme)
-* Use a name, not a number, to refer to the IP protocol number for UDP
-  in packet-portmap.c. (Guy)
-* Improve RPC subdissector calling. (Guy)
-* Add a mechanism for registering "obsolete" preference modules. (Guy)
-* Handle an LSA length <= the length of an LSA header in OSPF. (Guy)
-* Improve DCERPC NT policy handling, various SPOOLSS fixes. (Guy)
-* Fix case sensitivity of comparison in AFP, add support for "exchange
-  file" operation. (Didier)
-* Fix a bounds checking error in GIOP. (Gerald)
-* Add better bounds and overflow checking to GIOP, add
-  "tvb_ensure_bytes_exist(), overflow checking to tvbuff routines. (Guy)
-* Add support for StartDocPrinter and EndDocPrinter to SPOOLSS. (Tim)
-* Make it easier to add RADIUS attributes, put decoded VSAs into a
-  subitem. (Kan)
-* Correct OSPF v2-vs-v3 parsing, proto_tree_add_item() call. (Motonori)
-* Add length checking to packet-tpkt.c's is_tpkt().  Have Q.931 heuristic
-  dissector use it. (Guy)
-* Change the name under which variables are hashed during processing in
-  ncp2222.py. (Gilbert)
-* Add RADIUS VSAs from the FreeRADIUS dictionary files, Q.931 cause
-  location and code values, and other fixes/improvements. (Kan, Guy)
-* OSPF opaque type field improvements. (Guy)
-* Add an argument to (t)ethereal's "-G" flag. (Guy)
-* Report "g_module_open()" errors. (Ruud Linders)
-* Fix a compiler warning in plugins.c (Guy)
-* RADIUS updates. (Kan)
-* Use "-G fields" in Makefiles, add error checking to "-G". (Guy)
-* Fix JobFileHandle and JobFileHandleLong in ncp2222.py. (Gilbert)
-* Implement MAPID (procedure 12) in PCNFSD v2. (Mike Frisch)
-* Make the iSCSI protocol level a settable preference. (Mark Burton)
-* Set proto_tree_add_text() length field correctly in packet-dcerpc-nt.c
-  (Tim)
-* Set the Info column earlier in NCP.  Add support for burst packets. (Guy)
-* Make the syslog message text a tree item. (Guy)
-* Check in stub dissectors for Sun's NFS ACL, remote statistics, and
-  Solstice administration daemon RPC services. (Guy)
-* Use registered fields for the subfields of the Flags field in DNS and
-  NBNS. (Guy)
-* Add iSCSI draft 12 support. (Mark Burton)
-* Support for interest level 1003 and 1007 in SMB
-  TRANS2_QUERY_FS_INFORMATION. (Andrew Esh)
-* Various NCP updates: NCP-over-UDP, watchdog packets, connection number
-  display, undissected data display, burst mode. (Guy)
-* Get rid of NCP "Connection Number High" entry. (Guy)
-* Labeled unicast support for BGP. (Hannes Gredler)
-* Add Greg Morris as NCP dissector author, remove NCP bit from README. (Guy)
-* Improve RPC reply data dissection. (Guy)
-* Fix a couple of type issues in plugin_table.h (Gerald)
-* For NCP response packets, add a field showing the number of the frame
-  containing the request packet. (Gilbert)
-* Stubs for new dissector for SUN NFS AUTHentication protocol. (Ronnie)
-* Add Sun NFS ACL v2 and v3 function names. (Ronnie)
-* Move NCP packet type #defines to packet-ncp-int.h, other NCP updates. (Guy)
-* iSCSI fix. (Mark Burton)
-* Fix a compiler warning in packet-x11.c. (Andrew Esh)
-* Major cleanup of RSVP, adding OIF O-UNI 1.0 support. (Ashok)
-* Set the configure default for --want_ucdsnmp back to "yes". (Gerald)
-* Additional interest levels in SMB's TRANS2_QUERY_FS_INFORMATION, other
-  fixes. (Andrew Esh)
-* Change DirectoryBase to a uint32 in ncp2222.py.
-* Add support for HPUX11 NETTL captures for the NS_LS_DRIVER type. (Ronnie)
-* Increase the max number of allowable NCP req_cond_index's. (Greg)
-* Fix an RSVP compilation error. (Gerald)
-* In the Windows capture dialog, place the interface description before the
-  interface name. (Gerald)
-* Add GIOP support to randpkt. (Gerald)
-* Make the default SNMP configure behavior "ifpresent". (Gerald)
-* Update SCTP to later IETF drafts. (Michael)
-* Set the Info column for compressed and uncompressed TCP. (Guy)
-* Show M2PA filler only if it's present. (Michael)
-
-Overview of changes in Ethereal 0.9.3:
-* Initial SCCP support. (Jeff Morriss)
-* SCCP-over-M3UA support. (Michael Tuexen)
-* NASREQ command code dictionary fixes for DIAMETER. (David Frascone)
-* Fix pathname of DIAMETER directory file. (David Frascone)
-* Cut down the vertical spacing in the "Capture Options" dialog box.
-  (Guy)
-* Rename "h225_cs" to "h225" in Q.931 dissector. (Guy)
-* Improve return-time error handling of wtap_seek_read(), update
-  routines that call it. (Guy)
-* Improve buffer handling in TCP graphing code. (Guy)
-* Better error checking in text-based capture file readers. (Guy)
-* Better stream handling in CSIDS reader. (Guy)
-* Add wtap_seek_read() error indication, add error checks to Sniffer
-  reader. (Guy)
-* Fix 0-length g_malloc() in ASN.1 parser. (Guy)
-* Fix typos in comments in STAT dissector. (Adam Sulmicki)
-* Use "_U_" to flag unused arguments in many files. (Joerg)
-* Remove unused variables. (Joerg)
-* Fix TPKT packet length calculation. (Guy)
-* Add ability to pull packet from add_packet_to_packet_list() frame
-  to pkt-from-core.py. (Gilbert)
-* Check the length of SNMP_IPADDR and SNMP_COUNTER64 items. (Guy)
-* Remove debug printf()s from NFS. (Mike Frisch)
-* Use the gdb "x" (examine memory) command instead of "print" to obtain
-  the packet data in pkt-from-core.py. (Gilbert)
-* VRRPv3 support (IPv6). (sumikawa@kame.net)
-* Back out to a previous version of aclocal-flags. (Itojun)
-* Fixed bug in dissect_ndr_pointer(). (Ronnie)
-* Moved UNICODE_STRING dissector. (Ronnie)
-* Rename function and variables for dissecting an NT service Account
-  Control bitmap and make the function not static. (Ronnie)
-* Replace incorrect ?: expression in SCCP. (Gilbert)
-* Fix null termination behavior of tvb_get_nstringz() and
-  tvb_get_nstringz0(). (Gilbert)
-* Change the version/about box wording to read "without SNMP MIB
-  support". (Guy)
-* NFS updates. (Mike Frisch)
-* VMS TCPIPTRACE parser updates. (Marc Milgram)
-* Fix the definition of IFT_ISO88025 in libpcap parser. (Guy)
-* Remove redundant Info colum setting in SMB. (Guy)
-* Fix bugs in 802.11 authentication frame dissection. (Jouni Malinen)
-* Fix subtree creation in packet-dcerpc-nt.c. (Guy)
-* Fix proto_tree_add_uint() and proto_tree_add_uint_hidden() calls in
-  packet-l2tp.c. (Guy)
-* Make the "socks.command" field an FT_UINT8, as it's one byte. (Guy)
-* Avoid setting snapshot length to zero in the libpcap writer. (Guy)
-* Correctly set addresses when printing RARP info. (Guy, Andreas Sikkema)
-* Properly initialize tm_isdst in SMPP and UCP. (Guy)
-* Register the heuristic SMPP dissector with X.25. (Guy)
-* Fix spacing when printing "(NULL pointer)" in packet-dcerpc.c. (Guy)
-* Subtree creation and other fixes for DCERPC NT and SAMR. (Guy)
-* Use UCD SNMP 4.2.2+'s sprint_realloc_ routines.  Remove code and
-  cruft for older routines. (Guy)
-* Fix absolute and relative time swappage in SMB. (Ronnie)
-* Fix SNMP suffix printing. (Guy)
-* Remove leftover CMU SNMP version printing code. (Guy)
-* Move dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to
-  packet-dcerpc-nt.c. (Ronnie)
-* Rename samr_dissect_LOGON_HOURS() to dissect_ndr_nt_LOGON_HOURS().
-  (Ronnie)
-* Move the STRING dissector to packet-dcerpc-nt.c. (Ronnie)
-* Prepped DCERPC code for NETLOGON dissector. (Ronnie)
-* Correctly set "val_len" in "struct variable_list" in SNMP. (Guy)
-* Put "extern" in front of a function declaration in SNMP. (Guy)
-* Fix printing of OIDs in SNMP and COPS.  Remove CMU SNMP code from
-  COPS. (Guy)
-* Free SNMP's format_var() generated strings with malloc() instead of
-  g_malloc(). (Guy)
-* Update documentation to reflect UCD SNMP 4.2.2 requirement. (Guy)
-* Change configuration message to read "UCD SNMP". (Guy)
-* Treat EAPOL's hf_eapol_keydes_key_index_indexnum as a uint8 instead
-  of a boolean. (Adam)
-* Fix a netlogon crash bug.  Add full NETLOGON support. (Ronnie)
-* Change "--with-snmp" configure option to "--with-ucdsnmp". (Guy)
-* Get rid of unnecessary #defines in packet-cops.c. (Guy)
-* Get rid of include of "dlfcn.h" in packet-snmp.c. (Guy)
-* Get rid of unnecessary includes in packet-cops.c. (Guy)
-* Initial dissection of a variable-length CDB in packet-scsi.c.
-  (Dinesh Dutt)
-* Correct "prevent/allow medium removal" command name in packet-scsi.c.
-  (Guy)
-* Update dissect_ndr_nt_STRING so it can also accept FT_BYTES. (Ronnie)
-* Update netlogon so that nt and lm challenge response bytes are displayed
-  in hexadecimal. (Ronnie)
-* Fixed bug in SAMDELTAS_request in packet-dcerpc-netlogon.c. (Ronnie)
-* Add mockups for LSA_SECRET and LSA_SECURITY_DESCRIPTOR in
-  packet-dcerpc-netlocon.c. (Ronnie)
-* Improve display of LSA_SECURITY_DESCRIPTOR in netlogon. (Ronnie)
-* Correctly define struct select_item in editcap.c. (Gilbert)
-* Boost the maximum amount of indentation put into text output. (Guy)
-* Clean up the display of the top-level item for the NT ACE Flags in
-  packet-smb.c. (Guy)
-* Fix a typo in packet-dcerpc-netlogon.c. (Guy)
-* Add an hf_[] entry to hf_netlogon_code, clean up some cruft in 
-  packet-dcerpc-netlogon.c. (Guy)
-* Add a value_string for the countries which have their MS country code
-  listed at www.unicode.org.  Make samr and netlogon use it. (Ronnie)
-* Fix a cut-and-paste error in make-mauf. (Andrew Feren)
-* Put all of Cisco's OUIs into manuf.tmpl. (Andrew)
-* Add error messages for invalid name and invalid form size to SMB. (Tim)
-* Move the value_string for MS country codes from packet-dcerpc-nt.c to
-  packet-smb.c. (Ronnie)
-* Pretty up the SID dissector in packet-smb.c. (Richard)
-* Pretty up Policy Handles in packet-dcerpc-nt.c. (Richard)
-* Fix a couple of incorrect calls to proto_tree_add_boolean() to call
-  proto_tree_add_item() instead in packet-ldp.c. (Guy)
-* Initial XDMCP support. (Pasi Eronen)
-* Add support for a new type of DCERPC over SMB transport. (Ronnie)
-* Improved handling of TreeConnectAndX in SMB. (Ronnie)
-* Initial support to detect IPC share read/write calls in SMB. (Ronnie)
-* Update developer docs. (Guy)
-* Check whether si->sip is null before using it in packet-smb.c. (Guy)
-* Fix double-click behavior in filter list dialog. (Guy)
-* Correct DCERPC-related padding handling in SMB. (Guy)
-* Don't treat the traffic as DCERPC traffic unless it's to the IPC$ share.
-  (Guy)
-* Fix IPC/IPC$ confusion in packet-smb.c. (Guy)
-* Put an item into the protocol tree for the secondary address in a bind
-  ack PDU in packet-dcerpc.c. (Guy)
-* LDP support for draft-martini-l2circuit-trans-mpls, LDP status code
-  updates, and small LDP cleanups. (Aamer Akhter)
-* Minor bugfixes for netlogon. (Ronnie)
-* Updates for NT QUOTA in packet-smb.c. (Ronnie)
-* SMB Quota updates. (Ronnie)
-* Partial dissection of NT Set User Quota data block. (Ronnie)
-* Partial NTGetUserQuota support in packet-smb.c. (Ronnie)
-* Add information about 64-bit integral field support to developer docs.
-  Fix some items on the tvbuff accessors for integers. (Guy)
-* Cisco LEAP support. (Adam)
-* Skinny Client Control Protocol enhancements. (Paul Erkkila)
-* Don't show a secondary address if the secondary address length is 0
-  in packet-dcerpc.c. (Guy)
-* Add dissection of one more bit in Quota FS Flags bitmask in
-  packet-smb.c. (Ronnie)
-* More Quota updates, GetUserQuota implemented and support for list of
-  userquota structures in SMB. (Ronnie)
-* LDP support for draft-martini-l2circuit-encap-mpls for
-  Ethernet-over-MPLS. (Aamer)
-* Add desegmentation support, proto tree fixes to Skinny. (Guy)
-* Allow "proto_item_append_text()" to an item that doesn't have a
-  representation string. (Guy)
-* Make all DEC spanning tree items filterable, improve data display. (Guy)
-* Correct DEC spanning tree protocol ID parsing. (Guy)
-* Make all IEEE spanning tree items filterable, improve data display,
-  other dissector improvements. (Guy)
-* Better DEC spanning tree packet length handling and data display. (Guy)
-* Better IEEE spanning tree packet length handling. (Guy)
-* More SMB quota updates. (Ronnie)
-* Treat DCE RPC secondary addresses are NUL-terminated strings. (Guy)
-* Skinny updates. (Paul)
-* Add all known EAP types, better binary data display. (Adam, Guy)
-* Display EAP_TYPE_ID as a string. (Guy, Adam)
-* Add support for NOTIFY and NAK EAP types, fix the entry for the ID EAP
-  type, and do some miscellaneous cleanups. (Adam)
-* Better tvb_get_ptr() buffer alignment handling in DCE RPC dissectors. 
-  (Guy)
-* Treat WriteAndX operations on IPC trees as containing DCERPC call
-  information, just as is done for Write in SMB. (Guy)
-* Express the RID separately of more than 4 sub-authorities. It is always
-  the last sub-authority in SMB. (Guy)
-* In packet-smb.c handle Read operations on IPC trees as DCE RPC. (Guy)
-* Improve buffer allocation in packet-dcerpc-nt.c's fake_unicode(). (Guy)
-* When dissecting an SID with more than 4 authorities, increment the
-  offset to go past the last authority (the RID) in SMB. (Guy)
-* Fix fake_unicode() call in packet-dcerpc-spoolss.c. (Guy)
-* Change NSIS packager to produce ethereal-setup-$VERSION.exe instead of
-  ethereal-setup.exe. (Andrew Feren)
-* More Skinny updates. (Paul)
-* Update iSCSI to draft 11. (Mark Burton)
-* Add MESSAGE, QAUTH and DO methods to SIP. (Jakob Schlyter, Gerald)
-* Correctly set DCE RPC stub data tvbuff length. (Todd Sabin)
-* DCE RPC authentication protocol dissection and display enhancements.
-  (Guy)
-* Use somewhat nicer names for Skinny media payload types. (Guy)
-* Add more Skinny media payload names and improve existing ones. (Guy)
-* Add Issani vendor codes and VSA support to RADIUS. (Jim Sienicki)
-* Better DCE RPC request and reply tree display, add connectionless PDU
-  authentication data to the tree. (Guy)
-* Plug a SPOOLSS memory leak, get rid of an unused variable. (Guy)
-* Add names for additional SPOOLSS calls. (Steven French)
-* Better LEAP state tracking. (Guy)
-* Add a "-q" flag to Tethereal to suppress packet count display.
-  (Diana Eichert)
-* Make flag and menu descriptions in man pages more consistent, improve
-  description of "-N" flag. (Guy)
-* Re-disable linking to UCD SNMP library by default. (Guy)
-* LEAP state tracking and display improvements. (Adam)
-* Make LEAP state tracking per-conversation, #include cleanups. (Guy)
-* CGMP over Ethernet II support. (Heikki Vatiainen)
-* Fix the test for IS-IS virtual links. (Heikki)
-* Improve string/tree behavior in DCE RPC NETLOGON, NT, and SAMR 
-  dissectors. (Guy)
-* Add a generic reply handler for unimplemented spoolss dissectors. (Tim)
-* #include <string.h> to quieten compiler warning in packet-dcerpc-samr.c
-  (Tim)
-* Some refactoring of the spoolss dissector. (Tim)
-* Treat country code of 0 in "winnls.h" as the "default" in SMB. (Guy)
-* Keep TPKT information out of the Info column where needed. (Andreas)
-* Put the H.225 stuff at the top level of the Q.931 protocol tree. 
-  (Andreas)
-* Properly handle VMS TCPIPTRACE fragmented packets. (Marc Milgram)
-* Added dissectors for get/set/delete form to packet-dcerpc-spoolss.c.
-  (Tim)
-* Use dcerpc_call_value structure to fetch request/response frame numbers
-  and storage of private data. Fix memory leaks in form dissectors. (Tim)
-* Improve (remove, actually) link tags in pod documentation. (Andrew)
-* Make the UCD SNMP library read its configuration files. (Guy)
-* Fix errors in the Unicode Consortium's table in packet-smb.c. (Guy)
-* Enhanced Cisco support, Microsoft vendor ID, and #define typo fixes
-  for RADIUS. (Adam)
-* Better protocol tree display for fragmented/segmented data. (Guy)
-* Add EAP-TLS reassembly. (Adam, Guy)
-* Put a tree with information about the WTP fragments into the tree if
-  we've reassembled a message. (Guy)
-* EAP cleanups. (Adam)
-* Cisco updates for RADIUS. (Adam)
-* Update Adam's entry in AUTHORS. (Guy)
-* More Skinny updates. (Paul Erkkila)
-* Update the country code table to match the Unicode Consortium's, now
-  that it's correct. (Guy)
-* Correct a VRRPv3 checksum bug. (kazuyoshi.tomita@itg.hitachi.co.jp)
-* Properly initialize the fields in edt->pi in packet.c. (Guy)
-* Better tvbuff length handling, record header split handling, and column
-  updating in packet-ssl.c. (Guy)
-* Fix a typo, use better reassembly keys in packet-eap.c. (Guy)
-* Update packet-m2pa.c to match draft-ietf-sigtran-m2pa-04. (Michael)
-* Update packet-m3ua.c to match draft-ietf-sigtran-m3ua-12. (Michael)
-* Changed TBA GMPLS object numbers to proposed IETF numbers in RSVP.
-  (Ashok)
-* Add "PRACK" and "SPRACK" methods to SIP. (Jakob)
-* Improve unkown method handling in SIP. (Gerald)
-* Periodic manuf file update. (Gerald)
-* Fix len and max_len swappage in packet-dcerpc-nt.c's UNICODE_STRING
-  dissector. (Ronnie)
-* Fix a signed/unsigned variable issue in packet-smb.c. (Ronnie)
-
-Overview of changes in Ethereal 0.9.2:
-* SCTP checksum update to the current Internet draft. (Michael Tuexen)
-* Properly display tabs characters in SDP dissector. (Guy)
-* Add more rx decodes to the AFS dissector. (Nathan)
-* Add flag for slow start / jumbo datagram support to RX. (Nathan)
-* Fix rx string parsing issues in AFS dissector. (Nathan)
-* Flag update and vldb fixes for AFS. (Nathan)
-* Fix variable declaration in packet-afs-macros.h (Nathan)
-* Better NDMP bounds error handling. (Guy)
-* Fix typo in packet-tcp.c. (Guy)
-* TCP reassembly improvements. (Ricardo Barroetaveña)
-* packet-raw.c: Parse IP version number, better packet type handling.
-  (Guy)
-* pflog improvements: Improved field display, signed value fix, protocol
-  name fix. (Guy)
-* Fix configure to check for pod2man. (Gilbert)
-* Add idle RX ack value. (Nathan)
-* Fix _value_string struct declarations in epan/proto.h. (Guy)
-* Fix "log" namespace collision problems. (Guy)
-* SAMR fixes. (Ronnie)
-* Better zlib version checking. (Guy)
-* Get rid of "old_dissector_t" typedef. (Guy)
-* Better EAP code and type value display. (Guy)
-* NFS variable renaming to fix AIX compile errors. (Guy)
-* Additional SSL cipher suite names. (Nathan, Scott Renfro)
-* Add HiPath HDLC support. (Tomas Kukosa)
-* Complete SAMR decoding. (Ronnie)
-* Improved snapshot length handling, better capture dialog 
-  defaults and layout. (Guy, Ulf Lamping)
-* Fix AFS macros, add more vldb dissection. (Nathan)
-* Add ISIS restart TLV support. (Hannes Gredler)
-* More AFS cleanup. (Guy)
-* Display SAMR "Account Control" field in hex. (Ronnie)
-* SMB mailslot header fix. (Ronnie)
-* ARP address display and handling fixes. (Guy)
-* AARP address display and handling fixes. (Guy)
-* Fix DCE RPC UDP reply handling and SamrLookupDomain handling.
-  (Todd Sabin)
-* DCE RPC LookupRids and protocol tree display fixes. (Ronnie)
-* Catch bounds errors when dissecting a frame. (Gilbert)
-* Fixes and enhancements for dissect_ndr_pointer() in the DCE RPC
-  dissector. (Ronnie)
-* Display DCE RPC fragment length and ordinal number in decimal. (Guy)
-* Clean up support for Q.931 over TPKT, other updates. (Guy)
-* Move more data structures from packet-iscsi.c to packet-scsi.c. (Guy)
-* Add "execute CDB" support to NDMP dissector, clean up whitespace. (Guy)
-* Improved SCSI/NDMP conversation support. (Guy)
-* Handle infinite filetimes in SMB. (Ronnie)
-* Display DCE RPC opnum in reply packets. (Ronnie)
-* DCE RPC SAMR alignment and display updates. (Ronnie)
-* Add GMPLS extensions for OSPF Opaque LSAs. (Ashok)
-* Fix long value printing in OSPF. (Guy)
-* Fix BGP Update Extended Communities attribute display. (Laurent Rabret)
-* SMB display and SID version number improvements. (Tim Potter)
-* Add additional SAMR Account-Control bit handling. (Ronnie)
-* Fix "Protocol Preferences" pop-up menu bug. (Gilbert)
-* Better UCP data display. (Gilbert)
-* Add ncp2222 support to randpkt. (Gilbert)
-* Removed unused ftype declarations. (Gilbert)
-* Fix byte/string handling buglet in UCP. (Guy)
-* Fix AiroPeek file reader bug. (Guy)
-* AiroPeek header padding and data rate fixes. (Guy)
-* Remove trailing spaces in hex dump output. (Joerg Mayer)
-* Add support for SNA over Ethernet. (Guy)
-* Packet length passing updates in several dissectors. (Guy)
-* Improved data source naming structure. (Guy)
-* Field information allocation length fix. (Guy)
-* Add RPC-over-TCP fragment reassembly support to RPC and NDMP,  including
-  bounds error handling.  Desegmentation memory handling improvements.
-  (Guy)
-* Place TCP segment data in the TCP tree on the final frame of a
-  reassembly. (Guy)
-* Fix addr_tvb_new_real_data declaration in plugin_table.h. (Guy)
-* Add return value type to rpc_defrag.h's rec_dissector_t. (Guy)
-* Translate enterprise OIDs in SNMP traps to strings. (Andrew Hood)
-* Fix small bug in translation of IXCD in OSPF GMPLS LSA. (Ashok)
-* Export "conversation_set_dissector()" in the plugin API table. (Guy)
-* Fix yp.x argument and ALL call handling in YPServ dissector. (Guy)
-* SMB request/response tracking improvements. (Ronnie)
-* Bogus ASN.1 string length checking. (Guy)
-* Add pkt-from-core.py utility. (Gilbert)
-* Export the SMB NT security dissector so that other dissectors can call
-  it. (Tim Potter)
-* Improved 802.11 tagged parameter handling. (Guy)
-* SMB val_to_str fix. (Guy)
-* SMB quota support. (Ronnie)
-* Add COPS TCP port preference setting. (Ed)
-* Degunkify AiroPeek packet trailers. (Guy)
-* Handle 802.11 "no data" frames. (Guy)
-* Add Openwave WSP headers, field names, and content types along with
-  new language values to WSP dissector. (Dermot Bradley)
-* DNS-over-TCP desegmentation improvements. (Guy)
-* Properly set the length of the top-level item in packet-lapd.c. (Guy)
-* Better TPKT desegmentation. (Guy)
-* Add additional EAP type values, EAP dissector fixes. (Adam Sulmicki, Guy)
-* Add additional AVPs to RADIUS, fix RD_TP_CONNECT_INFO display. (Adam)
-* COPS-PR extension support, COPS desegmentation support. 
-  (Kari Tiirikainen, Guy)
-* Better bounds error exception handling in DNS, COPS and TPKT. (Guy)
-* Snapshot length preference improvements. (Guy)
-* Fixed up value_string for SMBE_unknownlevel error in SMB. (Tim)
-* Dissect EAP messages inside RADIUS. (Adam)
-* Various EAP and EAPOL code improvements. (Guy)
-* COPS, DNS, and TPKT "volatile" declaration fix. (Guy)
-* Dissect EAPOL Key messages payloads, message type display improvments, 
-  code comments. (Guy)
-* Put missing initializations of table entries in "plugins.c".
-  (John Mackenzie)
-* Remve offset argument from "is_tpkt()". (Guy)
-* TPKT stream reassembly improvements. (Guy)
-* Proper "getopt()" handling in editcpap, mergecap, randpkt, tethereal,
-  and ethereal. (Peter Valchev, Guy)
-* TCP desegmentation memory management improvements. (Guy)
-* Capture file size, duration, and count code updates. (Guy)
-* Fix "get_positive_int()" in tethereal.c. (Guy)
-* Run-time protocol dissector initialization updates. (Guy)
-* EAP header and protocol dissection updates. (Guy)
-* Put all the capture options into a structure, including ringbuffer
-  options. (Guy)
-* Fix a RADIUS typo. (Adam)
-* ICQ variable initialization and other code fixes. (Guy)
-* Fix an an off-by-2 problem in RADIUS. (Adam)
-* Fix RADIUS/EAP column information printing. (Guy)
-* More RADIUS/EAP display improvements, add SSL data support to 
-  EAP dissector. (Guy, Adam)
-* M3UA editorial fixes. (Michael)
-* EAP/SSL display fixes. (Guy, Adam)
-* More RADIUS/EAP improvements. (Guy)
-* Support for another M3UA message type. (Michael)
-* Add support for old- and new-style dissectors.  Make EAP a new-style
-  dissector. (Guy)
-* Improved DCE RPC SAMR alias and group name display. (Ronnie)
-* Fix pluralization in DCE RPC SAMR dissector. (Guy)
-* Use the SNMP library to print the names of COPS PIB OIDs. (Kari)
-* Fix "create_dissector_handle()" to properly create a handle for an
-  old-style dissector. (Guy)
-* Register GIOP dissector as a UDP heuristic dissector. (John)
-* Display a different message in the COL_INFO field for SMB anonymous
-  session setup packets. (Tim)
-* Properly label the source of reassembled CLNP, IPv4, IPv6, and WTP data
-  along with uncompressed WCP data. (Guy)
-* Remove unused variables and declarations of non-existent functions,
-  other code cleanup. (Joerg, Guy)
-* Use "-D_U_" to mark unused arguments, RCS ID additions. (Joerg, Guy)
-* Support for IEEE 802.1w RST BPDUs. (Alex Ruzin)
-* Remove unused variables, structure definitions, and functions from 
-  epan/proto.c and epan/dfilter/semcheck.c. (Joerg)
-* Fix the declaration of "addr_call_dissector" to match the function
-  signature of "call_dissector()" in plugins/plugin_table.h. (Guy)
-* Declare osinl_subdissector_table as 'extern' in packet-osi.h. (Gilbert)
-* "Follow TCP Stream" code improvements. (Gilbert)
-* Handle NBSS messages where the NBSS header is split across TCP segment
-  boundaries. (Guy)
-* README.developer subtree text updating updates. (Guy)
-* Add better ASN.1 error reporting to LDAP and SNMP dissectors. (Guy)
-* Don't link with the SNMP library by default. (Gerald)
-* Better Python checking in Makefile.nmake. (Andrew Feren)
-* In README.developer, fix two references to "proto_item_set_text()" and
-  "proto_item_append_text()" to use the right names. (Guy)
-* Add support for the Administrative Status object to RSVP. (Ashok)
-* NFS updates. (Mike Frisch)
-* Fix data type and initialization of an unsigned integer in RSVP. (Guy)
-* Fix a typo in the M3UA dissector. (Michael)
-* Update the SCTP CRC32 checksum code to match
-  draft-ietf-tsvwg-sctpcsum-03. (Michael)
-* Warn people against using "ulong" or "ushort" in README.developer. (Guy)
-* Unused variable identification and clean up. (Joerg)
-* Treat LDAP_REQ_UNBIND as a request with nothing in it, order request
-  types in the code. (Guy)
-* Properly handle unknown message types in the LDAP dissector. (Guy)
-* LDAP_REQ_UNBIND and Bind reply fixes. (Guy)
-* Add better ASN.1 BER error reporting to the LDAP dissector. (Guy)
-* Make "get_host_ipaddr()" require dotted-quad IP addresses to really be
-  quads. (Heikki Vatiainen)
-* Report the type of an unrecognized SCTP parameter. (Michael)
-* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s, fix memory
-  leaks, other fixes in wiretap code.  (Guy)
-* Update README.win32 to reflect Andrew's Python changes in config.nmake.
-  (Guy)
-
-Overview of changes in Ethereal 0.9.1:
-* Initial DLSw support. (Paul Ionescu, Guy)
-* IS-IS system ID and IS type value fixes. (Hannes Gredler)
-* Add Generalized MPLS support to RSVP. (Ashok)
-* SliMP3 data protocol support. (Ashok)
-* Data fetching and padding fixes in BOOTP dissector. (Guy)
-* ONC RPC time reporting enhancements. (Ronnie)
-* Nanosecond time field fix. (Guy)
-* RSVP TSpec, Flowspec, Compression Hint, and Null Service updates.
-  (Ashok)
-* IP dissector code cleanup. (Guy)
-* Add dissection of ypbind calls. (Ronnie)
-* Add window geometry prefs. (Gerald)
-* Fix protocol hierarchy stats bug. (Gilbert, Gerald)
-* Register a protocol for raw packet data. (Gilbert, Guy)
-* Remove gcc dependency in TCP graphing code. (Albert Chin)
-* Autoconf simplification. (Albert)
-* PPP multiplexing support. (Jayaram V.R.)
-* Add SPOOLS RPC, more DOS error codes. (Tim Potter)
-* Capture data structure fix. (Guy)
-* Better capture error checking and handling. (Graeme Hewson)
-* Column display time formatting fix. (Guy)
-* MacOS X capture timeout bug fix. (Michael Tuexen, Guy)
-* Better tvbuff length checking. (Gilbert)
-* Windows build environment fixes. (Hamish Moffatt)
-* TCP desegmentation support in SSL. (Scott Renfro)
-* proto_tree_is_visible declaration cleanup. (Guy)
-* Greatly expanded NDMP support. (Ronnie)
-* Add WTP reassembly. (Tom Uijldert)
-* More Windows Makefile and VC++ build environment fixes. (Hamish)
-* Windows drive letter stat()ing fix. (Guy)
-* More NDMP fixes and updates. (Ronnie)
-* NCP request/reply matching fixes. (Gilbert)
-* Fix a ypbind typo. (Guy)
-* MIP tvbuff and tree field fixes. (Guy)
-* Runt NBSS message fix for NBNS. (Guy)
-* RPC-over-TCP exception handling improvements. (Guy)
-* DIAMETER vendor ID lookup fix. (David Frascone)
-* SMB/CIFS request/response matching fix. (Guy)
-* Signed/unsigned display fixes in DIAMETER, ICMPv6, CLNP, IP, TCP,
-  NDMP, and SMB dissectors. (Guy)
-* Fix malformed packet reporting typo. (Guy)
-* Capture child process handling fixes. (Guy)
-* SMB tree item addition fix. (Guy)
-* MMSE protocol tree and tvbuff fixes. (Tom, Guy)
-* Attribute 00:B0:D0 in manuf to Dell. (M.C. van den Bovenkamp)
-* Color filter fixes. (Guy)
-* DBS Etherwatch and VMS TCPIPtrace encapsulation handling fixes. 
-  (Marc Milgram)
-* Add DHCPv6 dissector. (Jun-ichiro itojun Hagino)
-* HMIPv6 fix. (Martti Kuparinen)
-* Add --disable-usr-local flag to configure. (Gilbert)
-* Add SCSI dissector, change iSCSI dissector to use it. (Dinesh Dutt)
-* Add bitfield support to NCP dissector. (Gilbert)
-* Add capture prefs page.
-* RPC exception handling fixes. (Guy)
-* Libpcap-less tethereal build fixes. (Guy)
-* Real-time update and automatic scrolling prefs fixes. (Guy)
-* Remove bitfields from VJ dissector. (Irfan Khan)
-* RTCP BYE packet fix. (Nagarjuna Venna)
-* FDDI bit-swap policy adjustment. (Guy)
-* Make GtkCTree line and expander style consistent, scrolled window
-  updates. (Guy)
-* Display filter expression generation enhancements. (Jirka Novak)
-* Rename Capture->Start window (Guy)
-* Add internet draft pointers to ICMPv6 comments. (Guy)
-* Fix capture() delcaration in tethereal.c. (Guy)
-* DHCPv6 code cleanup. (Guy)
-* ncp2222.py arrray generation fixes. (Guy, Gilbert)
-* Add BSD Compress, MVRCA, and Deflate support to PPP CCP. 
-  (Motonori Shindo)
-* Auto-scroll preference fixes. (Guy)
-* Add file handle to file name resolution to NFS, etc. (Ronnie)
-* Preference check box label rearrangement. (Guy)
-* Add a name resolution preference page, other prefs updates. (Guy)
-* Add TCP desegmentation support to LDAP dissector. (Guy)
-* LDAP protocol tree updates. (Guy)
-* NFSv3 fsstat label enhancements. (Guy)
-* NFSv2 name snooping bug fix. (Ronnie)
-* DCERPC-over-SMB reassembly fix. (Guy)
-* Preference fixes for DIAMETER, NDMP, and SMB dissectors. (Guy)
-* BGP attribute fixes. (Guy)
-* Header include fix for prefs.c. (Guy)
-* Updated HMIPv6 support. (Martti Kuparinen)
-* VMS TCPIPtrace file recognition fix. (Marc)
-* SCTP CRC, preference and IP address fixes and updates. (Michael, Guy)
-* Array allocation fix for tethereal. (Gilbert)
-* Digest handling and payload fixes in SCSI and iSCSI dissectors. (Mark)
-* Add SCTP support to text2pcap. (Michael, Guy)
-* Better fragmentation reporting for CLNP, frame, IP, IPv6, SMP, and WTP
-  dissectors. (Guy)
-* SSL desegmentation fixes. (Guy)
-* Add desegmentation support to BGP dissector, other updates and fixes. (Guy)
-* TCP fragmentation/reassembly fixes. (Guy)
-* TNS packet length fix. (Guy)
-* EtherPeek file reader, name capitalization, and time handling cleanup. (Guy)
-* Enhanced TCP stream hex dump display. (Jirka)
-* Memory freeing fix in main.c. (Jirka)
-* Better gzseek() checking. (Guy)
-* Fix a compiler warning in follow_dlg.c. (Guy)
-* Make NDMP desgmentation TRUE by default. (Guy)
-* AFS parsing improvements, get-entry-by-name-u updates. (Nathan)
-* Add option to disable TCP checksum checking. (Guy)
-* Better NDMP PDU handling. (Guy)
-* RPC data length handling fix. (Guy)
-* DNS and NBNS length checking fixes. (Guy)
-* IP, IPv6, and CLNP reassembly fixes and updates. (Guy)
-* Clean up code in RPC's dissect_rpc_opaque_data(). (Guy)
-* Make the blurbs for protocol preference items into tooltips. (Guy)
-* Various protocol tree and tvbuff enhancements. (Guy)
-* SCTP editorial change. (Michael)
-* Add SCTP checksum and "-S" option to text2pcap. (Michael)
-* Revapmped RPM build process. (Gerald)
-* Fix protocol preference blurbs for LDP and PGM. (Guy)
-* AIM family and subtype field display fix. (Guy)
-* .cvsignore updates. (Guy)
-* "epan/" subdirectory include fixes. (Guy)
-* Recursive struct and readability improvements for ethereal_gen.py 
-  (Frank Singleton)
-* Update LDP to support RFC 3036. (Ricardo Barroetaveña)
-* Update iSCSI to support draft-09 of the spec, other fixes. (Mark)
-* Convert some "col_add_str()" calls to "col_set_str()". (Guy)
-* EtherPeek file reader fixes. (Alan Harrison)
-* SVR4 packaging fixes and updates. (Andrew Feren)
-* Fix spelling error in UDP dissector. (Nathan)
-* EtherPeek file reader fix. (Alan Harrison)
-* LDP-over-UDP PDU fix. (Ricardo Barroetaveña)
-* Product name and description updates. (Guy)
-* DCE RPC response/request matching.
-* Format reference, physMedium, and mediaType fixes for EtherPeek
-  reader. (Guy)
-* Date-related fixes for text2pcap. (Hamish)
-* Code and spelling error cleanup in ethereal_gen.py. (Frank)
-* ES-IS typo fix. (Greg Franks)
-* Replace many tvb_length() and tvb_length_remaining() calls. (Guy)
-* Add ATM support to NetMon reader. (Guy)
-* Add NT SID support to SMB dissectors. (Tim)
-* NDR pointer handling in DCE RPC, SAMR updates (Ronnie)
-* 64-bit integer- and time-related updates for SMB dissectors. (Guy)
-* Fix <netinet/in.h> inclusion in netmon.c. (Motonori)
-* Various fixes for smb-pipe.c. (Guy)
-* NT FILETIME and SMB field name hierarchy fixes for SMB dissectors.
-  (Guy)
-* Add support for fixed-length link-layer headers to 802.11 dissector.
-  (Guy)
-* Ring buffer file format fixes for tethereal. (Guy)
-* OpenBSD firewall virtual interface capture support. (Mike Frantzen)
-* Support a libpcap link-layer type of 17 as DLT_PFLOG unless DLT_LANE8023
-  is defined as 17. (Guy)
-* DCE RPC enhancements, and SAMR improvements. (Ronnie)
-* Add AiroPeek capture support. (Guy)
-* Fix a pflog typo. (Guy)
-* H.261 fixes. (Joe Litman)
-* NULL pointer/integer comparison fix in SMB dissector. (Guy)
-* _XOPEN_SOURCE / __USE_XOPEN declaration fixes for strptime(). (Guy)
-* More accurate reporting for old zlibs in acinclude.m4. (Guy)
-* Work around "sed"-related impariments. (Guy, Heikki)
-* IPv6 name resolution support on Solaris 8. (Heikki Vatiainen)
-* Updated GIOP plugins. (Frank Singleton)
-* VMS TCPIPtrace fixes. (Marc)
-* Periodic manuf/manuf.tmpl update. (Gerald)
-* Link libwiretap to dftest. (Alex Huetter)
-* Fix up some type/size problems in lemon.c. (Guy)
-* Make some variables volatile to fix GCC-on-Digital-Unix complaints.
-  (Guy)
-* Add a "--without-gcc" option to configure.in. (Guy)
-* BGP community name printing fixes. (Guy)
-* String-related inclusion, printing, and conversion fixes for DIAMETER,
-  pcnfsd, pflog, and WCCP dissectors, plus tcp_graph.c. (Guy)
-* Remove the "--without-gcc" option. (Guy)
-* Update draft-09 compatibility, change the default port number to 3260,
-  and add extra info to COL_INFO for iSCSI dissector. (Mark)
-* Update M3UA dissector to support SIGTRAN draft versions 6 and 10, and
-  to register all protocol fields. (Michael)
-* Update ISUP to work with the M3UA dissector. (Michael)
-* Remove "inet_v6defs.h" inclusion and calls to alloca() from
-  column-utils.c. (Guy)
-* AVP- and time-related fixes for DIAMETER. (Guy)
-* Add TSP dissector. (Uwe)
-* String buffer fix in column-utils.c. (Guy)
-* GTP updates and fixes. (Michal Melerowicz, Guy)
-* Update INSTALL document, including configure switches. (Guy)
-* Add LSP-TUNNEL support to RSVP along with code cleanup. (Ashok)
-* Add tvb_ensure_length_remaining() call, and modify dissectors to use
-  it. (Gilbert, Guy)
-* Remove extra whitespace in protocol tree for SMB dissector. 
-  (Gilbert, Tim)
-* Fix a gcc warning in tvbuff.c. (Guy)
-* Tvbuff and struct size fixes in PIM, RPC, WSP, and yhoo dissectors. (Guy)
-* FID display enhancements for SMB dissector. (Tim)
-* Use igmp_checksum() in other dissectors. (Guy)
-* Fix "checksum is bad" flag. (Guy)
-* Packet length checking fix for Auto-RP dissector. (Guy)
-* Add dissection of abort packets to RX dissector. (Nathan)
-* Clean up Q.931 heuristic code, update is_tpkt(), export TPKT support
-  routines to plugins. (Guy)
-* Protocol tree, tvbuff length checking and offset fixes for SDP, SIP,
-  and SliMP3 dissectors. (Guy)
-* STAT and ypserv subtree creation fixes. (Guy)
-* Syslog parsing and length checking fixes. (Guy)
-* iSCSI updates. (Mark)
-* Add routines to the plugin table, include fixes. (Charlie Duke)
-* Add ports for SSL POP, IMAP, and LDAP to SSL dissector. (Nathan)
-* Switch statement fix in packet-rsvp.c. (Guy)
-* Initial IAPP support. (Alfred Arnold)
-* Small MTP3 fix. (Michael)
-* SCTP protocol tree updates. (Michael)
-* SDP string termination fix. (Guy)
-
-Overview of changes in Ethereal 0.9.0:
-
-* Initial NDMPv3 support. (Ronnie)
-* packet-l2tp.c - Vendor-specific attribute fixes. (Motonori)
-* Fix timestamp processing in packet-ucp.c, other UCP fixes. (Steffen
-    Weinreich)
-* README.developer updates. (Guy)
-* Dump file creation fixes and updates in wiretap/file.c. (Guy)
-* packet-ssl.c - Add FIPS Cipher Suite ID support. (Scott Renfro)
-* prefs.c - Quake3-related changes. (Guy)
-* Enable coseventcomm plugin on Win32. (Frank Singleton, Guy)
-* SMB rewrite:
-    Fix bug in dissect_transact_data in packet-smb-pipe.c. (Guy)
-    Properly handle the andX command in a LockingAndX message. (Guy)
-    Fix text termination in get_pointer_value(), fix offsets in 
-      add_pointer_param(), fix null values in item lists, properly
-      handle shortened response data. (Guy)
-    Tvbuffification changes. (Ronnie)
-    Flags and Flags2 field cleanup. (Guy)
-    Check for a zero word count in LogoffandX requests and replies. (Guy)
-    Date conversion fixes. (Guy)
-    AndX-related tvbuffification updates. (Ronnie)
-    Various code cleanup and timeout display enhancements. (Guy)
-    Put andX commands at the same level as the first command. (Guy)
-    Byte parameter dissection and bitfield fixes. (Guy)
-    Properly use dissect_open_print_file_smb(). (Guy)
-    NT Transact dissection. (Ronnie)
-    File data, Write Raw, Write Multiplexed, Open and X, and
-      NT Create and X fixes and additions. (Guy)
-    Print create flags properly, fixes for
-      get_unicode_or_ascii_string_tvb(). (Guy)
-    Tvbuffification of SMB print commands. (Ronnie)
-    NT Create and X support. (Ronnie)
-    Display NT create options in hex. (Guy)
-    Change "DFS" references to "Dfs". (Guy)
-    Show error status in Info column. (Tim Potter)
-    Dissect NT create option bits. (Guy)
-    Tvbuffify Transaction2. (Ronnie)
-    Add DCE RPC over SMB support, plus several MS DCE RPC services.
-      (Tim)
-    Include the sync I/O alert and nonalert bits. (Guy)
-    Tvbuffifiy Transaction. (Ronnie)
-    Add support for Write And X. (Guy)
-    Stream size, information, and name fixes. (Guy)
-    Clean up request/response matching. (Ronnie)
-    Update LANMAN dissector w.r.t "Response to", add support for
-      unknown SMBs. (Guy)
-    Request/reply hash table cleanup. (Guy)
-    Update Write AndX according to the MS docs, connectionless mode
-      testing fixes. (Guy)
-    NT Transaction, Transaction2, Transaction reply fixes,
-      dissect_pipe_smb() and dissect_mailslot_smb() display fixes,
-      more hash table fixes. (Guy)
-    "smb_saved_info_t" structure updates, mailslot reply length
-      checking fixes. (Guy)
-    NT Create And X display updates, other display updates. (Tim)
-    Add open/create FID to Info colum. (Guy)
-    DCE RPC-over-SMB conversation matching enhancements. (Tim)
-    dissect_mailslot_smb(), dissect_pipe_smb(), MSRPC, LANMAN, other
-      SMB updates. (Guy)
-    SMB dissector registration updates. (Guy)
-    MSRPC-over-SMB tree rearrangements. (Guy)
-    Put pipe function codes in Info data. (Guy)
-    Better pipe request/response tracking. (Guy)
-    Fully dissect named pipe protocol, set naming according to SNIA
-      CIFS spec.  (Guy)
-    Better transaction continuation handling. (Ronnie)
-    Update proto_tree_add* routines to allow for zero/null tvbuffs,
-      put this to use in SMB Pipe dissector. (Guy)
-    Transaction Secondary and Transaction2 Secondary. (Ronnie)
-    General cleanup, update names of SMB commands to match the
-      SNIA CIFS spec. (Guy)
-    Reassembly fixes and updates, NT Cancel updates. (Ronnie)
-    Pipe subtree cleanups. (Guy)
-    Reassemble transactions if transaction continuations are seen.
-      (Ronnie)
-    Handle null si->sip values in smb_trans_defragment(). (Guy)
-    Mailslot fragmented transaction fixes. (Ronnie)
-    Rename "msrpc" heuristic dissector table to "smb_transact". (Guy)
-    Tvbuff length checking fixes. (Guy)
-    Request/reply tracking fixes. (Guy)
-    Track FID values between requesta and responses for ReadAndX and
-      WriteAndX. (Ronnie)
-    Desegmentation and fragment reassembly updates. (Ronnie)
-    Add "file already exists" DOS error handler. (Tim)
-    DCERPC over SMB reassembly. (Ronnie)
-    Request/response tracking fixes. (Guy)
-    Memory management fixes. (Guy)
-    Add context handle dissection support to DCERPC dissectors,
-      enhance MS Security Account Manager dissector. (Todd Sabin)
-    Export NT_errors[] to MS Security Account Manager dissector. (Guy)
-    More NT error codes. (Todd)
-    NT security descriptor support. (Ronnie)
-    Even newer, more enhanced reassembly. (Ronnie)
-    NT ACL structure dissection. (Ronnie)
-    More MSRPC to DCERPC conversion. (Tim)
-    Dissect DCERPC LSA RPC stub data. (Tim)
-    Dissect security descriptor flags. (Ronnie)
-    ACL list display cleanup. (Guy)
-    Fragmented NT Transaction response reassembly. (Ronnie)
-* packet-wsp.c updates and fixes. (Georg von Zezschwitz)
-* Update README.win32 to include local WinPcap mirror. (Gerald)
-* Add VMS TCPIPtrace wiretap module. (Marc Milgram)
-* IDL compiler backend fixes and updates: (Frank Singleton)
-    Check for recursive unions or structs.
-    Handle "short" as a union discriminant type.
-    Handle case where union discriminant may be a typedef.
-    Change integer template to long template.
-    Initial code for \n and \t as  union case labels.
-    Modify the way unions and structs are referenced.
-    Fix calling sequence of col_add_str() and col_set_str().
-* L2TP Disconnect Cause Information AVP support. (Motonori)
-* Add DBS Etherwatch wiretap module. (Marc Milgram)
-* iSCSI dissector updates:
-    Match dissector to the -08 draft. (Mark Burton)
-    Fix FT_UINTn references. (Guy)
-    Handle header and data digests, desegmentation, multiple PDUs per
-      packet, better recognition heuristics, cruft removal. (Mark)
-    Fix iscsi_desegment and iscsi_port type declarations. (Guy)
-    Change the short name from "ISCSI" to "iSCSI" (Guy)
-* packet-wap.h - Fix Push-traffic port number. (Tom Uijldert)
-* packet-mmse.c - Fix date decoding, field name, cosmetic fixes. (Tom)
-* Various IPX fixes. (Guy)
-* Properly dissect non-SCCP data payload. (Guy)
-* Add sort indicators to the main window column headers. (Gerald)
-* Sort preference modules alphabetically. (Guy)
-* Enhanced icons. (Gordon McKinney, Gerald)
-* Many configuration directory-related fixes and updates: (Guy)
-    Use the proper directory separator for each platform.
-    On Windows, place config files in "Application Data\Ethereal" in the
-      user's "profile" directory
-    On Windows, place "ethers" and "ipxnets" in the Ethereal application
-      directory.
-    Other miscellaneous fixes.
-* WSP Cache-Control headers updates and fixes. (Georg)
-* packet-isakmp.c fixes:
-    Handle UDP-encapsulated IPSec NAT Keepalive packets. (Yaniv Kaul)
-    Loop over all SA sub-payloads, check for a payload type of "None",
-      check payload data length, show raw bytes of SPI.  (Guy)
-    Enhance protocol ID dissection in dissect_transform(), other dissectors.
-      (Guy)
-    IPCOMP transformation and ID_IPV4_ADDR_SUBNET support.
-      (Andreas Stockmeier)
-* Replace get_home_dir() with get_persconffile_dir(). (Guy)
-* RADIUS tunnel updates. (Pavel Novotny)
-* packet-iua.c - Field name fixes. (Guy)
-* Use a case-insensitive sort for the protocol list. (Guy)
-* Properly handle ACK-only GRE packets. (Guy)
-* Show SCTP parameter types in hex, make enumerated types filterable. (Guy)
-* Handle pcap_open_live() succeeding, but with a warning. (Guy)
-* Get rid of signed/unsigned comparison warnings in wiretap. (Gilbert)
-* Fix iptrace Ethernet interface type. (Gilbert)
-* Gnutella updates and fixes: (Gilbert)
-    Check packet size.
-    Handle zero-length sub-headers.
-    Fix improper use of proto_tree_add_item().
-* Check length while calculating telnet suboptions. (Gilbert)
-* Fix signed/unsigned comparisons in tvbuffs and other places. (Gilbert)
-* packet-wsp.c - Handle 1.3 and 1.4 Content-Type values. (Tom)
-* Properly handle a zero checksum in packet-ospf.c. (Guy)
-* Fix config.h dependency checking on code that uses "ftypes" and "dfilter"
-    (Guy)
-* Add strptime() support on Win32 systems. (Mike Frisch, Guy)
-* Fix snprintf()-related signed/unsigned warning. (Guy)
-* PPP updates:
-    CCP and compressed datagram support. (Motonori)
-    CBCP support. (Motonori)
-    Add BACP and BAP support. (Motonori)
-    Van Jacobson decompression support. (Irfan Khan)
-    VJ enhancements and fixes. (Guy)
-    Add more filterable fields. (Guy)
-* Handle NFSv4 protocol changes. (Mike Frisch)
-* Compiler-independent support for FT_UINT64. (Ronnie Sahlberg)
-* Convert SOCKS dissector to tvbuffs. (Ronnie Sahlberg)
-* 64-bit-related BOOTP fixes. (Guy)
-* Other 64-bit-related fixes. (Guy)
-* Update packet-pim.c to match draft-ietf-pim-sm-v2-new-03.
-    (Shinsuke Suzuki)
-* Fix GTP IPv4 address byte ordering. (Guy)
-* Fix SOCKS IPv4 address ordering, comments, user name, other fixes. (Guy)
-* DVMRP and GTP code cleanup. (Guy)
-* TCP desegmentation fix. (Ronnie Sahlberg)
-* Remove non-tvbuff code. (Guy)
-* Add local WinPcap mirror to capture error dialog. (Guy)
-* "extern" function fixes. (Guy)
-* Mobile IP enhancements and fixes. (David Frascone)
-* Update packet-bootp.c to handle RFC 3118 DHCP authentication,
-    other related enhancements. (Guy)
-* Add plugins/plugin_api_defs.h for external function declrations.
-    (Guy)
-* Support Mobile IP ICMP Router Advertisements. (David)
-* Display unknown extension types in decimal, not hex. (Guy)
-* Add an option to show the File Offset of a frame. (Gilbert)
-* Fix some declarations to match the signatures of "tvb_find_guint8()" and
-    "tvb_pbrk_guint8()". (Guy)
-* Load Diameter dissector dictionary as an XML file. (David)
-* Check for "iconv.h" on UNIX systems. (Guy)
-* Add 64-bit signed integer support, use in Diameter dissector. (Guy)
-* Add DLT_CISCO_IOS to wiretap. (Gilbert)
-* TFTP enhancements and updates. (Richard, Guy)
-* Fix a tvbuff leak. (Sirop Erable, Guy)
-* Rename "private" member of the "packet_info" structure to
-    "private_data". (Guy)
-* Properly free "gph_hfinfo" in epan/proto.c. (Guy)
-* Include arrow pixmaps in distribution. (Andrew C. Feren)
-* Diameter AVP enhancements. (Guy)
-* Suport desegmentation of Diameter-over-TCP. (David)
-* Add Cooperative Route Filtering Capability support to BGP dissector,
-    fix Route Refresh Messaging bug. (Motonori)
-* Become very displeased if a dissector tries to register more than one
-    preference with the same name. (Guy)
-* Diameter Info column cleanups. (Guy)
-* Add support for obsoleted preferences, so Ethereal won't complain
-  about them when reading the preferences file. (Guy)
-* Plugin table and API updates. (Tomas Kukosa, Guy)
-* decode_as_dlg.c - Include protocols for TCP conversation dissectors in
-    the list of protocols that can be used to decode stuff. (Guy)
-* SUA dissector, which replaces the SUA Light dissector. (Michael Tuexen)
-* Add non-heuristic UCP dissector. (Tom)
-* AIX libpcap file heuristic updates. (Guy)
-* Add PCNFSD dissector (Uwe Girlich)
-* Add EAPOL (802.1x) and PPP/EAPOL support. (Pekka Nikander)
-* Nokia libpcap file fixes. (Guy)
-* Add IPv4/IPv6 payload support to MPLS. (Hamish Moffatt)
-* Allow periods in preference module names. (Gilbert)
-* File dialog string fixes. (Andreas)
-* Fix math error in packet-clnp.c. (Guy)
-* More AIX DLT_ value fixes. (Guy)
-* IPSEC AH header and interface list fixes. (Kazushi Sugyo)
-* Call request and reply subdissectors in DCE RPC. (Tim)
-* SMTP dissector cleanup. (Guy)
-* Update Gilbert's email address. (Gilbert)
-* Update XAUTH-NEXT-PIN and XAUTH-ANSWER. (Yaniv Kaul)
-* packet-radius.c - Better handling of bogus AVPs. (Guy)
-* Get rid of remaining non-tvbuff compatibility code. (Guy)
-* Add SNA-over-X.25 support, QLLC dissector. (Gilbert)
-* Add support for heuristic HTTP subdissectors. (Guy)
-* Improved byte view selection behavior. (Guy)
-* Improved byte view notebook behavior. (Guy)
-* Enhanced capture length reporting and checking. (Guy)
-* General code cleanup (remove unused variables, etc). (Guy)
-* Update behavior w.r.t. dissectors changing the packet_info
-    struct. (Guy)
-* Remove the global "pi" variable, and update code accordingly. (Guy, Gilbert)
-* text2pcap:
-    Enhanced parsing, getopt() fixes. (Guy)
-    Support for time stamping of packets. (Gordon McKinney)
-    Handle colons after the offset field. (Gordon)
-* ethereal - Treat extra command line argument as a capture file to be
-  read. (Guy)
-* packet-ipx.c - Add additional SAP values. (Guy)
-* Switched dissectors from dissect_data() to call_dissector(). (Guy, Ed)
-* Switched dissectors from CHECK_DISPLAY_AS_DATA to CHECK_DISPLAY_AS_X
-    (Ed)
-* Fix a bug in WCCP capability info dissection. (Raghu Angadi)
-* Handle multiple LDP PDUs per TCP segment, other fixes. (Guy)
-* Enhance conversation dissector calling, other dissector calls. (Guy)
-* DCE RPC enhancements. (Todd Sabin, Guy)
-* Fix DCE RPC PDU padding. (Guy)
-* Add missing terminators to some value_string arrays. (Guy)
-* OSPFv3 checksum fix. (Taisuke Sasaki)
-* Support for 802.11+Prism II monitor-mode link-layer headers
-    (Tim Newsham)
-* Support OSI CLNP over GRE. (Guy, Mrmcsnoots@aol.com)
-* Support LocalTalk LAP, Prism updates. (Guy)
-* Various NLPID-releated fixes and enhancements. (Guy)
-* Color filter dialog updates and enhancements. (John McDermott)
-* X.264, ISO 8602 updates. (Guy)
-* dissect_wtp_fromudp() enhancements. (Guy)
-* dissector_add(), dissector_delete(), and dissector_change() updates.
-    (Guy)
-* X.25 dissector table updates. (Guy)
-* Dissector table updates. (Guy)
-* Add SMPP support. (Tom)
-* Update M2PA to support draft 3. (Michael)
-* TCP/UDP checking fixes. (Guy)
-* Add ISO 8473 dissector handle to X.25. (Guy)
-* Preference code fixes. (Thomas Wittwer)
-* Support for stopping captures for a specific file size or timeout.
-    (Thomas Wittwer, Matthias Nyffenegger)
-* Large capture file size support. (Guy)
-* Support for ring buffer capture files. (Thomas, Matthias)
-* Ring buffer updates. (Guy)
-* Update Ascend/Lucent trace file parser. (Motonori)
-* Support for Visual Networks Visual UpTime capture files. (Tom Nisbet)
-* MS Netmon fix. (Guy)
-* WildPackets Etherpeek fix. (Guy)
-* Add a heuristic dissector for protocols running atop X.25. (Guy)
-* Capture file support documentation updates. (Guy)
-* Fix the handling of the metric and referenced LS type fields in OSPFv3
-    packets. (Taisuke)
-* "Save only marked frames", other UI tweaks. (Guy)
-* Protocol tree internals cleanup. (Guy)
-* Remove /dev/null hack from Ascend/Lucent scanner. (Motonori)
-* Handle null dissector handles in decode_as_dlg.c. (Guy)
-* Display WTAP_ENCAP_ values in decimal. (Guy)
-* Dfilter enhancements. (Guy)
-* Add multipart content support to WSP/MMSE. (Tom)
-* MacOS X compiler tweaks. (Guy)
-* Update config.guess and config.sub. (Guy)
-* Changed BXXP dissector to BEEP. (Darren New)
-* Add descriptive name to dissectors. (Guy)
-* TCP graphs(!) (Pavel Mores)
-* Tweak and otherwise work around libtool file copy behavior. (Guy)
-* Add newer 3D icons. Set window icon to the new logo. (Gerald)
-* "msrpc" to "dcerpc" name changes. (Tim Potter)
-* Disable printing to a printer (but not a file) in Win32. (Guy)
-* Make IP over PPP work w/graphing code. (Gordon McKinney)
-* capture_dlg.c - Check for invalid maximum packet count values. (Guy)
-* frame_data and packet_info data rearrangement. (Guy)
-* Don't unnecessarily fill coluumns in tethereal. (Guy)
-* Other column-related cleanups. (Guy)
-* Remove old-style dissector references from the developer docs. (Guy)
-* Enhance TCP graph error reporting. (Guy)
-* Ethernet, IP, and TCP header bitfield and alignment fixes. (Guy)
-* TCP graph enhancements. (Guy, Motonori)
-* Add MTP2 dissector, update MTP3 dissector. (Michael)
-* SOCKS response code display and filter field fixes. (Mark S. Allen, Guy)
-* Makefile.nmake and .pdb file fixes. (Motonori)
-* Work around non-standard UCD/Net-SNMP API changes made by various
-    Linux distros. (Gerald)
-* Windows uninstall updates. (Motonori)
-* Add Diameter dictionary to the RPM package. (Guy)
-* Fix PPP dump trace file memory leak, other PPP dump fixes. (Gilbert)
-* Plug a dfilter memory leak. (Gilbert)
-* Fix window/icon title code. (Guy)
-* SDP field updates, handle all SDP subfields. (Ed)
-* Add KDE Styleguide-compliant icons. (Gerald)
-* Support for LOCATION_FORWARD, LOCATION_FORWARD_PERM and
-    NEEDS_ADDRESSING_MODE replies in GIOP. (Bernd Becker)
-* Image documentation and updates. (Gerald, Guy)
-* Add a KDE/GNOME .desktop file. (Guy)
-* More protocol tree updates. (Guy)
-* M2TP support. (Heinz Prantner)
-* Fix goto problems in the DCERPC LSA dissector. (Motonori)
-* PPP dump reader fixes. (Irfan Khan)
-* GIOP protocol string fixes. (Guy)
-* DCERPC subdissector fixes. (Guy)
-* Get rid of calls to "proto_is_protocol_enabled()" in heuristic
-    dissectors. (Guy)
-* Support per-protocol-tree data, modify dfilter to use this. Other 
-    protocol tree and dissector enhancements. (Gilbert)
-* Print code cleanup. (Gilbert)
-* GIOP info column fixes. (Bernd)
-* Remove .pdb files from Windows package. (Motonori)
-* Add text2pcap and mergecap to Windows package. (Guy)
-* Various SCTP updates. (Michael)
-* Set PPP direction in Ascend/Lucent module. (Guy)
-* ISIS hello, LSP, CSNP, PSNP code rework. (Guy)
-* Work around Windows' annoying decision to map 0.0.0.0 to the local host
-    name in "gethostbyaddr()". (Guy)
-* Capture file size test fixes in tethereal, command line argument
-    parsing fixes. (Guy)
-* VMS TCPIPtrace efficiency improvements. (Marc)
-* Add Cisco HDLC and frame relay direction reporting. (Tom)
-
-Overview of changes in Ethereal 0.8.20:
-
-* packet-x25.c - Dissect more diagnostic codes. (Olivier)
-* More mergecap fixes. (Scott Renfro)
-* Fix a typo in packet-ssl.c (Scott)
-* Check for localtime() return value (Scott)
-* Epan fixes (Guy)
-* Add SSL fields to the protocol tree, other SSL fixes. (Guy)
-* Correct a pile of proto_tree_add_* calls in  packet-afs-macros.h,
-    packet-h261.c, packet-iscsi.c packet-ldp.c, packet-mpeg1.c
-    packet-mrdisc.c, packet-rtp.c, packet-sll.c, packet-yhoo.c,
-    packet-x11.c, and packet-zebra.c. (Guy)
-* Fix a string length check in packet-iscsi.c (Guy)
-* README.developer updates (Guy)
-* Change ethereal_gen.py to generate plugins instead of static dissectors.
-    (Olivier)
-* Fix typos and formatting in packet-x25.c and packet-ntp.c (Guy)
-* Documentation makefile changes (Guy)
-* Add "Suppress Unmarked" printing option (Ed)
-* Add a "Mark Frame" packet list menu option (Ed)
-* CORBA IDL updates (Frank)
-* Fix X.25 packet length checking (Olivier)
-* GIOP CosNaming support (Frank)
-* Simplify the addition of plugins to the toplevel makefile (Ed)
-* Many WSP enhancements, add WAP conversation dissection (Guy)
-* Remove unused variables in gtk/proto_draw.c, packet-ip.c,
-    packet-smb-browse.c, mergecap.c (Guy)
-* Keep ethereal_gen.py from generating zero-length arrays, remove
-    zero-length arrays from packet-cosnaming.c (Guy)
-* Added CosEventComm dissector. (Frank)
-* Fix "inline" call in packet-pgm.c (Guy)
-* Update packet-ieee80211.c to handle mishandling of Novell 802.3 packets
-    (Guy)
-* Generalize handling of RFC 1700-style address family numbers. (Guy)
-* Many Quakeworld and Quake2 dissector enhancements.  (Uwe)
-* Add routines used by GIOP plugins to the plugin address table. (Guy)
-* Properly check for GCC version >= 2 when using "__attribute__" (Guy)
-* Quake3 Arena dissector, plus many enhancements (Uwe)
-* iSCSI updates. (Mark Burton)
-* Update preferences error checking and comments, fix a memory leak, 
-    parser fixes and updates. (Guy)
-* Add GMRP dissector (Markus Seehofer)
-* Add mergecap.rc.in to distribution. (Guy)
-* packet-dcerpc-remact.c fix (Todd Sabin)
-* Add description of CIDR support back into man pages. (Guy)
-* Add "wlan.addr" field. (Guy)
-* Man page white space and emphasis changes. (Guy)
-* GIOP module name lookup fixes. (Guy)
-* MacOS support updates. (Michael Tuexen)
-* Fix premature g_free() in packet-giop.c (Frank)
-* Null PLUGIN_DIR fix. (Michael)
-* Don't build loadable module support if glib doesn't support it. (Guy)
-* Configure-time pcap checking enhancements. (Guy)
-* Kazlib exception code updates. (Gilbert)
-* GIOP dissector fixes. (Frank)
-* Many ethereal_be.py and ethereal_gen.py enhancements. (Frank)
-* String length checking fixes in packet-smb-browse.c and packet-wsp.c. (Guy)
-* Data display fixes in packet-smb.c. (Guy)
-* Update DIAMETER dissector to draft-ietf-aaa-diameter-07. (David Frascone)
-* packet-wsp.c fixes. (Alexandre P. Ferreira)
-* idl2eth man page. (Frank Singleton)
-* Fix port numbers passed by "-u" to text2pcap. (Guy)
-* Properly handle packets sent to "\MAILSLOT\LANMAN". (Guy)
-* Make dissect_pipe_lanman() local to packet-smb-pipe.c. (Guy)
-* Handle missing authentication info in RPC packets. (Guy)
-* Conversation matching improvements (Guy)
-* Parse PASV mode FTP addresses, many other improvements. (Guy)
-* Fix compiler warnings in packet-rtcp.c, packet-snmp.c, and
-    packet-socks.c. (Guy)
-* Alow multiple protocol ID/datum pairs to be attatched to a
-    conversation. (Guy)
-* Get rid of an unsed #define in packet-tcp.c. (Guy)
-* Better packet length checking in packet-wsp.c. (Guy)
-* Register HTTP dissector by name, so other dissectors can call it.
-    (Thomas Wittwer)
-* Add the function prefs_register_string_preference().  (Thomas)
-* Add HMIPv6 support. (Martti Kuparinen).
-* First look in $PYTHONPATH/site-packages for ethereal_be.py and
-    ethereal_gen.py. Update idl2eth man page accordingly. (Frank)
-* Properly close the capture file within tethereal before exiting. (Guy)
-* Fix a typo in packet-icmpv6.c. (Martti)
-* Add OSPFv3 support. (Palle Lyckegaard)
-* RTSP and RTP improvements. (Jason Lango)
-* Fix the "Save only marked packets" checkbox in the file save dialog. (Guy)
-* Fix WAP WTP naming problems and add Transaction Class decoding.
-    (Olivier Biot)
-* Install idl2eth in "/usr/local/bin". (Frank)
-* Use correct byte counts in SMB write request packets. (Guy)
-* Fix bugs and white space in packet-ospf.c. (Guy)
-* GTPv1 support and GTPv0 improvements. (Michal Melerowicz and Nicolas Balkota)
-* Scan TPI's to get proper WTP packet length and correct start of
-    WSP-data. (Tom Uijldert)
-* Split RPC dissector into heuristic/non-heuristic forms, improve
-    conversation handling. (Guy)
-* TCP desegmentation support plus ONC RPC and NBSS integration. (Ronnie
-    Sahlberg and Guy)
-* NLM fix, fix for status monitor callback protocol. (Ronnie)
-* XoT and RIP protocol field display filters. (Ronnie)
-* Straighten out filter and protocol names in packet-stat-notify.c (Guy)
-* OSPFv3 fixes (Palle Lyckegaard)
-* Fix a signed vs unsigned warning in packet-ranap.c. (Guy)
-* Support for dissecting multiple BGP capabilities. (Endoh Akira)
-* Fix a signed/unsigned comparison problem, display command in decimal
-    in packet-rip.c. (Guy)
-* Fix stat vs state confusion in packet-nlm.c. (Guy)
-* Change the time resolution to nanoseconds and fix signed/unsigned
-    problems in many dissectors. (Guy)
-* Get rid of sys/time.h includes in some epan files. (Guy)
-* Show NFS times using absolute and relative fields. (Ronnie)
-* Improve directory checking in plugins.c. (Guy)
-* Generate idl2eth from idl2eth.sh, add docs to tarball. (Guy)
-* Fix the handling of DNS-over-TCP. (Guy)
-* Add DNS desegmentation, improve desegmentation default behavior. (Guy)
-* Remove extra line in acinclude.m4 (Andy Hood)
-* Add make-manuf and manuf.tmpl to the source distribution. (Guy)
-* GTP updates and fixes. (Michal Melerowicz)
-* CUPS fixes. (Guy)
-* Add builtins for gzgetc and gzgets. (Ashok)
-* Update ATM on Linux URL in wtap.h, explain ATMoL LLC header behavior
-    in packet-clip.c. (Guy)
-* Fix tagged field length and snprintf() problems in 802.11 dissector. (Guy)
-* Fix snprintf() and buffer problems in ICMPv6, ISAKMP, and WSP
-    dissectors. (Guy)
-* Add MMSE support. (Tom Uijldert)
-* Make capture errors more verbose under Win32, and add wiretapped.net
-    libpcap link. (Guy)
-* Update Win32 README. (Guy)
-* Fix Boolean flag display in GTP dissector. (Guy)
-* Fix #define usage in TCP dissector. (Guy)
-* Don't checksum short UDP packets. (Guy)
-* Hand IP data from the ICMP dissector to the IP dissector.  IPv6
-    dissector fixes. (Guy)
-* Fix SMB interim Transact2 response handling and display.  (Guy)
-* Add NT error code support to SMB dissector. (Guy)
-* Other SMB dissector fixes. (Guy)
-* Fix gzgets(), gzgetc() and gzseek() checking. (Guy)
-* Additional Ascend and IETF codes to RADIUS. (Gaeme Hewson)
-* WSP/WTLS push-traffic handling. (Tom Uijldert)
-* DCE RPC authentication and related SMB dissector improvements. (Todd
-    Sabin, Guy)
-* NBSS continuation fixes in packet-nbns.c (Guy)
-* NetBIOS payload handling enhancements. (Guy)
-* Initial SMB tvbuffification. (Guy)
-* Small RADIUS fix. (Motonori Shindo)
-* Add CHAP support to PPP dissector. (Motonori Shindo)
-* DCE RPC fixes. (Pasi Eronen)
-* Many DCE RPC fixes and updates. (Guy)
-* Don't include packet-tcp.h or packet-udp.h in packet-ipv6.c. (Guy)
-* NBSS continuation enhancements. (Guy)
-* Add more filterable SMB header fields. (Guy)
-* Time display improvements. (Guy)
-* SMB MID/PID handling improvements. (Guy)
-* PGM updates. (Steve Dickson)
-* WCCP dissector and documentation updates. (Simharajan Srishylam, Guy)
-* Update the data passing mechanism in the AFS and RX dissectors and Epan. (Guy)
-* TRANSACTION and TRANSACT2 updates in the SMB dissector. (Guy)
-* Fix 64-bit casts in the DIAMETER dissector. (Guy)
-* FT_UINT_STRING handling fixes. (Lee Berger)
-* SMB mailslot and pipe updates. (Guy)
-* Tvbuffify the SMB remote API protocol. (Ronnie, Guy)
-* NBDS dissector updates. (Guy)
-* Add Shiva PAP and EAP support, update CBCP negotiation and CHAP support
-    in PPP dissector. (Motonori)
-* Tvbuffify the SMB mailslot protocol dissector. (Ronnie)
-* Add CORBA IDL union support, and improve generationReply() in
-    ethereal_gen.py. (Frank)
-* SMB pipe transaction continuation fixes and updates. (Guy)
-* Update packet-smb.c so that other SMB dissectors can be tvbuffified. (Richard)
-* SMB display updates and compiler warning fixes. (Guy)
-* Add FT_UCS2_LE field type. (Guy)
-* Make spelling of "routing" consistent in ESIS, GTP, and OSI dissectors. (Guy)
-* Conversation handler updates. (Jason Lango)
-* Add ICAP support. (Simharajan Srishylam)
-* Fix Guntella dissector tree organization. (Guy)
-* Fix SDES end-marker and end of packet checking in RTCP dissector. (Guy)
-* More configure-time zlib-checking fixes. (Guy)
-* Plugin directory checking fixes, other plugin fixes for Win32. (Guy)
-* RX dissector code cleanup. (Guy)
-* Add the GIOP plugins to the NSI installer. (Guy)
-* GIOP dissector code cleanup. (Bernd Becker, Guy)
-* Code cleanup in gtkclist.c. (Guy)
-* Code cleanup in acinclude.m4, ascend-grammar.y, and ascend-scanner.l.
-    (Albert Chin)
-* Win32 data file and plugin directory fixes. (Guy)
-* Win32 compilation error fixes. (Guy)
-* Fix a memory leak in plugins.c (Guy)
-* Add more AVPs and Event-Timestamp support to RADIUS dissector. (Terje Krogdahl)
-* ISIS protocol dissector fixes. (Hannes Gredler)
-* SIP dissector code cleanup and support for additional methods.
-    (Jean-francois Mule, Guy)
-* Add Shomiti "enhancement" handling to snoop reader. (Guy)
-* Code cleanup in libpcap.c, netxray.c, ngsniffer.c, snoop.c, and
-    wtap-int.h. (Guy)
-* Improve handling and data display in SMB dissector. (Guy)
-* Fix naming of the Microsoft Windows Lanman Remote API Protocol in
-    packet-smb-pipe.c. (Guy)
-* Use descriptor strings when dissecting remote APIs in SMB dissector. (Guy)
-* Better memory allocation and exception handling in the GIOP dissector. (Guy)
-* Get rid of proto_tree_add_notext() routine and update documentation. (Guy)
-* Add a proto_item_append_text() routine. Use it in the DNS dissector. (Guy)
-* UDP encapsulation updates for the IPSec and ISAKMP dissectors. (Yaniv Kaul)
-* Properly call ESP dissector from ISAKMP dissector. (Guy)
-* Add RPCSEC_GSS fixes to the RPC dissector. (Mike Frisch)
-* Update idl2eth man page, and add it to installation. (Frank)
-* CORBA IDL dissector generation updates. (Frank)
-* Update conversation documentation in README.developer. (Guy)
-* Makefile updates for packet-oseventcomm. (Frank, Guy)
-* Fix missing #includes in packet-isakmp.c and proto_draw.c. (Frank)
-* Changes to better handle dissection of ICMP error data. (Guy)
-* More RADIUS dissector updates. (Richard)
-* Better non-ASCII label handling in the GTP and X11 dissectors. (Guy)
-* Use longs for file offsets. (Guy)
-* Use hex notation for X11 keysyms. (Motonori)
-* Better SMB mailslot message payload handling. (Guy)
-* DCE RPC data representation decoding code cleanup. (Todd)
-* Add more packet types to the TNS dissector. (Nathan)
-* Other TNS dissector updates. (Nathan)
-* WSP and WTP dissector fixes and code cleanup. (Georg von Zezschwitz, Guy)
-* Updates for manuf.tmpl and make-manuf. (Joerg Mayer)
-* Add UCP dissector and fixes. (Tom Uijldert, Guy)
-* IPX dissector updates. (Nathan)
-* Add the "manuf" file to the NSI installer, other manuf-related fixes. (Guy)
-* Shrink the width of the preferences dialog. (Gerald)
-* Add Skinny Client Control Protocol dissector and fixes. (Joerg Mayer, Guy)
-* NBNS dissector updates for MaxOS X 10.1 NetBIOS session requests. (Guy)
-* More idl2eth updates - allow CORBA IDL enums to be displayed as symbolic
-    and numeric values. (Frank)
-* Quake 3 dissector field name updates. (Guy)
-* Preferences dialog fixes. (Guy, Motonori)
-
-Overview of changes in Ethereal 0.8.19:
-
-* Added 'text2pcap', a utility to convert text hexdumps into pcap files. (Ashok, Guy)
-* Changed 'tethereal -x' output to match hex dump format of text2pcap, Ethereal and
-    others. (Ashok)
-* Rewrote IGMP dissector.  (Ronnie Sahlberg, Guy)
-* packet-smb.c fixes.  (Joerg Mayer, Guy)
-* packet-rpc opaque datum display fix. (Guy)
-* Fix to LDP prefix FEC dissection for IPv4. (Eran Mann, Guy)
-* Cleanups to the "--with-ssl" configuration option, and changes to add
-    compiler flags on Solaris with GCC to cope with X11 header file inadequacies. (Guy)
-* acinclude.m4, configure.in - According to the autoconf documentation, you're not supposed
-    AC_MSG_RESULT without AC_MSG_CHECKING. (Guy)
-* Add tree summary information in packet-ip.c packet-udp.c similar to what's ini
-    packet-tcp.c. (Gerald)
-* packet-isis-lsp.c - Get rid of extra colons, and fix up the display of default metrics.
-    (Jean-Christian Pennetier, Guy)
-* packet-nisplus.c, packet-hclnfsd.c, packet-nlm.c, packet-spray.c - If you put an item
-    into the protocol tree with "dissect_rpc_data_tvb()", it must be FT_BYTES, not FT_STRING. (Guy)
-* acinclude.m4 - Updated SSL tests. (Andy Hood, Guy)
-* MTP3 support. (Michael Tuexen, Guy)
-* DHCP support for Intel PXEclient DHCP requests. (Joerg Mayer, Guy)
-* Appletalk Data Stream Interface (used by AFP-over-TCP) support. (Randy McEoin, Guy)
-* Fix to TCP reassembly code for retransmitted data. (Edgar Iglesias, Guy)
-* packet-igmp.c - Put in limited support for some messages that appeared in the old
-    dissector and that appear in tcpdump's IGMP dissector. (Guy)
-* packet-bootp.c - Enhancements to the two pass decode system (Guy)
-* ISUP support (Martina Obermeier, Guy)
-* packet-igmp.c -  Use "col_add_fstr()" to set the Info column. (Guy)
-* AUTH_DES support (Mike Frisch, Guy)
-* RX and AFS dissectors tvbuffified, and bugs fixed. (Ronnie Sahlberg., Guy)
-* Update IPv6 dissector, set Protocol and Info columns before data fetch
-    so they're set if an exception is throw. )Guy)
-* Update packet-clnp.c and packet-icmpv6.c - save/restore current current addresses
-    when dissecting datagram in an error datagram (Guy)
-* Call the SSCOP, AFS, GVRP, Q.931, Q.2931, H.261, LANE dissectors through a
-    handle. (Guy)
-* Create an ILMI dissector and call it through a handle. (Guy)
-* Give protocol tree windows a horizontal scrollbar. (Guy)
-* Removed "END_OF_FRAME" and "pi" references from tvbuffified dissectors(Guy)
-* Plug a memory leak in file.c, didn't free "epan_dissect_t" when new frame selected (Guy)
-* Fix for packet-icq.c, don't use static buffer to decrypt ICQ data, with pop-up
-    packet window there might be multiple frame with ICQ decodes open. (Guy)
-* Copyright fixes to reflect that Gerald has overall copyright (Guy)
-* Make "ip_to_str()" capable of producing up to four separate address strings. (Guy)
-* Tvbuffified NFS dissector, and some registered-field cleanups (Mike Frisch, Guy)
-* Remove support for old-style dissectors in RPC code (Guy)
-* Remove support for old-style dissectors from dissector_try_port and
-    heuristic dissector code (Guy)
-* Call the Vines IP dissector through a handle, and call the Vines SPP
-    dissector through a handoff table. (Guy)
-* Get rid of some unnecessary settings of "pinfo->current_proto" for dissectors
-    that are called via a handle or dissector table (Guy)
-* MSVC++ doesn't define "uint"; use "guint" in packet-isup.c instead. (Guy)
-* iSCSI protocol support (Mark Burton,Guy)
-* Fix for improper usage of "pinfo->captured_len" to check the length of the
-    packet, that's the length of the *entire* frame, not the length of the
-    current portion. (Johan Jorgensen, Guy)
-* Support for filtering on absolute and relative time fields. (Ronnie Sahlberg, Guy)
-* Fix capture_dlg.c to free the correct string pointer. (Guy)
-* Display all the digits of the microsecond field of an absolute time value. (Guy)
-* Check that the microseconds field of an absolute time is valid, if it's present. (Guy)
-* In proto.c, added support for "Match Selected" on FT_ABSOLUTE_TIME and
-    FT_RELATIVE_TIME fields. (Guy)
-* Support for "-N" flag enabling selected forms of name resolution, (Joerg Meyer, Guy)
-* Support for saving to the preferences file the settings for all types
-    of name resolution. (Guy)
-* Do a case-insensitive check for "true" and "false" in Boolean preferences
-    settings. (Guy)
-* Make the "short name" of MTP Level 3 just "MTP3", matching what we put
-    in the Protocol column, and make the "filter name" "mtp3", as filter
-    names are supposed to be all-lower-case. (Guy)
-* In packet-iscsi.c, don'tcramallthewordsinapreference'snametogether; 
-    underscores_are_permitted_in_those_names. (Guy)
-* Support for leading LWS in RTSP headers. (Robert Tsai, Guy)
-* In packet-ieee80211.c, bug fixes, and WEP support. (Javier Achirica, Guy)
-* Update for packet-ranap.c. (Martin Held, Guy)
-* Handle packets with OUI of 0000F8 like packets with OUI of 000000, needed because 
-    of Cisco bridge behavior. (Guy)
-* Added draft-draves-ipngwg-router-selection-01 support to IPv6. (Guy)
-* Sync some of mobile-ip6 #define symbol names with draft-ietf-ipngwg-2292bis-02. (Guy)
-* Create the tree for an ICMPv6 option before putting something in it. (Guy)
-* Added strptime routine for Windows and MSVC++ 6.0. (Guy)
-* Get rid of NEED_MKSTEMP - nothing uses it. (Guy)
-* Changes to structure initializations not to initialize some but not all
-    members. (Joerg Mayer. Guy)
-* Use guint32 in place of u_int32_t, u_int32_t not uspported on all platforms (Guy)
-* Patch for min function in packet-iscsi.c. (Guy)  
-* Correct the values for sna_rh_ru_category_vals, (Edgar Iglesias, Gilbert)
-* Add an "ADDRESSES_EQUAL()" macro (Guy)
-* Add a "COPY_ADDRESSES()" macro (Guy)
-* Make Ethereal default to promiscuous-mode captures. (Guy)
-* Change "ip.fragment.error", "ip.fragment", and "ip.fragments" fields, to FT_NONE
-    to avoid a possible core dump. (Guy)
-* Enable "Match Selected" only if there's a field selected *and* we can do
-    a "Match Selected" on it. (Guy)
-* Correctly compute the OSI checksum. (Guy)
-* Compensate better for invalid (at least for IPv4) prefix lengths in FECs. (Guy)
-* Juniper Networks vendor ID in RADIUS dissector. (Hannes Gredler, Guy)
-* hmac-md5 authentication support for IS-IS. (Hannes Gredler, Guy)
-* Gnutella support. (B. Johannessen, Guy)
-* Updates for packet-ranap.c. (Martin Held, Guy)
-* packet-isis-lsp.[hc]  (Hannes Gredler, Guy)
-* Pull the resolve.c hash functions into macros. (Guy)
-* Move the fragment reassembly code into "reassemble.[hc]" (Guy)
-* Don't display the data portion of an ER NPDU - we dissect it as a CLNP PDU. (Guy)
-* Add support for reassemmbling IPv6 fragments, and an option to
-    control whether to do it or not. (Guy)
-* Remove "globals.h" include from many files that don't need to do that. (Guy)
-* When printing the contents of a raw-data field, don't use the raw data
-    of the current frame as the source, use the raw data of the tvbuff
-    that's the data source of that field. (Guy)
-* Fix data type definitions in in_chksum.c. (Guy)
-* MP-BGP message support. (Thierry Stagiaire, Guy)
-* Clean up the handling of AVPs in packet-l2tp.c. (Guy)
-* Clean up the handling of MAC addresses in packet-ieee80211.c. (Guy)
-* Rename the arguments and flags for the conversation routines. (Guy)
-* Display hex numbers with a leading 0x in packet-ieee80211.c. (Guy)
-* DVMRP support. (Ronnie Sahlberg, Guy)
-* Only decode the version 2 RTP packets. (Guy)
-* Check for a bogus TCP header length, and don't try to do dissection if
-    it's bogus. (Guy)
-* Fix packet-radius.c added Interim-Update Acct-Status-Type value. (Diana Eichert, Guy)
-* RFC 2250 MPEG1 support. (Francisco Javier Cabello, Guy)
-* LCP-over Ethernet and IPCP-over-Ethernet support. (Laurent Rabret, Guy)
-* packet-rtp.c bug fix. (Francisco Javier Cabello, Guy)
-* Fix handling of error message from child to parent. (Guy)
-* Fix sizeof( *buf) error in packet-bgp.c. (Guy)
-* Handle multiple next hop network addresses in BGPTYPE_MP_REACH_NLRI. (Guy)
-* PAP support. (Laurent Rabret, Guy)
-* Set the Protocol column in dissectors for PPP-specific subprotocols. (Guy)
-* Add the PPP Compression Control Protocol to the list of PPP protocols. (Guy)
-* In packet-isis-lsp.c, upport for External Reachability TLVs, and assorted output
-    improvements.  (Hannes Gredler, Guy)
-* Define __USE_XOPEN in files that use "strptime()". (Joerg Mayer, Guy)
-* signed vs. unsigned variable fixes. (Joerg Mayer, Guy)
-* Explicitly fill in all members of a "header_field_info" structure. (Joerg Mayer, Guy)
-* Crank up the warning level in GCC. (Joerg Mayer, Guy)
-* Support for protocols running atop GIOP. (Frank Singleton, Guy)
-* Update the ICQ decryption code. (Guy)
-* Changes to handle current versions of RPM, which compress man pages.(Craig Rodrigues, Guy)
-* Fix packet-radius.c, don't list the attribute-value pairs there aren't any. (Guy)
-* NFS file handle analysing works now for kernel based NFS v3 servers of Linux
-    2.4.0 too. (Guy)
-* Add code generation support for IDL array types in ethereal_gen.py. (Frank Singleton, Guy)
-* Many corrections and updates for connection-oriented WSP. (Alexandre P. Ferreira, Guy)
-* Fixed problem with labels that didn't have any statements in packet-nfs.c (Guy)
-* Capture child process, should ignore promiscuous preference and use flag from parent. (Guy)
-* Fix compiler warnings in packet-giop.c (Frank Singleton, Guy)
-* Update README.idl2eth. (Frank Singleton, Guy)
-* Not all Python scripts generate dissectors; "make-reg-dotc.py" generates
-    "register.c", and, as such, shouldn't stuff ", HFILL" into its output. (Guy)
-* Handle Negotiate Protocol replies with the "extended security"
-    capability flag set in smb decodes (Guy)
-* RTSP fixes. (nuf si,Guy)
-* In packet-cdp.c catch TLVs with bogus lengths. (Guy)
-* Added the QuakeWorld network protocol dissector. (Ume Girlich)
-* Added the Quake II network protocol dissector. (Ume Girlich)
-* Added M2PA support. (Jeff Morriss, Guy)
-* Support CIDR notation in IPv4 address filtering. (Gilbert)
-* Fix "decode_network()" in decode_as_dlg.c. (Guy)
-* Use HFILL in packet-isis-hello.c packet-rsvp.c to load structures. (Guy)
-* In lemon.c, f length arguments to "%*s" aren't of type "int", cast them to "int",
-    as that's what C requires them to be. (Guy)
-* Update configure to handle non-standard libpcap installs. (Guy)
-* MRDISC support. (Ronnie Sahlberg, Guy)
-* Improved support for CORBA IDL "fixed" types in ethereal_gen.py. (Frank Singleton, Guy)
-* Added NCP types based upon traces from Pete<psailor@uswest.net>. (Gilbert)
-* packet-iscsi.c updates. (Mark Burton, Guy)
-* Create a routine to do the tvbuff-length-adjusting and
-    "pinfo->{len,captured_len}"-adjusting for ip, ipv6 and ipx. (Guy)
-* MSNIP support. (Ronnie Sahlberg, Guy)
-* Fix the AFS macros. (Ronnie Sahlberg, Guy)
-* Tvbuffified ISIS dissector. (Ronnie Sahlberg, Guy)
-* IS-IS updates (Hannes Gredler, Guy)
-* HELLO message support in RSVP. (Hannes Gredler, Guy)
-* Fix ISIS dissector to fetch and store values if needed multiple times. (Guy)
-* Fetch fields from the ISIS header one at a time. (Guy)
-* Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors. (Guy)
-* For DNS-over-TCP, put the length indicator into the tree for the DNS
-    request/response. (Guy)
-* Add PIMv1 support. (Guy)
-* Update packet-rpc.c to handle ip de-fragmenting. (Guy)
-* Tvbuffify the rlogin dissector and do cleanup. (Guy)
-* Fixes tp packet-rx.c. (Ronnie Sahlberg, Guy)
-* Dissect FDDI control bit fields and add descriptions. (Guy)
-* Update unknow reply status handing in packet-giop.c. (Guy)
-* Update packet-icq.c. (Guy)
-* Update packet-wsp.c packet-wtls.c packet-wtp.c. (Guy)
-* Add subtrees for ServiceContextList and IOR. (Frank Singleton, Guy)
-* Improve make files for static linking of ethereal and tethereal. (Ed Warnicke)
-* Fix Makefile.am x11 field generation. (Uwe Girlich)
-* Fix mgcp plugin for static binaries. (Ed Warnicke)
-* Remove wtap_file call from ethereal and tethereal. (Guy)
-* Fix empty parameter problem in mgcp code. (Alejandro Vaquero, Ed Warnicke)
-* Don't capitalize the names of programs in the summary lines of man pages. (Guy)
-* Signed vs. unsigned in packet-x25.c (Olivier Abad)
-* Support for ANSI flavor of MTP3. (Jeff Morriss, Guy)
-* Tvbuffified SMB NETLOGON dissector and fix bugs, (Ronnie Sahlberg, Guy)
-* Fix static binary support in gryphon plugin. (Ed Warnicke)
-* Updates to packet-smb-login.c based upon Network Monitor decodes. (Guy)
-* Support for draft-rosen-vpn-ospf-bgp-mpls and for additional BGP
-    extended communities. (Aamer Akhter, Guy)
-* Fixed the make dist problem with README.plugins. (Ed Warnicke)
-* Put the settings of the flags into the summary line for the TACACS+
-*   flags field. (Guy)
-* Mark the columns non-writable before dissecting the encapsulated IPv4
-    packet, so that they reflect the MSDP packet rather than the
-    encapsulated packet. (Heikki Vatiainen, Guy)
-* SSL/TLS support. (Scott Renfro, Guy)
-* Support for {Enter,Return} keys toggling expansion of selected protocol
-    tree item. (Heikki Vatiainen, Guy)
-* Autoconf support for glibc IPv6 support. (Pekka Savola, Guy)
-* IGMP fixes and multicast traceroute support. (Heikki Vatiainen, Guy)
-* Improvements to TACACS/XTACACS/TACACS+ dissector. (Paul Ionescu, Guy)
-* MSDP support. (Heikki Vatiainen, Guy)
-* Support for dissectors of protocols running atop DCE RPC. (Todd Sabin, Guy)
-* Cleaned up "get_column_format_matches()". (Todd Sabin, Guy)
-* NCP-over-IP bug fix. Did move past header before passing it on. (David Eisner, Guy)
-* "-t" flag for editcap, to adjust timestamps in frames. (Scott Renfro, Guy)
-* Fix places that used strlen as a variable name, (Heikki Vatiainen, Guy)
-* Fixes to packet-hsrp.c "proto_tree_add_item()" calls. (Heikki Vatiainen, Guy)
-* Additional filterable fields added to packet-vrrp.c. (Heikki Vatiainen., Guy)
-* Mergecap utility for merging capture files. (Scott Renfro, Guy)
-* PGM (Pragmatic General Multicast) support. (Steve Dickson, Guy)
-* Include "mergecap.rc" in the list of things to be built. (Edward Meaney, Guy)
-* Package mergecap.exe and its HTML documentation. (Gilbert)
-* Update NSIS syntax for newest NSIS. (David O'Shea, Gilbert)
-* Set config.nmake to get non-cygwin version of Python.exe, (Gilbert)
-* Tvbuffified SMB BROWSER dissector. (Ronnie Sahlberg, Guy)
-* Add a "time_msecs_to_str()" routine to packet-smb-browse.c. (Guy)
-* text2pcap.c, proto.c, dfilter.c and others... gcc warning fixes.  (Joerg Mayer, Guy)
-* Check for IPv6 support, and check what type of IPv6 support we have. (Guy)
-* Fixes to packet-smb-browse.c and packet-smb-logon.c, add fields, set columns. (Guy)
-* Make leading zero in -t optional for editcap.c. (Scott Renfro, Guy)
-* Add cleanbld.bat for Windows to remove left overs from unix build. (Guy)
-* Update to allow mergecap to merge multiple capture files into one
-*   capture file. (Scott Renfro, Guy)
-* Remove name-clash of type pgm_t in packet-pgm.[ch]. (Uwe Girlich)
-
-
-Overview of changes in Ethereal 0.8.18:
-  
-* Improvement of 'make clean' targets. (gilbert)
-* Added the ethereal capture preferences to the preference file.  (Jeff, Guy)
-* Fix automake packaging of win32-only files. (gilbert)
-* Remove "etypes.h" include from  "ipproto.c" (gilbert)
-* Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. (Guy)
-* Get rid of an unused variable, and fix a typo in a comment in packet-ldap.c (Guy)
-* packet-snmp.c Fix up a pile of NullTVB uses that were left in the previous checkin. (Guy)
-* Assorted cleanups in packet-kerberos.c (Guy)
-* packet-vines.c, packet-quake.c, packet-snmp.c, check for disabled protocols and set "pinfo->current_proto" (Guy)
-* Assorted ISIS enhancements.  (Hannes Gredler)
-* When dissecting the ISIS NLPID CLV, use the "nlpid_vals" array to convert NLPID values to protocol names. (Guy)
-* In wiretap/buffer.c   Fix "data" member of a Buffer structure g_malloc casting (Guy)
-* In wiretap/lanalyzer.c  Removed g_assert_not_reached and return 0; from      lanalyzer_open() loop. (Guy)
-* Fix the e-mail address for Joerg Mayer (and remove it from files he wasn't involved with).  (Guy)
-* Quarterly (or so) update to manuf (Gerald)
-* Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new "ipproto.h" header file.  (Guy)
-* Move the declaration of "etype_vals[]" from "epan/packet.h" to "etypes.h". (Guy,Ed Warnicke)
-* Fix to a preferences dialog bug, from <inoue@ainet.or.jp>. (Guy)
-* Fix to WTP retransmission indicator dissection (Guy,Olivier Biot)
-* packet-bgp.c, packet-bgp.h tvbuffified  (Heikki Vatiainen, Guy)
-* Add -I/usr/local/include" into CFLAGS because GLib 1.2.9 doesn't any more (Guy)
-* WTLS client and trusted key ID handling enhancements (Patrick Wolfe, Guy)
-* Tvbuffify packet-yhoo.c (Nathan Neulinger)
-* Makefile.nmake pulls in settings from config.nmake (Gram)
-* ascend-scanner.l, #define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32 (Gram)
-* IP fragment reassembly (Ronnie Sahlberg, Guy)
-* Fixed problem with nmake compiling lemon.c twice (Gram)
-* Check the validity of numbers specified in command-line options. (Guy)
-* Add ONC RPC strings to the tree as strings, with a field index (Ronnie Sahlberg, Guy)
-* YPPASSWD support (Ronnie Sahlberg, Guy)
-* Distribute wtap.def (Gram)
-* Include "image/Makefile.nmake" in the distribution tarball.  (Guy)
-* Fixed up the messages printed for the SSL checks (Guy)
-* Have status bar to display nothing, rather than "Text (text)", when a
-    "proto_tree_add_text()" field is selected. (Ronnie Sahlberg, Guy)
-* Cleanup the text item pseudo-field for the '-G' option (Guy)
-* Get rid of the FT_-name-to-description filtering in eproto2sgml (Guy)
-* DCE RPC updates (Todd Sabin, Guy)
-* Cleanup packet-rsvp.c object class-specific types (Guy)
-* Added error messages to proto.c for BASE_NONE in FT_INTn & FT_UINTn (hagbard,Guy)
-* Added perl script to generate X11 dissector fields (Guy)
-* Include "process-x11-fields.pl" and "x11-fields" in the source distribution (Guy)
-* Fix up "process-x11-fields" to allow both a base *and* VALS to be specified (Guy)
-* Make the X11 fields that correspond to drawable IDs, masks, and the like
-    display as hex rather than decimal. (Guy)
-* packet-x11.c - Use "%u", not "%d", to print unsigned quantities (Guy)
-* Add support for comments in "process-x11-fields.pl", and add a copyright
-    notice/RCS ID/credit to Christophe to "x11-fields" as a comment. (Guy)
-* packet-eigrp.c - Put top-level item for a TLV into the protocol tree with a text
-    value, for display if an exception occurs (Guy)
-* KLM support  (Ronnie Sahlberg, Guy)
-* Put an RCS ID/GPL/copyright notice into the "process-x11-fields.pl" script (Guy)
-* tethereal.c - Add a "return 0;" at the end of main() to pacify MSVC 5 (Gram)
-* Fix Gerald's e-mail address - (Guy)
-* dfilter_expr_dlg.c - Treat BASE_BIN like BASE_DEC for numeric value of value_string (Guy) 
-* README.developer - Explain BASE_{DEC,HEX,OCT,BIN} a bit more (Guy)
-* editcap.c - add return 0; to main routine (Guy)
-* TODO - Update the reassembly item to note that IPv4 fragments are now reassembled. (Guy)
-* SPRAY support  (Ronnie Sahlberg, Guy)
-* rquota support completed (Ronnie Sahlberg, Guy)
-* When registering numeric fields, check that a base other than BASE_NONE was specified. (Guy)
-* Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes (Heikki Vatiainen, Guy)
-* Get rid of NullTVB references.  (Guy)
-* Get rid of END_OF_FRAME, BYTES_ARE_IN_FRAME references in tvbuffified dissectors. (Guy)
-* Move the declarations of IP protocol numbers to "ipproto.h" from "packet-ip.h". (Guy)
-* Get rid of unnecessary includes. (Guy)  
-* Signed vs. unsigned fixes (Joerg Mayer, Guy)
-* Tvbuffify the RIPng dissector. (Guy)
-* RANAP support  (Martin Held, Guy)
-* Modbus/TCP support (Riaan Swart, Guy)
-* Tvbuffify the Gryphon dissector. (Guy)
-* Undefine "isprint()" before re-defining it, to squelch a compiler warning. (Guy)
-* Configure.in - Fail if both UCD and CMU SNMP headers are found because of link problem (Guy)
-* If the SNMP headers were found but we failed to find "sprint_objid()", fail SNMP config (Guy)
-* Make "col_set_str()" and "tvb_reported_length_remaining()" available in plugins. (Guy)
-* Get rid of support for non-tvbuffified plugin dissectors. (Guy)            
-* "-l" command-line option to turn on automatic scrolling in "Update list
-    of captures in real time" captures  (Christian Lacunza, Guy)
-* HPUX plugin support using g_module_supported (Guy)  
-* Added support for DHCP Authentication extensions specified in
-    draft-ietf-dhc-authentication-16.txt (Ashokn)
-* Added support for RSVP Refresh Reduction Extensions -
-    draft-ietf-rsvp-refresh-reduct-05. (Ashokn)
-* Added one-line summary of each RSVP object in the object line. (Ashokn)
-* Additional OSPF LSA types and opaque-options flag  (Michael Rozhavsky, Guy)
-* packet-wtls.c updates (Alexandre P. Ferreira, Guy)
-* IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates (Paul Ionescu, Guy)
-* PIM enhancements and fixes (Heikki Vatiainen, Guy)
-* Support for dissecting XDR arrays  (Ronnie Sahlberg, Guy)
-* NIS+ support (Ronnie Sahlberg, Guy)
-* Additional LDAP checks for invalid packets (Scott Renfro, Guy)
-* Better support of timestamps from NetXRay captures (Chris Jepeway, Guy)
-* Automake updates for next version of automake (Nathan Neulinger, Guy)
-* Updates for the next version of autoconf (Nathan Neulinger, Guy)
-* Passive FTP support  (Juan Toledo, Guy)
-* Fix a text window, scrollbar bug reported by Christopher McAvaney  (gerald)
-* Updates to OSPF for the changes between drafts 3 and 4 of
-* Various ISIS improvements (Jean-Christian Pennetier, Guy)
-* osi-util.c  Fix postfix error in string generation (Chris Fould, Guy)
-* Support for Cisco-proprietary capabilities in BGP (Jian Yu)
-
-Overview of changes in Ethereal 0.8.17:
-* Display filter GUI fix (Guy)
-* Build fix: use SSL_LIBS if found by configure (Henri Gomez)
-* Fix 2 off-by-1 erros in the code that selects a field after
-       user clicks on a byte in the hex dump (Gilbert)
-* Typo fixes to packet-q931.c (Thomas Gimpel)
-* Win32 build: create HTML doco (Gilbert)
-* Fixes for Lemon compilation (Guy)
-* Wiretap file-close fix (Guy)
-* Wiretap open() design fix (Guy)
-* New dissector: support for CUPS browsing protocol (Charles Levert)
-* Wiretap support for Cisco HDLC (Guy)
-* New dissector: Cisco HDLC (guy)
-* Tvbuffication of MOUNT dissector (Ronnie Sahlberg)
-* Tvbuffication of HCLNFSD dissector (Ronnie Sahlberg)
-* Memory double-free fix (Guy)
-* Change tvb_get_ptr() to return 'const guint8*' (Gilbert, Guy)
-* Fix for IEEE 802.11 trying to modify result of tvb_get_ptr() (Guy)
-* Update to CUPS (Guy)
-* Update to CLNP (Guy)
-* Fix for Win32 file renaming (Guy)
-* Update to MGCP (Ed Warnicke, Guy)
-* Update to STAT dissector (Ronnie Sahlberg)
-* Check for NULL in proto_tree_add_* routines (Guy, Jeff)
-* Tvbuffication of YPSERV (Ronnie Sahlberg)
-* Tvbuffication of BOOTPARAM (Ronnie Sahlberg)
-* New dissector: DCE RPC support (Tod Sabin)
-* Update to SMB mailslot, browse, pipe (Guy)
-* Update to SMB (Guy)
-* Add 48.48 PNG of new 3d logo (Gilbert)
-* Compiler warning fixes (Guy)
-* MS Proxy fix and tvbuffication (Guy, Jeff)
-* Move address routines to epan (Ed Warnicke)
-* Change "IEE 802.3" Ethernet label (Gilbert)
-* New feature: Protocol Hierarchy Statistics (Gilbert, Guy)
-* Win32 build: build wiretap as DLL, use WinPcap 2.1 (Gilbert)
-* New feature: multiple named data sources (Jeff, Guy)
-* Update to Frame Relay (Jeff, Guy)
-* New dissector: LMI for frame relay (Jeff)
-* New dissector: Wellfleet compression (Jeff)
-* Update to WTP (Guy)
-* Updates to AFS (Nathan)
-* Fix for WCP (Guy, Jeff)
-* Back out guint64 handling in wiretap netxray module (Guy)
-* Add APi for creating progess dialogues (Guy)
-* Tvbuffication of ICQ (Guy)
-* GTK-related code fixes (Eduardo Pérez Ureta)
-* Update to RX (Nathan)
-* Add "-D" flag to tethereal to show list of all network
-       interfaces (Guy)
-* Update to IP: check for small header lengths (Guy)
-* Update TPKT (Guy)
-* Fix for ICMPv6 crash (Olivier, found by Heikki Vatiainen)
-* Fix for "checksum bad" flags in proto_tree in IP, UDP, TCP (Guy)
-* Update to PPP (Guy)
-* Update to Q.931 (Guy)
-* New disector: BACNET (Hartmut Mueller)
-* Code movement from dissectors to epan (Ed Warnicke, Guy)
-* General code cleaning (Guy)
-* Win32: load wpcap.dll at run-time, not load-time (Gilbert)
-* Support for "Transparent Ethernet Bridging" (Guy)
-* New dissector: GTP (Michal Melerowicz)
-* Fix for ISAKMP : check for length of payload (Tim Newsham)
-* Win32 build: use NullSoft Installer to provide packaging (Gilbert)
-* Win32 build: keep version number in config.nmake, and generate
-       text files that need that version number (Gilbert)
-* Win32 build: wiretap can use zlib (Gilbert)
-* Update to SNMP (Guy)
-* New dissector: RWALL (Ronnie Sahlberg)
-* OSI-over-PPP support, plus fixes to ISIS (Hannes Gredler)
-* Updates to SCTP (Michael Tuexen)
-* Wiretap: support for Ascend version 7 output (Gerald)
-* Fixes to NTP (Joerg Mayer)
-* Doco updates (Guy, Gilbert)
-* Fix for GTK file selection showing wrong directory in Open/Save As (Gilbert)
-* Win32: isprint() hack to keep GTK from not showing characters in hex
-       dump and follow-tcp-stream window in certain cases (Gilbert)
-
-Overview of changes in Ethereal 0.8.16:
-* RTSP fixes (Guy)
-* CDP updates and fixes (Kent Engstöm)
-* Call capture_sll() during capture (Gilbert)
-* dissectory_try_*() cleanups (Guy)
-* SCTP updates (Michael Tuexen)
-* Many tvbuffications (Guy)
-* GRE updates (Guy)
-* Bugfix in WCCPv2 IP encapsulation (Guy)
-* M3UA update (Michael Tuexen)
-* Updates for DEC LANBridge 100 Spanning Tree protocol (Guy)
-* Fix for MPLS Multicast PPP type (Guy)
-* IUDA updates (Michael Tuexen)
-* NBIPX, NetBIOS fixes (Guy)
-* Don't anger the Automake God so that she doesn't install man pages (Guy)
-* Wiretap ngnsiffer update for type 7 records (Jeff Foster, Guy)
-* Completion of NLM dissector (Ronnie Sahlberg)
-* WSP fix (Guy)
-* Code cleanup (Guy)
-* Make Automake 1.4b happy (Guy)
-* Improve RPC processing (Guy)
-* Ethernet/ethertype() update (Guy)
-* NLM update (Guy)
-* Look for SSL library for those that have UCD SNMP compiled with
-       SSL support (Andy Hood)
-* GTK dialog box handling cleanup (Guy)
-* Support for SUA Light (Micahel Tuexen)
-* Mobile IPv6 updates (Borosa Tomislav)
-* IEEE 802.11 fix (Johan Jorgensen)
-* tru64 doco update (Guy)
-* wiretap can write NetMon 2.x files (Guy)
-* Dissector registration cleanup (Guy)
-* Support for HCLNFSD (Mike Frisch)
-* wiretap autoconf cleanup (Guy)
-* Enhance registration of ONC RPC-based protocols. (Guy)
-* Keep separate cfilters and dfilters lists files. (Guy)
-* Remove support for old-style plugins. Goodbye! (Guy)
-* Cleanup usage of pcap (Guy)
-* SMB update, new error code (Richard)
-* SNMPv2u support (Guy)
-* Fix bounds problem in invalid SIP packet (Ruud Linders <ruud@lucent.com>,
-        Gerald)
-* WTLS support and WSP fixes (Alexandre P. Ferreira)
-* Work around CMU SNMP bug (Guy)
-* "Decode As" (David Hampton)
-* Modularize field types (FT_*) (Gilbert)
-* Re-write display filter code (Gilbert)
-* "drange" --- modularized byte slice routines for dfilters (Ed Warnicke)
-* Always show scrollbar in tree view panel (Gilbert)
-* Fixes for lemon parser generator (Guy)
-* Updates for dfilter-creation-GUI re: new dfilter code (Guy)
-* Better filter string handling (Guy)
-* Support for NLMv3 SHARE and UNSHARE (Guy)
-* RSVP fixes (Guy)
-* VINES fix (Guy)
-* Fix for Token-Ring (Guy, Gilbert)
-* Clean up warnings from MSVC (Guy)
-* Support for V3 CALLIT and V4 BCAST/INDIRECT in portmap (Guy)
-* RTP update (Guy)
-* Code movement for 802.3 handling (Guy)
-* PIM fixes (Guy)
-* WCCP update (Simharajan Srishylam)
-* TFTP build fix for Windows (Guy)
-* RPC updates (Guy)
-* Better error handling during captures, including change in
-       protocol between parent and child processes (Guy)
-* Try to get "drops" info from libpcap (Guy)
-* Proper activation/deactivation for "Decode As" menu item (Guy)
-* Do proper display filtering on multiple fields registered
-       to the same name (Guy)
-* Properly decode BOOTP option 82 (Greg Kilfoyle)
-* WAP/WTLS updates (Neil Hunter)
-* NetXray timestamp fixes (Chris Jepeway)
-* ISAKAMP update (Yaniv Kaul)
-* Add MIP extensions (Stefan, Guy)
-* Diameter fixes for handling bad packets (Gilbert)
-* Work-around for "line-buffered" not meaning "line-buffered" with
-       MSVC (Guy)
-* Re-write of diameter dissector (David Frascone)
-* Win32 Ethereal, if started as GUI w/o a console, will
-       create a console when necessary to show warnings/errors. (Guy)
-* Correct TSIG decoding in DNS (itojun)
-* Add support for SRV RRs in DNS (Nathan)
-* Add hidden boolean fields designating bad IP or ICMP
-       checksums (James E. Flemer)
-* Add them also for various IP-family protocols (Guy)
-* Wiretap support for Etherpeek (v5, 6, and 7) support (Daniel Thompson)
-* Display filter doco update (Guy)
-* Add cvsdiff-fix.py, for cleaning up the result of "cvs diff" (Gilbert)
-* Support for RFC 3024 reverse tunneling support for MIP (Peter Lei)
-* Fixes for NBIPX and microsoft-related IPX usage (Guy)
-* Support for Rquota protocol (Mike Frisch)
-* Code movement for AH dissector (Guy)
-* Fix color selection widget in TCP Streams preferences (Gilbert)
-* Add "Toggle All", "Enable All" and "Disable All" buttons to
-       dissector-selection GUI (Gilbert)
-* Selection of bytes in GUI hex dump selects the appropriate field
-       in the GUI protocol tree (Gilbert)
-* MGCP updates (Ed Warnicke)
-
-Overview of changes in Ethereal 0.8.15:
-* HSRP updates (Heikki)
-* MGCP updates (Ed, Gilbert)
-* Fix infinite loop problem in ICQ dissector (Gilbert)
-* Enable optional building of ethereal/tethereal/editcap (Guy, Gilbert)
-* SMB fixes (Jeroen Ruigrok van der Werven)
-* More complete 'manuf' file. (Gerald)
-* X.25 updates (Olivier, Richard)
-* RADIUS updates (Guy)
-* AIM updates (Ralf Holzer)
-* WCCP 2.0 support
-* NG Sniffer file-reading fixes (Guy)
-* New dissector: Label Distribution Protocol (Richard)
-* tvbuff updates, fixes, additions (Gilbert, Guy)
-* New dissector: GVRP (Kevin Shi)
-* NVS v4 support (Mike Frisch)
-* RTSP updates (Guy)
-* Miscellaneous clean-ups (Guy, Gilbert)
-* NBIPX update (Guy)
-* Fix for improper buffer-overflow check in wiretap's pppdump support
-       (Daniel Thompson)
-* ISAKMP fix (itojun)
-* Add TCP segment and UDP datagram checksumming code (Guy)
-* Added Router-Alert IP option, RFC 2113 (Ashok)
-* PPP updates (Burke Lau)
-* Mobile IPv6 support (Martti Kuparinen)
-* "Match Selected" works better with FT_STRING types (Ed Warnicke)
-* Windows time format bug avoidance (Richard)
-* X.25 over TCP support (Paul Ionescu)
-* Enable FT_BYTES display filtering (Ed Warnicke)
-* Added tethereal_static build target (Nathan)
-* Kerberos update (Nathan, Guy)
-* DLT_LINUX_SLL capture type support, used with current libpcap captures
-       on the Linux "any" device. (Guy)
-* CLNP update (Guy)
-* TFTP update (Guy)
-* BGP update (Greg Hankins)
-* OSPF update (Guy)
-* Capture updates and fixes (Guy)
-* LAPBETHER support (Richard, Guy)
-* TCP update for TCP MD5 signature (Greg Hankins)
-* SMB-PIPE fix (Richard)
-* Display filter creation GUI (Guy, based on work by Jeff Foster)
-* Updates to HTTP (uPnP and SSDP support) (David Hampton)
-* Preferences API updates (Guy)
-* DEC LANBridge Spanning Tree Protocol support (Paul Ionescu)
-* X.25 over LLC support (Paul Ionescu)
-* CDP update for IP Prefix field (Paul Ionescu)
-* Tvbuffication of dissectors (Guy, Gilbert)
-* Frame Relay and Frame-Relay-over-GRE support (Paul Ionescu)
-* Support for NG Sniffer Frame Relay traces (Jeff Foster)
-* Conversation/dissector registration updates (Guy)
-* MTP3 User Adaptation Layer (M3UA) support (Michael Tuexen)
-* Doco updates (Guy)
-* SOCKS fix for crashing in a conversation ping-ping (Jeff Foster)
-* IEEEE 802.11 fix (Guy)
-* Proper (I think) lineheight calculation in proto_draw.c (Gilbert)
-* HTTP dissector can accept registration from sub-protocols (Guy)
-* make-reg-dotc.py speeds up build on Win32 (Gilbert)
-* LLC update (Guy)
-* SCTP updates (Michael Tuexen)
-* ISDN Q.921-User Adaptation Layer (IUA) support (Michael Tuexen)
-
-Overview of changes in Ethereal 0.8.14:
-* Fix time-difference computation in tethereal (Guy)
-* SMB LOGON update (Richard)
-* Continue capturing if netmask on interface is not found (Guy)
-* Add fourth choice of time format: date/time (Guy)
-* AFS update (Nathan)
-* WAP support (Neil Hunter, Guy)
-* SIP support (Heikki Vatiainen)
-* FTP update (Richard)
-* Plugins can specify several underlying protocols (Olivier)
-* Dissector cleanup (Guy)
-* AIM/OSCAR support (Ralf Holzer)
-* Use preference file field list for summary line in tethereal (Guy)
-* GIOP 1.2 support, and other GIOP updates (Craig Rodrigues, Guy)
-* Remove carriage returns in getopt.[ch] (Guy)
-* SDP handles embedded newlines (Robert Tsai)
-* Re-write of EIGRP dissector (Paul Ionescu)
-* Tethereal output cleanup (Guy)
-* MGCP dissector plugin (Ed Warnicke)
-* Tvbuffify: HTTP, NTTP, RSH, RTSP, Telnet, SAP, SDP, FTP, POP, TFTP,
-        NBIPX, SMTP, 802.1Q VLAN, ATALK, AARP, ARP, IPP, STP,
-       IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, OSI ESIS,
-       PPoE, L2TP, X11 (Guy)
-* Tvbuffify: NetBIOS (Jeff Foster)
-* Add more tvbuff methods (Guy, Gilbert)
-* Correct IPv6 router renumbering dissector (Itojun)
-* ICMPv6 update (Itojun)
-* Re-work of logic in SMTP (Guy)
-* ATALK fix (Guy)
-* NetBIOS update (Gerald)
-* Code movement to libethereal (Guy)
-* Column-related fixes in DNS/NBNS (Gilbert)
-* Plugin API fix (Guy)
-* Documentation update (Guy)
-* IEEE 802.11 support (Johan Jorgensen, Axis Communications)
-* Dissectors can be registered by name, for later lookup (Guy)
-* GIOP update (Frank Singleton)
-* Tweak the DATA dissector (Guy)
-* NTP update (Phil Techau, Gerald)
-* Add #include's to clean compiler warnings (Craig)
-* Conversation fix (Guy)
-* Wiretap error-reporting fix (Guy)
-* Add col_set_str() to save memory-copying when the string is static (Guy)
-* Fix for AFS buffer-overrun exploit (Gerald)
-* Fix possible buffer overruns in NBNS, NTP, ICQ, resolv.c, pppdump.c (Gerald)
-* Tvbuffify: AUTO-RP (Heikki Vatiainen)
-* Have tethereal initialize winsock like Ethereal does (Gilbert)
-
-Overview of changes in Ethereal 0.8.13:
-* Macro movement to pint.h (Gilbert)
-* Keep TVBUFF_SUBSET constructor from dying after a
-       ReportedBoundsError (Gilbert)
-* CWR and ECN flags in TCP (Ulrich Kiermayr <kie@thp.univie.ac.at>)
-* Correct startup/shutdown of windows sockets for name resolution (Graham)
-* Add "-p" option to control promiscuity of capture, Debian bug #34376 (Guy)
-* Wiretap support for Nokia firewall tcpdump, yet another mutant libpcap format
-       that didn't change the magic number (Guy)
-* ECN in IP header (Ulrich Kiermayr <kie@thp.univie.ac.at>)
-* Fix for #include of <net/if.h> (Guy)
-* Close the handle for the SNMP library after inspecting it on Linux
-       (Guy, Gilbert)
-* EOF check (Guy)
-* Wiretap support for Shomiti Surveyor 3.x, aka "unofficial snoop v4" (Guy)
-* Wiretap support for reading pppd log files (pppdump format) (Gilbert)
-* Add -l option to tethereal to make stdout line-buffered.  (Guy)
-* Add "Next Sequence number" field to TCP (Guy)
-* Other TCP updates (Guy)
-* Add direction flag, if available, to Frame dissection. (Gilbert)
-* Rename NCP include file with code in it to packet-ncp2222.inc (Gilbert)
-* Dissect WTAP_ENCAP_ATM_RFC1483 with dissect_llc() (Guy)
-* Wiretap support for NetXRay ATM captures (Guy)
-* Make an "epan" directory, and move core routines to libethereal (Gilbert,
-       Olivier, Guy)
-* Doco updates (Guy)
-* Dynamic buffer for format_text() (Guy)
-* Telnet update (Guy)
-* HTTP update (Guy)
-* RTSP update (Guy)
-* BXXP update (Richard)
-* DNS updates (A6, DNAME, and RFC 2673 bitstring label) (Per Flock)
-* ISAKMP check for bad data (Gilbert, Jack Keane)
-* ISAKMP update for SHA2 and AES encryption assignments (Yaniv Kaul)
-* Move Frame dissection do separate file (Gilbert)
-* Add support for modal message boxes (Guy)
-* DNS updates (Brian Wellington)
-* Add Capture->Stop menu item (Santeri)
-* ICMPv6 bad data check (Santeri)
-* Check for python executable in autogen.sh (Gilbert)
-* On Unix/X, the default font preference matches only ISO 8859/1 fonts (Guy)
-* Complete the COPS dissector (Heikki Vatiainen)
-* Update for Session Announcement Protocol (Heikki Vatiainen)
-* Better heuristic for detecting Linux mangling of token-ring header (Gilbert)
-* Fix for DNS A6 RR decoding (Per Flock)
-* Support for H.261 and TPKT, replacement of RTP and RTCP dissectors, and
-       changes to Q.931 dissector (Andreas Sikkema)
-* Case-insensitive string checks in HTTP dissector (Isaac Wilcox)
-* RTCP band-aid for allegedly-NTP timestamp (Guy, from Jason Lango's
-       RTCP dissector)
-* Diameter updates (David Frascone)
-* Capture statistics improvements (Santeri)
-* Check the ICMP checksum (Guy)
-* Support for conversations with "wildcard" destination addresses
-       (Jeff Foster, Guy)
-* HSRP off-by-one fix (Guy)
-* IPX and TCP column-related fixes (Guy)
-* make-reg-dotc fix (Guy)
-* AFS static-function cleanup (Guy)
-* Filter GUI ease-of-use fixes (Santeri)
-* Support for Routines for IGRP dissection <Paul Ionescu>
-
-Overview of changes in Ethereal 0.8.12:
-* OSPF enhancements (Craig Metz)
-* Buffer-overflow protection with snprintf (Gilbert)
-* Add "Save As" feature to TCP Follow dialogue (Gilbert)
-* NFS update (Guy)
-* Show correct IP cksum if cksum in packet is incorrect
-       (Johannes.Hennecke@elsa.de, Gilbert, Guy)
-* Fixes for srvloc (Guy, Peter Kjellerstedt)
-* Reorganize Win32 README (Gilbert)
-* ICQ updates (Peter Kjellerstedt)
-* ICMP proto_tree fix (Guy)
-* Filter dialogue GUI fix (Guy)
-* Fix rlogin "fd" assumption (Guy)
-* Packet-length fixes in various dissectors (Guy)
-* Add preferences to OSI CLNP/COTP/CLTP (Laurent)
-* Dissector tables allow for tvbuff and non-tvbuff dissectors (Guy)
-* Code cleanup (Laurent, Guy)
-* SMB fix (Richard)
-* Add scripts to turn lists of protocols and filterable fields, as
-       produced by "ethereal -G", to SGML (Richard)
-* RPC updates (Uwe)
-* NLM v1 updates (Uwe)
-* Add Help window (Laurent)
-* Improve add_host_name fill IP host hasthable from DNS answers (Laurent)
-* Add doc strings to ncp2222.py (Gilbert)
-* Fix display of IPv6 frag header in proto_tree (Santeri Paavolainen)
-* Add wiretap support for Cisco Secure Intrusion Detection System IPLog format
-       (Mike Hall, Gilbert)
-* Allow "filtering" in TCP Follow Save As, i.e., save entire conversation, or
-       either half of the conversation (C->S, S->C) (Gilbert, Laurent)
-* Doco update (Guy)
-* BOOTP fix (Phil Techau)
-* Fix Help|About order (Guy)
-* Add #defines to DNS dissector (Guy)
-* Fix compilation in non-source directory (Laurent)
-* Add ethertypes (Laurent)
-* Add routines for fetching little-endian and big-endian 64-bit integral
-       quantities, if G_HAVE_GINT64 is defined (Guy)
-* ISIS CLV fix (Laurent)
-* Add proto_tree_add_text_valist (Laurent)
-* make-reg-dotc fix (Guy)
-* header-file inclusion fixes (Laurent)
-* Add Kerberos 5 dissector (Wes Hardaker, Guy, Gilbert)
-* Speedup of random access to compressed ngsniffer files (Guy)
-* LLC non-SNAP fix (Guy)
-* snprintf fixes (Guy)
-* "TCP follow" support for TCP over IPv6 (Laurent)
-* Add RSH dissector (Robert Tsai)
-* Add HPUX doco and patches (Guy)
-* Better handling of failing to open capture device (Guy)
-* Cope with Linux ISDN packet headers (Guy)
-* Enable/disable particular protocols (Laurent, Uwe)
-* Small RPC and NFS fix (Uwe)
-* Preferences GUI updates (Laurent, Guy, Gilbert)
-* Packet deselection fix (Guy)
-* Re-organize popup menu (Laurent)
-* GUI convenience function updates (Guy)
-* DNS A6 records are now RFC 2874, not i-d (itojun)
-* Add support for draft-ietf-ipngwg-icmp-name-lookups-06.txt
-       (ICMP node information query) (itojun)
-* Gryphon plugin fix (Laurent)
-* Plugin fix (Laurent)
-* Add Zebra dissector (Jochen, Guy)
-* ICMPv6 dissector alignment fix (itojun)
-* Add port type for SCTP ports (Michael Tuexen)
-* Potential buffer overflow fixes (Laurent)
-* Add info to summary window (Laurent)
-* Add initial support for SMTP dissector (Richard, Laurent)
-* Choose bold font from normal-weight font name (Guy)
-* Font fixes (Laurent)
-* BGP display filter fix (Laurent)
-* Ascend display filter fix (Laurent)
-* Ability to mark frames with middle mouse button. (Laurent)
-* Tethereal initialization fix (Guy)
-* Turn FT_NSTRING_UINT8 into FT_UINT_STRING (Gilbert)
-* NCP fix (Gilbert)
-* Remove "Decode IPv4 TOS field as DiffServ field" from display
-       options (Laurent)
-* Add a help context identifier to the status bar (Laurent)
-* Fix CLEANUP_* macros in exceptions code (Gilbert)
-* LDAP dissector fix (Guy)
-* RPC packet-state fix (Guy)
-* Name updates to stuff in GSS authentication for ONC RPC (Dug Song)
-* Update doco (Guy, Laurent)
-* libpcap->wiretap encapsulation type mapping fix for new DLT_ types (Guy)
-* LLC fix (Guy)
-* pptp fix (Laurent)
-* vines fix (Laurent)
-* NFS v2 READDIR fix (Guy)
-* Add FT_STRINGZ type (Gilbert)
-* Move pointer-integer functions (pntohl, et al) to separate file (Gilbert)
-* Add initial support for BXXP (Richard)
-* Fix method for building list of network interfaces (Uwe, with tip o' hat
-       to W. Richard Stevens)
-* GIOP endianness fix (Gilbert)
-* Random character in help dialogue fix (Laurent)
-* Change wtap_read() parameter list to avoid hacks in some wiretap
-       modules (Gilbert)
-* g_malloc()/g_free() fixes (Guy)
-* New tvbuff routines (Gilbert, Richard)
-* libsnmp.so loading fix (Guy)
-* Use inverse video instead of boldface in hex dump (Graham Bloice, Guy)
-* Ability to choose fixed-width font as a GUI preference (Guy)
-* Default to "6x13" rather than Lucida Typewriter, as not all X servers
-       have Lucida Typewriter (Guy)
-* Comment-out Cut/Copy/Paste items in Edit menu (Guy)
-* redraw_hex_dump fixes (Guy)
-* Negative relative and delta timestamp fixes (Guy)
-* Move some string functions out of packet.c and into strutil.c (Gilbert)
-* OSPF fixes (Craig Metz)
-* Avoid assert in tvbuff when creating packet of bogus reported_length (Gilbert)
-* Don't allow hf_text_only to be in the display filter language (Gilbert)
-* Win32 .cvsignore additions (Graham)
-
-Overview of changes in Ethereal 0.8.11:
-* Set locale in tethereal (Guy)
-* Dialog box utility routines (Guy)
-* Modal window fixes (Guy)
-* GUI cleanups (Guy)
-* Add support for preferences (Guy)
-* IPv4 DiffServ is a preference (Guy)
-* Add strcasecmp.c for those systems that need it, like SINIX-M (Uwe)
-* BOOTP magic cookie fix, option-dissection fix (Guy)
-* SNMPv3 fix for security model values 1 and 2 (Guy)
-* Make AH payload dissection placement a preference (Gilbert)
-* Timestamp display fix (Guy)
-* CLNP TSAP fix (Guy)
-* NFS filehandle dissection for ReliantUNIX and Linux nfsd/knfsd (Uwe)
-* TCP summary info in protocol tree is an option (Gilbert)
-* OSPF enhancements and fixes (Michael Rozhavsky)
-* inet_aton()-related build fixes (Guy)
-* UDP has heuristic dissector table, and uses it for RPC (Uwe)
-* Dissection of RPCSEC_GSS credentials in ONC RPC (Dug Song)
-* DNSSEC additions/name changes (Jakob Schlyter)
-* Error message cleanups (Guy)
-* DNS support for MS's WINS and WINS-R resource records (Guy)
-* tvbuff-ication of H1 dissector, and response identifier display change
-       (Gerrit Gehnen)
-* SCTP dissector (Michael.Tuexen@icn.siemens.de)
-* Capture-window titlebar fix (Gilbert)
-* Support for building SVR4 binary packages (Gerald)
-* proto_tree/dfilter interaction change (Gilbert)
-* Fix URL for libpcap (Guy)
-* Improved autogen.sh script (Bruce Korb)
-* Add "debian" target to Makefile (Olivier)
-* Tethereal packet-count and new-line fix (Gilbert)
-* SNMP "agent address" trap PDU display fix (Guy)
-* Support for many more DHCP options (Jose Pedro Oliveira)
-* Compiler-warning fixes in wiretap (Guy)
-* Reset "visited" flag when rescanning a file (Gilbert)
-* Add RPM and SRPM build targets (Gerald)
-* Another shot at the undead libpcap monster fix (i.e., extra info
-       in headers for ss990915 libpcap) (Guy)
-* Add aclocal-flags to fix build headaches (Guy)
-* In proto_tree_add_item(), access tvbuff before adding anything to
-       proto_tree. (Gilbert)
-* Add Quake 1 dissector (Uwe)
-* GIOP dissector warns about unsupported GIOP versions (Gilbert)
-* dfilter2pod build fix (Gilbert)
-* Re-write of NCP dissector. Adds python to build. :) (Gilbert)
-* Fix Edit->Filters...->Apply (Richard)
-* Add DIAMETER dissector (David Frascone)
-* Display TCP RST data as text, as per RFC 1122 (Guy, with tip o' hat
-       to Kevin Steves)
-* Support for capturing from a pipe (FIFO or STDIN). (Olivier)
-* Cross-platform build fixes (Guy)
-* Fix directory-checking routines (Guy)
-* Display filters now work on string types (Gilbert)
-* Initial templates for decoding all 4 NLM protocol versions (Uwe)
-
-Overview of changes in Ethereal 0.8.10:
-* Code cleanup (Gilbert)
-* Assign port 1052 to DDTP (Olivier)
-* Add syslog dissector (Gerald)
-* Build cleanup (Guy)
-* X11 dissector (Christophe, Guy)
-* RPC cleanup (Guy)
-* tvbuffication (Olivier, Gilbert)
-* Remove dead tos_str symbol (itojun)
-* More manufacturer ether codes (Gaetan Soltesz <gaetan@cisco.com>)
-* Support for capturing on Linux ATM interfaces (Mark Clayton)
-* NG Sniffer file reading fixes (Joerg, Guy)
-* Make 'tethereal -h' look similar to 'ethereal -h' (Joerg)
-* Support for "Update list of packets in real time" on Win32 (Graham)
-* Win32 makefile dependency fix (Graham)
-* Fix for people who don't read the FAQ. I.e., fix for
-       calling snmp_set_full_objid(0 in packet-snmp.c (Guy)
-* OSI fix (Guy)
-* ISIS fix (Guy)
-* AFS volume name display fix (Guy)
-* tvbtest enhancements (Guy)
-* Treat TCP follow temp file as binary, for Win32 (Guy)
-* Read NetXRay 2.002 files (Joerg, Guy)
-* Fix octet string buffer overflow in packet-snmp.c (Guy)
-* asn1.c/packet-snmp.c code cleanup (Guy)
-* Variable name ("cf"/"cfile") cleanup (Ben Fowler)
-* GUI-code enhancements (Guy)
-* Wiretap enhancements (Guy)
-* Support for OSI CLTP (Guy)
-* ISAKMP padding fix (Guy)
-* GUI progress bar change (Guy)
-* Debian build-file fix (Olivier)
-
-Overview of changes in Ethereal 0.8.9:
-* Timestamps in RTP summary column (Jason Lango)
-* Fix build warnings (Ron Flory)
-* Make our GtkCList sortable (Graham Bloice)
-* Use F<> instead of B<> for files in man pages (Guy)
-* Fix a type IP packet counter (Gerald)
-* Build fixes (Gilbert, Guy)
-* Rename "private" to "dump", to avoid C++ reserved word (Guy)
-* Add tvbuff class and exceptions module (Gilbert, Guy)
-* Convert dissectors to use tvbuffs (Gilbert, Olivier, Guy)
-* Support ISAKMP Configuration Method (Yaniv Kaul)
-* Fix tethereal/wiretap error-reporting bug (Gilbert)
-* Add sample Makefile for regression testing (Gilbert)
-* Dissect substring filters in packet-ldap.c (Guy)
-* Fix wtap.h typo (Alan Harrison)
-* Change usage of 'fd' in file.c (Ben Fowler)
-* Fix endian bug in ngsniffer.c (Guy)
-* Fix smb-pipe NetServEnum (Guy)
-* Fix VTP to correctly add ipv4 address to proto_tree (Guy)
-* cf->current_frame fix for correctly displaying GtkCList (Guy)
-* SMUX and SNMPv3 support (Jochen Friedrich)
-* Fix snmp-less build (Guy)
-* Show Ethernet trailer (Gilbert)
-* Old-style fixes for bounds checking (Guy, Gilbert)
-* Make proto_tree_is_visible false more of the time (Guy)
-* Support for GRE over IPX (Paul Ionescu)
-* Move psuedo_header out of frame_data structure to save memory. Required
-       changes in wiretap, too. (Guy)
-* Doco fixes (Guy)
-* Mark DCHP packets as DHCP, using bootp.dhcp flag. (Paul Ionescu)
-* Fix randpkt.c for new wtap_dump() (Gilbert)
-* Correctly handle 0-length FT_BYTES (Gilbert)
-* Header file fixes (Guy, Gilbert)
-* SMUX-related fix (Guy)
-* More wiretap zlib fixes (Guy)
-* Detect Cisco and Novell type IPX packets (Paul Ionescu)
-* Close the capture file descriptor (Mark Burton, Guy)
-* More ISAKMP additions (Yaniv Kaul, Guy)
-* Support for EIGRP over Appletalk and IPX (Paul Ionescu)
-* Fix display of IP fragment (Scott Howard)
-* Fix for Linux ISDN ippp devices (Gilbert)
-* Change handling of capture_ppp() (Gilbert)
-* SMB fixes (Mark Burton)
-* Support for reading compressed Sniffer fils (Tim Farley, Joerg, Guy)
-* GTK dialogue fixes (Guy)
-* Incorporate gtkclist.c from GTK+ 1.2.8 (Guy)
-* Initial SCTP support (Michael Tuexen)
-* Support for Mobile IP dissection (Stefan Raab, Gilbert, Guy)
-* Fix for X.25 dbit (Gilbert)
-* Enable more dissector handoff tables (Guy)
-* Win32 build enhancements (Graham Bloice)
-* X.25 LCN display fix (Olivier)
-* C/C++ typedef fixes (Guy, Andreas Sikkema)
-* Change proto_tree_add_*() calls to find more errors at compile time (Guy)
-* Fix plugin function pointer table (Gilbert)
-* Add "Enable name resolution" check box to File Open dialogue (Gilbert)
-* Fix RSVP for Resv Tear Confirm message (Gilbert)
-* Show ICMP sequence number as two bytes instead of integer of unknown-endianness (Gilbert)
-* Add gtk_set_locale() to main (Kaoru Kusunoki)
-* Make dissect_ah() use dissector handoff tables (Gilbert)
-* Fix L2TP dissector to call dissect_ppp() (Gilbert)
-* Support for COPS (Heikki)
-
-Overview of changes in Ethereal 0.8.8:
-* Implement dissector tables for various protocols (Gilbert, Guy)
-* Add "visited" flag to each frame (Gilbert, Guy)
-* Renamed the DHIS protocol to DDTP (Olivier)
-* Change win32 port to build as a Windows (non-console) program (Guy)
-* Improved display of FTP data (Richard)
-* Add icon and resource for Win32 ethereal (Graham Bloice)
-* OSI fix (Guy)
-* Wiretap code cleanup (Guy)
-* Updates to OSI CLNP, CLTP, ISIS. Added OSI ESIS (Ralf Schneider)
-* Per-frame data allocation (Richard)
-* Update NCP code to use conversation types (Guy)
-* Fix checksum option decoding in CC/CR TPDU in CLNP dissector (Laurent)
-* Detect compressed A/C PPP fields (Greg Kilfoyle)
-* Support for decoding MS Proxy protocol (Jeff Foster)
-* Fragmented IPv6 fix (Guy)
-* Fixes to LPD dissector (Matthijs Melchior <mmelchior@lucent.com>)
-* Support for RTCP and RTP (Jason Lango)
-* RTSP fixes (Guy)
-* IPv4 dissector and doco fix (Ben Fowler <wapdev@leedsnet.com>)
-* Add proto_tree_add_int_format() (Gilbert)
-* Support IPv6 name resolution A6 packet (itojun)
-* Support AD and CD bit in RFC2535 section 6 (itojun)
-* Add "-s" to editcap (Guy)
-* Print spaces as spaces in hex dump pane (Gilbert, Guy)
-* Don't dissect encrypted payload in ISAKMP packet (Guy)
-* SINEC H1 fixes (Gerrit Gehnen)
-* Plugin fixes (Gerrit Gehnen)
-* Win32 build fixes (Graham Bloice)
-* Doco updates (Guy)
-* Menu fixes (Guy)
-* Dialogue window helper functions (Guy)
-* GUI button-creation functions (Guy)
-* Speedups in token-ring dissector (Gilbert)
-* Registration of lists of "heuristic" dissectors (Guy)
-* Ethereal child process error-handling (Guy)
-* Fix problems with dialogue windows popping up multiple times (Guy)
-
-Overview of changes in Ethereal 0.8.7:
-* Small memleak in "Find Frame" plugged (Guy)
-* Correct behavior for stopping frame search (Guy)
-* RPM spec file fix (Patrick Higgins <phiggins@transzap.com>)
-* Disable "Update list of packets in real time" and
-       "Automatic scrolling in live capture" for Win32 (Gilbert)
-* Avoid using zero-length arrays in packet-rsvp.c (Guy)
-* Add wtap_read() func to wtap.c (Richard, Guy)
-* Update to SMB Browse (Richard)
-* Rlogin dissector (Jeff Foster)
-* Re-arrange dissector_add() calls and make some dissectors static
-       for dissectors under TCP and UDP (Guy)
-* Remove unused value_string in packet-llc.c (Guy)
-* Add DOCSIS BPDU (Johannes Hennecke <Johannes.Hennecke@elsa.de>)
-* Separate variables for "File|Open" and "File|Save [As]" (Guy)
-* BGP confederations support (Greg Hankins)
-* Correct display of FT_BOOLEANs inside bitfields (Gilbert)
-* Catch loops in DNS names. Avoids zlip DNS DoS exploit (Guy)
-* Compile tethereal and editcap for Win32 (Gilbert)
-* Support CIFS-over-TCP w/o NBSS (Mark Muhlestein)
-* .cvsignore updates (Ben Fowler)
-* Add SOCKS[45] dissector, plus changes to conversation.c (Jeff Foster)
-* Fix int size for I and S LLC frames. (Guy)
-* Update packet-osi.c [CLNP] (Guy)
-* Update packet-isis.c (Guy)
-* Fix typo in packet-h1.c (Guy)
-* Update Win32 doco (Guy)
-* Fix null filter string display in summary dialogue (Guy)
-
-Overview of changes in Ethereal 0.8.6:
-* L2TP spelling fix (Florian)
-* RADIUS update (Florian)
-* LDAP build fix (Guy)
-* Fix for not being able to capture more than once in a session (Guy)
-* Developers' doc update (Guy)
-* Build fixes (Guy)
-
-Overview of changes in Ethereal 0.8.5:
-* Fix for reading Toshiba ISDN router trace files (Gilbert)
-* Fix proto_* calls in various dissectors (Guy, Gilbert)
-* Fix offset in packet-ipp.c (Guy)
-* Documentation updates (Guy, Olivier)
-* Another iteration of the frame_data pointer/GtkCList headache (Guy)
-* Support for DUMP and EXPORT replies in packet-mount.c (Uwe)
-* Support for MPLS (Ashok)
-* RSVP fixes (Guy)
-* Fix TCP Stream (Guy)
-* Break proto_tree_add* functions into many more (Gilbert, Guy)
-* Win32 version uses HOMEDRIVE and HOMEPATH instead of HOME (Guy)
-* More *BSD zlib fixes (Guy)
-* Fix to handle SNMPv2 TRAP PDUs (Dietmar Petras)
-* Fix SNMP (Guy)
-* Fix "Find Frame"/"Go To Frame" dialogue boxes (Guy)
-* Plugin API fixes (Guy)
-* LAPB update (Olivier)
-* EIGRP update (Guy)
-* V120 update (Guy)
-* RADIUS changes (Florian Lohoff)
-* Add new filterable fields to eth, tr, fddi, isl (Jeff Foster, Gilbert)
-* Add Novell option decoding (Fredrik Sorensson <fsn@volvo.se>>
-* More proto- and dfilter- assertions (Gilbert, Ben Fowler <wapdev@leedsnet.com>)
-* Fix IPv6 fragment handling (Jochen Friedrich)
-* DNS update (Guy, Itojun)
-* IPv4 udpate (Guy)
-* Enable capturing in Win32 (Paul Welchinski)
-* Fix for SMB (Andreas Sikkema)
-* Wiretap update; fix for Netmon reader (Guy)
-* L2TP fixes (Florian Lohoff)
-* NFS update (Guy)
-* Telnet update (Guy)
-* Per-frame proto data (Richard)
-* ASN.1 update (Guy)
-* PPP over GRE fix (Gilbert)
-* ISIS-HELLO fix (Ralf Schneider)
-* Display filter string length fix (Ralf Schneider)
-* Re-work of LDAP dissector (Doug Nazar)
-* Win32 file-save fix (Andreas Sikkema)
-* Add getopt routine for Win32 (Gilbert)
-* BGP route reflection support (Greg Hankins <gregh@twoguys.org>)
-* BOOTP fix (Michael Johnston)
-* Lex build fix (Guy)
-* Remove extra menu entries for "Find Frame" and "Go To Frame" (Guy)
-* Wiretrace's iptrace reader now reads IBM SP switch traces (Jochen Friedrich)
-* HP-UX build fix (Guy)
-* Plugin update (Olivier)
-* Summary dialogue window fix (Guy)
-* Ethereal exit logic re-org (Guy)
-* Filter dialogue re-org (Guy)
-* Use GMemChunk for frame_data structs (Guy)
-* Allow registration of protocol handoffs (Jeff Foster, Guy)
-* Win32 build fix for new WinPcap library (Guy)
-
-Overview of changes in Ethereal 0.8.4:
-* Listen for exception on GDK_INPUT_EXCEPTION on sync pipe (Gilbert)
-* Correct timestamp bug in dissect_ipopt_timestamp() (Paul Ionescu, Olivier)
-* Win32 fixes (Ed Meaney)
-* Fix PLUGIN_DIR scanning (Olivier)
-* Support for Cisco Group Management Protocol (Guy)
-* Allow filtering on 24-bit integral fields (Guy)
-* Support for Cisco's Virtual Trunking Protocol (guy)
-* Enable plugins on Win32 (Gilbert)
-* Debian packaging changes (Olivier)
-* Win32 build fix (Gilbert)
-* Fix bug in tftp (Dietmar Petras)
-* Support for Time Protocol (Dietmar)
-* Support for win32 libpcap (Ed Meaney)
-* Typo in Makefile.am (Sean Walmsley <sean.p.walmsley@Hydro.ON.CA>)
-* Build fix, plus suport for setuid ethereal [DANGEROUS!]
-       (Peter Kjellerstedt <peter.kjellerstedt@axis.com>)
-* Typo fix in OSPF (Nick Amato)
-* Code movement (Guy)
-* NetBSD zlib build fix (Itojun, Guy)
-* Misc. code fixes (Guy)
-* Win32 fixes (Guy)
-* Support for SMB Mailslot and Netlogin (Jeff Foster)
-* BOOTP fix (Dietmar Petras)
-* "A header file for every dissector" (Gilbert)
-* Fix NetBIOS name types (Richard)
-* Allow for non-"struct timeval" in tethereal (Gilbert)
-* Upgrade gtkclist.c to GTK+-1.2.7 (Gilbert)
-* Support raw IP nettl captures (Olivier)
-* Fix X.25 data structure initialization (Olivier, Guy)
-* New WTAP error code: WTAP_ERR_UNSUPPORTED_ENCAP (Guy)
-* LanMan fix (Richard)
-* Doco updates (Guy)
-* Fix for UCD SNMP 4.1.x
-* "Resolve Name" item in proto tree popup (Laurent)
-* Buffer fix (Guy)
-* SMB Logon fix (Richard, Jeff Foster)
-* Tethereal fix for multi-arg filters on command line (Guy)
-* Fix HTTP request and response (Laurent)
-* Support for Dynamic Host Information Services (Olivier)
-* Add TCP segment length to TCP packet summary (Fred Reimer)
-* Pop up single packet's proto tree in new window (Jeff Foster, Guy)
-* Developer's README, finally! (James Coe, Guy, Jeff Foster, Gilbert)
-* Support for HP-UX 11 nettl files (Olivier)
-* Make scrollbar placement option ubiquitous (Guy)
-* Support for Sinec H1 protocol (Gerrit Gehnen)
-* Show version number resource in COTP (Gerrit Gehnen)
-
-Overview of changes in Ethereal 0.8.3:
-* Win32 path delimiter fixes (Guy)
-* clnp fix (Guy)
-* tethereal initialization fix (Guy)
-* Debian packaging files (Olivier)
-* NFS readdir* segfault fix (Uwe)
-* file_seek() fix (Guy)
-* "struct timeval"/"struct bpf_timeval" fix (Guy)
-* TFTP Option Extension (RFC 2347) support (Craig Newell)
-* Menu fixes (Gilbert)
-* PPP sequence number fix (Gilbert)
-* Support for NetXRay WAN traces (Gilbert)
-* X.25 fix (Guy)
-* TCP Follow EBCDIC toggle fix (Gilbert)
-* New get_home_dir() function for HOME env var (Gilbert, Guy)
-* Additional NLPIDs (Guy)
-* New "ethereal_static" make target (Nathan)
-* Capture window close button fix (Nathan)
-* Plugin directory symlink scanning fix (Olivier)
-* Add SNMP trap port to udp dissector (Guy)
-
-Overview of changes in Ethereal 0.8.2:
-* Add editcap as standard install target (Guy)
-* Add manpage for editcap (Guy)
-* GUI code movement (Guy)
-* Read-only Win32 support (Gilbert, Guy)
-* L2TP updates (Laurent Cazalet, Thomas Parvais)
-* select() workaround for Linux libpcap bug (Guy)
-* Cisco CDP fixes (Guy)
-* Hex dump option in TCP Stream window (Olivier)
-* Assorted frame numbering fixes (Guy)
-* Filterable RTSP fields (Jason)
-* X.25-over-Ethernet support, perhaps (Guy)
-* Export and usage of NLPID values (Guy)
-* zlib fix for {Free,Open,Net}BSD (Guy, Itojun)
-* Add tethereal and manpage (Guy)
-* Doc updates (Guy, Gilbert)
-* Fix type in hex printing in netbios (Gerald)
-* Work around RedHat 6.1 libpcap filter "feature" (Gerald)
-* Fix alignment issues (Guy)
-* Tethereal mods (Nathan)
-* Use gmodule for dynamic linking instead of libltdl (Gilbert)
-* Build fixes (Guy)
-* Plugins in tethereal (Olivier)
-* Editcap mods (Richard)
-* Change code to use strchr() instead of index() (Guy)
-* Change code to use strrchr() instead of rindex() (Guy)
-* Pop-up menus with right-clicks (Jerry Talkington)
-* Packet scrolling option in capture dialogue window (Guy)
-* Full NFSv3 support (Uwe)
-* Fix byte-order and alignment problems in PPTP
-       (Thomas Quinot, Debian bug 55347)
-* Support for both HP-UX 9.04 and HP-UX 10.20 nettl files (Olivier)
-* "Inactive Subset" in ISO 8473 CLNP (Gerrit Gehnen)
-* Vines update (Joerg)
-* tm_mon fix (Guy)
-* New proto_item_set_text() and proto_tree_add_notext() functions (Guy)
-* New functionality in dissect_rpc_string() (Guy)
-* CDP fixes (Paul Ionescu)
-* packet_info and ethernet changes (Guy)
-* LLC updates (Guy)
-* Flag for IPv4 TOS field/DiffServ field (Heikki Vatiainen)
-* Cisco ISL support (Guy)
-* Workaround for GTK+-1.2.[3-6] text widget bug (Gerald)
-* Menu updates and fixes (Gerald, Gilbert, Guy, henceforth "3G")
-* Parse multiple COMMUNITIES value in BGP (Itojun)
-
-Overview of changes in Ethereal 0.8.1:
-* Fix mulitiple-selection bug in packet list (Gilbert)
-* Check for libtool and libtool version (Guy)
-* Toshiba file reader handles relative dates (Gilbert)
-* File|Open dialogue box directory hack (Gilbert)
-* Modify appearance of lines and expanders in GUI proto tree (Gilbert)
-* Make code ANSI-C compliant and other build fixes (Guy)
-* Fix side effects of using GtkCTree and GTK_SELECTION_BROWSE (Guy)
-* Abstract out some of the menu code from the GUI routines (Guy)
-* Re-arrange some GUI code (Guy)
-* "Default" button for resetting plugin filter string (Olivier)
-* Plugin status save/restore (Olivier)
-* Add notes about sniffing VMware connections (Gilbert)
-* Add focus for "Find Frame" and "Go to Frame" (Guy)
-* Reconcile differences in integer size used for ports
-       in conversation code and packet_info code (Gilbert)
-* Empty string capture filters for libpcap craziness (Gerald, Guy)
-* Manpage updates (Guy)
-* Print packets as multiple pages of PostScript (Guy)
-* Fix "Follow TCP Stream" print function (Guy)
-* Avoid segfault in SMB reported by
-       Aaron Bush <abush@microcenter.com> (Gilbert)
-* L2TP support (John Thomes)
-* Allow printing during capturing
-
-Overview of changes in Ethereal 0.8.0:
-* RPC and NFS updates, complete NFSv2 support (Uwe, Gilbert)
-* Initial TNS support (Nathan)
-* Documenatation and distribution updates (Gilbert, Guy, Itojun, Gerald)
-* SMB fixes (Gilbert, Richard, Olivier, Greg Kilfoyle)
-* Color preference fixes and updates (Guy)
-* NetBIOS fixes (Guy)
-* IPX fixes and updates (Guy, Nathan)
-* Capture/file save facility updates (Guy)
-* Add IPX stats to capture window (Gilbert)
-* Appropriately enable/disable the "follow" menu item (Florian)
-* ICQ fixes from Guy and Kojak (Guy)
-* Add Christopher McAvaney's format_text() fix (Guy)
-* Stream window color prefs (Gerald)
-* Myriad GUI fixes and enhancements (Gilbert, Guy)
-* RADIUS fixes thanks to Arni Raghu <arni@caip.rutgers.edu> (Gilbert)
-* VLAN updates (Nathan)
-* Byte view fixes (Nathan)
-* Initial TACACS+/XTACACS support (Nathan)
-* Multiple file format capability in wiretap and Ethereal (including Snoop,
-  Netmon 1.x, Sniffer, Netxray, and various flavors of libpcap)
-  (Guy, Olivier, Nathan)
-* Added editcap to the distribution (Richard)
-* Enhancements to wiretap's file output capabilities (Guy)
-* Add our own SNMP PDU dissector; other SNMP fixes and updates (Guy)
-* ASN.1 code added; used by SNMP dissector, and available for other use
-  by other dissectors (Guy)
-* LLC/SNAP fixes and updates (Guy, Nathan)
-* NTP fixes (Guy, Gerald)
-* ISAKMP updates from Dave Chapeskie (Guy)
-* Reduced dependency on "global.h" (Gilbert, Guy)
-* HTTP updates from Jerry Talkington (Guy)
-* Added IRC dissector (Nathan)
-* DNS updates (Nathan)
-* Added James Coe's patch(es) to add SRVLOC and NCP-over-IP support (Guy)
-* CLI fixes and enhancements (Guy)
-* ARP improvements (Nathan)
-* Capture length fixes for IRIX (Guy)
-* BGP updates from Greg Hankins, and other BGP fixes (Itojun)
-* Added Philip Gladstone <philip@raptor.com>'s patch to check IP header
-  checksum (Gilbert)
-* GRE updates, merged code from Jerry Talkington (Guy)
-* AppleTalk updates, including NBP and RTMP dissectors (Nathan, Guy)
-* Initial LDAP support (Nathan)
-* X.25 updates (Olivier)
-* Plugin support (Olivier)
-* Fixes for packet-ip.c (Guy, Gilbert)
-* Jerry Talkington's patch to move filter prefs to their own dialog (Guy)
-* Fixes for RedHat's modified version of libpcap (Guy)
-* WCCP dissector from Jerry Talkington (Guy)
-* rwho/rwhod/ruptime support added (Gilbert)
-* Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module
-  and V.120 decoder (Gilbert, Guy)
-* RSVP fixes (Gilbert)
-* NCP fixes and updates, other fixes from James Coe (Nathan, Guy)
-* Q.931 updates from Bert Driehuis (Guy)
-* ISDN4BSD updates (Guy)
-* Support for ISIS thanks to Stuart Stanley (Guy)
-* Support for Dearborn Group Technology's Gryphon as a plugin (Gilbert)
-* Win32 port updates (Guy)
-* LPD segfault fixes reported by Gregor Glomm (Gilbert)
-* GUI page added to preferences (Gilbert)
-* Libtool integrated with the distribution (Gerald, Guy, Itojun)
-* OUI updates (Guy)
-* Summary-dialog-on-empty-capture segfault bug squished (Guy)
-
-Overview of changes in Ethereal 0.7.9:
-* Compilation warning fix (Guy)
-* Updates to Q.931 (Guy)
-* Updates to Q.2931 (Guy)
-* Display filter widget uses GtkCombo (Gerald)
-* Added SNMP over Ethernet (Gilbert)
-* Small changes to display filters from tcp follow and match selected (Gilbert)
-* Fix problem and update SMB (Richard)
-* Update portmap (Uwe)
-* Update NFS (Uwe)
-* Support for iptrace 1.0 files (Gilbert; thanks to
-       Florian Lohoff <flo@rfc822.org> for sample trace files)
-* Update support for netmon 2.0 files (Guy)
-* Updates to ATM (Guy)
-* Updates to ARP (Guy)
-* Updates to DNS (Guy)
-* Support for both PPP and LAPB as WAN links in NG Sniffer files (Guy)
-* Colorize TCP streams (Gerald)
-* Make autoconf check for correct contents of libz library (Guy)
-* Updates to About box (Guy, Gilbert)
-
-Overview of changes in Ethereal 0.7.8:
-* Added RPC and NFS (Uwe)
-* Added IGRP/EIGRP (Don)
-* "Print" button in TCP Follow window (Warren Young)
-* BGP enhancemnets (Itojun, Greg)
-* Wiretap support for Toshiba ISDN router traces (Gilbert)
-* More filterable fields (Guy, Laurent)
-* AIX and IBM C compiler fixes (Craig Rodrigues)
-* General fixes (Guy)
-* LPD dissector segfault fix (Gilbert)
-* ICQ update (Kojak)
-* VLAN update (Nathan)
-* "Find Frame" function (Guy)
-* Support for newer libpcaps, and broken RH 6.1 libpcap (Guy)
-* DNS update (Brian J. Murrell), and similar NBNS update (Guy)
-* More DNS updates (Guy)
-* "Go to frame" function (Guy)
-* Added IMAP (Nathan)
-* Added various RPC stubs (Nathan)
-* Added portmap (Nathan)
-* Added LAPD (Gilbert, Guy)
-* LLC fix (Guy)
-* Added Q.931 (Guy)
-* SMB updates and segfault fixes (Richard)
-* Added bootparams (Nathan)
-* Added ypserv (Nathan)
-* Conversation code fix (Guy)
-* Added mount and stat (Nathan)
-* Added MAPI (Nathan)
-* IPv4 address comparison and subnet testing in display filters (Gilbert)
-* Added NLM (Uwe)
-* More IPX SAP types (Nathan)
-* Automatic ETT_* enum number registration (Guy)
-* Added SAP (Session Announcement Protocol) (Heikki)
-* Wiretap support for ATM iptrace files (Guy, Gilbert)
-* OSPF fix (Heikki)
-* General routines for registration of "init" routines (Guy)
-* Added ILMI (SNMP over ATM AAL5) (Guy)
-* Added SSCOP (Guy)
-* Added Q.2931 (Guy)
-* "Match selected" produces display filters with field names (Gilbert)
-* IPX packet summary resolves IPX network names and MAC addresses (Gilbert)
-* POP fixes (Heikki)
-* Added VRRP (Heikki)
-* Display filter "Reset" button (Laurent)
-* Added HSRP (Heikki)
-* SNA packets show hex dump with EBCDIC converted to ASCII (Gilbert)
-* Added Cisco Auto-RP (Heikki)
-
-Overview of changes in Ethereal 0.7.7:
-* Check header length in IP header (Guy)
-* Fix printf formats in packet-rx.c (Guy)
-* NTP changes (Tomislav Vujec)
-* Add conversation mechanism and generalize net/datalink address storage (Guy)
-* Fix ipproto.c bug (Guy)
-* Removed erroneous assert in packet-sna.c (Gilbert)
-* Support for Appletalk DDP, Banyan Vines, and SNA FID type 4 addresses
-       in "address" type code (Guy)
-* Fixes for Appletalk and Vines (Guy)
-* Add ICQ dissector (Kojak)
-* Remove compilation warnings in packet-snmp.c (Tomislav)
-* Remove compilation warnings from packet-smb.c (Richard)
-* Add make-reg-dotc to let non-GNU makes work. (Guy)
-* Fix AIX compilation (Guy, Gilbert)
-* Fix autoconf weird-path problem (Guy)
-
-Overview of changes in Ethereal 0.7.6:
-* Fix xdlc bug (Guy, Gilbert)
-* Add name resolution option to GUI. (Laurent)
-* Fix LLC bug (Guy)
-* Display filter bug fixes
-       Santeri Paavolainen <santtu@ssh.fi>
-       Dewi Morgan <dewim@sco.com>
-       (Gilbert)
-* Print changes (Guy)
-* NG Sniffer FDDI time unit fix (Guy)
-* Fixes for SINIX (Uwe Girlich)
-* Lots of fork/sync fixes (Guy)
-* Add filename to Capture dialog box (Guy)
-* New display filters for many protocols
-       (Laurent... the man!)
-* Check for bad packet lengths in many protocols
-       (Laurent, Gilbert, Guy)
-* More SMB fields and fixes (Richard, Guy)
-* NBNS fix (Richard)
-* POP fix (Laurent)
-* Fix behavior for bad color filters (Gilbert)
-* Default colors for color wheel (Santeri Paavolainen <santtu@ssh.fi>)
-* ZLIB error messages (Guy)
-* Display filter byte-string syntax additions (Gilbert)
-* IPv6 proto_tree and display filter support (Lareunt, Jun-ichiro)
-* Added info to protocol registration (Gilbert)
-* Added signed integer support to display filters (Phil Techau)
-* IPv6 fixes (Jun-ichiro)
-* ASCII/EBCDIC conversion in TCP Follow window (Gilbert)
-* Add DOUBLE filtering to display filters (Gilbert)
-* OSPF fix to dissect MD5 field (Tony Hard <thart@avici.com>
-* Automated method of finding proto_register functions (Guy)
-* Wiretap support for nettl (HP-UX trace tool) (Olivier)
-* Added BPDU (Christophe Tronche)
-* Added SNA (Gilbert)
-* Added RIPng, PIM (Jun-ichiro)
-* Added Yahoo messager and pager protocols (Nathan)
-* Added NTP (Nathan)
-* Added BGP (Jun-ichiro)
-* Added AFS, RX (Nathan)
-* Addef VLAN (802.1q) (Nathan)
-
-Overview of changes in Ethereal 0.7.5:
-* Fixed bug when reading files on FreeBSD (Guy)
-* Fixed compilation bug when disabling zlib on FreeBSD (Guy)
-
-Overview of changes in Ethereal 0.7.4:
-* Fixed Radcom file reader in wiretap (Olivier)
-* Add "--with-ucdsnmp" to autoconf (Bert Driehuis <driehuis@playbeing.org>)
-* Fix snoop reader for Solaris seek problem (Guy)
-* NetBIOS and NBIPX updates (Guy)
-* Capture dialogue changes (Guy, Laurent)
-* Movement of GTK files to subdirectory (Gilbert, Guy)
-* Wiretap support for Lucent/Ascent WAN router traces (Gerald)
-* Added dissector for Internet Cache Protocol (Peter Torvals)
-* Added dissector for Internet Printing Protocol (Guy)
-* Show the IP flags as 4 bits (Daniel Ryde <ryde@tripnet.se>)
-* Changed usage of FT_BOOLEAN (Gilbert)
-* Fixed bugs with short packets and eth, tr, and fddi (Gilbert, Guy)
-* Fix for IPX SAP types (Mark H. Wood <mwood@IUPUI.edu>)
-* TRMAC now uses dfilter variables (Gilbert)
-* randpkt added; produces trace file of random packets (Gilbert)
-* New helper macros in packet.h (Guy)
-* x.25 and lapb fixes (Olivier)
-* Wiretap compilation fixes (Laurent)
-* OSI fixes; CLNP now uses dfilter variables (Laurent)
-* New Collapse/Expand All function (Laurent)
-* Enhanced printing options (Guy)
-* zlib support for compress trace files (Ashok)
-* Fix ICMP timestamp dissection (Dirk Bonne <dirk@out1.mx.skynet.be>)
-
-Overview of changes in Ethereal 0.7.3:
-* Fixed bug in RSVP, added RSVP+ support (Ashok)
-* Fixed bug in display filter parsing (Gilbert)
-* Allow compilation from different directory
-       (Brad, <brad@openbsd.org>)
-* Packet colorization (John)
-* Updated RSVP decoder (Ashok)
-* Fixed Token-Ring for more Linux 2.0 drivers
-       (Tom Gallagher <Tom.Gallagher@madge.com>)
-* Change to usage of boolean fields in display filters (Gilbert)
-* Optimized GTKClist (Guy)
-* Optimized wiretap/ethereal interaction (Guy)
-* Handle NBNS continuations (Richard)
-* Started ATM support (Guy)
-* Enhanced user-friendliness via default behaviors and error messages
-       (Guy, Gilbert)
-* Fixed ICMP/IGMP checksums (Richard Jørgensen <ric@tbit.dk>)
-* Removed security-related race-condition when capturing (Guy)
-* Lots and lots o' misc. fixes (Guy)
-
-Overview of changes in Ethereal 0.7.2:
-* Another memory leak fix (Jochen)
-* Allow compilation from different directory (Laurent, Gilbert)
-* -R flag for on command line, applied when reading a capture file (Jochen)
-* Updated docs (Guy)
-* Handles ICMP Unreachable|Frag Required (John)
-* NetBEUI support (Jeff, Guy)
-* Fix for Token-Ring RIF display (Gilbert)
-* Dramatically decreased file-load time (Guy)
-* Fixed -S option timeout handling (Laurent)
-
-Overview of changes in Ethereal 0.7.1:
-* Fixed big memory leaks in dfilter code (Guy)
-* Enhanced xdlc, llc, and x25 (Guy, Olivier)
-* Made glossary-dump option not initialize X11 (Guy)
-* Fixed logical operands in dfilter code (Gilbert)
-* Added progress bar to display filter (Gilbert)
-* -S option fix (Laurent)
-
-Overview of changes in Ethereal 0.7.0:
-* Addition of RTSP and SDP dissectors (Jason)
-* New proto_tree and display filter system (Gilbert)
-* Updated SMB suport (Richard)
-* RADIUS dissector added (Johan)
-* Display filter text-entry does auto-reload (Guy)
-* Now compiles on Win32 (Gilbert)
-* Removed support for GTK+-1.[01].x (Gilbert)
-* Column re-sizing changes (Guy)
-* Linux ATM Classical IP support (Theirry)
-* X.25 support in wiretap iptrace routine (Olivier)
-* Wiretap fix for "-S" ethereal option (Laurent)
-* LAPB and X.25 dissectors added (Olivier)
-* FreeBSD compilation cleanups (Bill Fumerola,
-       <billf@jade.chc-chimes.com>)
-* Ability to print all packets at once (Guy)
-
-Overview of changes in Ethereal 0.6.3:
-* Capture dialogue window data bug-fix (Guy)
-* PPPoE (PPP over Ethernet) added (Jeff Jahr)
-* ISAKMP, GRE, PPTP added (Brad Robel-Forrest)
-* RSVP added (Ashok Narayanan)
-* Summary dialogue added (Aaron Hillegass)
-* Match Selected GUI added (Ashok Narayanan)
-* Display Option GUI allows change of Time column (Guy)
-* GTK 1.[12] bug fix (Gilbert)
-* Code clean up (Guy)
-* strerror() added for platforms that don't have it (Guy)
-
-Overview of changes in Ethereal 0.6.2:
-* Almost-real-time capture and display (John, Laurent)
-* Initial support for SMB (Richard)
-* Initial support for SNMP (Didier, Gilbert)
-* Wiretap now reads NetMon 2.0 file formats (Guy)
-
-Overview of changes in Ethereal 0.6.1:
-* Released because of packaging problem in 0.6.0
-* Information about building on Tru64
-
-Overview of changes in Ethereal 0.6.0:
-* IPv6 support greatly improved (Jun-ichiro)
-* IPsec added (Jun-ichiro)
-* NCP code totally re-written (Gilbert)
-* GTK dependencies removed from packet-*.c code (Gilbert)
-* Captures now saved in temporary files (Gilbert)
-* Statistics are more accurate during capture (Guy)
-* TCP-follow bug fixed (Laurent)
-* ANSI complieant bitfields for TCP and AATALK (Gilbert)
-* Various time fields decoded better (Guy)
-* NetBIOS Node types added to DHCP (Guy)
-* Cisco Discovery Protocol updated (Hannes)
-* DNS acronyms converted to English (Guy)
-* FTP, TFTP, POP, and Telnet added (Richard)
-* NNTP and HTTP added (Guy)
-* NetBIOS Sessions over TCP added (Guy)
-* NetBIOS Name Servic improved (Guy)
-* IP field over-writing bug fixed (Hannes)
-* Wiretap does some offline filtering (Gilbert)
-* Wiretap now supports NetMon, NetXray, Sniffer Pro (Guy)
-
-Overview of changes in Ethereal 0.5.1:
-* Updated Vines support (Joerg Mayer)
-* Bitfield decoding support (Guy)
-* GTK+ 1.1/1.2 support (Gilbert, Gerald)
-* Make TCP info more verbose (Gerald)
-* Fix resize problems w/main window (Gerald)
-* Fix time output (Gerald)
-* Add support for AIX iptrace files to wiretap (Gilbert)
-
-Overview of changes in Ethereal 0.5.0:
-* Initial release of wiretap library (Gilbert)
-* Sun C compiler fixes (Laurent)
-* Enhanced PPP support (Guy)
-* OMG CORBA GIOP/IIOP support (Laurent)
-* Configurable columns (Gerald)
-* Lots of other fixes and enhancements
-
-Overview of changes in Ethereal 0.4.1:
-* Copious amount of fixes (Guy)
-* Minor fixes to the filter prefs dialog (Gerald)
-* About box (Laurent)
-* Initial NetBIOS Name Services support (Gilbert, Guy)
-* Initial AppleTalk support (Simon Wilkinson)
-
-Overview of changes in Ethereal 0.4.0:
-
-* Lots of fixes from Guy Harris
-* Preferences dialog (Gerald)
-* OSPF updates (Hannes, Gerald)
-* FDDI support (Laurent, Guy)
-* Separate display and capture filters (Gerald)
-
-Overview of changes in Ethereal 0.3.17:
-
-* Ethernet manufacturer support (Laurent)
-* Netware SAP support (Gilbert)
-* Misc Netware/token ring fixes and enhancements (Gilbert)
-* PPP fixes (Gerald)
-* Null/loopback interface support (Gerald)
-
-Overview of changes in Ethereal 0.3.16:
-
-* Support for ISO/OSI CLNP & COTP (Laurent)
-* Support for Banyan Vines (Don)
-* TCP reconstruction support (Mike)
-
-Overview of changes in Ethereal 0.3.15:
+------------------------------------------------------------------------
+r16192 | gerald | 2005-10-11 12:55:40 -0500 (Tue, 11 Oct 2005) | 159 lines
+Changed paths:
+   M /releases/ethereal-0.10.13/capture.c
+   M /releases/ethereal-0.10.13/capture_loop.c
+   M /releases/ethereal-0.10.13/capture_opts.c
+   M /releases/ethereal-0.10.13/capture_sync.c
+   A /releases/ethereal-0.10.13/doc/README.malloc
+   M /releases/ethereal-0.10.13/doc/editcap.pod
+   M /releases/ethereal-0.10.13/doc/ethereal.pod
+   M /releases/ethereal-0.10.13/doc/tethereal.pod
+   M /releases/ethereal-0.10.13/docbook/Makefile
+   M /releases/ethereal-0.10.13/epan/Makefile.am
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-cops.c
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-h225.c
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-h225.h
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-h235.c
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-h245.c
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-h450.c
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-h450.h
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-per.c
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-per.h
+   M /releases/ethereal-0.10.13/epan/dissectors/packet-xml.c
+   M /releases/ethereal-0.10.13/epan/dtd.h
+   M /releases/ethereal-0.10.13/epan/dtd_grammar.lemon
+   M /releases/ethereal-0.10.13/epan/dtd_parse.l
+   M /releases/ethereal-0.10.13/epan/dtd_preparse.l
+   M /releases/ethereal-0.10.13/epan/emem.c
+   M /releases/ethereal-0.10.13/epan/enterprise-numbers
+   M /releases/ethereal-0.10.13/file.c
+   M /releases/ethereal-0.10.13/gtk/capture_dlg.c
+   M /releases/ethereal-0.10.13/gtk/gui_utils.c
+   M /releases/ethereal-0.10.13/gtk/help_dlg.c
+   M /releases/ethereal-0.10.13/gtk/main.c
+   M /releases/ethereal-0.10.13/log.h
+   M /releases/ethereal-0.10.13/plugins/h223/packet-h223.c
+   M /releases/ethereal-0.10.13/tethereal.c
+   M /releases/ethereal-0.10.13/tools/asn2eth.py
 
-* OSPF fixes (Hannes)
-* Preliminary IPv6 support (Hannes)
-* Name resolution (Laurent)
-* Font and help option (Laurent)
-* Token ring fixes (Gilbert)
-* DLT_RAW #define fixes (Laurent, Hannes and a few others)
+Copy over a bunch of fixes and updates from the trunk:
 
-Overview of changes in Ethereal 0.3.14:
+cat !$
+cat ../sandboxes/svn.log
+r16132:
+   M /trunk/epan/dissectors/packet-cops.c
 
-* Added Laurent's fixes to pntoh[sl].
-* RIP fixes (Laurent)
-* Added Gilbert's BOOTP code.
+Don't try to strip the last byte from a zero-byte OID.  Fixes bug 503.
 
-Overview of changes in Ethereal 0.3.13:
+r16134:
+   M /trunk/gtk/main.c
 
-* Made the tree items "sticky"
-* Expanded the pntoh[sl] macros, fixed alignment problems with IPX code.
-* Changes to packet-ppp and packet-raw
+fix 369: we must do some more GUI stuff in capture_update_started(),
+as GUI state get's cleared while switching to the next "multiple file" because of a call to cf_close()
 
-Overview of changes in Ethereal 0.3.12:
+r16135:
+   M /trunk/capture_loop.c
 
-* RIP support (Hannes)
-* LPR/LPD support (Gilbert)
-* Changes to #includes to improve compatibility.
+bugfix: reset the packet counter to zero, if switching to the next "multiple file". This fixes the live update of the packet output after switching to another capture file
 
-Overview of changes in Ethereal 0.3.11:
+r16136:
+   M /trunk/file.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/main.c
+   M /trunk/log.h
 
-* Fixed a file capture bug.
+fix a packet_list_freeze / thaw pair, if a return comes in it's way
+add a g_warning() call if an error occured while reading from capture file (while doing a live update), usually shouldn't happen but is difficult to debug *if* it happens
+add a new log domain LOG_DOMAIN_MAIN and the standard log handler for it
+add some (partly commented out) g_log() calls, useful for GUI sequence debugging
 
-Overview of changes in Ethereal 0.3.10:
+r16137:
+   M /trunk/tethereal.c
 
-* Fixed a Makefile bug with the new snprintf package.
+add missing #include "capture_errs.h"
 
-Overview of changes in Ethereal 0.3.9:
+r16138:
+   M /trunk/doc/editcap.pod
 
-* Switched to a different version of snprintf.c.
-* Minor bug fixes.
-* Fixes to Makefile.am.
+add missing -E parameter to the Options section
 
-Overview of changes in Ethereal 0.3.8:
+r16141:
+   M /trunk/epan/dissectors/packet-per.c
 
-* PostScript(R) output (Gilbert)
-* More OSPF code (Hannes)
-* Enhanced DNS (Bobo)
+Octest string of (size 2) does not dissplay correctly.
 
-Overview of changes in Ethereal 0.3.7:
+Handle multiple messages in a TCP segment, reassembly  still needed.
 
-* Enhanced OSPF (Hannes)
-* Fixed small bug in filter dialog.
+r16143:
+   M /trunk/epan/enterprise-numbers
 
-Overview of changes in Ethereal 0.3.6:
+Update enterprise-numbers from http://www.iana.org/assignments/enterprise-numbers
 
-* Added OSPF support, thanks to Hannes Boehm.
-* Added -B, -P, and -T flags.
+r16144:
+   M /trunk/epan/emem.c
 
-Overview of changes in Ethereal 0.3.5:
+ep_strndup and se_strndup do not have to expect strings to be null terminated.
 
-* Command line argument fixes/upgrades.
-* Compatibility fixes.
-* Initial pod/man page documentation.
-* Miscellaneous changes to the way things are done in capture.c.
-* Initial support for DNS and IGMP.
+r16145:
+   M /trunk/epan/dtd_preparse.l
 
-Overview of changes in Ethereal 0.3.4:
+remove file inclusion code altoghether and few other changes
 
-* Printer preferences dialog added (Gilbert)
-* Misc fixes/upgrades.
+r16147:
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dtd.h
+   M /trunk/epan/dtd_grammar.lemon
+   M /trunk/epan/dtd_parse.l
 
-Overview of changes in Ethereal 0.3.3:
+remove location from dtd_build_data_t avoiding to (double) free it.
 
-* Added PPP support, thanks to Mike Hall.
-* Added dialogs for errors/warnings.
-* Support for the -r flag was added.
-* Other minor fixes/upgrades.
+r16148:
+   M /trunk/capture.c
 
-Overview of changes in Ethereal 0.3.2:
+minor fix: fix the sequence while finishing a live capture, so the statusbar information about the file size is correct
 
-* Misc bug fixes & minor enhancements.
-* Added preliminary ICMP support
-* Added preliminary printing support (Gilbert)
+r16149:
+   M /trunk/capture_loop.c
+   M /trunk/capture_opts.c
+   M /trunk/capture_sync.c
+   M /trunk/doc/ethereal.pod
+   M /trunk/doc/tethereal.pod
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/tethereal.c
 
-Overview of changes in Ethereal 0.3.1:
+fix Ethereal so command line capture parameter will work with kilobytes (again)
+remove Byte(s) from the dropdown list of filesizes, this doesn't make sense
+replace 1000 with 1024, as all (modern?) file managers are based on 1024 bytes for a kilobyte (the old KB vs. KiB controversy)
 
-* Fixed bug that prevented capturing with a filter.
-* Fixed misc. header problems.
+r16150:
+   M /trunk/gtk/main.c
 
-Overview of changes in Ethereal 0.3.0:
+minor bugfix: while closing a capture file, update the packets statusbar *after* closing the file
 
-* Initial support for filters.
-* Fixes/enhancements for IPX and token ring (Gilbert).
+r16151:
+   M /trunk/plugins/h223/packet-h223.c
 
-Overview of changes in Ethereal 0.2.3:
+Don't call "g_assert()" in dissectors - call "DISSECTOR_ASSERT()".
 
-* Added support for IPX, thanks to Gilbert.
+r16153:
+   M /trunk/epan/dtd_parse.l
 
-Overview of changes in Ethereal 0.2.2:
+"./dtd_parse.l", line 167: warning, rule cannot be matched
 
-* Added support for token ring, thanks to Gilbert Ramirez, Jr.
+the . matches one char as {special_char} does so {special_char} won't have been matched. change that for a non ">"
 
-Overview of changes in Ethereal 0.2.1:
+r16154:
+   M /trunk/epan/dissectors/packet-xml.c
 
-* Internal structs for ARP/RARP, IP, TCP, and UDP were created.  Trying to 
-  sort out which #includes were needed for each system was just too much of
-  a hassle.
-* Added support for systems that don't have snprintf() and vsnprintf(), thanks
-  to Theo de Raadt.
-* Minor changes to the README file.
+do not free the element name, as its been passed to the hf array.
 
-Overview of changes in Ethereal 0.2.0:
+r16157:
+   A /trunk/doc/README.malloc
 
-* Initial public release.
-* GNU autoconf-ified distribution
-* Runs under Linux 2.0.x and Solaris 2.6.
-* Requires GTK+ (1.0.1 tested) and libpcap (0.4a6 tested)
-* For optimal results under Linux, the Karpski libpcap should be used.
-* General documentation and a minimal web site have been prepared.
+add initial  better than nothing   ep/se allocation documentation
+
+r16165:
+   M /trunk/doc/README.malloc
+
+Add some missing descriptions
+
+r16167:
+   M /trunk/epan/emem.c
+
+make .._strndup() not to call strndup.
+
+r16168:
+   M /trunk/doc/README.malloc
+
+set Id and eol-style
+
+r16169:
+   M /trunk/gtk/help_dlg.c
+
+fix the link to the online users-guide
+
+r16172:
+   M /trunk/epan/Makefile.am
+
+Add sminmpec.c to maintainer-clean
+
+r16181:
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h225.h
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-h450.h
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/tools/asn2eth.py
+
+Fix problems with bitstring:
+- dissect_per_bitstring needs to know if extention exists or not.
+- Fixes for bitstring sizes up to 16 ( where max = min ).
+tinkle FC3:~/devel/ethereal$
+
+
+------------------------------------------------------------------------
+r16131 | gerald | 2005-10-05 14:19:04 -0500 (Wed, 05 Oct 2005) | 3 lines
+Changed paths:
+   A /releases/ethereal-0.10.13 (from /trunk:16130)
+
+Carpe Buildbot.  Copy off the 0.10.13 release directory while the builds are
+stable, more or less.
+
+------------------------------------------------------------------------
+r16130 | jmayer | 2005-10-05 10:44:04 -0500 (Wed, 05 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-csm-encaps.c
+
+Don't reinvent the wheel, use val_to_str/match_strval
+------------------------------------------------------------------------
+r16129 | jmayer | 2005-10-05 10:43:07 -0500 (Wed, 05 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/manuf
+   M /trunk/wka.tmpl
+
+Add two Enterasys STP multicast MACs
+------------------------------------------------------------------------
+r16128 | sahlberg | 2005-10-05 08:39:44 -0500 (Wed, 05 Oct 2005) | 3 lines
+Changed paths:
+   A /trunk/epan/dissectors/pidl/IDL_LICENSE.txt
+
+add the licence file for the samba4 copied files
+
+
+------------------------------------------------------------------------
+r16127 | sahlberg | 2005-10-05 08:25:18 -0500 (Wed, 05 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
+
+dissect one more bitfield
+get rid of some strcpy()
+get rid of a temporary string
+
+
+------------------------------------------------------------------------
+r16126 | sahlberg | 2005-10-05 07:42:34 -0500 (Wed, 05 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
+
+add dissection of another bitfield and remove some strcpy()
+
+
+------------------------------------------------------------------------
+r16125 | sahlberg | 2005-10-05 06:55:49 -0500 (Wed, 05 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
+
+rewrite dissection of service options flags to proper booleans and get rid of some strcpy() calls.
+
+
+------------------------------------------------------------------------
+r16124 | ulfl | 2005-10-05 01:37:35 -0500 (Wed, 05 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
+
+bugfix: don't crash, if not enough bytes of the header available
+------------------------------------------------------------------------
+r16123 | ulfl | 2005-10-05 01:05:35 -0500 (Wed, 05 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/capture_errs.h
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+
+fix cant_load_winpcap_err() parameter
+------------------------------------------------------------------------
+r16122 | guy | 2005-10-04 17:08:20 -0500 (Tue, 04 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+
+Get rid of an unused variable.
+
+------------------------------------------------------------------------
+r16121 | etxrab | 2005-10-04 15:21:18 -0500 (Tue, 04 Oct 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+From Richard van der Hoff
+
+I've spotted a bug in the new desegmentation in iax2, which 
+means that higher-level PDUs aren't dissected when they ought to be, but 
+tend to be grouped together in later packets - I've attached a patch 
+against svn r16110 to fix this; it also makes the code a bit clearer...
+
+------------------------------------------------------------------------
+r16120 | etxrab | 2005-10-04 14:54:50 -0500 (Tue, 04 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/golay.h
+
+Grr.. yet another missing file
+------------------------------------------------------------------------
+r16119 | etxrab | 2005-10-04 14:51:31 -0500 (Tue, 04 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/packet-srp.c
+   A /trunk/plugins/h223/packet-srp.h
+
+Add two missing files.
+------------------------------------------------------------------------
+r16118 | guy | 2005-10-04 13:21:04 -0500 (Tue, 04 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
+
+Even a null object has a non-zero length (for the BER identifier and
+length); update the offset when dissecting one.
+
+------------------------------------------------------------------------
+r16117 | sahlberg | 2005-10-04 09:41:39 -0500 (Tue, 04 Oct 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-t38.c
+
+the t38 tap would only initialize the t38_info structure when called from UDP
+and when called from TCP this pointer would be uninitialized and thus dump core when dereferenced.
+
+at the same time remove the rotating buffers
+
+
+this fixes bugs 498 and 501
+
+------------------------------------------------------------------------
+r16116 | sahlberg | 2005-10-04 08:34:52 -0500 (Tue, 04 Oct 2005) | 13 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/libethereal.def
+
+in svn 15335   the tcp analysis was changed to do its stuff and to populate (prepend to) COL_INFO before callking the subdissectors
+instead of calling the tcp analysis (and prepend colingo) eitehr after the subdissector returned normally  or if an exception caused by a subdissector was rised.
+
+this as a sideffect caused tcp analysis data to be overwritten if the subdissector caused any output to the info column. (and made tcp analysis suboptimal)
+
+
+this change adds a new function   col_prepend_fence_fstr()  that will prepend
+the info column with the string and also, if there was no fence already defined, create a fence and set it after the prepended col info text.
+
+This way, even if the subdissectors generate and rewrite col info, the tcp analysis data will still be displayed on the info column.
+
+
+
+------------------------------------------------------------------------
+r16115 | guy | 2005-10-04 05:26:44 -0500 (Tue, 04 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-edonkey.c
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r16114 | guy | 2005-10-04 05:26:17 -0500 (Tue, 04 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-edonkey.c
+
+Get rid of // comments - not all C compilers like them.
+
+------------------------------------------------------------------------
+r16113 | guy | 2005-10-04 05:23:40 -0500 (Tue, 04 Oct 2005) | 23 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-windows-common.h
+
+Don't ensure all the bytes of a security descriptor exist before calling
+"dissect_nt_sec_desc()".  Add a Boolean argument to
+"dissect_nt_sec_desc()" to indicate whether a length was passed to it
+(so we don't treat -1 as a special value; we want to stop treating -1 as
+a special length value, and, in fact, want to stop treating *any*
+negative length values specially, so that we don't have to worry about
+passing arbitrary 32-bit values from packets as lengths), and have
+"dissect_nt_sec_desc()" initially create the protocol tree item for the
+security descriptor with a length of "go to the end of the tvbuff", and
+set the length once we're done dissecting it - and, if the length was
+specified, check at *that* point, *after* we've dissected the security
+descriptor, whether we have the entire security descriptor in the
+tvbuff.
+
+That means that we don't have to worry about overflows after
+"dissect_nt_sec_desc()" returns - if the length was so large that we
+would have gotten an overflow, we'd have thrown an exception in the
+"tvb_ensure_bytes_exist()" call at the end of "dissect_nt_sec_desc()".
+
+Do sanity checks on offsets within the security descriptor, so we know
+the item referred to by the offset is after the fixed-length portion of
+the descriptor.
+
+------------------------------------------------------------------------
+r16112 | guy | 2005-10-04 05:17:45 -0500 (Tue, 04 Oct 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
+
+We can just use "get_ber_identifier()" and "get_ber_length()" to fetch
+BER identifier and length information; calling
+"dissect_ber_identifier()" and "dissect_ber_length()" with a null tree
+argument doesn't have any advantages over that.
+
+Don't put an octet string into the protocol tree twice, once with
+"dissect_ber_octet_string()" and once with the real value; once is enough.
+
+------------------------------------------------------------------------
+r16111 | guy | 2005-10-04 05:13:15 -0500 (Tue, 04 Oct 2005) | 6 lines
+Changed paths:
+   M /trunk/wiretap/atm.c
+
+A heuristic that only treats packets that appear to be LANE-encapsulated
+Ethernet packets with a length field as LANE packets, and doesn't do so
+for packets that appear to be LANE-encapsulated Ethernet packets with a
+type field, is too weak.  Back out that part of the heuristics added in
+the previous checkin.
+
+------------------------------------------------------------------------
+r16110 | guy | 2005-10-04 02:07:15 -0500 (Tue, 04 Oct 2005) | 4 lines
+Changed paths:
+   M /trunk/capture_errs.c
+   M /trunk/capture_errs.h
+
+Include <glib.h> to declare "g_strdup_printf()".
+
+Properly declare "cant_load_winpcap_err()".
+
+------------------------------------------------------------------------
+r16109 | guy | 2005-10-04 01:25:01 -0500 (Tue, 04 Oct 2005) | 6 lines
+Changed paths:
+   M /trunk/Makefile.common
+   A /trunk/capture_errs.c
+   A /trunk/capture_errs.h
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/tethereal.c
+
+Add a "capture_errs.c" routine to cough up error messages for capture
+problems, and use the first routine in it in multiple places.
+
+Get rid of DISSECTOR_SUPPORT_INCLUDES - just add its contents to
+ETHEREAL_COMMON_INCLUDES.
+
+------------------------------------------------------------------------
+r16108 | etxrab | 2005-10-04 00:42:18 -0500 (Tue, 04 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/wiretap/atm.c
+
+From Rene Piltz:
+Due to the fact that 3G Signaling appears at an undefined VPI/VCI I added a heuristics (very simple) which should take care of this fact.
+
+------------------------------------------------------------------------
+r16107 | etxrab | 2005-10-04 00:36:31 -0500 (Tue, 04 Oct 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-edonkey.h
+
+From John Sullivan:
+The current ethereal eDonkey dissector fails to handle a number of valid packet types - in particular the normal server<->client communication between current eserver and eMule versions (from both
+sides) produces packets which ethereal incorrectly claims to be malformed.
+
+This patch fills in these holes.
+
+------------------------------------------------------------------------
+r16106 | etxrab | 2005-10-04 00:29:40 -0500 (Tue, 04 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/libethereal.def
+
+Add some requested items.
+------------------------------------------------------------------------
+r16105 | etxrab | 2005-10-04 00:16:26 -0500 (Tue, 04 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/address.h
+   M /trunk/epan/libethereal.def
+
+Preparations for h223
+------------------------------------------------------------------------
+r16104 | etxrab | 2005-10-04 00:15:23 -0500 (Tue, 04 Oct 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+From Dave Richards
+
+1) Fixes context-tagged BACnet errors.
+2) Fixes indeterminate tag data.  If the tag length/value/type variable 
+was 6 or 7 you could not tell whether it was an open/close tag or had 
+length 6/7.
+3) Don't make assumptions about property types for proprietary BACnet 
+object types.
+
+
+
+------------------------------------------------------------------------
+r16103 | guy | 2005-10-03 23:23:09 -0500 (Mon, 03 Oct 2005) | 4 lines
+Changed paths:
+   M /trunk/capture_loop.c
+   M /trunk/tethereal.c
+
+Add a note about 64-bit support in WinPcap to the capture errors on
+Windows, and add the URL for the CaptureSetup page to the Tethereal
+error.
+
+------------------------------------------------------------------------
+r16102 | guy | 2005-10-03 23:12:34 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/version_info.c
+
+Grr.  Without the right version of the SDK, we can't even compile code
+to *use* the shiny new features.
+
+------------------------------------------------------------------------
+r16101 | guy | 2005-10-03 22:58:40 -0500 (Mon, 03 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/capture-wpcap.c
+
+Remove an extra " from a command, and fix indentation.
+
+------------------------------------------------------------------------
+r16100 | guy | 2005-10-03 22:15:12 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/version_info.c
+
+Cope with NT 6.0, and with the x86-64 version of XP being NT 5.2 rather
+than NT 5.1.
+
+------------------------------------------------------------------------
+r16099 | guy | 2005-10-03 20:16:06 -0500 (Mon, 03 Oct 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+Don't assume that every packet has a non-null "call_data" value.  Fixes
+bug 497 (as well as a crash on an *unfuzzed* IAX2 capture!).
+
+Set "pinfo->can_desegment" before calling dissectors; that's expected
+for dissectors that do TCP-style desegmentation.
+
+------------------------------------------------------------------------
+r16098 | guy | 2005-10-03 17:26:32 -0500 (Mon, 03 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/t38_analysis.c
+
+Properly terminate some value_string tables.
+
+------------------------------------------------------------------------
+r16097 | guy | 2005-10-03 17:23:04 -0500 (Mon, 03 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/gtk/t38_analysis.c
+
+Include "gui_stat_menu.h" to declare "register_stat_menu_item()".
+
+Fix the type of "t38_analysis_init()" to match what
+"register_stat_cmd_arg()" expects.
+
+------------------------------------------------------------------------
+r16096 | guy | 2005-10-03 17:17:32 -0500 (Mon, 03 Oct 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/stream.c
+
+A hash table doesn't *have* to have a value destroy function - and, in
+fact, in GLib 1.2, it *can't* have one.  As the value destroy function
+for this hash table does nothing, don't bother with it - and create the
+hash table with "g_hash_table_new(), rather than
+"g_hash_table_new_full()", so it works with GLib 1.2[.x].
+
+------------------------------------------------------------------------
+r16095 | guy | 2005-10-03 17:04:58 -0500 (Mon, 03 Oct 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/stream.c
+
+It's "svn:keywords", not "svn:Keywords".
+
+------------------------------------------------------------------------
+r16094 | guy | 2005-10-03 17:02:47 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/stream.h
+
+The "extern" in "struct _fragment_items" doesn't do anything, as data
+types aren't objects and don't have storage classes, etc..
+
+------------------------------------------------------------------------
+r16093 | ulfl | 2005-10-03 15:04:06 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/capture_dlg.c
+
+Win32: don't crash if Capture/Start is clicked and WinPcap is not installed.
+------------------------------------------------------------------------
+r16092 | ulfl | 2005-10-03 14:37:17 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+
+move the list down to the latest message while new messages rush in. We might want to have a checkbox or alike to en/disable this (as discussed for the Statistics) lately.
+------------------------------------------------------------------------
+r16091 | ulfl | 2005-10-03 14:34:58 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/gui_utils.c
+
+major Win32 bugfix: when getting messages from the capture slave, only one message was processed every 200ms (UNIX handles this differently). If more messages were initiated from the slave, they stacked up. This slowed down the display update and slowed down stopping the capture as a lot of messages had to be processed before the close really finished ...
+
+Now the timer callback function will call the pipe read function up to 5 times to avoid this, but won't do this more often to prevent "endless blocking".
+------------------------------------------------------------------------
+r16090 | ulfl | 2005-10-03 14:11:57 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+minor bugfix: hide main widgets, if command line file couldn't be loaded
+------------------------------------------------------------------------
+r16089 | etxrab | 2005-10-03 14:00:52 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/Makefile.nmake
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16088 | etxrab | 2005-10-03 13:59:41 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/moduleinfo.h
+   A /trunk/plugins/h223/packet-h223.c
+   A /trunk/plugins/h223/packet-h223.h
+   A /trunk/plugins/h223/plugin.c
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16087 | etxrab | 2005-10-03 13:54:41 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/Makefile.am
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16086 | etxrab | 2005-10-03 13:54:13 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/golay.c
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16085 | etxrab | 2005-10-03 13:53:52 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/COPYING
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16084 | etxrab | 2005-10-03 13:53:28 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223/ChangeLog
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16083 | etxrab | 2005-10-03 13:51:54 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   A /trunk/plugins/h223
+   A /trunk/plugins/h223/AUTHORS
+
+First check in of yhe h223 plugin, not part of the build script yet.
+------------------------------------------------------------------------
+r16082 | etxrab | 2005-10-03 13:34:21 -0500 (Mon, 03 Oct 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/packet.c
+   A /trunk/epan/stream.c
+   A /trunk/epan/stream.h
+
+From Jeff Snyder:
+
+04-stream.diff
+ A simplified packet reassembly API built on top of  fragment_add_seq_next for 
+reassembling fragments that are delivered in-order, where fragments are 
+identified by a framenum and an offset into that frame. Streams are attached 
+to a conversation or a circuit and are unidirectional.
+------------------------------------------------------------------------
+r16081 | etxrab | 2005-10-03 13:18:38 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/gnm/gnm.cnf
+   M /trunk/asn1/gnm/packet-gnm-template.c
+   M /trunk/epan/dissectors/packet-gnm.c
+
+Add dissection of some more OID's and use the #.REGISTER function.
+------------------------------------------------------------------------
+r16080 | ulfl | 2005-10-03 11:24:43 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+from Yaniv Kaul: add a Preference setting for IP checksum validation
+------------------------------------------------------------------------
+r16079 | ulfl | 2005-10-03 10:52:14 -0500 (Mon, 03 Oct 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+from Peter Johansson:
+The supplied patch resolves an issue with the use of the not yet initialized variable "fid".
+
+/ Regards, Peter 
+------------------------------------------------------------------------
+r16078 | lego | 2005-10-03 08:10:28 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtse.c
+
+dissect_rtse_EXTERNAL is already declared in the header as extern.
+
+
+------------------------------------------------------------------------
+r16077 | lego | 2005-10-03 06:36:24 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   A /trunk/gtk/t38_analysis.c
+
+This one was missing from the checkin...
+
+
+------------------------------------------------------------------------
+r16076 | sahlberg | 2005-10-03 04:30:10 -0500 (Mon, 03 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mount.c
+
+prettify mount,
+
+if MNT fails with an error,   put the error string in the INFO column
+
+
+------------------------------------------------------------------------
+r16075 | guy | 2005-10-03 02:30:49 -0500 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/simple_dialog.h
+
+C89 doesn't allow a comma after the end of the last value in an
+enumerator list, and some compilers don't allow it as an extension.
+
+------------------------------------------------------------------------
+r16074 | etxrab | 2005-10-03 00:59:17 -0500 (Mon, 03 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+
+Fix a typo.
+------------------------------------------------------------------------
+r16073 | etxrab | 2005-10-03 00:55:26 -0500 (Mon, 03 Oct 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-t38.h
+   M /trunk/epan/libethereal.def
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/graph_analysis.h
+   M /trunk/gtk/voip_calls.c
+
+From Alejandro Vaquero:
+
+ New "Fax T38 Analysis" added to the "Statistics" menu to:
+
+- Reassemble the HDLC t30 frames and dissect the header.
+- Analyze the UPDTLPacket seq num for packet lost
+- Stats of V.x Data:
+    - Count the Data bytes
+    - Duration
+    - Wrong seq num
+    - Max Burst of packet lost
+
+------------------------------------------------------------------------
+r16072 | etxrab | 2005-10-03 00:17:51 -0500 (Mon, 03 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-cms.h
+   M /trunk/epan/dissectors/packet-ess.c
+   M /trunk/epan/dissectors/packet-ess.h
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rtse.h
+   M /trunk/epan/dissectors/packet-x420.c
+
+From Graeme Lunt
+X420 - incorrect ExtendedBodyPart handling
+ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS  - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS  - support for ESSSecurityLabel and EquivalentLabels attributes
+
+
+------------------------------------------------------------------------
+r16071 | etxrab | 2005-10-03 00:16:57 -0500 (Mon, 03 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/asn1/cms/CryptographicMessageSyntax.asn
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/asn1/ess/ExtendedSecurityServices.asn
+   M /trunk/asn1/ess/ess.cnf
+   M /trunk/asn1/rtse/rtse-exp.cnf
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/asn1/x420/x420.asn
+   M /trunk/asn1/x420/x420.cnf
+
+From Graeme Lunt
+X420 - incorrect ExtendedBodyPart handling
+ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS  - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS  - support for ESSSecurityLabel and EquivalentLabels attributes
+
+
+------------------------------------------------------------------------
+r16070 | etxrab | 2005-10-03 00:14:39 -0500 (Mon, 03 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/asn1/acse/acse.cnf
+
+From Graeme Lunt
+X420 - incorrect ExtendedBodyPart handling
+ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS  - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS  - support for ESSSecurityLabel and EquivalentLabels attributes
+
+
+------------------------------------------------------------------------
+r16069 | etxrab | 2005-10-02 16:14:35 -0500 (Sun, 02 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/epan/dissectors/packet-cms.c
+
+From Graeme Lunt
+allows the dissection of ContentInfo based upon it's OID - something that is used for a secure X.400 messages (Protecting Content Type (PCT)).
+
+------------------------------------------------------------------------
+r16068 | etxrab | 2005-10-02 15:59:54 -0500 (Sun, 02 Oct 2005) | 20 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-h261.c
+   M /trunk/epan/dissectors/packet-h263.c
+   M /trunk/epan/dissectors/packet-iax2.c
+
+From Jeff Snyder
+
+00-iax.diff
+ Modifications to the IAX2 dissector so that it offers desegmentation to 
+subdissectors using the same API as TCP offers (pinfo->desegment_len etc)
+
+01-amr.diff
+ Modifications to the AMR dissector to allow AMR IF2 data to be dissected via 
+call_dissector() from packet-h223.c. This patch also causes the AMR dissector 
+to append the frame type string to the info column, so that the info column 
+shows what protocols an H.223 frame contains.
+
+02-h263-data.diff
+ Modifications to packet-h263.c to separate the dissection of h.263 RTP 
+encpasulation from the dissection of the actual h.263 data. The data 
+dissection functions are added as a second dissector. This data-only 
+dissector is used to dissect the video channel in our h.223 streams. As with 
+the AMR modification, this makes the H.263 dissector append to the info 
+column.
+
+------------------------------------------------------------------------
+r16067 | ulfl | 2005-10-02 10:41:11 -0500 (Sun, 02 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
+
+enhancements COL_INFO output and make bittorrent protocol filterable
+------------------------------------------------------------------------
+r16066 | ulfl | 2005-10-02 09:56:27 -0500 (Sun, 02 Oct 2005) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/epan.c
+
+add doxygen comments to column-utils.h and do a slight code cleanup
+------------------------------------------------------------------------
+r16065 | lego | 2005-10-01 10:19:36 -0500 (Sat, 01 Oct 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/tpg.c
+   M /trunk/epan/tpg.h
+   M /trunk/epan/tvbparse.c
+   M /trunk/plugins/tpg/http.tpg
+   M /trunk/plugins/tpg/packet-http.c
+   M /trunk/tools/tpg/tpg.yp
+
+one step further... 
+ TPG now uses the ignore feature of tvbparse
+ named sub_rules can have cardinality
+
+epan/tvbparse.c:
+   do not crash on zero cardinality
+
+
+------------------------------------------------------------------------
+r16064 | lego | 2005-10-01 06:16:17 -0500 (Sat, 01 Oct 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+propperly initialize vendor->ett if the vendor is not found while radius_register_avp_dissector().
+
+fixes bug 488.
+
+
+------------------------------------------------------------------------
+r16063 | lego | 2005-10-01 05:41:00 -0500 (Sat, 01 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/plugins/tpg/http.tpg
+   M /trunk/plugins/tpg/packet-http.c
+
+match changes to tpg infrastructure.
+
+
+------------------------------------------------------------------------
+r16062 | lego | 2005-10-01 05:39:38 -0500 (Sat, 01 Oct 2005) | 3 lines
+Changed paths:
+   M /trunk/tools/tpg/tpg.yp
+
+Some changes in tpg's grammar to avoid constructing elements that cannot be dereferenced
+
+
+------------------------------------------------------------------------
+r16061 | lego | 2005-10-01 05:36:57 -0500 (Sat, 01 Oct 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/emem.c
+   M /trunk/epan/emem.h
+   M /trunk/epan/tpg.c
+   M /trunk/epan/tpg.h
+
+emem.[ch]:
+Add a simple stack implememtation that uses ep_alloc
+Add ep_new() ep_new0() macros
+
+tpg.[ch]:
+use the stack in tpg helpers
+
+
+------------------------------------------------------------------------
+r16060 | obiot | 2005-09-30 14:29:21 -0500 (Fri, 30 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wsp.c
+
+Fix bug 492 - the MMSE dissector calls add_content_type() defined in WSP, which
+uses proto_item_append_string(). The visibility hack must be present, otherwise
+a dissector assert is generated within the MMSE dissector.
+
+------------------------------------------------------------------------
+r16059 | etxrab | 2005-09-30 13:20:44 -0500 (Fri, 30 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+
+Update AVP:s and error codes.
+------------------------------------------------------------------------
+r16058 | lego | 2005-09-29 15:38:41 -0500 (Thu, 29 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/plugins/tpg/packet-http.c
+
+this struct moved to tvbparse.c
+
+
+------------------------------------------------------------------------
+r16057 | lego | 2005-09-29 15:37:05 -0500 (Thu, 29 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/tvbparse.c
+
+I needed to cut'n'paste something more...
+
+I did not even try to compile it before check it in, sorry!
+
+
+------------------------------------------------------------------------
+r16056 | etxrab | 2005-09-29 15:24:02 -0500 (Thu, 29 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-uma.c
+
+Update to the latest version of the standard.
+------------------------------------------------------------------------
+r16055 | etxrab | 2005-09-29 15:22:55 -0500 (Thu, 29 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/sigcomp_state_hdlr.c
+
+make n a guint32 to not wrap around at 65536
+------------------------------------------------------------------------
+r16054 | lego | 2005-09-29 15:07:29 -0500 (Thu, 29 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/tvbparse.c
+   M /trunk/epan/tvbparse.h
+
+add a debugging function that creates a tree exploding the parsed elements
+
+
+------------------------------------------------------------------------
+r16053 | lego | 2005-09-29 15:05:24 -0500 (Thu, 29 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/plugins/tpg/http.tpg
+   M /trunk/plugins/tpg/packet-http.c
+
+at this point this makes a good parser for http headers...
+
+
+------------------------------------------------------------------------
+r16052 | lego | 2005-09-29 14:56:21 -0500 (Thu, 29 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/tools/tpg/tpg.pl
+   M /trunk/tools/tpg/tpg.yp
+
+another step closer
+
+
+------------------------------------------------------------------------
+r16051 | etxrab | 2005-09-29 00:37:27 -0500 (Thu, 29 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
+
+From Mike Duigou
+A patch to allow the JXTA dissector to pass fuzz testing. It 
+also removes a couple of unused things and optimizes handling of the raw 
+data dissector.
+
+------------------------------------------------------------------------
+r16050 | guy | 2005-09-28 21:20:29 -0500 (Wed, 28 Sep 2005) | 13 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/diameter
+   A /trunk/diameter/dictionary.dtd (from /trunk/dictionary.dtd:16044)
+   A /trunk/diameter/dictionary.xml (from /trunk/dictionary.xml:16044)
+   A /trunk/diameter/imscxdx.xml (from /trunk/imscxdx.xml:16044)
+   A /trunk/diameter/mobileipv4.xml (from /trunk/mobileipv4.xml:16044)
+   A /trunk/diameter/nasreq.xml (from /trunk/nasreq.xml:16044)
+   A /trunk/diameter/sunping.xml (from /trunk/sunping.xml:16044)
+   D /trunk/dictionary.dtd
+   D /trunk/dictionary.xml
+   M /trunk/epan/dissectors/packet-cops.c
+   D /trunk/imscxdx.xml
+   D /trunk/mobileipv4.xml
+   D /trunk/nasreq.xml
+   M /trunk/packaging/nsis/ethereal.nsi
+   D /trunk/sunping.xml
+
+Move the Diameter dictionary files to a "diameter" subdirectory, along
+the lines of what's done for RADIUS.  That keeps them together (and
+separate from other files), and makes the layout of the top-level source
+directory closer to the layout of the installation directory, so that if
+you run Ethereal or Tethereal from the top-level directory on Windows
+it'll pick up the Diameter dictionary files (if it supports loading
+them), and can do so on UN*X if we support a mechanism to let it find
+its control files in the directory in which the binary resides.
+
+Use the diameter_DATA, dtds_DATA, and radius_DATA macros in the
+EXTRA_DIST macro, so you only have to change the lists of Diameter, DTD,
+and RADIUS files in one place if you add or remove a file.
+
+------------------------------------------------------------------------
+r16049 | guy | 2005-09-28 20:31:19 -0500 (Wed, 28 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-smb.c
+
+Make "top_tree" static; nobody else uses it, and if they're both not
+static, they collide with one another in builds on at least some
+platforms.
+
+------------------------------------------------------------------------
+r16048 | ulfl | 2005-09-28 17:15:38 -0500 (Wed, 28 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/plugins/opsi/packet-opsi.c
+
+fix #480: Change defaults for all reassembling settings to ON
+
+I've changed all settings I could find to TRUE. It might be reasonable to change some protocol settings back to FALSE, if reassembling fails very often.
+------------------------------------------------------------------------
+r16047 | lego | 2005-09-28 16:35:14 -0500 (Wed, 28 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dtd_preparse.l
+
+be more flexible in what's a name
+
+
+------------------------------------------------------------------------
+r16046 | lego | 2005-09-28 16:33:44 -0500 (Wed, 28 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/stats_tree.c
+
+one leak less...
+
+
+------------------------------------------------------------------------
+r16045 | lego | 2005-09-28 16:32:47 -0500 (Wed, 28 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/tvbparse.c
+   M /trunk/epan/tvbparse.h
+
+tvbparse.[ch]:
+- add a tvbparse_handle() (for recursion)
+- change tvbparse_until() to allow more control when parsing
+- make the wanted control an union so that different types of data can be used
+
+packet-xml.c:
+- change the parser definition to match changes to tvbparse_until()
+
+
+------------------------------------------------------------------------
+r16044 | etxrab | 2005-09-28 15:06:58 -0500 (Wed, 28 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+Add radius/dictionary.ericsson  \
+------------------------------------------------------------------------
+r16043 | etxrab | 2005-09-28 14:57:45 -0500 (Wed, 28 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+
+Handle sigcomp over TCP.
+------------------------------------------------------------------------
+r16042 | jmayer | 2005-09-28 12:16:30 -0500 (Wed, 28 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
+   M /trunk/manuf
+   M /trunk/wka.tmpl
+
+Updates for foundry addresses/protocols
+------------------------------------------------------------------------
+r16041 | etxrab | 2005-09-28 11:39:20 -0500 (Wed, 28 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/ethereal.nsi
+
+Add disctionary.ericsson
+------------------------------------------------------------------------
+r16040 | etxrab | 2005-09-28 11:38:40 -0500 (Wed, 28 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/sigcomp_state_hdlr.c
+
+It's the UDVM_MEMORY_SIZE that should be checked.
+------------------------------------------------------------------------
+r16039 | guy | 2005-09-28 11:16:37 -0500 (Wed, 28 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-esis.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-frame.h
+   M /trunk/epan/dissectors/packet-gsm_sms_ud.c
+   M /trunk/epan/dissectors/packet-msdp.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-udp.c
+   M /trunk/epan/ftypes/ftype-string.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+
+Have show_exception() take a "const char *" as its exception message,
+and not free the string to which it points.  Pass to
+REPORT_DISSECTOR_BUG() strings allocated with ep_strdup_printf(), so
+that they're freed automatically.
+
+------------------------------------------------------------------------
+r16038 | guy | 2005-09-28 04:31:37 -0500 (Wed, 28 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-hsrp.c
+
+Don't change the Info column if we have an unknown opcode; we've already
+set it to a value that should indicate that the opcode is unknown, and
+also indicates what the value is.  (Especially don't do it without
+calling check_col() to check whether we *should* change the info column,
+as we'll dereference a null pointer if we shouldn't; this change should
+fix bug 489.)
+
+------------------------------------------------------------------------
+r16037 | jmayer | 2005-09-28 03:14:54 -0500 (Wed, 28 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/tools/fuzz-test.sh
+
+In case the paths to the tools are wrong, inform the
+user about it instead of complaining that no capture files
+could be found.
+
+
+------------------------------------------------------------------------
+r16036 | guy | 2005-09-28 03:01:54 -0500 (Wed, 28 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Note that we should redo the handling of OIDs when
+"dissect_ber_object_identifier()" can return the OID in a binary form.
+
+------------------------------------------------------------------------
+r16035 | obiot | 2005-09-28 02:08:57 -0500 (Wed, 28 Sep 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+The TRY_TO_FAKE_THIS_ITEM() speed optimization has a side effect in that it
+will only process FT_PROTOCOL fields. As a result, proto_item_append_string()
+calls may throw a dissector exception, as only a FT_STRING or FT_STRINGZ can be
+appended to with this call.
+
+In order to prevent these dissector assertions, silently return from the append
+call if the field is a FT_PROTOCOL.
+
+Note that when the tree is visible, the updates of the fields occur normally,
+as expected.
+
+------------------------------------------------------------------------
+r16034 | etxrab | 2005-09-28 00:16:51 -0500 (Wed, 28 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+
+Add dictionarry.ericsson
+------------------------------------------------------------------------
+r16033 | lego | 2005-09-27 20:17:45 -0500 (Tue, 27 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+make sure we tell tvbparse_until() to include the last token.
+
+
+------------------------------------------------------------------------
+r16032 | lego | 2005-09-27 20:06:39 -0500 (Tue, 27 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/tpg.h
+   M /trunk/epan/tvbparse.c
+   M /trunk/plugins/tpg/http.tpg
+   M /trunk/tools/tpg/tpg.pl
+   M /trunk/tools/tpg/tpg.yp
+
+update tpg
+
+tvbparse:
+     - for tvbparse_until spend the target token even if it isn't included
+
+
+------------------------------------------------------------------------
+r16031 | lego | 2005-09-27 17:57:07 -0500 (Tue, 27 Sep 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/tvbparse.c
+   M /trunk/epan/tvbparse.h
+
+in tvbparse:
+  - tvbparse_some now handles 0 items.
+  - added accessors for a tt's offset and remaining length.
+
+in packet-xml:
+  - min_len=0 for tvbparse_chars() is soon going to mean zero instead of 1 change the 0s to 1s.
+  - attribute names can have ':' even if it's namespaces isn't managed yet.
+  - split the xml grammar in more elements so It can be actually read by a human being.
+
+
+------------------------------------------------------------------------
+r16030 | lego | 2005-09-27 17:06:36 -0500 (Tue, 27 Sep 2005) | 3 lines
+Changed paths:
+   A /trunk/plugins/tpg
+   A /trunk/plugins/tpg/Makefile.am
+   A /trunk/plugins/tpg/Makefile.nmake
+   A /trunk/plugins/tpg/http.tpg
+   A /trunk/plugins/tpg/packet-http.c
+
+A "working" example of TPG...
+
+
+------------------------------------------------------------------------
+r16029 | lego | 2005-09-27 16:56:14 -0500 (Tue, 27 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/tpg.c
+
+http_dissector_add doesn't belong here!
+
+
+------------------------------------------------------------------------
+r16028 | lego | 2005-09-27 16:54:45 -0500 (Tue, 27 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/tools/tpg/tpg.pl
+
+now it starts to work...
+
+
+------------------------------------------------------------------------
+r16027 | ulfl | 2005-09-27 16:51:08 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/font_utils.c
+   M /trunk/gtk/gui_prefs.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/packet_list.h
+   M /trunk/gtk/stream_prefs.c
+
+code cleanup: use the prefix packet_list_ for every function mentioned in packet_list.h
+------------------------------------------------------------------------
+r16026 | jmayer | 2005-09-27 16:50:50 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-hsrp.c
+
+Op Code 3 (Advertisement) dissection
+------------------------------------------------------------------------
+r16025 | ulfl | 2005-09-27 16:48:17 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/capture_loop.c
+
+mention "http://wiki.ethereal.com/CaptureSetup" in the error dialog, when the capture interface couldn't be opened
+------------------------------------------------------------------------
+r16024 | ulfl | 2005-09-27 16:46:39 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+minor bugfix: call cf_callback_invoke() from cf_close() even if the file is already closed. Otherwise the GUI will remain in the wrong state if a capture couldn't be started (e.g. wrong interface).
+------------------------------------------------------------------------
+r16023 | ulfl | 2005-09-27 16:44:46 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/edg_src/EDG_chapter_sources.xml
+
+add a new subsection "Code Requirements" and mention fuzz testing there
+------------------------------------------------------------------------
+r16022 | etxrab | 2005-09-27 16:04:59 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/radius/dictionary
+   A /trunk/radius/dictionary.ericsson
+
+Add a miniscule ericsson radius dictionary.
+------------------------------------------------------------------------
+r16021 | lego | 2005-09-27 15:48:48 -0500 (Tue, 27 Sep 2005) | 9 lines
+Changed paths:
+   A /trunk/epan/tpg.c
+   A /trunk/epan/tpg.h
+   A /trunk/tools/tpg
+   A /trunk/tools/tpg/Makefile.am
+   A /trunk/tools/tpg/Makefile.nmake
+   A /trunk/tools/tpg/V2P.pm
+   A /trunk/tools/tpg/tpg.pl
+   A /trunk/tools/tpg/tpg.yp
+
+TPG TVB Parser Generator
+
+Given a bnf-like grammar generate a set of helpers for a dissector
+
+It's not working yet, however I need this checkin as a cheeckpoint
+
+(I'll write the doc when it starts to be ready)
+
+
+------------------------------------------------------------------------
+r16020 | kukosa | 2005-09-27 05:05:42 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+
+new option whether tunnelled H.245 and tunnelled protocol are displayed inside H.225 tree or outside
+------------------------------------------------------------------------
+r16019 | sahlberg | 2005-09-27 03:03:13 -0500 (Tue, 27 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcels.c
+
+remove all strcpy from fcels
+ito make it easier to read use doublespace to separate the items on the expansion line instead of ',' since so many of the strings contain spaces.
+
+cleanup fc slightly and remove a redundant parameter
+
+
+------------------------------------------------------------------------
+r16018 | kukosa | 2005-09-27 02:14:07 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+bug in dissect_per_object_identifier_str() fixed, wrong pointer was passed to oid_to_str()
+------------------------------------------------------------------------
+r16017 | kukosa | 2005-09-27 01:09:14 -0500 (Tue, 27 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/except.c
+   M /trunk/epan/except.h
+
+get rid of warnings about qualifier discarding
+------------------------------------------------------------------------
+r16016 | etxrab | 2005-09-27 00:39:58 -0500 (Tue, 27 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-tpkt.c
+
+- Make the reassemble TCP preference default TRUE.
+- in dissect_tpkt_encap() only check the desegment flag passed in the function.
+
+
+------------------------------------------------------------------------
+r16015 | guy | 2005-09-26 19:03:45 -0500 (Mon, 26 Sep 2005) | 17 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+Give more details about too-short AVPs, give up immediately for AVPs
+shorter than 2 bytes, and make the item for an AVP with a length < 2 a
+generated item.
+
+Put the top-level item for an AVP into the tree the same way regardless
+of whether it's Vendor-Specific or not, and skip past the type and
+length right after that, before we check for Vendor-Specific.  (This
+means we no longer treat "vendor ID = 0" as an indication that this
+isn't Vendor-Specific - nothing prevents a packet from getting onto the
+wire with a vendor ID of 0; this fixes bug 485.)
+
+Don't require a Vendor-Specific AVP to be at least 6 bytes long; it
+might not be particularly useful to have one that has a vendor ID and
+nothing else, but we might as well dissect the vendor ID portion.
+
+Do some other cleanups.
+
+------------------------------------------------------------------------
+r16014 | obiot | 2005-09-26 15:49:33 -0500 (Mon, 26 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wsp.c
+
+Part 2 of the fix: also add the correct offset for non-WSP address records.
+
+------------------------------------------------------------------------
+r16013 | guy | 2005-09-26 15:34:13 -0500 (Mon, 26 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/proto.h
+
+Make "REPORT_DISSECTOR_BUG()" (and the macros that use it) call
+"abort()" if the ETHEREAL_ABORT_ON_DISSECTOR_BUG environment variable is
+set; this is for debugging purposes, to make it easier to get a stack
+trace of the offending call.
+
+------------------------------------------------------------------------
+r16012 | obiot | 2005-09-26 15:00:37 -0500 (Mon, 26 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wsp.c
+
+Fix WSP redirect and SIR address parsing:
+
+ - The incorrect number of octets were highlighted (bearer type and port number
+   were disregarded).
+
+ - In SIR version 1 content, correct the parsing (full WSP address length was
+   not added to the offset for parsing the non-WSP contact points).
+
+------------------------------------------------------------------------
+r16011 | ulfl | 2005-09-26 14:24:06 -0500 (Mon, 26 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/prefs_dlg.c
+
+fix #322, 2nd try: don't pass NULL to gtk_tree_iter_free(), this seems to cause an assert on some GTK versions
+------------------------------------------------------------------------
+r16010 | etxrab | 2005-09-26 13:18:06 -0500 (Mon, 26 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/format-oid.h
+   M /trunk/epan/dissectors/packet-cops.c
+
+Remove dependencies on asn1.c, stil endes to be included to define subid_t.
+------------------------------------------------------------------------
+r16009 | sahlberg | 2005-09-26 05:11:38 -0500 (Mon, 26 Sep 2005) | 13 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+
+remove all strcpy() from packet-fc.c
+
+rewrite the functions to do proto_item_append_text() instead of building a string and then printing it.
+
+The new function is functionally equivalent to the previous function except it does not print the values of the multi-bit fields to the expansion
+(the expansion line is already a km wide as it is)
+
+
+
+there are now only 202 strcpy() left in epan/dissectors  down from 300+ instances some weeks ago.
+
+
+
+------------------------------------------------------------------------
+r16008 | guy | 2005-09-26 03:48:19 -0500 (Mon, 26 Sep 2005) | 13 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/epan/radius_dict.l
+
+Add a new "ipxnet" type for the RADIUS dictionary, for IPX network
+numbers.  (Currently, we don't have any dictionary entries with that
+type, although we have an attribute with special code to handle it that
+uses that type.)
+
+Specially handle Framed-IP-Address, Login-IP-Host, and
+Framed-IPX-Network, so that the special values are displayed specially.
+
+Clean up indentation.
+
+Don't specify a number base for IPv4 or IPv6 addresses; the number base
+is ignored.
+
+------------------------------------------------------------------------
+r16007 | guy | 2005-09-26 03:44:31 -0500 (Mon, 26 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
+
+Use VENDOR_THE3GPP, rather than a hardcoded 10415, for the vendor ID for
+the 3GPP.
+
+------------------------------------------------------------------------
+r16006 | ulfl | 2005-09-26 02:08:42 -0500 (Mon, 26 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list.c
+
+compiler warning removed
+------------------------------------------------------------------------
+r16005 | etxrab | 2005-09-26 00:43:25 -0500 (Mon, 26 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-stun.c
+   M /trunk/epan/dissectors/packet-ymsg.c
+
+From Martin Mathieson:
+
+stun -  add support for 3 extra Message Attributes as described in draft-ietf-behave-rfc3489bis-00
+
+ymsg 
+ - avoid looking beyond the tvb while looking for content item delimiters (causing most frames to be shown as malformed packet)
+- makes content items (and their keys and values) filterable  (includes fix to bug 415)
+
+
+------------------------------------------------------------------------
+r16004 | ulfl | 2005-09-25 17:46:49 -0500 (Sun, 25 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/prefs_dlg.c
+
+fix #322: packet detail window -> Protocol Preferences: tree not expanded
+
+also removed global notebook value
+------------------------------------------------------------------------
+r16003 | gerald | 2005-09-25 17:19:57 -0500 (Sun, 25 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/plugins/agentx/packet-agentx.c
+
+Don't write before the beginning of a buffer.  Add an item to the
+release notes.
+
+------------------------------------------------------------------------
+r16002 | guy | 2005-09-25 04:32:01 -0500 (Sun, 25 Sep 2005) | 17 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+
+A loop processing all the bytes in a tvbuff from a given offset to the
+end of the data in the tvbuff should stop when the offset is >= the
+total amount of data in the tvbuff, not when it's > the total amount in
+the tvbuff following the starting offset.
+
+In "unpack_digits()", return a null string, not a null pointer, if
+there's nothing left in the tvbuff starting at the starting offset, so
+that the caller doesn't have to check for a null pointer, and return an
+ep_alloc()ed buffer, so the caller doesn't have to worry about freeing
+the result.
+
+If we see a filler digit, don't advance the offset in the string buffer;
+we want to put the terminating '\0' right after the character we just
+put into the string.
+
+Fuzzed against some GSM captures.
+
+------------------------------------------------------------------------
+r16001 | guy | 2005-09-25 04:07:41 -0500 (Sun, 25 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Show unsigned quantities as such.
+
+------------------------------------------------------------------------
+r16000 | guy | 2005-09-25 04:06:48 -0500 (Sun, 25 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+If "dissect_dcerpc_cn()" throws an exception when called by
+"dissect_dcerpc_cn_bs_body()", it's because it recognized the packet as
+a DCE RPC packet, but it ran out of data dissecting it as such;
+increment the count of DCE RPC PDUs, so "dissect_dcerpc_cn_bs_body()"
+returns TRUE, and its caller doesn't think nothing was dissected.
+
+Fuzzed with some DCE RPC captures.
+
+------------------------------------------------------------------------
+r15999 | lego | 2005-09-24 21:50:03 -0500 (Sat, 24 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+test the avp_vsa_len not the avp_lenght!
+
+
+------------------------------------------------------------------------
+r15998 | lego | 2005-09-24 21:48:53 -0500 (Sat, 24 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+Don't ASSERT if a VSA is too short, add an item reporting the error and leave.
+
+
+------------------------------------------------------------------------
+r15997 | lego | 2005-09-24 21:44:37 -0500 (Sat, 24 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/dtds/rss.dtd
+
+rating was defined twice
+
+------------------------------------------------------------------------
+r15996 | sahlberg | 2005-09-24 20:44:23 -0500 (Sat, 24 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ospf.c
+
+remove some redundant code that would always evaluate to true anyway.
+
+
+
+------------------------------------------------------------------------
+r15995 | sahlberg | 2005-09-24 18:25:38 -0500 (Sat, 24 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcp.c
+
+prettify the previous patch
+
+remove the remaining strcpy() from this dissector and make it decode the bitmap PROPERLY.
+
+
+------------------------------------------------------------------------
+r15994 | sahlberg | 2005-09-24 17:43:15 -0500 (Sat, 24 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcp.c
+
+refactor the "dissector" for task management flags to dissect the bits properly
+and get rid of the silly  strcpy() stuff.
+
+
+there is a HUGE number of these kinds of very ugly bitmap dissection in all the fibre channel related dissectors and all need to be converted to proer dissection.
+
+
+
+------------------------------------------------------------------------
+r15993 | sahlberg | 2005-09-24 16:22:24 -0500 (Sat, 24 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ospf.c
+
+remove an array from the stack,   remove some strcpy() and strcat() calls
+
+
+------------------------------------------------------------------------
+r15992 | sahlberg | 2005-09-24 16:14:47 -0500 (Sat, 24 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-quakeworld.c
+
+get rid of one array from the stack and convert all strcpy() to pointers to literal strings.
+
+
+------------------------------------------------------------------------
+r15991 | guy | 2005-09-24 14:09:40 -0500 (Sat, 24 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Squelch some compiler warnings.
+
+------------------------------------------------------------------------
+r15990 | lego | 2005-09-24 14:03:35 -0500 (Sat, 24 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dtd_grammar.lemon
+   M /trunk/epan/dtd_parse.l
+
+get rid of most dtd leaks.
+There's just one left I'm aware of (the doctype name).
+
+
+------------------------------------------------------------------------
+r15989 | lego | 2005-09-24 11:37:48 -0500 (Sat, 24 Sep 2005) | 2 lines
+Changed paths:
+   D /trunk/plugins/xml
+
+delete the xml plugin
+
+------------------------------------------------------------------------
+r15988 | jmayer | 2005-09-24 10:52:42 -0500 (Sat, 24 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+That code was never even compiled for testing
+------------------------------------------------------------------------
+r15987 | jmayer | 2005-09-24 10:42:37 -0500 (Sat, 24 Sep 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Shoichi Sakane:
+Hi, I fixed some bugs to decoding IKEv2 payloads.  the following things
+have been checked at the IPsec bake off in Toronto this week.
+
+        - fixed decoding IP address in TS payload
+        - fixed decoding IPv6 address in ID payload
+        - fixed decoding IKEv2 Delete payload
+        - SPI printing
+
+
+------------------------------------------------------------------------
+r15986 | lego | 2005-09-24 10:07:38 -0500 (Sat, 24 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/radius_dict.l
+
+- There can be '/' in attribute names as well
+- 140Kb of leaks less.
+
+
+------------------------------------------------------------------------
+r15985 | sahlberg | 2005-09-23 16:33:02 -0500 (Fri, 23 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-irc.c
+
+From MartinM
+
+IRC update and fix for bug 218
+
+
+------------------------------------------------------------------------
+r15984 | jmayer | 2005-09-23 16:27:03 -0500 (Fri, 23 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/tools/Makefile.am
+
+Add MANIFEST
+------------------------------------------------------------------------
+r15983 | sahlberg | 2005-09-23 16:26:09 -0500 (Fri, 23 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
+
+From Kaul
+
+One of the "unknown" fields are actually a digest.
+
+
+------------------------------------------------------------------------
+r15982 | sahlberg | 2005-09-23 15:51:09 -0500 (Fri, 23 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+Dont decrement the length by 2 if it is already less than two
+since then the length will wrap and become +4G or so.
+
+This fixes bug 479
+
+
+------------------------------------------------------------------------
+r15981 | ulfl | 2005-09-23 13:50:07 -0500 (Fri, 23 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/file_dlg.c
+
+disable gzip output compression for now, as it won't work in some cases (see source commment for details)
+------------------------------------------------------------------------
+r15980 | ulfl | 2005-09-23 13:27:30 -0500 (Fri, 23 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+as tvb functions are frequently used by a lot of dissectors, use DISSECTOR_ASSERT() like instead of g_assert throughout tvbuff, so a malicious dissector won't crash Ethereal (at least at the ways we can detect it)
+
+of course this won't catch e.g. NULL pointers, but far better than nothing ...
+------------------------------------------------------------------------
+r15979 | ulfl | 2005-09-23 13:05:36 -0500 (Fri, 23 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+show the same [Packet size limited during capture] message in the column info, instead of the former (unintuitive) [Short Frame]
+------------------------------------------------------------------------
+r15978 | ulfl | 2005-09-23 12:53:37 -0500 (Fri, 23 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/developer-guide.xml
+
+The Ethereal version is 0.10.12 for some time now ...
+------------------------------------------------------------------------
+r15977 | ulfl | 2005-09-23 12:26:59 -0500 (Fri, 23 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
+
+from Jaap Keuter: fixed the package names for yacc and lexx (being bison and flex)
+
+and from myself: add a section about GNU unzip and add it to the optional tools
+------------------------------------------------------------------------
+r15976 | ulfl | 2005-09-23 12:01:19 -0500 (Fri, 23 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-pn-rt.c
+
+when I've done the last change here, I wasn't expecting to get an fcs_len value of -1, fixed now
+------------------------------------------------------------------------
+r15975 | sahlberg | 2005-09-23 05:39:58 -0500 (Fri, 23 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+remove some compiler warnings
+
+
+------------------------------------------------------------------------
+r15974 | sahlberg | 2005-09-23 05:31:39 -0500 (Fri, 23 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+remove some compiler warnings
+
+
+------------------------------------------------------------------------
+r15973 | etxrab | 2005-09-23 00:38:10 -0500 (Fri, 23 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/radius/dictionary.3gpp
+
+Add som 3GPP AVP:s
+------------------------------------------------------------------------
+r15972 | ulfl | 2005-09-22 18:18:34 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
+
+replace WinPcap devel pack 3.0 with current 3.1 version
+------------------------------------------------------------------------
+r15971 | gerald | 2005-09-22 17:00:06 -0500 (Thu, 22 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/tools/Makefile.am
+
+Remove pidl.1.xml from the distribution.
+
+------------------------------------------------------------------------
+r15970 | ulfl | 2005-09-22 16:24:28 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-pn-rt.c
+
+fix offset calculation of DataStatus fields if Ethernet FCS (or a similar trailer) is present
+------------------------------------------------------------------------
+r15969 | ulfl | 2005-09-22 16:21:29 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-media.c
+
+bugfix: don't crash, if pinfo->match_string == NULL
+------------------------------------------------------------------------
+r15968 | ulfl | 2005-09-22 16:19:23 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-wbxml.c
+
+bugfix: don't crash, if tag_save_literal == NULL
+------------------------------------------------------------------------
+r15967 | ulfl | 2005-09-22 16:18:19 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+bugfix: don't crash, if current_frame->ns == NULL
+------------------------------------------------------------------------
+r15966 | ulfl | 2005-09-22 16:16:54 -0500 (Thu, 22 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ses.c
+
+enhance heuristics:
+some Siemens SIMATIC protocols also use COTP, and shouldn't be 
+misinterpreted as SES.
+the starter in this case is fixed to 0x32 (SES_MINOR_SYNC_ACK for SES), 
+so if the following parameter type is unknown, it's probably SIMATIC and not SES
+------------------------------------------------------------------------
+r15965 | ulfl | 2005-09-22 16:14:39 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list.c
+
+do freeze/thaw in packet_list_set_selected_row only, if the list must be moved. This avoids some screen flickering.
+------------------------------------------------------------------------
+r15964 | ulfl | 2005-09-22 16:12:51 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+
+change ConnectCR flag item sequence, so the "most significant" bit will come first (as done in the other req/responses)
+------------------------------------------------------------------------
+r15963 | ulfl | 2005-09-22 16:09:02 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
+
+bugfix: don't simply use length field value from packet data, ensure the bytes really exist
+------------------------------------------------------------------------
+r15962 | ulfl | 2005-09-22 16:07:25 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+add two more bind reject reasons from the specs
+------------------------------------------------------------------------
+r15961 | guy | 2005-09-22 13:39:25 -0500 (Thu, 22 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dtd_parse.l
+   M /trunk/epan/dtd_preparse.l
+   M /trunk/plugins/mate/mate_parser.l
+
+Make the private variables for various lexical analyzers static, so
+that we don't have all the lexical analyzers in libethereal share them
+(note that they're already static in radius_dict.l, so they weren't
+sharing with any other lexical analyzer), and so that OS X 10.3.9's
+run-time linker doesn't get upset at finding them defined in libethereal
+and the MATE plugin.
+
+Fix up indentation.
+
+------------------------------------------------------------------------
+r15960 | lego | 2005-09-22 12:01:06 -0500 (Thu, 22 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/stats_tree.c
+   M /trunk/epan/stats_tree_priv.h
+   M /trunk/gtk/stats_tree_stat.c
+
+Instead of checking if this is a new packet at every call to avoid recounting the packets at every rerun remove the tap listener of this stats tree.
+
+fixes bug 474
+
+------------------------------------------------------------------------
+r15959 | lego | 2005-09-22 11:41:53 -0500 (Thu, 22 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+in register_dtd() do not  leak the elements hash
+
+
+------------------------------------------------------------------------
+r15958 | kukosa | 2005-09-22 09:40:26 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+
+Call H245 decoding and tunelled protocols decoding at the end of H225 dissector. I makes less confusion in info column.
+------------------------------------------------------------------------
+r15957 | jmayer | 2005-09-22 05:07:26 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-hsrp.c
+
+Add the cisco url as well
+------------------------------------------------------------------------
+r15956 | jmayer | 2005-09-22 05:00:40 -0500 (Thu, 22 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-hsrp.c
+
+Add a comment on packets with opcode 3
+
+------------------------------------------------------------------------
+r15955 | jmayer | 2005-09-22 04:13:33 -0500 (Thu, 22 Sep 2005) | 1 line
+Changed paths:
+   A /trunk/tools/pidl/MANIFEST
+   M /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Proxy.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Stub.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJSHeader.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/SWIG.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Test.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
+
+Update from samba + new file MANIFEST
+------------------------------------------------------------------------
+r15954 | ulfl | 2005-09-21 21:18:19 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-netsync.c
+
+replace match_strval with val_to_str, where the output was used by string output, but not expecting NULL
+------------------------------------------------------------------------
+r15953 | guy | 2005-09-21 21:08:03 -0500 (Wed, 21 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/epan/dissectors/packet-x411.c
+
+Squelch some compiler warnings.
+
+------------------------------------------------------------------------
+r15952 | guy | 2005-09-21 21:00:38 -0500 (Wed, 21 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/capture_loop.c
+   M /trunk/tethereal.c
+
+Libpcap uses u_char; use it in our calls to libpcap routines and in our
+libpcap callback routine (if it's not getting defined, <pcap.h> doesn't
+work).
+
+------------------------------------------------------------------------
+r15951 | guy | 2005-09-21 20:53:54 -0500 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/capture_loop.c
+   M /trunk/tethereal.c
+
+Update to current reality (WinPcap 3.1) the messages shown on Windows if
+a capture device open fails.
+
+------------------------------------------------------------------------
+r15950 | ulfl | 2005-09-21 20:16:25 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+prevent output of NULL strings
+------------------------------------------------------------------------
+r15949 | ulfl | 2005-09-21 20:09:01 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+replace match_strval with val_to_str in several places, where the output was used by string output, but not expecting NULL
+------------------------------------------------------------------------
+r15948 | guy | 2005-09-21 19:51:11 -0500 (Wed, 21 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/gsm_ss/gsm_ss.cnf
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-x411.c
+
+Fix a bunch of places where we were calling "dissect_ber_octet_string()"
+with a non-null pointer-to-pointer-to-tvbuff and not checking whether
+the returned tvbuff pointer was non-null.
+
+------------------------------------------------------------------------
+r15947 | guy | 2005-09-21 18:30:26 -0500 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/gsm_ss/gsm_ss.cnf
+
+Set svn:eol-style properly, and get rid of a bogus proprty.  Fix the
+line endings.
+
+------------------------------------------------------------------------
+r15946 | guy | 2005-09-21 18:23:58 -0500 (Wed, 21 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-spnego.c
+
+dissect_ber_octet_string() can return a null tvbuff pointer, if the
+putative octet string isn't one; always check before using it to
+dissect, and don't call the dissector if the tvbuff is null.  This
+should fix bug 472.
+
+------------------------------------------------------------------------
+r15945 | guy | 2005-09-21 18:07:07 -0500 (Wed, 21 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_map.h
+
+OIDs are put into the protocol tree as strings containing a textual
+representation of the OID, so the fields for them should be of type
+FT_STRING.  This should fix bug 470.
+
+------------------------------------------------------------------------
+r15944 | jmayer | 2005-09-21 17:41:47 -0500 (Wed, 21 Sep 2005) | 5 lines
+Changed paths:
+   D /trunk/tools/pidl/pidl.1.xml
+
+
+pidl.1.xml doesn't exist any more in this form. It's now integrated
+into pidl itself. So remove the file again and also the reference to
+the file in tools/Makefile.am
+
+------------------------------------------------------------------------
+r15943 | ulfl | 2005-09-21 15:33:12 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+fix 467: when using -k command line option, convert interface name display string ("user_description: devicename" from Preferences) into device name. Hopefully this won't break the UNIX version.
+------------------------------------------------------------------------
+r15942 | ulfl | 2005-09-21 15:27:32 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+fix #465: replace all fprintf(stderr, ...) with g_warning(...) calls
+------------------------------------------------------------------------
+r15941 | ulfl | 2005-09-21 15:11:55 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.h
+   M /trunk/epan/xmlstub.h
+   M /trunk/gtk/capture_if_details_dlg.h
+   M /trunk/gtk/cfilter_combo_utils.h
+   M /trunk/gtk/fileset_dlg.h
+   M /trunk/gtk/main.h
+   M /trunk/gtk/range_utils.h
+
+fix/add doxygen comments
+------------------------------------------------------------------------
+r15940 | ulfl | 2005-09-21 15:08:32 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/fileset_dlg.c
+
+fix a copy/paste error inside of a comment 
+------------------------------------------------------------------------
+r15939 | sahlberg | 2005-09-21 15:05:13 -0500 (Wed, 21 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/epan/dissectors/packet-mip.c
+   M /trunk/epan/dissectors/packet-mpls-echo.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-ntp.h
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+get rid of strcpy in packet-ntp.c
+
+at the same time  change ntp_fmt_ts to return a pointer to ian ep-allocated buffer.
+remove the redundant buffer parameter in the signature and change all callers.
+
+
+------------------------------------------------------------------------
+r15938 | guy | 2005-09-21 13:27:28 -0500 (Wed, 21 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-spnego.c
+
+Some compilers don't allow a static declaration of a function inside
+another function, so move the declaration of
+dissect_spnego_PrincipalSeq() to the top of the file.
+
+------------------------------------------------------------------------
+r15937 | guy | 2005-09-21 12:42:11 -0500 (Wed, 21 Sep 2005) | 26 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/asn1/spnego/spnego.asn
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-spnego.c
+
+An InnerContextToken comes with an OID for the mechanism, which is what
+we use to determine how to interpret the token; don't bother fetching
+the OID attached to the frame or conversation, as we're not using it.
+
+Indent code in the .cnf file to match the code generated by asn2eth.
+
+The mechListMIC in a NegTokenInit is sometimes a sequence containing a
+string; check the header of the mechListMIC and dissect it as such a
+sequence or as a regular item depending on whether it's a sequence or
+not.
+
+If we see a supportedMech in a NegTokenTarg, save next_level_value for
+that OID with the conversation.
+
+Dissect a responseToken in a NegTokenTarg, and a mechListMIC in a
+NegTokenTarg, appropriately.
+
+Get rid of "gssapi_dissector_handle()", and just use
+next_level_value->handle - it was never being called if next_level_value
+was null.
+
+When we're dissecting a KRB5 blob, just use get_ber_identifier() to get
+the header, so we don't report an ASN.1 error if there isn't a BER
+identifier there; dissect the identifier and length only if we know we
+have them.
+
+------------------------------------------------------------------------
+r15936 | guy | 2005-09-21 12:33:04 -0500 (Wed, 21 Sep 2005) | 12 lines
+Changed paths:
+   D /trunk/epan/dissectors/packet-winsrepl.h
+
+Don't fill in a data structure for the packet while dissecting; we use
+almost none of the data - fill in only variables for what we need, and
+use proto_tree_add_item() in most cases.
+
+Move what's left of the packet-winsrepl.h header into packet-winsrepl.c,
+and get rid of the header.
+
+Dissect the name flags field in detail, as per the Samba code.
+
+We don't do any checks for whether the packet is a valid WINS
+replication packet, so don't make the dissector a new-style dissector.
+
+------------------------------------------------------------------------
+r15935 | guy | 2005-09-21 12:32:21 -0500 (Wed, 21 Sep 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-winsrepl.c
+
+Don't fill in a data structure for the packet while dissecting; we use
+almost none of the data - fill in only variables for what we need, and
+use proto_tree_add_item() in most cases.
+
+Move what's left of the packet-winsrepl.h header into packet-winsrepl.c,
+and get rid of the header.
+
+Dissect the name flags field in detail, as per the Samba code.
+
+We don't do any checks for whether the packet is a valid WINS
+replication packet, so don't make the dissector a new-style dissector.
+
+------------------------------------------------------------------------
+r15934 | gerald | 2005-09-21 11:18:30 -0500 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp.c
+
+Use a proper length for booleans.  If we have a malformed packet, throw an
+exception.  Fixes bug 468.
+
+------------------------------------------------------------------------
+r15933 | gerald | 2005-09-21 11:06:59 -0500 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   A /trunk/tools/pidl/pidl.1.xml
+   A /trunk/tools/pidl/tests
+   A /trunk/tools/pidl/tests/ndr_align.pl
+   A /trunk/tools/pidl/tests/ndr_alloc.pl
+   A /trunk/tools/pidl/tests/ndr_array.pl
+   A /trunk/tools/pidl/tests/ndr_refptr.pl
+   A /trunk/tools/pidl/tests/ndr_simple.pl
+   A /trunk/tools/pidl/tests/ndr_string.pl
+
+Add the "test" directory and man page to pidl.  This should hopefully
+fix the current distcheck and RPM build failures.
+
+------------------------------------------------------------------------
+r15932 | gerald | 2005-09-21 10:54:09 -0500 (Wed, 21 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/plugins/agentx/packet-agentx.c
+
+Move a comment to the right place.
+
+------------------------------------------------------------------------
+r15931 | sahlberg | 2005-09-21 10:38:12 -0500 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afs.c
+
+remove some strcpy() with g_snprintf()
+
+
+------------------------------------------------------------------------
+r15930 | gerald | 2005-09-21 10:26:12 -0500 (Wed, 21 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add an item about the X11 dissector.
+
+------------------------------------------------------------------------
+r15929 | gerald | 2005-09-21 10:03:19 -0500 (Wed, 21 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+If pinfo->match_string is null (e.g. when we're called from the Jabber
+dissector), don't try to look it up in a hash table.  Fixes the current
+Buildbot failure.
+
+------------------------------------------------------------------------
+r15928 | gerald | 2005-09-21 09:20:43 -0500 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/gtk/graph_analysis.c
+
+Free our flow graph strings when we're done with them.  Add a note about
+flow graphs to the release notes, along with other stuff.
+
+------------------------------------------------------------------------
+r15927 | ulfl | 2005-09-21 05:29:22 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-x11.c
+
+fix #372: the bug raised a "division by zero" exception. I've add a check for this and simply replaced the expression with 0 in that case. Don't know if it's correct to do so, but fixes the exception at least :-)
+------------------------------------------------------------------------
+r15926 | ulfl | 2005-09-21 05:22:14 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+bugfix: break out of an endless loop, if dissect_sip_common() returns 0 or -2, found in a file send to me by david martin in an attempt to fix #372
+------------------------------------------------------------------------
+r15925 | jmayer | 2005-09-21 04:50:09 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/pidl/README
+
+manpages are now done automagically
+------------------------------------------------------------------------
+r15924 | jmayer | 2005-09-21 04:40:45 -0500 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/tools/pidl/Makefile.PL
+   M /trunk/tools/pidl/README
+   M /trunk/tools/pidl/pidl
+   D /trunk/tools/pidl/pidl.1.xml
+
+Sync with samba: Update to fix manpage handling
+------------------------------------------------------------------------
+r15923 | gerald | 2005-09-20 22:28:22 -0500 (Tue, 20 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+
+In an attempt to fix bug 396, switch over to GStrings.  There still appears
+to be a problem with formatting, but we don't crash any more.
+
+------------------------------------------------------------------------
+r15922 | guy | 2005-09-20 21:12:24 -0500 (Tue, 20 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Use BASE_DEC_HEX for the identifier field; that means we don't have to
+use "proto_tree_add_uint_format()", we can just let the Ethereal core
+format it.
+
+------------------------------------------------------------------------
+r15921 | guy | 2005-09-20 20:47:46 -0500 (Tue, 20 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Squelch some compiler wranings, and fix up the creation of a subset
+tvbuff.
+
+Fix indentation.
+
+------------------------------------------------------------------------
+r15920 | guy | 2005-09-20 20:39:39 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-user_encap.c
+
+Squelch a compiler warning.
+
+------------------------------------------------------------------------
+r15919 | guy | 2005-09-20 20:39:00 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/sigcomp-udvm.c
+
+I think this is the check that was intended....
+
+------------------------------------------------------------------------
+r15918 | guy | 2005-09-20 20:34:40 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/image/stock_dialog_stop_48.xpm
+
+Fix a compiler warning.
+
+------------------------------------------------------------------------
+r15917 | guy | 2005-09-20 20:34:04 -0500 (Tue, 20 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+Squelch a compiler warning (the argument might be used later).
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r15916 | guy | 2005-09-20 20:33:16 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/h450/packet-h450-template.c
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-h450.h
+
+Fix a compiler warning.
+
+------------------------------------------------------------------------
+r15915 | guy | 2005-09-20 20:15:32 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nbns.c
+
+Fix a comment.
+
+------------------------------------------------------------------------
+r15914 | guy | 2005-09-20 19:00:43 -0500 (Tue, 20 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-winsrepl.c
+
+Put in some comments based on stuff seen in the Samba code
+(include/nameserv.h, code in wrepld).
+
+------------------------------------------------------------------------
+r15913 | guy | 2005-09-20 17:55:48 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-app-pkix-cert.c
+
+Give it an RCS ID.
+
+------------------------------------------------------------------------
+r15912 | guy | 2005-09-20 17:53:31 -0500 (Tue, 20 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-h221_nonstd.c
+
+Fix the name in the comment.
+
+Give it an RCS ID.
+
+------------------------------------------------------------------------
+r15911 | guy | 2005-09-20 17:52:31 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-actrace.c
+   M /trunk/epan/dissectors/packet-actrace.h
+
+Give them RCS IDs.
+
+------------------------------------------------------------------------
+r15910 | guy | 2005-09-20 17:51:42 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dis-enums.c
+   M /trunk/epan/dissectors/packet-dis-enums.h
+   M /trunk/epan/dissectors/packet-dis-fields.c
+   M /trunk/epan/dissectors/packet-dis-fields.h
+   M /trunk/epan/dissectors/packet-dis-pdus.c
+   M /trunk/epan/dissectors/packet-dis-pdus.h
+   M /trunk/epan/dissectors/packet-dis.c
+
+Give them RCS IDs.
+
+------------------------------------------------------------------------
+r15909 | guy | 2005-09-20 17:49:54 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+Give it an RCS ID.
+
+------------------------------------------------------------------------
+r15908 | etxrab | 2005-09-20 15:25:55 -0500 (Tue, 20 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
+
+From Hannes Gredler:
+patch to support 4 additional juniper DLTs.
+
+all those are wrappers for exisiting media types augmented with meta-information which gets also displayed using this patch;
+
+------------------------------------------------------------------------
+r15907 | etxrab | 2005-09-20 15:20:08 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jabber.c
+
+From Kaul:
+Jabber traffic is XML, attached patch dissects it as such
+------------------------------------------------------------------------
+r15906 | etxrab | 2005-09-20 15:04:01 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+
+Fix bug #404 Decoding of MSISDN on GSM is incomplete.  
+------------------------------------------------------------------------
+r15905 | sahlberg | 2005-09-20 14:42:40 -0500 (Tue, 20 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp.c
+
+from francesco
+
+update to remove sprintf()
+
+
+
+------------------------------------------------------------------------
+r15904 | sahlberg | 2005-09-20 14:36:38 -0500 (Tue, 20 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp.c
+
+make options field  filterable
+
+remove silly rotating buffers
+
+
+
+------------------------------------------------------------------------
+r15903 | guy | 2005-09-20 14:01:04 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-winsrepl.c
+
+Set EOL type and expansion of $Id$.
+
+------------------------------------------------------------------------
+r15902 | etxrab | 2005-09-20 13:45:21 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/plugins/megaco/packet-megaco.c
+
+Fix bug #343 Parsing Problem - TransactionResponseAck (MEGACO).
+------------------------------------------------------------------------
+r15901 | gerald | 2005-09-20 12:26:43 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/sigcomp-udvm.c
+
+Be more paranoid about buffer overruns.
+
+------------------------------------------------------------------------
+r15900 | gerald | 2005-09-20 12:24:23 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/asn1.c
+   M /trunk/epan/dtd_parse.l
+
+Fix a couple of errors found by valgrind.
+
+------------------------------------------------------------------------
+r15899 | gerald | 2005-09-20 12:23:19 -0500 (Tue, 20 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/reassemble.c
+
+Don't try to reassemble a zero-length fragment.  Add a comment to
+reassemble.c about the handling of zero-length fragments.
+
+------------------------------------------------------------------------
+r15898 | jmayer | 2005-09-20 10:19:11 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Francesco Fondelli: Add dcp support (forgot this file)
+
+------------------------------------------------------------------------
+r15897 | jmayer | 2005-09-20 10:18:28 -0500 (Tue, 20 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
+   M /trunk/epan/address.h
+   A /trunk/epan/dissectors/packet-dcp.c
+   A /trunk/epan/dissectors/packet-dcp.h
+   M /trunk/epan/ipproto.c
+   M /trunk/epan/ipproto.h
+
+
+Francesco Fondelli; Add dcp support
+
+------------------------------------------------------------------------
+r15896 | jmayer | 2005-09-20 10:08:14 -0500 (Tue, 20 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/tools/Makefile.am
+
+
+Add the pidl files.
+
+------------------------------------------------------------------------
+r15895 | kukosa | 2005-09-20 09:14:07 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-per.c
+
+get rid of few warnings
+------------------------------------------------------------------------
+r15894 | kukosa | 2005-09-20 05:56:08 -0500 (Tue, 20 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/asn1/h450/packet-h450-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/tools/asn2eth.py
+
+asn2eth 
+ - #.FN_BODY accepts parameters too
+ - single line variant of #.FN_PAR is possible
+ - new parameter FN_VARIANT for OBJECT IDENTIFIER
+packet-per.c
+ - dissect_per_object_identifier() returns value as tvb
+ - new dissect_per_object_identifier_str() function
+PER dissectors adapted and regenerated
+------------------------------------------------------------------------
+r15893 | ulfl | 2005-09-20 04:02:38 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+fix: packet-lldp.c(2071) : warning C4761: integral size mismatch in argument; conversion supplied
+------------------------------------------------------------------------
+r15892 | ulfl | 2005-09-20 03:55:50 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+fix: packet-dcerpc.c(4019) : warning C4018: '<' : signed/unsigned mismatch
+------------------------------------------------------------------------
+r15891 | ulfl | 2005-09-20 03:42:35 -0500 (Tue, 20 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/capture.c
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/main.c
+
+add two new callbacks:
+cf_cb_file_closing (called before closing a capture file) cf_cb_file_closed will be called afterwards, but both only if a file is really closed as cf_close is called more often ...
+
+If we are closing large capture files (~20MB), the screen looks ugly while the file is closed. Change this so the screen will immediately go back to initial state and a dialog (without buttons) is shown that the file is currently closed. As the operation which takes most of the time to close the file is a single eth_clist_clear call, we can't use a progress bar here.
+
+cf_cb_live_capture_stopping: called when the user wants to stop the capture (toolbar or menu clicked). At least on Win32, the time between this and the actual stop completed can be noticeable (1-2 seconds), so the user doesn't know if the button press did anything at all. Do something similar as above, show a dialog box without buttons to inform that the close is in progress.
+------------------------------------------------------------------------
+r15890 | ulfl | 2005-09-20 03:31:09 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/capture_wpcap_packet.c
+
+fix a compiler warning (... copied from RFC2553 :-)
+------------------------------------------------------------------------
+r15889 | ulfl | 2005-09-20 03:18:41 -0500 (Tue, 20 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+if the capture child pops up it's own console, title it as such
+------------------------------------------------------------------------
+r15888 | guy | 2005-09-20 03:01:00 -0500 (Tue, 20 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/capture_if_details_dlg.c
+
+Squelch a compiler warning.
+
+------------------------------------------------------------------------
+r15887 | ulfl | 2005-09-19 21:10:48 -0500 (Mon, 19 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/gtk/capture_if_details_dlg.c
+
+the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t and use it here (ok, this *is* a dirty hack)
+
+don't know why the last commit compiled on my machine and not on the buildbot.
+------------------------------------------------------------------------
+r15886 | ulfl | 2005-09-19 20:53:38 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/dlg_utils.c
+   M /trunk/gtk/simple_dialog.c
+   M /trunk/simple_dialog.h
+
+enhance simple dialog: add the possibility to use no buttons at all and add a stop icon (similar to the splash_window, but with a slightly different layout and a way to choose the icon shown)
+------------------------------------------------------------------------
+r15885 | ulfl | 2005-09-19 20:45:35 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/image/README.image
+   A /trunk/image/stock_dialog_stop_48.xpm
+
+add a new stop icon 48x48 for (simple) dialogs (derived from the openoffice stock icons and slightly enlarged using the Gimp)
+------------------------------------------------------------------------
+r15884 | lego | 2005-09-19 19:31:53 -0500 (Mon, 19 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dtd_parse.l
+
+ avoid freeing the last location twice.
+
+add some #ifed out code to help debugging the parser
+
+
+------------------------------------------------------------------------
+r15883 | jmayer | 2005-09-19 18:33:45 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/tools/pidl
+
+Add svn:ignore from samba
+------------------------------------------------------------------------
+r15882 | jmayer | 2005-09-19 18:31:47 -0500 (Mon, 19 Sep 2005) | 3 lines
+Changed paths:
+   A /trunk/tools/pidl
+   A /trunk/tools/pidl/Makefile.PL
+   A /trunk/tools/pidl/README
+   A /trunk/tools/pidl/TODO
+   A /trunk/tools/pidl/idl.yp
+   A /trunk/tools/pidl/lib
+   A /trunk/tools/pidl/lib/Parse
+   A /trunk/tools/pidl/lib/Parse/Pidl
+   A /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal
+   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Header.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Proxy.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Stub.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJSHeader.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Header.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/SWIG.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Test.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl.pm
+   A /trunk/tools/pidl/pidl
+   A /trunk/tools/pidl/pidl.1.xml
+   A /trunk/tools/pidl/ref_notes.txt
+   A /trunk/tools/pidl/smb_interfaces.pm
+   A /trunk/tools/pidl/smb_interfaces.yp
+
+Revert back to local copy: The samba svn server does not support svn
+over http - this was a much requested feature for Ethereals svn server.
+
+------------------------------------------------------------------------
+r15881 | jmayer | 2005-09-19 18:29:03 -0500 (Mon, 19 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/tools
+
+pidl: Revert back to local copy. The samba svn server does not support svn
+over http - this was a much requested feature for Ethereal's svn server.
+
+------------------------------------------------------------------------
+r15880 | jmayer | 2005-09-19 16:24:46 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/FAQ
+   M /trunk/help/faq.txt
+
+Update faq
+------------------------------------------------------------------------
+r15879 | jmayer | 2005-09-19 16:24:07 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/manuf
+   M /trunk/wka.tmpl
+
+Jim Young: LLDP improvements
+------------------------------------------------------------------------
+r15878 | ulfl | 2005-09-19 15:59:50 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/gtk/capture_if_details_dlg.c
+
+fix #340: define the missing sockaddr_storage struct to be able to use Packet32.h even with WinPcap 3.1 and without the platform SDK
+------------------------------------------------------------------------
+r15877 | gerald | 2005-09-19 15:50:51 -0500 (Mon, 19 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dtd.h
+
+Small whitespace cleanup.
+
+------------------------------------------------------------------------
+r15876 | gerald | 2005-09-19 15:50:10 -0500 (Mon, 19 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/sigcomp-udvm.c
+
+Throw an exception instead of trying to read past the end of a buffer.
+Fixes bug 455.
+
+------------------------------------------------------------------------
+r15875 | lego | 2005-09-19 14:48:55 -0500 (Mon, 19 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
+
+display something useful in the radius VSA item
+
+
+------------------------------------------------------------------------
+r15874 | gerald | 2005-09-19 14:46:25 -0500 (Mon, 19 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-spnego.c
+
+Don't dereference a null pointer.  Fixes bug 460.
+
+------------------------------------------------------------------------
+r15873 | lego | 2005-09-19 14:36:32 -0500 (Mon, 19 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+Change "Value" into "VSA" for Vendor SPecific Attributes
+
+------------------------------------------------------------------------
+r15872 | etxrab | 2005-09-19 14:11:50 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-amr.c
+
+Add a preference to decode different types of AMR payload.
+------------------------------------------------------------------------
+r15871 | gerald | 2005-09-19 12:50:38 -0500 (Mon, 19 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-afs4int.c
+
+Throw an exception if our ACL length is flat-out wrong.
+
+------------------------------------------------------------------------
+r15870 | lego | 2005-09-19 12:42:02 -0500 (Mon, 19 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/epan/radius_dict.l
+
+
+- allow multiple attributes inside one VSA (fixes bug 438)
+- preference to choose whether to add the AVP's payload length items
+- preference to add an alternate UDP port
+
+
+------------------------------------------------------------------------
+r15869 | gerald | 2005-09-19 11:23:05 -0500 (Mon, 19 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-spnego.c
+
+In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.
+Fixes bugs 448, 449, 451, 452, 454, 456, and 461.
+
+Add similar TVB checks to the BER dissector.
+
+------------------------------------------------------------------------
+r15868 | jmayer | 2005-09-19 09:59:32 -0500 (Mon, 19 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/pidl/README
+
+
+Change README to reflect the fact that tools/pidl is now a
+svn:externals reference.
+
+------------------------------------------------------------------------
+r15867 | jmayer | 2005-09-19 09:53:46 -0500 (Mon, 19 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/tools
+
+Add svn:externals for pidl: That way svn up will pull the pidl sources
+directly from the samba svn instead of keeping a copy of them in the
+Ethereal svn.
+
+
+------------------------------------------------------------------------
+r15866 | jmayer | 2005-09-19 09:50:23 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   D /trunk/tools/pidl
+
+Change pidl to svn:externals
+------------------------------------------------------------------------
+r15865 | jmayer | 2005-09-19 08:26:49 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   A /trunk/epan/dissectors/pidl/idl_types.h
+
+Add idl_types.h from samba to fix warning
+------------------------------------------------------------------------
+r15864 | jmayer | 2005-09-19 04:23:52 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/pidl/README
+
+Point to tools/pidl/README.ethereal
+------------------------------------------------------------------------
+r15863 | guy | 2005-09-19 03:09:41 -0500 (Mon, 19 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-winsrepl.c
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r15862 | sahlberg | 2005-09-19 03:06:25 -0500 (Mon, 19 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+
+sometimes it seems that we have the text based h248/megaco running ontop of
+m3ua  and not the binary one.
+
+
+make the binary dissector check if it is really the text based one to be used and if so
+call that dissector instead.
+
+
+
+------------------------------------------------------------------------
+r15861 | kukosa | 2005-09-19 02:35:05 -0500 (Mon, 19 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h450/packet-h450-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/tools/asn2eth.py
+
+remove unused parameter 'name' from dissect_per_choice()
+------------------------------------------------------------------------
+r15860 | jmayer | 2005-09-18 16:58:39 -0500 (Sun, 18 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/tools/checkhf.pl
+
+Small update
+------------------------------------------------------------------------
+r15859 | jmayer | 2005-09-18 16:57:59 -0500 (Sun, 18 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/tools/pidl
+   M /trunk/tools/pidl/README.ethereal
+   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
+   D /trunk/tools/pidl/pm_to_blib
+
+Update README.ethereal and sync with current samba tree
+------------------------------------------------------------------------
+r15858 | ulfl | 2005-09-18 15:11:54 -0500 (Sun, 18 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+assert that tvb is not NULL
+------------------------------------------------------------------------
+r15857 | etxrab | 2005-09-18 15:04:04 -0500 (Sun, 18 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
+
+Change some of the asn1 functions to use packet-ber ones.
+------------------------------------------------------------------------
+r15856 | guy | 2005-09-18 11:54:00 -0500 (Sun, 18 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+If the tag field is a bitfield, always show it as such, otherwise always
+show the value of 1 1111 as "Continued" in the bitfield and the actual
+tag value in the following bytes.
+
+Show the BER identifier data before an OID if we're showing internal BER
+fields.
+
+------------------------------------------------------------------------
+r15855 | ulfl | 2005-09-18 06:18:42 -0500 (Sun, 18 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+as discussed in the Users list: replace "Short Frame" by "Packet size limited during capture" message
+------------------------------------------------------------------------
+r15854 | lego | 2005-09-18 04:10:03 -0500 (Sun, 18 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+add dtds to EXTRA_DIST
+
+
+------------------------------------------------------------------------
+r15853 | etxrab | 2005-09-17 16:02:51 -0500 (Sat, 17 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+If unkown Tag's are found in a set add length.
+------------------------------------------------------------------------
+r15852 | lego | 2005-09-17 12:17:42 -0500 (Sat, 17 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/dtds
+   A /trunk/dtds/dc.dtd
+   A /trunk/dtds/itunes.dtd
+   A /trunk/dtds/rss.dtd
+   A /trunk/dtds/smil.dtd
+   M /trunk/packaging/nsis/ethereal.nsi
+
+Get the first few dtds installed.
+
+
+------------------------------------------------------------------------
+r15851 | lego | 2005-09-17 12:05:46 -0500 (Sat, 17 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dtd.h
+   M /trunk/epan/dtd_grammar.lemon
+   M /trunk/epan/dtd_parse.l
+   M /trunk/epan/dtd_preparse.l
+
+Because there's more than just text in XML...
+
+DTDs are imported to create fields
+
+
+------------------------------------------------------------------------
+r15850 | ulfl | 2005-09-17 09:14:24 -0500 (Sat, 17 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h1.c
+
+using heur_dissector_add("cotp_is") doesn't seem to be enough, if H1 is used over TCP/TPKT (RFC1006). Add heur_dissector_add("cotp") so it will be dissected correctly, hopefully this won't introduce new problems with other "cotp" heuristics ...
+------------------------------------------------------------------------
+r15849 | sahlberg | 2005-09-17 07:16:11 -0500 (Sat, 17 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+
+remove some strcpy()
+
+
+------------------------------------------------------------------------
+r15848 | sahlberg | 2005-09-17 07:09:36 -0500 (Sat, 17 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcswils.c
+
+remove some strcpy()
+
+
+------------------------------------------------------------------------
+r15847 | guy | 2005-09-16 21:14:44 -0500 (Fri, 16 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/strerror.c
+
+Fix Gerald's e-mail address (and possibly provoke a copy of the main
+repository to the anonymous repository - the current anonymous
+repository appears to be out-of-date, which is breaking the buildbot).
+
+------------------------------------------------------------------------
+r15846 | guy | 2005-09-16 19:39:52 -0500 (Fri, 16 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+
+Mark some unused and unremovable arguments as unused.
+
+------------------------------------------------------------------------
+r15845 | guy | 2005-09-16 19:31:15 -0500 (Fri, 16 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/format-oid.h (from /trunk/epan/format-oid.h:15844)
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-smb-browse.c
+   M /trunk/epan/dissectors/packet-smb-mailslot.c
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+   M /trunk/epan/dissectors/packet-smb.c
+   A /trunk/epan/dissectors/packet-smb.h (from /trunk/epan/smb.h:15844)
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   A /trunk/epan/dissectors/rpc_defrag.h (from /trunk/epan/rpc_defrag.h:15844)
+   D /trunk/epan/format-oid.h
+   D /trunk/epan/rpc_defrag.h
+   D /trunk/epan/smb.h
+   M /trunk/gtk/smb_stat.c
+   M /trunk/tap-smbsids.c
+   M /trunk/tap-smbstat.c
+
+Move some headers for stuff defined by a dissector into epan/dissectors
+- and rename smb.h to packet-smb.h, as it's packet-smb.c's header file.
+
+------------------------------------------------------------------------
+r15844 | guy | 2005-09-16 19:02:31 -0500 (Fri, 16 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/Makefile.common
+   D /trunk/aftypes.h
+   D /trunk/arcnet_pids.h
+   M /trunk/asn1/h248/packet-h248-template.c
+   D /trunk/bridged_pids.h
+   D /trunk/chdlctypes.h
+   M /trunk/configure.in
+   M /trunk/epan/Makefile.common
+   A /trunk/epan/aftypes.h (from /trunk/aftypes.h:15843)
+   A /trunk/epan/arcnet_pids.h (from /trunk/arcnet_pids.h:15843)
+   A /trunk/epan/bridged_pids.h (from /trunk/bridged_pids.h:15843)
+   A /trunk/epan/chdlctypes.h (from /trunk/chdlctypes.h:15843)
+   M /trunk/epan/dissectors/packet-3com-xns.c
+   M /trunk/epan/dissectors/packet-aarp.c
+   M /trunk/epan/dissectors/packet-ap1394.c
+   M /trunk/epan/dissectors/packet-arcnet.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-asap.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-bacnet.c
+   M /trunk/epan/dissectors/packet-bpdu.c
+   M /trunk/epan/dissectors/packet-brdwlk.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cisco-oui.c
+   M /trunk/epan/dissectors/packet-cisco-wireless.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-dec-bpdu.c
+   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/epan/dissectors/packet-dua.c
+   M /trunk/epan/dissectors/packet-eap.c
+   M /trunk/epan/dissectors/packet-eapol.c
+   M /trunk/epan/dissectors/packet-enc.c
+   M /trunk/epan/dissectors/packet-enrp.c
+   M /trunk/epan/dissectors/packet-esis.c
+   M /trunk/epan/dissectors/packet-eth.c
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-fcfcs.c
+   M /trunk/epan/dissectors/packet-fcfzs.c
+   M /trunk/epan/dissectors/packet-fclctl.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-fcsb3.c
+   M /trunk/epan/dissectors/packet-fcsp.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/dissectors/packet-g723.c
+   M /trunk/epan/dissectors/packet-gmrp.c
+   M /trunk/epan/dissectors/packet-gre.c
+   M /trunk/epan/dissectors/packet-gvrp.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h261.c
+   M /trunk/epan/dissectors/packet-h263.c
+   M /trunk/epan/dissectors/packet-hpext.c
+   M /trunk/epan/dissectors/packet-hpsw.c
+   M /trunk/epan/dissectors/packet-iapp.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-idp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee802a.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-ipfc.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-isis-clv.c
+   M /trunk/epan/dissectors/packet-isis.c
+   M /trunk/epan/dissectors/packet-isl.c
+   M /trunk/epan/dissectors/packet-ismp.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-iua.c
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/epan/dissectors/packet-lapbether.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-lmi.c
+   M /trunk/epan/dissectors/packet-lmp.c
+   M /trunk/epan/dissectors/packet-loop.c
+   M /trunk/epan/dissectors/packet-m2pa.c
+   M /trunk/epan/dissectors/packet-m2tp.c
+   M /trunk/epan/dissectors/packet-m2ua.c
+   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/epan/dissectors/packet-maccontrol.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mpeg1.c
+   M /trunk/epan/dissectors/packet-mpls.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-netbios.c
+   M /trunk/epan/dissectors/packet-nt-oui.c
+   M /trunk/epan/dissectors/packet-nt-sonmp.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-osi-options.c
+   M /trunk/epan/dissectors/packet-osi.c
+   M /trunk/epan/dissectors/packet-pagp.c
+   M /trunk/epan/dissectors/packet-pflog.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/epan/dissectors/packet-q2931.c
+   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-q933.c
+   M /trunk/epan/dissectors/packet-redback.c
+   M /trunk/epan/dissectors/packet-retix-bpdu.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rpl.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-sll.c
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+   M /trunk/epan/dissectors/packet-smb-browse.c
+   M /trunk/epan/dissectors/packet-smb-mailslot.c
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-snaeth.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-sua.c
+   M /trunk/epan/dissectors/packet-symantec.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-teimanagement.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-vj.c
+   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/epan/dissectors/packet-x29.c
+   A /trunk/epan/etypes.h (from /trunk/etypes.h:15843)
+   A /trunk/epan/format-oid.h (from /trunk/format-oid.h:15843)
+   A /trunk/epan/greproto.h (from /trunk/greproto.h:15843)
+   A /trunk/epan/iax2_codec_type.h (from /trunk/iax2_codec_type.h:15843)
+   A /trunk/epan/ip_opts.h (from /trunk/ip_opts.h:15843)
+   A /trunk/epan/lapd_sapi.h (from /trunk/lapd_sapi.h:15843)
+   A /trunk/epan/llcsaps.h (from /trunk/llcsaps.h:15843)
+   A /trunk/epan/nlpid.h (from /trunk/nlpid.h:15843)
+   A /trunk/epan/oui.h (from /trunk/oui.h:15843)
+   A /trunk/epan/ppptypes.h (from /trunk/ppptypes.h:15843)
+   A /trunk/epan/rpc_defrag.h (from /trunk/rpc_defrag.h:15843)
+   A /trunk/epan/rtp_pt.h (from /trunk/rtp_pt.h:15843)
+   A /trunk/epan/sctpppids.h (from /trunk/sctpppids.h:15843)
+   A /trunk/epan/smb.h (from /trunk/smb.h:15843)
+   A /trunk/epan/x264_prt_id.h (from /trunk/x264_prt_id.h:15843)
+   D /trunk/etypes.h
+   D /trunk/format-oid.h
+   D /trunk/greproto.h
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls.c
+   D /trunk/iax2_codec_type.h
+   D /trunk/ip_opts.h
+   D /trunk/lapd_sapi.h
+   D /trunk/llcsaps.h
+   D /trunk/nlpid.h
+   D /trunk/oui.h
+   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/plugins/rdm/packet-rdm.c
+   M /trunk/plugins/rtnet/packet-rtnet.c
+   M /trunk/plugins/v5ua/packet-v5ua.c
+   D /trunk/ppptypes.h
+   D /trunk/rpc_defrag.h
+   D /trunk/rtp_pt.h
+   D /trunk/sctpppids.h
+   D /trunk/smb.h
+   M /trunk/tap-smbsids.c
+   M /trunk/tap-smbstat.c
+   D /trunk/x264_prt_id.h
+
+Move a pile of protocol-related headers from the top-level source
+directory to the epan directory.  Some of them should perhaps ultimately
+be moved to epan/dissectors, if they pertain only to stuff exported by a
+particular dissector.
+
+Fix Gerald's e-mail address in files we're moving.
+
+------------------------------------------------------------------------
+r15843 | ulfl | 2005-09-16 17:17:50 -0500 (Fri, 16 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+
+add an expert info based on QualityCode and a COL_INFO output
+------------------------------------------------------------------------
+r15842 | ulfl | 2005-09-16 17:14:33 -0500 (Fri, 16 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-pn-rt.c
+
+slightly shrink COL_INFO output
+------------------------------------------------------------------------
+r15841 | ulfl | 2005-09-16 17:05:50 -0500 (Fri, 16 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+split call id's with a #, if more than one DCE/RPC call is in a data PDU
+------------------------------------------------------------------------
+r15840 | gerald | 2005-09-16 11:25:53 -0500 (Fri, 16 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/gtk/conversations_table.c
+
+Sort each conversation column numerically.  Fix up whitespace.
+
+It looks like we can't put "COPYCMD=/Y" in config.nmake and expect nmake
+to do the right thing.  Add a comment, and set COPYCMD explicitly in the
+root Makefile.nmake.  The rest of the occurrences of xcopy will have to
+be taken care of at some point.
+
+------------------------------------------------------------------------
+r15839 | tpot | 2005-09-16 07:30:33 -0500 (Fri, 16 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Aargh - undo r15838 as I missed jmayer's commit of r15835.
+
+------------------------------------------------------------------------
+r15838 | tpot | 2005-09-16 07:11:17 -0500 (Fri, 16 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Comment out pidl dissectors for the moment to get the win32 build
+going again.  I have most of a patch to get it working but I don't
+think it will be finished tonight.
+
+------------------------------------------------------------------------
+r15837 | guy | 2005-09-16 04:47:18 -0500 (Fri, 16 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+If we've enabled the display of BER encapsulation tokens, only put them
+into the protocol tree once.
+
+Fix the offsets and lengths used to put the variable binding values into
+the protocol tree.
+
+------------------------------------------------------------------------
+r15836 | jmayer | 2005-09-16 04:31:05 -0500 (Fri, 16 Sep 2005) | 5 lines
+Changed paths:
+   A /trunk/tools/pidl
+   A /trunk/tools/pidl/Makefile.PL
+   A /trunk/tools/pidl/README
+   A /trunk/tools/pidl/README.ethereal
+   A /trunk/tools/pidl/TODO
+   A /trunk/tools/pidl/idl.yp
+   A /trunk/tools/pidl/lib
+   A /trunk/tools/pidl/lib/Parse
+   A /trunk/tools/pidl/lib/Parse/Pidl
+   A /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal
+   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Header.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Proxy.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Stub.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJSHeader.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Header.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/SWIG.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Test.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl.pm
+   A /trunk/tools/pidl/pidl
+   A /trunk/tools/pidl/pidl.1.xml
+   A /trunk/tools/pidl/pm_to_blib
+   A /trunk/tools/pidl/ref_notes.txt
+   A /trunk/tools/pidl/smb_interfaces.pm
+   A /trunk/tools/pidl/smb_interfaces.yp
+
+
+Add a local copy of pidl, add a README.ethereal to include
+minimalistic building and usage instructions.
+
+
+------------------------------------------------------------------------
+r15835 | jmayer | 2005-09-16 03:55:51 -0500 (Fri, 16 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dcerpc-atsvc.c (from /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c:15833)
+   A /trunk/epan/dissectors/packet-dcerpc-atsvc.h (from /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h:15833)
+   A /trunk/epan/dissectors/packet-dcerpc-initshutdown.c (from /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c:15833)
+   A /trunk/epan/dissectors/packet-dcerpc-initshutdown.h (from /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h:15833)
+   A /trunk/epan/dissectors/packet-dcerpc-winreg.c (from /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c:15833)
+   A /trunk/epan/dissectors/packet-dcerpc-winreg.h (from /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h:15833)
+
+
+Move the packet-dcerpc-*.[hc] from pidl/ back to dissectors.
+This makes Ethereal build again - there's no real reason that
+ethereal fails to build for such a long time on so many platforms.
+
+
+------------------------------------------------------------------------
+r15834 | jmayer | 2005-09-16 03:40:08 -0500 (Fri, 16 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/manuf
+   M /trunk/wka.tmpl
+
+wka.tmpl:
+        Show MS NLB Adresses individually
+manuf:
+        Update
+
+------------------------------------------------------------------------
+r15833 | guy | 2005-09-16 03:30:35 -0500 (Fri, 16 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Note problems with some values that appear in, for example, some SNMP
+captures.
+
+------------------------------------------------------------------------
+r15832 | guy | 2005-09-16 02:50:02 -0500 (Fri, 16 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+Fix a type.
+
+------------------------------------------------------------------------
+r15831 | tpot | 2005-09-15 23:25:12 -0500 (Thu, 15 Sep 2005) | 2 lines
+Changed paths:
+   A /trunk/epan/dissectors/pidl/winreg.cnf
+
+Add conformance file used for building winreg dissector.
+
+------------------------------------------------------------------------
+r15830 | ulfl | 2005-09-15 19:02:31 -0500 (Thu, 15 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list.c
+
+fixing the fix, it's time to go to bed ...
+------------------------------------------------------------------------
+r15829 | ulfl | 2005-09-15 18:44:07 -0500 (Thu, 15 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list.c
+
+bugfix: don't crash (assert), if jumping to the first packet and packet_list is currently empty. Can happen at capture start.
+------------------------------------------------------------------------
+r15828 | guy | 2005-09-15 18:39:08 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spnego.h
+
+Don't use u_char - not all platforms define it, and even those that do
+might require other files to be included to get it.
+
+------------------------------------------------------------------------
+r15827 | guy | 2005-09-15 18:17:42 -0500 (Thu, 15 Sep 2005) | 2 lines
+Changed paths:
+   A /trunk/asn1/spnego/Makefile
+
+Add a Makefile.
+
+------------------------------------------------------------------------
+r15826 | lego | 2005-09-15 14:30:44 -0500 (Thu, 15 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-alcap.c
+   M /trunk/epan/dissectors/packet-alcap.h
+
+Add more information regarding call legs.
+Make the release cause value filterable.
+
+
+------------------------------------------------------------------------
+r15825 | lego | 2005-09-15 14:26:05 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/stats_tree_stat.c
+
+leak fix
+
+
+------------------------------------------------------------------------
+r15824 | gerald | 2005-09-15 13:42:04 -0500 (Thu, 15 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+
+Fix fragment length checks.  Fixes bugs 440 and 442-446.
+
+------------------------------------------------------------------------
+r15823 | sahlberg | 2005-09-15 08:41:56 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-vines.c
+
+remove some redundant strcpy()
+
+
+------------------------------------------------------------------------
+r15822 | sahlberg | 2005-09-15 08:36:31 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+
+remove some redundant strcpy()
+
+
+------------------------------------------------------------------------
+r15821 | sahlberg | 2005-09-15 08:31:05 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+remove a whole bunch of strcpy()     fix minor bug where whe checked the wrong string before we display it
+
+
+------------------------------------------------------------------------
+r15820 | sahlberg | 2005-09-15 08:20:32 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-ospf.c
+
+update for ospf from Senthil Kumar Nagappan
+
+
+------------------------------------------------------------------------
+r15819 | sahlberg | 2005-09-15 05:20:08 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   D /trunk/epan/dissectors/dcerpc/atsvc
+
+delete the old dissector
+
+
+------------------------------------------------------------------------
+r15818 | sahlberg | 2005-09-15 05:19:25 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-dcerpc-atsvc.c
+   D /trunk/epan/dissectors/packet-dcerpc-atsvc.h
+
+delete the old dissector and point the makefile to the new dissector
+
+
+------------------------------------------------------------------------
+r15817 | sahlberg | 2005-09-15 05:18:08 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   A /trunk/epan/dissectors/pidl/atsvc.cnf
+   A /trunk/epan/dissectors/pidl/atsvc.idl
+   A /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
+   A /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h
+
+new  pidl generated atsvc dissector and its conformance file
+
+
+------------------------------------------------------------------------
+r15816 | guy | 2005-09-15 04:09:00 -0500 (Thu, 15 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/value_string.c
+
+Get rid of a no-longer-used variable.
+
+------------------------------------------------------------------------
+r15815 | guy | 2005-09-15 03:57:51 -0500 (Thu, 15 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/oui.h
+
+Move OUIs from LLDP dissector to oui.h.
+
+Get rid of remaining sprintf'ing into on-the-stack buffers.
+
+Note where some items came from.
+
+------------------------------------------------------------------------
+r15814 | guy | 2005-09-15 03:55:43 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/value_string.c
+
+Use ep_strdup_printf() to generate the "not found in value_string table"
+string for val_to_str().
+
+------------------------------------------------------------------------
+r15813 | guy | 2005-09-15 03:54:56 -0500 (Thu, 15 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/emem.h
+
+Tag ep_strdup_printf() and se_strdup_printf() as printf-like functions,
+so we get compile-time checking of arguments when possible.
+
+------------------------------------------------------------------------
+r15812 | tpot | 2005-09-15 02:34:52 -0500 (Thu, 15 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
+   D /trunk/epan/dissectors/packet-dcerpc-initshutdown.h
+   D /trunk/epan/dissectors/packet-dcerpc-reg.c
+   D /trunk/epan/dissectors/packet-dcerpc-reg.h
+   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+   A /trunk/epan/dissectors/pidl
+   A /trunk/epan/dissectors/pidl/README
+   A /trunk/epan/dissectors/pidl/initshutdown.idl
+   A /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
+   A /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h
+   A /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
+   A /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h
+   A /trunk/epan/dissectors/pidl/winreg.idl
+
+A first go at importing some pidl generated code into ethereal.  This 
+commit replaces the hand written dcerpc initshutdown and winreg 
+interfaces with autogenerated ones.  
+
+The pidl generated code is still a bit rought around the edges but will 
+hopefully improve with time.
+
+------------------------------------------------------------------------
+r15811 | guy | 2005-09-15 01:04:33 -0500 (Thu, 15 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/acinclude.m4
+   M /trunk/config.h.win32
+   M /trunk/configure.in
+
+Add PRIX64, as we now use it.
+
+------------------------------------------------------------------------
+r15810 | etxrab | 2005-09-15 00:38:37 -0500 (Thu, 15 Sep 2005) | 1 line
+Changed paths:
+   A /trunk/asn1/spnego
+   A /trunk/asn1/spnego/Makefile.nmake
+   A /trunk/asn1/spnego/packet-spnego-template.c
+   A /trunk/asn1/spnego/packet-spnego-template.h
+   A /trunk/asn1/spnego/spnego.asn
+   A /trunk/asn1/spnego/spnego.cnf
+   M /trunk/epan/dissectors/packet-spnego.c
+   A /trunk/epan/dissectors/packet-spnego.h
+
+Replace the spnego dissector with an asn2eth generated one.
+------------------------------------------------------------------------
+r15809 | guy | 2005-09-15 00:22:20 -0500 (Thu, 15 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+Rename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match TLV_TYPE_MASK.
+
+Use "tvb_format_stringzpad()" rather than "tvb_format_text()" on
+strings, as some of them are null-padded.  (XXX - are they null-padded
+or null-terminated?)
+
+Clean up the TLV length checks, and do many more such checks.
+
+------------------------------------------------------------------------
+r15808 | guy | 2005-09-14 23:08:53 -0500 (Wed, 14 Sep 2005) | 16 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+We already define ETHERTYPE_LLDP in "etypes.h" - use that, don't define
+our own.
+
+Get rid of MAC_to_str() - ether_to_str() suffices.
+
+Don't copy to on-the-stack fixed-size string buffers, just save the
+results of various formatting calls as pointers.
+
+Use tvb_format_text() to get displayable versions of text strings.
+
+Use tvb_get_ipv4() and tvb_get_ipv6().
+
+Don't put an item into the protocol tree as text and then put in a
+hidden item that, if unhidden, would display the same or almost exactly
+the same; just put the item into the tree unhidden.
+
+------------------------------------------------------------------------
+r15807 | guy | 2005-09-14 22:09:40 -0500 (Wed, 14 Sep 2005) | 22 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
+
+Properly handle 64-bit integer constants (they don't happen by magic,
+and the stuff you have to do is compiler-dependent, so use
+G_GINT64_CONSTANT()).
+
+Properly handle formatting 64-bit quantities (they don't format
+correctly by magic, and the stuff you have to do is compiler-dependent,
+so use PRI[duoxX]64).
+
+Don't copy the result of tvb_bytes_to_str() to a string buffer and then
+only use it as an argument to a "%s" - just use the result directly. 
+
+Don't copy constant strings to a buffer - just use the strings directly.
+
+Fetch 64-bit integral quantities with tvb_get_ntoh64(); they're
+presumably in a standard byte order, which is probably big-endian for
+Internet-family protocols, and using tvb_memcpy() is *guaranteed* to be
+wrong on some platforms.
+
+Fix up a format string.
+
+Fix up indentation a bit.
+
+------------------------------------------------------------------------
+r15806 | guy | 2005-09-14 22:03:29 -0500 (Wed, 14 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcswils.c
+
+Squelch some warnings, fix some typoes.
+
+------------------------------------------------------------------------
+r15805 | ulfl | 2005-09-14 18:15:12 -0500 (Wed, 14 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/tethereal.c
+
+fix wtap_dump_flush function name and don't check for it's return value. We don't do this check in Ethereal either and we will recognize problems at next write anyway ...
+------------------------------------------------------------------------
+r15804 | ulfl | 2005-09-14 16:57:30 -0500 (Wed, 14 Sep 2005) | 11 lines
+Changed paths:
+   M /trunk/capture_loop.c
+   M /trunk/editcap.c
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/file_dlg.c
+   M /trunk/mergecap.c
+   M /trunk/randpkt.c
+   M /trunk/ringbuffer.c
+   M /trunk/tethereal.c
+   M /trunk/wiretap/file_access.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap-int.h
+   M /trunk/wiretap/wtap.def
+   M /trunk/wiretap/wtap.h
+
+added compression support for capture file output. The Save/As dialog now has a checkbox "Compress with gzip"
+
+currently limited to Ethereal and all the variants of libpcap filetypes only.
+
+We might want to add output compression support to the other tools as well (tethereal, mergecap, ...).
+
+We might also want to add support for the other filetypes, but this is only possible if the filetype functions doesn't use special output operations like fseek.
+
+One bug is still left: if the input and output filetypes while saving are the same, Ethereal currently optimizes this by simply copy the binary file instead of using wiretap (so it will be faster but it will ignore the compress setting). 
+
+Don't know a good workaround for this, as I don't know a way to find out if the input file is currently compressed or not. One idea might be to use a heuristic on the filesize (compared to the packet size summmary). Another workaround I see is to remove this optimization, which is of course not the way I like to do it ...
+------------------------------------------------------------------------
+r15803 | ulfl | 2005-09-14 15:09:17 -0500 (Wed, 14 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+add E_OUTOFMEMORY
+------------------------------------------------------------------------
+r15802 | etxrab | 2005-09-14 14:14:23 -0500 (Wed, 14 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+From Peter Johansson
+I added a description for the call to DISSECTOR_ASSERT in proto.c to be 
+printed to stderr.
+
+------------------------------------------------------------------------
+r15801 | etxrab | 2005-09-14 14:11:23 -0500 (Wed, 14 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Fix a warning.
+------------------------------------------------------------------------
+r15800 | etxrab | 2005-09-14 14:06:54 -0500 (Wed, 14 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-lldp.c
+
+From Brian Bogora:
+Our company (Mitel) has developed an LLDP-MED plug-in for Ethereal.
+------------------------------------------------------------------------
+r15799 | etxrab | 2005-09-14 13:40:16 -0500 (Wed, 14 Sep 2005) | 16 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fc.h
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcct.h
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fcswils.h
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-scsi.c
+
+From Dinesh G Dutt
+
+Support some new messages and fix a couple of bugs.
+
+packet-fc.h - Added a #define for a Cisco MDS-specific frame called OHMS (online health mgmt srv) packet-fc.c - Support for OHMS frame, fixed an incorrect "malformed frame" error caused on ACK1 frames (they
+                   don't contain anything but (encap hdr + FC hdr + encap trailer), fixed incorrect detection of
+                   last-data-frame
+
+packet-fcct.h - Support for new service type, "Fabric Controller", used in conjunction with FC-SW3 ESS message,
+                     exported the service name value string definitions and  
+packet-fcct.c - Support for recognizing "Fabric Controller" service type and "vendor-specific" service
+
+packet-fcswils.h - Support for ESS & MRRA messages, defined as part of FC-SW3 packet-fcswils.c - Support for ESS & MRRA messages, defined as part of FC-SW3
+
+packet-scsi.c - Support for Verify and Write&Verify SBC commands.
+
+------------------------------------------------------------------------
+r15798 | etxrab | 2005-09-14 12:08:41 -0500 (Wed, 14 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Do the variable binding with dissect_ber_x() routines rather than asn1 ones.
+------------------------------------------------------------------------
+r15797 | etxrab | 2005-09-14 12:04:36 -0500 (Wed, 14 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Dont't carsh if dissect_ber_null() isn't passed a hf_id.
+------------------------------------------------------------------------
+r15796 | sahlberg | 2005-09-14 11:06:11 -0500 (Wed, 14 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+Allow dissection of dcerpc of short frames   instead of aborting as soon as it is detected the pdu is "short"
+
+
+------------------------------------------------------------------------
+r15795 | sahlberg | 2005-09-14 11:04:59 -0500 (Wed, 14 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+for octet strings that span beyond the end of a "short" tvb,   create a new subset tvb of what we have and use that  instead of bailing out completely.
+
+
+------------------------------------------------------------------------
+r15794 | sahlberg | 2005-09-14 11:02:54 -0500 (Wed, 14 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-spnego.c
+
+when we have raw keberos inside the spnego blob,   pass it as is over to
+the kerberos dissector  and do not strip the ber tag and lengths off
+
+
+------------------------------------------------------------------------
+r15793 | guy | 2005-09-14 03:59:41 -0500 (Wed, 14 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/afp_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+
+Have cf_retap_packets() take an argument that indicates whether to
+generate columns; use cf_retap_packets instead of cf_redissect_packets()
+when running taps (the general flow graph stat uses the Info column).
+
+------------------------------------------------------------------------
+r15792 | ulfl | 2005-09-13 21:07:20 -0500 (Tue, 13 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
+   M /trunk/packaging/nsis/ethereal.nsi
+
+fix #388: add /desktopicon and /quicklaunchicon command line options to the NSIS installer
+
+update the User's Guide accordingly
+------------------------------------------------------------------------
+r15791 | ulfl | 2005-09-13 18:46:42 -0500 (Tue, 13 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+
+Move "Expert Info" from "Statistics" to "Analyze" menu item.
+
+*significantly* improve performance (100000 infos from ~5min to 25sec!)
+
+Add a simple severity based filter mechanism.
+
+replace // style comments by /**/
+------------------------------------------------------------------------
+r15790 | ulfl | 2005-09-13 14:01:08 -0500 (Tue, 13 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/config.nmake
+
+Turn around the sequence of PATH, so the former PATH will be in front of the newly added things.
+
+This way, the cygwin link.exe command will be behind the link.exe from MSVC.
+
+Also added a definition of the docbook dir, floating around in my personal file for a while. This will be needed if the User's Guide is included in the NSIS installer later.
+------------------------------------------------------------------------
+r15789 | gerald | 2005-09-13 14:01:01 -0500 (Tue, 13 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-smb.c
+
+In smb_trans_defragment(), throw an exception if we encounter a too-large
+fragment size.  The limit is conservatively set at 65536 bytes.  It may
+have to be increased.  Fixes bug 421.
+
+Add an entry to the release notes.
+
+------------------------------------------------------------------------
+r15788 | ulfl | 2005-09-13 13:45:52 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/menu.c
+   M /trunk/stat_menu.h
+
+implement a way to add menu items to the "Analyze" menu
+------------------------------------------------------------------------
+r15787 | ulfl | 2005-09-13 13:42:12 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/decode_as_dcerpc.c
+
+don't crash with a NULL pointer exception, if "do not decode as" is used
+------------------------------------------------------------------------
+r15786 | ulfl | 2005-09-13 13:40:58 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+add to the protocol item a short description what a "Short Frame" is
+------------------------------------------------------------------------
+r15785 | ulfl | 2005-09-13 13:39:26 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom-remunkn.c
+
+increment index of IID's in COL_INFO
+------------------------------------------------------------------------
+r15784 | ulfl | 2005-09-13 13:38:19 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/flow_graph.c
+
+use the same name for menu item and dialog box title, use the right capitalization for both
+------------------------------------------------------------------------
+r15783 | etxrab | 2005-09-13 11:56:28 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Get application ID from the packet.
+------------------------------------------------------------------------
+r15782 | etxrab | 2005-09-13 11:48:13 -0500 (Tue, 13 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/config.nmake
+
+From Peter Johansson
+PATH contents one had before starting the  build, that PATH is added to the new PATH variable 5 additional times 
+instead of 1.
+I have made changes (supplied) to config.nmake that takes care of this 
+problem.
+------------------------------------------------------------------------
+r15781 | ulfl | 2005-09-13 03:03:16 -0500 (Tue, 13 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+don't simply remove the expert_info output at BoundsError, but add the comment from Guy why this (usually) isn't a bug (because of a short snapshot length).
+------------------------------------------------------------------------
+r15780 | etxrab | 2005-09-13 00:05:19 -0500 (Tue, 13 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+From Ankur Aggarwal:
+First phase of testing revealed the following errors
+------------------------------------------------------------------------
+r15779 | etxrab | 2005-09-13 00:00:17 -0500 (Tue, 13 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-winsrepl.c
+
+From Stefan Metzmacher
+Some updates to the winsrepl-dssector to add COL_INFO strings...
+
+------------------------------------------------------------------------
+r15778 | etxrab | 2005-09-12 23:53:36 -0500 (Mon, 12 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/graph_analysis.h
+
+From Alejandro Vaquero.
+
+------------------------------------------------------------------------
+r15777 | etxrab | 2005-09-12 23:51:49 -0500 (Mon, 12 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-cimd.c
+   A /trunk/epan/dissectors/packet-cimd.h
+
+From Piros Lucian:
+A new dissector - cimd dissector. CIMD stands for Computer Interface to Message Distribution and it's used to transfer short messages between applications and Nokia Short Message Service Center.
+------------------------------------------------------------------------
+r15776 | guy | 2005-09-12 23:00:47 -0500 (Mon, 12 Sep 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/expert.h
+   A /trunk/epan/gnuc_format_check.h
+   M /trunk/epan/proto.h
+
+Move the definition of GNUC_FORMAT_CHECK() to its own header, use it in
+column-utils.h, and add it to expert.h, so we check the arguments to
+"expert_add_info_format()", at least if the format argument is a
+constant string.
+
+Fix some more calls to "expert_add_info_format()" to pass it a format
+string.
+
+Don't record BoundsError exceptions as expert events - they merely
+reflect a capture done with a snapshot length too short to capture all
+of the packet (any case where it's caused by something else is a bug).
+
+------------------------------------------------------------------------
+r15775 | guy | 2005-09-12 21:39:37 -0500 (Mon, 12 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+
+Don't pass an arbitrary string from a packet to a routine expecting a
+format string - the arbitrary string might contain "%" characters, so
+the routine might then fetch arbitrary junk and try to use it as, for
+example, a string pointer.
+
+------------------------------------------------------------------------
+r15774 | guy | 2005-09-12 19:50:43 -0500 (Mon, 12 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bgp.h
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-radius.c
+
+Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses to
+calls to "tvb_get_ipv4()" and "tvb_get_ipv6()".
+
+Fix a call in the BGP dissector to properly fetch an IEEE floating-point
+number.
+
+Update some I-D info.
+
+------------------------------------------------------------------------
+r15773 | guy | 2005-09-12 16:01:25 -0500 (Mon, 12 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan
+
+Ignore files generated from dtd_grammar.lemon, dtd_parse.l, and
+dtd_preparse.l.
+
+------------------------------------------------------------------------
+r15772 | ulfl | 2005-09-12 15:10:44 -0500 (Mon, 12 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/gtk/packet_list.c
+
+When jumping (e.g. using menu item Go/Go to Packet...) to a new packet which is currently not displayed, this newly selected packet will become the first in the packet list.
+
+This is inconvenient, as most of the time (at least) I'm interested not only in the packets behind the newly selected one, but also to have some history *before* it.
+
+So this change will scroll the packet list to have the selected packet after the first third of the packet list.
+
+This change won't take effect if the new packet is already visible (only the selection is changed) or it's near the beginning or end of the packet list (so the whole beginning/end of the list is shown).
+------------------------------------------------------------------------
+r15771 | ulfl | 2005-09-12 15:02:58 -0500 (Mon, 12 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+add number of defragmented bytes to the expert info output
+------------------------------------------------------------------------
+r15770 | guy | 2005-09-12 14:50:45 -0500 (Mon, 12 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/Makefile.nmake
+
+Get rid of "dtd_grammar.out" on a "make distclean".
+
+Get rid of all the Flex-generated (and Lemon-generated) files on a
+"nmake -f Makefile.nmake distclean".
+
+------------------------------------------------------------------------
+r15769 | guy | 2005-09-12 14:32:35 -0500 (Mon, 12 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/dtd_grammar.lemon
+   A /trunk/epan/dtd_parse.h
+   M /trunk/epan/dtd_parse.l
+
+Add a header file to declare routines defined in lexer and used in
+parser, or vice versa.
+
+------------------------------------------------------------------------
+r15768 | guy | 2005-09-12 10:54:20 -0500 (Mon, 12 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dtd_grammar.lemon
+
+Again, "g_strdown()" doesn't return a value in GLib 1.2[.x].
+
+------------------------------------------------------------------------
+r15767 | guy | 2005-09-12 02:55:14 -0500 (Mon, 12 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+"g_strdown()" doesn't return a value in GLib 1.2[.x]; don't depend on it
+doing so.
+
+------------------------------------------------------------------------
+r15766 | guy | 2005-09-12 02:44:11 -0500 (Mon, 12 Sep 2005) | 18 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/osi-utils.c
+
+The previous checkin for packet-isup.c was accidentally checked in along
+with some unrelated changes; it got rid of some calls to get IPv4/IPv6
+addresses and add them to the protocol tree, replacing them with
+proto_tree_add_item() calls, and fixed up the length of one protocol
+tree item.
+
+Note that we have (at least) three count 'em three different routines
+for dissecting/displaying NSAPs (there might be more - I might have
+missed some), and suggest that we might want to reduce that to one.
+
+Update the URL for ICP values for IPv{4,6} addresses inside NSAPs.
+
+Fix the offset in the call to add the IPv6 address part of an NSAP
+containing such an address, and the length in the call adding the DSP
+for an NSAP containing an IPv4 address.
+
+Fix up indentation a bit.
+
+------------------------------------------------------------------------
+r15765 | tuexen | 2005-09-12 01:24:02 -0500 (Mon, 12 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+In now supports also:
+  - http://www.ietf.org/internet-drafts/draft-ietf-tsvwg-sctpimpguide-15.txt
+  - http://www.ietf.org/internet-drafts/draft-ietf-tsvwg-addip-sctp-13.txt
+  - http://www.ietf.org/internet-drafts/draft-stewart-sctp-pktdrprep-02.txt
+  - http://www.ietf.org/internet-drafts/draft-ietf-tsvwg-sctp-auth-01.txt
+  - http://www.ietf.org/internet-drafts/draft-ladha-sctp-nonce-02.txt
+
+
+------------------------------------------------------------------------
+r15764 | guy | 2005-09-12 01:21:35 -0500 (Mon, 12 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_and_mask.c
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/ipv6-utils.h
+
+Don't collide with the "regular" IPv6 defintions in at least some
+platforms in ipv6-utils.h.
+
+------------------------------------------------------------------------
+r15763 | ulfl | 2005-09-11 19:29:19 -0500 (Sun, 11 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+fix fault defragmentation the same way as in the request/response path
+
+Unfortunately, I don't have a capture file to test this...
+------------------------------------------------------------------------
+r15762 | ulfl | 2005-09-11 19:16:57 -0500 (Sun, 11 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
+
+fix reassembling problem I've introduced yesterday, by using fragment_add_seq_next() function instead of fragment_add()
+
+in addition, I had to implement fragment_get_reassembled() in addition to fragment_get(), which works with reassembled_table
+------------------------------------------------------------------------
+r15761 | guy | 2005-09-11 17:31:36 -0500 (Sun, 11 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-clnp.c
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r15760 | guy | 2005-09-11 17:25:33 -0500 (Sun, 11 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/expert.c
+   M /trunk/epan/expert.h
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/gtk/expert_dlg.c
+
+Frame numbers are unsigned, and they start at 1; 0 is what's used for
+"unknown" for frame numbers.  Note that in epan/frame_data.h, and make
+the frame number in experts unsigned, and use 0 for "unknown", and
+display it as an unsigned number - and, if it's 0, don't display it at
+all.
+
+Fix the signature of "expert_dlg_draw()" to match what a tap's draw
+routine's signature is expected to be.
+
+------------------------------------------------------------------------
+r15759 | guy | 2005-09-11 17:19:41 -0500 (Sun, 11 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+Add some braces to squelch a compiler warning.
+
+Fix up indentation.
+
+------------------------------------------------------------------------
+r15758 | guy | 2005-09-11 16:25:37 -0500 (Sun, 11 Sep 2005) | 11 lines
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/epan/addr_and_mask.c
+   M /trunk/epan/dissectors/packet-aodv.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-auto_rp.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-igmp.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-manolito.c
+   M /trunk/epan/dissectors/packet-msdp.c
+   M /trunk/epan/dissectors/packet-msnip.c
+   M /trunk/epan/dissectors/packet-msproxy.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-nsip.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-quake3.c
+   M /trunk/epan/dissectors/packet-skinny.c
+   M /trunk/epan/dissectors/packet-socks.c
+   M /trunk/epan/dissectors/packet-teredo.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-wccp.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+   M /trunk/plugins/opsi/packet-opsi.c
+   M /trunk/plugins/profinet/packet-pn-dcp.c
+
+Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,
+and that extract IPv6 addresses into a "struct e_in6_addr", with
+tvb_get_ipv4() and tvb_get_ipv6() calls - except for some that we
+remove, by using proto_tree_add_item(), rather than replacing.
+
+Have epan/tvbuff.h include epan/ipv6-utils.h, to define "struct
+e_in6_addr" (not necessary to declare the tvbuff routines, but including
+it there means "struct e_in6_addr" is guaranteed to be defined before
+those declarations, so we don't get compiler complaints if we define it
+*after* those declarations).
+
+------------------------------------------------------------------------
+r15757 | ulfl | 2005-09-11 16:10:26 -0500 (Sun, 11 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
+
+rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,
+as connection oriented (cn) and connectionless (dg) DCE/RPC uses different ways to handle defragmentation and this function is only used for dg
+------------------------------------------------------------------------
+r15756 | etxrab | 2005-09-11 16:10:20 -0500 (Sun, 11 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-spnego.c
+
+Get rid of dependency on format-oid.h
+------------------------------------------------------------------------
+r15755 | ulfl | 2005-09-11 12:15:00 -0500 (Sun, 11 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/libethereal.def
+   M /trunk/gtk/expert_dlg.c
+
+some things fixed, leftover from code cleanup (thanks to the buggy MSVC dependencies)
+------------------------------------------------------------------------
+r15754 | ulfl | 2005-09-11 11:55:34 -0500 (Sun, 11 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/epan.c
+   A /trunk/epan/expert.c
+   A /trunk/epan/expert.h
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/gtk/Makefile.common
+   A /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/proto_draw.h
+
+I'm adding the "Expert Info" prototype now, as it seems to be in a state where others might have a look and probably already find it useful :-). Anyway, we can easily disable it at one or two places in the code if it get's in our way of a new release.
+
+Please see: http://wiki.ethereal.com/Development/ExpertInfo for a complete overview of the intended feature and it's current state of implementation.
+
+While I'm working on this, I've also added some more status result codes to the DCE/RPC and DCOM dissectors.
+------------------------------------------------------------------------
+r15753 | guy | 2005-09-10 14:43:41 -0500 (Sat, 10 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/proto.c
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+
+Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 and
+IPv6 addresses.  Use "tvb_get_ipv4()" in the WINS Replication dissector,
+so that it gets the right answer on little-endian *AND* big-endian
+machines.
+
+------------------------------------------------------------------------
+r15752 | guy | 2005-09-10 14:39:56 -0500 (Sat, 10 Sep 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+In "dissect_sip()", return 0 if "dissect_sip_common()" returns a
+negative value, so we reject the packet as "not SIP".
+
+Add a "dissect_sip_tcp_heur()" that's heuristic - it'll return FALSE if
+the first packet doesn't look like SIP, but once it's dissected one
+packet it'll just treat subsequent SIP packets as continuations if they
+don't look right.
+
+Clean up indentation a bit.
+
+------------------------------------------------------------------------
+r15751 | lego | 2005-09-10 13:59:02 -0500 (Sat, 10 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dtd_preparse.l
+
+propperly handle the errors when loading a file fails.
+
+
+------------------------------------------------------------------------
+r15750 | lego | 2005-09-10 13:46:03 -0500 (Sat, 10 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dtd_preparse.l
+
+don't use fgets() as MSVC does not implement it. use fgetc instead.
+
+
+------------------------------------------------------------------------
+r15749 | ulfl | 2005-09-10 13:33:32 -0500 (Sat, 10 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+
+fix MSVC slash/backslash and other such problems, now getting:
+
+dtd_preparse.obj : error LNK2001: Nichtaufgeloestes externes Symbol _fgetln
+
+MSVC doesn't support fgetln!
+------------------------------------------------------------------------
+r15748 | lego | 2005-09-10 13:00:28 -0500 (Sat, 10 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+
+Make sure lemon is built before trying to use it
+
+------------------------------------------------------------------------
+r15747 | lego | 2005-09-10 12:55:16 -0500 (Sat, 10 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+fix the dtd_grammar.c rule
+
+
+------------------------------------------------------------------------
+r15746 | lego | 2005-09-10 12:47:02 -0500 (Sat, 10 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+
+nmake does not have the $^ macro
+
+
+------------------------------------------------------------------------
+r15745 | lego | 2005-09-10 12:29:15 -0500 (Sat, 10 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/dissectors/packet-xml.c
+   A /trunk/epan/dtd.h
+   A /trunk/epan/dtd_grammar.lemon
+   A /trunk/epan/dtd_parse.l
+   A /trunk/epan/dtd_preparse.l
+
+the dtd parser (still missing the glue) and few fixes to packet-xml.c
+
+
+------------------------------------------------------------------------
+r15744 | ulfl | 2005-09-10 10:11:21 -0500 (Sat, 10 Sep 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/reassemble.c
+
+fix DCE/RPC defragmentation, if both middle and last DCE/RPC fragments are in the same TCP desegmented data blob
+
+reassemble.c:
+I had to change the way the reassemble code works if the dissector is telling that more fragments *will* follow. In this case the reassemble code shouldn't try to reassemble already at that time ...
+
+I've also changed the way if a fragment was already seen or not, as it's not enough to check for the frame number, in the scenario described above.
+
+Unfortunately both changes *might* broke other protocols from reassemble properly. I've checked with excessive TCP desegmentation and it's still working without any changes :-)
+
+packet-dcerpc.c:
+use a tvb subset to limit the "end of bytes" processed in a single fragment dissect run, as each fragment has it's own DCE/RPC header (and isn't part of the stub data of the previous packet).
+
+------------------------------------------------------------------------
+r15743 | ulfl | 2005-09-09 16:04:19 -0500 (Fri, 09 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/ethereal.nsi
+
+NSIS warning removed: the label "lbl_winpcap_dont_install" is currently unused
+------------------------------------------------------------------------
+r15742 | etxrab | 2005-09-09 14:46:57 -0500 (Fri, 09 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/pres/pres.cnf
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-pres.c
+
+Dissect "nbs-9".
+------------------------------------------------------------------------
+r15741 | etxrab | 2005-09-09 11:19:51 -0500 (Fri, 09 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter-defs.h
+
+Add some 3GPP AVP:s
+------------------------------------------------------------------------
+r15740 | kukosa | 2005-09-09 10:36:39 -0500 (Fri, 09 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+- dissect_per_choice() creates now only one level tree insted of two levels tree
+- dissect_per_choice() rewritten
+------------------------------------------------------------------------
+r15739 | guy | 2005-09-09 03:40:58 -0500 (Fri, 09 Sep 2005) | 12 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+   M /trunk/wiretap/wtap-int.h
+
+From Bill Meier:
+
+       define "timezone" as "gint16", as it can be positive (west of
+       UTC) or negative (east of UTC);
+
+       update comments to refer to the new names for structure members;
+
+       say the precision of the time stamps is 1 nanosecond only if the
+       ticks per second is > 10 million;
+
+       fix the handling of files truncated exactly on a frame boundary.
+
+------------------------------------------------------------------------
+r15738 | guy | 2005-09-09 03:29:10 -0500 (Fri, 09 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.c
+
+From Didier Gautheron: pass error replies to the tap.
+
+------------------------------------------------------------------------
+r15737 | guy | 2005-09-09 03:20:16 -0500 (Fri, 09 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/conversations_rsvp.c
+   M /trunk/gtk/hostlist_rsvp.c
+
+Update new RSVP host list and conversation stats to match recent changes
+to the way command-line arguments and menu items for stats are done.
+
+------------------------------------------------------------------------
+r15736 | guy | 2005-09-09 03:11:47 -0500 (Fri, 09 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/gtk/dlg_utils.c
+
+Don't handle the ETHEREAL_STOCK_CAPTURE_START button if we don't have
+libpcap - ETHEREAL_STOCK_CAPTURE_START isn't defined, and we can't
+capture in any case, so we don't need that button.
+
+------------------------------------------------------------------------
+r15735 | ulfl | 2005-09-08 19:22:37 -0500 (Thu, 08 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/sigcomp_state_hdlr.c
+
+fix MSVC warning: sigcomp_state_hdlr.c(601) : warning C4101: 'partial_state_str' : unreferenced local variable
+------------------------------------------------------------------------
+r15734 | lego | 2005-09-08 17:55:39 -0500 (Thu, 08 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/ethereal.nsi
+
+the xml plugin was removed
+
+
+------------------------------------------------------------------------
+r15733 | lego | 2005-09-08 17:51:12 -0500 (Thu, 08 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-text-media.c
+
+ some content-types are now handled by xml 
+
+
+------------------------------------------------------------------------
+r15732 | ulfl | 2005-09-08 16:36:40 -0500 (Thu, 08 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+start with fdata->num = -1, so we don't have an uninitialised value while doing read_filter style dissection
+------------------------------------------------------------------------
+r15731 | ulfl | 2005-09-08 16:33:11 -0500 (Thu, 08 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/doc/README.tapping
+
+(very minor) issue found while working on a new tap
+------------------------------------------------------------------------
+r15730 | lego | 2005-09-08 16:21:05 -0500 (Thu, 08 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+
+forgot the Id
+
+
+------------------------------------------------------------------------
+r15729 | lego | 2005-09-08 16:18:58 -0500 (Thu, 08 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/plugins/Makefile.am
+   M /trunk/plugins/Makefile.nmake
+
+Let's migrate the xml dissector...
+
+
+------------------------------------------------------------------------
+r15728 | lego | 2005-09-08 16:14:24 -0500 (Thu, 08 Sep 2005) | 4 lines
+Changed paths:
+   A /trunk/epan/dissectors/packet-xml.c
+
+a new version of the xml dissector, look ma no lex!
+mmh  still missing the dtd parser...
+
+
+------------------------------------------------------------------------
+r15727 | lego | 2005-09-08 15:11:01 -0500 (Thu, 08 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/tvbparse.c
+   M /trunk/epan/tvbparse.h
+
+fix the svn keywords and some comments that were out of date
+
+
+------------------------------------------------------------------------
+r15726 | lego | 2005-09-08 14:50:13 -0500 (Thu, 08 Sep 2005) | 3 lines
+Changed paths:
+   A /trunk/epan/tvbparse.c
+   A /trunk/epan/tvbparse.h
+
+an API for "bufferless" parsing of text tvbs
+
+
+------------------------------------------------------------------------
+r15725 | gerald | 2005-09-08 10:01:16 -0500 (Thu, 08 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/wiretap/k12.c
+
+Fix more problems found by Steve Grubb, along with other changes:
+
+Camel: Fix an off-by-one error.  Don't alloc and free where it's not
+needed.  Remove an unused variable.
+
+PPP and K12: Fix memory leaks.
+
+------------------------------------------------------------------------
+r15724 | sahlberg | 2005-09-08 07:39:02 -0500 (Thu, 08 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-winsrepl.c
+
+start making winsrepl into a new style dissector and use tcp_dissect_pdus()
+
+also fix bugs 417 / 418
+
+
+this dissector still needs to have heuristics to be added to it.
+
+
+------------------------------------------------------------------------
+r15723 | sahlberg | 2005-09-08 05:12:12 -0500 (Thu, 08 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-winsrepl.h
+
+from M&Y Kaul
+
+rename Wins to WINS
+
+add some new decodes
+
+
+
+------------------------------------------------------------------------
+r15722 | sahlberg | 2005-09-08 05:08:01 -0500 (Thu, 08 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+from Michal & Yaniv Kaul
+
+
+Updates to prettify the Bind ACK context handles
+
+
+
+------------------------------------------------------------------------
+r15721 | ulfl | 2005-09-08 04:42:19 -0500 (Thu, 08 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
+
+add description of the Windows installer command line parameters
+------------------------------------------------------------------------
+r15720 | ulfl | 2005-09-08 04:19:46 -0500 (Thu, 08 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+set the window title of the Win32 debug console
+------------------------------------------------------------------------
+r15719 | ulfl | 2005-09-07 17:00:25 -0500 (Wed, 07 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/capture_if_dlg.c
+
+close the capture interfaces dialog if the user pressed "Capture" or "Prepare"
+
+this dialog is live capturing from all "known" interfaces while it's open, so huge system load is generated, which is not preferred while doing a real capture.
+------------------------------------------------------------------------
+r15718 | ulfl | 2005-09-07 16:47:51 -0500 (Wed, 07 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+don't wait for a keypress if this is a capture child. This was very annoying, as stopping a capture seems to freeze Ethereal, but it simply waits for a keypress on the capture_child's console window.
+------------------------------------------------------------------------
+r15717 | ulfl | 2005-09-07 15:50:03 -0500 (Wed, 07 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+MSVC don't like empty structs, add a dummy element to rsvp_session_ipv6_info
+------------------------------------------------------------------------
+r15716 | gerald | 2005-09-07 15:49:16 -0500 (Wed, 07 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Add Valgrind core files to CLEANFILES.
+
+------------------------------------------------------------------------
+r15715 | gerald | 2005-09-07 15:09:40 -0500 (Wed, 07 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/sigcomp-udvm.c
+   M /trunk/epan/sigcomp_state_hdlr.c
+   M /trunk/epan/sigcomp_state_hdlr.h
+
+Add bounds checking in several places to the SigComp UDVM.  Use memset()
+instead of while loops to initialize variables.  Use a define instead
+of magic numbers.  Don't use guint8s for counters.  Add a corresponding
+entry to the release notes.
+
+------------------------------------------------------------------------
+r15714 | sahlberg | 2005-09-07 14:52:44 -0500 (Wed, 07 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rsvp.h
+   M /trunk/gtk/Makefile.common
+   A /trunk/gtk/conversations_rsvp.c
+   A /trunk/gtk/hostlist_rsvp.c
+
+From Manu Pathak
+
+Make RSVP tappable
+
+add hostlist and conversation listing for RSVP conversations
+
+
+
+------------------------------------------------------------------------
+r15713 | gerald | 2005-09-07 10:40:59 -0500 (Wed, 07 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+If dissect_ber_octet_string() gives us a null tvb, assume we have a malformed
+packet and throw an exception.  Don't pass the null tvb to tvb_length().
+
+------------------------------------------------------------------------
+r15712 | gerald | 2005-09-07 08:59:10 -0500 (Wed, 07 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook
+   M /trunk/image
+
+Add patterns to svn:ignore.
+
+------------------------------------------------------------------------
+r15711 | sahlberg | 2005-09-07 08:29:44 -0500 (Wed, 07 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-winsrepl.c
+   A /trunk/epan/dissectors/packet-winsrepl.h
+
+From Metze  with minor changes.
+
+New protocol
+NBNS Replication support
+
+
+
+------------------------------------------------------------------------
+r15710 | gerald | 2005-09-07 08:26:23 -0500 (Wed, 07 Sep 2005) | 7 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/asn1/MAP_Dialogue/Makefile.nmake
+   M /trunk/asn1/acse/Makefile.nmake
+   M /trunk/asn1/camel/Makefile.nmake
+   M /trunk/asn1/cmip/Makefile.nmake
+   M /trunk/asn1/cms/Makefile.nmake
+   M /trunk/asn1/ess/Makefile.nmake
+   M /trunk/asn1/ftam/Makefile.nmake
+   M /trunk/asn1/gnm/Makefile.nmake
+   M /trunk/asn1/gsm_ss/Makefile.nmake
+   M /trunk/asn1/gsmmap/Makefile.nmake
+   M /trunk/asn1/h225/Makefile.nmake
+   M /trunk/asn1/h235/Makefile.nmake
+   M /trunk/asn1/h245/Makefile.nmake
+   M /trunk/asn1/h248/Makefile.nmake
+   M /trunk/asn1/h450/Makefile.nmake
+   M /trunk/asn1/logotype-cert-extn/Makefile.nmake
+   M /trunk/asn1/mms/Makefile.nmake
+   M /trunk/asn1/ns-cert-exts/Makefile.nmake
+   M /trunk/asn1/ocsp/Makefile.nmake
+   M /trunk/asn1/pkcs1/Makefile.nmake
+   M /trunk/asn1/pkinit/Makefile.nmake
+   M /trunk/asn1/pkix1explicit/Makefile.nmake
+   M /trunk/asn1/pkix1implicit/Makefile.nmake
+   M /trunk/asn1/pkixcmp/Makefile.nmake
+   M /trunk/asn1/pkixcrmf/Makefile.nmake
+   M /trunk/asn1/pkixproxy/Makefile.nmake
+   M /trunk/asn1/pkixqualified/Makefile.nmake
+   M /trunk/asn1/pkixtsp/Makefile.nmake
+   M /trunk/asn1/pres/Makefile.nmake
+   M /trunk/asn1/ros/Makefile.nmake
+   M /trunk/asn1/rtse/Makefile.nmake
+   M /trunk/asn1/s4406/Makefile.nmake
+   M /trunk/asn1/smrse/Makefile.nmake
+   M /trunk/asn1/tcap/Makefile.nmake
+   M /trunk/asn1/wlancertextn/Makefile.nmake
+   M /trunk/asn1/x411/Makefile.nmake
+   M /trunk/asn1/x420/Makefile.nmake
+   M /trunk/asn1/x509af/Makefile.nmake
+   M /trunk/asn1/x509ce/Makefile.nmake
+   M /trunk/asn1/x509if/Makefile.nmake
+   M /trunk/asn1/x509sat/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/epan/Makefile.nmake
+   M /trunk/plugins/Makefile.nmake
+
+Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in order
+to fix compilation under Windows NT.  This should fix bug 403.
+
+The changes were made using "find . -name Makefile.nmake | xargs perl
+-pi.bak -e 's: /y::i'".  They appear to work under XP, but if anything
+broke I blame Larry Wall.
+
+------------------------------------------------------------------------
+r15709 | kukosa | 2005-09-07 05:08:13 -0500 (Wed, 07 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+SIP reassembly using req_resp_hdrs_do_reassembly()
+------------------------------------------------------------------------
+r15708 | gerald | 2005-09-06 17:07:35 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add a note about PCRE.
+
+------------------------------------------------------------------------
+r15707 | gerald | 2005-09-06 14:50:31 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk
+
+Add patterns to svn:ignore.
+
+------------------------------------------------------------------------
+r15706 | gerald | 2005-09-06 14:48:57 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
+
+Move to the latest ethereal-win32-libs tag.
+
+------------------------------------------------------------------------
+r15705 | gerald | 2005-09-06 14:21:48 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add a section on file locations.
+
+------------------------------------------------------------------------
+r15704 | gerald | 2005-09-06 13:41:25 -0500 (Tue, 06 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/doc/Makefile.nmake
+   M /trunk/plugins/Makefile.nmake
+
+In doc/Makefile.nmake, use the "install-deps" target from the root
+Makefile.nmake instead of doing our own XCOPYing.  Use the "clean-deps"
+target when we're done instead of leaving DLLs lying around.
+
+Normalize the use of underscores vs hyphens in the "clean-deps" target.
+
+------------------------------------------------------------------------
+r15703 | etxrab | 2005-09-06 13:08:45 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-pres.c
+
+Ftam - Use some mofe FN_PAR:s
+PRES Dissect PDU type based on SS-user data from SES(Info from asn1 file).
+------------------------------------------------------------------------
+r15702 | guy | 2005-09-06 12:44:20 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/epan/dissectors/packet-h225.c
+
+Make sure we don't overflow the dialedDigits array.
+
+------------------------------------------------------------------------
+r15701 | guy | 2005-09-06 12:43:22 -0500 (Tue, 06 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Fail somewhat gracefully if malloc() fails.
+
+------------------------------------------------------------------------
+r15700 | kukosa | 2005-09-06 09:18:49 -0500 (Tue, 06 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/proto.h
+
+get rid of few warnings
+------------------------------------------------------------------------
+r15699 | kukosa | 2005-09-06 05:38:25 -0500 (Tue, 06 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+reassembly improvements
+------------------------------------------------------------------------
+r15698 | etxrab | 2005-09-06 00:30:06 -0500 (Tue, 06 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+From Graeme Lunt:
+
+Attached is a patch to solve the CHOICE problem for review. 
+
+Problem was two-fold:
+1) not passing original class/tag to sub-choice we had matched BER_CLASS_ANY
+2) not handling a count==0 if we had matched BER_CLASS_ANY 
+
+The patch also includes a my constructed octet string fix again.
+------------------------------------------------------------------------
+r15697 | guy | 2005-09-05 17:39:09 -0500 (Mon, 05 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
+
+Squelch compiler warnings.
+
+------------------------------------------------------------------------
+r15696 | guy | 2005-09-05 17:38:13 -0500 (Mon, 05 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rtse.h
+
+Squelch compiler warnings.
+
+------------------------------------------------------------------------
+r15695 | guy | 2005-09-05 17:36:52 -0500 (Mon, 05 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+
+Squelch a compiler warning.
+
+------------------------------------------------------------------------
+r15694 | gerald | 2005-09-05 16:38:10 -0500 (Mon, 05 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-snmp.c
+
+For SNMP, malloc memory that we're going to free later.  Fixes bug 406.
+
+For RTP, don't free se_allocated memory.
+
+------------------------------------------------------------------------
+r15693 | guy | 2005-09-05 16:30:15 -0500 (Mon, 05 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/s4406/packet-s4406-template.c
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-s4406.h
+
+Use the same string for the protocol's filter name as is used in the
+names of its filterable fields.
+
+------------------------------------------------------------------------
+r15692 | guy | 2005-09-05 16:21:29 -0500 (Mon, 05 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Include "packet-tcp.h" to declare tcp_dissect_pdus().
+
+------------------------------------------------------------------------
+r15691 | guy | 2005-09-05 16:18:06 -0500 (Mon, 05 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/ftypes/ftype-bytes.c
+
+"strlen()" returns a "size_t"; use that for its return value.
+
+Cast the argument to <ctype.h> macros to "guchar", so that if the 8th
+bit is set in the byte, it doesn't get sign-extended.
+
+------------------------------------------------------------------------
+r15690 | obiot | 2005-09-05 15:37:47 -0500 (Mon, 05 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+Don't use curly braces in an author's log entry: it confuses the parser.
+
+------------------------------------------------------------------------
+r15689 | etxrab | 2005-09-05 11:41:46 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-ftam.h
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mms.h
+
+Add some OID:s as we now use the Presentation context and use FN_PARS.
+------------------------------------------------------------------------
+r15688 | etxrab | 2005-09-05 11:41:11 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/mms/packet-mms-template.c
+
+Add some OID:s as we now use the Presentation context and use FN_PARS.
+------------------------------------------------------------------------
+r15687 | etxrab | 2005-09-05 11:31:24 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+branch_taken got lost in the recent changes.
+------------------------------------------------------------------------
+r15686 | etxrab | 2005-09-05 11:30:31 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
+
+Add a missing include
+------------------------------------------------------------------------
+r15685 | kukosa | 2005-09-05 08:25:49 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+the first attempt at SIP reassembly
+------------------------------------------------------------------------
+r15684 | kukosa | 2005-09-05 08:20:56 -0500 (Mon, 05 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
+
+buffer where parameters variable pointed into was freed
+it is necessary to make a copy
+------------------------------------------------------------------------
+r15683 | kukosa | 2005-09-05 06:59:22 -0500 (Mon, 05 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-multipart.c
+
+- set length for "Encapsulated multipart part" tree item
+- pass right content type to media subdissectors
+
+------------------------------------------------------------------------
+r15682 | kukosa | 2005-09-05 05:56:41 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+
+new BASE_DEC_HEX and BASE_HEX_DEC displaying numbers in "dual" format
+------------------------------------------------------------------------
+r15681 | etxrab | 2005-09-05 00:29:14 -0500 (Mon, 05 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Fix a typo, should make the buildbot hapy again.
+------------------------------------------------------------------------
+r15680 | etxrab | 2005-09-04 15:30:31 -0500 (Sun, 04 Sep 2005) | 15 lines
+Changed paths:
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/ros/packet-ros-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.h
+   M /trunk/asn1/s4406/packet-s4406-template.c
+   M /trunk/asn1/x420/packet-x420-template.c
+   M /trunk/asn1/x420/packet-x420-template.h
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-pres.c
+   A /trunk/epan/dissectors/packet-ros.c
+   A /trunk/epan/dissectors/packet-ros.h
+   A /trunk/epan/dissectors/packet-rtse.c
+   A /trunk/epan/dissectors/packet-rtse.h
+   A /trunk/epan/dissectors/packet-s4406.c
+   A /trunk/epan/dissectors/packet-s4406.h
+   M /trunk/epan/dissectors/packet-ses.h
+   A /trunk/epan/dissectors/packet-x411.c
+   A /trunk/epan/dissectors/packet-x411.h
+   A /trunk/epan/dissectors/packet-x420.c
+   A /trunk/epan/dissectors/packet-x420.h
+
+ From Graeme Lunt
+ I attach my RTSE dissector (in tar file) which requires the included ROS dissector, as well as a patch to the latest pres.{cnf,asn}. The ROS dissector uses a new field in the SESSION_DATA_STRUCTURE to pass the ROS operation to the sub-dissector, though this is also set by other dissectors (RTSE uses it in X.410 mode). 
+ Note that X.400 P1 in X.410 mode doesn't use ROS, so it is useful not to explicitly include ROS in my X411 dissector. However, the inclusion of a ROS dissector won't effect any dissectors that currently implement their own ROS.
+ I also include dissectors for:
+ X.411         (P1)            X.400 OSI Message Transfer Service
+ X.420         (P22)   X.400 OSI Information Object
+ STANAG 4406   (P772)  STANAG 4406 Military Message Extensions (to P22)
+ These rely on the RTSE and ROS dissectors.
+
+Withs some changes to remove various warnings and errors.
+------------------------------------------------------------------------
+r15679 | etxrab | 2005-09-04 11:22:12 -0500 (Sun, 04 Sep 2005) | 14 lines
+Changed paths:
+   M /trunk/asn1/pres/ISO8823-PRESENTATION.asn
+   M /trunk/asn1/pres/pres.cnf
+   A /trunk/asn1/ros
+   A /trunk/asn1/ros/Makefile
+   A /trunk/asn1/ros/Makefile.nmake
+   A /trunk/asn1/ros/packet-ros-template.c
+   A /trunk/asn1/ros/packet-ros-template.h
+   A /trunk/asn1/ros/ros-exp.cnf
+   A /trunk/asn1/ros/ros.asn
+   A /trunk/asn1/ros/ros.cnf
+   A /trunk/asn1/rtse
+   A /trunk/asn1/rtse/Makefile
+   A /trunk/asn1/rtse/Makefile.nmake
+   A /trunk/asn1/rtse/packet-rtse-template.c
+   A /trunk/asn1/rtse/packet-rtse-template.h
+   A /trunk/asn1/rtse/rtse-exp.cnf
+   A /trunk/asn1/rtse/rtse.asn
+   A /trunk/asn1/rtse/rtse.cnf
+   A /trunk/asn1/s4406
+   A /trunk/asn1/s4406/Makefile
+   A /trunk/asn1/s4406/Makefile.nmake
+   A /trunk/asn1/s4406/packet-s4406-template.c
+   A /trunk/asn1/s4406/packet-s4406-template.h
+   A /trunk/asn1/s4406/s4406.asn
+   A /trunk/asn1/s4406/s4406.cnf
+   A /trunk/asn1/x411
+   A /trunk/asn1/x411/Makefile
+   A /trunk/asn1/x411/Makefile.nmake
+   A /trunk/asn1/x411/packet-x411-template.c
+   A /trunk/asn1/x411/packet-x411-template.h
+   A /trunk/asn1/x411/x411-exp.cnf
+   A /trunk/asn1/x411/x411.asn
+   A /trunk/asn1/x411/x411.cnf
+   A /trunk/asn1/x420
+   A /trunk/asn1/x420/Makefile
+   A /trunk/asn1/x420/Makefile.nmake
+   A /trunk/asn1/x420/packet-x420-template.c
+   A /trunk/asn1/x420/packet-x420-template.h
+   A /trunk/asn1/x420/x420-exp.cnf
+   A /trunk/asn1/x420/x420.asn
+   A /trunk/asn1/x420/x420.cnf
+
+From Graeme Lunt
+
+I attach my RTSE dissector (in tar file) which requires the included ROS dissector, as well as a patch to the latest pres.{cnf,asn}. The ROS dissector uses a new field in the SESSION_DATA_STRUCTURE to pass the ROS operation to the sub-dissector, though this is also set by other dissectors (RTSE uses it in X.410 mode). 
+
+Note that X.400 P1 in X.410 mode doesn't use ROS, so it is useful not to explicitly include ROS in my X411 dissector. However, the inclusion of a ROS dissector won't effect any dissectors that currently implement their own ROS.
+
+I also include dissectors for:
+
+X.411  (P1)            X.400 OSI Message Transfer Service
+X.420  (P22)   X.400 OSI Information Object
+STANAG 4406    (P772)  STANAG 4406 Military Message Extensions (to P22)
+
+These rely on the RTSE and ROS dissectors.
+
+------------------------------------------------------------------------
+r15678 | etxrab | 2005-09-04 04:00:01 -0500 (Sun, 04 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/pres/packet-pres-template.h
+   M /trunk/asn1/pres/pres.cnf
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pres.h
+
+From Graeme Lunt:
+Basically the changes are:
+a) [pres] make the find_oid_by_[pres_]ctx_id (I changed the name to make it more specific) non-static so it can be called from other dissectors (see acse.cnf changes). I also call it from RTSE and ROS dissectors
+b) [acse] remove (#ifdef NOT_NEEDED) the oid lookup table and any reference to acse_handle - as these are no longer needed
+c) [acse] register the acse dissector on 2.2.1.0.1
+with some modifications: -#ifdef:ed code removed
+- renamed aco -> pco
+
+------------------------------------------------------------------------
+r15677 | etxrab | 2005-09-04 03:53:04 -0500 (Sun, 04 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+Make Objekt Key a HEX string.
+------------------------------------------------------------------------
+r15676 | guy | 2005-09-03 13:51:55 -0500 (Sat, 03 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/tethereal.c
+
+Make usage messages fit within 80 characters.
+
+------------------------------------------------------------------------
+r15675 | guy | 2005-09-03 13:31:45 -0500 (Sat, 03 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/tethereal.c
+
+As with Ethereal, so with Tethereal; we're not a GNU program, don't say
+we are.
+
+------------------------------------------------------------------------
+r15674 | guy | 2005-09-03 13:21:48 -0500 (Sat, 03 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+Use the "svnversion" variable, exported by version_info.c, to print the
+version number from SVN for non-release builds, just as Tethereal does. 
+Fixes bug 408.
+
+------------------------------------------------------------------------
+r15673 | gerald | 2005-09-02 14:54:16 -0500 (Fri, 02 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/plugins/rtnet/packet-rtnet.c
+
+In RTnet, make sure we don't pass a null handle to call_dissector().  Add
+an entry about this to the release notes.  Fixes a recent buildbot crash.
+
+------------------------------------------------------------------------
+r15672 | gerald | 2005-09-02 14:50:01 -0500 (Fri, 02 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/emem.c
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r15671 | ulfl | 2005-09-02 14:08:25 -0500 (Fri, 02 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/fileset_dlg.c
+
+don't crash if the file_set dialog is opened and a "none fileset" file is already loaded. This bug was introduced by me after the 0.10.12 release
+------------------------------------------------------------------------
+r15670 | guy | 2005-09-02 11:50:51 -0500 (Fri, 02 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/doc/text2pcap.pod
+
+text2pcap can add fake SCTP headers.
+
+------------------------------------------------------------------------
+r15669 | sahlberg | 2005-09-02 04:28:30 -0500 (Fri, 02 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_637.c
+
+another switch that should be a value_string
+
+
+------------------------------------------------------------------------
+r15668 | sahlberg | 2005-09-02 04:16:50 -0500 (Fri, 02 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-alcap.c
+
+make two thigs that should be value_strings value_strings
+
+
+------------------------------------------------------------------------
+r15667 | guy | 2005-09-02 03:19:15 -0500 (Fri, 02 Sep 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+A PDU dissector called by tcp_dissect_pdus() can't return anything.
+
+A PDU length routine called by tcp_dissect_pdus() should use the offset
+passed to it as the offset of the beginning of the PDU.
+
+In the heuristic GIOP dissector, if we're running over TCP, and accept
+the packet, call "dissect_giop_tcp()" so that we handle multiple PDUs
+within the segment or PDUs split across segments.
+
+------------------------------------------------------------------------
+r15666 | etxrab | 2005-09-02 00:49:25 -0500 (Fri, 02 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+From Steve Karg 
+
+------------------------------------------------------------------------
+r15665 | etxrab | 2005-09-02 00:46:10 -0500 (Fri, 02 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/GSMMAP.asn
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+
+From ouli:
+- Add version 2 CancelLocation decoding
+
+------------------------------------------------------------------------
+r15664 | guy | 2005-09-02 00:43:49 -0500 (Fri, 02 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/cms/cms-exp.cnf
+   M /trunk/asn1/mms/mms-exp.cnf
+   M /trunk/asn1/pkixcmp/cmp-exp.cnf
+   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
+   M /trunk/asn1/x509af/x509af-exp.cnf
+   M /trunk/asn1/x509ce/x509ce-exp.cnf
+   M /trunk/asn1/x509if/x509if-exp.cnf
+   M /trunk/asn1/x509sat/x509sat-exp.cnf
+   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-crmf.c
+   M /trunk/epan/dissectors/packet-ess.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-logotypecertextn.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-ns_cert_exts.c
+   M /trunk/epan/dissectors/packet-ocsp.c
+   M /trunk/epan/dissectors/packet-pkinit.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+   M /trunk/epan/dissectors/packet-pkix1implicit.c
+   M /trunk/epan/dissectors/packet-pkixqualified.c
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-wlancertextn.c
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509sat.c
+
+Regenerate dissectors with the current asn2eth.
+
+------------------------------------------------------------------------
+r15663 | etxrab | 2005-09-01 14:44:26 -0500 (Thu, 01 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+It looks like there might not always be a body, check if there is.
+------------------------------------------------------------------------
+r15662 | gerald | 2005-09-01 14:35:23 -0500 (Thu, 01 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Normalize our hf_id checks and make sure our hf_ids are valid before we
+try to use them.  This should fix bugs 399 and 401.
+
+------------------------------------------------------------------------
+r15661 | etxrab | 2005-09-01 14:31:48 -0500 (Thu, 01 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+Re-assemble GIOP over TCP.
+------------------------------------------------------------------------
+r15660 | sahlberg | 2005-09-01 14:05:00 -0500 (Thu, 01 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/prefs.c
+   M /trunk/epan/range.c
+   M /trunk/gtk/prefs_dlg.c
+   M /trunk/plugins/asn1/packet-asn1.c
+
+convert to g_snprintf()
+
+also make range_convert_range() return an emem allocated string
+
+
+------------------------------------------------------------------------
+r15659 | guy | 2005-09-01 13:03:02 -0500 (Thu, 01 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+Get rid of a no-longer-used #define.
+
+------------------------------------------------------------------------
+r15658 | guy | 2005-09-01 06:34:10 -0500 (Thu, 01 Sep 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isis-clv.c
+
+Use "proto_item_append_text()" rather than filling up an allocated
+buffer.  This fixes one place where the "NLPID(s):" wasn't being put
+into the protocol tree item.
+
+------------------------------------------------------------------------
+r15657 | guy | 2005-09-01 06:32:14 -0500 (Thu, 01 Sep 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/inet_ntop.c
+
+128 bytes isn't much room for the stack; revert to using an on-the-stack
+buffer (the buffer in question is temporary, so it doesn't need to
+survive after inet_ntop() returns), which should fix some compile errors
+on Windows.
+
+------------------------------------------------------------------------
+r15656 | kukosa | 2005-09-01 05:52:33 -0500 (Thu, 01 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/epan/ftypes/ftype-bytes.c
+
+filter expression can contain GUID in XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX form now
+------------------------------------------------------------------------
+r15655 | guy | 2005-09-01 05:38:41 -0500 (Thu, 01 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+Use "proto_tree_append_text()" rather than appending to an ep_alloced
+buffer (that buffer wasn't getting cleared for each item).
+
+------------------------------------------------------------------------
+r15654 | guy | 2005-09-01 04:56:23 -0500 (Thu, 01 Sep 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bgp.c
+
+Get rid of a trailing comma.
+
+------------------------------------------------------------------------
+r15653 | sahlberg | 2005-09-01 04:40:55 -0500 (Thu, 01 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/inet_ntop.c
+
+replace one sprintf with g_snprintf  and move one array off the stack and into emem allocated memory
+
+
+------------------------------------------------------------------------
+r15652 | sahlberg | 2005-09-01 04:29:21 -0500 (Thu, 01 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+hmmm i though i removed some sprintf in the previous commit   apparently not.
+
+
+remove all sprintf and replace with g_snprintf()
+
+
+------------------------------------------------------------------------
+r15651 | sahlberg | 2005-09-01 04:03:29 -0500 (Thu, 01 Sep 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/proto.c
+   M /trunk/gtk/main.c
+   M /trunk/tap-protocolinfo.c
+
+convert one sprintf into g_snprintf()
+
+at the same time, make proto_construct_dfilter_string() return an emem allocated string.
+This fixes a tiny memleak in print.c that never freed the string returned by this function.
+
+
+------------------------------------------------------------------------
+r15650 | sahlberg | 2005-09-01 03:39:52 -0500 (Thu, 01 Sep 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/sha1.c
+
+replace one ifdeffed out sprintf with g_snprintf() so that it doesnt show up in a 'grep sprintf *.c' any more
+
+
+------------------------------------------------------------------------
+r15649 | etxrab | 2005-09-01 00:44:40 -0500 (Thu, 01 Sep 2005) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
+
+Add Tomer Shani
+------------------------------------------------------------------------
+r15648 | etxrab | 2005-09-01 00:41:59 -0500 (Thu, 01 Sep 2005) | 10 lines
+Changed paths:
+   M /trunk/gtk/rtp_analysis.c
+
+From Tomer Shani:
+Patch which will enable saving payload in raw (binary) format in addition to the existing au format.
+
+We have found it very useful to be able to extract the RTP data for use with other tools (especially when dealing with proprietary/uncommon coders).
+
+Changes:
+
+rtp_packet_save_payload: no longer transforms packet to linear coding, payload is saved in raw format 
+copy_file: will perform the needed transcoding and save to needed format (au or raw)
+
+------------------------------------------------------------------------
+r15647 | etxrab | 2005-09-01 00:34:52 -0500 (Thu, 01 Sep 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rdt.c
+   M /trunk/epan/dissectors/packet-rdt.h
+   M /trunk/epan/dissectors/packet-rtsp.c
+
+From Martin Mathieson
+
+These small patches:
+
+- add RTSP header 'RDTFeatureLevel  as a proper field
+- show feature level in RDT stream setup info
+- tidy up RDT info column text
+
+------------------------------------------------------------------------
+r15646 | ulfl | 2005-08-31 18:52:40 -0500 (Wed, 31 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/plugins/xml/moduleinfo.h
+
+fix probable copy and paste error, as the xml dissector should be named xml and not mate
+------------------------------------------------------------------------
+r15645 | gerald | 2005-08-31 16:38:08 -0500 (Wed, 31 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+If we set one or more time references and then changed the time display
+format, our time-formatted columns would display a time value instead of
+"*REF*".  Don't to that.
+
+------------------------------------------------------------------------
+r15644 | etxrab | 2005-08-31 15:25:48 -0500 (Wed, 31 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/plugins/giop/packet-parlay.c
+
+Parlay re-generated with the updated idl2eth generator.
+------------------------------------------------------------------------
+r15643 | etxrab | 2005-08-31 15:20:56 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/pres/pres.cnf
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pres.h
+
+Upadte to call Data dissector from PRES based on OID in Presentation Context,
+based on the code in ACSE.
+------------------------------------------------------------------------
+r15642 | guy | 2005-08-31 15:02:06 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   A /trunk/asn1/gnm/Makefile
+
+Add a Makefile.
+
+------------------------------------------------------------------------
+r15641 | guy | 2005-08-31 14:51:53 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-camel.c
+
+Give it an RCS ID.
+
+------------------------------------------------------------------------
+r15640 | etxrab | 2005-08-31 14:51:24 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/sigcomp-udvm.c
+
+udvm: initialise a variable
+sigcomp: implement RFC 4077
+------------------------------------------------------------------------
+r15639 | guy | 2005-08-31 14:51:16 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/camel/packet-camel-template.c
+
+Give it an RCS ID.
+
+------------------------------------------------------------------------
+r15638 | guy | 2005-08-31 14:43:37 -0500 (Wed, 31 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/stat_cmd_args.c
+
+Keep the list of possible "-z" arguments sorted, so we can display them
+in sorted order (to make it a bit easier to find the one you're
+interested in).
+
+------------------------------------------------------------------------
+r15637 | guy | 2005-08-31 13:49:14 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/tethereal.c
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r15636 | kukosa | 2005-08-31 10:03:12 -0500 (Wed, 31 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h235/packet-h235-template.c
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/asn1/h245/packet-h245-template.h
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
+
+- more standard way for FastStart item dissection
+- protocol names fixed
+
+------------------------------------------------------------------------
+r15635 | kukosa | 2005-08-31 09:53:15 -0500 (Wed, 31 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+internal length field for constrained SEQUNCE/SET OF was not hidden
+------------------------------------------------------------------------
+r15634 | kukosa | 2005-08-31 09:32:29 -0500 (Wed, 31 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/tools/asn2eth.py
+
+- OID names table extended
+- NAME and ABBREV attributes can be used in #.FIELD_ATTR
+- following constraint format is supported (1..10, ..., 11..MAX)
+------------------------------------------------------------------------
+r15633 | tuexen | 2005-08-31 08:52:43 -0500 (Wed, 31 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ses.h
+
+Make ses_vals extern. Required to get it linked on Mac OS X.
+
+------------------------------------------------------------------------
+r15632 | sahlberg | 2005-08-31 03:49:10 -0500 (Wed, 31 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bgp.c
+
+remove some g_string_printf[a]() and replace with g_snprintf()
+
+
+------------------------------------------------------------------------
+r15631 | sahlberg | 2005-08-31 03:09:00 -0500 (Wed, 31 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+change g_string_sprintf[a]() to g_snprintf() and emem allocated memory.
+
+
+------------------------------------------------------------------------
+r15630 | etxrab | 2005-08-31 00:46:20 -0500 (Wed, 31 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h450/packet-h450-template.c
+   M /trunk/epan/dissectors/packet-h450.c
+
+Decode CmnInform fixes bug 376.
+------------------------------------------------------------------------
+r15629 | jmayer | 2005-08-30 15:21:11 -0500 (Tue, 30 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/pres/Makefile
+
+propset svn:keywords and svn:eol-style
+------------------------------------------------------------------------
+r15628 | gerald | 2005-08-30 14:52:38 -0500 (Tue, 30 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add an item about the packet list scroll bar.
+
+------------------------------------------------------------------------
+r15627 | ulfl | 2005-08-30 14:43:38 -0500 (Tue, 30 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+add timestamp enhancements to the changes section, do some editing with the existing entries
+------------------------------------------------------------------------
+r15626 | gerald | 2005-08-30 14:43:32 -0500 (Tue, 30 Aug 2005) | 3 lines
+Changed paths:
+   A /trunk/asn1/pres/Makefile
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pres.h
+
+Break out of an infinite loop.  Fixes bugs 392 - 395.  Add a UNIX Makefile
+for generation of the PRES dissector.
+
+------------------------------------------------------------------------
+r15625 | ulfl | 2005-08-30 14:42:05 -0500 (Tue, 30 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+
+minor workflow enhancement, generate the HTML files before the pdf's and alike.
+
+while working with the docbook sources, the html versions are a lot easier to look at than the pdf's. At least the Adobe Reader will lock the pdf file, so one has to close it to generate a next version, it's ugly to work with.
+
+the html files can be viewed with e.g. Firefox while a new version is already generated, a simple reload will do the update then ...
+------------------------------------------------------------------------
+r15624 | ulfl | 2005-08-30 14:35:20 -0500 (Tue, 30 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
+
+from Jaap Keuter:
+
+There were so many little things in chapter 2 that I had to get to it and
+weed them all out. Its mainly capitalizations, some wording, and the
+addition of GnuWin32 references.
+------------------------------------------------------------------------
+r15623 | ulfl | 2005-08-30 04:43:47 -0500 (Tue, 30 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/wiretap/file_access.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/libpcap.h
+   M /trunk/wiretap/wtap-int.h
+   M /trunk/wiretap/wtap.h
+
+Add support for slightly modified libpcap file format with nanosecond resolution (currently supported by Ethereal only). Support for both read and write was added.
+
+The file format stays the same as the common libpcap format, only the lower part of the timestamp field uses nanoseconds instead of microseconds.
+
+This file format uses the libpcap magic number 0xa1b23c4d.
+------------------------------------------------------------------------
+r15622 | sahlberg | 2005-08-30 04:38:06 -0500 (Tue, 30 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+remove some g_string_printf[a]() and replace it with g_snprintf() to ememified buffers
+
+
+------------------------------------------------------------------------
+r15621 | sahlberg | 2005-08-30 04:25:44 -0500 (Tue, 30 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+
+remove a bunch of sprintf  that should be perfectly safe  but for the principle of it
+
+replace with g_snprintf()
+
+
+------------------------------------------------------------------------
+r15620 | sahlberg | 2005-08-30 04:05:44 -0500 (Tue, 30 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+replace some g_string_sprintf() with g_snprintf()
+
+remove one static 1kb char array and make it emem ep allocated
+
+
+------------------------------------------------------------------------
+r15619 | sahlberg | 2005-08-30 03:47:25 -0500 (Tue, 30 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isis-clv.c
+
+move an array off the stack into emem allocated memory
+
+
+------------------------------------------------------------------------
+r15618 | sahlberg | 2005-08-30 03:41:18 -0500 (Tue, 30 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isis-clv.c
+
+change g_string_sprintf() into g_snprintf()
+
+
+------------------------------------------------------------------------
+r15617 | sahlberg | 2005-08-30 03:23:50 -0500 (Tue, 30 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-windows-common.c
+
+change one g_string_sprintf() into g_snprintf()  and move one array of characters from the stack into emem allocated memory
+
+
+------------------------------------------------------------------------
+r15616 | sahlberg | 2005-08-30 03:06:16 -0500 (Tue, 30 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wcp.c
+
+remove a variable that is never used and thus two also completely redundant g_free() calls.
+
+
+------------------------------------------------------------------------
+r15615 | sahlberg | 2005-08-30 02:54:15 -0500 (Tue, 30 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wtp.c
+
+replace some (safe) g_string_sprintf  with g_snprintf()
+(so we dont have that many different string handling functions to memorize their usage of and can standardize on a single one )
+
+
+------------------------------------------------------------------------
+r15614 | etxrab | 2005-08-29 15:07:06 -0500 (Mon, 29 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   A /trunk/asn1/pres
+   A /trunk/asn1/pres/ISO8823-PRESENTATION.asn
+   A /trunk/asn1/pres/Makefile.nmake
+   A /trunk/asn1/pres/packet-pres-template.c
+   A /trunk/asn1/pres/packet-pres-template.h
+   A /trunk/asn1/pres/pres.cnf
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pres.h
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-ses.h
+
+MapDialougePDU.cnf
+Fix a typo.
+
+packet-ber.c 
+packet-acse.c
+packet-cmip.c
+- Add  OID(s)
+
+packet-ses.c
+Fix export of a value string and change names to the ones used in the protocol spec.
+
+Replace PRES dissector with an asn2eth generated one.
+------------------------------------------------------------------------
+r15613 | etxrab | 2005-08-29 11:51:58 -0500 (Mon, 29 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/tools/asn2eth.py
+
+Fix a typo 'BER_UNI_TAG_TeletexString'
+------------------------------------------------------------------------
+r15612 | jmayer | 2005-08-29 10:00:24 -0500 (Mon, 29 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-fldb.c
+
+Change the field description to match the field name.
+
+------------------------------------------------------------------------
+r15611 | jmayer | 2005-08-29 09:15:32 -0500 (Mon, 29 Aug 2005) | 2 lines
+Changed paths:
+   A /trunk/tools/checkhf.pl
+
+Add a tool to check the hf_ values.
+
+------------------------------------------------------------------------
+r15610 | kukosa | 2005-08-29 08:00:53 -0500 (Mon, 29 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+avoid few warnings
+------------------------------------------------------------------------
+r15609 | kukosa | 2005-08-29 06:37:08 -0500 (Mon, 29 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+- fix of bug made with too fast release
+------------------------------------------------------------------------
+r15608 | kukosa | 2005-08-29 05:43:33 -0500 (Mon, 29 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+- put real value insted of only text into tree for choice extensions
+- sort alphabet for restricted character strings
+- different handling of PER internal fields (only hide them)
+------------------------------------------------------------------------
+r15607 | sahlberg | 2005-08-29 03:24:15 -0500 (Mon, 29 Aug 2005) | 15 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+In the SEQUENCE OF dissector helper
+
+Only count the number of items in the SEQUENCE OF   IFF we have the full TVB containing the entire blob.
+Dont count the items if the tvb is "short" since then this would just lead to a [short frame]  before a single item in the SEQUENCE OF has been dissected.
+
+
+
+
+Do we really need to count the items and create a FT_UINT field with the number of items at all?
+Then count the items as we are calling the subdissectors and 
+append the '# item[s]' text to the FT_NONE items after we finished the loop?
+
+
+
+
+------------------------------------------------------------------------
+r15606 | guy | 2005-08-28 20:18:27 -0500 (Sun, 28 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+Get rid of the old file header definition.
+
+Set the time stamp resolution based on whether the number of ticks per
+second is > 1 million or not.
+
+------------------------------------------------------------------------
+r15605 | jmayer | 2005-08-28 19:02:50 -0500 (Sun, 28 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-afs-defs.h
+   D /trunk/epan/dissectors/packet-afs-macros.h
+   D /trunk/epan/dissectors/packet-afs-register-info.h
+   M /trunk/epan/dissectors/packet-afs.c
+
+Merge packet-afs-register-info.h, packet-afs-defs.h and packet-afs-macros.h
+into packet-afs.c
+
+
+------------------------------------------------------------------------
+r15604 | jmayer | 2005-08-28 18:28:16 -0500 (Sun, 28 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gnm.c
+
+properties: svn-keywords -> svn:keywords
+------------------------------------------------------------------------
+r15603 | guy | 2005-08-28 18:11:53 -0500 (Sun, 28 Aug 2005) | 24 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/wiretap/AUTHORS
+   M /trunk/wiretap/netxray.c
+
+From Bill Meier:
+
+1. Use the new (good work!) 'nanosec' precision only for gig pods;
+2. Rework 'struct netxray_hdr' to make it (somewhat) easier
+   to maintain and revise:
+   a. Declare known hdr fields such as 'captype' instead
+      of using offsets in 'xxx placeholder' fields.
+   d. Define 'unknown' hdr fields using placeholder names
+      based upon hex-offset in the netxray header record.
+      (This isn't perfect, but I hope it will make things 
+       more manageable).
+3. Update hdr field info (based upon examination of various
+   capture files):
+   a. Define a hdr field which appears to be 'time-zone' 
+      [offset in hours from UTC] for the machine doing
+      the capture.
+      (Maybe this field can eventually be used for Ethereal
+       to display the (local) time as it was at the time
+       of the capture).
+   b. Describe certain hdr fields as being "file offsets"
+      (altho the exact use is still unclear).
+
+Update some comments.
+
+------------------------------------------------------------------------
+r15602 | guy | 2005-08-28 17:52:05 -0500 (Sun, 28 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/wiretap/lanalyzer.c
+
+Ethereal requires 64-bit integrer support; do the time stamp
+calculations with integers, which avoids some floating-point inaccuracy.
+
+------------------------------------------------------------------------
+r15601 | gerald | 2005-08-28 15:15:57 -0500 (Sun, 28 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Update the RSVP entry.
+
+------------------------------------------------------------------------
+r15600 | gerald | 2005-08-28 15:15:08 -0500 (Sun, 28 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+Correct an eariler infinite loop fix.  Fixes bug 382.
+
+------------------------------------------------------------------------
+r15599 | gerald | 2005-08-28 14:59:50 -0500 (Sun, 28 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+Add some length checks.  Fixes bugs 381, 384, and 386.
+
+------------------------------------------------------------------------
+r15598 | guy | 2005-08-28 14:55:44 -0500 (Sun, 28 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/wiretap/iptrace.c
+
+Get rid of a no-longer-true comment.
+
+------------------------------------------------------------------------
+r15597 | etxrab | 2005-08-28 14:50:36 -0500 (Sun, 28 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+From Graeme Lunt:
+
+b) dissect_ber_set() to report missing fields and handle untagged CHOICEs
+c) dissect_ber_choice() to handle untagged CHOICEs (within the CHOICE)
+
+------------------------------------------------------------------------
+r15596 | guy | 2005-08-28 14:28:04 -0500 (Sun, 28 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+Put back a subtraction of 1 millisecond that was lost.
+
+------------------------------------------------------------------------
+r15595 | guy | 2005-08-28 12:57:30 -0500 (Sun, 28 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+When creating subset tvbuffs, set the length to the minimum of the
+desired reported length and the remaining length, so we don't throw an
+exception at tvbuff creation time if we don't have all the desired data
+- we want to throw the exception at dissection time, so we can dissect
+the data we do have.
+
+Use "tvb_ensure_bytes_exist()" to force exceptions to be thrown.
+
+When "dissect_unknown_ber()" is called from "call_ber_oid_callback()",
+we're handing it a newly-created tvbuff, so the offset in that tvbuff
+should be zero.
+
+------------------------------------------------------------------------
+r15594 | etxrab | 2005-08-28 10:02:38 -0500 (Sun, 28 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Update the Makefile with GNM.
+------------------------------------------------------------------------
+r15593 | etxrab | 2005-08-28 10:01:49 -0500 (Sun, 28 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/cmip/CMIP.asn
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+
+Co ordidnate CMIP abd GNM.
+------------------------------------------------------------------------
+r15592 | etxrab | 2005-08-28 09:56:03 -0500 (Sun, 28 Aug 2005) | 1 line
+Changed paths:
+   A /trunk/asn1/gnm
+   A /trunk/asn1/gnm/GNM.asn
+   A /trunk/asn1/gnm/Makefile.nmake
+   A /trunk/asn1/gnm/gnm.cnf
+   A /trunk/asn1/gnm/packet-gnm-template.c
+   A /trunk/asn1/gnm/packet-gnm-template.h
+   A /trunk/epan/dissectors/packet-gnm.c
+   A /trunk/epan/dissectors/packet-gnm.h
+
+Add dissection of ITU M.3100 GNM (GENERIC NETWORK INFORMATION MODEL).
+------------------------------------------------------------------------
+r15591 | guy | 2005-08-28 01:44:06 -0500 (Sun, 28 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
+
+Export "bytestring_to_str()", and use it when adding the link-layer
+address for the ND_OPT_TARGET_LINKADDR ICMPv6 packet type.
+
+------------------------------------------------------------------------
+r15590 | guy | 2005-08-28 01:41:49 -0500 (Sun, 28 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.h
+
+In at least some captures, some Kerberos packets contain just a Ticket
+structure.  Handle that.
+
+Don't muck with the columns, or put a top-level Kerberos protocol item
+into the protocol tree, until we decide that we really have a Kerberos
+packet.
+
+Do, however, clear the Info column if we're dissecting the Kerberos
+protocol.
+
+------------------------------------------------------------------------
+r15589 | guy | 2005-08-28 01:40:59 -0500 (Sun, 28 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+In at least some captures, some Kerberos packets contain just a Ticket
+structure.  Handle that.
+
+Don't muck with the columns, or put a top-level Kerberos protocol item
+into the protocol tree, until we decide that we really have a Kerberos
+packet.
+
+Do, however, clear the Info column if we're dissecting the Kerberos
+protocol.
+
+------------------------------------------------------------------------
+r15588 | guy | 2005-08-28 01:38:30 -0500 (Sun, 28 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radiotap.c
+
+Put the units after the values for signal and noise, as that's a bit
+more natural.
+
+------------------------------------------------------------------------
+r15587 | sahlberg | 2005-08-27 22:13:30 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssh.c
+
+add missing value_string termination
+
+
+------------------------------------------------------------------------
+r15586 | sahlberg | 2005-08-27 22:09:58 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+   M /trunk/epan/dissectors/packet-slsk.c
+
+add missing value_string termination
+
+
+------------------------------------------------------------------------
+r15585 | sahlberg | 2005-08-27 22:05:53 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+add missing value_string termination
+
+
+------------------------------------------------------------------------
+r15584 | sahlberg | 2005-08-27 22:01:37 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+add missing value_string termination
+
+
+------------------------------------------------------------------------
+r15583 | sahlberg | 2005-08-27 21:56:24 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
+
+add missing value_string termination
+
+
+------------------------------------------------------------------------
+r15582 | sahlberg | 2005-08-27 21:28:48 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/epan/dissectors/packet-inap.c
+
+add missing value_string termination
+
+
+------------------------------------------------------------------------
+r15581 | sahlberg | 2005-08-27 21:24:01 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+add missing value_string termination
+
+
+------------------------------------------------------------------------
+r15580 | sahlberg | 2005-08-27 21:13:35 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gprs-llc.c
+
+add missing value_string termination
+
+
+------------------------------------------------------------------------
+r15579 | sahlberg | 2005-08-27 21:06:40 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dlsw.c
+
+add missing value_string terminator
+
+
+------------------------------------------------------------------------
+r15578 | sahlberg | 2005-08-27 20:57:13 -0500 (Sat, 27 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
+
+value_strings are terminated with {0,NULL}    not {0xff,NULL}
+
+
+
+------------------------------------------------------------------------
+r15577 | sahlberg | 2005-08-27 20:51:50 -0500 (Sat, 27 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-camel.h
+
+another value_string that was not terminated
+
+
+fix a bug from the previous checking as well.
+
+------------------------------------------------------------------------
+r15576 | sahlberg | 2005-08-27 20:44:30 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+add missing value_string termination
+
+
+------------------------------------------------------------------------
+r15575 | sahlberg | 2005-08-27 20:42:51 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bgp.c
+
+add missing value_string termination
+
+
+------------------------------------------------------------------------
+r15574 | sahlberg | 2005-08-27 20:35:29 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-aim-messaging.c
+
+fix value_string termination
+
+
+------------------------------------------------------------------------
+r15573 | sahlberg | 2005-08-27 20:29:55 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-3g-a11.c
+
+add some missing value_string termination entries
+
+
+------------------------------------------------------------------------
+r15572 | guy | 2005-08-27 13:44:57 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+...and don't print a separating comma if you haven't already printed an
+item.
+
+------------------------------------------------------------------------
+r15571 | guy | 2005-08-27 13:22:53 -0500 (Sat, 27 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Use "free()", not "g_free()", to free strings allocated with "malloc()".
+
+Don't free strings allocated with "ep_alloc()".
+
+------------------------------------------------------------------------
+r15570 | guy | 2005-08-27 13:16:35 -0500 (Sat, 27 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+If you don't print an "(", don't print a ")".
+
+------------------------------------------------------------------------
+r15569 | guy | 2005-08-27 13:15:42 -0500 (Sat, 27 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/tethereal.c
+
+Set the time stamp precision; we need it when printing packet summary
+lines.
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r15568 | jmayer | 2005-08-27 10:11:00 -0500 (Sat, 27 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/make-manuf
+
+Remove S/A from company names
+------------------------------------------------------------------------
+r15567 | jmayer | 2005-08-27 06:59:10 -0500 (Sat, 27 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+Cosmectical comment updates
+------------------------------------------------------------------------
+r15566 | jmayer | 2005-08-27 05:29:16 -0500 (Sat, 27 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-cisco-wireless.c
+
+Small update to comments and beginnings of a type field
+------------------------------------------------------------------------
+r15565 | jmayer | 2005-08-27 04:21:41 -0500 (Sat, 27 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/manuf
+   M /trunk/manuf.tmpl
+
+Rename Cisco (00:40:96) back to Aironet
+------------------------------------------------------------------------
+r15564 | jmayer | 2005-08-27 01:10:08 -0500 (Sat, 27 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+Typo
+------------------------------------------------------------------------
+r15563 | jmayer | 2005-08-27 00:33:50 -0500 (Sat, 27 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/colorfilters
+   M /trunk/epan/dissectors/packet-extreme.c
+
+- Add checksum verification
+- Add checksum check to colorfilters
+
+
+------------------------------------------------------------------------
+r15562 | jmayer | 2005-08-27 00:22:44 -0500 (Sat, 27 Aug 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-cisco-wireless.c
+
+Started to decode some Cisco proprietary L2 protocol:
+
+ * I couldn't find any documentation on this protocol. Neither
+ * what it's good for nor what the elements do. This is purely
+ * reverse engineered by looking at the hex dump of the packets.
+ *
+ * TODO
+ *      - Find out more about unknown fields
+ *      - Currently only one type of packet is really handled at all
+
+
+------------------------------------------------------------------------
+r15561 | jmayer | 2005-08-27 00:17:35 -0500 (Sat, 27 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/etypes.h
+   M /trunk/oui.h
+
+Add classification of an aironet proprietary L2 protocol
+in both, Ethernet V2 and IEEE802.3 SNAP packets.
+
+------------------------------------------------------------------------
+r15560 | jmayer | 2005-08-27 00:13:42 -0500 (Sat, 27 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/FAQ
+   M /trunk/help/faq.txt
+   M /trunk/manuf
+   M /trunk/wka.tmpl
+
+- Update wka.tmpl with two Extreme MAC addresses
+- Update manuf
+- Update faq
+
+------------------------------------------------------------------------
+r15559 | sahlberg | 2005-08-26 21:17:18 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nbns.c
+
+remove the last remaining sprintf in epan/dissectors
+
+
+------------------------------------------------------------------------
+r15558 | sahlberg | 2005-08-26 20:19:12 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+removal of sprintf
+
+
+------------------------------------------------------------------------
+r15557 | sahlberg | 2005-08-26 20:11:02 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ranap.c
+
+sprintf removal
+
+
+------------------------------------------------------------------------
+r15556 | sahlberg | 2005-08-26 20:05:14 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+sprintf removal
+
+
+------------------------------------------------------------------------
+r15555 | sahlberg | 2005-08-26 19:58:55 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nbns.c
+
+remove one sprintf
+
+
+------------------------------------------------------------------------
+r15554 | sahlberg | 2005-08-26 19:48:22 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+
+sprintf removal
+
+
+------------------------------------------------------------------------
+r15553 | sahlberg | 2005-08-26 19:44:47 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+sprintf removal
+
+
+------------------------------------------------------------------------
+r15552 | sahlberg | 2005-08-26 19:40:23 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
+
+sprintf removals
+
+
+------------------------------------------------------------------------
+r15551 | ulfl | 2005-08-26 19:37:48 -0500 (Fri, 26 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/config.nmake
+
+bump up the wiretap.dll version from 0.2 to 0.3 as I've recently changed the wiretap API in an incompatible way
+
+the timestamps now contain nseconds instead of microseconds and there's a new function added.
+
+Is there a similar place for the Unix builds where this version has to be changed too?
+------------------------------------------------------------------------
+r15550 | sahlberg | 2005-08-26 19:25:32 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-fw1.c
+
+sprintf removal
+
+
+------------------------------------------------------------------------
+r15549 | sahlberg | 2005-08-26 19:10:02 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+sprintf big fix
+
+
+------------------------------------------------------------------------
+r15548 | sahlberg | 2005-08-26 19:09:19 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+some sprintf removals
+
+
+------------------------------------------------------------------------
+r15547 | ulfl | 2005-08-26 18:13:43 -0500 (Fri, 26 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-clnp.c
+
+show the list of reassembled COTP fragments as a toplevel tree item and show it only at the last packet (not in every packet involved)
+------------------------------------------------------------------------
+r15546 | sahlberg | 2005-08-26 18:05:38 -0500 (Fri, 26 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+There will be a lot of tcp_unacked data structures we only need to keep
+around until they have been acked.
+Use a slab allocator for these structs so that we dont keep the structs around in memory longer than we need to.
+
+
+
+------------------------------------------------------------------------
+r15545 | guy | 2005-08-26 14:44:30 -0500 (Fri, 26 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/wiretap/airopeek9.c
+
+Fix indentation, and fix a comment.
+
+------------------------------------------------------------------------
+r15544 | guy | 2005-08-26 14:40:46 -0500 (Fri, 26 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/wiretap/erf.c
+   M /trunk/wiretap/erf.h
+   M /trunk/wiretap/etherpeek.c
+   M /trunk/wiretap/wtap-int.h
+
+Ethereal now requires 64-bit integer support, so get rid of the tests of
+G_HAVE_GINT64.
+
+Get rid of the floating-point stuff in the Etherpeek Classic file
+reading code, just use 64-bit integers.  Fix up the calculation of the
+nanoseconds portion of the time stamp.
+
+------------------------------------------------------------------------
+r15543 | gerald | 2005-08-26 14:01:58 -0500 (Fri, 26 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Docbook isn't HTML.  Use <ulink> instead of <a>.
+
+------------------------------------------------------------------------
+r15542 | ulfl | 2005-08-26 13:42:12 -0500 (Fri, 26 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-clnp.c
+
+don't use -1 if the remaining length (the fragment length) is actually zero, this will throw an Exception
+------------------------------------------------------------------------
+r15541 | gerald | 2005-08-26 10:47:32 -0500 (Fri, 26 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add an item about ip.checksum_bad's new behavior.  Update the WinPcap
+installer notes.
+
+------------------------------------------------------------------------
+r15540 | gerald | 2005-08-26 10:46:53 -0500 (Fri, 26 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/h225/packet-h225-template.h
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h225.h
+
+Make sure the size of dialedDigits matches the ASN.1 definition.
+
+------------------------------------------------------------------------
+r15539 | gerald | 2005-08-26 10:45:31 -0500 (Fri, 26 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/emem.c
+
+Add a pair of #defines to emem.c that make ep_alloc() and se_alloc()
+use individual g_malloc() calls instead of memchunks.  This lets us use
+tools like Valgrind and ElectricFence to find bugs.
+
+In the H.245 dissector, set h245_pi to NULL after we're done with
+it so that we don't go stomping through our memchunks with muddy
+boots later on.  Fixes the current Buildbot menagerie failure.
+
+------------------------------------------------------------------------
+r15538 | kukosa | 2005-08-26 07:15:49 -0500 (Fri, 26 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/packet-h225-template.c
+
+time resolution changes from packet-h225.c moved to packet-h225-template.c
+------------------------------------------------------------------------
+r15537 | guy | 2005-08-25 20:31:32 -0500 (Thu, 25 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+
+Dissectors registered with "register_ber_oid_dissector()" return void.
+
+Fix the spelling of "attribute".
+
+------------------------------------------------------------------------
+r15536 | ulfl | 2005-08-25 19:59:07 -0500 (Thu, 25 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/ethereal.nsi
+
+fix #339: don't try to install WinPcap with a silent installer
+------------------------------------------------------------------------
+r15535 | ulfl | 2005-08-25 19:01:49 -0500 (Thu, 25 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/colorfilters
+   M /trunk/packaging/nsis/ethereal.nsi
+
+fix #378:
+use "ip.checksum_bad == 1" instead of simply "ip.checksum_bad" in the example colorfilter file, as the implementation of that filter string changed
+
+install the global example files unconditionally by the win32 installer, to fix this problem and be compatible with the unix install process
+------------------------------------------------------------------------
+r15534 | ulfl | 2005-08-25 16:29:54 -0500 (Thu, 25 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/cfile.h
+   M /trunk/dftest.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/timestamp.c
+   M /trunk/epan/timestamp.h
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/recent.c
+   M /trunk/gtk/recent.h
+   M /trunk/tethereal.c
+   M /trunk/wiretap/5views.c
+   M /trunk/wiretap/airopeek9.c
+   M /trunk/wiretap/ascend.c
+   M /trunk/wiretap/cosine.c
+   M /trunk/wiretap/csids.c
+   M /trunk/wiretap/dbs-etherwatch.c
+   M /trunk/wiretap/erf.c
+   M /trunk/wiretap/etherpeek.c
+   M /trunk/wiretap/eyesdn.c
+   M /trunk/wiretap/hcidump.c
+   M /trunk/wiretap/i4btrace.c
+   M /trunk/wiretap/iptrace.c
+   M /trunk/wiretap/k12.c
+   M /trunk/wiretap/lanalyzer.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/netmon.c
+   M /trunk/wiretap/nettl.c
+   M /trunk/wiretap/network_instruments.c
+   M /trunk/wiretap/netxray.c
+   M /trunk/wiretap/ngsniffer.c
+   M /trunk/wiretap/pppdump.c
+   M /trunk/wiretap/radcom.c
+   M /trunk/wiretap/snoop.c
+   M /trunk/wiretap/toshiba.c
+   M /trunk/wiretap/visual.c
+   M /trunk/wiretap/vms.c
+   M /trunk/wiretap/wtap-int.h
+   M /trunk/wiretap/wtap.h
+
+timestamp display precision:
+
+- automatic adjustment depending on file format
+- manual adjustment through menu items
+
+save the setting in the recent file
+------------------------------------------------------------------------
+r15533 | etxrab | 2005-08-25 16:25:52 -0500 (Thu, 25 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/cmip/CMIP.asn
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+
+Fix malformed packet if linkedId is present dissect some OID:s
+------------------------------------------------------------------------
+r15532 | ulfl | 2005-08-25 16:01:42 -0500 (Thu, 25 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/oui.h
+
+add OUI's for Siemens and Xerox (and a hyperlink to the IEEE page)
+------------------------------------------------------------------------
+r15531 | etxrab | 2005-08-25 14:23:15 -0500 (Thu, 25 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/sigcomp-udvm.c
+   M /trunk/epan/sigcomp-udvm.h
+
+From Timo Metsala
+Changes:
+
+o Implemented CRC and SHA-1 (sort operations are still missing)
+
+o After state acccess, the execution start is not necessarily the
+  beginning of the bytecode; start IP is now a new parameter to
+  decompress_sigcomp_message()
+
+o Removed some hard-coded assumptions about bytecode starting at offset
+   128
+
+------------------------------------------------------------------------
+r15530 | lego | 2005-08-25 10:48:28 -0500 (Thu, 25 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/tap-stats_tree.c
+
+http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=377
+
+
+------------------------------------------------------------------------
+r15529 | gerald | 2005-08-25 08:58:34 -0500 (Thu, 25 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/conversations_table.c
+
+Fix sorting in the "Ports" columns.  Add a comment about address sorting.
+Remove unused code.
+
+------------------------------------------------------------------------
+r15528 | guy | 2005-08-25 03:16:08 -0500 (Thu, 25 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radiotap.c
+
+Show dBm and dB signal and noise values differently, so that the user
+knows what they're getting.
+
+------------------------------------------------------------------------
+r15527 | sahlberg | 2005-08-25 02:45:57 -0500 (Thu, 25 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nbns.c
+
+when tracking PDU bondaries,   only do this IFF
+the next few bytes match an SMB header.
+
+1,  SMB is the only important protocol transported atop NBSS
+2, if we miss the first packets of a PDU, we DONT! want nbns to suddenly think  there are Xmegabytes until the end of it and thus prevent any real PDUs from being dissected.
+
+
+
+------------------------------------------------------------------------
+r15526 | guy | 2005-08-24 22:43:16 -0500 (Wed, 24 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-spnego.c
+
+I missed one OID string.
+
+------------------------------------------------------------------------
+r15525 | guy | 2005-08-24 22:31:54 -0500 (Wed, 24 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-spnego.c
+
+The OID strings returned by new_format_oid(), and the OID string
+returned by format_oid(), are allocated with the ep_alloc routines;
+don't free them.
+
+------------------------------------------------------------------------
+r15524 | guy | 2005-08-24 22:28:31 -0500 (Wed, 24 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+"sprint_realloc_objid()" expects to be handled a malloced buffer, so
+hand it one (and check for malloc failures), and it returns a malloced
+or realloced buffer, so free it when we're done.
+
+That means that routines that use it can return/supply back a null
+pointer, so check for that.
+
+Don't ep_allocate fixed-length buffers for formatted OID information,
+allocate one that's 'big enough".
+
+------------------------------------------------------------------------
+r15523 | guy | 2005-08-24 20:16:40 -0500 (Wed, 24 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+The "secs" field of a "struct wtap_nstime" is a time_t, so it could be
+an int or it could be a long; print stuff computed from it with %lu, and
+cast the arguments to "long" so that it works on platforms where time_t
+*isn't* a long and where "long int" and "int" have different sizes.
+
+------------------------------------------------------------------------
+r15522 | guy | 2005-08-24 18:53:40 -0500 (Wed, 24 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/randpkt.c
+
+The time stamp in a Wiretap packet header is now a wtap_nstime, not a
+"struct timeval".
+
+------------------------------------------------------------------------
+r15521 | ulfl | 2005-08-24 17:27:21 -0500 (Wed, 24 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/editcap.c
+
+fix usec -> nsec translation
+------------------------------------------------------------------------
+r15520 | ulfl | 2005-08-24 16:31:56 -0500 (Wed, 24 Aug 2005) | 11 lines
+Changed paths:
+   M /trunk/capinfos.c
+   M /trunk/cfile.h
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-afs.c
+   M /trunk/epan/dissectors/packet-aoe.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-nlm.c
+   M /trunk/epan/dissectors/packet-rlogin.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtcp.h
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/frame_data.h
+   M /trunk/epan/h225-persistentdata.c
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/nstime.c
+   M /trunk/epan/nstime.h
+   M /trunk/epan/stats_tree.c
+   M /trunk/epan/stats_tree_priv.h
+   M /trunk/file.c
+   M /trunk/gtk/file_dlg.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/service_response_time_table.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls.c
+   M /trunk/merge.c
+   M /trunk/plugins/mate/mate_runtime.c
+   M /trunk/plugins/mgcp/packet-mgcp.c
+   M /trunk/proto_hier_stats.c
+   M /trunk/summary.c
+   M /trunk/tap-afpstat.c
+   M /trunk/tap-dcerpcstat.c
+   M /trunk/tap-iostat.c
+   M /trunk/tap-mgcpstat.c
+   M /trunk/tap-rpcprogs.c
+   M /trunk/tap-rpcstat.c
+   M /trunk/tap-smbstat.c
+   M /trunk/tethereal.c
+   M /trunk/timestats.c
+   M /trunk/wiretap/5views.c
+   M /trunk/wiretap/airopeek9.c
+   M /trunk/wiretap/ascend.c
+   M /trunk/wiretap/cosine.c
+   M /trunk/wiretap/csids.c
+   M /trunk/wiretap/dbs-etherwatch.c
+   M /trunk/wiretap/erf.c
+   M /trunk/wiretap/etherpeek.c
+   M /trunk/wiretap/eyesdn.c
+   M /trunk/wiretap/file_access.c
+   M /trunk/wiretap/hcidump.c
+   M /trunk/wiretap/i4btrace.c
+   M /trunk/wiretap/iptrace.c
+   M /trunk/wiretap/k12.c
+   M /trunk/wiretap/lanalyzer.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/netmon.c
+   M /trunk/wiretap/nettl.c
+   M /trunk/wiretap/network_instruments.c
+   M /trunk/wiretap/netxray.c
+   M /trunk/wiretap/ngsniffer.c
+   M /trunk/wiretap/pppdump.c
+   M /trunk/wiretap/radcom.c
+   M /trunk/wiretap/snoop.c
+   M /trunk/wiretap/toshiba.c
+   M /trunk/wiretap/visual.c
+   M /trunk/wiretap/vms.c
+   M /trunk/wiretap/wtap-int.h
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.def
+   M /trunk/wiretap/wtap.h
+
+EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 
+
+I've done more than a day to change the timestamp resolution from microseconds to nanoseconds. As I really don't want to loose those changes, I'm going to check in the changes I've done so far. Hopefully someone else will give me a helping hand with the things left ...
+
+What's done: I've changed the timestamp resolution from usec to nsec in almost any place in the sources. I've changed parts of the implementation in nstime.s/.h and a lot of places elsewhere.
+
+As I don't understand the editcap source (well, I'm maybe just too tired right now), hopefully someone else might be able to fix this soon.
+
+Doing all those changes, we get native nanosecond timestamp resolution in Ethereal. After fixing all the remaining issues, I'll take a look how to display this in a convenient way...
+
+As I've also changed the wiretap timestamp resolution from usec to nsec we might want to change the wiretap version number...
+------------------------------------------------------------------------
+r15519 | gerald | 2005-08-24 15:34:15 -0500 (Wed, 24 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Properly initialize our hf_ arrays.  Make hf_rtcp_app_poc1_conn_session_type
+an FT_UINT8 instead of an FT_BOOLEAN.  This keeps the Solaris builder from
+crashing while running "-G values".
+
+------------------------------------------------------------------------
+r15518 | ulfl | 2005-08-24 13:35:54 -0500 (Wed, 24 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/column_info.h
+
+fix a comment typo
+------------------------------------------------------------------------
+r15517 | sahlberg | 2005-08-24 02:28:28 -0500 (Wed, 24 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+
+From Graeme Hewson
+
+Fix for infinite loop of configure events that were present for early GTK 2.4 in addition to 2.2
+
+
+
+------------------------------------------------------------------------
+r15516 | guy | 2005-08-23 03:49:57 -0500 (Tue, 23 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+The name in a Display TLV is null-terminated (or padded with a null byte
+and extra crud).
+
+Don't bother with length checking on the VLAN name item - if it's
+zero-length, so be it.
+
+------------------------------------------------------------------------
+r15515 | guy | 2005-08-23 03:34:19 -0500 (Tue, 23 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+Use "format_text()" and "tvb_format_text()" when displaying strings. 
+(It's not necessary, or desirable, to use them when fetching strings.)
+
+When processing a VLAN TLV, check the length of the TLV, so we don't end
+up running past the end of the TLV and getting a negative remaining
+length.  Append to the protocol tree item for the TLV, and the Info
+column, as we dissect the VLAN ID and VLAN name fields.
+
+------------------------------------------------------------------------
+r15514 | guy | 2005-08-23 03:01:46 -0500 (Tue, 23 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Fix the parenthesization of an expression.
+
+------------------------------------------------------------------------
+r15513 | lego | 2005-08-22 18:11:48 -0500 (Mon, 22 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/wiretap/k12.c
+
+Two fixes to tektronix k12 import:
+
+- it appears that there are more packet record types other than 0x00010020.
+     accept anything matching 0x00010020/28 as a packet record.
+
+- make the stack filename lowercase before comparing it so that capitalization is not an issue.
+
+
+------------------------------------------------------------------------
+r15512 | jmayer | 2005-08-22 12:48:17 -0500 (Mon, 22 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+Length of string == lengt of element - headerlength
+------------------------------------------------------------------------
+r15511 | etxrab | 2005-08-22 11:26:29 -0500 (Mon, 22 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+From Timo Metsala:
+Updates the  PoC floor control parsing to comply to the latest version of the 
+specification. 
+
+------------------------------------------------------------------------
+r15510 | etxrab | 2005-08-22 11:19:31 -0500 (Mon, 22 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/gsmmap/GSMMAP.asn
+   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+
+Fix decoding of sendIdentificationArg/Res and ProvideSubscriberLocation
+------------------------------------------------------------------------
+r15509 | guy | 2005-08-22 02:12:20 -0500 (Mon, 22 Aug 2005) | 13 lines
+Changed paths:
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/nstime.c
+   M /trunk/epan/nstime.h
+   M /trunk/gtk/service_response_time_table.c
+   M /trunk/gtk/service_response_time_table.h
+   M /trunk/timestats.c
+   M /trunk/timestats.h
+
+Add a "time_stat_init()" routine to initialize the fields of a
+"timestat_t".
+
+Move "nstime_to_msec()" to "epan/nstime.c", as it has nothing to do with
+a "timestat_t".
+
+Use structure assignment when possible.
+
+Fix the "addtime()" macro and use it in "time_stat_update()".
+
+Use "timestat_t"s, and the routines to manipulate them, in the service
+response time table code.
+
+------------------------------------------------------------------------
+r15508 | etxrab | 2005-08-22 00:49:09 -0500 (Mon, 22 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+From Graeme Lunt:
+ Zero length elements (e.g. an empty SET) the logic is slightly wrong in get_ber_length().
+
+Make SET work.
+
+
+------------------------------------------------------------------------
+r15507 | guy | 2005-08-21 18:24:20 -0500 (Sun, 21 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/libethereal.def
+
+Export get_timesum().
+
+------------------------------------------------------------------------
+r15506 | guy | 2005-08-21 16:50:49 -0500 (Sun, 21 Aug 2005) | 15 lines
+Changed paths:
+   M /trunk/gtk/service_response_time_table.c
+
+Use "g_strdup_printf()" rather than formatting into a fixed-length
+buffer and "g_strdup()"ing it.
+
+Use the nstime.c routines to compute time deltas and to add up times.
+
+Don't add rows to the CList until a procedure gets a non-zero call
+count, so only the ones with non-zero call counts are displayed (and
+especially so that procedure numbers not corresponding to real
+procedures aren't displayed!).
+
+Ethereal requires 64-bit integer support, so don't bother checking
+whether we have it.
+
+Use the right format for 64-bit integers.
+
+------------------------------------------------------------------------
+r15505 | jmayer | 2005-08-21 16:32:19 -0500 (Sun, 21 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+- Make it possible to filter on eap.null, eap.info, eap.unknown etc
+- Display "Info" instead of "System" in packet summary
+- Make the Null element look like the other elements.
+- Small element summary formatting changes
+
+------------------------------------------------------------------------
+r15504 | guy | 2005-08-21 15:24:59 -0500 (Sun, 21 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/ldap_stat.c
+
+Use the tap_dfilter_dlg mechanism.
+
+------------------------------------------------------------------------
+r15503 | guy | 2005-08-21 15:16:12 -0500 (Sun, 21 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/fc_stat.c
+
+Use the tap_dfilter_dlg code.
+
+------------------------------------------------------------------------
+r15502 | jmayer | 2005-08-21 14:25:45 -0500 (Sun, 21 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+- In the info summary, port# and slot# were exchanged
+- In the Display element, the length of the display string
+  was 4 too long
+- Display the Vlan id in the packet summary, not just "Vlan"
+- Remove trailing whitespace
+
+
+------------------------------------------------------------------------
+r15501 | guy | 2005-08-21 14:24:11 -0500 (Sun, 21 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/conversations_eth.c
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_fddi.c
+   M /trunk/gtk/conversations_ip.c
+   M /trunk/gtk/conversations_ipx.c
+   M /trunk/gtk/conversations_jxta.c
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/conversations_tcpip.c
+   M /trunk/gtk/conversations_tr.c
+   M /trunk/gtk/conversations_udpip.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/gsm_map_summary.c
+   D /trunk/gtk/gtk_stat_menu.h
+   D /trunk/gtk/gtk_stat_util.c
+   D /trunk/gtk/gtk_stat_util.h
+   A /trunk/gtk/gui_stat_menu.h (from /trunk/gtk/gtk_stat_menu.h:15499)
+   A /trunk/gtk/gui_stat_util.c (from /trunk/gtk/gtk_stat_util.c:15499)
+   A /trunk/gtk/gui_stat_util.h (from /trunk/gtk/gtk_stat_util.h:15499)
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_fc.c
+   M /trunk/gtk/hostlist_fddi.c
+   M /trunk/gtk/hostlist_ip.c
+   M /trunk/gtk/hostlist_ipx.c
+   M /trunk/gtk/hostlist_jxta.c
+   M /trunk/gtk/hostlist_tcpip.c
+   M /trunk/gtk/hostlist_tr.c
+   M /trunk/gtk/hostlist_udpip.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/tap_dfilter_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
+
+As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], so
+that it doesn't appear to be part of GTK+.
+
+------------------------------------------------------------------------
+r15500 | etxrab | 2005-08-21 13:42:54 -0500 (Sun, 21 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-jxta.h
+
+From Mike Duigou:
+
+A patch to the JXTA dissector. It's purpose is to improve 
+the behaviour of the dissector when dissecting captures that do not 
+include the whole conversation.
+
+The dissector is now more capable of isolating a conversation without 
+seeing the beginning of the conversation. It's still not always able to 
+pick up all conversations (suggestions, patches and hints welcome).
+
+improved some of the doxygen docs and comments.
+
+------------------------------------------------------------------------
+r15499 | ulfl | 2005-08-21 10:23:48 -0500 (Sun, 21 Aug 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/proto.h
+   M /trunk/gtk/proto_draw.c
+
+The protocol item in the protocol tree will have a gray background now, which makes it much better visible.
+
+Add some more optional flags to the protocol items, so more "special cases" can be marked in the protocol tree.
+
+New flags:
+/** The protocol field has a bad checksum */
+FI_CHECKSUM_ERROR
+/** The protocol field has an unusual sequence (e.g. TCP window is zero) */
+FI_SEQUENCE_WARNING
+/** The protocol field has a bad sequence (e.g. TCP segment is lost) */
+FI_SEQUENCE_ERROR
+------------------------------------------------------------------------
+r15498 | ulfl | 2005-08-21 10:13:47 -0500 (Sun, 21 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+as discussed some time ago: don't add bad checksum fields conditionally but use a subtree and use boolean flags instead
+------------------------------------------------------------------------
+r15497 | etxrab | 2005-08-21 08:52:33 -0500 (Sun, 21 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+
+remove sprintf from gsm_a
+
+Do the update for the .cnf file too.
+------------------------------------------------------------------------
+r15496 | guy | 2005-08-21 06:09:36 -0500 (Sun, 21 Aug 2005) | 15 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/afp_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/dlg_utils.h
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/tap_dfilter_dlg.c
+   D /trunk/gtk/tap_dfilter_dlg.h
+   M /trunk/gtk/wsp_stat.c
+   M /trunk/tap_dfilter_dlg.h
+
+"gtk_tap_dfilter_dlg_cb()" is no longer used outside
+gtk/tap_dfilter_dlg.c; don't export it.
+
+That means that gtk/tap_dfilter_dlg.h is no longer useful; get rid of
+it.
+
+Rename "gtk_tap_dfilter_dlg_cb()" to "tap_dfilter_dlg_cb()", as it's
+inside GTK+-specific code, so there's no need to distinguish it from
+non-GTK+ callbacks.
+
+Update some comments to reflect the name change and the new API for
+registering tap_dfilter_dlg stats.
+
+Make the AFP and SMB stats use the gtk/tap_dfilter_dlg.c stuff.
+
+------------------------------------------------------------------------
+r15495 | guy | 2005-08-21 05:29:47 -0500 (Sun, 21 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/tap_dfilter_dlg.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+
+Have "register_dfilter_stat()" add "..." to the menu item, as all menu
+items registered with it pop up a dialog box before displaying the stat.
+Don't pass a name with "..." to it.
+
+Put "..." into other menu items that pop up a dialog box before
+displaying the stat; remove "..." from other menu items that don't.
+
+------------------------------------------------------------------------
+r15494 | guy | 2005-08-21 05:00:56 -0500 (Sun, 21 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/stat_menu.h
+
+Set properties.
+
+------------------------------------------------------------------------
+r15493 | guy | 2005-08-21 04:48:27 -0500 (Sun, 21 Aug 2005) | 14 lines
+Changed paths:
+   M /trunk/Makefile.common
+   M /trunk/epan/dissectors/packet-ansi_637.c
+   M /trunk/file.c
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/afp_stat.c
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/conversations_eth.c
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_fddi.c
+   M /trunk/gtk/conversations_ip.c
+   M /trunk/gtk/conversations_ipx.c
+   M /trunk/gtk/conversations_jxta.c
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/conversations_tcpip.c
+   M /trunk/gtk/conversations_tr.c
+   M /trunk/gtk/conversations_udpip.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/follow_dlg.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/gsm_map_summary.c
+   A /trunk/gtk/gtk_stat_menu.h (from /trunk/gtk/stat_menu.h:15480)
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_fc.c
+   M /trunk/gtk/hostlist_fddi.c
+   M /trunk/gtk/hostlist_ip.c
+   M /trunk/gtk/hostlist_ipx.c
+   M /trunk/gtk/hostlist_jxta.c
+   M /trunk/gtk/hostlist_tcpip.c
+   M /trunk/gtk/hostlist_tr.c
+   M /trunk/gtk/hostlist_udpip.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   D /trunk/gtk/stat_menu.h
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/tap_dfilter_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+   A /trunk/stat_menu.h
+   M /trunk/tap_dfilter_dlg.h
+
+Add a "register_dfilter_stat()", to register stats that take a display
+filter as an argument on the command line and have a dialog box to enter
+the display filter through the GUI.  Use it for all stats using
+"gtk_tap_dfilter_dlg_cb()".
+
+Add a top-level "stat_menu.h" file to declare "REGISTER_STAT_GROUP_E"
+for the benefit of the declaration of "register_dfilter_stat()" in the
+top-level "tap_dfilter_dlg.h".  Rename the "stat_menu.h" in the gtk
+directory to "gtk_stat_menu.h", so as not to have two headers with the
+same name.
+
+Get rid of headers not declaring any functions not being used in the
+module.
+
+------------------------------------------------------------------------
+r15492 | sahlberg | 2005-08-20 20:52:09 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_a.h
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-uma.c
+
+remove sprintf from gsm_a
+
+
+------------------------------------------------------------------------
+r15491 | sahlberg | 2005-08-20 20:14:43 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
+
+remove gmalloc and sprintf
+
+
+------------------------------------------------------------------------
+r15490 | sahlberg | 2005-08-20 19:55:46 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+remove sprintf
+
+
+------------------------------------------------------------------------
+r15489 | guy | 2005-08-20 17:28:49 -0500 (Sat, 20 Aug 2005) | 11 lines
+Changed paths:
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/mtp3_stat.c
+
+The routines registered with "register_stat_cmd_arg()" *are* called if
+you use the "-z" command-line options for them; make them pop up the
+appropriate windows.
+
+Move the calls to "register_stat_cmd_arg()" after the code to register
+the tap, just as the calls to "register_stat_menu_item()" are done after
+registering the tap.
+
+Use "g_strdup_printf()" rather than formatting into a fixed-length
+buffer and "g_strdup()"ing that buffer.
+
+------------------------------------------------------------------------
+r15488 | guy | 2005-08-20 17:26:32 -0500 (Sat, 20 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/gtk/rtp_stream.c
+
+We already have a tap that registers as a command-line stat under the
+name "rtp"; we don't need another one, especially given that
+"rtp_stream.c" doesn't directly implement a stat (note that it doesn't
+register a menu item).
+
+------------------------------------------------------------------------
+r15487 | ulfl | 2005-08-20 17:16:12 -0500 (Sat, 20 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/capture_sync.c
+
+capture_sync.c(290) : warning C4090: 'function' : different 'const' qualifiers
+capture_sync.c(290) : warning C4022: 'g_realloc' : pointer mismatch for actual parameter 1
+capture_sync.c(431) : warning C4090: 'function' : different 'const' qualifiers
+capture_sync.c(431) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
+capture_sync.c(442) : warning C4090: 'function' : different 'const' qualifiers
+capture_sync.c(442) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
+capture_sync.c(549) : warning C4090: 'function' : different 'const' qualifiers
+capture_sync.c(549) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
+------------------------------------------------------------------------
+r15486 | sahlberg | 2005-08-20 17:15:39 -0500 (Sat, 20 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_637.c
+
+remove sprintf
+
+------------------------------------------------------------------------
+r15485 | ulfl | 2005-08-20 17:08:35 -0500 (Sat, 20 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/radius_dict.l
+
+radius_dict.l(216) : warning C4090: 'function' : different 'const' qualifiers
+radius_dict.l(216) : warning C4022: 'g_hash_table_insert' : pointer mismatch for actual parameter 2
+radius_dict.l(268) : warning C4090: 'function' : different 'const' qualifiers
+radius_dict.l(268) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
+------------------------------------------------------------------------
+r15484 | sahlberg | 2005-08-20 17:06:31 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ajp13.c
+
+removal of sprintf
+
+
+------------------------------------------------------------------------
+r15483 | guy | 2005-08-20 15:06:05 -0500 (Sat, 20 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   D /trunk/epan/stat.c
+   D /trunk/epan/stat.h
+   A /trunk/epan/stat_cmd_args.c (from /trunk/epan/stat.c:15480)
+   A /trunk/epan/stat_cmd_args.h (from /trunk/epan/stat.h:15480)
+   M /trunk/gtk/afp_stat.c
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/conversations_eth.c
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_fddi.c
+   M /trunk/gtk/conversations_ip.c
+   M /trunk/gtk/conversations_ipx.c
+   M /trunk/gtk/conversations_jxta.c
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/conversations_tcpip.c
+   M /trunk/gtk/conversations_tr.c
+   M /trunk/gtk/conversations_udpip.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_fc.c
+   M /trunk/gtk/hostlist_fddi.c
+   M /trunk/gtk/hostlist_ip.c
+   M /trunk/gtk/hostlist_ipx.c
+   M /trunk/gtk/hostlist_jxta.c
+   M /trunk/gtk/hostlist_tcpip.c
+   M /trunk/gtk/hostlist_tr.c
+   M /trunk/gtk/hostlist_udpip.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+   M /trunk/tap-afpstat.c
+   M /trunk/tap-ansi_astat.c
+   M /trunk/tap-bootpstat.c
+   M /trunk/tap-dcerpcstat.c
+   M /trunk/tap-gsm_astat.c
+   M /trunk/tap-h225counter.c
+   M /trunk/tap-h225rassrt.c
+   M /trunk/tap-httpstat.c
+   M /trunk/tap-iostat.c
+   M /trunk/tap-iousers.c
+   M /trunk/tap-mgcpstat.c
+   M /trunk/tap-protocolinfo.c
+   M /trunk/tap-protohierstat.c
+   M /trunk/tap-rpcprogs.c
+   M /trunk/tap-rpcstat.c
+   M /trunk/tap-sctpchunkstat.c
+   M /trunk/tap-sipstat.c
+   M /trunk/tap-smbsids.c
+   M /trunk/tap-smbstat.c
+   M /trunk/tap-stats_tree.c
+   M /trunk/tap-wspstat.c
+   M /trunk/tethereal.c
+
+Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with
+implementing the "-z" command-line arguments, it doesn't deal with *all*
+issues for stats.
+
+------------------------------------------------------------------------
+r15482 | guy | 2005-08-20 14:49:22 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
+
+Explain in more detail the split between the stuff in ui_util.h and in
+gtk/gui_utils.h.
+
+------------------------------------------------------------------------
+r15481 | guy | 2005-08-20 14:45:53 -0500 (Sat, 20 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/ui_util.h
+
+Explain in more detail what this file is for.
+
+------------------------------------------------------------------------
+r15480 | guy | 2005-08-20 13:17:36 -0500 (Sat, 20 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/asn1/acse/acse-exp.cnf
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/epan/dissectors/packet-acse.c
+
+There's no longer a need to individually remove items from
+acse_ctx_oid_table - destroying the hash table will destroy the hash
+table items, and the destroy function no longer has any work to do
+because the OID strings are now allocated with se_strdup() (and thus get
+freed when the capture is closed).
+
+Regenerate packet-acse.c, which also regenerates acse-exp.cnf.
+
+------------------------------------------------------------------------
+r15479 | guy | 2005-08-20 13:01:07 -0500 (Sat, 20 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+Flag the "add_string" parameter as unused if it is - and don't flag it
+as such if it *is* used. Get rid of the "add_string" parameter to
+"param_digits_basic", as that function *isn't* called through a pointer.
+
+Don't flag arguments in declarations as unused; you only do that in
+definitions.
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r15478 | guy | 2005-08-20 12:49:58 -0500 (Sat, 20 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/wiretap/ascend-grammar.y
+
+"ascend-grammar.h" is generated by Bison with a copy of the definition
+of the YYSTYPE structure in "ascend-grammar.c"; the intent is that other
+files include "ascend-grammar.h" if they need that structure, but that
+"ascend-grammar.c" not itself include "ascend-grammar.h".  If it *does*
+include it, the compiler complains about YYSTYPE being redefined (even
+though the two structures are identical).
+
+------------------------------------------------------------------------
+r15477 | jmayer | 2005-08-20 11:30:23 -0500 (Sat, 20 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/Makefile.am
+
+And if we add a file, add it to Makefile.am as well 
+------------------------------------------------------------------------
+r15476 | jmayer | 2005-08-20 11:24:35 -0500 (Sat, 20 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+If we delete a file, don't forget to remove it from Makefile.common
+
+------------------------------------------------------------------------
+r15475 | jmayer | 2005-08-20 11:19:22 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/bitswap.c
+   M /trunk/epan/dfilter/dfilter.c
+   M /trunk/epan/dfilter/grammar.lemon
+   D /trunk/epan/dissectors/packet-sna.h
+   M /trunk/epan/ftypes/ftypes.c
+   M /trunk/epan/stats_tree.c
+   M /trunk/gtk/print_mswin.c
+   M /trunk/mkstemp.c
+   M /trunk/plugins/mate/mate_grammar.lemon
+   M /trunk/plugins/mate/mate_util.c
+   M /trunk/wiretap/ascend-grammar.y
+   M /trunk/wiretap/wtap.c
+
+- Include the .h files in their .c files.
+- Remove epan/dissectors/packet-sna.h, it isn't used anywhere.
+
+------------------------------------------------------------------------
+r15474 | ulfl | 2005-08-20 10:58:42 -0500 (Sat, 20 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
+   M /trunk/epan/dissectors/packet-smb.c
+
+removed MSVC warnings:
+
+packet-camel.c(6829) : warning C4101: 'version_str' : unreferenced local variable
+packet-quakeworld.c(172) : warning C4090: 'return' : different 'const' qualifiers
+packet-smb.c(10859) : warning C4101: 'target_name_len' : unreferenced local variable
+packet-smb.c(10860) : warning C4101: 'fn_len' : unreferenced local variable
+packet-smb.c(10858) : warning C4101: 'fn' : unreferenced local variable
+------------------------------------------------------------------------
+r15473 | ulfl | 2005-08-20 10:19:31 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.h
+
+Win32: exported DATA must be declared with ETH_VAR_IMPORT to be available from outside the lib
+
+fixes current Win32 buildbot problem
+------------------------------------------------------------------------
+r15472 | jmayer | 2005-08-20 09:08:53 -0500 (Sat, 20 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/proto_hier_stats_dlg.c
+
+One file missed in last checkin
+------------------------------------------------------------------------
+r15471 | jmayer | 2005-08-20 09:02:00 -0500 (Sat, 20 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/fileset_dlg.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/gsm_map_summary.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
+   M /trunk/gtk/main.h
+   M /trunk/gtk/menu.h
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/plugins_dlg.c
+   A /trunk/gtk/plugins_dlg.h
+   M /trunk/gtk/prefs_dlg.c
+   M /trunk/gtk/print_dlg.c
+   M /trunk/gtk/proto_dlg.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/proto_hier_stats_dlg.c
+   M /trunk/gtk/range_utils.c
+   M /trunk/gtk/recent.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/toolbar.h
+   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/voip_calls_dlg.c
+
+- Declare some functions static
+- Add plugins_dlg.h
+- Include .h files in their respective .c files
+- Include .h and remove extern declarations in .c files
+- set eol-style and keywords on gui_utils.[hc]
+
+------------------------------------------------------------------------
+r15470 | jmayer | 2005-08-20 08:21:09 -0500 (Sat, 20 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/ui_util.h
+
+Add some comments on the originating files of the declarations
+------------------------------------------------------------------------
+r15469 | sahlberg | 2005-08-20 08:02:08 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+more sprintf updates
+
+
+------------------------------------------------------------------------
+r15468 | jmayer | 2005-08-20 07:57:52 -0500 (Sat, 20 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/gtk/afp_stat.c
+   M /trunk/gtk/packet_win.c
+   M /trunk/gtk/proto_draw.c
+
+- Include ../ui_util.h into files that implement functions declard in
+  ui_util.h
+- Replace one instance of ui_util.h by gui_utils.h
+
+------------------------------------------------------------------------
+r15467 | sahlberg | 2005-08-20 07:38:45 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-aarp.c
+
+remove sprintf
+
+
+------------------------------------------------------------------------
+r15466 | sahlberg | 2005-08-20 07:28:16 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_a.c
+
+get rid of a whole chunk of sprintfs
+
+
+------------------------------------------------------------------------
+r15465 | ulfl | 2005-08-20 07:09:48 -0500 (Sat, 20 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_details_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/capture_info_dlg.c
+   M /trunk/gtk/capture_prefs.c
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/column_prefs.c
+   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/decode_as_dcerpc.c
+   M /trunk/gtk/decode_as_dlg.c
+   M /trunk/gtk/dfilter_expr_dlg.c
+   M /trunk/gtk/dlg_utils.c
+   M /trunk/gtk/dlg_utils.h
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/file_dlg.c
+   M /trunk/gtk/fileset_dlg.c
+   M /trunk/gtk/filter_dlg.c
+   M /trunk/gtk/find_dlg.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/follow_dlg.c
+   M /trunk/gtk/goto_dlg.c
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/gsm_map_summary.c
+   M /trunk/gtk/gui_prefs.c
+   A /trunk/gtk/gui_utils.c
+   A /trunk/gtk/gui_utils.h
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/help_dlg.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/layout_prefs.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/nameres_prefs.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/packet_win.c
+   M /trunk/gtk/plugins_dlg.c
+   M /trunk/gtk/prefs_dlg.c
+   M /trunk/gtk/print_dlg.c
+   M /trunk/gtk/print_prefs.c
+   M /trunk/gtk/progress_dlg.c
+   M /trunk/gtk/proto_dlg.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/proto_hier_stats_dlg.c
+   M /trunk/gtk/range_utils.c
+   M /trunk/gtk/recent.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/service_response_time_table.c
+   M /trunk/gtk/simple_dialog.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/summary_dlg.c
+   M /trunk/gtk/supported_protos_dlg.c
+   M /trunk/gtk/tap_dfilter_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/text_page.c
+   D /trunk/gtk/ui_util.c
+   D /trunk/gtk/ui_util.h
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+
+renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical named ui_util.h in / dir
+------------------------------------------------------------------------
+r15464 | guy | 2005-08-20 05:03:07 -0500 (Sat, 20 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/libethereal.def
+
+From Gisle Vanem: export get_timedelta() for use by AFP and SMB taps.
+
+------------------------------------------------------------------------
+r15463 | guy | 2005-08-20 04:35:55 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/osi-utils.c
+
+The order in which arguments to a function are evaluated isn't defined
+by C.  Do decrements of arguments before passing them to a function.
+
+------------------------------------------------------------------------
+r15462 | guy | 2005-08-20 04:08:24 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/file.c
+
+Widen some variables so the code in question can handle large files if,
+as, and when Wiretap can handle them.
+
+------------------------------------------------------------------------
+r15461 | guy | 2005-08-20 03:15:21 -0500 (Sat, 20 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/libethereal.def
+
+Export AFP's CommandCode_vals for use by the AFP taps.
+
+------------------------------------------------------------------------
+r15460 | sahlberg | 2005-08-20 00:37:08 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ospf.c
+
+sprintf elimination
+
+
+------------------------------------------------------------------------
+r15459 | sahlberg | 2005-08-20 00:31:36 -0500 (Sat, 20 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wbxml.c
+
+sprintf removals
+
+
+------------------------------------------------------------------------
+r15458 | sahlberg | 2005-08-19 21:51:13 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-tds.c
+
+remove some more sprintf
+
+
+------------------------------------------------------------------------
+r15457 | sahlberg | 2005-08-19 21:33:33 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/osi-utils.c
+   M /trunk/epan/osi-utils.h
+   M /trunk/epan/sna-utils.c
+   M /trunk/epan/sna-utils.h
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
+   M /trunk/epan/value_string.c
+   M /trunk/epan/xdlc.c
+
+removal of even more sprintf
+
+
+------------------------------------------------------------------------
+r15456 | guy | 2005-08-19 21:19:37 -0500 (Fri, 19 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/Makefile.common
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-afp.h
+   M /trunk/gtk/Makefile.common
+   A /trunk/gtk/afp_stat.c
+   A /trunk/tap-afpstat.c
+
+For AFP requests, add in the frame with the (last part of the) reply, if
+possible, and, for AFP replies, add in the frame with the request and
+the time between those two frames.
+
+Have AFP per-request-type RTT statistics, similar to SMB's statistics.
+
+------------------------------------------------------------------------
+r15455 | guy | 2005-08-19 21:15:02 -0500 (Fri, 19 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/tap-smbstat.c
+
+Use get_timedelta() to get the difference between two times.
+
+------------------------------------------------------------------------
+r15454 | guy | 2005-08-19 21:14:01 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/cfile.h
+   M /trunk/file.c
+   M /trunk/tethereal.c
+
+Get rid of f_len field in capture_file structure - we can just keep
+the length locally. within cf_read().
+
+------------------------------------------------------------------------
+r15453 | jmayer | 2005-08-19 21:05:02 -0500 (Fri, 19 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/wiretap/configure.in
+
+Add  -Wmissing-declarations -Wwrite-strings to extra-gcc-flags
+------------------------------------------------------------------------
+r15452 | jmayer | 2005-08-19 21:03:40 -0500 (Fri, 19 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-alcap.c
+
+Trivial warning fixes
+------------------------------------------------------------------------
+r15451 | sahlberg | 2005-08-19 20:24:23 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mtp3.c
+   M /trunk/epan/dissectors/packet-mtp3.h
+   M /trunk/epan/to_str.c
+   M /trunk/gtk/mtp3_stat.c
+
+remove sprintf from mtp3
+
+
+------------------------------------------------------------------------
+r15450 | sahlberg | 2005-08-19 20:10:40 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pgm.c
+   M /trunk/epan/dissectors/packet-x11.c
+
+remove sprintf from pgm and x11
+
+
+------------------------------------------------------------------------
+r15449 | sahlberg | 2005-08-19 19:33:08 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-wccp.c
+
+remove sprintf from v120 and wccp
+
+
+------------------------------------------------------------------------
+r15448 | sahlberg | 2005-08-19 19:27:46 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
+
+remove sprintf from rpc
+
+
+------------------------------------------------------------------------
+r15447 | sahlberg | 2005-08-19 19:07:20 -0500 (Fri, 19 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtps.c
+
+fix buffer  handling and remove sprintf
+
+
+there was at least one instance where an ip address was printed in dotted decimal to a 10 byte array on the stack.
+I.e. a guaranteed buffer overrun for a stack object.
+
+
+
+------------------------------------------------------------------------
+r15446 | sahlberg | 2005-08-19 18:28:23 -0500 (Fri, 19 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/dissectors/packet-x25.c
+
+more  sprintf removals,
+replace some char arrays on the stack to ep_alloc()ed memory
+
+
+------------------------------------------------------------------------
+r15445 | sahlberg | 2005-08-19 18:03:56 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-spnego.c
+
+remove a gmalloc and al sprintf  from spnego
+
+
+------------------------------------------------------------------------
+r15444 | sahlberg | 2005-08-19 17:44:56 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+no more g_malloc  or sprintf   in snmp
+
+
+------------------------------------------------------------------------
+r15443 | sahlberg | 2005-08-19 17:34:28 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+more gmalloc sprintf removals
+
+
+------------------------------------------------------------------------
+r15442 | sahlberg | 2005-08-19 17:26:10 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+remove two gmalloc and some sprintf
+
+
+------------------------------------------------------------------------
+r15441 | sahlberg | 2005-08-19 16:19:49 -0500 (Fri, 19 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
+
+from Jeff Snyder
+
+
+H245 updates
+make multiple pdus/frame work
+
+update to have nu limit on the max number of tappable pdus per frame
+
+
+------------------------------------------------------------------------
+r15440 | ulfl | 2005-08-19 16:13:49 -0500 (Fri, 19 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/ringbuffer.c
+
+fix #357: increment ring buffer "file names" (again?)
+------------------------------------------------------------------------
+r15439 | ulfl | 2005-08-19 16:09:38 -0500 (Fri, 19 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
+
+as the WinPcap installation is now longer really needed (it has become part of the main Ethereal installer) clarify things about installation
+------------------------------------------------------------------------
+r15438 | guy | 2005-08-19 14:44:21 -0500 (Fri, 19 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/config.nmake
+
+We've changed the Wiretap ABI (removed one routine), so bump the library
+version number.
+
+WinPcap 3.1 is no longer in alpha.  (Should we make WINPCAP_VERSION 3.1,
+so we default to assuming WinPcap 3.1?)
+
+------------------------------------------------------------------------
+r15437 | guy | 2005-08-19 14:40:00 -0500 (Fri, 19 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/capinfos.c
+   M /trunk/cfile.h
+   M /trunk/file.c
+   M /trunk/gtk/file_dlg.c
+   M /trunk/gtk/fileset_dlg.c
+   M /trunk/merge.c
+   M /trunk/merge.h
+   M /trunk/ringbuffer.c
+   M /trunk/tethereal.c
+   M /trunk/wiretap/ascend.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.def
+   M /trunk/wiretap/wtap.h
+
+Add APIs to Wiretap to return the file of the size as supplied by the OS
+(so if the file's gzipped, it's *NOT* the size of the file after
+uncompressing), and an approximation of the amount of that data read
+sequentially so far.
+
+Use those for various progress bars and the like.
+
+Make the fstat() in the Ascend trace reader directly use wth->fd, as
+it's inside Wiretap; that gets rid of the last caller of wtap_fd() (as
+we're no longer directly using fstat() or lseek() in Ethereal), so get
+rid of wtap_fd().
+
+------------------------------------------------------------------------
+r15436 | ulfl | 2005-08-19 14:29:29 -0500 (Fri, 19 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/eug_src/EUG_chapter_introduction.xml
+
+add information about unsupported/fresh windows versions
+------------------------------------------------------------------------
+r15435 | gerald | 2005-08-19 13:28:50 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+
+Restore pinfo->private_data after calling another dissector, in case it gets
+overwritten.  Fixes bug 367.
+
+------------------------------------------------------------------------
+r15434 | lego | 2005-08-19 11:46:46 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Add packet-alcap.h to the Makefiles.
+
+
+------------------------------------------------------------------------
+r15433 | lego | 2005-08-19 10:50:48 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/epan/dissectors/packet-acse.c
+
+some ememification
+
+
+------------------------------------------------------------------------
+r15432 | lego | 2005-08-19 10:46:39 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/camel/camel.asn
+   M /trunk/asn1/camel/packet-camel-template.h
+
+add the $Id:$
+
+
+------------------------------------------------------------------------
+r15431 | lego | 2005-08-19 10:35:42 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-fw1.c
+
+some ememification
+
+
+------------------------------------------------------------------------
+r15430 | lego | 2005-08-19 06:53:39 -0500 (Fri, 19 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-alcap.c
+   A /trunk/epan/dissectors/packet-alcap.h
+
+Keep information about the call-leg so that all the messages of a leg can be filtered given a parameter of it.
+Create the header to export the structures thyat hold that info.
+
+
+------------------------------------------------------------------------
+r15429 | guy | 2005-08-19 05:00:14 -0500 (Fri, 19 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.common
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/libethereal.def
+   A /trunk/epan/stat.c (from /trunk/stat.c:15427)
+   A /trunk/epan/stat.h (from /trunk/stat.h:15427)
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/conversations_eth.c
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_fddi.c
+   M /trunk/gtk/conversations_ip.c
+   M /trunk/gtk/conversations_ipx.c
+   M /trunk/gtk/conversations_jxta.c
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/conversations_tcpip.c
+   M /trunk/gtk/conversations_tr.c
+   M /trunk/gtk/conversations_udpip.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_fc.c
+   M /trunk/gtk/hostlist_fddi.c
+   M /trunk/gtk/hostlist_ip.c
+   M /trunk/gtk/hostlist_ipx.c
+   M /trunk/gtk/hostlist_jxta.c
+   M /trunk/gtk/hostlist_tcpip.c
+   M /trunk/gtk/hostlist_tr.c
+   M /trunk/gtk/hostlist_udpip.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+   D /trunk/stat.c
+   D /trunk/stat.h
+   M /trunk/tap-ansi_astat.c
+   M /trunk/tap-bootpstat.c
+   M /trunk/tap-dcerpcstat.c
+   M /trunk/tap-gsm_astat.c
+   M /trunk/tap-h225counter.c
+   M /trunk/tap-h225rassrt.c
+   M /trunk/tap-httpstat.c
+   M /trunk/tap-iostat.c
+   M /trunk/tap-iousers.c
+   M /trunk/tap-mgcpstat.c
+   M /trunk/tap-protocolinfo.c
+   M /trunk/tap-protohierstat.c
+   M /trunk/tap-rpcprogs.c
+   M /trunk/tap-rpcstat.c
+   M /trunk/tap-sctpchunkstat.c
+   M /trunk/tap-sipstat.c
+   M /trunk/tap-smbsids.c
+   M /trunk/tap-smbstat.c
+   M /trunk/tap-stats_tree.c
+   M /trunk/tap-wspstat.c
+   M /trunk/tethereal.c
+
+Move the stats.[ch] stuff into epan, so plugins can use it.
+
+------------------------------------------------------------------------
+r15428 | sahlberg | 2005-08-19 04:47:11 -0500 (Fri, 19 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-ldap.c
+
+From Matthias Drochner:
+I'll attach a patch which fixes the decoding of authenticated
+LDAP bind replies. The SASL credentials are always "context
+specific" in terms of ASN.1.
+I've tested the fix with DIGEST-MD5 authentication.
+(Without the patch, ethereal complains about a wrong type
+because it expects an ASN.a octet string.)
+(You might also consider a stricter check of the ASN.1 header
+type for the GSSAPI and GSS-SPNEGO cases, but I can't test this.)
+
+
+
+------------------------------------------------------------------------
+r15427 | guy | 2005-08-19 04:29:41 -0500 (Fri, 19 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/Makefile.common
+   M /trunk/epan/libethereal.def
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/conversations_eth.c
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_fddi.c
+   M /trunk/gtk/conversations_ip.c
+   M /trunk/gtk/conversations_ipx.c
+   M /trunk/gtk/conversations_jxta.c
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/conversations_tcpip.c
+   M /trunk/gtk/conversations_tr.c
+   M /trunk/gtk/conversations_udpip.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/follow_dlg.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/gsm_map_summary.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_fc.c
+   M /trunk/gtk/hostlist_fddi.c
+   M /trunk/gtk/hostlist_ip.c
+   M /trunk/gtk/hostlist_ipx.c
+   M /trunk/gtk/hostlist_jxta.c
+   M /trunk/gtk/hostlist_tcpip.c
+   M /trunk/gtk/hostlist_tr.c
+   M /trunk/gtk/hostlist_udpip.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   A /trunk/gtk/stat_menu.h (from /trunk/gtk/tap_menu.h:15420)
+   M /trunk/gtk/stats_tree_stat.c
+   D /trunk/gtk/tap_menu.h
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+   A /trunk/stat.c
+   A /trunk/stat.h
+   M /trunk/tap-ansi_astat.c
+   M /trunk/tap-bootpstat.c
+   M /trunk/tap-dcerpcstat.c
+   M /trunk/tap-gsm_astat.c
+   M /trunk/tap-h225counter.c
+   M /trunk/tap-h225rassrt.c
+   M /trunk/tap-httpstat.c
+   M /trunk/tap-iostat.c
+   M /trunk/tap-iousers.c
+   M /trunk/tap-mgcpstat.c
+   M /trunk/tap-protocolinfo.c
+   M /trunk/tap-protohierstat.c
+   M /trunk/tap-rpcprogs.c
+   M /trunk/tap-rpcstat.c
+   M /trunk/tap-sctpchunkstat.c
+   M /trunk/tap-sipstat.c
+   M /trunk/tap-smbsids.c
+   M /trunk/tap-smbstat.c
+   M /trunk/tap-stats_tree.c
+   M /trunk/tap-wspstat.c
+   M /trunk/tap_dfilter_dlg.h
+   M /trunk/tethereal.c
+
+Move the APIs for registering and processing "-z" command-line arguments
+and "Statistics" menu items into "stat.h" and "stat.c", to separate them
+from the core tapping APIs.  A tap could conceivably not register as a
+"-z" command-line argument or "Statistics" menu item, and a stat could
+conceivably not be implemented as a tap, and dissectors that implement
+tapping points don't need the UI-related stuff from "stat.h", they just
+want the tap-related stuff in <epan/tap.h>.
+
+------------------------------------------------------------------------
+r15426 | sahlberg | 2005-08-19 04:28:58 -0500 (Fri, 19 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-ptp.c
+
+From Markus Seehofer
+
+PTP updates
+
+
+------------------------------------------------------------------------
+r15425 | sahlberg | 2005-08-19 03:43:58 -0500 (Fri, 19 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+
+From Michael Lum:
+
+Statistics data structure was not being passed to the draw routine.
+
+
+------------------------------------------------------------------------
+r15424 | sahlberg | 2005-08-19 03:39:19 -0500 (Fri, 19 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+From Michael Lum:
+Fixed quite a few parameter IDs based on TIA-41-E (originally my mistakes).
+Added support for filtering by DN, MIN, etc.
+Moved where embedded 'Bearer Data' parameter is sub-dissected.
+
+
+
+------------------------------------------------------------------------
+r15423 | sahlberg | 2005-08-19 03:36:38 -0500 (Fri, 19 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+From Michael Lum
+
+Slight modification to allow a protocol beneath SCCP (i.e. MTP3)
+specify how the SCCP message should be dissected.
+
+
+
+------------------------------------------------------------------------
+r15422 | sahlberg | 2005-08-19 03:32:27 -0500 (Fri, 19 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-3g-a11.c
+
+from Michael Lum
+
+update to 3g-a11  
+Modified support for ESN in the Airlink Setup Record
+
+------------------------------------------------------------------------
+r15421 | sahlberg | 2005-08-19 03:19:52 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-etheric.c
+
+remove gmalloc from etheric
+
+
+------------------------------------------------------------------------
+r15420 | sahlberg | 2005-08-19 03:12:26 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb-common.c
+   M /trunk/epan/dissectors/packet-smb-common.h
+   M /trunk/epan/dissectors/packet-smb-logon.c
+
+remove g_malloc() from packet-smb-common
+
+
+------------------------------------------------------------------------
+r15419 | sahlberg | 2005-08-19 03:03:28 -0500 (Fri, 19 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtsp.c
+
+remove g_malloc()
+
+
+------------------------------------------------------------------------
+r15418 | ulfl | 2005-08-19 02:03:34 -0500 (Fri, 19 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/file.c
+
+file.c(3079) : warning C4090: 'function' : different 'const' qualifiers
+file.c(3079) : warning C4022: 'cf_callback_invoke' : pointer mismatch for actual parameter 2
+------------------------------------------------------------------------
+r15417 | guy | 2005-08-18 20:57:44 -0500 (Thu, 18 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/gtk/fileset_dlg.c
+
+Include <string.h> to declare "strrchr()".
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r15416 | guy | 2005-08-18 20:56:14 -0500 (Thu, 18 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Set "hoffset" before using it.
+
+------------------------------------------------------------------------
+r15415 | guy | 2005-08-18 20:17:24 -0500 (Thu, 18 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/cfile.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/summary.c
+   M /trunk/tethereal.c
+
+Have "f_datalen" keep track of the number of bytes of uncompressed file
+data, so that "f_len" still keeps the size of the underlying file (which
+is necessary in order to make the progress bar when files are being read
+work correctly).
+
+------------------------------------------------------------------------
+r15414 | etxrab | 2005-08-18 16:36:59 -0500 (Thu, 18 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcap.h
+
+From Tim Endean:
+
+Small patch to ber.c
+
+The tcap dissector has been updated to use this length. I have not tested other asn.1 dissectors to ensure that they correctly use the indefinite encoding flag instead of the length value returning zero. 
+
+There may also be some problems when re-assembly is needed, but the ability to deal with indefinite length is much more useful.
+
+For developers the get_ber_length now returns the length of the pdu including the EOC, where you have dissectors that use packet-ber.c the eoc may need to be dealt with separately.
+
+The tcap dissector has had numerous changes to make it less cluttered, and the useful feature of the previous version where a dialogue could be filtered out by selecting either the source or destination transaction ID has been incorporated into this version.
+
+------------------------------------------------------------------------
+r15413 | ulfl | 2005-08-18 14:36:19 -0500 (Thu, 18 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/fileset_dlg.c
+
+fix #305: don't get file creation date/time of the file but just use the filename
+------------------------------------------------------------------------
+r15412 | ulfl | 2005-08-18 14:31:15 -0500 (Thu, 18 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/config.h.win32
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dfilter/dfilter.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fddi.c
+   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/plugins.c
+   M /trunk/epan/proto.c
+   M /trunk/mkstemp.c
+
+several times replacing:
+
+sprintf -> g_snprintf
+snprintf -> g_snprintf
+vsnprintf -> g_vsnprintf
+strdup -> g_strdup
+------------------------------------------------------------------------
+r15411 | ulfl | 2005-08-18 14:19:59 -0500 (Thu, 18 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/fileset.c
+
+while sorting the entries, don't use the file creation date but the filename for comparison
+------------------------------------------------------------------------
+r15410 | ulfl | 2005-08-18 14:09:01 -0500 (Thu, 18 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/menu.c
+
+init the file set submenu items, so that the next and previous file items are disabled by default
+------------------------------------------------------------------------
+r15409 | gerald | 2005-08-18 13:12:55 -0500 (Thu, 18 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+Fix value_tvb pointers.
+
+------------------------------------------------------------------------
+r15408 | kukosa | 2005-08-18 09:32:49 -0500 (Thu, 18 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/asn1/h225/h225.asn
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h245/h245.asn
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/tools/asn2eth.py
+
+- dissect_per_restricted_character_string() returns value in tvbbuff_t instead of char
+- asn2eth:
+  fixed CHOICE tag handling
+  #.FN_PARS support for BIT STRING and all string types
+  intersection of SIZE and FROM constraints for string is handled
+- new asn2eth features used in h225 and h245
+- PER dissectors regeneration
+------------------------------------------------------------------------
+r15407 | etxrab | 2005-08-18 07:55:01 -0500 (Thu, 18 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/ftypes/ftype-time.c
+
+From Richard van der Hoff
+negative relative time fixes.
+------------------------------------------------------------------------
+r15406 | etxrab | 2005-08-18 06:09:50 -0500 (Thu, 18 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+Decode some more of MultiRate configuration.
+------------------------------------------------------------------------
+r15405 | sahlberg | 2005-08-18 05:37:41 -0500 (Thu, 18 Aug 2005) | 19 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+when kerberos claims a conversation, it only claims it for the source port
+since a KDC MIGTH send the reply back from a different port.
+
+Then comes X.L's capture (ethereal-dev) 816fc4.cap from 16Aug2005 where
+the client is reusing the same source port to talk to DNS after finishing
+doing the port 88 KDC stuff.
+
+
+==>
+
+Make kerberos/udp able to test the packet for sanity and reject packets that
+do not look like kerberos (even if there was a conversation that said it was kerberos)
+and thus let other dissectors have a go at it.
+
+
+in doubt,   try 816fc4.cap  before and after this patch :-)
+
+
+
+------------------------------------------------------------------------
+r15404 | guy | 2005-08-18 04:47:00 -0500 (Thu, 18 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+Try yet another scheme for handling time stamps; realtick isn't always
+correct.
+
+------------------------------------------------------------------------
+r15403 | sahlberg | 2005-08-18 03:55:22 -0500 (Thu, 18 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tr.c
+
+replace sprintf with ememified g_snprintf
+
+
+------------------------------------------------------------------------
+r15402 | sahlberg | 2005-08-18 03:37:31 -0500 (Thu, 18 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+
+Tim's patches for packet-ber  for extra testing (works ok with my and with Anders captures)
+
+Anders'  beginnings of a new dissect_ber_set() function
+
+
+------------------------------------------------------------------------
+r15401 | guy | 2005-08-18 02:09:43 -0500 (Thu, 18 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
+
+The length returned for continuation data should be the length remaining
+in the tvbuff starting at the specified offset, not the entire length of
+the tvbuff.
+
+------------------------------------------------------------------------
+r15400 | guy | 2005-08-18 01:40:10 -0500 (Thu, 18 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sflow.c
+
+Get rid of a no-longer-used variable.
+
+------------------------------------------------------------------------
+r15399 | guy | 2005-08-17 20:17:46 -0500 (Wed, 17 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
+
+Show BitTorrent stuff that doesn't look right as continuation data.
+
+------------------------------------------------------------------------
+r15398 | ulfl | 2005-08-17 18:10:28 -0500 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+   M /trunk/plugins/lwres/packet-lwres.c
+
+snprintf -> g_snprintf
+------------------------------------------------------------------------
+r15397 | ulfl | 2005-08-17 17:49:07 -0500 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/docbook/Makefile
+
+put the intermediate files of the release_notes chm build into it's own dir release_notes_chm/ instead of .
+------------------------------------------------------------------------
+r15396 | ulfl | 2005-08-17 17:32:40 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+0.10.12 -> 0.10.13 (preliminary)
+
+add a section about "new and updated features"
+------------------------------------------------------------------------
+r15395 | gerald | 2005-08-17 17:27:15 -0500 (Wed, 17 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Flip the separators in the MIBS environment variable between ":" and
+";" depending on our platform.  This is a modified version of a patch
+that Jaap Keuter sent in.  Leave the preferences tooltip as-is in case
+we want to be more strict about separators in the future.
+
+Add a link to an email from Wes explaining that we shouldn't use a
+default MIB list.
+
+------------------------------------------------------------------------
+r15394 | ulfl | 2005-08-17 17:08:06 -0500 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/Makefile.common
+
+fix a typo
+------------------------------------------------------------------------
+r15393 | ulfl | 2005-08-17 17:03:21 -0500 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+snprintf -> g_snprintf
+------------------------------------------------------------------------
+r15392 | ulfl | 2005-08-17 16:52:16 -0500 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/io_stat.c
+
+strdup -> g_strdup and alike
+------------------------------------------------------------------------
+r15391 | sahlberg | 2005-08-17 15:45:18 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.h
+
+update some comments pointing out these buffers need not be freed
+
+
+------------------------------------------------------------------------
+r15390 | gerald | 2005-08-17 10:04:44 -0500 (Wed, 17 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
+
+If we receive junk data from the network it means we have a
+malformed packet.  It doesn't necessarily mean that we have a problem
+with our dissector.  If we see something we didn't expect, throw a
+ReportedBoundsError instead of calling DISSECTOR_ASSERT() (which makes
+BuildBot open a ticket).
+
+Fixes bugs 362 - 366.
+
+
+------------------------------------------------------------------------
+r15389 | jmayer | 2005-08-17 07:27:05 -0500 (Wed, 17 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+As reported by Jim Young:
+- The port number was incorrectly displayed
+- Be a bit more verbose in the "Info" summary line.
+- Display the version including the internal number.
+
+
+------------------------------------------------------------------------
+r15388 | jmayer | 2005-08-17 04:59:47 -0500 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+Comment fixes
+------------------------------------------------------------------------
+r15387 | etxrab | 2005-08-17 04:43:16 -0500 (Wed, 17 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_map.h
+
+ from Tomas Kukosa, remove a redundant g_strdup()
+
+------------------------------------------------------------------------
+r15386 | sahlberg | 2005-08-17 04:36:20 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/atalk-utils.c
+   M /trunk/epan/osi-utils.c
+   M /trunk/epan/strutil.c
+
+replace some more silly rotating buffers with ep_alloc() calls
+
+
+------------------------------------------------------------------------
+r15385 | sahlberg | 2005-08-17 04:28:24 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/sna-utils.c
+   M /trunk/epan/value_string.c
+
+fix some more silly rotating buffers
+
+
+------------------------------------------------------------------------
+r15384 | sahlberg | 2005-08-17 04:25:04 -0500 (Wed, 17 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-aarp.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-smb-common.c
+   M /trunk/epan/dissectors/packet-wccp.c
+
+replace a whole bunch of silly rotating stating buffers with ep_alloc() calls
+
+this should fix a whole number of display bugs when there are too many such pdus in a single frame for the silly buffers to handle before they wrap.
+
+
+
+------------------------------------------------------------------------
+r15383 | sahlberg | 2005-08-17 04:11:37 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-manolito.c
+
+remove g_malloc from manolito
+
+
+------------------------------------------------------------------------
+r15382 | sahlberg | 2005-08-17 03:54:25 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+remove g_malloc()s from rtcp
+
+
+------------------------------------------------------------------------
+r15381 | sahlberg | 2005-08-17 03:50:04 -0500 (Wed, 17 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ftp.c
+   M /trunk/epan/dissectors/packet-sdp.c
+
+replace g_malloc() with ep_alloc() for ftp and sdp
+
+
+sdp never free the allocated memory so it were leaking memory for every packet containng sdp.
+fix memleak for sdp
+
+
+------------------------------------------------------------------------
+r15380 | sahlberg | 2005-08-17 03:43:40 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rip.c
+   M /trunk/epan/dissectors/packet-tacacs.c
+
+remove g_malloc() from rip   remove one g_malloc() from tacacs
+
+
+------------------------------------------------------------------------
+r15379 | sahlberg | 2005-08-17 03:31:54 -0500 (Wed, 17 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/epan/dissectors/packet-camel.c
+
+from Tomas Kukosa, remove a redundant g_strdup()
+
+
+------------------------------------------------------------------------
+r15378 | jmayer | 2005-08-16 16:38:18 -0500 (Tue, 16 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+- Small comment updates.
+- Add some info about the element to the top level.
+
+------------------------------------------------------------------------
+r15377 | gerald | 2005-08-16 11:11:02 -0500 (Tue, 16 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/packet.c
+
+For "-G decodes", print the selector values as unsigned ints.
+
+------------------------------------------------------------------------
+r15376 | gerald | 2005-08-16 11:09:49 -0500 (Tue, 16 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add a note about sFlow.  Remove the CSM_ENCAPS bug; I inadvertently
+reintroduced it after the 0.10.12 release.
+
+------------------------------------------------------------------------
+r15375 | gerald | 2005-08-16 11:04:30 -0500 (Tue, 16 Aug 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sflow.c
+   M /trunk/epan/proto.c
+
+In packet-sflow.c, don't pass a NULL value pointer to
+proto_tree_add_ipv6().  Add tree items for the extended router source
+and dest mask, and fix offsets.  These changes appear to be correct,
+but I don't have a valid capture with extended router data.
+
+In proto.c, throw a dissector error if we try to pass a NULL value to
+various proto_tree_set_*() routines.
+
+Fixes bug 356.
+
+
+------------------------------------------------------------------------
+r15374 | sahlberg | 2005-08-16 03:40:06 -0500 (Tue, 16 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+
+add SetFileInfo level 1013   SetDispositionInfo decoding
+
+
+------------------------------------------------------------------------
+r15373 | sahlberg | 2005-08-16 02:49:03 -0500 (Tue, 16 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mount.c
+
+prettify MNT (and friends) by placing the path in COL_INFO
+
+------------------------------------------------------------------------
+r15372 | jmayer | 2005-08-16 01:48:06 -0500 (Tue, 16 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/prefs.c
+
+
+Change the default font size on Unix (etc) to 10 pt, just as it was
+already on Windows.
+Changed the default font to Monospace, as some Linux distributions did
+that already. In case this isn't available on all platforms we will
+need to change it back to "fixed medium".
+
+------------------------------------------------------------------------
+r15371 | jmayer | 2005-08-16 01:45:17 -0500 (Tue, 16 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/main.c
+   M /trunk/tethereal.c
+   M /trunk/version_info.c
+   M /trunk/version_info.h
+
+Move SVNVERSION handling into version_info. That way, we won't have
+to recompile tethereal.o etc each time the svn version has changed,
+relinking is sufficient.
+
+I'm not sure what to do about mergecap, as it currently doesn't link
+against version_info, so it's "overhead" either way.
+
+------------------------------------------------------------------------
+r15370 | guy | 2005-08-16 01:09:39 -0500 (Tue, 16 Aug 2005) | 19 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Change to match more closely the way I read 802.11h, at least; I'm just
+guessing about the "17" indicator for "management notification" frames -
+I'm not sure whether, after paying USD 60 to get the current 802.11e
+draft, Preview on my Mac could even decrypt it.
+
+802.11h seems to say in 7.2.3.12 and 7.3.1.11 that the body of an Action
+frame has a 1-byte Category field, with a value of 0 meaning "Spectrum
+management", followed by, for Spectrum management, a 1-byte Action
+field, with 0=Measurement Request, 1=Measurement Report, 2=TPC Request,
+3=TPC Report, and 4=Channel Switch Announcement, followed by:
+
+       for all but Channel Switch Announcement, a 1-byte Dialog Token
+       followed by some tagged parameters;
+
+       for the Channel Switch announcement, some tagged parameters.
+
+Show some fields given in decimal in various 802.11 specs in decimal,
+not hex.
+
+------------------------------------------------------------------------
+r15369 | guy | 2005-08-16 00:58:50 -0500 (Tue, 16 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bittorrent.c
+
+From Peter Johansson: add an option to decode the client information,
+and check the validity of messages a bit more carefully.
+
+Reformat a bit so not as much code is missed by those of us who like
+narrow editor windows.
+
+------------------------------------------------------------------------
+r15368 | guy | 2005-08-15 21:04:02 -0500 (Mon, 15 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-daap.c
+
+The real problem is that iTunes requests gzipped data and responds with
+it, so unless you're reassembling headers and bodies the DAAP dissector
+will see the gzipped crap.  The HTTP dissector should perhaps not bother
+handing gzipped or otherwise unusually-encoded bodies to subdissectors
+if it's not undoing the encoding.
+
+------------------------------------------------------------------------
+r15367 | guy | 2005-08-15 20:34:44 -0500 (Mon, 15 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+
+gcc4 gets confused by the break statements, and I guess it thinks you
+can reach them, and thus thinks you can fall off the end of
+"fc_get_ftype()".
+
+------------------------------------------------------------------------
+r15366 | guy | 2005-08-15 20:24:19 -0500 (Mon, 15 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Note where a table comes from, and that we don't use it.
+
+------------------------------------------------------------------------
+r15365 | lego | 2005-08-15 20:01:17 -0500 (Mon, 15 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/emem.h
+
+se_alloc not ep_alloc!
+
+
+------------------------------------------------------------------------
+r15364 | lego | 2005-08-15 19:55:08 -0500 (Mon, 15 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/emem.c
+   M /trunk/epan/emem.h
+
+more allocators se_alloc0() se_memdups() se_strdup() se_strndup() se_strdup_printf()
+
+------------------------------------------------------------------------
+r15363 | jmayer | 2005-08-15 16:06:09 -0500 (Mon, 15 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/manuf
+   M /trunk/wka.tmpl
+
+- Update manuf
+- Add some Extreme MAC addresses to wka.tmpl
+
+------------------------------------------------------------------------
+r15362 | jmayer | 2005-08-15 15:31:57 -0500 (Mon, 15 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/idl2eth.sh
+
+- Change $1 to $@
+- Don't exit if we can't find the scripts - try to continue anyway,
+  as they might be installed in some preconfigured system directory.
+
+------------------------------------------------------------------------
+r15361 | gerald | 2005-08-15 15:28:04 -0500 (Mon, 15 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-telnet.c
+
+When we create a new tvb, make sure the memory is freed at some point.
+
+------------------------------------------------------------------------
+r15360 | etxrab | 2005-08-15 14:35:09 -0500 (Mon, 15 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+
+TP-PI (TP-Parameter-Indicator) is optional.
+------------------------------------------------------------------------
+r15359 | jmayer | 2005-08-15 10:50:25 -0500 (Mon, 15 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+Properly dissect vlan flags
+------------------------------------------------------------------------
+r15358 | jmayer | 2005-08-15 07:41:08 -0500 (Mon, 15 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+- Documentation update
+- The slot and port numbers printed on the chassis are off by
+  one when compared to the transmitted values (reported by
+  Jim Young).
+
+------------------------------------------------------------------------
+r15357 | sahlberg | 2005-08-15 07:04:15 -0500 (Mon, 15 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+ememify g_malloc() calls
+
+
+------------------------------------------------------------------------
+r15356 | sahlberg | 2005-08-15 06:53:57 -0500 (Mon, 15 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ldp.c
+
+ememify g_malloc() calls
+
+
+
+------------------------------------------------------------------------
+r15355 | jmayer | 2005-08-14 18:25:20 -0500 (Sun, 14 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/capture_sync.c
+   M /trunk/color_filters.c
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atalk.h
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/file.c
+   M /trunk/fileset.c
+   M /trunk/g711.c
+   M /trunk/gtk/menu.c
+   M /trunk/packet-range.c
+
+Some 'no previous declararion' warning fixes
+------------------------------------------------------------------------
+r15354 | sahlberg | 2005-08-14 01:00:20 -0500 (Sun, 14 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+ememify sip   and at the same plug a memleak
+
+every single time the sip dissector was called   a 32byte or larger blob was g_malloced and never freed.
+this not only leaks 32+ bytes + g_malloc bookkeeping overhead  but also fragments memory so the real leak of memory is likely much bigger.
+
+
+fix  bad memleak
+
+
+------------------------------------------------------------------------
+r15353 | sahlberg | 2005-08-14 00:54:54 -0500 (Sun, 14 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cip.c
+
+ememify cip
+
+
+
+------------------------------------------------------------------------
+r15352 | sahlberg | 2005-08-14 00:50:14 -0500 (Sun, 14 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+
+change a g_malloc() that was never released into ep_alloc()
+
+this function would always leak memory when called.
+
+this fixes a memleak in dcm
+
+
+
+------------------------------------------------------------------------
+r15351 | sahlberg | 2005-08-14 00:37:12 -0500 (Sun, 14 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-x11.c
+
+ememify packet-x11
+
+
+plug a memleak for ...].strptr   that is alloced by g_malloc() but never released.
+
+
+
+------------------------------------------------------------------------
+r15350 | sahlberg | 2005-08-13 20:48:43 -0500 (Sat, 13 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+giop allocates only and never releases the memory from the gmemchunk  so replace it with equivalen g_malloc() calls and get rid of the gmemchunks
+
+
+------------------------------------------------------------------------
+r15349 | sahlberg | 2005-08-13 20:41:55 -0500 (Sat, 13 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tds.c
+
+the tds dissector were only using a GMemChunk as a simple way to prevent memleaks in case of an exception. (reset the gmemchunk at the start of each packet)
+
+replace this gmemchunk with ep_alloc()
+
+
+------------------------------------------------------------------------
+r15348 | sahlberg | 2005-08-13 20:26:34 -0500 (Sat, 13 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/reassemble.c
+
+remove two more GMemChunks
+
+
+------------------------------------------------------------------------
+r15347 | sahlberg | 2005-08-13 19:37:05 -0500 (Sat, 13 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/h225-persistentdata.c
+
+get rid of another two GMemChunks
+
+
+------------------------------------------------------------------------
+r15346 | sahlberg | 2005-08-13 19:26:56 -0500 (Sat, 13 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/packet.c
+
+Data sources have a lifetime spanning a single packet   
+so instead for g-alloc and g_free   data
+just use ep_alloc() that is automatically freed instead.
+
+this also gets rid of one more GMemChunk
+
+
+
+------------------------------------------------------------------------
+r15345 | sahlberg | 2005-08-13 19:10:41 -0500 (Sat, 13 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+add dissection of two more SSC commands
+
+
+add 4 commands from SMC to the SSC tables.
+the fallback for missing commands/i.e. commands defined outside the SSC
+only handles SPC   I.e.  If a command for SSC is missing in the SSC tables, assume it might be imported from SPC instead.
+
+This fallback only works with opcodes imported from SPC.
+
+
+------------------------------------------------------------------------
+r15344 | guy | 2005-08-13 17:35:50 -0500 (Sat, 13 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+Use gboolean for Booleans.
+
+Use "proto_tree_add_item()" whenever possible.
+
+------------------------------------------------------------------------
+r15343 | guy | 2005-08-13 17:34:44 -0500 (Sat, 13 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee8023.c
+
+Construct the tvbuff for the payload of an 802.3 packet to have the
+appropriate length (min(reported length, captured data present)).
+
+------------------------------------------------------------------------
+r15342 | guy | 2005-08-13 17:08:22 -0500 (Sat, 13 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
+
+Properly terminate the string generated for string items.
+
+Use "format_text()" to handle non-printable characters in the display
+string for those items.
+
+------------------------------------------------------------------------
+r15341 | guy | 2005-08-13 17:05:01 -0500 (Sat, 13 Aug 2005) | 13 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+Get rid of unused variables.
+
+Use "tvb_format_text()" and friends to format strings for display.
+
+Don't throw an exception on errors if we can keep dissecting.
+
+Use "PROTO_ITEM_SET_GENERATED()" to mark items as generated.
+
+If an item covers real data, it's not generated.
+
+Dissect WRITE FILEMARKS (6) (we already had a dissector, but it wasn't
+being used).
+
+------------------------------------------------------------------------
+r15340 | gerald | 2005-08-13 13:52:41 -0500 (Sat, 13 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add an item for CSM_ENCAPS.
+
+------------------------------------------------------------------------
+r15339 | gerald | 2005-08-13 13:49:57 -0500 (Sat, 13 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-csm-encaps.c
+
+Fix another infinite loop found by randpkt.
+
+------------------------------------------------------------------------
+r15338 | etxrab | 2005-08-13 05:17:20 -0500 (Sat, 13 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+Get rid of an unused variable, don't include tcap.h and remove some redundant code.
+------------------------------------------------------------------------
+r15337 | etxrab | 2005-08-13 05:11:23 -0500 (Sat, 13 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+From Peter Johansson:
+mnc>>4; Should  be replaced with mnc = mnc>>4;
+
+------------------------------------------------------------------------
+r15336 | guy | 2005-08-13 03:10:12 -0500 (Sat, 13 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/debian/ethereal-root.desktop
+
+"fi" comes before "fr" in alphabetical order.  (This also makes it match
+the main "ethereal.desktop" file.)
+
+Expand the RCS ID.
+
+------------------------------------------------------------------------
+r15335 | guy | 2005-08-13 02:30:57 -0500 (Sat, 13 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+Do the sequence number analysis *before* dissecting the payload, so we
+don't have to worry about catching exceptions in the payload dissection
+and doing the sequence number analysis - we weren't doing so in one
+place.  That also puts the sequence number analysis *before* the "TCP
+payload" entry for payload being reassembled into a later packet.
+
+XXX - should we do the tapping before dissecting the payload, too, so
+that it gets done even if we throw an exception?
+
+------------------------------------------------------------------------
+r15334 | jmayer | 2005-08-13 01:42:19 -0500 (Sat, 13 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/idl2eth.sh
+
+Small optimization
+------------------------------------------------------------------------
+r15333 | jmayer | 2005-08-13 01:29:09 -0500 (Sat, 13 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/ethereal.desktop
+
+Additions from current Suse and Debian
+------------------------------------------------------------------------
+r15332 | sahlberg | 2005-08-13 01:21:37 -0500 (Sat, 13 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/epan.c
+   M /trunk/epan/frame_data.c
+   M /trunk/epan/frame_data.h
+
+get rid of one more gmemchunk
+
+
+------------------------------------------------------------------------
+r15331 | jmayer | 2005-08-13 00:55:06 -0500 (Sat, 13 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/debian/changelog
+   M /trunk/debian/control
+   M /trunk/debian/ethereal-common.files
+   M /trunk/debian/ethereal-common.manpages
+   M /trunk/debian/ethereal-dev.docs
+   M /trunk/debian/ethereal-dev.files
+   M /trunk/debian/ethereal-dev.header-files
+   M /trunk/debian/ethereal-dev.manpages
+   M /trunk/debian/ethereal-dev.postinst
+   M /trunk/debian/ethereal-dev.prerm
+   A /trunk/debian/ethereal-root.desktop
+   M /trunk/debian/ethereal.files
+   M /trunk/debian/ethereal.manpages
+   M /trunk/debian/ethereal.menu
+   A /trunk/debian/patches
+   A /trunk/debian/patches/00list
+   A /trunk/debian/patches/01_idl2deb.dpatch
+   A /trunk/debian/patches/02_asn2deb.dpatch
+   A /trunk/debian/patches/03_preferences.dpatch
+   A /trunk/debian/patches/04_drop-capabilities.dpatch
+   A /trunk/debian/patches/05_plugin-libdir.dpatch
+   A /trunk/debian/patches/06_giop-buffer.dpatch
+   A /trunk/debian/patches/07_gcc4.dpatch
+   A /trunk/debian/patches/08_ethereal-desktop-menu.dpatch
+   A /trunk/debian/patches/09_idl2eth.dpatch
+   A /trunk/debian/patches/10_ethereal_gen.dpatch
+   A /trunk/debian/patches/11_diameter_vendors.dpatch
+   M /trunk/debian/rules
+   M /trunk/debian/tethereal.files
+   M /trunk/debian/tethereal.manpages
+
+Aplly those parts of ethereal_0.10.12-3.diff.gz
+from Debian, that change debian/
+
+
+------------------------------------------------------------------------
+r15330 | sahlberg | 2005-08-12 21:24:11 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/circuit.c
+
+more gmemchunk -> se_alloc() conversions
+
+
+------------------------------------------------------------------------
+r15329 | sahlberg | 2005-08-12 21:19:03 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/conversation.c
+
+start converting gmemchunk into se_alloc() in /epan
+
+
+------------------------------------------------------------------------
+r15328 | sahlberg | 2005-08-12 20:29:31 -0500 (Fri, 12 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ntlmssp.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-ssh.c
+   M /trunk/epan/dissectors/packet-wcp.c
+
+some more gmemchunk -> se_alloc() updates
+
+
+there are only 5 gmemchunks left   but they have different litetime for their allocations   than the 100+   ones that have been removed.
+
+The remaining 5 should be converted some other way.
+
+
+
+
+------------------------------------------------------------------------
+r15327 | sahlberg | 2005-08-12 19:03:12 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-afs.c
+
+gmemchunk -> se_alloc() improvements
+
+
+------------------------------------------------------------------------
+r15326 | sahlberg | 2005-08-12 18:57:01 -0500 (Fri, 12 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-nfs.c
+
+gmemchunk -> se_alloc() improvements
+
+------------------------------------------------------------------------
+r15325 | sahlberg | 2005-08-12 18:46:46 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+some gmemchunk -> se_alloc() improvements for tcp
+
+
+------------------------------------------------------------------------
+r15324 | sahlberg | 2005-08-12 18:34:59 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ajp13.c
+   M /trunk/epan/dissectors/packet-aoe.c
+
+gmemchunk -> se_alloc() improvements
+
+
+------------------------------------------------------------------------
+r15323 | sahlberg | 2005-08-12 18:29:19 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-eap.c
+
+gmemchunk -> se_alloc() improvements
+
+
+------------------------------------------------------------------------
+r15322 | sahlberg | 2005-08-12 18:17:30 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+
+gmemchunk -> se_alloc() improvements
+
+
+------------------------------------------------------------------------
+r15321 | sahlberg | 2005-08-12 18:00:01 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcfcs.c
+   M /trunk/epan/dissectors/packet-fcfzs.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-iscsi.c
+
+more gmemchunk -> se_alloc() improvements
+
+
+------------------------------------------------------------------------
+r15320 | jmayer | 2005-08-12 17:55:58 -0500 (Fri, 12 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+Fix dissector bug on last element of ESRP
+------------------------------------------------------------------------
+r15319 | sahlberg | 2005-08-12 17:12:32 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-x11.c
+
+more gmemchunk->se_alloc() improvements
+
+
+------------------------------------------------------------------------
+r15318 | sahlberg | 2005-08-12 16:29:06 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rdt.c
+   M /trunk/epan/dissectors/packet-sip.c
+
+gmemchunk -> se_alloc() improvements
+
+
+------------------------------------------------------------------------
+r15317 | sahlberg | 2005-08-12 16:21:49 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-socks.c
+   M /trunk/epan/dissectors/packet-vj.c
+
+gmemchunk -> se_alloc() updates
+
+
+------------------------------------------------------------------------
+r15316 | etxrab | 2005-08-12 16:08:02 -0500 (Fri, 12 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
+
+From Hannes Gredler
+
+- add support for Multi-Link Frame-Relay (FRF.15) captures
+  taken on Juniper ML-, LS-, AS- PICs.
+
+- rework of the common juniper header dissector:
+    test the extension flag (0x80) which indicates that there are
+    meta-information like interface-index, interface-name etc.
+    present
+
+- minor bugfix (LSQ L3-proto masks, direction masks were broken)
+
+------------------------------------------------------------------------
+r15315 | gerald | 2005-08-12 11:32:28 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+Don't try to allocate more than ITEM_LABEL_LENGTH bytes for something we're 
+adding to the tree.  Fixes bugs 349 and 352.
+
+------------------------------------------------------------------------
+r15314 | gerald | 2005-08-12 10:27:11 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+Fix the length that we pass to proto_tree_add_uint_format() so that we don't
+throw a dissector error.  Fixes bug 348.
+
+------------------------------------------------------------------------
+r15313 | jmayer | 2005-08-12 09:05:38 -0500 (Fri, 12 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+- Bug fix: Show ip-addresses with correct endianess.
+- Show version properly
+- VLAN ID was at a different place than expected.
+- Add some documentation infos
+
+------------------------------------------------------------------------
+r15312 | sahlberg | 2005-08-12 05:50:55 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-rtsp.c
+
+more gmemchunk -> se_alloc() improvements
+
+
+------------------------------------------------------------------------
+r15311 | sahlberg | 2005-08-12 05:41:22 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-atalk.c
+
+more gmemchunk -> se_alloc() improvements
+
+
+------------------------------------------------------------------------
+r15310 | sahlberg | 2005-08-12 05:29:09 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ldap.c
+
+more gmemchunk -> se_alloc() improvements
+
+
+------------------------------------------------------------------------
+r15309 | sahlberg | 2005-08-12 05:21:14 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-beep.c
+   M /trunk/epan/dissectors/packet-rlogin.c
+
+some more gmemchunk -> se_alloc() improvements
+
+
+------------------------------------------------------------------------
+r15308 | sahlberg | 2005-08-12 05:03:17 -0500 (Fri, 12 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-smtp.c
+
+remove some unused variables from scsi
+
+change two gmemchunks in smtp to se_alloc() and remove one now redundant init routine.
+
+
+------------------------------------------------------------------------
+r15307 | sahlberg | 2005-08-12 04:56:28 -0500 (Fri, 12 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-msproxy.c
+   M /trunk/epan/dissectors/packet-scsi.c
+
+add missing include to scsi
+
+change two gmemchunks to se_alloc() for msproxy
+
+------------------------------------------------------------------------
+r15306 | jmayer | 2005-08-12 04:56:13 -0500 (Fri, 12 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-extreme.c
+
+EDS/EAPS/EPRS mostly finished - several fixmes remain
+------------------------------------------------------------------------
+r15305 | sahlberg | 2005-08-12 04:47:33 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/libethereal.def
+
+add some symbols to libethereal.def
+
+
+------------------------------------------------------------------------
+r15304 | sahlberg | 2005-08-12 04:31:07 -0500 (Fri, 12 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+oops forgot to delete a variable
+
+
+
+------------------------------------------------------------------------
+r15303 | sahlberg | 2005-08-12 04:30:24 -0500 (Fri, 12 Aug 2005) | 15 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+ get rid of some unnessecary GMemChunks.
+
+
+These GMemChunks are used here because :
+1, GMemChunks are cheap to allocate and cheap to free
+2, We always unconditionally free the entire chunk When and only when we load a new capture.
+
+==>
+se_alloc() does exactly the same thing but with significantly less code
+
+==>
+se_alloc() is a much better fit to out allocation requirements and useage than GMemChunks
+
+
+
+------------------------------------------------------------------------
+r15302 | tuexen | 2005-08-12 04:16:51 -0500 (Fri, 12 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-asap.c
+
+Fix handling of ASAP_ENDPOINT_KEEP_ALIVE message.
+
+------------------------------------------------------------------------
+r15301 | sahlberg | 2005-08-12 03:51:08 -0500 (Fri, 12 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/emem.c
+   M /trunk/epan/emem.h
+   M /trunk/epan/packet.c
+   M /trunk/gtk/main.c
+   M /trunk/tethereal.c
+
+Add beginning of seasonal allocation   in addition to the existing ephemeral ones.
+
+
+------------------------------------------------------------------------
+r15300 | guy | 2005-08-12 02:47:27 -0500 (Fri, 12 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+In an "address" structure, "data" is a pointer; dereferencing "&data"
+doesn't give you the address value, it gives a pointer to the address
+value.
+
+Don't assume that pointer is aligned on a 32-bit boundary.
+
+------------------------------------------------------------------------
+r15299 | jmayer | 2005-08-11 23:06:04 -0500 (Thu, 11 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-extreme.c
+
+Beginnings of a EDP, ESRP and EAPS dissector
+------------------------------------------------------------------------
+r15298 | lego | 2005-08-11 18:51:35 -0500 (Thu, 11 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+
+avoid throwing a malformed packet
+
+
+------------------------------------------------------------------------
+r15297 | jmayer | 2005-08-11 18:18:46 -0500 (Thu, 11 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-llc.c
+
+Add Extreme OUI, reorder alphabetically
+------------------------------------------------------------------------
+r15296 | etxrab | 2005-08-11 15:47:09 -0500 (Thu, 11 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+From Rene Pilz:
+The MCC/MNC in de_gmm_rai is not correct decoded
+------------------------------------------------------------------------
+r15295 | etxrab | 2005-08-11 15:14:41 -0500 (Thu, 11 Aug 2005) | 16 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-giop.h
+   M /trunk/ethereal_gen.py
+
+From W. Borgert:
+three trivial corrections for the GIOP dissector:
+
+- allow filtering GIOP exceptions, e.g. "giop.replystatus = 2"
+  or "giop.exceptionid matches MyError", older patch at
+  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314835
+
+- show IDLs sequence<octet> more compact, not one line per
+  octet, older patch at
+  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314836
+
+- decode _is_a requests and replies, older patch at
+  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314871
+
+With a change to not create a malformed packet in the "stub data".
+
+------------------------------------------------------------------------
+r15294 | lego | 2005-08-11 13:21:23 -0500 (Thu, 11 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+
+Change a switch into an "if else if else if else" that fixes the "too large for switch" in HP-UX 10.20 .
+
+The generated file has a lot of indentation changes due probably to a change in asn2eth.
+
+The underlying reason for which I added this code (dissect_ber_integer() would not add as a "filterable" field if it is larger than 4 bytes, should be handled in dissect_ber_integer() ) remains there.
+
+Should we change dissect_ber_integer() itself to make sure that a 5 byte unsigned integer which fits in 4 bytes gets added to the tree as "filterable"?
+
+
+------------------------------------------------------------------------
+r15293 | gerald | 2005-08-11 11:24:12 -0500 (Thu, 11 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add notes about SCSI, BER, and ONC RPC bugs.
+
+------------------------------------------------------------------------
+r15292 | gerald | 2005-08-11 10:35:17 -0500 (Thu, 11 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Add checks for infinite loops.  Fixes recent Buildbot failures.
+
+------------------------------------------------------------------------
+r15291 | sahlberg | 2005-08-11 05:08:45 -0500 (Thu, 11 Aug 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iscsi.c
+
+Fix for bug 342
+
+
+If we encounter a frame we have already seen (i.e. visited==1)  but we can not fing the ISCSI command inside the _matched table, this just means there were no response pdu nor any data pdu with the S bit set.
+So, then just pick the cdata structure up from the _unmatched table instead.
+
+The SCSI CDB  dissector really really want a real CDATA structure passed to it.
+
+
+
+
+------------------------------------------------------------------------
+r15290 | sahlberg | 2005-08-11 04:20:23 -0500 (Thu, 11 Aug 2005) | 15 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
+
+We use heuristics to detect what MIGHT be onc-rpc packets.
+
+as heuristics they are not 100% perfect, else they would not be heuristics.
+
+
+IF the preference option "Dissect unknown RPC program numbers" are enabled,
+add a sanity check to see that program_version is <=10
+  (no one uses versions >10 ?)
+to avoid trying to add 2 bilion different versions to the program->version linked list
+in case we mistook the packet for ONC-RPC and the "version" field contains a huge random number.
+
+
+This bug would only trigger a hang/crash IFF the option above is enabled.
+
+
+------------------------------------------------------------------------
+r15289 | sahlberg | 2005-08-11 03:15:52 -0500 (Thu, 11 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+fix several bugs where we might dereference a null pointer
+
+
+
+------------------------------------------------------------------------
+r15288 | sahlberg | 2005-08-11 02:44:38 -0500 (Thu, 11 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/dissectors/packet-wsp.c
+
+some more tcv_get_stringz() to tvb_get_ephemeral_stringz() conversions
+
+
+------------------------------------------------------------------------
+r15287 | gerald | 2005-08-10 15:17:53 -0500 (Wed, 10 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add bug IDs to the list of bugs fixed.
+
+------------------------------------------------------------------------
+r15286 | ulfl | 2005-08-10 14:49:45 -0500 (Wed, 10 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/gtk/capture_prefs.c
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/column_prefs.c
+   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/decode_as_dlg.c
+   M /trunk/gtk/dfilter_expr_dlg.c
+   M /trunk/gtk/gtk_stat_util.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/proto_dlg.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/proto_hier_stats_dlg.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/toolbar.c
+   M /trunk/gtk/ui_util.c
+
+removed tons of MSVC const related warnings.
+
+This might at some places interfere with the changes for gcc4, we might have to negotiate in that case :-)
+
+Please note that a lot of these warnings were GTK1.x related only!
+------------------------------------------------------------------------
+r15285 | guy | 2005-08-10 14:38:04 -0500 (Wed, 10 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r15284 | ulfl | 2005-08-10 14:37:29 -0500 (Wed, 10 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+more snprintf() -> g_snprintf() replacements
+------------------------------------------------------------------------
+r15283 | ulfl | 2005-08-10 14:34:09 -0500 (Wed, 10 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/capture_if_details_dlg.c
+
+don't warn the user about the WinPcap 3.1 release version as being unknown
+------------------------------------------------------------------------
+r15282 | gerald | 2005-08-10 14:31:21 -0500 (Wed, 10 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-csm-encaps.c
+
+Remove proprietary information at the author's request.
+
+------------------------------------------------------------------------
+r15281 | gerald | 2005-08-10 14:28:08 -0500 (Wed, 10 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/libethereal.def
+
+ep_tvb_get_string -> tvb_get_ephemeral_string
+
+------------------------------------------------------------------------
+r15280 | gerald | 2005-08-10 13:54:30 -0500 (Wed, 10 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add an item for the SLIMP3 overflow.
+
+------------------------------------------------------------------------
+r15279 | gerald | 2005-08-10 13:50:36 -0500 (Wed, 10 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-slimp3.c
+
+Don't overflow a buffer.  This might fix bug 327.
+
+Don't print non-pritable characters.
+
+------------------------------------------------------------------------
+r15278 | gerald | 2005-08-10 11:05:50 -0500 (Wed, 10 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+When we receive junk data, mark it as a malformed packet instead of
+a dissector bug.  This keeps buildbot from opening unnecessary bugs
+during fuzz testing.
+
+When we create a new scsi_task_data_t struct make sure all of its
+members are initialized.
+
+------------------------------------------------------------------------
+r15277 | gerald | 2005-08-10 10:58:26 -0500 (Wed, 10 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/plugins/mgcp/packet-mgcp.c
+
+ep_tvb_get_string() -> tvb_get_ephemeral_string().
+
+------------------------------------------------------------------------
+r15276 | sahlberg | 2005-08-10 09:37:52 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb-common.c
+   M /trunk/epan/dissectors/packet-smb-logon.c
+
+tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion
+
+
+------------------------------------------------------------------------
+r15275 | sahlberg | 2005-08-10 09:35:24 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-image-jfif.c
+   M /trunk/epan/dissectors/packet-pgsql.c
+   M /trunk/epan/dissectors/packet-smb-browse.c
+
+tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.
+
+
+------------------------------------------------------------------------
+r15274 | sahlberg | 2005-08-10 09:28:18 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.c
+
+convert to tvb_get_ephemeral_stringz() and fix an obvious memleak
+
+
+------------------------------------------------------------------------
+r15273 | sahlberg | 2005-08-10 09:25:59 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+
+add new function tvb_get_ephemeral_stringz()
+
+
+------------------------------------------------------------------------
+r15272 | sahlberg | 2005-08-10 09:17:27 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-ntlmssp.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-srvloc.c
+
+convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()
+
+
+------------------------------------------------------------------------
+r15271 | sahlberg | 2005-08-10 08:56:34 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+
+rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update the README file.
+
+
+------------------------------------------------------------------------
+r15270 | sahlberg | 2005-08-10 08:41:13 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-aim-messaging.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-ansi_a.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-dsi.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fix.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-image-gif.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-mmse.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-multipart.c
+   M /trunk/epan/dissectors/packet-pagp.c
+   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-quake2.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-sipfrag.c
+   M /trunk/epan/dissectors/packet-slsk.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-tacacs.c
+   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/dissectors/packet-ucp.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+
+rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the documentation in README.developer
+
+
+------------------------------------------------------------------------
+r15269 | sahlberg | 2005-08-10 08:01:16 -0500 (Wed, 10 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+
+ememify tywo more tvb_get_string()
+
+
+------------------------------------------------------------------------
+r15268 | gerald | 2005-08-09 09:46:06 -0500 (Tue, 09 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add a note about the IrDA dissector crash.
+
+------------------------------------------------------------------------
+r15267 | gerald | 2005-08-09 09:38:11 -0500 (Tue, 09 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/plugins/irda/packet-irda.c
+
+Make sure we initialize our iap_conv struct _before_ we go digging
+into a tvbuff.  This keeps us from leaving junk data behind if we
+throw an exception.
+
+------------------------------------------------------------------------
+r15266 | guy | 2005-08-08 19:07:12 -0500 (Mon, 08 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/proto_draw.c
+
+"g_locale_to_utf8()" returns a "gchar *", and the string it returns is
+dynamically allocated.  Don't assign its result to "const gchar *".
+
+------------------------------------------------------------------------
+r15265 | guy | 2005-08-08 19:03:45 -0500 (Mon, 08 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/plugins/irda/packet-irda.c
+
+The "proto" argument to "conversation_get_proto_data()" and
+"conversation_add_proto_data()" is supposed to be a protocol ID, as
+returned by "proto_register_protocol()".  In addition, there are two
+different types of protocol data being attached to a conversation; use
+different protocol IDs for them, so we don't misinterpret an
+"iap_conversation_t" as a "lmp_conversation_t" or vice versa.
+
+------------------------------------------------------------------------
+r15264 | ulfl | 2005-08-08 13:50:39 -0500 (Mon, 08 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/capture_sync.c
+   M /trunk/disabled_protos.c
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/asn1.c
+   M /trunk/epan/atalk-utils.c
+   M /trunk/epan/atalk-utils.h
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dfilter/dfilter.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-aoe.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-brdwlk.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-ccsds.c
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cpfi.c
+   M /trunk/epan/dissectors/packet-cpha.c
+   M /trunk/epan/dissectors/packet-csm-encaps.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-fcfcs.c
+   M /trunk/epan/dissectors/packet-fcfzs.c
+   M /trunk/epan/dissectors/packet-fclctl.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-fcsb3.c
+   M /trunk/epan/dissectors/packet-fcsp.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-g723.c
+   M /trunk/epan/dissectors/packet-gprs-llc.c
+   M /trunk/epan/dissectors/packet-hyperscsi.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-igmp.c
+   M /trunk/epan/dissectors/packet-image-gif.c
+   M /trunk/epan/dissectors/packet-image-jfif.c
+   M /trunk/epan/dissectors/packet-ipdc.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ipvs-syncd.c
+   M /trunk/epan/dissectors/packet-ismp.c
+   M /trunk/epan/dissectors/packet-isns.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-isup_thin.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-laplink.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-lwapp.c
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-mtp3.c
+   M /trunk/epan/dissectors/packet-mtp3mg.c
+   M /trunk/epan/dissectors/packet-multipart.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-pflog.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-pn-rt.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rtps.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-sccpmg.c
+   M /trunk/epan/dissectors/packet-sebek.c
+   M /trunk/epan/dissectors/packet-sflow.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-sndcp.c
+   M /trunk/epan/dissectors/packet-stun.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-wccp.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-wtls.c
+   M /trunk/epan/dissectors/packet-wtp.c
+   M /trunk/epan/filesystem.c
+   M /trunk/epan/follow.c
+   M /trunk/epan/inet_ntop.c
+   M /trunk/epan/ipproto.c
+   M /trunk/epan/plugins.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/sigcomp-udvm.c
+   M /trunk/epan/sigcomp_state_hdlr.c
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
+   M /trunk/epan/value_string.c
+   M /trunk/filters.c
+   M /trunk/pcap-util-unix.c
+   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/plugins/ciscosm/packet-sm.c
+   M /trunk/plugins/docsis/packet-vendor.c
+   M /trunk/plugins/irda/packet-ircomm.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/opsi/packet-opsi.c
+   M /trunk/plugins/rlm/packet-rlm.c
+   M /trunk/plugins/v5ua/packet-v5ua.c
+   M /trunk/ringbuffer.c
+   M /trunk/tap-iousers.c
+   M /trunk/tap-rpcprogs.c
+   M /trunk/tethereal.c
+   M /trunk/util.c
+
+various code cleanup:
+-use g_snprintf instead of sprintf and snprintf
+-use g_strdup_printf where appropriate
+-remove #include "snprintf.h" (as only g_snprintf should be used)
+-replace some more alloc/realloc/calloc/free with their glib pendants
+------------------------------------------------------------------------
+r15263 | ulfl | 2005-08-08 12:22:55 -0500 (Mon, 08 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/simple_dialog.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/toolbar.c
+   M /trunk/gtk/ui_util.c
+   M /trunk/gtk/ui_util.h
+
+fix some MSVC const warnings
+------------------------------------------------------------------------
+r15262 | jmayer | 2005-08-08 11:53:09 -0500 (Mon, 08 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+OK, so Didier was probably right using $^ :-)
+
+------------------------------------------------------------------------
+r15261 | jmayer | 2005-08-08 09:17:42 -0500 (Mon, 08 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+Didier Gautheron:
+        A small patch for compiling ethereal outside the source tree.
+
+
+------------------------------------------------------------------------
+r15260 | sahlberg | 2005-08-08 04:52:59 -0500 (Mon, 08 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
+
+From
+Eric Wedel
+
+Add a preference to RPC (default off) that will heuristically attempt to find
+PDUs starting in the middle of a segment.
+
+
+
+------------------------------------------------------------------------
+r15259 | sahlberg | 2005-08-08 03:53:05 -0500 (Mon, 08 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_map.h
+   M /trunk/epan/dissectors/packet-gsm_ss.c
+   M /trunk/epan/dissectors/packet-gsm_ss.h
+
+updates from Anders B
+
+Regenerate gsm ss and gsm map
+
+
+
+------------------------------------------------------------------------
+r15258 | guy | 2005-08-08 02:27:14 -0500 (Mon, 08 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+Centralize the code to create the subtree for RSVP objects and to put
+the length and object class items into that tree.  Put the object class
+item into the tree as a visible item, rather than as a hidden item and
+as a text entry.
+
+Add some additional length checks.
+
+------------------------------------------------------------------------
+r15257 | sahlberg | 2005-08-07 18:39:00 -0500 (Sun, 07 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+
+from Dominique Bastien
+
+small update for slowprotocols
+
+
+------------------------------------------------------------------------
+r15256 | ulfl | 2005-08-07 18:10:06 -0500 (Sun, 07 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/packaging/nsis/Makefile.am
+   M /trunk/packaging/nsis/WinPcapPage.ini
+   A /trunk/packaging/nsis/WinPcap_3_1.exe
+   D /trunk/packaging/nsis/WinPcap_3_1_beta4.exe
+   M /trunk/packaging/nsis/ethereal.nsi
+
+Use the now released WinPcap 3.1 version instead of the beta 4.
+
+We don't need to uninstall an old WinPcap version first, as this is done by the WinPcap installer itself now.
+
+------------------------------------------------------------------------
+r15255 | guy | 2005-08-07 15:06:01 -0500 (Sun, 07 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+
+DHCP Failover runs over TCP; use tcp_dissect_pdus.
+
+There's no need to build a list of all the options and then dissect them
+individually; just have one loop that dissects them.  (The full list
+wasn't being freed, so we were leaking memory.)
+
+Add some more sanity checks.
+
+Clean up a bunch of other things.
+
+------------------------------------------------------------------------
+r15254 | guy | 2005-08-07 13:03:34 -0500 (Sun, 07 Aug 2005) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+
+Fix the spelling of "transferred".
+
+Fix the sizes of some items to match what's in the I-D and what's being
+fetched from the packet.
+
+Check for the length of items before doing *anything* with the item,
+including fetching the data from the packet.  Just put a "bad length"
+indication into the protocol tree; don't abort the dissection (we can
+just move on to the next TLV).
+
+------------------------------------------------------------------------
+r15253 | jmayer | 2005-08-06 19:21:35 -0500 (Sat, 06 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/docbook
+
+Add release-notes-...pdf to svn:ignore
+------------------------------------------------------------------------
+r15252 | jmayer | 2005-08-06 19:07:18 -0500 (Sat, 06 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/docbook/README.txt
+
+Start a list of packages required for each distro.
+So far only Suse 9.3 is covered.
+
+Infos for other systems are very welcome.
+
+
+------------------------------------------------------------------------
+r15251 | guy | 2005-08-06 16:38:43 -0500 (Sat, 06 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-frame.h
+   M /trunk/epan/exceptions.h
+
+If a dissector writer directly throws DissectorError, don't punish the
+user by crashing due to a null pointer dereference, punish the dissector
+writer by saying he or she didn't bother providing an explanation of the
+error.
+
+The exception message isn't a const string any more; make the
+"exception_message" argument to "show_exception()" a "char *", not a
+"const char *".
+
+------------------------------------------------------------------------
+r15250 | guy | 2005-08-06 14:58:45 -0500 (Sat, 06 Aug 2005) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/except.c
+   M /trunk/epan/except.h
+   M /trunk/epan/exceptions.h
+
+Support throwing an exception with a null message pointer, and have the
+message not be const (as we generate messages with "g_strdup_sprintf()",
+which means they need to be freed; using a null message means that we
+don't have to use a special string for exceptions with no message, and
+don't have to worry about not freeing that).
+
+Have THROW() throw an exception with a null message pointer.  (This
+means that you crash if you throw DissectorError with THROW().  Don't do
+that - it means you don't get a more detailed explanation of the
+dissector problem.  Use the DISSECTOR_ASSERT, etc. macros in
+epan/proto.h instead.)
+
+Free the exception message for DissectorError, as it's mallocated.
+
+------------------------------------------------------------------------
+r15249 | guy | 2005-08-06 13:42:07 -0500 (Sat, 06 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/filters.c
+   M /trunk/filters.h
+
+"read_filter_list()" and "save_filter_list()" mallocate the path string
+that they return through the "pref_path_return" argument; make it a
+"char **", as a pointer to a "char *" is passed to it, and the caller
+has to free that.
+
+------------------------------------------------------------------------
+r15248 | guy | 2005-08-06 13:40:03 -0500 (Sat, 06 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/file.c
+
+We no longer generate a "Loading" message ourselves, we just pass the
+name of the file being loaded to "delayed_create_progress_dlg()".  Get
+rid of the pointless "g_strdup_printf()" call (which amounted to a
+more-expensive "g_strdup()", and the variables it used.
+
+------------------------------------------------------------------------
+r15247 | guy | 2005-08-06 13:38:35 -0500 (Sat, 06 Aug 2005) | 15 lines
+Changed paths:
+   M /trunk/util.c
+
+"setup_tmpdir()" either returns the const string passed to it, or it
+returns a malloced string that's supposed to persist as long as Ethereal
+is running.  Make it return "const char *", and return either the former
+pointer or the result of mallocation, so we don't end up using the same
+variable for a const pointer and a non-const pointer.
+
+Make the variables to which its result is assigned const pointers as
+well.
+
+"strlen()" returns size_t; make a argument to which its result is
+assigned a size_t.
+
+Just out of paranoia, check for a zero-length string passed to
+"setup_tmpdir()".
+
+------------------------------------------------------------------------
+r15246 | gerald | 2005-08-06 10:23:52 -0500 (Sat, 06 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add a note about the ISIS LSP bug.
+
+------------------------------------------------------------------------
+r15245 | gerald | 2005-08-06 10:18:45 -0500 (Sat, 06 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+
+Increase the size of some variables so that we don't overflow them and loop
+forever.  Fixes bug 320.
+
+------------------------------------------------------------------------
+r15244 | jmayer | 2005-08-06 09:03:14 -0500 (Sat, 06 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/capture_loop.c
+   M /trunk/capture_sync.c
+   M /trunk/file.c
+   M /trunk/filters.c
+   M /trunk/filters.h
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/progress_dlg.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/progress_dlg.h
+   M /trunk/tap-iostat.c
+   M /trunk/util.c
+   M /trunk/util.h
+
+
+Last set of char -> const char trivial warning fixes.
+
+------------------------------------------------------------------------
+r15243 | tuexen | 2005-08-06 07:02:34 -0500 (Sat, 06 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-asap.c
+   M /trunk/epan/dissectors/packet-enrp.c
+
+Update to
+ * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-common-param-09.txt
+ * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-enrp-12.txt
+ * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-asap-12.txt
+
+
+------------------------------------------------------------------------
+r15242 | guy | 2005-08-06 05:31:27 -0500 (Sat, 06 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/packet.h
+   M /trunk/gtk/decode_as_dlg.c
+   M /trunk/tethereal.c
+
+Squelch more const pointer warnings.
+
+------------------------------------------------------------------------
+r15241 | guy | 2005-08-06 05:30:21 -0500 (Sat, 06 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+
+Make some structure members that are always set from mallocated data not
+"const" pointers, so that we don't get warnings when we free the data
+they point to.
+
+------------------------------------------------------------------------
+r15240 | guy | 2005-08-06 05:29:20 -0500 (Sat, 06 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/plugins/mate/mate_parser.l
+
+Make a variable whose value might be trashed by setjmp/longjmp
+"volatile" to avoid that.
+
+------------------------------------------------------------------------
+r15239 | guy | 2005-08-06 04:23:28 -0500 (Sat, 06 Aug 2005) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ms-mms.c
+
+Don't assign "" to a string that's only used after it's assigned to.
+
+"tvb_fake_unicode()" never returns a null pointer, so there's no need to
+check for it; there's also no need to check that it's not an empty
+string before freeing it, as it's always assigned a g_malloc()ed string.
+
+It also takes as an argument the number of Unicode characters in the
+string, not the number of bytes in the string.
+
+Use "format_text()" when adding a string to the Info column, in case
+it has non-printable characters.
+
+Don't use "proto_tree_add_string_format()" if you don't have to.
+
+------------------------------------------------------------------------
+r15238 | guy | 2005-08-06 04:18:52 -0500 (Sat, 06 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+
+Use a NULL value for di->xfer as an indication that we don't know the
+transfer context; that way, we don't have to make "di->xfer" a "const"
+pointer, and can thus pass it to "g_free()" (if non-null) without
+the compiler whining at us.
+
+Note that telling the user to "click on ASSOC request" is not the best
+thing to do, unless we simply cannot determine the right ASSOC request
+to click on.
+
+------------------------------------------------------------------------
+r15237 | guy | 2005-08-05 23:01:38 -0500 (Fri, 05 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+
+DissectorError is not supposed to be directly thrown; one should use the
+various DISSECTOR_ macros, so the error message includes an indication
+of the problem, and the file and line number.
+
+------------------------------------------------------------------------
+r15236 | guy | 2005-08-05 22:44:55 -0500 (Fri, 05 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/bootp_stat.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/fc_stat.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_fc.c
+   M /trunk/gtk/hostlist_fddi.c
+   M /trunk/gtk/hostlist_ip.c
+   M /trunk/gtk/hostlist_ipx.c
+   M /trunk/gtk/hostlist_jxta.c
+   M /trunk/gtk/hostlist_table.h
+   M /trunk/gtk/hostlist_tcpip.c
+   M /trunk/gtk/hostlist_tr.c
+   M /trunk/gtk/hostlist_udpip.c
+   M /trunk/gtk/hostlist_wlan.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/ldap_stat.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/mgcp_stat.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/smb_stat.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/summary_dlg.c
+   M /trunk/gtk/toolbar.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
+   M /trunk/tap-ansi_astat.c
+   M /trunk/tap-bootpstat.c
+   M /trunk/tap-dcerpcstat.c
+   M /trunk/tap-gsm_astat.c
+   M /trunk/tap-h225counter.c
+   M /trunk/tap-h225rassrt.c
+   M /trunk/tap-httpstat.c
+   M /trunk/tap-iostat.c
+   M /trunk/tap-iousers.c
+   M /trunk/tap-mgcpstat.c
+   M /trunk/tap-protocolinfo.c
+   M /trunk/tap-protohierstat.c
+   M /trunk/tap-rpcprogs.c
+   M /trunk/tap-rpcstat.c
+   M /trunk/tap-sctpchunkstat.c
+   M /trunk/tap-sipstat.c
+   M /trunk/tap-smbsids.c
+   M /trunk/tap-smbstat.c
+   M /trunk/tap-stats_tree.c
+   M /trunk/tap-wspstat.c
+   M /trunk/tap_dfilter_dlg.h
+
+Squelch more const warnings (and fix some memory leaks that found).
+
+_U_-ify some unused arguments, rather than assigning them to themselves.
+
+Un-constify one variable that gets assigned a mallocated pointer.
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r15235 | gerald | 2005-08-05 22:43:42 -0500 (Fri, 05 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/asn1.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-spnego.c
+
+In packet-frame.c, don't free static memory when we throw a
+DissectorError.  In packet-kerberos.c, restore pinfo->private_data if
+we throw an exception, which keeps the SMB dissector from throwing
+a DissectorError.  Initialize variables in other places to squelch
+valgrind warnings.
+
+------------------------------------------------------------------------
+r15234 | guy | 2005-08-05 20:39:51 -0500 (Fri, 05 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-socks.c
+
+Squelch another const warning.
+
+------------------------------------------------------------------------
+r15233 | ulfl | 2005-08-05 19:06:14 -0500 (Fri, 05 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/plugins/xml/xml_plugin.c
+
+fix a comment typo
+------------------------------------------------------------------------
+r15232 | ulfl | 2005-08-05 18:58:58 -0500 (Fri, 05 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/capture_stop_conditions.c
+   M /trunk/conditions.c
+   M /trunk/docbook/edg_src/EDG_chapter_dissection.xml
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/follow.c
+   M /trunk/epan/tap.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/ui_util.c
+
+replace malloc and alike calls by their GLib pendants -> g_malloc
+------------------------------------------------------------------------
+r15231 | guy | 2005-08-05 18:18:05 -0500 (Fri, 05 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-daap.c
+
+Put in a comment asking about the music going over the connection - we
+shouldn't try to parse it as DAAP.
+
+------------------------------------------------------------------------
+r15230 | guy | 2005-08-05 18:17:15 -0500 (Fri, 05 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/plugins/mate/mate_parser.l
+
+Squelch a warning about "state" being used uninitialized.
+
+------------------------------------------------------------------------
+r15229 | lego | 2005-08-05 17:36:28 -0500 (Fri, 05 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/hostlist_table.c
+
+have the definition of init_hostlist_table *ACTUALLY* match its declaration.
+
+
+------------------------------------------------------------------------
+r15228 | lego | 2005-08-05 17:34:45 -0500 (Fri, 05 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/gtk/hostlist_table.c
+
+have the definition of init_hostlist_table match the declaration.
+
+
+------------------------------------------------------------------------
+r15227 | jmayer | 2005-08-05 15:59:08 -0500 (Fri, 05 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/color_filters.c
+   M /trunk/color_filters.h
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet.h
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_prefs.c
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/column_prefs.c
+   M /trunk/gtk/conversations_eth.c
+   M /trunk/gtk/conversations_fc.c
+   M /trunk/gtk/conversations_fddi.c
+   M /trunk/gtk/conversations_ip.c
+   M /trunk/gtk/conversations_ipx.c
+   M /trunk/gtk/conversations_jxta.c
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/conversations_table.h
+   M /trunk/gtk/conversations_tcpip.c
+   M /trunk/gtk/conversations_tr.c
+   M /trunk/gtk/conversations_udpip.c
+   M /trunk/gtk/conversations_wlan.c
+   M /trunk/gtk/decode_as_dcerpc.c
+   M /trunk/gtk/decode_as_dcerpc.h
+   M /trunk/gtk/decode_as_dlg.c
+   M /trunk/gtk/dfilter_expr_dlg.c
+   M /trunk/gtk/dlg_utils.c
+   M /trunk/gtk/dlg_utils.h
+   M /trunk/gtk/file_dlg.c
+   M /trunk/gtk/filter_dlg.c
+   M /trunk/gtk/filter_dlg.h
+   M /trunk/gtk/find_dlg.c
+   M /trunk/gtk/find_dlg.h
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/gtk_stat_util.c
+   M /trunk/gtk/gtk_stat_util.h
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/gtk/help_dlg.c
+   M /trunk/gtk/hostlist_eth.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/hostlist_table.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/menu.h
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/plugins_dlg.c
+   M /trunk/gtk/print_dlg.c
+   M /trunk/gtk/proto_dlg.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/proto_hier_stats_dlg.c
+   M /trunk/gtk/recent.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_stat.h
+   M /trunk/gtk/service_response_time_table.c
+   M /trunk/gtk/tap_menu.h
+   M /trunk/gtk/ui_util.c
+   M /trunk/gtk/ui_util.h
+   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/voip_calls.h
+   M /trunk/image/dn_arrow.xpm
+   M /trunk/image/eexcl3d64.xpm
+   M /trunk/image/eicon3d16.xpm
+   M /trunk/image/eicon3d32.xpm
+   M /trunk/image/eicon3d48.xpm
+   M /trunk/image/icon-ethereal.xpm
+   M /trunk/image/icon-excl.xpm
+   M /trunk/image/stock_dialog_error_48.xpm
+   M /trunk/image/stock_dialog_info_48.xpm
+   M /trunk/image/stock_dialog_question_48.xpm
+   M /trunk/image/stock_dialog_warning_48.xpm
+   M /trunk/image/toolbar/autoscroll_24.xpm
+   M /trunk/image/toolbar/capture_filter_24.xpm
+   M /trunk/image/toolbar/capture_interfaces_24.xpm
+   M /trunk/image/toolbar/capture_options_24.xpm
+   M /trunk/image/toolbar/capture_restart_24.xpm
+   M /trunk/image/toolbar/capture_start_24.xpm
+   M /trunk/image/toolbar/capture_stop_24.xpm
+   M /trunk/image/toolbar/checkbox_16.xpm
+   M /trunk/image/toolbar/colorize_24.xpm
+   M /trunk/image/toolbar/conversations_16.xpm
+   M /trunk/image/toolbar/decode_as_16.xpm
+   M /trunk/image/toolbar/display_filter_24.xpm
+   M /trunk/image/toolbar/endpoints_16.xpm
+   M /trunk/image/toolbar/file_set_list_16.xpm
+   M /trunk/image/toolbar/file_set_next_16.xpm
+   M /trunk/image/toolbar/file_set_previous_16.xpm
+   M /trunk/image/toolbar/graphs_16.xpm
+   M /trunk/image/toolbar/internet_24.xpm
+   M /trunk/image/toolbar/resize_columns_24.xpm
+   M /trunk/image/toolbar/stock_add_24.xpm
+   M /trunk/image/toolbar/stock_bottom_24.xpm
+   M /trunk/image/toolbar/stock_clear_24.xpm
+   M /trunk/image/toolbar/stock_close_24.xpm
+   M /trunk/image/toolbar/stock_colorselector_24.xpm
+   M /trunk/image/toolbar/stock_help_24.xpm
+   M /trunk/image/toolbar/stock_jump_to_24.xpm
+   M /trunk/image/toolbar/stock_left_arrow_24.xpm
+   M /trunk/image/toolbar/stock_ok_20.xpm
+   M /trunk/image/toolbar/stock_open_24.xpm
+   M /trunk/image/toolbar/stock_preferences_24.xpm
+   M /trunk/image/toolbar/stock_print_24.xpm
+   M /trunk/image/toolbar/stock_properties_24.xpm
+   M /trunk/image/toolbar/stock_refresh_24.xpm
+   M /trunk/image/toolbar/stock_right_arrow_24.xpm
+   M /trunk/image/toolbar/stock_save_24.xpm
+   M /trunk/image/toolbar/stock_save_as_24.xpm
+   M /trunk/image/toolbar/stock_search_24.xpm
+   M /trunk/image/toolbar/stock_stop_24.xpm
+   M /trunk/image/toolbar/stock_top_24.xpm
+   M /trunk/image/toolbar/stock_zoom_1_24.xpm
+   M /trunk/image/toolbar/stock_zoom_in_24.xpm
+   M /trunk/image/toolbar/stock_zoom_out_24.xpm
+   M /trunk/image/toolbar/telephony_16.xpm
+   M /trunk/image/toolbar/time_24.xpm
+   M /trunk/image/toolbar/web_support_24.xpm
+   M /trunk/image/toolbar/wiki_24.xpm
+   M /trunk/image/up_arrow.xpm
+   M /trunk/plugins/stats_tree/pinfo_stats_tree.c
+   M /trunk/tap_dfilter_dlg.h
+
+
+More char -> const char warning fixes.
+Removed (very few) casts that only change the warning message
+  but don't remove it (with gcc-4).
+
+------------------------------------------------------------------------
+r15226 | etxrab | 2005-08-05 14:37:57 -0500 (Fri, 05 Aug 2005) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+From David Richards:
+here are the highlights of what's fixed:
+
+1) Decoding of vendor-defined types
+2) Decoding of some event notification parameters (not all)
+3) Decoding of ABSTRACT-SYNTAX&Type
+4) Decoding of BACnetTimeStamp
+5) Some problems with context-tagged values (like booleans)
+6) Continuation segments - don't try to decode them since you can't 
+start mid-PDU
+7) Removed some excessive levels of subtrees
+
+------------------------------------------------------------------------
+r15225 | etxrab | 2005-08-05 14:32:26 -0500 (Fri, 05 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/plugins/asn1/packet-asn1.c
+
+From Thomas Steffen:
+Fix a copy-paste error in the prefs. code
+------------------------------------------------------------------------
+r15224 | etxrab | 2005-08-05 14:16:29 -0500 (Fri, 05 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-gprs-llc.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+From THORNTON, MATT
+Some changes that I made to flesh out GPRS message parsing.  More information is displayed about the various frame formats.  I have also added some code to parse XID parameters in the U frame.  I have also fixed a couple of display bugs in the GSM and GPRS LLC parser.
+
+------------------------------------------------------------------------
+r15223 | jmayer | 2005-08-05 08:23:47 -0500 (Fri, 05 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+char -> const char warning fixes
+------------------------------------------------------------------------
+r15222 | jmayer | 2005-08-05 08:10:58 -0500 (Fri, 05 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/dissectors/packet-tr.c
+   M /trunk/epan/dissectors/packet-trmac.c
+   M /trunk/epan/dissectors/packet-user_encap.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-x25.c
+
+More char -> const char warning fixes
+------------------------------------------------------------------------
+r15221 | ulfl | 2005-08-05 04:20:48 -0500 (Fri, 05 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/docbook/edg_src/EDG_chapter_sources.xml
+   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
+
+note that calling distclean target should be done first
+
+add the MSVC tools to the verify_tools target, add some explanation of common problems
+------------------------------------------------------------------------
+r15220 | ulfl | 2005-08-05 03:34:47 -0500 (Fri, 05 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+
+verify_tools: 
+- not only look for the cygwin tools, but also check the MSVC tools required like cl.exe, link.exe and nmake.exe
+
+- I don't know why we should use /usr/bin/find but simply find, check for it instead. If there's a reason to use /usr/bin/find, we should use $(FIND) instead but I currently don't see a reason for this
+------------------------------------------------------------------------
+r15219 | jmayer | 2005-08-04 19:29:34 -0500 (Thu, 04 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/gsm_ss/Makefile
+
+Add eol-style and keywords properties
+------------------------------------------------------------------------
+r15218 | jmayer | 2005-08-04 19:23:22 -0500 (Thu, 04 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-gssapi.h
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-nlsp.c
+   M /trunk/epan/dissectors/packet-nntp.c
+   M /trunk/epan/dissectors/packet-nt-sonmp.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-osi-options.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-pgm.c
+   M /trunk/epan/dissectors/packet-pn-rt.c
+   M /trunk/epan/dissectors/packet-portmap.c
+   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-q933.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
+   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-rdt.c
+   M /trunk/epan/dissectors/packet-rdt.h
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-sap.c
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-slsk.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-socks.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-t38.h
+   M /trunk/epan/radius_dict.l
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
+
+More char -> const char warning fixes
+------------------------------------------------------------------------
+r15217 | sahlberg | 2005-08-04 19:23:08 -0500 (Thu, 04 Aug 2005) | 3 lines
+Changed paths:
+   A /trunk/asn1/gsm_ss/Makefile
+
+Add unix makefile for work in progress GSM-SS dissector
+
+
+------------------------------------------------------------------------
+r15216 | jmayer | 2005-08-04 17:54:04 -0500 (Thu, 04 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+Separate declaration from initialization with non-static values
+------------------------------------------------------------------------
+r15215 | guy | 2005-08-04 17:37:49 -0500 (Thu, 04 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/README.win32
+
+Note that if you're building from a source tarball, before the first
+build you must do "nmake -f makefile.make distclean".
+
+------------------------------------------------------------------------
+r15214 | guy | 2005-08-04 17:22:53 -0500 (Thu, 04 Aug 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/xml/Makefile.nmake
+
+Put in comments explaining why we're removing some generated files with
+"make distclean", even though they come with the distribution, and
+make the one in plugins/xml/Makefile.nmake match the one in some other
+files.
+
+------------------------------------------------------------------------
+r15213 | guy | 2005-08-04 17:13:33 -0500 (Thu, 04 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/cleanbld.bat
+
+Delete some new Flex-generated files, and put in a comment explaining
+that we're doing that and explaining why we're doing it.
+
+------------------------------------------------------------------------
+r15212 | jmayer | 2005-08-04 16:54:00 -0500 (Thu, 04 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/Makefile.common
+
+Forgot to remove gdebug.h from Makefile.common too
+------------------------------------------------------------------------
+r15211 | jmayer | 2005-08-04 16:40:58 -0500 (Thu, 04 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/doc/README.developer
+
+Don't initialize variables in their declaration with non-constant
+values.
+
+------------------------------------------------------------------------
+r15210 | jmayer | 2005-08-04 16:31:40 -0500 (Thu, 04 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ms-mms.c
+
+
+Albert Chin:
+        uses of some C99'isms which prevent compilation on
+        IRIX 6.5 with the SGI C compiler.
+
+
+------------------------------------------------------------------------
+r15209 | jmayer | 2005-08-04 16:09:08 -0500 (Thu, 04 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dfilter/gencode.c
+   M /trunk/epan/ftypes/ftype-tvbuff.c
+   D /trunk/epan/gdebug.h
+
+
+Albert Chin:
+        Don't include epan/gdebug.h
+
+Now that epan/gdebug.h is unused: remove it
+
+------------------------------------------------------------------------
+r15208 | jmayer | 2005-08-04 15:41:52 -0500 (Thu, 04 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/tools/lemon/lempar.c
+
+
+Albert Chin:
+        "config.h" should always be included first. However, lemon
+        includes <stdio.h> first.
+
+
+------------------------------------------------------------------------
+r15207 | gerald | 2005-08-04 12:14:19 -0500 (Thu, 04 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add items for the recent FC-FCS and RSVP bug fixes.
+
+------------------------------------------------------------------------
+r15206 | gerald | 2005-08-04 12:11:32 -0500 (Thu, 04 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+Increase the size of some variables, so that we don't overflow them.  Fixes
+the infinite loops in bugs 311 and 314.
+
+------------------------------------------------------------------------
+r15205 | gram | 2005-08-04 08:54:46 -0500 (Thu, 04 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/exceptions.h
+   A /trunk/epan/exntest.c
+
+Exception handling fixes, and a fix to packet-frame.c,
+from Richard van der Hoff.
+
+------------------------------------------------------------------------
+r15204 | guy | 2005-08-04 05:24:33 -0500 (Thu, 04 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcfcs.c
+
+When processing records, advance the offset.
+
+------------------------------------------------------------------------
+r15203 | etxrab | 2005-08-03 15:51:54 -0500 (Wed, 03 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.h
+
+Use the new fn_par functions, fix of a bug and export functions used by gsm_ss.
+------------------------------------------------------------------------
+r15202 | etxrab | 2005-08-03 15:49:52 -0500 (Wed, 03 Aug 2005) | 2 lines
+Changed paths:
+   A /trunk/asn1/gsm_ss
+   A /trunk/asn1/gsm_ss/Makefile.nmake
+   A /trunk/asn1/gsm_ss/SS-Operations.asn
+   A /trunk/asn1/gsm_ss/gsm_ss.cnf
+   A /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
+   A /trunk/asn1/gsm_ss/packet-gsm_ss-template.h
+
+First checkin of asn2eth generated gsm ss dissector - work in progress not ready to replace the existing
+dissector yet.
+------------------------------------------------------------------------
+r15201 | etxrab | 2005-08-03 15:37:28 -0500 (Wed, 03 Aug 2005) | 20 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/dissectors/packet-iax2.c
+   A /trunk/epan/nstime.c
+   M /trunk/epan/nstime.h
+   M /trunk/timestats.c
+   M /trunk/timestats.h
+
+From Richard van der Hoff:
+
+Among the improvements are:
+- fixes to call-tracking (it's now less likely to confuse two separate 
+calls, for instance)
+- improvements to Information Element dissection (clearer dissection, 
+dissects more IE types, easier to extend)
+- you can now filter on the content of DTMF packets
+- Analysis of timestamps (calculation of absolute timestamp, and packet 
+lateness).
+- fixed a couple of assertion failures in subtle corner-cases.
+
+negative relative times:
+   - get_timedelta()
+   - addtime()
+   - ftype-time.c:relative_val_from_unparsed()
+
+I've also moved get_timedelta() and addtime() out of calldata.c into a 
+new file, epan/nstime.c, as I needed to use them in a dissector I'm 
+working on (and they therefore needed to go into libethereal).
+------------------------------------------------------------------------
+r15200 | gerald | 2005-08-03 12:32:00 -0500 (Wed, 03 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/wiretap/i4b_trace.h
+   M /trunk/wiretap/i4btrace.c
+
+Don't assume ints are 32 bits.  Fixes a recent Buildbot error.
+
+------------------------------------------------------------------------
+r15199 | etxrab | 2005-08-02 16:16:56 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+
+Fix "tvb_fake_unicode takes the lengt in number of guint16's not guint8's" fix up indentation.
+------------------------------------------------------------------------
+r15198 | gerald | 2005-08-02 13:26:31 -0500 (Tue, 02 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+After reading through the code again, the LPD
+dissector wasn't susceptible to a crash.  The patch at
+http://cvs.fedora.redhat.com/viewcvs/rpms/ethereal/FC-4/ is unneccessary.
+
+------------------------------------------------------------------------
+r15197 | sahlberg | 2005-08-02 12:34:14 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mmse.c
+
+ememify the tvb_get_string call in mmse.
+the strings mmse got from tvb_get_string were never released anyway
+so this would resolve significant memory leakage in mmse.
+
+there are still memleaks in mmse   but one step at a time
+
+
+------------------------------------------------------------------------
+r15196 | sahlberg | 2005-08-02 12:24:26 -0500 (Tue, 02 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
+
+ememify packet-rpc call to tvb_get_string()
+
+
+------------------------------------------------------------------------
+r15195 | sahlberg | 2005-08-02 12:15:56 -0500 (Tue, 02 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sdp.c
+
+remove a pointless g_strdup
+
+
+------------------------------------------------------------------------
+r15194 | gerald | 2005-08-02 10:25:41 -0500 (Tue, 02 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.am
+   M /trunk/plugins/mate/Makefile.am
+
+Clean up after ourselves so that we pass "distcheck" again.
+
+------------------------------------------------------------------------
+r15193 | guy | 2005-08-02 03:42:02 -0500 (Tue, 02 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/exceptions.h
+
+Explain the BoundsError and ReportedBoundsError errors a bit more, as
+per Ulf Lamping's request.
+
+------------------------------------------------------------------------
+r15192 | jmayer | 2005-08-02 03:37:53 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk
+
+Include .libs in svn:ignore
+------------------------------------------------------------------------
+r15191 | jmayer | 2005-08-02 03:30:33 -0500 (Tue, 02 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-sscop.c
+   M /trunk/epan/dissectors/packet-tacacs.c
+   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/dissectors/packet-ymsg.c
+   M /trunk/epan/stats_tree.c
+   M /trunk/gtk/menu.c
+   M /trunk/plugins/mate/mate_util.c
+   M /trunk/plugins/mate/packet-mate.c
+
+Last set of trivial fixes for "no previous declaration" warnings.
+
+------------------------------------------------------------------------
+r15190 | ulfl | 2005-08-02 02:30:38 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/epan.h
+
+add some comments, has to be extended
+------------------------------------------------------------------------
+r15189 | ulfl | 2005-08-02 02:29:15 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+add some minor comments around the GTK main loop
+------------------------------------------------------------------------
+r15188 | ulfl | 2005-08-02 02:26:57 -0500 (Tue, 02 Aug 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+bugfix: in an attepmt to fix a crash while doing reassemling of connection oriented packets, some weeks ago I've added some tvb_ensure_bytes_exist() calls to test the case that the alloc_hint value is bogus (found in private fuzz testing).
+
+Unfortunately, this is *very* safe now as it will mark a lot of DCE/RPC packets as malformed, thus the reassembling code won't work with most packets :-(
+
+I've replaced this with the correct check and used THROW(ReportedBoundsError) instead which is hopefully the right error in this case.
+
+BTW: could someone please add a description of the ReportedBoundsError vs. BoundsError to the code as I still don't get it.
+
+In addition: Use a toplevel tree item to display the DCE/RPC defragmentation just as it's done in the TCP desegmentation code.
+------------------------------------------------------------------------
+r15187 | jmayer | 2005-08-02 02:03:46 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/aclocal-flags
+
+Make aclocal-flags executable again (hopefully fixes buildbot fc4)
+------------------------------------------------------------------------
+r15186 | jmayer | 2005-08-02 01:44:18 -0500 (Tue, 02 Aug 2005) | 6 lines
+Changed paths:
+   M /trunk/doc/capinfos.pod
+   M /trunk/doc/editcap.pod
+   M /trunk/doc/ethereal-filter.pod.template
+   M /trunk/doc/ethereal-tut.mgp
+   M /trunk/doc/ethereal.pod
+   M /trunk/doc/idl2eth.pod
+   M /trunk/doc/mergecap.pod
+   M /trunk/doc/sgml.doc.template
+   M /trunk/doc/tethereal.pod
+   M /trunk/doc/text2pcap.pod
+
+
+ Fix svn properties where needed:
+          Add svn:eol-style
+          Add svn:keywords
+
+
+------------------------------------------------------------------------
+r15185 | jmayer | 2005-08-02 01:39:04 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+   M /trunk/docbook/edg_src/EDG_chapter_build_intro.xml
+   M /trunk/docbook/edg_src/EDG_chapter_capture.xml
+   M /trunk/docbook/edg_src/EDG_chapter_dissection.xml
+   M /trunk/docbook/edg_src/EDG_chapter_works.xml
+   M /trunk/docbook/release-notes.xml
+
+ Fix svn properties where needed:
+          Remove svn:executable
+          Add svn:executable
+          Add svn:eol-style
+          Add svn:keywords
+          Add mime-type
+
+------------------------------------------------------------------------
+r15184 | jmayer | 2005-08-02 01:29:49 -0500 (Tue, 02 Aug 2005) | 8 lines
+Changed paths:
+   M /trunk/help/capture_filters.txt
+   M /trunk/help/capturing.txt
+   M /trunk/help/display_filters.txt
+   M /trunk/help/faq.txt
+   M /trunk/help/getting_started.txt
+   M /trunk/help/overview.txt
+   M /trunk/help/toc
+   M /trunk/idl/coseventcomm.idl
+   M /trunk/idl/cosnaming.idl
+   M /trunk/idl/parlay/Parlay.idl
+   M /trunk/idl/parlay/am.idl
+   M /trunk/idl/parlay/cccs.idl
+   M /trunk/idl/parlay/cm.idl
+   M /trunk/idl/parlay/common_cc_data.idl
+   M /trunk/idl/parlay/cs.idl
+   M /trunk/idl/parlay/dsc.idl
+   M /trunk/idl/parlay/fw_data.idl
+   M /trunk/idl/parlay/fw_if.idl
+   M /trunk/idl/parlay/fw_if_access.idl
+   M /trunk/idl/parlay/fw_if_app.idl
+   M /trunk/idl/parlay/fw_if_entop.idl
+   M /trunk/idl/parlay/fw_if_service.idl
+   M /trunk/idl/parlay/gcc_data.idl
+   M /trunk/idl/parlay/gcc_interfaces.idl
+   M /trunk/idl/parlay/gms.idl
+   M /trunk/idl/parlay/mm.idl
+   M /trunk/idl/parlay/mmccs.idl
+   M /trunk/idl/parlay/mmm.idl
+   M /trunk/idl/parlay/mpcc_data.idl
+   M /trunk/idl/parlay/mpcc_interfaces.idl
+   M /trunk/idl/parlay/osa.idl
+   M /trunk/idl/parlay/pam_data.idl
+   M /trunk/idl/parlay/pam_interfaces.idl
+   M /trunk/idl/parlay/policy_data.idl
+   M /trunk/idl/parlay/policy_interfaces.idl
+   M /trunk/idl/parlay/termcap.idl
+   M /trunk/idl/parlay/ui_data.idl
+   M /trunk/idl/parlay/ui_interfaces.idl
+   M /trunk/idl/tango.idl
+   M /trunk/image/README.image
+   M /trunk/image/capinfos.rc.in
+   M /trunk/image/clist_ascend.xpm
+   M /trunk/image/clist_descend.xpm
+   M /trunk/image/dn_arrow.xpm
+   M /trunk/image/editcap.rc.in
+   M /trunk/image/eexcl3d64.xpm
+   M /trunk/image/eicon3d16.xpm
+   M /trunk/image/eicon3d32.xpm
+   M /trunk/image/eicon3d48.xpm
+   M /trunk/image/eicon3d64.xpm
+   M /trunk/image/elogo3d48x48.png
+   M /trunk/image/ethereal.rc.in
+   M /trunk/image/hi16-app-ethereal.png
+   M /trunk/image/hi32-app-ethereal.png
+   M /trunk/image/hi48-app-ethereal.png
+   M /trunk/image/icon-ethereal.xpm
+   M /trunk/image/icon-excl.xpm
+   M /trunk/image/icon_layout_1.xpm
+   M /trunk/image/icon_layout_2.xpm
+   M /trunk/image/icon_layout_3.xpm
+   M /trunk/image/icon_layout_4.xpm
+   M /trunk/image/icon_layout_5.xpm
+   M /trunk/image/icon_layout_6.xpm
+   M /trunk/image/libethereal.rc.in
+   M /trunk/image/lo16-app-ethereal.png
+   M /trunk/image/lo32-app-ethereal.png
+   M /trunk/image/lo48-app-ethereal.png
+   M /trunk/image/mergecap.rc.in
+   M /trunk/image/nsis-checked.bmp
+   M /trunk/image/nsis-unchecked.bmp
+   M /trunk/image/stock_dialog_error_48.xpm
+   M /trunk/image/stock_dialog_info_48.xpm
+   M /trunk/image/stock_dialog_question_48.xpm
+   M /trunk/image/stock_dialog_warning_48.xpm
+   M /trunk/image/toolbar/autoscroll_24.xpm
+   M /trunk/image/toolbar/capture_filter_24.xpm
+   M /trunk/image/toolbar/capture_interfaces_24.xpm
+   M /trunk/image/toolbar/capture_options_24.xpm
+   M /trunk/image/toolbar/capture_restart_24.xpm
+   M /trunk/image/toolbar/capture_start_24.xpm
+   M /trunk/image/toolbar/capture_stop_24.xpm
+   M /trunk/image/toolbar/checkbox_16.xpm
+   M /trunk/image/toolbar/colorize_24.xpm
+   M /trunk/image/toolbar/conversations_16.xpm
+   M /trunk/image/toolbar/decode_as_16.xpm
+   M /trunk/image/toolbar/display_filter_24.xpm
+   M /trunk/image/toolbar/endpoints_16.xpm
+   M /trunk/image/toolbar/file_set_list_16.xpm
+   M /trunk/image/toolbar/file_set_next_16.xpm
+   M /trunk/image/toolbar/file_set_previous_16.xpm
+   M /trunk/image/toolbar/graphs_16.xpm
+   M /trunk/image/toolbar/internet_24.xpm
+   M /trunk/image/toolbar/resize_columns_24.xpm
+   M /trunk/image/toolbar/stock_add_24.xpm
+   M /trunk/image/toolbar/stock_bottom_24.xpm
+   M /trunk/image/toolbar/stock_clear_24.xpm
+   M /trunk/image/toolbar/stock_close_24.xpm
+   M /trunk/image/toolbar/stock_colorselector_24.xpm
+   M /trunk/image/toolbar/stock_help_24.xpm
+   M /trunk/image/toolbar/stock_jump_to_24.xpm
+   M /trunk/image/toolbar/stock_left_arrow_24.xpm
+   M /trunk/image/toolbar/stock_ok_20.xpm
+   M /trunk/image/toolbar/stock_open_24.xpm
+   M /trunk/image/toolbar/stock_preferences_24.xpm
+   M /trunk/image/toolbar/stock_print_24.xpm
+   M /trunk/image/toolbar/stock_properties_24.xpm
+   M /trunk/image/toolbar/stock_refresh_24.xpm
+   M /trunk/image/toolbar/stock_right_arrow_24.xpm
+   M /trunk/image/toolbar/stock_save_24.xpm
+   M /trunk/image/toolbar/stock_save_as_24.xpm
+   M /trunk/image/toolbar/stock_search_24.xpm
+   M /trunk/image/toolbar/stock_stop_24.xpm
+   M /trunk/image/toolbar/stock_top_24.xpm
+   M /trunk/image/toolbar/stock_zoom_1_24.xpm
+   M /trunk/image/toolbar/stock_zoom_in_24.xpm
+   M /trunk/image/toolbar/stock_zoom_out_24.xpm
+   M /trunk/image/toolbar/telephony_16.xpm
+   M /trunk/image/toolbar/time_24.xpm
+   M /trunk/image/toolbar/web_support_24.xpm
+   M /trunk/image/toolbar/wiki_24.xpm
+
+
+ Fix svn properties where needed:
+          Remove svn:executable
+          Add svn:executable
+          Add svn:eol-style
+          Add svn:keywords
+
+
+------------------------------------------------------------------------
+r15183 | jmayer | 2005-08-02 01:15:02 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/packaging/Makefile.am
+   M /trunk/packaging/nsis/GetWindowsVersion.nsh
+   M /trunk/packaging/nsis/Makefile.am
+   M /trunk/packaging/rpm/Makefile.am
+   M /trunk/packaging/rpm/SPECS/Makefile.am
+   M /trunk/packaging/rpm/SPECS/ethereal.spec.in
+
+Fix svn properties where needed:
+         Remove svn:executable
+         Add svn:executable
+         Add svn:eol-style
+         Add svn:keywords
+
+
+------------------------------------------------------------------------
+r15182 | jmayer | 2005-08-02 00:58:15 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/tools/EtherealXML.py
+   M /trunk/tools/Makefile.nmake
+   M /trunk/tools/asn2eth.py
+   M /trunk/tools/ftsanity.py
+   M /trunk/tools/lemon/lemon.html
+   M /trunk/tools/lemon/lempar.c
+   M /trunk/tools/lex.py
+   M /trunk/tools/msnchat
+   M /trunk/tools/netscreen2dump.py
+   M /trunk/tools/pkt-from-core.py
+   M /trunk/tools/win32-setup.sh
+   M /trunk/tools/yacc.py
+
+ Fix svn properties where needed:
+         Remove svn:executable
+         Add svn:executable
+         Add svn:eol-style
+         Add svn:keywords
+
+
+------------------------------------------------------------------------
+r15181 | jmayer | 2005-08-02 00:51:38 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/wiretap/AUTHORS
+   M /trunk/wiretap/COPYING
+   M /trunk/wiretap/ChangeLog
+   M /trunk/wiretap/INSTALL
+   M /trunk/wiretap/NEWS
+   M /trunk/wiretap/wtap.def
+
+
+ Fix svn properties where needed:
+         Remove svn:executable
+         Add svn:eol-style
+         Add svn:keywords
+
+
+------------------------------------------------------------------------
+r15180 | jmayer | 2005-08-02 00:46:16 -0500 (Tue, 02 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/COPYING
+   M /trunk/ChangeLog
+   M /trunk/FAQ
+   M /trunk/INSTALL
+   M /trunk/INSTALL.configure
+   M /trunk/aclocal-flags
+   M /trunk/cfilters
+   M /trunk/colorfilters
+   M /trunk/config.guess
+   M /trunk/config.sub
+   M /trunk/dfilters
+   M /trunk/dictionary.dtd
+   M /trunk/dictionary.xml
+   M /trunk/doxygen.cfg.in
+   M /trunk/doxygen_global.cfg
+   M /trunk/getopt.h
+   M /trunk/imscxdx.xml
+   M /trunk/mkstemp.c
+   M /trunk/mkstemp.h
+   M /trunk/mobileipv4.xml
+   M /trunk/nasreq.xml
+   M /trunk/print.ps
+   M /trunk/strcasecmp.c
+   M /trunk/strncasecmp.c
+   M /trunk/strptime.c
+   M /trunk/sunping.xml
+   M /trunk/tap-sctpchunkstat.c
+   M /trunk/tap-stats_tree.c
+
+Remove svn:executable
+Add svn:eol-style native
+Add svn:keywords Id
+
+------------------------------------------------------------------------
+r15179 | jmayer | 2005-08-02 00:39:45 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/AUTHORS
+   M /trunk/epan/ChangeLog
+   M /trunk/epan/NEWS
+   M /trunk/epan/dfilter/README.dfilter
+   M /trunk/epan/dfilter/gencode.h
+   M /trunk/epan/dissectors/dcerpc/atsvc/Makefile
+   M /trunk/epan/dissectors/dcerpc/atsvc/atsvc.cnf
+   M /trunk/epan/dissectors/dcerpc/atsvc/atsvc.idl
+   M /trunk/epan/dissectors/dcerpc/atsvc/template.c
+   M /trunk/epan/dissectors/dcerpc/atsvc/template.h
+   M /trunk/epan/dissectors/dcerpc/budb/Makefile
+   M /trunk/epan/dissectors/dcerpc/budb/budb.cnf
+   M /trunk/epan/dissectors/dcerpc/budb/budb.idl
+   M /trunk/epan/dissectors/dcerpc/budb/template.c
+   M /trunk/epan/dissectors/dcerpc/budb/template.h
+   M /trunk/epan/dissectors/dcerpc/butc/Makefile
+   M /trunk/epan/dissectors/dcerpc/butc/butc.cnf
+   M /trunk/epan/dissectors/dcerpc/butc/butc.idl
+   M /trunk/epan/dissectors/dcerpc/butc/template.c
+   M /trunk/epan/dissectors/dcerpc/butc/template.h
+   M /trunk/epan/dissectors/dcerpc/drsuapi/Makefile
+   M /trunk/epan/dissectors/dcerpc/drsuapi/drsuapi.cnf
+   M /trunk/epan/dissectors/dcerpc/drsuapi/drsuapi.idl
+   M /trunk/epan/dissectors/dcerpc/drsuapi/template.c
+   M /trunk/epan/dissectors/dcerpc/drsuapi/template.h
+   M /trunk/epan/dissectors/dcerpc/dssetup/Makefile
+   M /trunk/epan/dissectors/dcerpc/dssetup/dssetup.cnf
+   M /trunk/epan/dissectors/dcerpc/dssetup/dssetup.idl
+   M /trunk/epan/dissectors/dcerpc/dssetup/packet-dcerpc-dssetup.c
+   M /trunk/epan/dissectors/dcerpc/dssetup/packet-dcerpc-dssetup.h
+   M /trunk/epan/dissectors/dcerpc/dssetup/template.c
+   M /trunk/epan/dissectors/dcerpc/dssetup/template.h
+   M /trunk/epan/dissectors/dcerpc/efs/Makefile
+   M /trunk/epan/dissectors/dcerpc/efs/efs.cnf
+   M /trunk/epan/dissectors/dcerpc/efs/efs.idl
+   M /trunk/epan/dissectors/dcerpc/efs/template.c
+   M /trunk/epan/dissectors/dcerpc/efs/template.h
+   M /trunk/epan/dissectors/dcerpc/idl2eth.c
+   M /trunk/epan/dissectors/make-reg-dotc
+   M /trunk/epan/dissectors/make-reg-dotc.py
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-app-pkix-cert.c
+   M /trunk/epan/dissectors/packet-armagetronad.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cmp.h
+   M /trunk/epan/dissectors/packet-crmf.c
+   M /trunk/epan/dissectors/packet-crmf.h
+   M /trunk/epan/dissectors/packet-csm-encaps.c
+   M /trunk/epan/dissectors/packet-dcerpc-budb.h
+   M /trunk/epan/dissectors/packet-dcerpc-butc.h
+   M /trunk/epan/dissectors/packet-dcerpc-dssetup.h
+   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/epan/dissectors/packet-dua.c
+   M /trunk/epan/dissectors/packet-ess.c
+   M /trunk/epan/dissectors/packet-ess.h
+   M /trunk/epan/dissectors/packet-fr.h
+   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/epan/dissectors/packet-h248_package_bcp.c
+   M /trunk/epan/dissectors/packet-h248_package_bcp.h
+   M /trunk/epan/dissectors/packet-ifcp.c
+   M /trunk/epan/dissectors/packet-kerberos4.c
+   M /trunk/epan/dissectors/packet-logotypecertextn.c
+   M /trunk/epan/dissectors/packet-logotypecertextn.h
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mms.h
+   M /trunk/epan/dissectors/packet-mpls.h
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-netsync.c
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/epan/dissectors/packet-ns_cert_exts.c
+   M /trunk/epan/dissectors/packet-pkcs1.c
+   M /trunk/epan/dissectors/packet-pkcs1.h
+   M /trunk/epan/dissectors/packet-pkinit.c
+   M /trunk/epan/dissectors/packet-pkinit.h
+   M /trunk/epan/dissectors/packet-pkix1implicit.c
+   M /trunk/epan/dissectors/packet-pkix1implicit.h
+   M /trunk/epan/dissectors/packet-pkixproxy.c
+   M /trunk/epan/dissectors/packet-pkixproxy.h
+   M /trunk/epan/dissectors/packet-pkixqualified.c
+   M /trunk/epan/dissectors/packet-pkixqualified.h
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-pkixtsp.h
+   M /trunk/epan/dissectors/packet-synergy.c
+   M /trunk/epan/dissectors/packet-wlancertextn.c
+   M /trunk/epan/dissectors/packet-wlancertextn.h
+   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/epan/dissectors/packet-x509ce.h
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509if.h
+   M /trunk/epan/dissectors/packet-x509sat.c
+   M /trunk/epan/dissectors/packet-x509sat.h
+   M /trunk/epan/doxygen.cfg.in
+   M /trunk/epan/enterprise-numbers
+   M /trunk/epan/exceptions.h
+   M /trunk/epan/inet_aton.c
+   M /trunk/epan/sigcomp_state_hdlr.c
+   M /trunk/epan/sigcomp_state_hdlr.h
+   M /trunk/epan/xmlstub.h
+   M /trunk/gtk/STATUS.gtk2
+   M /trunk/gtk/conversations_sctp.c
+   M /trunk/gtk/doxygen.cfg.in
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_chunk_stat_dlg.c
+   M /trunk/plugins/acn/AUTHORS
+   M /trunk/plugins/acn/COPYING
+   M /trunk/plugins/acn/INSTALL
+   M /trunk/plugins/acn/NEWS
+   M /trunk/plugins/acn/acn.h
+   M /trunk/plugins/acn/moduleinfo.h
+   M /trunk/plugins/artnet/AUTHORS
+   M /trunk/plugins/artnet/COPYING
+   M /trunk/plugins/artnet/INSTALL
+   M /trunk/plugins/artnet/NEWS
+   M /trunk/plugins/artnet/moduleinfo.h
+   M /trunk/plugins/asn1/AUTHORS
+   M /trunk/plugins/asn1/COPYING
+   M /trunk/plugins/asn1/ChangeLog
+   M /trunk/plugins/asn1/INSTALL
+   M /trunk/plugins/asn1/NEWS
+   M /trunk/plugins/asn1/moduleinfo.h
+   M /trunk/plugins/ciscosm/AUTHORS
+   M /trunk/plugins/ciscosm/COPYING
+   M /trunk/plugins/ciscosm/ChangeLog
+   M /trunk/plugins/ciscosm/INSTALL
+   M /trunk/plugins/ciscosm/NEWS
+   M /trunk/plugins/ciscosm/moduleinfo.h
+   M /trunk/plugins/docsis/AUTHORS
+   M /trunk/plugins/docsis/ChangeLog
+   M /trunk/plugins/docsis/INSTALL
+   M /trunk/plugins/docsis/NEWS
+   M /trunk/plugins/docsis/README
+   M /trunk/plugins/docsis/moduleinfo.h
+   M /trunk/plugins/enttec/AUTHORS
+   M /trunk/plugins/enttec/COPYING
+   M /trunk/plugins/enttec/INSTALL
+   M /trunk/plugins/enttec/NEWS
+   M /trunk/plugins/enttec/moduleinfo.h
+   M /trunk/plugins/giop/AUTHORS
+   M /trunk/plugins/giop/COPYING
+   M /trunk/plugins/giop/ChangeLog
+   M /trunk/plugins/giop/INSTALL
+   M /trunk/plugins/giop/NEWS
+   M /trunk/plugins/giop/README
+   M /trunk/plugins/giop/moduleinfo.h
+   M /trunk/plugins/giop/packet-coseventcomm.c
+   M /trunk/plugins/giop/packet-cosnaming.c
+   M /trunk/plugins/gryphon/AUTHORS
+   M /trunk/plugins/gryphon/COPYING
+   M /trunk/plugins/gryphon/ChangeLog
+   M /trunk/plugins/gryphon/INSTALL
+   M /trunk/plugins/gryphon/NEWS
+   M /trunk/plugins/gryphon/README
+   M /trunk/plugins/gryphon/moduleinfo.h
+   M /trunk/plugins/gryphon/stamp-h.in
+   M /trunk/plugins/irda/moduleinfo.h
+   M /trunk/plugins/irda/packet-sir.c
+   M /trunk/plugins/lwres/AUTHORS
+   M /trunk/plugins/lwres/moduleinfo.h
+   M /trunk/plugins/mate/AUTHORS
+   M /trunk/plugins/mate/COPYING
+   M /trunk/plugins/mate/INSTALL
+   M /trunk/plugins/mate/NEWS
+   M /trunk/plugins/mate/mate_grammar.lemon
+   M /trunk/plugins/mate/mate_parser.l
+   M /trunk/plugins/mate/moduleinfo.h
+   M /trunk/plugins/megaco/AUTHORS
+   M /trunk/plugins/megaco/COPYING
+   M /trunk/plugins/megaco/ChangeLog
+   M /trunk/plugins/megaco/INSTALL
+   M /trunk/plugins/megaco/NEWS
+   M /trunk/plugins/megaco/moduleinfo.h
+   M /trunk/plugins/mgcp/AUTHORS
+   M /trunk/plugins/mgcp/COPYING
+   M /trunk/plugins/mgcp/ChangeLog
+   M /trunk/plugins/mgcp/INSTALL
+   M /trunk/plugins/mgcp/NEWS
+   M /trunk/plugins/mgcp/moduleinfo.h
+   M /trunk/plugins/pcli/AUTHORS
+   M /trunk/plugins/pcli/COPYING
+   M /trunk/plugins/pcli/ChangeLog
+   M /trunk/plugins/pcli/INSTALL
+   M /trunk/plugins/pcli/NEWS
+   M /trunk/plugins/pcli/moduleinfo.h
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-pn-dcp.c
+   M /trunk/plugins/rdm/AUTHORS
+   M /trunk/plugins/rdm/COPYING
+   M /trunk/plugins/rdm/moduleinfo.h
+   M /trunk/plugins/rlm/AUTHORS
+   M /trunk/plugins/rlm/COPYING
+   M /trunk/plugins/rlm/ChangeLog
+   M /trunk/plugins/rlm/INSTALL
+   M /trunk/plugins/rlm/NEWS
+   M /trunk/plugins/rlm/moduleinfo.h
+   M /trunk/plugins/rtnet/AUTHORS
+   M /trunk/plugins/rtnet/COPYING
+   M /trunk/plugins/rtnet/moduleinfo.h
+   M /trunk/plugins/rudp/AUTHORS
+   M /trunk/plugins/rudp/COPYING
+   M /trunk/plugins/rudp/ChangeLog
+   M /trunk/plugins/rudp/INSTALL
+   M /trunk/plugins/rudp/NEWS
+   M /trunk/plugins/rudp/moduleinfo.h
+   M /trunk/plugins/v5ua/AUTHORS
+   M /trunk/plugins/v5ua/COPYING
+   M /trunk/plugins/v5ua/ChangeLog
+   M /trunk/plugins/v5ua/moduleinfo.h
+   M /trunk/plugins/v5ua/packet-v5ua.c
+   M /trunk/plugins/xml/AUTHORS
+   M /trunk/plugins/xml/COPYING
+
+
+Some warning fixes for "no previous declaration"
+Remove svn:executable
+Add svn:eol-style native
+Add svn:keywords Id
+
+
+------------------------------------------------------------------------
+r15178 | jmayer | 2005-08-02 00:21:19 -0500 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /trunk/asn1/acse/Makefile
+   M /trunk/asn1/acse/Makefile.nmake
+   M /trunk/asn1/acse/acse-exp.cnf
+   M /trunk/asn1/acse/acse.asn
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/acse/packet-acse-template.h
+   M /trunk/asn1/camel/Makefile
+   M /trunk/asn1/camel/Makefile.nmake
+   M /trunk/asn1/camel/camel.asn
+   M /trunk/asn1/cmip/CMIP.asn
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.h
+   M /trunk/asn1/cms/cms-exp.cnf
+   M /trunk/asn1/ess/ExtendedSecurityServices.asn
+   M /trunk/asn1/ess/ess.cnf
+   M /trunk/asn1/ess/packet-ess-template.c
+   M /trunk/asn1/ess/packet-ess-template.h
+   M /trunk/asn1/ftam/ISO8571-FTAM.asn
+   M /trunk/asn1/ftam/Makefile
+   M /trunk/asn1/ftam/Makefile.nmake
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.h
+   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   M /trunk/asn1/h225/h225-exp.cnf
+   M /trunk/asn1/h225/h225.asn
+   M /trunk/asn1/h235/h235-exp.cnf
+   M /trunk/asn1/h245/h245-exp.cnf
+   M /trunk/asn1/h245/h245.asn
+   M /trunk/asn1/h450/h4501.asn
+   M /trunk/asn1/inap/inap.asn
+   M /trunk/asn1/logotype-cert-extn/LogotypeCertExtn.asn
+   M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
+   M /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.c
+   M /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.h
+   M /trunk/asn1/ocsp/OCSP.asn
+   M /trunk/asn1/ocsp/ocsp.cnf
+   M /trunk/asn1/ocsp/packet-ocsp-template.c
+   M /trunk/asn1/ocsp/packet-ocsp-template.h
+   M /trunk/asn1/pkixcmp/CMP.asn
+   M /trunk/asn1/pkixcmp/cmp-exp.cnf
+   M /trunk/asn1/pkixcmp/cmp.cnf
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/pkixcmp/packet-cmp-template.h
+   M /trunk/asn1/pkixcrmf/CRMF.asn
+   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
+   M /trunk/asn1/pkixcrmf/crmf.cnf
+   M /trunk/asn1/pkixcrmf/packet-crmf-template.c
+   M /trunk/asn1/pkixcrmf/packet-crmf-template.h
+   M /trunk/asn1/pkixproxy/PKIXProxy.asn
+   M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c
+   M /trunk/asn1/pkixproxy/packet-pkixproxy-template.h
+   M /trunk/asn1/pkixproxy/pkixproxy.cnf
+   M /trunk/asn1/pkixqualified/PKIXqualified.asn
+   M /trunk/asn1/pkixqualified/packet-pkixqualified-template.c
+   M /trunk/asn1/pkixqualified/packet-pkixqualified-template.h
+   M /trunk/asn1/pkixqualified/pkixqualified.cnf
+   M /trunk/asn1/pkixtsp/PKIXTSP.asn
+   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c
+   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.h
+   M /trunk/asn1/pkixtsp/pkixtsp.cnf
+   M /trunk/asn1/smrse/SMRSE.asn
+   M /trunk/asn1/smrse/packet-smrse-template.c
+   M /trunk/asn1/smrse/packet-smrse-template.h
+   M /trunk/asn1/smrse/smrse.cnf
+   M /trunk/asn1/tcap/tcap.asn
+   M /trunk/asn1/wlancertextn/Makefile
+   M /trunk/asn1/wlancertextn/Makefile.nmake
+   M /trunk/asn1/wlancertextn/WLANCERTEXTN.asn
+   M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
+   M /trunk/asn1/wlancertextn/packet-wlancertextn-template.h
+   M /trunk/asn1/wlancertextn/wlancertextn.cnf
+   M /trunk/asn1/x509af/x509af-exp.cnf
+   M /trunk/asn1/x509ce/x509ce-exp.cnf
+   M /trunk/asn1/x509if/x509if-exp.cnf
+   M /trunk/asn1/x509sat/x509sat-exp.cnf
+
+
+Fix svn properties where needed:
+        Remove svn:executable
+        Add svn:eol-style
+        Add svn:keywords
+
+
+------------------------------------------------------------------------
+r15177 | jmayer | 2005-08-02 00:17:00 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/mms/Makefile
+   M /trunk/asn1/mms/Makefile.nmake
+   M /trunk/asn1/mms/mms-exp.cnf
+   M /trunk/asn1/mms/mms.asn
+   M /trunk/asn1/mms/mms.cnf
+   M /trunk/asn1/mms/packet-mms-template.c
+   M /trunk/asn1/mms/packet-mms-template.h
+
+set svn:eol-style and svn:keywords
+------------------------------------------------------------------------
+r15176 | jmayer | 2005-08-02 00:12:23 -0500 (Tue, 02 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.asn
+   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
+   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
+   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.h
+
+It's svn:eol-style, not eol-style
+------------------------------------------------------------------------
+r15175 | jmayer | 2005-08-02 00:09:41 -0500 (Tue, 02 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.asn
+   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
+   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
+   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+
+Fix "no previous declaration" warnings
+Remove trailing ^M (cr) from some files
+
+------------------------------------------------------------------------
+r15174 | jmayer | 2005-08-01 23:57:58 -0500 (Mon, 01 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/epan/dissectors/packet-h245.c
+
+Fix more "no previous declaration" warnings
+------------------------------------------------------------------------
+r15173 | jmayer | 2005-08-01 23:47:15 -0500 (Mon, 01 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/cfilter_combo_utils.c
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/decode_as_dlg.c
+   M /trunk/gtk/file_dlg.c
+   M /trunk/gtk/fileset_dlg.c
+   M /trunk/gtk/font_utils.c
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/help_dlg.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main.h
+   M /trunk/gtk/packet_history.c
+   M /trunk/gtk/packet_list.c
+
+Fix more "no previous declaration" warnings
+------------------------------------------------------------------------
+r15172 | jmayer | 2005-08-01 23:35:40 -0500 (Mon, 01 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/tools/lemon/lemon.c
+
+Fix more "no previous declaration" warnings
+------------------------------------------------------------------------
+r15171 | jmayer | 2005-08-01 23:34:35 -0500 (Mon, 01 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/base64.c
+   M /trunk/epan/conversation.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/radius_dict.l
+   M /trunk/epan/sha1.c
+
+Fix more "no previous declaration" warnings
+------------------------------------------------------------------------
+r15170 | jmayer | 2005-08-01 23:32:33 -0500 (Mon, 01 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/pkcs1/packet-pkcs1-template.c
+   M /trunk/asn1/x509if/packet-x509if-template.c
+
+Fix more "no previous declaration" warnings - the forgotten files
+------------------------------------------------------------------------
+r15169 | jmayer | 2005-08-01 23:31:42 -0500 (Mon, 01 Aug 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-aim-messaging.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-ipmi.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-nlsp.c
+   M /trunk/epan/dissectors/packet-pcnfsd.c
+   M /trunk/epan/dissectors/packet-pflog.c
+   M /trunk/epan/dissectors/packet-pgm.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-pkcs1.c
+   M /trunk/epan/dissectors/packet-q933.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-wbxml.c
+   M /trunk/epan/dissectors/packet-x509if.c
+
+Fix more "no previous declaration" warnings
+------------------------------------------------------------------------
+r15168 | jmayer | 2005-08-01 23:23:39 -0500 (Mon, 01 Aug 2005) | 4 lines
+Changed paths:
+   M /trunk/wiretap/5views.c
+   M /trunk/wiretap/i4btrace.c
+   M /trunk/wiretap/k12.c
+
+Include the .h files into the .c files. That way we
+a) get rid of warnings of type "no previous declaration" and
+b) make sure that declaration and implementation are in sync.
+
+------------------------------------------------------------------------
+r15167 | gerald | 2005-08-01 16:09:34 -0500 (Mon, 01 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.am
+   M /trunk/plugins/mate/Makefile.am
+
+Make sure "lemon" exists before we try to use it.  This can happen if we
+run "make dist" before running "make".
+
+------------------------------------------------------------------------
+r15166 | gerald | 2005-08-01 14:51:06 -0500 (Mon, 01 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+The .spec file now refers to "ethereal.desktop".  Link to it when we
+create our RPMs.
+
+------------------------------------------------------------------------
+r15165 | gerald | 2005-08-01 13:04:37 -0500 (Mon, 01 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/packaging/rpm/SPECS/ethereal.spec.in
+
+Update RPM builds.
+
+------------------------------------------------------------------------
+r15164 | gerald | 2005-08-01 08:53:50 -0500 (Mon, 01 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add notes about the LPD and ISAKMP bugs.
+
+------------------------------------------------------------------------
+r15163 | gerald | 2005-08-01 08:52:22 -0500 (Mon, 01 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Break out of a loop before we exhaust system memory.
+
+------------------------------------------------------------------------
+r15162 | kukosa | 2005-08-01 03:46:09 -0500 (Mon, 01 Aug 2005) | 3 lines
+Changed paths:
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h450.c
+
+- update ftam.cnf for new asn2eth compiler
+- usage of #.FN_PARS in h225 and h245 dissectors
+- PER dissectors regenerated
+------------------------------------------------------------------------
+r15161 | kukosa | 2005-08-01 03:40:13 -0500 (Mon, 01 Aug 2005) | 2 lines
+Changed paths:
+   M /trunk/tools/asn2eth.py
+
+- fix name handling of imported types
+- #.FN_PARS implemented for TypeRef, SET, SEQUENCE, CHOICE
+------------------------------------------------------------------------
+r15160 | etxrab | 2005-07-31 15:42:48 -0500 (Sun, 31 Jul 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtsp.c
+
+From Martin Mathieson
+- Makes more of the header fields filterable
+- Rationalises a bit the way header lines are parsed
+
+------------------------------------------------------------------------
+r15159 | etxrab | 2005-07-31 15:36:59 -0500 (Sun, 31 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ms-mms.c
+
+From Martin Mathieson:
+This update:
+- adds more command parameter details
+- doesn't clutter the tree with unknown fields
+
+------------------------------------------------------------------------
+r15158 | jmayer | 2005-07-30 11:34:38 -0500 (Sat, 30 Jul 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-icq.c
+   M /trunk/epan/dissectors/packet-ipp.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-isis-clv.h
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/epan/dissectors/packet-isis.c
+   M /trunk/epan/dissectors/packet-isis.h
+   M /trunk/epan/dissectors/packet-kink.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-manolito.c
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-msproxy.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-multipart.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp-int.h
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-netbios.c
+   M /trunk/epan/dissectors/packet-netbios.h
+
+
+More char -> const char fixes
+Declare some functions static
+
+------------------------------------------------------------------------
+r15157 | jmayer | 2005-07-30 11:28:00 -0500 (Sat, 30 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-igmp.c
+   M /trunk/epan/dissectors/packet-igmp.h
+
+
+Include .h into .c to make sure declarations match.
+Fix a copy/paste in the .h surrounding ifndef.
+One char -> const char fix.
+
+------------------------------------------------------------------------
+r15156 | jmayer | 2005-07-30 11:15:23 -0500 (Sat, 30 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/proto.h
+
+Stefan Rompf:
+        Fix warnings of type:
+proto.c:2219: warning: ISO C forbids conditional expr with only one void side
+
+
+------------------------------------------------------------------------
+r15155 | jmayer | 2005-07-30 02:13:27 -0500 (Sat, 30 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-nfs.h
+   M /trunk/epan/dissectors/packet-nfsacl.c
+
+More char -> const char warning fixes
+------------------------------------------------------------------------
+r15154 | jmayer | 2005-07-30 02:08:04 -0500 (Sat, 30 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+   A /trunk/epan/dissectors/packet-dcom-cba-acco.h
+
+
+Create packet-dcom-cba-acco.h
+
+------------------------------------------------------------------------
+r15153 | guy | 2005-07-29 21:44:20 -0500 (Fri, 29 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+
+Make dissect_CBA_Connection_Data again available for plugins (although
+it should be declared in a header file, so that the plugins can #include
+the header file rather than using a possibly-out-of-date private
+declaration, and so that it's clearer that it shouldn't be static).
+
+------------------------------------------------------------------------
+r15152 | jmayer | 2005-07-29 21:30:05 -0500 (Fri, 29 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/epan/prefs.c
+
+Fix 'isn't prototype' warning
+------------------------------------------------------------------------
+r15151 | guy | 2005-07-29 21:22:22 -0500 (Fri, 29 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+Clean up some more const issues.
+
+------------------------------------------------------------------------
+r15150 | guy | 2005-07-29 21:20:59 -0500 (Fri, 29 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Get rid of another unused variable.
+
+------------------------------------------------------------------------
+r15149 | guy | 2005-07-29 21:09:59 -0500 (Fri, 29 Jul 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+Widen a variable, as a guint16 value is assigned to it; the upper 8 bits
+might be irrelevant in this case, but we might as well not throw them
+out.
+
+Clean up some code that sets "cdata->flags".
+
+------------------------------------------------------------------------
+r15148 | guy | 2005-07-29 21:07:36 -0500 (Fri, 29 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Get rid of some unused variables.
+
+------------------------------------------------------------------------
+r15147 | guy | 2005-07-29 21:06:13 -0500 (Fri, 29 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lpd.c
+
+Declare the value_string tables as arrays of value_strings, not of
+pointers to same, and make them "const" while we're at it.
+
+------------------------------------------------------------------------
+r15146 | jmayer | 2005-07-29 20:01:02 -0500 (Fri, 29 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-dis-fields.c
+   M /trunk/epan/dissectors/packet-dis.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-enc.c
+   M /trunk/epan/dissectors/packet-esis.c
+   M /trunk/epan/dissectors/packet-etheric.c
+   M /trunk/epan/dissectors/packet-fddi.c
+   M /trunk/epan/dissectors/packet-gnutella.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/dissectors/packet-gsm_ss.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtcp.h
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-rtp.h
+
+Make some funtions static. More char -> const char warning fixes
+------------------------------------------------------------------------
+r15145 | jmayer | 2005-07-29 19:59:08 -0500 (Fri, 29 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Remove packet-fcse.h
+------------------------------------------------------------------------
+r15144 | jmayer | 2005-07-29 19:55:30 -0500 (Fri, 29 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcsp.c
+   D /trunk/epan/dissectors/packet-fcsp.h
+
+
+Declare many functions static, move the #defines from packet-fcse.h to
+packet-fcse.c and remove packet-fcse.h
+
+
+------------------------------------------------------------------------
+r15143 | gerald | 2005-07-29 16:55:45 -0500 (Fri, 29 Jul 2005) | 13 lines
+Changed paths:
+   M /trunk/config.h.win32
+   M /trunk/configure.in
+   M /trunk/epan/dissectors/packet-lpd.c
+   M /trunk/epan/prefs.c
+
+Pick up some fixes and enhancements from
+http://cvs.fedora.redhat.com/viewcvs/rpms/ethereal/FC-4/:
+
+In the LPD dissector, make lpd_client_code a value_string so that we
+don't segfault.  Do the same for lpd_server_code, although it's not
+strictly necessary.
+
+Check to see if htmlview is installed, and use it as our HTML viewer.
+
+The Fedora RPM has other patches, but I'm not sure if they should
+be applied.
+
+
+------------------------------------------------------------------------
+r15142 | sahlberg | 2005-07-29 05:00:37 -0500 (Fri, 29 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sdp.c
+
+some more ememification of tvb_get_string()
+
+
+------------------------------------------------------------------------
+r15141 | guy | 2005-07-29 02:35:43 -0500 (Fri, 29 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+
+Suggest that perhaps displaying chunks in the chunked encoding with the
+data dissector might be overkill, as it causes each of those chunks to
+be dumped in hex in Tethereal output - along with whatever's done with
+the data reassembled from those chunks.
+
+------------------------------------------------------------------------
+r15140 | guy | 2005-07-29 02:28:07 -0500 (Fri, 29 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+Use "PROTO_ITEM_SET_GENERATED()" to mark generated items as such; it
+takes care of the square brackets, etc..
+
+------------------------------------------------------------------------
+r15139 | guy | 2005-07-29 02:14:32 -0500 (Fri, 29 Jul 2005) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/reassemble.c
+
+If we do reassembly and hand the packet to the dissector, and the
+dissector says "sorry, I need even more data in this packet", don't flag
+that packet as being reassembled in that frame.  Indicate that we should
+perhaps do all the "partial reassembly" stuff in
+"fragment_set_partial_assembly()", which would obviate the need for the
+hack in the TCP dissector.
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r15138 | guy | 2005-07-28 22:49:23 -0500 (Thu, 28 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rpc.h
+   M /trunk/tap-rpcstat.c
+
+Constify some variables, functions, and structure members to squelch
+compiler warnings.
+
+------------------------------------------------------------------------
+r15137 | guy | 2005-07-28 22:48:03 -0500 (Thu, 28 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Constify some variables and arguments to squelch compiler warnings.
+
+------------------------------------------------------------------------
+r15136 | guy | 2005-07-28 22:47:12 -0500 (Thu, 28 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
+
+Include <epan/emem.h> to declare ep_alloc().
+
+------------------------------------------------------------------------
+r15135 | guy | 2005-07-28 22:27:59 -0500 (Thu, 28 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Cast away some (otherwise unremovable, and harmless, in this case)
+warnings.
+
+------------------------------------------------------------------------
+r15134 | gerald | 2005-07-28 09:29:19 -0500 (Thu, 28 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+   A /trunk/docbook/release-notes.xml
+
+Add release notes.  The content still needs to be filled in.
+
+------------------------------------------------------------------------
+r15133 | sahlberg | 2005-07-28 05:05:37 -0500 (Thu, 28 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sipfrag.c
+   M /trunk/epan/dissectors/packet-wsp.c
+
+more emeification of tvb_get_string()
+
+
+------------------------------------------------------------------------
+r15132 | sahlberg | 2005-07-28 04:56:19 -0500 (Thu, 28 Jul 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-multipart.c
+
+ememify some more calls to tvb_get_string()
+
+
+this fixes an obvious memleak in ms-mms
+
+
+------------------------------------------------------------------------
+r15131 | sahlberg | 2005-07-28 04:47:28 -0500 (Thu, 28 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-image-gif.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-telnet.c
+
+some more memification of tvb_get_string()    no obvious memleaks fixed this time :-(
+
+
+------------------------------------------------------------------------
+r15130 | sahlberg | 2005-07-28 04:35:27 -0500 (Thu, 28 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-vnc.c
+
+ememify some more tvb_get_string() calls
+
+one memleak in vnc related to tvb_get_string() closed.
+
+
+------------------------------------------------------------------------
+r15129 | sahlberg | 2005-07-28 04:20:56 -0500 (Thu, 28 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tds.c
+
+ememify the tvb_get_string() and tvb_fake_unicode() calls in tds
+
+
+------------------------------------------------------------------------
+r15128 | sahlberg | 2005-07-28 03:55:11 -0500 (Thu, 28 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+
+add an ep version of tvb_fake_unicode()
+
+
+------------------------------------------------------------------------
+r15127 | sahlberg | 2005-07-28 03:18:18 -0500 (Thu, 28 Jul 2005) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+packet_ber has for some time been doing sanity checking of the BER Length fields
+that they are not longer than the reported length of the tvb.
+
+this triggers some bugs since in packet-ber we are a bit too lax in setting reported_length of the tvb_new_subset() tvb.
+
+this cause short kerberos packets to not be decoded at all and the same for other short asn based packets as well.
+
+
+fix some of these instances.
+
+
+------------------------------------------------------------------------
+r15126 | jmayer | 2005-07-28 02:53:38 -0500 (Thu, 28 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+   M /trunk/epan/dissectors/packet-beep.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-cups.c
+   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-llc.h
+   M /trunk/epan/dissectors/packet-rpc.h
+
+char -> const char warning fixes
+------------------------------------------------------------------------
+r15125 | jmayer | 2005-07-28 02:51:52 -0500 (Thu, 28 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_stat_dlg.c
+
+Warning fixes
+------------------------------------------------------------------------
+r15124 | jmayer | 2005-07-28 02:50:31 -0500 (Thu, 28 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
+
+Updated Ankur Aggarwal's entry
+------------------------------------------------------------------------
+r15123 | jmayer | 2005-07-28 02:49:55 -0500 (Thu, 28 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/oui.h
+   M /trunk/wka.tmpl
+
+Add Extreme stuff
+------------------------------------------------------------------------
+r15122 | guy | 2005-07-27 13:38:35 -0500 (Wed, 27 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+
+Squelch another qualifier warning.
+
+------------------------------------------------------------------------
+r15121 | jmayer | 2005-07-27 13:15:07 -0500 (Wed, 27 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/radius_dict.l
+
+
+As Guy mentioned: last patch replaced one occurrence too many,
+thus the dictionary keyword encrypt was changed from encrypt
+to encrypted too. Undo this.
+
+------------------------------------------------------------------------
+r15120 | jmayer | 2005-07-27 12:52:51 -0500 (Wed, 27 Jul 2005) | 4 lines
+Changed paths:
+   M /trunk/epan/radius_dict.l
+
+
+The variable encrypt collides with the declaration in <unistd.h> on
+some platforms. Rename encrypt to encrypted.
+
+------------------------------------------------------------------------
+r15119 | gerald | 2005-07-27 11:25:44 -0500 (Wed, 27 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/prefs.c
+
+Move preference initialization to its own routine and make sure it gets run
+when we pass "-G defaultprefs" on the command line.
+
+------------------------------------------------------------------------
+r15118 | jmayer | 2005-07-27 11:05:41 -0500 (Wed, 27 Jul 2005) | 1 line
+Changed paths:
+   M /trunk/epan/proto.h
+
+Revert my previous patch - something else was seriously screwed up
+------------------------------------------------------------------------
+r15117 | jmayer | 2005-07-27 10:08:22 -0500 (Wed, 27 Jul 2005) | 6 lines
+Changed paths:
+   M /trunk/epan/proto.h
+
+
+gcc-4.0 (GCC) 4.0.2 20050720 (prerelease) (SUSE Linux)
+fails when trying to use varargs. Due to a missing include
+config.h we were using varargs with proto.h
+
+
+------------------------------------------------------------------------
+r15116 | jmayer | 2005-07-27 08:10:57 -0500 (Wed, 27 Jul 2005) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+The latest patch used the fields
+        hf_qos_buf_ac, hf_qos_buf_load and hf_qos_buf_state
+but failed to add them to the hf_ array. Commented out their
+use for now.
+
+------------------------------------------------------------------------
+r15115 | jmayer | 2005-07-27 03:28:27 -0500 (Wed, 27 Jul 2005) | 4 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Ankur Aggarwal:
+        IEEE 802.11 QoS decoding
+
+
+------------------------------------------------------------------------
+r15114 | jmayer | 2005-07-27 02:57:01 -0500 (Wed, 27 Jul 2005) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-alcap.c
+   M /trunk/epan/dissectors/packet-ansi_637.c
+   M /trunk/epan/dissectors/packet-ansi_683.c
+   M /trunk/epan/dissectors/packet-ansi_801.c
+   M /trunk/epan/dissectors/packet-ansi_a.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-arp.h
+
+Fix >2600 warnings by doing char -> const char changes.
+
+Additionally in dissectors/packet-ansi_map.c:
+        Flag unused parameters as such and remove dummy
+        param = param;
+        statements.
+
+------------------------------------------------------------------------
+r15113 | lego | 2005-07-26 20:32:31 -0500 (Tue, 26 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/plugins/mgcp/packet-mgcp.c
+
+fix another leak of tap data
+
+
+------------------------------------------------------------------------
+r15112 | guy | 2005-07-26 20:13:28 -0500 (Tue, 26 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/gtk/flow_graph.c
+
+There aren't any clists here, and the clist arrows aren't used.
+
+------------------------------------------------------------------------
+r15111 | guy | 2005-07-26 20:12:44 -0500 (Tue, 26 Jul 2005) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Squelch another const warning.
+
+------------------------------------------------------------------------
+r15110 | guy | 2005-07-26 20:02:03 -0500 (Tue, 26 Jul 2005) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.c
+
+*Removing* an include is usally not the right way of removing warnings;
+if some function takes, for example, a "char *" as an argument, but
+you're passing it an "unsigned char *", you don't squelch the warning by
+removing the include of the header that declares that function (you then
+get warnings about the function not being declared, at least with some
+compilers), you put in a cast (if the signedness doesn't matter) or
+arrange that you pass a "char *".
+
+------------------------------------------------------------------------
+r15109 | lego | 2005-07-26 19:45:02 -0500 (Tue, 26 Jul 2005) | 3 lines
+Changed paths:
+   M /trunk/epan/emem.c
+
+Remove two warnings
+
+
+------------------------------------------------------------------------