wireshark/ChangeLog

12362 lines
453 KiB
Plaintext

------------------------------------------------------------------------
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
Copy over a bunch of fixes and updates from the trunk:
cat !$
cat ../sandboxes/svn.log
r16132:
M /trunk/epan/dissectors/packet-cops.c
Don't try to strip the last byte from a zero-byte OID. Fixes bug 503.
r16134:
M /trunk/gtk/main.c
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()
r16135:
M /trunk/capture_loop.c
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
r16136:
M /trunk/file.c
M /trunk/gtk/gui_utils.c
M /trunk/gtk/main.c
M /trunk/log.h
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
r16137:
M /trunk/tethereal.c
add missing #include "capture_errs.h"
r16138:
M /trunk/doc/editcap.pod
add missing -E parameter to the Options section
r16141:
M /trunk/epan/dissectors/packet-per.c
Octest string of (size 2) does not dissplay correctly.
Handle multiple messages in a TCP segment, reassembly still needed.
r16143:
M /trunk/epan/enterprise-numbers
Update enterprise-numbers from http://www.iana.org/assignments/enterprise-numbers
r16144:
M /trunk/epan/emem.c
ep_strndup and se_strndup do not have to expect strings to be null terminated.
r16145:
M /trunk/epan/dtd_preparse.l
remove file inclusion code altoghether and few other changes
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
remove location from dtd_build_data_t avoiding to (double) free it.
r16148:
M /trunk/capture.c
minor fix: fix the sequence while finishing a live capture, so the statusbar information about the file size is correct
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
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)
r16150:
M /trunk/gtk/main.c
minor bugfix: while closing a capture file, update the packets statusbar *after* closing the file
r16151:
M /trunk/plugins/h223/packet-h223.c
Don't call "g_assert()" in dissectors - call "DISSECTOR_ASSERT()".
r16153:
M /trunk/epan/dtd_parse.l
"./dtd_parse.l", line 167: warning, rule cannot be matched
the . matches one char as {special_char} does so {special_char} won't have been matched. change that for a non ">"
r16154:
M /trunk/epan/dissectors/packet-xml.c
do not free the element name, as its been passed to the hf array.
r16157:
A /trunk/doc/README.malloc
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
------------------------------------------------------------------------