------------------------------------------------------------------------
r26359 | gerald | 2008-10-06 12:27:04 -0700 (Mon, 06 Oct 2008) | 87 lines
Changed paths:
   M /trunk-1.0/config.nmake
   M /trunk-1.0/configure.in
   M /trunk-1.0/docbook/release-notes.xml
   M /trunk-1.0/epan/dissectors/packet-bthci_acl.c
   M /trunk-1.0/epan/dissectors/packet-gprs-llc.c
   M /trunk-1.0/epan/dissectors/packet-homeplug.c
   M /trunk-1.0/epan/dissectors/packet-ieee80211.c
   M /trunk-1.0/epan/dissectors/packet-ip.c
   M /trunk-1.0/epan/dissectors/packet-ncp2222.inc
   M /trunk-1.0/epan/dissectors/packet-nsip.c
   M /trunk-1.0/epan/dissectors/packet-q931.c
   M /trunk-1.0/epan/libwireshark.def
   M /trunk-1.0/epan/value_string.c
   M /trunk-1.0/version.conf
   M /trunk-1.0/wiretap/airopeek9.c
   M /trunk-1.0/wiretap/k12text.l

Copy over revisions from the trunk:

------------------------------------------------------------------------
r25195 | morriss | 2008-04-29 08:20:19 -0700 (Tue, 29 Apr 2008) | 1 line
Changed paths:
   M /trunk/epan/dissectors/packet-bthci_acl.c

Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1513 : don't tvb_memcpy() more bytes than are in the (se_alloc()'d) buffer.  tvb_memcpy()ing more bytes than are the TVB is okay (it'll except out).
------------------------------------------------------------------------
r25377 | martinm | 2008-05-25 16:55:36 -0700 (Sun, 25 May 2008) | 1 line
Changed paths:
   M /trunk/epan/libwireshark.def

Add these functions as requested in bug 2553.
------------------------------------------------------------------------
r25487 | etxrab | 2008-06-19 07:39:43 -0700 (Thu, 19 Jun 2008) | 1 line
Changed paths:
   M /trunk/epan/libwireshark.def

Export the tvb_get_bits functions.
------------------------------------------------------------------------
r26160 | etxrab | 2008-09-07 06:36:56 -0700 (Sun, 07 Sep 2008) | 3 lines
Changed paths:
   M /trunk/epan/dissectors/packet-gprs-llc.c

From Neil Piercy: 
Empty GPRS LLC S frames cause truncated data exception
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2855
------------------------------------------------------------------------
r26161 | etxrab | 2008-09-07 06:43:49 -0700 (Sun, 07 Sep 2008) | 3 lines
Changed paths:
   M /trunk/wiretap/k12text.l

From Neil Piercy: 
VC6 Build problem: wiretap/k12text.c includes unistd.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2851
------------------------------------------------------------------------
r26164 | jake | 2008-09-07 23:02:35 -0700 (Sun, 07 Sep 2008) | 3 lines
Changed paths:
   M /trunk/epan/dissectors/packet-nsip.c

From Neil Piercy:
The IP Address IE did not decode correctly - the address fetch did not skip the
Address Type field.
------------------------------------------------------------------------
r26166 | wmeier | 2008-09-08 09:13:39 -0700 (Mon, 08 Sep 2008) | 2 lines
Changed paths:
   M /trunk/epan/dissectors/packet-ncp2222.inc

From Pavol Rusnak: Add missing break statement....

------------------------------------------------------------------------
r26173 | guy | 2008-09-10 14:48:15 -0700 (Wed, 10 Sep 2008) | 4 lines
Changed paths:
   M /trunk/epan/dissectors/packet-ieee80211.c

In the radio-information dissector, set the current protocol name before
calling the 802.11 dissector, so if we have a malformed frame or short
frame the right protocol name will be shown.
------------------------------------------------------------------------
r26174 | guy | 2008-09-10 14:55:02 -0700 (Wed, 10 Sep 2008) | 3 lines
Changed paths:
   M /trunk/wiretap/airopeek9.c

A network type of 2 appears to be similar to a network type of 1
(including 0's rather than an FCS in the packet).
------------------------------------------------------------------------
r26169 | jake | 2008-09-09 14:17:17 -0700 (Tue, 09 Sep 2008) | 4 lines
Changed paths:
   M /trunk/epan/dissectors/packet-homeplug.c

Fix for bug 2859:
Skip data portion of unknown TLV.

Expand type interpretation and several other cleanups.
------------------------------------------------------------------------
r26190 | jake | 2008-09-14 06:09:14 -0700 (Sun, 14 Sep 2008) | 2 lines
Changed paths:
   M /trunk/epan/dissectors/packet-q931.c

Fix for bug 2870:
Wrap dissect_q931_cause_ie() in a save version which clears the have_valid_q931_pi semaphore. This may remain set if a malformed q931 message causes an exception.
------------------------------------------------------------------------

Bump the version to 1.0.4. Update the release notes.


------------------------------------------------------------------------
r26364 | gerald | 2008-10-06 14:13:46 -0700 (Mon, 06 Oct 2008) | 2 lines
Changed paths:
   M /trunk-1.0/epan/dissectors/packet-gprs-llc.c

Back out copying over r26160 for now.

------------------------------------------------------------------------
r26372 | gerald | 2008-10-07 12:39:49 -0700 (Tue, 07 Oct 2008) | 105 lines
Changed paths:
   M /trunk-1.0/asn1/ldap/packet-ldap-template.c
   M /trunk-1.0/asn1/snmp/snmp.cnf
   M /trunk-1.0/doc/README.developer
   M /trunk-1.0/docbook/release-notes.xml
   M /trunk-1.0/epan/dissectors/packet-btrfcomm.c
   M /trunk-1.0/epan/dissectors/packet-dcp-etsi.c
   M /trunk-1.0/epan/dissectors/packet-dtls.c
   M /trunk-1.0/epan/dissectors/packet-ldap.c
   M /trunk-1.0/epan/dissectors/packet-mbtcp.c
   M /trunk-1.0/epan/dissectors/packet-ppi.c
   M /trunk-1.0/epan/dissectors/packet-snmp.c
   M /trunk-1.0/epan/dissectors/packet-snmp.h
   M /trunk-1.0/epan/dissectors/packet-ssl-utils.c
   M /trunk-1.0/epan/dissectors/packet-usb.c
   M /trunk-1.0/epan/dissectors/packet-vnc.c
   M /trunk-1.0/epan/dissectors/packet-wps.c
   M /trunk-1.0/gtk/main.c
   M /trunk-1.0/wiretap/commview.c
   M /trunk-1.0/wiretap/file_access.c

Copy over revisions from the trunk:

------------------------------------------------------------------------
r26207 | jake | 2008-09-15 12:49:43 -0700 (Mon, 15 Sep 2008) | 2 lines
Changed paths:
   M /trunk/epan/dissectors/packet-dtls.c

From Michael Bernhard:
The dissector asserted displaying cookies in DTLS frames because it was registered as FT_NONE.
------------------------------------------------------------------------
r26214 | jake | 2008-09-15 22:43:36 -0700 (Mon, 15 Sep 2008) | 3 lines
Changed paths:
   M /trunk/epan/dissectors/packet-wps.c

From Vladimir Koutny:
The size of selected_registrar fiels in WPS IE should be 1b, not 2b 
(it is defined as BOOL in WPS specs).
------------------------------------------------------------------------
r26228 | gerald | 2008-09-18 10:19:15 -0700 (Thu, 18 Sep 2008) | 2 lines
Changed paths:
   M /trunk/asn1/snmp/snmp.cnf
   M /trunk/epan/dissectors/packet-snmp.c
   M /trunk/epan/dissectors/packet-snmp.h

Fix a spelling error pointed out by Noam Rathaus.

------------------------------------------------------------------------
r26248 | jake | 2008-09-22 14:53:44 -0700 (Mon, 22 Sep 2008) | 2 lines
Changed paths:
   M /trunk/doc/README.developer

Fix for bug 2889:
Add description of FT_UINT_BYTES.
------------------------------------------------------------------------
r26272 | etxrab | 2008-09-25 12:21:44 -0700 (Thu, 25 Sep 2008) | 2 lines
Changed paths:
   M /trunk/asn1/ldap/packet-ldap-template.c
   M /trunk/epan/dissectors/packet-ldap.c

Add the missing part of the fix for "Failure to dissect long SASL wrapped LDAP response".
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2687
------------------------------------------------------------------------
r26311 | etxrab | 2008-09-30 11:15:09 -0700 (Tue, 30 Sep 2008) | 3 lines
Changed paths:
   M /trunk/epan/dissectors/packet-dcp-etsi.c

Fix Bug 2860 Malformed Packet DCP ETSI error with UDP packet length 9 by
not accepting packages shorter than 10 bytes in the heuristic(min header length).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2860
------------------------------------------------------------------------
r26314 | jake | 2008-09-30 14:23:19 -0700 (Tue, 30 Sep 2008) | 4 lines
Changed paths:
   M /trunk/epan/dissectors/packet-mbtcp.c

Fix for bug 2917:
Modbus Application Protocol Specification V1.1b includes a function 43 (0x2b)
Encapsulated Interface Transport.  When Wireshark encounters this message it is
shown as a TCP message, not a Modbus message.
------------------------------------------------------------------------
r26327 | morriss | 2008-10-01 06:57:41 -0700 (Wed, 01 Oct 2008) | 4 lines
Changed paths:
   M /trunk/wiretap/commview.c

Fix for: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2926 :
provide a default case (returning an error) to prevent wiretap from asserting
out because we didn't set the packet encapsulation.

------------------------------------------------------------------------


Copied over the following revisions by hand:

------------------------------------------------------------------------
r26212 | jake | 2008-09-15 14:50:50 -0700 (Mon, 15 Sep 2008) | 3 lines
Changed paths:
   M /trunk/epan/dissectors/packet-ssl-utils.c
   M /trunk/epan/dissectors/packet-vnc.c
   M /trunk/wiretap/file_access.c
   M /trunk/wiretap/file_wrappers.h

Fix for bug 2875:
Fix a final eth_fopen -> ws_fopen
When configuring with --without-zlib these functions need to have some parameters tagged _U_
------------------------------------------------------------------------
r26268 | sake | 2008-09-24 23:21:02 -0700 (Wed, 24 Sep 2008) | 6 lines
Changed paths:
   M /trunk/gtk/main.c

Fix for Bug 2891:

Read the capture setting from the preferences *before* parsing the
capture command line arguments.
------------------------------------------------------------------------
r26333 | gerald | 2008-10-01 21:55:51 -0700 (Wed, 01 Oct 2008) | 3 lines
Changed paths:
   M /trunk/epan/dissectors/packet-btrfcomm.c
   M /trunk/epan/dissectors/packet-usb.c

Make sure any data structures we allocate are properly initialized. Fixes
bug 2922.

------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r26375 | jake | 2008-10-07 23:30:53 -0700 (Tue, 07 Oct 2008) | 2 lines
Changed paths:
   M /trunk-1.0/debian/changelog

Bump the Debian package version number.

------------------------------------------------------------------------
r26380 | gerald | 2008-10-08 11:11:30 -0700 (Wed, 08 Oct 2008) | 2 lines
Changed paths:
   M /trunk-1.0/gtk/rtp_analysis.c

Fix the RTP file export confusion in bug 2867.

------------------------------------------------------------------------
r26382 | gerald | 2008-10-08 13:17:00 -0700 (Wed, 08 Oct 2008) | 11 lines
Changed paths:
   M /trunk-1.0/epan/dissectors/packet-gprs-llc.c

Copy over r26369 from the trunk:

------------------------------------------------------------------------
r26369 | jake | 2008-10-07 00:29:32 -0700 (Tue, 07 Oct 2008) | 2 lines
Changed paths:
   M /trunk/epan/dissectors/packet-gprs-llc.c

Fix for bug 2944:
Textual correction: Unnumbered Information format-> Unconfirmed Information format, among others.
------------------------------------------------------------------------

------------------------------------------------------------------------
r26385 | gerald | 2008-10-08 16:16:21 -0700 (Wed, 08 Oct 2008) | 2 lines
Changed paths:
   M /trunk-1.0/manuf
   M /trunk-1.0/services

Add recent manuf and services updates.

------------------------------------------------------------------------
r26394 | gerald | 2008-10-09 09:53:34 -0700 (Thu, 09 Oct 2008) | 32 lines
Changed paths:
   M /trunk-1.0/docbook/release-notes.xml
   M /trunk-1.0/epan/dissectors/packet-frame.c
   M /trunk-1.0/epan/packet.c
   M /trunk-1.0/epan/packet.h
   M /trunk-1.0/print.c

Copy over revisions from the trunk:

------------------------------------------------------------------------
r26393 | jake | 2008-10-08 23:24:24 -0700 (Wed, 08 Oct 2008) | 2 lines
Changed paths:
   M /trunk/print.c

Fix for bug 2934.
Check that tvb backing is available before accessing it.
------------------------------------------------------------------------
r25339 | morriss | 2008-05-21 07:18:37 -0700 (Wed, 21 May 2008) | 1 line
Changed paths:
   M /trunk/epan/dissectors/packet-frame.c

Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2549 : make the frame dissector catch exceptions generated by post dissectors.
------------------------------------------------------------------------
r25342 | wmeier | 2008-05-21 09:40:15 -0700 (Wed, 21 May 2008) | 2 lines
Changed paths:
   M /trunk/epan/packet.c
   M /trunk/epan/packet.h

Add missing have_postdissector(); (Hopefully what was intended).
------------------------------------------------------------------------
r25347 | morriss | 2008-05-21 13:20:37 -0700 (Wed, 21 May 2008) | 1 line
Changed paths:
   M /trunk/epan/packet.c

A slightly more complicated have_postdissector() (missed in my previous checkin--thanks Bill) which also checks if the postdissectors are enabled.
------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r26483 | gerald | 2008-10-16 13:21:55 -0700 (Thu, 16 Oct 2008) | 63 lines
Changed paths:
   M /trunk-1.0/Makefile.nmake
   M /trunk-1.0/airpcap_loader.c
   M /trunk-1.0/asn1/snmp/packet-snmp-template.c
   M /trunk-1.0/docbook/release-notes.xml
   M /trunk-1.0/epan/dissectors/packet-dtls.c
   M /trunk-1.0/epan/dissectors/packet-mp2t.c
   M /trunk-1.0/epan/dissectors/packet-snmp.c
   M /trunk-1.0/gtk/airpcap_dlg.c
   M /trunk-1.0/gtk/main.c
   M /trunk-1.0/gtk/menu.c
   M /trunk-1.0/rawshark.c

Copy over revisions from the trunk:

------------------------------------------------------------------------
r26409 | jake | 2008-10-10 10:55:51 -0700 (Fri, 10 Oct 2008) | 1 line
Changed paths:
   M /trunk/epan/dissectors/packet-mp2t.c

Let the dissector call its subdissectors, even when tree==NULL.
------------------------------------------------------------------------
r26425 | jake | 2008-10-12 23:54:19 -0700 (Sun, 12 Oct 2008) | 2 lines
Changed paths:
   M /trunk/rawshark.c

Fix for bug 2823:
Do not pass automatic variable back into caller space.
------------------------------------------------------------------------
r26437 | gerald | 2008-10-13 11:32:49 -0700 (Mon, 13 Oct 2008) | 2 lines
Changed paths:
   M /trunk/Makefile.nmake

Create a manifest for rawshark.exe.
------------------------------------------------------------------------
r26475 | tuexen | 2008-10-16 03:11:24 -0700 (Thu, 16 Oct 2008) | 2 lines
Changed paths:
   M /trunk/epan/dissectors/packet-dtls.c

Bugfix from Robin Seggelmann for Certificate Request messages.

------------------------------------------------------------------------


Copy over the following revisions by hand:
------------------------------------------------------------------------
r26426 | jake | 2008-10-12 23:56:27 -0700 (Sun, 12 Oct 2008) | 3 lines
Changed paths:
   M /trunk/asn1/snmp/packet-snmp-template.c
   M /trunk/epan/dissectors/packet-snmp.c

Fix for bug 2823
Do not pass automatic variables back into caller space.
------------------------------------------------------------------------
r26458 | jake | 2008-10-14 13:04:06 -0700 (Tue, 14 Oct 2008) | 3 lines
Changed paths:
   M /trunk/gtk/main_menu.c

Fix for bug 2964.
When right click on any packet (From Packet List) - > "Export Selected Packet Bytes" you 
get "No data selected to save!" MessageBox. This option should not be in this menu at all.
------------------------------------------------------------------------
r26469 | gerald | 2008-10-15 14:43:00 -0700 (Wed, 15 Oct 2008) | 10 lines
Changed paths:
   M /trunk/airpcap_loader.c
   M /trunk/gtk/airpcap_dlg.c
   M /trunk/gtk/main_airpcap_toolbar.c

Keep the wireless toolbar extension channel entry from inadvertently
setting its value to -1. Fix a bug that kept the wireless toolbar from
being enabled if HAVE_PCAP_REMOTE was defined. Fix a couple of other
minor issues.
------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r26498 | gerald | 2008-10-20 09:10:11 -0700 (Mon, 20 Oct 2008) | 18 lines
Changed paths:
   M /trunk-1.0/docbook/release-notes.xml
   M /trunk-1.0/gtk/airpcap_dlg.c
   M /trunk-1.0/gtk/airpcap_gui_utils.c
   M /trunk-1.0/gtk/main.c

Copy over r26487 by hand:
------------------------------------------------------------------------
r26487 | gerald | 2008-10-17 16:48:33 -0700 (Fri, 17 Oct 2008) | 7 lines
Changed paths:
   M /trunk/gtk/airpcap_dlg.c
   M /trunk/gtk/airpcap_gui_utils.c
   M /trunk/gtk/main_airpcap_toolbar.c

When we set the channel and offset entries in the wireless toolbar,
set the offset first.  This makes sure the offset entry is initialized
correctly.  In the advanced wireless settings dialog, don't bother
enabling/disabling the toolbar.  Remove some leftover debugging
code. Remove some checks for data we don't use (and mark it as unused).
Fixup whitespace.
------------------------------------------------------------------------

Update the release notes.

------------------------------------------------------------------------
r26499 | gerald | 2008-10-20 10:47:52 -0700 (Mon, 20 Oct 2008) | 2 lines
Changed paths:
   M /trunk-1.0/version.conf

Build 1.0.4.

------------------------------------------------------------------------
r26500 | gerald | 2008-10-20 12:01:00 -0700 (Mon, 20 Oct 2008) | 2 lines
Changed paths:
   M /trunk-1.0/docbook/release-notes.xml

We're at version 1.0.4.

------------------------------------------------------------------------
