~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
------------------------------------------------------------------------
2
 
r19750 | gerald | 2006-10-30 20:50:35 -0800 (Mon, 30 Oct 2006) | 2 lines
3
 
Changed paths:
4
 
   M /trunk-0.99.4/version.conf
5
 
 
6
 
Bump the version.
7
 
 
8
 
------------------------------------------------------------------------
9
 
r19749 | gerald | 2006-10-30 17:51:39 -0800 (Mon, 30 Oct 2006) | 30 lines
10
 
Changed paths:
11
 
   M /trunk-0.99.4/airpcap_loader.c
12
 
   M /trunk-0.99.4/epan/dissectors/packet-radiotap.c
13
 
   M /trunk-0.99.4/epan/dissectors/packet-vnc.c
14
 
   M /trunk-0.99.4/gtk/main.c
15
 
   M /trunk-0.99.4/gtk/recent.c
16
 
   M /trunk-0.99.4/gtk/recent.h
17
 
   M /trunk-0.99.4/gtk/simple_dialog.c
18
 
 
19
 
Copy over more revisions from the trunk (and maybe get -pre2 out the door).
20
 
 
21
 
------------------------------------------------------------------------
22
 
r19746 | gerald | 2006-10-30 17:28:29 -0800 (Mon, 30 Oct 2006) | 3 lines
23
 
Changed paths:
24
 
   M /trunk/epan/dissectors/packet-radiotap.c
25
 
 
26
 
Make sure we round up to the nearest 4-byte boundary before trying to process
27
 
the FCS.
 
2
r20671 | gerald | 2007-02-01 11:15:01 -0800 (Thu, 01 Feb 2007) | 2 lines
 
3
Changed paths:
 
4
   M /trunk-0.99.5/asn1/h248/h248v3.asn
 
5
   M /trunk-0.99.5/asn1/h248/packet-h248-template.c
 
6
   M /trunk-0.99.5/epan/dissectors/packet-h248.c
 
7
   M /trunk-0.99.5/epan/dissectors/packet-h248.h
 
8
 
 
9
Actually copy over the H.248 code this time.
 
10
 
 
11
------------------------------------------------------------------------
 
12
r20670 | gerald | 2007-02-01 10:40:28 -0800 (Thu, 01 Feb 2007) | 42 lines
 
13
Changed paths:
 
14
   M /trunk-0.99.5/NEWS
 
15
   M /trunk-0.99.5/docbook/release-notes.xml
 
16
   M /trunk-0.99.5/epan/dissectors/packet-tftp.c
 
17
   M /trunk-0.99.5/epan/to_str.c
 
18
   M /trunk-0.99.5/packaging/nsis/wireshark.nsi
 
19
 
 
20
Copy over NEWS and release-notes.xml from the trunk.
 
21
 
 
22
Copy over the H.248 dissector from the trunk.
 
23
 
 
24
Copy over revs  20562, 20648, 20658:
 
25
 
 
26
------------------------------------------------------------------------
 
27
r20562 | jmayer | 2007-01-26 00:09:20 -0800 (Fri, 26 Jan 2007) | 3 lines
 
28
Changed paths:
 
29
   M /trunk/epan/dissectors/packet-tftp.c
 
30
 
 
31
If there is just a tftp response without a prior request,
 
32
dissection would fail with dissector assert.
 
33
 
 
34
------------------------------------------------------------------------
 
35
r20648 | ulfl | 2007-01-30 22:45:46 -0800 (Tue, 30 Jan 2007) | 1 line
 
36
Changed paths:
 
37
   M /trunk/packaging/nsis/wireshark.nsi
 
38
 
 
39
slightly better explain the user's guide "component"
 
40
------------------------------------------------------------------------
 
41
r20658 | gerald | 2007-01-31 15:26:29 -0800 (Wed, 31 Jan 2007) | 15 lines
 
42
Changed paths:
 
43
   M /trunk/epan/to_str.c
 
44
 
 
45
From Andrej Mikus: 
 
46
 
 
47
  IMO, the function should return an error string instead of cowardly
 
48
  bailing out with an empty string.
 
49
 
 
50
  inet_ntop does the latter by default, so it does not need any additional
 
51
  check, just passing buf_len instead of INET6_ADDRSTRLEN.
 
52
  
 
53
  At the other side I like the check you made into ip_to_str_buf.
 
54
 
 
55
  My proposal would be to combine the patches and use MAX_IP_STR_LEN,
 
56
  and approach below for both IPv4 and IPv6 in address_to_str_buf.
 
57
 
 
58
Have the error string return a more descriptive clue.
 
59
 
 
60
------------------------------------------------------------------------
 
61
 
 
62
------------------------------------------------------------------------
 
63
r20653 | gerald | 2007-01-31 13:03:21 -0800 (Wed, 31 Jan 2007) | 2 lines
 
64
Changed paths:
 
65
   M /trunk-0.99.5/docbook/release-notes.xml
 
66
 
 
67
Fix a closing parenthesis.
 
68
 
 
69
------------------------------------------------------------------------
 
70
r20635 | gerald | 2007-01-30 16:47:14 -0800 (Tue, 30 Jan 2007) | 3 lines
 
71
Changed paths:
 
72
   M /trunk-0.99.5/docbook/release-notes.xml
 
73
   M /trunk-0.99.5/version.conf
 
74
 
 
75
Move to pre3-%#.  Reformat the vulnerability section of the release notes 
 
76
using the style from 0.99.4.
 
77
 
 
78
------------------------------------------------------------------------
 
79
r20630 | gerald | 2007-01-30 11:30:25 -0800 (Tue, 30 Jan 2007) | 2 lines
 
80
Changed paths:
 
81
   M /trunk-0.99.5/gtk/sctp_assoc_analyse.c
 
82
   M /trunk-0.99.5/gtk/sctp_stat.c
 
83
   M /trunk-0.99.5/gtk/sctp_stat.h
 
84
   M /trunk-0.99.5/gtk/sctp_stat_dlg.c
 
85
 
 
86
Copy over revisions 20570, 20608, and 20610.
 
87
 
 
88
------------------------------------------------------------------------
 
89
r20629 | gerald | 2007-01-30 11:20:07 -0800 (Tue, 30 Jan 2007) | 2 lines
 
90
Changed paths:
 
91
   M /trunk-0.99.5/version.conf
 
92
 
 
93
Designate pre2.
 
94
 
 
95
------------------------------------------------------------------------
 
96
r20628 | gerald | 2007-01-30 11:19:21 -0800 (Tue, 30 Jan 2007) | 6 lines
 
97
Changed paths:
 
98
   M /trunk-0.99.5/NEWS
 
99
   M /trunk-0.99.5/epan/wslua/wslua_tvb.c
 
100
   M /trunk-0.99.5/packaging/nsis/wireshark.nsi
 
101
 
 
102
Change the NSIS install logic for WinPcap 4.0.  Hopefully this doesn't
 
103
break anything.
 
104
 
 
105
Copy over wslua_tvb.c from the trunk to fix compile errors.  Update the
 
106
NEWS file.
 
107
 
 
108
------------------------------------------------------------------------
 
109
r20626 | gerald | 2007-01-30 09:51:30 -0800 (Tue, 30 Jan 2007) | 3 lines
 
110
Changed paths:
 
111
   M /trunk-0.99.5/packaging/nsis/Makefile.am
 
112
   M /trunk-0.99.5/packaging/nsis/Makefile.nmake
 
113
   D /trunk-0.99.5/packaging/nsis/WinPcap_3_1.exe
 
114
   A /trunk-0.99.5/packaging/nsis/WinPcap_4_0.exe
 
115
   M /trunk-0.99.5/packaging/nsis/wireshark.nsi
 
116
   M /trunk-0.99.5/packaging/u3/win32/makefile.nmake
 
117
   M /trunk-0.99.5/packaging/u3/win32/u3util.c
 
118
 
 
119
Copy over r20622 (which switches to WinPcap 4.0).  Copy over u3util.c
 
120
directly, which includes r20582.
 
121
 
 
122
------------------------------------------------------------------------
 
123
r20625 | gerald | 2007-01-30 09:44:11 -0800 (Tue, 30 Jan 2007) | 84 lines
 
124
Changed paths:
 
125
   M /trunk-0.99.5/README
 
126
   M /trunk-0.99.5/config.h.win32
 
127
   M /trunk-0.99.5/docbook/release-notes.xml
 
128
   M /trunk-0.99.5/epan/addr_resolv.c
 
129
   M /trunk-0.99.5/epan/crypt/airpdcap.c
 
130
   M /trunk-0.99.5/epan/crypt/airpdcap_system.h
 
131
   M /trunk-0.99.5/epan/crypt/airpdcap_user.h
 
132
   M /trunk-0.99.5/epan/dissectors/packet-dcp-etsi.c
 
133
   M /trunk-0.99.5/epan/dissectors/packet-eapol.c
 
134
   M /trunk-0.99.5/epan/dissectors/packet-ieee80211.c
 
135
   M /trunk-0.99.5/epan/dissectors/packet-isup.c
 
136
   M /trunk-0.99.5/epan/dissectors/packet-jxta.c
 
137
   M /trunk-0.99.5/epan/dissectors/packet-radius.c
 
138
   M /trunk-0.99.5/epan/dissectors/packet-ssl.c
 
139
   M /trunk-0.99.5/epan/ftypes/Makefile.nmake
 
140
   M /trunk-0.99.5/epan/ipv4.c
 
141
   M /trunk-0.99.5/epan/strutil.c
 
142
   M /trunk-0.99.5/epan/to_str.c
 
143
   M /trunk-0.99.5/epan/to_str.h
 
144
   M /trunk-0.99.5/epan/wslua/template-init.lua
 
145
   M /trunk-0.99.5/util.c
 
146
   M /trunk-0.99.5/version_info.c
 
147
   M /trunk-0.99.5/version_info.h
 
148
 
 
149
Copy over more revisions from the trunk.  Downgrade the ISUP stats
 
150
overflow from "vulnerability" to "bug," since that's how the CVE folks
 
151
have classified this sort of thing in the past.
 
152
 
 
153
------------------------------------------------------------------------
 
154
r20548 | guy | 2007-01-24 15:30:23 -0800 (Wed, 24 Jan 2007) | 6 lines
 
155
Changed paths:
 
156
   M /trunk/util.c
 
157
 
 
158
When parsing DISPLAY, mirror what __X11TransConnectDisplay() does - and
 
159
handle the case where the "host name" begins with "/", as some platforms
 
160
might allow the pathname of a UNIX domain socket to be given in DISPLAY.
 
161
 
 
162
Fix indentation of a comment.
 
163
 
 
164
------------------------------------------------------------------------
 
165
r20549 | gerald | 2007-01-24 17:24:14 -0800 (Wed, 24 Jan 2007) | 4 lines
 
166
Changed paths:
 
167
   M /trunk/epan/crypt/airpdcap.c
 
168
   M /trunk/epan/dissectors/packet-ieee80211.c
 
169
   M /trunk/epan/strutil.c
 
170
 
 
171
Fix a key preference crash bug.  Improve WPA passphrase and SSID length
 
172
handling.  Free a byte array.  Squelch a compiler warning.  Fix a URI
 
173
string parsing bug.
 
174
 
 
175
------------------------------------------------------------------------
 
176
r20559 | wmeier | 2007-01-25 17:34:29 -0800 (Thu, 25 Jan 2007) | 2 lines
 
177
Changed paths:
 
178
   M /trunk/config.h.win32
 
179
   M /trunk/epan/dissectors/packet-dcp-etsi.c
 
180
   M /trunk/epan/dissectors/packet-ssl.c
 
181
   M /trunk/epan/ftypes/Makefile.nmake
 
182
   M /trunk/epan/wslua/template-init.lua
 
183
   M /trunk/version_info.c
 
184
   M /trunk/version_info.h
 
185
 
 
186
A few more ethereal --> wireshark
 
187
 
 
188
------------------------------------------------------------------------
 
189
r20572 | gerald | 2007-01-26 13:54:59 -0800 (Fri, 26 Jan 2007) | 10 lines
 
190
Changed paths:
 
191
   M /trunk/epan/crypt/airpdcap.c
 
192
   M /trunk/epan/crypt/airpdcap_system.h
 
193
   M /trunk/epan/crypt/airpdcap_user.h
 
194
   M /trunk/epan/dissectors/packet-eapol.c
 
195
   M /trunk/epan/dissectors/packet-ieee80211.c
 
196
 
 
197
Add support for "wildcard" WPA keys in the form "wpa:passphrase" (note
 
198
the lack of SSID).  Wildcarding combines the passphrase with the last
 
199
seen SSID and attempts decryption.  The last-seen stack is only one
 
200
element tall, which means it may get clobbered on busy and diverse
 
201
networks.  We can expand it if needed.
 
202
 
 
203
Make internal functions static in airpdcap.c.  Rearrange the
 
204
AIRPDCAP_KEY_ITEM struct so that the passphrase and SSID don't get
 
205
clobbered when we set our PSK.
 
206
 
 
207
------------------------------------------------------------------------
 
208
r20573 | gerald | 2007-01-26 15:28:22 -0800 (Fri, 26 Jan 2007) | 3 lines
 
209
Changed paths:
 
210
   M /trunk/epan/crypt/airpdcap.c
 
211
 
 
212
Fix saving WPA key preferences from the decryption key management dialog,
 
213
which was broken by r20388.
 
214
 
 
215
------------------------------------------------------------------------
 
216
r20602 | jake | 2007-01-29 04:38:48 -0800 (Mon, 29 Jan 2007) | 2 lines
 
217
Changed paths:
 
218
   M /trunk/README
 
219
 
 
220
Delist Windows 98 as possible platform
 
221
 
 
222
------------------------------------------------------------------------
 
223
r20607 | gerald | 2007-01-29 12:25:26 -0800 (Mon, 29 Jan 2007) | 5 lines
 
224
 
 
225
Fix potential buffer overruns in address_to_str_buf() found by Andrej 
 
226
Mikus.  Add a buf_len parameter to ip_to_str_buf(), and make sure it's 
 
227
enforced.  Copy the release notes over from the 0.99.5 trunk and add a
 
228
note about the ISUP dissector (which is affected by the overrun).
 
229
 
 
230
------------------------------------------------------------------------
 
231
 
 
232
 
 
233
------------------------------------------------------------------------
 
234
r20624 | gerald | 2007-01-30 09:14:37 -0800 (Tue, 30 Jan 2007) | 2 lines
 
235
Changed paths:
 
236
   M /trunk-0.99.5/airpcap_loader.c
 
237
   M /trunk-0.99.5/epan/dissectors/packet-dcp-etsi.c
 
238
   M /trunk-0.99.5/epan/dissectors/packet-ieee80211.c
 
239
   M /trunk-0.99.5/epan/dissectors/packet-scsi.c
 
240
   M /trunk-0.99.5/epan/emem.c
 
241
   M /trunk-0.99.5/epan/wslua/wslua_pinfo.c
 
242
   M /trunk-0.99.5/epan/wslua/wslua_tvb.c
 
243
   M /trunk-0.99.5/gtk/capture_if_details_dlg.c
 
244
   M /trunk-0.99.5/gtk/filter_dlg.c
 
245
 
 
246
Copy over more revisions from the trunk.
 
247
 
 
248
------------------------------------------------------------------------
 
249
r20620 | gerald | 2007-01-29 18:11:47 -0800 (Mon, 29 Jan 2007) | 55 lines
 
250
Changed paths:
 
251
   M /trunk-0.99.5/epan/proto.c
 
252
   M /trunk-0.99.5/epan/stats_tree.c
 
253
   M /trunk-0.99.5/example_snmp_users_file
 
254
   M /trunk-0.99.5/gtk/Makefile.am
 
255
   M /trunk-0.99.5/gtk/menu.c
 
256
   M /trunk-0.99.5/packaging/nsis/wireshark.nsi
 
257
 
 
258
Copy over more revisions from the trunk.
 
259
 
 
260
------------------------------------------------------------------------
 
261
r20518 | sfisher | 2007-01-21 14:45:58 -0800 (Sun, 21 Jan 2007) | 8 lines
 
262
Changed paths:
 
263
   M /trunk/epan/stats_tree.c
 
264
 
 
265
 
 
266
From Sebastien Tandel:
 
267
 
 
268
patch against a crash of wireshark with gtk1.2 when using packet
 
269
length statistics window.  The crash was due to a difference of
 
270
implementation of g_strsplit between gtk1.2 and gtk2.
 
271
 
 
272
 
 
273
------------------------------------------------------------------------
 
274
r20523 | ulfl | 2007-01-21 20:03:17 -0800 (Sun, 21 Jan 2007) | 5 lines
 
275
Changed paths:
 
276
   M /trunk/gtk/menu.c
 
277
 
 
278
as Bill Meier noted:
 
279
"The Help ! Contents and the Help ! User's Guide  both display the User's 
 
280
Guide."
 
281
 
 
282
Remove the duplicate Help!/User's Guide item
 
283
------------------------------------------------------------------------
 
284
r20530 | ulfl | 2007-01-23 00:20:59 -0800 (Tue, 23 Jan 2007) | 1 line
 
285
Changed paths:
 
286
   M /trunk/packaging/nsis/wireshark.nsi
 
287
 
 
288
remove example_snmp_users_file at uninstall
 
289
------------------------------------------------------------------------
 
290
r20532 | guy | 2007-01-23 10:31:26 -0800 (Tue, 23 Jan 2007) | 4 lines
 
291
Changed paths:
 
292
   M /trunk/epan/proto.c
 
293
 
 
294
DISSECTOR_ASSERT_NOT_REACHED() now, by default, throws a Wireshark
 
295
exception rather than aborting the program; using it means that
 
296
dissector bugs show up as such rather than as malformed packets.
 
297
 
 
298
------------------------------------------------------------------------
 
299
r20533 | lego | 2007-01-23 11:46:55 -0800 (Tue, 23 Jan 2007) | 3 lines
 
300
Changed paths:
 
301
   M /trunk/gtk/Makefile.am
 
302
 
 
303
Have build succeed even if portaudio is located somewhere else than any other libraries in use.
 
304
 
 
305
------------------------------------------------------------------------
 
306
r20534 | lego | 2007-01-23 11:56:10 -0800 (Tue, 23 Jan 2007) | 3 lines
 
307
Changed paths:
 
308
   M /trunk/example_snmp_users_file
 
309
 
 
310
Add a shord description on how the snmp_users_file can be used
 
311
 
 
312
 
 
313
------------------------------------------------------------------------
 
314
r20617 | gerald | 2007-01-29 17:02:06 -0800 (Mon, 29 Jan 2007) | 55 lines
 
315
Changed paths:
 
316
   M /trunk-0.99.5/Makefile.nmake
 
317
   M /trunk-0.99.5/NEWS
 
318
   M /trunk-0.99.5/config.nmake
 
319
   M /trunk-0.99.5/docbook/Makefile
 
320
   M /trunk-0.99.5/packaging/nsis/Makefile.nmake
 
321
   M /trunk-0.99.5/packaging/nsis/wireshark.nsi
 
322
   M /trunk-0.99.5/tools/win32-setup.sh
 
323
 
 
324
Copy over revisions 20491 - 20497 from the trunk:
 
325
 
 
326
------------------------------------------------------------------------
 
327
r20491 | ulfl | 2007-01-18 15:57:03 -0800 (Thu, 18 Jan 2007) | 4 lines
 
328
Changed paths:
 
329
   M /trunk/docbook/Makefile
 
330
 
 
331
the docbook generation also suffers from the cygwin bash CR/LF problem :-(
 
332
I've added a call to dos2unix to convert check_svn_version.sh that way
 
333
 
 
334
Is it safe to assume that dos2unix is available on a common UNIX developer machine?!?
 
335
patching file packaging/nsis/wireshark.nsi
 
336
------------------------------------------------------------------------
 
337
r20492 | ulfl | 2007-01-18 16:10:22 -0800 (Thu, 18 Jan 2007) | 1 line
 
338
Changed paths:
 
339
   M /trunk/packaging/nsis/Makefile.nmake
 
340
   M /trunk/packaging/nsis/wireshark.nsi
 
341
 
 
342
instead of getting the user-guide.chm file always from the docbook dir, copy the more recent one from docbook or win32-libs\user-guide dir into local nsis dir, and use that one to build the installer - seems to be the cleanest way
 
343
------------------------------------------------------------------------
 
344
r20493 | ulfl | 2007-01-18 16:12:01 -0800 (Thu, 18 Jan 2007) | 1 line
 
345
Changed paths:
 
346
   M /trunk/docbook/Makefile
 
347
 
 
348
add a target to build a zipped version of user-guide.chm
 
349
------------------------------------------------------------------------
 
350
r20494 | ulfl | 2007-01-18 16:14:43 -0800 (Thu, 18 Jan 2007) | 1 line
 
351
Changed paths:
 
352
   M /trunk/docbook/Makefile
 
353
 
 
354
add user-guide.zip to the clean target
 
355
------------------------------------------------------------------------
 
356
r20495 | ulfl | 2007-01-18 17:10:59 -0800 (Thu, 18 Jan 2007) | 1 line
 
357
Changed paths:
 
358
   M /trunk/Makefile.nmake
 
359
   M /trunk/tools/win32-setup.sh
 
360
 
 
361
add the user-guide as a component to the setup target
 
362
------------------------------------------------------------------------
 
363
r20496 | ulfl | 2007-01-18 17:21:17 -0800 (Thu, 18 Jan 2007) | 2 lines
 
364
Changed paths:
 
365
   M /trunk/config.nmake
 
366
 
 
367
user-guide final step:
 
368
enable HHC_DIR as default, hopefully the buildbot will "get it right" now :-)
 
369
------------------------------------------------------------------------
 
370
r20497 | ulfl | 2007-01-18 18:41:25 -0800 (Thu, 18 Jan 2007) | 4 lines
 
371
Changed paths:
 
372
   M /trunk/Makefile.nmake
 
373
 
 
374
As discussed on the devlist:
 
375
A clean_setup is done first now to ensure that the target dirs don't contain old files -  probably remaining from a previous setup run.
 
376
 
 
377
explicit removing of the gtk2 dir is no longer required therefore
 
378
 
 
379
------------------------------------------------------------------------
 
380
r20525 | gerald | 2007-01-22 14:55:08 -0800 (Mon, 22 Jan 2007) | 2 lines
 
381
Changed paths:
 
382
   M /trunk-0.99.5/epan/wslua/template-init.lua
 
383
   M /trunk-0.99.5/epan/wslua/wslua_gui.c
 
384
   M /trunk-0.99.5/gtk/about_dlg.c
 
385
   M /trunk-0.99.5/gtk/dlg_utils.c
 
386
   M /trunk-0.99.5/gtk/dlg_utils.h
 
387
   M /trunk-0.99.5/gtk/simple_dialog.c
 
388
 
 
389
Copy over revisions 20507, 20508, 20514, and 20515.
 
390
 
 
391
------------------------------------------------------------------------
 
392
r20504 | gerald | 2007-01-19 10:14:37 -0800 (Fri, 19 Jan 2007) | 2 lines
 
393
Changed paths:
 
394
   M /trunk-0.99.5/docbook/release-notes.xml
 
395
 
 
396
Fix some layout bugs.
 
397
 
 
398
------------------------------------------------------------------------
 
399
r20503 | gerald | 2007-01-19 09:56:24 -0800 (Fri, 19 Jan 2007) | 2 lines
 
400
Changed paths:
 
401
   M /trunk-0.99.5/version.conf
 
402
 
 
403
Change the version away from -pre1.
 
404
 
 
405
------------------------------------------------------------------------
 
406
r20499 | gerald | 2007-01-18 22:28:56 -0800 (Thu, 18 Jan 2007) | 2 lines
 
407
Changed paths:
 
408
   M /trunk-0.99.5/make-version.pl
 
409
 
 
410
Set our package version if we're using the SVN client.
 
411
 
 
412
------------------------------------------------------------------------
 
413
r20488 | gerald | 2007-01-18 12:25:59 -0800 (Thu, 18 Jan 2007) | 2 lines
 
414
Changed paths:
 
415
   M /trunk-0.99.5/version.conf
 
416
 
 
417
Mark -pre1.
 
418
 
 
419
------------------------------------------------------------------------
 
420
r20487 | gerald | 2007-01-18 12:25:30 -0800 (Thu, 18 Jan 2007) | 27 lines
 
421
Changed paths:
 
422
   M /trunk-0.99.5/Makefile.am
 
423
   M /trunk-0.99.5/docbook/release-notes.xml
 
424
   M /trunk-0.99.5/epan/dissectors/packet-udld.c
 
425
   M /trunk-0.99.5/version_info.c
 
426
 
 
427
Copy over 20468, 20478, and 20479 from the trunk:
 
428
 
 
429
------------------------------------------------------------------------
 
430
r20468 | lego | 2007-01-17 19:13:10 -0800 (Wed, 17 Jan 2007) | 2 lines
 
431
Changed paths:
 
432
   M /trunk/version_info.c
 
433
 
 
434
the version string stated "without Lua" regardless or not Lua support was indeed built.
 
435
------------------------------------------------------------------------
 
436
r20478 | lego | 2007-01-18 06:04:49 -0800 (Thu, 18 Jan 2007) | 3 lines
 
437
Changed paths:
 
438
   M /trunk/Makefile.am
 
439
   M /trunk/version_info.c
 
440
 
 
441
Fix version_info.c compilation
 
442
------------------------------------------------------------------------
 
443
r20479 | martinm | 2007-01-18 06:41:59 -0800 (Thu, 18 Jan 2007) | 2 lines
 
444
Changed paths:
 
445
   M /trunk/epan/dissectors/packet-udld.c
 
446
 
 
447
Filled in missing hf entries.
 
448
------------------------------------------------------------------------
 
449
 
 
450
Add a release note entry about the UDLD dissector.
 
451
 
 
452
 
 
453
 
 
454
------------------------------------------------------------------------
 
455
r20466 | gerald | 2007-01-17 16:27:42 -0800 (Wed, 17 Jan 2007) | 2 lines
 
456
Changed paths:
 
457
   M /trunk-0.99.5/ChangeLog
 
458
   M /trunk-0.99.5/docbook/release-notes.xml
 
459
   A /trunk-0.99.5/version.conf
 
460
 
 
461
Updates for 0.99.5-pre1
 
462
 
 
463
------------------------------------------------------------------------
 
464
r20465 | gerald | 2007-01-17 14:54:09 -0800 (Wed, 17 Jan 2007) | 2 lines
 
465
Changed paths:
 
466
   A /trunk-0.99.5 (from /trunk:20464)
 
467
 
 
468
Split off 0.99.5.
 
469
 
 
470
------------------------------------------------------------------------
 
471
r20464 | sahlberg | 2007-01-17 13:05:44 -0800 (Wed, 17 Jan 2007) | 6 lines
 
472
Changed paths:
 
473
   M /trunk/epan/proto.c
 
474
 
 
475
check if we have a finfo before dereferencing it later in PROTO_ITEM_IS_HIDDEN()
 
476
 
 
477
 
 
478
this prevents wireshark from crashing on X Liu's kerberos capture files
 
479
 
 
480
 
 
481
------------------------------------------------------------------------
 
482
r20463 | etxrab | 2007-01-17 11:14:11 -0800 (Wed, 17 Jan 2007) | 2 lines
 
483
Changed paths:
 
484
   M /trunk/Makefile.nmake
 
485
   M /trunk/tools/win32-setup.sh
 
486
 
 
487
Update to use the latest GTK packages.
 
488
Win32-setup.sh changed to overwrite existing folders.
 
489
------------------------------------------------------------------------
 
490
r20462 | jake | 2007-01-17 09:11:09 -0800 (Wed, 17 Jan 2007) | 3 lines
 
491
Changed paths:
 
492
   M /trunk/epan/dissectors/packet-scsi.c
 
493
 
 
494
From Patrick vd Lageweg:
 
495
The "NUMBER OF BLOCKS" field in the SCSI MODE SENSE return data is 24 bits and not 32 bits. This patch fixes that.
 
496
 
 
497
------------------------------------------------------------------------
 
498
r20461 | morriss | 2007-01-17 08:41:40 -0800 (Wed, 17 Jan 2007) | 1 line
 
499
Changed paths:
 
500
   M /trunk/epan/dissectors/packet-homeplug.c
 
501
 
 
502
Oops, set properties on the new file
 
503
------------------------------------------------------------------------
 
504
r20460 | lego | 2007-01-17 08:41:22 -0800 (Wed, 17 Jan 2007) | 5 lines
 
505
Changed paths:
 
506
   M /trunk/epan/dfilter/grammar.lemon
 
507
 
 
508
productions of non-terminal "sentence" do not generate any value. Avoid a destructor being called for them.
 
509
 
 
510
see http://www.sqlite.org/cvstrac/tktview?tn=2172
 
511
 
 
512
 
 
513
------------------------------------------------------------------------
 
514
r20459 | morriss | 2007-01-17 08:34:11 -0800 (Wed, 17 Jan 2007) | 1 line
 
515
Changed paths:
 
516
   M /trunk/AUTHORS
 
517
   M /trunk/epan/dissectors/Makefile.common
 
518
   A /trunk/epan/dissectors/packet-homeplug.c
 
519
   M /trunk/epan/etypes.h
 
520
 
 
521
From Sebastien Tandel: Support for the dissection of the Intellon homeplug powerline protocol based on INT51X1 specification.
 
522
------------------------------------------------------------------------
 
523
r20458 | etxrab | 2007-01-16 14:51:08 -0800 (Tue, 16 Jan 2007) | 1 line
 
524
Changed paths:
 
525
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
526
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
527
   M /trunk/epan/dissectors/packet-ansi_map.c
 
528
 
 
529
Dissekt ControlChannelData.
 
530
------------------------------------------------------------------------
 
531
r20457 | sfisher | 2007-01-16 13:16:45 -0800 (Tue, 16 Jan 2007) | 4 lines
 
532
Changed paths:
 
533
   M /trunk/epan/crypt/airpdcap.c
 
534
 
 
535
 
 
536
From Gisle Vanem: Add the final ) to a g_strdup_printf call
 
537
 
 
538
 
 
539
------------------------------------------------------------------------
 
540
r20456 | jake | 2007-01-16 11:27:25 -0800 (Tue, 16 Jan 2007) | 5 lines
 
541
Changed paths:
 
542
   M /trunk/epan/dissectors/packet-kerberos.c
 
543
 
 
544
From Gisle Vanem:
 
545
* <epan/crypt/crypt-md5.h> must come after <glib.h> because of
 
546
  'guint8' etc.
 
547
* Include <wiretap/file_util.h> because of eth_fopen().
 
548
 
 
549
------------------------------------------------------------------------
 
550
r20455 | jake | 2007-01-16 11:13:09 -0800 (Tue, 16 Jan 2007) | 5 lines
 
551
Changed paths:
 
552
   M /trunk/editcap.c
 
553
 
 
554
From Sebastien Tandeil:
 
555
a patch to avoid the warning "implicit declaration of function
 
556
'strptime'" in editcap.c
 
557
glib.h is included just after the define __USE_XOPEN and include <time.h>
 
558
 
 
559
------------------------------------------------------------------------
 
560
r20454 | morriss | 2007-01-16 09:40:00 -0800 (Tue, 16 Jan 2007) | 1 line
 
561
Changed paths:
 
562
   M /trunk/gtk/help_dlg.c
 
563
 
 
564
Should have done this in the last checkin: wrap help_topic_html() in #ifdef(GLIB2) as it's only used (and only works) there
 
565
------------------------------------------------------------------------
 
566
r20453 | jake | 2007-01-16 08:53:01 -0800 (Tue, 16 Jan 2007) | 3 lines
 
567
Changed paths:
 
568
   M /trunk/epan/dissectors/packet-bacapp.c
 
569
 
 
570
From Steve Karg:
 
571
I added some text for enumerations that were added with addenda recently approved for the BACnet standard. 
 
572
 
 
573
------------------------------------------------------------------------
 
574
r20452 | lego | 2007-01-16 08:41:12 -0800 (Tue, 16 Jan 2007) | 3 lines
 
575
Changed paths:
 
576
   M /trunk/tools/lemon/lemon.c
 
577
 
 
578
It looks that their fix to my fix broke things out...
 
579
 
 
580
 
 
581
------------------------------------------------------------------------
 
582
r20451 | morriss | 2007-01-16 08:32:18 -0800 (Tue, 16 Jan 2007) | 1 line
 
583
Changed paths:
 
584
   M /trunk/gtk/help_dlg.c
 
585
 
 
586
help_topic_gtk() is needed in GTK 1.2 builds so don't #ifdef(GKT2) it out
 
587
------------------------------------------------------------------------
 
588
r20450 | jmayer | 2007-01-16 04:16:56 -0800 (Tue, 16 Jan 2007) | 2 lines
 
589
Changed paths:
 
590
   M /trunk/docbook/Makefile
 
591
 
 
592
Make things work on Suse as well, not just Debian
 
593
 
 
594
------------------------------------------------------------------------
 
595
r20449 | kukosa | 2007-01-15 23:53:46 -0800 (Mon, 15 Jan 2007) | 1 line
 
596
Changed paths:
 
597
   M /trunk/asn1/h225/packet-h225-template.c
 
598
   M /trunk/epan/dissectors/packet-h225.c
 
599
 
 
600
fix registration H.225 over TLS
 
601
------------------------------------------------------------------------
 
602
r20448 | kukosa | 2007-01-15 23:31:09 -0800 (Mon, 15 Jan 2007) | 1 line
 
603
Changed paths:
 
604
   M /trunk/tools/lex.py
 
605
   M /trunk/tools/yacc.py
 
606
 
 
607
update Ply to version 2.2
 
608
------------------------------------------------------------------------
 
609
r20447 | lego | 2007-01-15 21:38:55 -0800 (Mon, 15 Jan 2007) | 3 lines
 
610
Changed paths:
 
611
   M /trunk/tools/lemon/lemon.c
 
612
 
 
613
update to lemon.c 1.43
 
614
 
 
615
 
 
616
------------------------------------------------------------------------
 
617
r20446 | ulfl | 2007-01-15 20:08:35 -0800 (Mon, 15 Jan 2007) | 3 lines
 
618
Changed paths:
 
619
   M /trunk/config.nmake
 
620
   M /trunk/gtk/help_dlg.c
 
621
   M /trunk/gtk/menu.c
 
622
 
 
623
in effect use the User's Guide as the online help system now (for GTK > V1)!
 
624
 
 
625
remove ENABLE_WSUG setting from config.nmake and replace it with GLIB_MAJOR_VERSION >= 2 (as Glib 1.x cannot open a browser to show a HTML file - it's just currently? not implemented)
 
626
------------------------------------------------------------------------
 
627
r20445 | ulfl | 2007-01-15 14:17:24 -0800 (Mon, 15 Jan 2007) | 5 lines
 
628
Changed paths:
 
629
   M /trunk/gtk/help_dlg.c
 
630
 
 
631
Help:
 
632
- Win32 only: try to load help page from local user-guide.chm (if HHC_DIR is set in config.nmake) and if that fails:
 
633
- show corresponding help page directly from www.wireshark.org in the configured web browser.
 
634
 
 
635
The "internet way" will be the only way for all UNIX based versions, as they cannot read .chm files.
 
636
------------------------------------------------------------------------
 
637
r20444 | etxrab | 2007-01-15 13:07:36 -0800 (Mon, 15 Jan 2007) | 1 line
 
638
Changed paths:
 
639
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
640
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
641
   M /trunk/epan/dissectors/packet-ansi_map.c
 
642
 
 
643
Dissect SMS-OriginationRestrictions.
 
644
------------------------------------------------------------------------
 
645
r20443 | lego | 2007-01-15 12:14:00 -0800 (Mon, 15 Jan 2007) | 3 lines
 
646
Changed paths:
 
647
   M /trunk/epan/dtd_grammar.lemon
 
648
   M /trunk/epan/dtd_parse.l
 
649
 
 
650
two minor leaks
 
651
 
 
652
 
 
653
------------------------------------------------------------------------
 
654
r20442 | lego | 2007-01-15 11:48:06 -0800 (Mon, 15 Jan 2007) | 3 lines
 
655
Changed paths:
 
656
   M /trunk/tools/lemon/lemon.c
 
657
 
 
658
Fix a major leakage of token minors in lemon generated parsers due to the fact that lemon was not genmerating destructor code for elements in the RHS of rules without C-code.
 
659
 
 
660
 
 
661
------------------------------------------------------------------------
 
662
r20441 | gal | 2007-01-15 11:11:29 -0800 (Mon, 15 Jan 2007) | 4 lines
 
663
Changed paths:
 
664
   M /trunk/epan/filesystem.c
 
665
   M /trunk/packaging/u3/win32/u3util.c
 
666
 
 
667
Update to get_persdatafile_dir() to choose a default directory on the U3 device that Wireshark is being run from.
 
668
The U3 Deployment Guide recommends a sub-directory of U3_DEVICE_DOCUMENT_PATH, so the u3util creates a "My Captures" sub-directory to use as the personal data file directory.
 
669
 
 
670
 
 
671
------------------------------------------------------------------------
 
672
r20440 | etxrab | 2007-01-15 06:01:04 -0800 (Mon, 15 Jan 2007) | 2 lines
 
673
Changed paths:
 
674
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
675
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
676
   M /trunk/epan/dissectors/packet-ansi_map.c
 
677
 
 
678
Handle the case where the same TransactionID is used for two different
 
679
destinations.
 
680
------------------------------------------------------------------------
 
681
r20439 | etxrab | 2007-01-15 02:19:50 -0800 (Mon, 15 Jan 2007) | 2 lines
 
682
Changed paths:
 
683
   M /trunk/asn1/ansi_map/ansi_map.asn
 
684
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
685
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
686
   M /trunk/epan/dissectors/packet-ansi_map.c
 
687
 
 
688
Dissect sms-BearerData also in responce messages if service code seen in Invoke.
 
689
Pretify a bunch of DigitsType parameters.
 
690
------------------------------------------------------------------------
 
691
r20438 | gerald | 2007-01-14 23:29:13 -0800 (Sun, 14 Jan 2007) | 2 lines
 
692
Changed paths:
 
693
   M /trunk/epan/strutil.c
 
694
 
 
695
GLib 1.2 doesn't have g_strlcpy(), so don't use it.
 
696
 
 
697
------------------------------------------------------------------------
 
698
r20437 | ulfl | 2007-01-14 21:16:13 -0800 (Sun, 14 Jan 2007) | 3 lines
 
699
Changed paths:
 
700
   M /trunk/epan/dissectors/packet-ethertype.c
 
701
   M /trunk/epan/dissectors/packet-frame.c
 
702
   M /trunk/epan/emem.c
 
703
   M /trunk/epan/exceptions.h
 
704
   M /trunk/epan/packet.c
 
705
   M /trunk/file.c
 
706
 
 
707
instead of simply doing an assert when running out of memory in emem, throw a new OutOfMemoryError Exception, so file.c can show at least a better explanation to the user before Wireshark terminates
 
708
 
 
709
XXX - to prevent a busy wait, I need a portable way to wait for a short time period, like Sleep() for Windows
 
710
------------------------------------------------------------------------
 
711
r20436 | ulfl | 2007-01-14 20:22:10 -0800 (Sun, 14 Jan 2007) | 1 line
 
712
Changed paths:
 
713
   M /trunk/epan/filesystem.c
 
714
 
 
715
fix a warning
 
716
------------------------------------------------------------------------
 
717
r20435 | ulfl | 2007-01-14 19:53:20 -0800 (Sun, 14 Jan 2007) | 1 line
 
718
Changed paths:
 
719
   M /trunk/epan/filesystem.c
 
720
 
 
721
SHGetFolderPath is not available on MSVC 6 without a Platform SDK, use SHGetSpecialFolderPath instead
 
722
------------------------------------------------------------------------
 
723
r20434 | ulfl | 2007-01-14 16:17:32 -0800 (Sun, 14 Jan 2007) | 1 line
 
724
Changed paths:
 
725
   M /trunk/file.c
 
726
 
 
727
minor bugfix of file loading: don't update the packet list if loading a smaller file, the update takes longer than the file to load.
 
728
------------------------------------------------------------------------
 
729
r20433 | ulfl | 2007-01-14 15:28:35 -0800 (Sun, 14 Jan 2007) | 6 lines
 
730
Changed paths:
 
731
   M /trunk/epan/prefs.c
 
732
   M /trunk/gtk/main.c
 
733
   M /trunk/gtk/win32-file-dlg.c
 
734
 
 
735
fix #301: Windows file dialog should:
 
736
- initially show the "My Documents" folder
 
737
- don't use the "open folder" preference setting on save and alike dialogs (we don't do it in the GTK versions either)
 
738
 
 
739
 
 
740
 
 
741
------------------------------------------------------------------------
 
742
r20432 | ulfl | 2007-01-14 14:45:43 -0800 (Sun, 14 Jan 2007) | 1 line
 
743
Changed paths:
 
744
   M /trunk/gtk/u3.c
 
745
 
 
746
fix a bug when freeing newpath - don't g_free(NULL)
 
747
------------------------------------------------------------------------
 
748
r20431 | ulfl | 2007-01-14 14:25:22 -0800 (Sun, 14 Jan 2007) | 2 lines
 
749
Changed paths:
 
750
   M /trunk/epan/Makefile.nmake
 
751
   M /trunk/epan/filesystem.c
 
752
   M /trunk/epan/filesystem.h
 
753
   M /trunk/epan/libwireshark.def
 
754
 
 
755
on my way to fix #301:
 
756
add a function get_persdatafile_dir() that will return the users personal default data dir Win32:"My Documents" UNIX:"" (for the current dir)
 
757
------------------------------------------------------------------------
 
758
r20430 | etxrab | 2007-01-14 14:20:02 -0800 (Sun, 14 Jan 2007) | 2 lines
 
759
Changed paths:
 
760
   M /trunk/asn1/ansi_map/ansi_map.asn
 
761
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
762
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
763
   M /trunk/epan/dissectors/packet-ansi_map.c
 
764
 
 
765
If a OCTET STRING has zero length a zero length tvb will be returned - handle that case
 
766
and add pretifications by Graeme Lunt.
 
767
------------------------------------------------------------------------
 
768
r20429 | etxrab | 2007-01-14 12:54:39 -0800 (Sun, 14 Jan 2007) | 6 lines
 
769
Changed paths:
 
770
   M /trunk/epan/dissectors/packet-ber.c
 
771
 
 
772
From Graeme Lunt:
 
773
The problem was that when dissecting the set, if a sub-dissector didn't consume any bytes it was assumed that the correct field hadn't been matched.
 
774
This fix matches the field if the sub-dissector consumes no bytes and we know that the length of the field is zero. This is only allowed on the first pass when we are not matching ANYs.
 
775
I think this is a fairly safe fix - I've tried it with some other ASN.1
 
776
 
 
777
I've also changed dissect_ber_octet_string() to show the zero length fields in the dissection. This shows the fields as "<MISSING>" which is not quite the right explanation as the field is definitely present. Something like "<EMPTY>" or "<ZERO LENGTH>" may be better - but I'm not sure of the reasoning behind "<MISSING>".
 
778
------------------------------------------------------------------------
 
779
r20428 | lego | 2007-01-14 12:19:00 -0800 (Sun, 14 Jan 2007) | 3 lines
 
780
Changed paths:
 
781
   M /trunk/epan/dissectors/packet-ip.c
 
782
 
 
783
taking a look at it the name_str var is unnecessary
 
784
 
 
785
 
 
786
------------------------------------------------------------------------
 
787
r20427 | lego | 2007-01-14 12:17:13 -0800 (Sun, 14 Jan 2007) | 3 lines
 
788
Changed paths:
 
789
   M /trunk/epan/dissectors/packet-ip.c
 
790
 
 
791
As pointed out by Sebastien Tandel a buffer is allocated unconditionally when it might not be necessary.
 
792
 
 
793
 
 
794
------------------------------------------------------------------------
 
795
r20426 | etxrab | 2007-01-14 07:29:29 -0800 (Sun, 14 Jan 2007) | 2 lines
 
796
Changed paths:
 
797
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
798
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
799
   M /trunk/epan/dissectors/packet-ansi_map.c
 
800
 
 
801
Dissect cdma2000HandoffInvokeIOSData and response data
 
802
(Missing .cnf file in previous checkin) add BCD decoded items to Digits type item.
 
803
------------------------------------------------------------------------
 
804
r20425 | jake | 2007-01-14 05:44:40 -0800 (Sun, 14 Jan 2007) | 1 line
 
805
Changed paths:
 
806
   M /trunk/gtk/Makefile.am
 
807
 
 
808
Trying to get buildbot Ubuntu-5.10-x86 distcheck to build again.
 
809
------------------------------------------------------------------------
 
810
r20424 | lego | 2007-01-13 22:13:07 -0800 (Sat, 13 Jan 2007) | 5 lines
 
811
Changed paths:
 
812
   M /trunk/wiretap/ascend.c
 
813
 
 
814
fix Bug 1301
 
815
 
 
816
do not let the ascend_open() read more than 256K without finding the first packet.
 
817
 
 
818
 
 
819
------------------------------------------------------------------------
 
820
r20423 | ulfl | 2007-01-13 21:18:07 -0800 (Sat, 13 Jan 2007) | 5 lines
 
821
Changed paths:
 
822
   M /trunk/gtk/win32-file-dlg.c
 
823
 
 
824
bugfix: show the "placesbar" (the one with e.g. "My Documents" button) for the various win32 file dialogs.
 
825
 
 
826
As a nice side effect, the dir/file part of the dialogs is bigger now, which makes handling of the dialogs much nicer/faster. Yes, it still fits into 800*600 screen resolution.
 
827
 
 
828
Needs testing, I might have placed a g_free() call at the wrong place ...
 
829
------------------------------------------------------------------------
 
830
r20422 | guy | 2007-01-13 19:49:17 -0800 (Sat, 13 Jan 2007) | 2 lines
 
831
Changed paths:
 
832
   M /trunk/epan
 
833
 
 
834
Ignore another generated file.
 
835
 
 
836
------------------------------------------------------------------------
 
837
r20421 | etxrab | 2007-01-13 15:02:06 -0800 (Sat, 13 Jan 2007) | 1 line
 
838
Changed paths:
 
839
   M /trunk/asn1/ansi_map/ansi_map.asn
 
840
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
841
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
842
   M /trunk/epan/dissectors/packet-ansi_map.c
 
843
 
 
844
Handle the case ehere TCAP identifier isn't present.
 
845
------------------------------------------------------------------------
 
846
r20420 | etxrab | 2007-01-13 11:18:46 -0800 (Sat, 13 Jan 2007) | 4 lines
 
847
Changed paths:
 
848
   M /trunk/asn1/ansi_map/ansi_map.asn
 
849
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
850
   M /trunk/epan/dissectors/packet-ansi_map.c
 
851
 
 
852
- Correct Tag numbering and marking of OPTIONAL.
 
853
 - Add some variants of Digits dissection.
 
854
 - Correct the DMH-RedirectionIndicator.
 
855
- Add reserved bits.
 
856
------------------------------------------------------------------------
 
857
r20419 | gal | 2007-01-13 09:01:43 -0800 (Sat, 13 Jan 2007) | 6 lines
 
858
Changed paths:
 
859
   M /trunk/packaging/u3/win32/README.txt
 
860
   M /trunk/packaging/u3/win32/makefile.nmake
 
861
 
 
862
Tidyups:
 
863
* clean up more things
 
864
* better directory creation
 
865
* README update
 
866
 
 
867
 
 
868
------------------------------------------------------------------------
 
869
r20418 | etxrab | 2007-01-13 08:08:30 -0800 (Sat, 13 Jan 2007) | 1 line
 
870
Changed paths:
 
871
   M /trunk/asn1/ansi_map/ansi_map.asn
 
872
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
873
   M /trunk/epan/dissectors/packet-ansi_map.c
 
874
 
 
875
Handle zero length invokes and some asn1 fixes.
 
876
------------------------------------------------------------------------
 
877
r20417 | gal | 2007-01-13 08:06:28 -0800 (Sat, 13 Jan 2007) | 7 lines
 
878
Changed paths:
 
879
   M /trunk/gtk/menu.c
 
880
   M /trunk/gtk/recent.c
 
881
   M /trunk/gtk/u3.c
 
882
   M /trunk/gtk/u3.h
 
883
 
 
884
U3 support for "recent" files.
 
885
 
 
886
When the "recent" file is written, any references to files on the U3 device itself are modified to have the drive replace with "$U3_DEVICE_PATH". Similarly, when the recent file is read, "$U3_DEVICE_PATH" is replaced with the current U3 device path.
 
887
 
 
888
This ensures that if/when the U3 device path changes when inserting it into different machines, recent captures on the U3 device itself can still be opened from the recent menu.
 
889
 
 
890
 
 
891
------------------------------------------------------------------------
 
892
r20416 | gal | 2007-01-13 07:26:13 -0800 (Sat, 13 Jan 2007) | 7 lines
 
893
Changed paths:
 
894
   M /trunk/asn1/cms/cms-exp.cnf
 
895
   M /trunk/asn1/cms/cms.cnf
 
896
   M /trunk/asn1/cms/packet-cms-template.c
 
897
   A /trunk/asn1/pkcs12
 
898
   A /trunk/asn1/pkcs12/Makefile
 
899
   A /trunk/asn1/pkcs12/Makefile.nmake
 
900
   A /trunk/asn1/pkcs12/packet-pkcs12-template.c
 
901
   A /trunk/asn1/pkcs12/packet-pkcs12-template.h
 
902
   A /trunk/asn1/pkcs12/pkcs12.asn
 
903
   A /trunk/asn1/pkcs12/pkcs12.cnf
 
904
   M /trunk/asn1/x509sat/x509sat-exp.cnf
 
905
   M /trunk/asn1/x509sat/x509sat.cnf
 
906
   M /trunk/epan/dissectors/Makefile.common
 
907
   M /trunk/epan/dissectors/packet-ber.c
 
908
   M /trunk/epan/dissectors/packet-cms.c
 
909
   M /trunk/epan/dissectors/packet-cms.h
 
910
   A /trunk/epan/dissectors/packet-pkcs12.c
 
911
   A /trunk/epan/dissectors/packet-pkcs12.h
 
912
   M /trunk/epan/dissectors/packet-x509sat.c
 
913
   M /trunk/epan/dissectors/packet-x509sat.h
 
914
 
 
915
New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.
 
916
 
 
917
Generally found within a file (.p12 or .pfx) or as a directory attribute (userPKCS12 from iNetOrgPerson).
 
918
 
 
919
Wiki page and sample file to follow.
 
920
 
 
921
 
 
922
------------------------------------------------------------------------
 
923
r20415 | ulfl | 2007-01-13 06:33:46 -0800 (Sat, 13 Jan 2007) | 4 lines
 
924
Changed paths:
 
925
   A /trunk/nio-ie5.c
 
926
   A /trunk/nio-ie5.h
 
927
   A /trunk/update.c
 
928
 
 
929
far from being complete:
 
930
as mentioned on the devel list, this is a very first start of implementing the Wireshark update/version check feature
 
931
 
 
932
think of it as a backup / discussion base only - it's not even added to the Makefiles yet
 
933
------------------------------------------------------------------------
 
934
r20414 | gal | 2007-01-13 04:59:27 -0800 (Sat, 13 Jan 2007) | 8 lines
 
935
Changed paths:
 
936
   M /trunk/asn1/s4406/packet-s4406-template.c
 
937
   M /trunk/asn1/x509af/packet-x509af-template.c
 
938
   M /trunk/epan/dissectors/packet-ber.c
 
939
   M /trunk/epan/dissectors/packet-ber.h
 
940
   M /trunk/epan/dissectors/packet-s4406.c
 
941
   M /trunk/epan/dissectors/packet-x509af.c
 
942
   M /trunk/epan/dissectors/packet-x509af.h
 
943
   M /trunk/epan/libwireshark.def
 
944
   M /trunk/file.c
 
945
   M /trunk/gtk/Makefile.common
 
946
   A /trunk/gtk/decode_as_ber.c
 
947
   A /trunk/gtk/decode_as_ber.h
 
948
   M /trunk/gtk/decode_as_dlg.c
 
949
 
 
950
New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). 
 
951
 
 
952
A BER-encoded file can be dissected as one of a number of registered syntaxes (registered using register_ber_syntax_dissector()). 
 
953
Syntaxes may also be associated with OIDs (or other strings) using register_ber_oid_syntax(). 
 
954
 
 
955
A default syntax with which to dissect a BER-encoded file is determined from its filename (extension). For example, ".cer" and ".crt" files will be dissected as "Certificate".
 
956
 
 
957
 
 
958
------------------------------------------------------------------------
 
959
r20413 | ulfl | 2007-01-12 20:28:26 -0800 (Fri, 12 Jan 2007) | 3 lines
 
960
Changed paths:
 
961
   M /trunk/config.nmake
 
962
 
 
963
no, we're still not using MSVC2005 as default :-(
 
964
 
 
965
should fix the Win32 buildbot ...
 
966
------------------------------------------------------------------------
 
967
r20412 | sfisher | 2007-01-12 19:16:07 -0800 (Fri, 12 Jan 2007) | 32 lines
 
968
Changed paths:
 
969
   M /trunk/epan/inet_aton.c
 
970
 
 
971
 
 
972
Remove "advertising clause" from BSD license per:
 
973
 
 
974
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
 
975
 
 
976
July 22, 1999
 
977
 
 
978
To All Licensees, Distributors of Any Version of BSD:
 
979
 
 
980
As you know, certain of the Berkeley Software Distribution ("BSD") source
 
981
code files require that further distributions of products containing all or
 
982
portions of the software, acknowledge within their advertising materials
 
983
that such products contain software developed by UC Berkeley and its
 
984
contributors.
 
985
 
 
986
Specifically, the provision reads:
 
987
 
 
988
"     * 3. All advertising materials mentioning features or use of this software
 
989
      *    must display the following acknowledgement:
 
990
      *    This product includes software developed by the University of
 
991
      *    California, Berkeley and its contributors."
 
992
 
 
993
Effective immediately, licensees and distributors are no longer required to
 
994
include the acknowledgement within advertising materials.  Accordingly, the
 
995
foregoing paragraph of those BSD Unix files containing it is hereby deleted
 
996
in its entirety.
 
997
 
 
998
William Hoskins
 
999
Director, Office of Technology Licensing
 
1000
University of California, Berkeley 
 
1001
 
 
1002
 
 
1003
------------------------------------------------------------------------
 
1004
r20411 | ulfl | 2007-01-12 16:59:39 -0800 (Fri, 12 Jan 2007) | 5 lines
 
1005
Changed paths:
 
1006
   M /trunk/config.nmake
 
1007
   M /trunk/packaging/nsis/Makefile.nmake
 
1008
   M /trunk/packaging/nsis/wireshark.nsi
 
1009
 
 
1010
fix some remaining MSVC != V6 issues:
 
1011
- add redistributables (msvcr*.dll) to the NSIS installer (depending on MSVC_VARIANT)
 
1012
- split MSVC2006 and MSVC2006EE (Express Edition) settings in config.nmake, as redistributable settings for NSIS are different
 
1013
- remove Platform SDK setting from config.nmake, it's not needed
 
1014
 
 
1015
------------------------------------------------------------------------
 
1016
r20410 | guy | 2007-01-12 13:04:33 -0800 (Fri, 12 Jan 2007) | 6 lines
 
1017
Changed paths:
 
1018
   M /trunk/configure.in
 
1019
   M /trunk/epan/Makefile.am
 
1020
   M /trunk/wiretap/Makefile.am
 
1021
   M /trunk/wiretap/configure.in
 
1022
 
 
1023
Automake variables ending with _LDFLAGS are special:
 
1024
 
 
1025
        http://sources.redhat.com/ml/automake/2001-08/msg00046.html
 
1026
 
 
1027
so call it LDFLAGS_SHAREDLIB rather than SHAREDLIB_LDFLAGS.
 
1028
 
 
1029
------------------------------------------------------------------------
 
1030
r20409 | etxrab | 2007-01-12 09:50:20 -0800 (Fri, 12 Jan 2007) | 1 line
 
1031
Changed paths:
 
1032
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
1033
   M /trunk/epan/dissectors/packet-ansi_a.c
 
1034
   M /trunk/epan/dissectors/packet-ansi_a.h
 
1035
   M /trunk/epan/dissectors/packet-ansi_map.c
 
1036
 
 
1037
Dissect cdma2000HandoffInvokeIOSData.
 
1038
------------------------------------------------------------------------
 
1039
r20408 | kukosa | 2007-01-12 05:02:49 -0800 (Fri, 12 Jan 2007) | 1 line
 
1040
Changed paths:
 
1041
   M /trunk/gtk/ssl-dlg.c
 
1042
 
 
1043
update ssl-dlg.c in accordance with changes in SSL dissector
 
1044
------------------------------------------------------------------------
 
1045
r20407 | etxrab | 2007-01-12 04:05:56 -0800 (Fri, 12 Jan 2007) | 1 line
 
1046
Changed paths:
 
1047
   M /trunk/asn1/ansi_map/ansi_map.asn
 
1048
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
1049
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
1050
   M /trunk/epan/dissectors/packet-ansi_map.c
 
1051
 
 
1052
Dissect CDMAServiceOption.
 
1053
------------------------------------------------------------------------
 
1054
r20406 | kukosa | 2007-01-12 04:03:31 -0800 (Fri, 12 Jan 2007) | 1 line
 
1055
Changed paths:
 
1056
   M /trunk/epan/dissectors/packet-ssl.c
 
1057
 
 
1058
ignore ssl_desegment_app_data preference till desegmentation is implemented well
 
1059
------------------------------------------------------------------------
 
1060
r20405 | kukosa | 2007-01-12 02:25:03 -0800 (Fri, 12 Jan 2007) | 1 line
 
1061
Changed paths:
 
1062
   M /trunk/epan/dissectors/packet-dtls.c
 
1063
   M /trunk/epan/dissectors/packet-ssl-utils.c
 
1064
   M /trunk/epan/dissectors/packet-ssl-utils.h
 
1065
   M /trunk/epan/dissectors/packet-ssl.c
 
1066
 
 
1067
prepare SSL dissector for similar desegmentation as is in the TCP as current one does not work well in many cases
 
1068
------------------------------------------------------------------------
 
1069
r20404 | kukosa | 2007-01-12 02:21:02 -0800 (Fri, 12 Jan 2007) | 1 line
 
1070
Changed paths:
 
1071
   M /trunk/epan/proto.c
 
1072
 
 
1073
do not ignore invisible tree, it can break tree creation for coloring/filtering
 
1074
------------------------------------------------------------------------
 
1075
r20403 | ulfl | 2007-01-11 21:47:12 -0800 (Thu, 11 Jan 2007) | 1 line
 
1076
Changed paths:
 
1077
   M /trunk/wiretap/Makefile.am
 
1078
   M /trunk/wiretap/Makefile.common
 
1079
   M /trunk/wiretap/Makefile.nmake
 
1080
 
 
1081
second try for file_util.c ... (at least OS X didn't liked it)
 
1082
------------------------------------------------------------------------
 
1083
r20402 | ulfl | 2007-01-11 19:05:28 -0800 (Thu, 11 Jan 2007) | 9 lines
 
1084
Changed paths:
 
1085
   M /trunk/capture_opts.c
 
1086
   M /trunk/epan/filesystem.c
 
1087
   M /trunk/gtk/main.c
 
1088
   M /trunk/plugins/asn1/Makefile.nmake
 
1089
   M /trunk/plugins/mate/Makefile.nmake
 
1090
   M /trunk/tempfile.c
 
1091
   M /trunk/wiretap/Makefile.common
 
1092
   M /trunk/wiretap/Makefile.nmake
 
1093
   A /trunk/wiretap/file_util.c
 
1094
   M /trunk/wiretap/file_util.h
 
1095
   M /trunk/wiretap/file_wrappers.h
 
1096
   M /trunk/wiretap/wtap.def
 
1097
 
 
1098
Win32: MSVC > 6 doesn't work well with Unicode filenames!
 
1099
 
 
1100
fix this, by providing required functions in the new file file_util.c - it's mostly copied from GLib (g_open alike - that take UTF8 as filename format but don't use msvcrt.dll V6 for this as the glib files do) 
 
1101
 
 
1102
"link" to these functions in file_util.h: #define eth_open eth_stdio_open
 
1103
 
 
1104
revert changes (from SVN 20282) throughout the code related to these file functions which were introduced with the first tries of MSVC 2005 ...
 
1105
 
 
1106
Hopefully I've done everything right with the new file_util.c ...
 
1107
------------------------------------------------------------------------
 
1108
r20401 | gerald | 2007-01-11 16:54:13 -0800 (Thu, 11 Jan 2007) | 3 lines
 
1109
Changed paths:
 
1110
   M /trunk/epan/crypt/airpdcap.c
 
1111
   M /trunk/epan/crypt/airpdcap_ccmp.c
 
1112
   M /trunk/epan/crypt/airpdcap_debug.c
 
1113
   M /trunk/epan/crypt/airpdcap_debug.h
 
1114
   M /trunk/epan/crypt/airpdcap_int.h
 
1115
   M /trunk/epan/crypt/airpdcap_interop.h
 
1116
   M /trunk/epan/crypt/airpdcap_rijndael.c
 
1117
   M /trunk/epan/crypt/airpdcap_rijndael.h
 
1118
   M /trunk/epan/crypt/airpdcap_system.h
 
1119
   M /trunk/epan/crypt/airpdcap_tkip.c
 
1120
   M /trunk/epan/crypt/airpdcap_user.h
 
1121
   M /trunk/epan/crypt/airpdcap_wep.c
 
1122
   M /trunk/epan/crypt/airpdcap_ws.h
 
1123
   M /trunk/epan/crypt/wep-wpadefs.h
 
1124
 
 
1125
Add copyright attributions and licenses.  License each derived work
 
1126
according to its pedigree.
 
1127
 
 
1128
------------------------------------------------------------------------
 
1129
r20400 | lego | 2007-01-11 16:48:09 -0800 (Thu, 11 Jan 2007) | 3 lines
 
1130
Changed paths:
 
1131
   M /trunk/docbook/release-notes.xml
 
1132
 
 
1133
add snmp decryption
 
1134
 
 
1135
 
 
1136
------------------------------------------------------------------------
 
1137
r20399 | gerald | 2007-01-11 16:33:32 -0800 (Thu, 11 Jan 2007) | 2 lines
 
1138
Changed paths:
 
1139
   M /trunk/asn1/cms/packet-cms-template.c
 
1140
   M /trunk/asn1/snmp/packet-snmp-template.c
 
1141
   M /trunk/epan/Makefile.common
 
1142
   M /trunk/epan/crypt/Makefile.common
 
1143
   M /trunk/epan/crypt/airpdcap.c
 
1144
   D /trunk/epan/crypt/airpdcap_sha1.c
 
1145
   D /trunk/epan/crypt/airpdcap_sha1.h
 
1146
   M /trunk/epan/crypt/airpdcap_system.h
 
1147
   A /trunk/epan/crypt/crypt-sha1.c (from /trunk/epan/sha1.c:20378)
 
1148
   A /trunk/epan/crypt/crypt-sha1.h (from /trunk/epan/sha1.h:20378)
 
1149
   M /trunk/epan/dissectors/packet-cms.c
 
1150
   M /trunk/epan/dissectors/packet-cms.h
 
1151
   M /trunk/epan/dissectors/packet-snmp.c
 
1152
   D /trunk/epan/sha1.c
 
1153
   D /trunk/epan/sha1.h
 
1154
   M /trunk/epan/sigcomp-udvm.c
 
1155
 
 
1156
Move sha1.[ch] to epan/crypt/crypt-sha1.[ch].  Remove duplicate code.
 
1157
 
 
1158
------------------------------------------------------------------------
 
1159
r20398 | etxrab | 2007-01-11 14:26:15 -0800 (Thu, 11 Jan 2007) | 1 line
 
1160
Changed paths:
 
1161
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
1162
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
1163
   M /trunk/epan/dissectors/packet-ansi_map.c
 
1164
 
 
1165
Add dissection of cdmaChannelData and only add Opcode to hastable once.
 
1166
------------------------------------------------------------------------
 
1167
r20397 | gerald | 2007-01-11 14:12:33 -0800 (Thu, 11 Jan 2007) | 4 lines
 
1168
Changed paths:
 
1169
   M /trunk/epan/crypt/airpdcap.c
 
1170
   M /trunk/epan/crypt/airpdcap_debug.c
 
1171
   M /trunk/epan/libwireshark.def
 
1172
   M /trunk/epan/strutil.c
 
1173
   M /trunk/epan/strutil.h
 
1174
   M /trunk/gtk/airpcap_gui_utils.c
 
1175
 
 
1176
Fix compilation problems under Windows.  In the GTK code, convert SSIDs
 
1177
to GByteArrays.  Add format_uri() to strutil, which formats a byte string
 
1178
with percent-escapes.  Fixup whitespace and indentation.
 
1179
 
 
1180
------------------------------------------------------------------------
 
1181
r20396 | ulfl | 2007-01-11 14:05:59 -0800 (Thu, 11 Jan 2007) | 1 line
 
1182
Changed paths:
 
1183
   M /trunk/Makefile.nmake
 
1184
 
 
1185
don't generate zlib1.dll over and over again
 
1186
------------------------------------------------------------------------
 
1187
r20395 | etxrab | 2007-01-11 12:05:05 -0800 (Thu, 11 Jan 2007) | 1 line
 
1188
Changed paths:
 
1189
   M /trunk/epan/Makefile.nmake
 
1190
 
 
1191
load_snmp_users_file.c needs to be rebuilt after distclean to make tarballs work on Windows.
 
1192
------------------------------------------------------------------------
 
1193
r20394 | sfisher | 2007-01-11 11:50:19 -0800 (Thu, 11 Jan 2007) | 4 lines
 
1194
Changed paths:
 
1195
   M /trunk/file.c
 
1196
   M /trunk/gtk/packet_list.c
 
1197
   M /trunk/ui_util.h
 
1198
 
 
1199
 
 
1200
Fix for bug #1140: Filtering messes up packet list sort order
 
1201
 
 
1202
 
 
1203
------------------------------------------------------------------------
 
1204
r20393 | lego | 2007-01-11 09:39:16 -0800 (Thu, 11 Jan 2007) | 3 lines
 
1205
Changed paths:
 
1206
   M /trunk/asn1/snmp/packet-snmp-template.c
 
1207
   M /trunk/asn1/snmp/packet-snmp-template.h
 
1208
   M /trunk/asn1/snmp/snmp.cnf
 
1209
   M /trunk/epan/dissectors/packet-snmp.c
 
1210
   M /trunk/epan/dissectors/packet-snmp.h
 
1211
   M /trunk/epan/load_snmp_users_file.l
 
1212
 
 
1213
warn the user if the decrypted data doesn't look like a ScopedPDU instead of dissecting it.
 
1214
 
 
1215
 
 
1216
------------------------------------------------------------------------
 
1217
r20392 | kukosa | 2007-01-11 02:10:03 -0800 (Thu, 11 Jan 2007) | 1 line
 
1218
Changed paths:
 
1219
   M /trunk/epan/dissectors/packet-sip.c
 
1220
 
 
1221
make SIP TCP/TLS ports configurable via preferences
 
1222
------------------------------------------------------------------------
 
1223
r20391 | kukosa | 2007-01-10 23:56:37 -0800 (Wed, 10 Jan 2007) | 1 line
 
1224
Changed paths:
 
1225
   M /trunk/airpcap_loader.c
 
1226
   M /trunk/epan/libwireshark.def
 
1227
 
 
1228
make airpcap_loader.c compileable and linkable under Windows
 
1229
------------------------------------------------------------------------
 
1230
r20390 | ulfl | 2007-01-10 23:53:01 -0800 (Wed, 10 Jan 2007) | 1 line
 
1231
Changed paths:
 
1232
   M /trunk/config.nmake
 
1233
 
 
1234
add the ".NET Framework SDK V1.0" to the list of working MSVC_VARIANTS :-)
 
1235
------------------------------------------------------------------------
 
1236
r20389 | sfisher | 2007-01-10 22:36:14 -0800 (Wed, 10 Jan 2007) | 6 lines
 
1237
Changed paths:
 
1238
   M /trunk/file.c
 
1239
 
 
1240
 
 
1241
Fix for bug #1196: packet detail & packet bytes windows not updated under
 
1242
certain circumstances when applying a display filter that does not include
 
1243
the currently selected packet.
 
1244
 
 
1245
 
 
1246
------------------------------------------------------------------------
 
1247
r20388 | gerald | 2007-01-10 18:42:34 -0800 (Wed, 10 Jan 2007) | 9 lines
 
1248
Changed paths:
 
1249
   M /trunk/airpcap_loader.c
 
1250
   M /trunk/airpcap_loader.h
 
1251
   M /trunk/epan/crypt/airpdcap.c
 
1252
   M /trunk/epan/crypt/airpdcap_user.h
 
1253
   M /trunk/epan/dissectors/packet-ieee80211.c
 
1254
   M /trunk/epan/strutil.c
 
1255
   M /trunk/epan/strutil.h
 
1256
 
 
1257
Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()
 
1258
functions to strutil.  Use GByteArrays to store SSIDs for decryption,
 
1259
and let the user specify arbitrary byte strings using percent-encoded
 
1260
strings.  We should probably add percent encoding for pass phrases as
 
1261
well, so you can escape the ":" character.
 
1262
 
 
1263
Move the key struct key conversion utilities to airpdcap.c, and remove
 
1264
duplicate code from packet-ieee80211.c.  Fix a lot of indentation.
 
1265
 
 
1266
------------------------------------------------------------------------
 
1267
r20387 | lego | 2007-01-10 16:29:50 -0800 (Wed, 10 Jan 2007) | 5 lines
 
1268
Changed paths:
 
1269
   M /trunk/asn1/snmp/packet-snmp-template.c
 
1270
   M /trunk/asn1/snmp/packet-snmp-template.h
 
1271
   M /trunk/asn1/snmp/snmp.cnf
 
1272
   M /trunk/epan/dissectors/packet-snmp.c
 
1273
   M /trunk/epan/dissectors/packet-snmp.h
 
1274
   M /trunk/epan/load_snmp_users_file.l
 
1275
 
 
1276
- allow use of * as any-engine-id
 
1277
- automatic localization of usertable entries with no engine-id
 
1278
- remove last remains of debug code
 
1279
 
 
1280
 
 
1281
------------------------------------------------------------------------
 
1282
r20386 | etxrab | 2007-01-10 14:59:40 -0800 (Wed, 10 Jan 2007) | 14 lines
 
1283
Changed paths:
 
1284
   M /trunk/asn1/ansi_map/ansi_map.asn
 
1285
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
1286
   M /trunk/epan/dissectors/packet-ansi_map.c
 
1287
   M /trunk/epan/dissectors/packet-ber.c
 
1288
 
 
1289
Packet-ber:
 
1290
Handle the following type of construct
 
1291
CDMATargetMAHOInformation ::= SEQUENCE {
 
1292
        targetCellID                    [3] IMPLICIT TargetCellID,
 
1293
        cdmaPilotStrength               [65] IMPLICIT CDMAPilotStrength,
 
1294
        cdmaTargetOneWayDelay   [61] IMPLICIT CDMATargetOneWayDelay
 
1295
        }
 
1296
 
 
1297
CDMATargetMAHOList ::= SEQUENCE OF [135] IMPLICIT CDMATargetMAHOInformation
 
1298
 
 
1299
ansi_map:
 
1300
- Correct an Enummeration
 
1301
- add Missing OPTIONAL to Tags
 
1302
- Handle parameter if it's one or two octets long.
 
1303
------------------------------------------------------------------------
 
1304
r20385 | lego | 2007-01-10 13:48:22 -0800 (Wed, 10 Jan 2007) | 3 lines
 
1305
Changed paths:
 
1306
   M /trunk/Makefile.am
 
1307
   M /trunk/packaging/nsis/wireshark.nsi
 
1308
 
 
1309
Add the example_snmp_users_file to the ditribution
 
1310
 
 
1311
 
 
1312
------------------------------------------------------------------------
 
1313
r20384 | ulfl | 2007-01-10 13:46:50 -0800 (Wed, 10 Jan 2007) | 1 line
 
1314
Changed paths:
 
1315
   M /trunk/epan/dissectors/packet-lldp.c
 
1316
 
 
1317
append period values to the PROFINET PTCP status
 
1318
------------------------------------------------------------------------
 
1319
r20383 | ulfl | 2007-01-10 13:45:19 -0800 (Wed, 10 Jan 2007) | 1 line
 
1320
Changed paths:
 
1321
   M /trunk/config.nmake
 
1322
 
 
1323
various msvc / zlib config cleanup
 
1324
------------------------------------------------------------------------
 
1325
r20382 | ulfl | 2007-01-10 13:42:34 -0800 (Wed, 10 Jan 2007) | 1 line
 
1326
Changed paths:
 
1327
   M /trunk/Makefile.nmake
 
1328
 
 
1329
fix some zlib build issues
 
1330
------------------------------------------------------------------------
 
1331
r20381 | ulfl | 2007-01-10 13:37:52 -0800 (Wed, 10 Jan 2007) | 1 line
 
1332
Changed paths:
 
1333
   M /trunk/packaging/nsis/Makefile.nmake
 
1334
   M /trunk/packaging/nsis/wireshark.nsi
 
1335
 
 
1336
package manifest files only, if MSVC2005 / .NET SDK 2.0 is used - this should remove a warning while packaging the other variants
 
1337
------------------------------------------------------------------------
 
1338
r20380 | gerald | 2007-01-10 12:26:33 -0800 (Wed, 10 Jan 2007) | 2 lines
 
1339
Changed paths:
 
1340
   M /trunk/packaging/u3/win32/makefile.nmake
 
1341
 
 
1342
Fix the GNUTLS DLL names.  Add the program version to the package file name.
 
1343
 
 
1344
------------------------------------------------------------------------
 
1345
r20379 | jake | 2007-01-10 12:19:16 -0800 (Wed, 10 Jan 2007) | 2 lines
 
1346
Changed paths:
 
1347
   M /trunk/plugins/asn1/Makefile.am
 
1348
   M /trunk/plugins/asn1/Makefile.common
 
1349
 
 
1350
Trying to get buildbot Ubuntu-5.10-x86 distcheck to build again.
 
1351
Adding asn1.[ch] to the correct makefile symbols.
 
1352
------------------------------------------------------------------------
 
1353
r20378 | lego | 2007-01-10 10:34:34 -0800 (Wed, 10 Jan 2007) | 3 lines
 
1354
Changed paths:
 
1355
   A /trunk/example_snmp_users_file
 
1356
 
 
1357
The example_snmp_users_file
 
1358
 
 
1359
 
 
1360
------------------------------------------------------------------------
 
1361
r20377 | gerald | 2007-01-10 08:47:04 -0800 (Wed, 10 Jan 2007) | 3 lines
 
1362
Changed paths:
 
1363
   M /trunk/image/hi16-app-wireshark.png
 
1364
   M /trunk/image/hi32-app-wireshark.png
 
1365
   M /trunk/image/hi48-app-wireshark.png
 
1366
   M /trunk/image/lo16-app-wireshark.png
 
1367
   M /trunk/image/lo32-app-wireshark.png
 
1368
   M /trunk/image/lo48-app-wireshark.png
 
1369
   M /trunk/image/nsis-checked.bmp
 
1370
   M /trunk/image/nsis-unchecked.bmp
 
1371
   M /trunk/image/wireshark.ico
 
1372
   M /trunk/image/wiresharkdoc.ico
 
1373
   M /trunk/image/wsicon16.png
 
1374
   M /trunk/image/wsicon256.png
 
1375
   M /trunk/image/wsicon32.png
 
1376
   M /trunk/image/wsicon48.png
 
1377
   M /trunk/image/wsicon64.png
 
1378
   M /trunk/image/wsiconcap256.png
 
1379
   M /trunk/image/wsicondoc256.png
 
1380
 
 
1381
Set the proper MIME types on image files.  Browsing the images on the
 
1382
anonsvn site should hopefully work as expected now.
 
1383
 
 
1384
------------------------------------------------------------------------
 
1385
r20376 | jake | 2007-01-10 06:37:24 -0800 (Wed, 10 Jan 2007) | 2 lines
 
1386
Changed paths:
 
1387
   M /trunk/epan/crypt/Makefile.am
 
1388
 
 
1389
Trying to get buildbot Ubuntu-5.10-x86 distcheck to build again
 
1390
 
 
1391
------------------------------------------------------------------------
 
1392
r20375 | ulfl | 2007-01-10 01:56:39 -0800 (Wed, 10 Jan 2007) | 1 line
 
1393
Changed paths:
 
1394
   M /trunk/config.nmake
 
1395
 
 
1396
fix the HHC_DIR settings for none MSVC6 variants
 
1397
------------------------------------------------------------------------
 
1398
r20374 | ulfl | 2007-01-10 01:54:31 -0800 (Wed, 10 Jan 2007) | 1 line
 
1399
Changed paths:
 
1400
   M /trunk/epan/crypt/Makefile.nmake
 
1401
 
 
1402
vastly simplify the Makefile by using Makefile.common - as this is what this file is intended to be - to be common for UNIX and Windows builds ;-)
 
1403
------------------------------------------------------------------------
 
1404
r20373 | jake | 2007-01-09 23:47:00 -0800 (Tue, 09 Jan 2007) | 4 lines
 
1405
Changed paths:
 
1406
   M /trunk/doc/README.developer
 
1407
   M /trunk/epan/Makefile.common
 
1408
   M /trunk/epan/libwireshark.def
 
1409
   M /trunk/epan/packet.c
 
1410
   M /trunk/epan/packet.h
 
1411
   M /trunk/epan/proto.c
 
1412
   A /trunk/epan/tfs.c
 
1413
   A /trunk/epan/tfs.h
 
1414
 
 
1415
Extending true_false_string support
 
1416
- Separate tfs.[ch]
 
1417
- Add larger sample collection
 
1418
- Properly export DATA
 
1419
------------------------------------------------------------------------
 
1420
r20372 | kukosa | 2007-01-09 23:09:30 -0800 (Tue, 09 Jan 2007) | 1 line
 
1421
Changed paths:
 
1422
   M /trunk/epan/Makefile.common
 
1423
   D /trunk/epan/asn1.c
 
1424
   D /trunk/epan/asn1.h
 
1425
   M /trunk/epan/dissectors/packet-cops.c
 
1426
   M /trunk/epan/libwireshark.def
 
1427
   M /trunk/plugins/asn1/Makefile.common
 
1428
   A /trunk/plugins/asn1/asn1.c (from /trunk/epan/asn1.c:20342)
 
1429
   A /trunk/plugins/asn1/asn1.h (from /trunk/epan/asn1.h:20342)
 
1430
   M /trunk/plugins/asn1/packet-asn1.c
 
1431
 
 
1432
move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it now
 
1433
------------------------------------------------------------------------
 
1434
r20371 | kukosa | 2007-01-09 23:06:16 -0800 (Tue, 09 Jan 2007) | 1 line
 
1435
Changed paths:
 
1436
   M /trunk/epan/crypt/Makefile.nmake
 
1437
 
 
1438
add missing object files into epan/crypt/Makefile.nmake
 
1439
------------------------------------------------------------------------
 
1440
r20370 | ulfl | 2007-01-09 19:11:13 -0800 (Tue, 09 Jan 2007) | 3 lines
 
1441
Changed paths:
 
1442
   M /trunk/config.nmake
 
1443
 
 
1444
from Laurent Rabret:
 
1445
use /MD switch instead of direct linker switches
 
1446
(hopefully this will fix linker issues mentioned by Andrew and Stephen)
 
1447
------------------------------------------------------------------------
 
1448
r20369 | lego | 2007-01-09 18:30:22 -0800 (Tue, 09 Jan 2007) | 3 lines
 
1449
Changed paths:
 
1450
   M /trunk/asn1/snmp/packet-snmp-template.c
 
1451
   M /trunk/asn1/snmp/packet-snmp-template.h
 
1452
   M /trunk/asn1/snmp/snmp.cnf
 
1453
 
 
1454
+ AES decryption
 
1455
 
 
1456
 
 
1457
------------------------------------------------------------------------
 
1458
r20368 | gerald | 2007-01-09 17:58:56 -0800 (Tue, 09 Jan 2007) | 2 lines
 
1459
Changed paths:
 
1460
   M /trunk/ChangeLog
 
1461
   M /trunk/docbook/release-notes.xml
 
1462
 
 
1463
Update to r20350.
 
1464
 
 
1465
------------------------------------------------------------------------
 
1466
r20367 | lego | 2007-01-09 17:16:22 -0800 (Tue, 09 Jan 2007) | 3 lines
 
1467
Changed paths:
 
1468
   M /trunk/epan/dissectors/packet-snmp.c
 
1469
   M /trunk/epan/dissectors/packet-snmp.h
 
1470
 
 
1471
sync changes with asn/snmp
 
1472
 
 
1473
 
 
1474
------------------------------------------------------------------------
 
1475
r20366 | lego | 2007-01-09 17:15:18 -0800 (Tue, 09 Jan 2007) | 4 lines
 
1476
Changed paths:
 
1477
   M /trunk/asn1/snmp/packet-snmp-template.c
 
1478
   M /trunk/asn1/snmp/packet-snmp-template.h
 
1479
   M /trunk/asn1/snmp/snmp.cnf
 
1480
 
 
1481
* sha1 authentication
 
1482
- remove warnings and test code
 
1483
 
 
1484
 
 
1485
------------------------------------------------------------------------
 
1486
r20365 | lego | 2007-01-09 17:14:16 -0800 (Tue, 09 Jan 2007) | 3 lines
 
1487
Changed paths:
 
1488
   M /trunk/epan/crypt/Makefile.common
 
1489
   D /trunk/epan/crypt/hmac.c
 
1490
   D /trunk/epan/crypt/hmac.h
 
1491
 
 
1492
remove now useless hmac.[ch] files
 
1493
 
 
1494
 
 
1495
------------------------------------------------------------------------
 
1496
r20364 | lego | 2007-01-09 17:13:10 -0800 (Tue, 09 Jan 2007) | 3 lines
 
1497
Changed paths:
 
1498
   M /trunk/epan/crypt/airpdcap_sha1.c
 
1499
 
 
1500
Have the code working on BIG ENDIAN machines
 
1501
 
 
1502
 
 
1503
------------------------------------------------------------------------
 
1504
r20363 | lego | 2007-01-09 17:11:20 -0800 (Tue, 09 Jan 2007) | 3 lines
 
1505
Changed paths:
 
1506
   M /trunk/epan/sha1.c
 
1507
   M /trunk/epan/sha1.h
 
1508
 
 
1509
* From the same source as the rest get the sha1_hmac code
 
1510
 
 
1511
 
 
1512
------------------------------------------------------------------------
 
1513
r20362 | ulfl | 2007-01-09 16:35:01 -0800 (Tue, 09 Jan 2007) | 1 line
 
1514
Changed paths:
 
1515
   M /trunk/Makefile.nmake
 
1516
 
 
1517
add a missing dependency to the zlib1.dll, so it will be generated before wiretap
 
1518
------------------------------------------------------------------------
 
1519
r20361 | jake | 2007-01-09 15:03:09 -0800 (Tue, 09 Jan 2007) | 4 lines
 
1520
Changed paths:
 
1521
   M /trunk/epan/dissectors/packet-e164.c
 
1522
 
 
1523
Implement COMPLEMENT TO ITU-T RECOMMENDATION E.164 (02/2005):
 
1524
- Modify few country codes
 
1525
- Add new international networks
 
1526
Cleanup sourcecode
 
1527
------------------------------------------------------------------------
 
1528
r20360 | sfisher | 2007-01-09 14:32:23 -0800 (Tue, 09 Jan 2007) | 11 lines
 
1529
Changed paths:
 
1530
   M /trunk/AUTHORS
 
1531
   M /trunk/plugins/megaco/packet-megaco.c
 
1532
 
 
1533
 
 
1534
From Mike Davies:
 
1535
 
 
1536
There was a change in Corrigendum 1 (03/2004) to H.248.1 which allows an
 
1537
empty {} to be omitted from the Signal Descriptor.  Currently (SVN 20346)
 
1538
this causes Wireshark to report [Packet size limited during capture] as
 
1539
shown in the attached example outputs.
 
1540
 
 
1541
I have attached a possible patch to solve this.
 
1542
 
 
1543
 
 
1544
------------------------------------------------------------------------
 
1545
r20359 | gerald | 2007-01-09 14:14:07 -0800 (Tue, 09 Jan 2007) | 2 lines
 
1546
Changed paths:
 
1547
   M /trunk/asn1/spnego/packet-spnego-template.c
 
1548
   M /trunk/epan/Makefile.common
 
1549
   M /trunk/epan/crypt/Makefile.common
 
1550
   A /trunk/epan/crypt/crypt-des.c (from /trunk/epan/crypt-des.c:20358)
 
1551
   A /trunk/epan/crypt/crypt-des.h (from /trunk/epan/crypt-des.h:20358)
 
1552
   A /trunk/epan/crypt/crypt-md4.c (from /trunk/epan/crypt-md4.c:20358)
 
1553
   A /trunk/epan/crypt/crypt-md4.h (from /trunk/epan/crypt-md4.h:20358)
 
1554
   M /trunk/epan/crypt/crypt-md5.c
 
1555
   A /trunk/epan/crypt/crypt-rc4.c (from /trunk/epan/crypt-rc4.c:20358)
 
1556
   A /trunk/epan/crypt/crypt-rc4.h (from /trunk/epan/crypt-rc4.h:20358)
 
1557
   D /trunk/epan/crypt-des.c
 
1558
   D /trunk/epan/crypt-des.h
 
1559
   D /trunk/epan/crypt-md4.c
 
1560
   D /trunk/epan/crypt-md4.h
 
1561
   D /trunk/epan/crypt-rc4.c
 
1562
   D /trunk/epan/crypt-rc4.h
 
1563
   M /trunk/epan/dissectors/packet-dcerpc-samr.c
 
1564
   M /trunk/epan/dissectors/packet-ntlmssp.c
 
1565
   M /trunk/epan/dissectors/packet-spnego.c
 
1566
 
 
1567
Move cryptography code to epan/crypt.
 
1568
 
 
1569
------------------------------------------------------------------------
 
1570
r20358 | etxrab | 2007-01-09 13:45:46 -0800 (Tue, 09 Jan 2007) | 2 lines
 
1571
Changed paths:
 
1572
   M /trunk/asn1/Makefile.am
 
1573
   M /trunk/asn1/Makefile.nmake
 
1574
   A /trunk/asn1/ansi_map/Makefile
 
1575
   M /trunk/asn1/ansi_map/ansi_map.asn
 
1576
   M /trunk/epan/dissectors/packet-ansi_map.c
 
1577
 
 
1578
Add ansi_map to the makefiles
 
1579
Add missing IMPLICIT and tag numbers, some whitespace changes.
 
1580
------------------------------------------------------------------------
 
1581
r20357 | lego | 2007-01-09 12:43:25 -0800 (Tue, 09 Jan 2007) | 3 lines
 
1582
Changed paths:
 
1583
   M /trunk/epan/crypt/crypt-md5.c
 
1584
 
 
1585
Win32 has neither bcopy nor bzero
 
1586
 
 
1587
 
 
1588
------------------------------------------------------------------------
 
1589
r20356 | lego | 2007-01-09 12:22:48 -0800 (Tue, 09 Jan 2007) | 3 lines
 
1590
Changed paths:
 
1591
   M /trunk/asn1/snmp/packet-snmp-template.c
 
1592
   M /trunk/epan/dissectors/packet-snmp.c
 
1593
 
 
1594
change the loading order of some headers to avoid a conflict with net-snmp
 
1595
 
 
1596
 
 
1597
------------------------------------------------------------------------
 
1598
r20355 | lego | 2007-01-09 11:58:18 -0800 (Tue, 09 Jan 2007) | 3 lines
 
1599
Changed paths:
 
1600
   M /trunk/epan/Makefile.nmake
 
1601
 
 
1602
the forgotten file strikes again...
 
1603
 
 
1604
 
 
1605
------------------------------------------------------------------------
 
1606
r20354 | lego | 2007-01-09 10:41:14 -0800 (Tue, 09 Jan 2007) | 3 lines
 
1607
Changed paths:
 
1608
   A /trunk/epan/load_snmp_users_file.l
 
1609
 
 
1610
SNMPv3 USM... the forgotten file :)
 
1611
 
 
1612
 
 
1613
------------------------------------------------------------------------
 
1614
r20353 | lego | 2007-01-09 10:38:55 -0800 (Tue, 09 Jan 2007) | 3 lines
 
1615
Changed paths:
 
1616
   M /trunk/asn1/snmp/packet-snmp-template.c
 
1617
   M /trunk/asn1/snmp/packet-snmp-template.h
 
1618
   M /trunk/asn1/snmp/snmp.cnf
 
1619
   M /trunk/epan/Makefile.am
 
1620
   M /trunk/epan/Makefile.common
 
1621
   M /trunk/epan/crypt/Makefile.common
 
1622
   A /trunk/epan/crypt/hmac.c
 
1623
   A /trunk/epan/crypt/hmac.h
 
1624
   M /trunk/epan/dissectors/packet-snmp.c
 
1625
   M /trunk/epan/dissectors/packet-snmp.h
 
1626
 
 
1627
SNMPv3 USM decryption/authentication phase 1
 
1628
 
 
1629
 
 
1630
------------------------------------------------------------------------
 
1631
r20352 | lego | 2007-01-09 10:34:43 -0800 (Tue, 09 Jan 2007) | 3 lines
 
1632
Changed paths:
 
1633
   M /trunk/epan/dtd_preparse.l
 
1634
 
 
1635
make internal variables static
 
1636
 
 
1637
 
 
1638
------------------------------------------------------------------------
 
1639
r20351 | lego | 2007-01-09 07:50:55 -0800 (Tue, 09 Jan 2007) | 4 lines
 
1640
Changed paths:
 
1641
   M /trunk/epan/crypt/airpdcap_sha1.c
 
1642
   M /trunk/epan/crypt/airpdcap_sha1.h
 
1643
   M /trunk/epan/crypt/crypt-md5.c
 
1644
   M /trunk/epan/crypt/crypt-md5.h
 
1645
 
 
1646
 * replaced MD5 with one that that works on my Big Endian Mac. ( taken from www.pjsip.org, which BTW took it from some other place)
 
1647
 * externalize SHA1 functions and data types
 
1648
 
 
1649
 
 
1650
------------------------------------------------------------------------
 
1651
r20350 | ulfl | 2007-01-08 14:50:49 -0800 (Mon, 08 Jan 2007) | 1 line
 
1652
Changed paths:
 
1653
   M /trunk/epan/crypt/Makefile.common
 
1654
 
 
1655
airpdcap_wep.h was removed
 
1656
------------------------------------------------------------------------
 
1657
r20349 | ulfl | 2007-01-08 14:29:18 -0800 (Mon, 08 Jan 2007) | 3 lines
 
1658
Changed paths:
 
1659
   M /trunk/capture_wpcap_packet.c
 
1660
   M /trunk/config.nmake
 
1661
   M /trunk/gtk/capture_if_details_dlg.c
 
1662
 
 
1663
fix compilation for:
 
1664
- Visual Studio .NET (2002)
 
1665
- Visual Studio .NET 2003
 
1666
------------------------------------------------------------------------
 
1667
r20348 | ulfl | 2007-01-08 14:11:56 -0800 (Mon, 08 Jan 2007) | 1 line
 
1668
Changed paths:
 
1669
   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
1670
 
 
1671
PropagationDelayFactor -> LineDelay
 
1672
------------------------------------------------------------------------
 
1673
r20347 | gerald | 2007-01-08 13:19:46 -0800 (Mon, 08 Jan 2007) | 2 lines
 
1674
Changed paths:
 
1675
   M /trunk/epan/crypt/airpdcap.c
 
1676
   M /trunk/epan/crypt/airpdcap_tkip.c
 
1677
   M /trunk/epan/crypt/airpdcap_wep.c
 
1678
   D /trunk/epan/crypt/airpdcap_wep.h
 
1679
 
 
1680
Remove duplicate crc32 code.
 
1681
 
 
1682
------------------------------------------------------------------------
 
1683
r20346 | jmayer | 2007-01-08 06:32:10 -0800 (Mon, 08 Jan 2007) | 2 lines
 
1684
Changed paths:
 
1685
   M /trunk/epan/dissectors/packet-usb.c
 
1686
   M /trunk/epan/dissectors/packet-usb.h
 
1687
   M /trunk/epan/to_str.c
 
1688
 
 
1689
Commit my USB changes (change address handling)
 
1690
 
 
1691
------------------------------------------------------------------------
 
1692
r20345 | jmayer | 2007-01-08 06:25:35 -0800 (Mon, 08 Jan 2007) | 2 lines
 
1693
Changed paths:
 
1694
   M /trunk/FAQ
 
1695
   M /trunk/help/faq.txt
 
1696
 
 
1697
Update FAQ
 
1698
 
 
1699
------------------------------------------------------------------------
 
1700
r20344 | jmayer | 2007-01-08 03:51:04 -0800 (Mon, 08 Jan 2007) | 2 lines
 
1701
Changed paths:
 
1702
   M /trunk/manuf
 
1703
 
 
1704
Update manuf
 
1705
 
 
1706
------------------------------------------------------------------------
 
1707
r20343 | jmayer | 2007-01-08 02:36:28 -0800 (Mon, 08 Jan 2007) | 3 lines
 
1708
Changed paths:
 
1709
   M /trunk/make-version.pl
 
1710
 
 
1711
Adapt the svn info hack to work out of the box for people who
 
1712
are using svn 1.4 or newer to automatically switch to svn info.
 
1713
 
 
1714
------------------------------------------------------------------------
 
1715
r20342 | ulfl | 2007-01-07 23:42:26 -0800 (Sun, 07 Jan 2007) | 1 line
 
1716
Changed paths:
 
1717
   M /trunk/Makefile.nmake
 
1718
 
 
1719
the makefile dependencies are just killing me ;-) Maybe this is the right way to go ...
 
1720
------------------------------------------------------------------------
 
1721
r20341 | sfisher | 2007-01-07 23:19:31 -0800 (Sun, 07 Jan 2007) | 4 lines
 
1722
Changed paths:
 
1723
   M /trunk/epan/dfilter/dfunctions.c
 
1724
   M /trunk/epan/dfilter/dfunctions.h
 
1725
   M /trunk/epan/dfilter/sttype-function.c
 
1726
 
 
1727
 
 
1728
Add "svn:keywords Id" and "svn:eol-style native"
 
1729
 
 
1730
 
 
1731
------------------------------------------------------------------------
 
1732
r20340 | ulfl | 2007-01-07 21:03:17 -0800 (Sun, 07 Jan 2007) | 6 lines
 
1733
Changed paths:
 
1734
   M /trunk/Makefile.nmake
 
1735
 
 
1736
fix general compilation:
 
1737
- compile wiretap unconditionally
 
1738
 
 
1739
fix .NET1.1 + PSDK compilation:
 
1740
- lib.exe tool not available, build dll only (that's just enough)
 
1741
- copy zlib1.dll.manifest file only if it's available, MSVC2003 doesn't generate it
 
1742
------------------------------------------------------------------------
 
1743
r20339 | ulfl | 2007-01-07 19:31:28 -0800 (Sun, 07 Jan 2007) | 3 lines
 
1744
Changed paths:
 
1745
   M /trunk/config.nmake
 
1746
 
 
1747
Oops, I did it again ;-)
 
1748
 
 
1749
C:\Programme -> C:\Program Files
 
1750
------------------------------------------------------------------------
 
1751
r20338 | guy | 2007-01-07 18:55:41 -0800 (Sun, 07 Jan 2007) | 3 lines
 
1752
Changed paths:
 
1753
   M /trunk/wiretap/libpcap.c
 
1754
 
 
1755
We support nanosecond resolution in Wiretap; use that with AIX libpcap
 
1756
files.
 
1757
 
 
1758
------------------------------------------------------------------------
 
1759
r20337 | ulfl | 2007-01-07 18:40:06 -0800 (Sun, 07 Jan 2007) | 1 line
 
1760
Changed paths:
 
1761
   M /trunk/Makefile.nmake
 
1762
   M /trunk/config.nmake
 
1763
   M /trunk/tools/win32-setup.sh
 
1764
 
 
1765
if we don't have MSVC6, download (using the setup target) the zlib source package instead of the dll one, and compile it in a temp dir before continuing with wiretap
 
1766
------------------------------------------------------------------------
 
1767
r20336 | ulfl | 2007-01-07 11:50:16 -0800 (Sun, 07 Jan 2007) | 1 line
 
1768
Changed paths:
 
1769
   M /trunk/config.nmake
 
1770
 
 
1771
fix GNUTLS compiling issue on recent MSVC versions by switching off Wincrypt.h, see: http://www.mail-archive.com/openssl-dev@openssl.org/msg03802.html for details
 
1772
------------------------------------------------------------------------
 
1773
r20335 | etxrab | 2007-01-07 07:38:29 -0800 (Sun, 07 Jan 2007) | 1 line
 
1774
Changed paths:
 
1775
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
1776
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
1777
   M /trunk/epan/dissectors/packet-ansi_map.c
 
1778
 
 
1779
Show return signal in info col. also if no data.
 
1780
------------------------------------------------------------------------
 
1781
r20334 | etxrab | 2007-01-06 12:51:03 -0800 (Sat, 06 Jan 2007) | 1 line
 
1782
Changed paths:
 
1783
   M /trunk/asn1/ansi_map/ansi_map.asn
 
1784
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
1785
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
1786
   M /trunk/epan/dissectors/packet-ansi_map.c
 
1787
   M /trunk/epan/dissectors/packet-ansi_map.h
 
1788
 
 
1789
Check in the asn2wrs generated ANSI map dissector.
 
1790
------------------------------------------------------------------------
 
1791
r20333 | etxrab | 2007-01-06 12:21:30 -0800 (Sat, 06 Jan 2007) | 1 line
 
1792
Changed paths:
 
1793
   M /trunk/epan/dissectors/packet-ber.c
 
1794
 
 
1795
Fix tag > 0x1f
 
1796
------------------------------------------------------------------------
 
1797
r20332 | ulfl | 2007-01-05 17:05:59 -0800 (Fri, 05 Jan 2007) | 8 lines
 
1798
Changed paths:
 
1799
   M /trunk/config.nmake
 
1800
   M /trunk/plugins/asn1/Makefile.nmake
 
1801
   M /trunk/plugins/mate/Makefile.nmake
 
1802
   M /trunk/plugins/megaco/Makefile.nmake
 
1803
   M /trunk/plugins/mgcp/Makefile.nmake
 
1804
 
 
1805
add experimental support for some more of the MSVC_VARIANTs:
 
1806
- Microsoft .Net Framework SDK Version 1.1
 
1807
- Microsoft .Net Framework 2.0 SDK
 
1808
... which seems to work fine now (except for the open problems like zlib) :-)
 
1809
 
 
1810
Some of the plugins need different linker flags depending on the MSVC. I've set a "define" in config.nmake (PLUGIN_LDFLAGS) and used it in the affected plugins/.../Makefile.nmake. Maybe we should generally change the plugins that way.
 
1811
 
 
1812
btw: The "Microsoft Visual C++ Toolkit 2003" (mentioned some time ago on the list) doesn't work as some important files are missing - and we have much easier alternatives now :-)
 
1813
------------------------------------------------------------------------
 
1814
r20331 | ulfl | 2007-01-05 16:48:11 -0800 (Fri, 05 Jan 2007) | 1 line
 
1815
Changed paths:
 
1816
   M /trunk/capture_wpcap_packet.c
 
1817
   M /trunk/gtk/capture_if_details_dlg.c
 
1818
 
 
1819
fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK issue - time will tell)
 
1820
------------------------------------------------------------------------
 
1821
r20330 | lego | 2007-01-05 07:09:33 -0800 (Fri, 05 Jan 2007) | 5 lines
 
1822
Changed paths:
 
1823
   M /trunk/epan/wslua/wslua_dumper.c
 
1824
   M /trunk/epan/wslua/wslua_util.c
 
1825
 
 
1826
* have the Dumper using either '\' or '/' as directory separator in all plattforms.
 
1827
* use the directory separator not a pointer to it.
 
1828
 
 
1829
 
 
1830
 
 
1831
------------------------------------------------------------------------
 
1832
r20329 | jake | 2007-01-05 05:42:08 -0800 (Fri, 05 Jan 2007) | 3 lines
 
1833
Changed paths:
 
1834
   M /trunk/epan/dissectors/packet-ntp.c
 
1835
   M /trunk/epan/dissectors/packet-ntp.h
 
1836
 
 
1837
Added functionality proposed in bug 1233.
 
1838
Clean up of source code.
 
1839
 
 
1840
------------------------------------------------------------------------
 
1841
r20328 | lego | 2007-01-05 04:14:42 -0800 (Fri, 05 Jan 2007) | 3 lines
 
1842
Changed paths:
 
1843
   M /trunk/epan/wslua/wslua_gui.c
 
1844
 
 
1845
 * rename url->file in browser_open_data_file()
 
1846
 
 
1847
 
 
1848
------------------------------------------------------------------------
 
1849
r20327 | lego | 2007-01-05 04:11:05 -0800 (Fri, 05 Jan 2007) | 3 lines
 
1850
Changed paths:
 
1851
   M /trunk/epan/wslua/wslua_util.c
 
1852
 
 
1853
 + register_stat_cmd_arg()
 
1854
 * use '/' as directory separator on both plattforms
 
1855
 
 
1856
------------------------------------------------------------------------
 
1857
r20326 | guy | 2007-01-04 23:36:30 -0800 (Thu, 04 Jan 2007) | 4 lines
 
1858
Changed paths:
 
1859
   M /trunk/wiretap/configure.in
 
1860
 
 
1861
When Mr. Genius added the SHAREDLIB_LDFLAGS stuff, he forgot that
 
1862
Wiretap has its own configuration file.  Do to its configuration file
 
1863
what was done to the top-level configuration file.
 
1864
 
 
1865
------------------------------------------------------------------------
 
1866
r20325 | etxrab | 2007-01-04 23:32:39 -0800 (Thu, 04 Jan 2007) | 5 lines
 
1867
Changed paths:
 
1868
   M /trunk/asn1/ansi_map/ansi_map.asn
 
1869
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
1870
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
1871
 
 
1872
- Dissect IA5 digits
 
1873
- Update info column
 
1874
- Call subdissectors
 
1875
- fix some asn1 bugs
 
1876
- clean up .cnf file.
 
1877
------------------------------------------------------------------------
 
1878
r20324 | ulfl | 2007-01-04 21:23:02 -0800 (Thu, 04 Jan 2007) | 1 line
 
1879
Changed paths:
 
1880
   M /trunk/Makefile.nmake
 
1881
   M /trunk/config.nmake
 
1882
 
 
1883
don't spread the AirPcap DevPack files over the libs dir, unzip files into: AirPcap_Devpack_1_0_0_594
 
1884
------------------------------------------------------------------------
 
1885
r20323 | ulfl | 2007-01-04 21:03:15 -0800 (Thu, 04 Jan 2007) | 3 lines
 
1886
Changed paths:
 
1887
   M /trunk/config.nmake
 
1888
 
 
1889
compile error in openssl.h depends on the Platform SDK, not the MSVC variant used
 
1890
 
 
1891
change the !IFDEF around GNUTLS accordingly
 
1892
------------------------------------------------------------------------
 
1893
r20322 | ulfl | 2007-01-04 20:58:52 -0800 (Thu, 04 Jan 2007) | 1 line
 
1894
Changed paths:
 
1895
   M /trunk/config.nmake
 
1896
 
 
1897
move the directory settings more to the top, add an optional platform SDK setting
 
1898
------------------------------------------------------------------------
 
1899
r20321 | gerald | 2007-01-04 17:35:23 -0800 (Thu, 04 Jan 2007) | 3 lines
 
1900
Changed paths:
 
1901
   M /trunk/Makefile.nmake
 
1902
   M /trunk/config.nmake
 
1903
   M /trunk/epan/libwireshark.def
 
1904
   M /trunk/tools/win32-setup.sh
 
1905
 
 
1906
Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1.  Enable
 
1907
AirPcap.
 
1908
 
 
1909
------------------------------------------------------------------------
 
1910
r20320 | sfisher | 2007-01-04 16:33:23 -0800 (Thu, 04 Jan 2007) | 5 lines
 
1911
Changed paths:
 
1912
   M /trunk/epan/dissectors/packet-per.h
 
1913
 
 
1914
 
 
1915
Remove stderr output of an error condition per bug #998.  The error is already
 
1916
displayed in the packet tree.
 
1917
 
 
1918
 
 
1919
------------------------------------------------------------------------
 
1920
r20319 | gerald | 2007-01-04 15:54:00 -0800 (Thu, 04 Jan 2007) | 2 lines
 
1921
Changed paths:
 
1922
   M /trunk/epan/wslua/Makefile.nmake
 
1923
 
 
1924
Remove duplicate targets.
 
1925
 
 
1926
------------------------------------------------------------------------
 
1927
r20318 | gerald | 2007-01-04 15:21:37 -0800 (Thu, 04 Jan 2007) | 3 lines
 
1928
Changed paths:
 
1929
   M /trunk/epan/dissectors/packet-ieee80211.c
 
1930
 
 
1931
Don't lower-case our SSID and passphrase, otherwise we'll create an
 
1932
incorrect PSK hash.
 
1933
 
 
1934
------------------------------------------------------------------------
 
1935
r20317 | lego | 2007-01-04 14:58:33 -0800 (Thu, 04 Jan 2007) | 3 lines
 
1936
Changed paths:
 
1937
   A /trunk/epan/wslua/doc
 
1938
   A /trunk/epan/wslua/doc/Makefile
 
1939
 
 
1940
Add the documentation directory
 
1941
 
 
1942
 
 
1943
------------------------------------------------------------------------
 
1944
r20316 | lego | 2007-01-04 14:47:23 -0800 (Thu, 04 Jan 2007) | 3 lines
 
1945
Changed paths:
 
1946
   M /trunk/radius/dictionary.3gpp
 
1947
 
 
1948
fix some entries with wrong spaces
 
1949
 
 
1950
 
 
1951
------------------------------------------------------------------------
 
1952
r20315 | lego | 2007-01-04 14:45:43 -0800 (Thu, 04 Jan 2007) | 3 lines
 
1953
Changed paths:
 
1954
   M /trunk/acinclude.m4
 
1955
 
 
1956
the -lm flag might be needed to link lua
 
1957
 
 
1958
 
 
1959
------------------------------------------------------------------------
 
1960
r20314 | lego | 2007-01-04 14:44:17 -0800 (Thu, 04 Jan 2007) | 3 lines
 
1961
Changed paths:
 
1962
   M /trunk/asn1/h248/packet-h248-template.c
 
1963
   M /trunk/epan/dissectors/packet-h248.c
 
1964
   M /trunk/epan/dissectors/packet-h248.h
 
1965
 
 
1966
the widcards: Choose and All were inverted (again?)
 
1967
 
 
1968
 
 
1969
------------------------------------------------------------------------
 
1970
r20313 | ulfl | 2007-01-04 12:51:18 -0800 (Thu, 04 Jan 2007) | 3 lines
 
1971
Changed paths:
 
1972
   M /trunk/config.nmake
 
1973
 
 
1974
add the "Microsoft .Net Framework SDK Version 1.1" as a compiler option (this is the one described in the corresponding Wiki page)
 
1975
 
 
1976
mark "Visual Studio 2005" (without Express) as EXPERIMENTAL too, seems to be working just like the Express Edition :-)
 
1977
------------------------------------------------------------------------
 
1978
r20312 | guy | 2007-01-04 12:47:43 -0800 (Thu, 04 Jan 2007) | 4 lines
 
1979
Changed paths:
 
1980
   M /trunk/configure.in
 
1981
   M /trunk/epan/Makefile.am
 
1982
   M /trunk/wiretap/Makefile.am
 
1983
 
 
1984
On Darwin, build shared libraries with -Wl,-single_module to the LDFLAGS
 
1985
used with shared libraries, to fix some error that shows up in some
 
1986
cases; some Apple documentation recommends it for most shared libraries.
 
1987
 
 
1988
------------------------------------------------------------------------
 
1989
r20311 | etxrab | 2007-01-04 12:15:22 -0800 (Thu, 04 Jan 2007) | 1 line
 
1990
Changed paths:
 
1991
   M /trunk/asn1/inap/packet-inap-template.c
 
1992
   M /trunk/epan/dissectors/packet-inap.c
 
1993
   M /trunk/epan/dissectors/packet-inap.h
 
1994
 
 
1995
Make the recent INAP change in the template file as well.
 
1996
------------------------------------------------------------------------
 
1997
r20310 | guy | 2007-01-04 10:35:33 -0800 (Thu, 04 Jan 2007) | 3 lines
 
1998
Changed paths:
 
1999
   M /trunk/epan/wslua/Makefile.am
 
2000
 
 
2001
Rename pkgdata_DATA to dist_pkgdata_DATA, to make sure it's in the
 
2002
distribution.  That means we don't have to include it in EXTRA_DIST.
 
2003
 
 
2004
------------------------------------------------------------------------
 
2005
r20309 | martinm | 2007-01-04 09:56:17 -0800 (Thu, 04 Jan 2007) | 1 line
 
2006
Changed paths:
 
2007
   M /trunk/epan/dissectors/packet-sip.c
 
2008
 
 
2009
Make Expires header value a numeric field
 
2010
------------------------------------------------------------------------
 
2011
r20308 | jake | 2007-01-04 06:23:56 -0800 (Thu, 04 Jan 2007) | 2 lines
 
2012
Changed paths:
 
2013
   M /trunk/plugins/irda/packet-sir.c
 
2014
 
 
2015
Serious source code cleanup.
 
2016
 
 
2017
------------------------------------------------------------------------
 
2018
r20307 | jake | 2007-01-04 05:46:29 -0800 (Thu, 04 Jan 2007) | 2 lines
 
2019
Changed paths:
 
2020
   M /trunk/version_info.c
 
2021
 
 
2022
Bump date
 
2023
 
 
2024
------------------------------------------------------------------------
 
2025
r20306 | jake | 2007-01-04 05:44:09 -0800 (Thu, 04 Jan 2007) | 2 lines
 
2026
Changed paths:
 
2027
   M /trunk/docbook/developer-guide.xml
 
2028
   M /trunk/docbook/user-guide.xml
 
2029
 
 
2030
Bump date and version number
 
2031
 
 
2032
------------------------------------------------------------------------
 
2033
r20305 | kukosa | 2007-01-04 05:26:45 -0800 (Thu, 04 Jan 2007) | 1 line
 
2034
Changed paths:
 
2035
   M /trunk/epan/dissectors/packet-ssl-utils.c
 
2036
   M /trunk/epan/dissectors/packet-ssl-utils.h
 
2037
 
 
2038
fix compilation without GnuTLS
 
2039
------------------------------------------------------------------------
 
2040
r20304 | martinm | 2007-01-04 05:25:25 -0800 (Thu, 04 Jan 2007) | 1 line
 
2041
Changed paths:
 
2042
   M /trunk/diameter/imscxdx.xml
 
2043
   M /trunk/epan/dissectors/packet-inap.c
 
2044
   M /trunk/epan/dissectors/packet-rtcp.c
 
2045
   M /trunk/epan/dissectors/packet-sigcomp.c
 
2046
   M /trunk/epan/dissectors/packet-umts_fp.c
 
2047
   M /trunk/wiretap/catapult_dct2000.c
 
2048
 
 
2049
Check in trivial changes before generating a big diff...
 
2050
------------------------------------------------------------------------
 
2051
r20303 | guy | 2007-01-04 04:05:17 -0800 (Thu, 04 Jan 2007) | 5 lines
 
2052
Changed paths:
 
2053
   M /trunk/plugins/irda/packet-sir.c
 
2054
 
 
2055
Call the handoff registration routine proto_reg_handoff_irsir() to avoid
 
2056
collisions with the WSP dissector's proto_reg_handoff_sir() - and don't
 
2057
call it in the proto_register_irsir(); handoff registration routines are
 
2058
supposed to be called after *all* registration routines are called.
 
2059
 
 
2060
------------------------------------------------------------------------
 
2061
r20302 | guy | 2007-01-04 03:55:05 -0800 (Thu, 04 Jan 2007) | 2 lines
 
2062
Changed paths:
 
2063
   M /trunk/configure.in
 
2064
 
 
2065
-Wl,-single_module breaks the configure script.
 
2066
 
 
2067
------------------------------------------------------------------------
 
2068
r20301 | guy | 2007-01-04 03:50:41 -0800 (Thu, 04 Jan 2007) | 25 lines
 
2069
Changed paths:
 
2070
   M /trunk/configure.in
 
2071
 
 
2072
Add -Wl,-single_module to the linker flags in Darwin.  The page at
 
2073
 
 
2074
        http://developer.apple.com/releasenotes/DeveloperTools/RN-dyld/index.html
 
2075
 
 
2076
says
 
2077
 
 
2078
        The static linker ld(1) supports building dylibs as either
 
2079
        -multi_module or -single_module.  Conceptually, a multi-module
 
2080
        dylib is like a group of smaller dylibs - one per source file. 
 
2081
        The extra meta-data in a multi-module dylib allowed (pre-10.4)
 
2082
        dyld to delay binding and running initializers on the individual
 
2083
        modules.  In Mac OS X 10.4 dyld ignores all multi-module
 
2084
        meta-data and completely binds and runs all initializers the
 
2085
        same as if it were built single-module.  In general, building
 
2086
        dylibs -single_module is preferred.  The one case where
 
2087
        multi-module is still useful is it allows internal functions of
 
2088
        a dylib to be interposable.  For instance, libSystem.dylib is
 
2089
        built multi_module so that malloc() can be overridden and all
 
2090
        uses of malloc in libSystem (e.g.  strdup) would be redirected
 
2091
        to use the overridden version.
 
2092
 
 
2093
and we don't need the interposability for our dylibs, and Andreas Fink
 
2094
indicates that it's necessary for the packaged Wireshark builds he's
 
2095
doing.
 
2096
 
 
2097
------------------------------------------------------------------------
 
2098
r20300 | kukosa | 2007-01-04 01:20:18 -0800 (Thu, 04 Jan 2007) | 2 lines
 
2099
Changed paths:
 
2100
   M /trunk/epan/dissectors/packet-ssl-utils.c
 
2101
   M /trunk/epan/dissectors/packet-ssl-utils.h
 
2102
   M /trunk/epan/dissectors/packet-ssl.c
 
2103
   M /trunk/epan/dissectors/packet-ssl.h
 
2104
   M /trunk/epan/libwireshark.def
 
2105
 
 
2106
- new ssl_set_master_secret() which can set master secret (and optionally other parameters) into SSL dissector from external source, e.g. private 'trace protocol' dissector
 
2107
- call 'data' subdissector for decrypted data in real dissector is not found
 
2108
------------------------------------------------------------------------
 
2109
r20299 | etxrab | 2007-01-03 23:51:26 -0800 (Wed, 03 Jan 2007) | 1 line
 
2110
Changed paths:
 
2111
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
2112
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
2113
 
 
2114
Add dissection of SystemCapabilities.
 
2115
------------------------------------------------------------------------
 
2116
r20298 | ulfl | 2007-01-03 15:12:37 -0800 (Wed, 03 Jan 2007) | 1 line
 
2117
Changed paths:
 
2118
   M /trunk/packaging/nsis/wireshark.nsi
 
2119
 
 
2120
add wiretap manifest file to packaging
 
2121
------------------------------------------------------------------------
 
2122
r20297 | ulfl | 2007-01-03 14:09:15 -0800 (Wed, 03 Jan 2007) | 1 line
 
2123
Changed paths:
 
2124
   M /trunk/config.nmake
 
2125
 
 
2126
another attempt to fix the "Program Files" setting. Unfortunately, using the environment setting doesn't seem to work ...
 
2127
------------------------------------------------------------------------
 
2128
r20296 | jake | 2007-01-03 12:17:17 -0800 (Wed, 03 Jan 2007) | 1 line
 
2129
Changed paths:
 
2130
   M /trunk/epan/dissectors/packet-iuup.c
 
2131
 
 
2132
Some cleanup of the source.
 
2133
------------------------------------------------------------------------
 
2134
r20295 | etxrab | 2007-01-03 11:25:28 -0800 (Wed, 03 Jan 2007) | 4 lines
 
2135
Changed paths:
 
2136
   M /trunk/epan/dissectors/packet-iuup.c
 
2137
 
 
2138
From Peter Vestman:
 
2139
The number of rfci's in rate control messages is read in the wrong place.
 
2140
We have created a patch for this, in the patch we have also added CRC checks
 
2141
for header and payload.
 
2142
------------------------------------------------------------------------
 
2143
r20294 | gerald | 2007-01-03 10:10:13 -0800 (Wed, 03 Jan 2007) | 2 lines
 
2144
Changed paths:
 
2145
   M /trunk/epan/dissectors/packet-ieee80211.c
 
2146
 
 
2147
Fix a typo.
 
2148
 
 
2149
------------------------------------------------------------------------
 
2150
r20293 | etxrab | 2007-01-02 23:55:40 -0800 (Tue, 02 Jan 2007) | 2 lines
 
2151
Changed paths:
 
2152
   M /trunk/asn1/ansi_map/ansi_map.asn
 
2153
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
2154
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
2155
 
 
2156
Add call to the Teleservice dissector add a bunch of missing Return signals and
 
2157
fix up some cut and paste errors.
 
2158
------------------------------------------------------------------------
 
2159
r20292 | ulfl | 2007-01-02 22:41:17 -0800 (Tue, 02 Jan 2007) | 1 line
 
2160
Changed paths:
 
2161
   M /trunk/config.nmake
 
2162
 
 
2163
hmmm, maybe he don't like mixing slashes and backslashes ...
 
2164
------------------------------------------------------------------------
 
2165
r20291 | ulfl | 2007-01-02 22:06:53 -0800 (Tue, 02 Jan 2007) | 1 line
 
2166
Changed paths:
 
2167
   M /trunk/plugins/agentx/Makefile.nmake
 
2168
   M /trunk/plugins/artnet/Makefile.nmake
 
2169
   M /trunk/plugins/asn1/Makefile.nmake
 
2170
   M /trunk/plugins/ciscosm/Makefile.nmake
 
2171
   M /trunk/plugins/docsis/Makefile.nmake
 
2172
   M /trunk/plugins/enttec/Makefile.nmake
 
2173
   M /trunk/plugins/giop/Makefile.nmake
 
2174
   M /trunk/plugins/gryphon/Makefile.nmake
 
2175
   M /trunk/plugins/h223/Makefile.nmake
 
2176
   M /trunk/plugins/irda/Makefile.nmake
 
2177
   M /trunk/plugins/lwres/Makefile.nmake
 
2178
   M /trunk/plugins/mate/Makefile.nmake
 
2179
   M /trunk/plugins/megaco/Makefile.nmake
 
2180
   M /trunk/plugins/mgcp/Makefile.nmake
 
2181
   M /trunk/plugins/opsi/Makefile.nmake
 
2182
   M /trunk/plugins/pcli/Makefile.nmake
 
2183
   M /trunk/plugins/profinet/Makefile.nmake
 
2184
   M /trunk/plugins/rlm/Makefile.nmake
 
2185
   M /trunk/plugins/rtnet/Makefile.nmake
 
2186
   M /trunk/plugins/rudp/Makefile.nmake
 
2187
   M /trunk/plugins/sbus/Makefile.nmake
 
2188
   M /trunk/plugins/stats_tree/Makefile.nmake
 
2189
   M /trunk/plugins/v5ua/Makefile.nmake
 
2190
 
 
2191
clean should also remove generated plugin.c and manifest files
 
2192
------------------------------------------------------------------------
 
2193
r20290 | ulfl | 2007-01-02 21:41:11 -0800 (Tue, 02 Jan 2007) | 3 lines
 
2194
Changed paths:
 
2195
   M /trunk/Makefile.nmake
 
2196
   M /trunk/config.nmake
 
2197
   M /trunk/epan/Makefile.nmake
 
2198
   M /trunk/wiretap/Makefile.nmake
 
2199
 
 
2200
remove the PDB_FILE setting from config.nmake - there's no real need for this info
 
2201
 
 
2202
add some missing files to the clean targets
 
2203
------------------------------------------------------------------------
 
2204
r20289 | ulfl | 2007-01-02 21:08:20 -0800 (Tue, 02 Jan 2007) | 1 line
 
2205
Changed paths:
 
2206
   M /trunk/Makefile.nmake
 
2207
 
 
2208
fix epan\crypt\crypt-md5.obj
 
2209
------------------------------------------------------------------------
 
2210
r20288 | ulfl | 2007-01-02 20:28:28 -0800 (Tue, 02 Jan 2007) | 1 line
 
2211
Changed paths:
 
2212
   M /trunk/config.nmake
 
2213
 
 
2214
Instead of hard coding "C:/program files", use the corresponding environment variable %ProgramFiles% (hopefully this is available on all supported platforms). This makes it possible to use the same unchanged setting even for internationalised Windows versions (e.g. in the german version this is: "C:\Programme")
 
2215
------------------------------------------------------------------------
 
2216
r20287 | ulfl | 2007-01-02 20:18:55 -0800 (Tue, 02 Jan 2007) | 1 line
 
2217
Changed paths:
 
2218
   M /trunk/epan/crypt/Makefile.common
 
2219
 
 
2220
an attempt to fix the distcheck
 
2221
------------------------------------------------------------------------
 
2222
r20286 | ulfl | 2007-01-02 20:15:18 -0800 (Tue, 02 Jan 2007) | 3 lines
 
2223
Changed paths:
 
2224
   M /trunk/packaging/nsis/wireshark.nsi
 
2225
 
 
2226
fix packaging (for now): copy the manifest files with the /nonfatal switch, so they only issue a warning if none existing (e.g. MSVC6).
 
2227
 
 
2228
This copying should be controlled by the MSVC_VARIANT setting in config.nmake instead (just like all the other alike settings).
 
2229
------------------------------------------------------------------------
 
2230
r20285 | ulfl | 2007-01-02 19:46:48 -0800 (Tue, 02 Jan 2007) | 4 lines
 
2231
Changed paths:
 
2232
   M /trunk/packaging/nsis/wireshark.nsi
 
2233
 
 
2234
from Laurent Rabret:
 
2235
"Apply the ugly attached patch to the installer"
 
2236
 
 
2237
... it's not that ugly at all - and installs (deletes) the manifest files if available
 
2238
------------------------------------------------------------------------
 
2239
r20284 | ulfl | 2007-01-02 19:42:33 -0800 (Tue, 02 Jan 2007) | 1 line
 
2240
Changed paths:
 
2241
   M /trunk/packaging/nsis/wireshark.nsi
 
2242
 
 
2243
delete GTK 2.10 files and dirs while uninstalling
 
2244
------------------------------------------------------------------------
 
2245
r20283 | ulfl | 2007-01-02 18:53:30 -0800 (Tue, 02 Jan 2007) | 2 lines
 
2246
Changed paths:
 
2247
   M /trunk/config.nmake
 
2248
 
 
2249
move the MSVC "block" towards the top of the file
 
2250
don't use GNUTLS and ZLIB when compiling with MSVC != Version 6 - it currently doesn't work
 
2251
------------------------------------------------------------------------
 
2252
r20282 | ulfl | 2007-01-02 18:50:22 -0800 (Tue, 02 Jan 2007) | 2 lines
 
2253
Changed paths:
 
2254
   M /trunk/capture_opts.c
 
2255
   M /trunk/epan/filesystem.c
 
2256
   M /trunk/gtk/main.c
 
2257
   M /trunk/tempfile.c
 
2258
   M /trunk/wiretap/file_util.h
 
2259
 
 
2260
from Laurent Rabret:
 
2261
I posted a patch about 1.5 years ago for the formerly Ethereal to successfully compiled with Visual > 6. I have always successfully used this patched Ethereal/Wireshark compiled with VS 2003 and have just checked when compiled with Visual C++ 2005 Express
 
2262
------------------------------------------------------------------------
 
2263
r20281 | ulfl | 2007-01-02 16:23:22 -0800 (Tue, 02 Jan 2007) | 3 lines
 
2264
Changed paths:
 
2265
   M /trunk/epan/crypt/Makefile.nmake
 
2266
 
 
2267
fix windows build 
 
2268
 
 
2269
maybe the definitions from Makefile.common should better be used - the current Makefile.nmake looks a bit strange compared to others ;-)
 
2270
------------------------------------------------------------------------
 
2271
r20280 | ulfl | 2007-01-02 16:10:57 -0800 (Tue, 02 Jan 2007) | 1 line
 
2272
Changed paths:
 
2273
   M /trunk/Makefile.nmake
 
2274
 
 
2275
if exist, the install targets should copy pdb and manifest files along with the exe and dll ones 
 
2276
------------------------------------------------------------------------
 
2277
r20279 | gerald | 2007-01-02 16:07:07 -0800 (Tue, 02 Jan 2007) | 2 lines
 
2278
Changed paths:
 
2279
   D /trunk/epan/crypt/airpdcap_ccmp.h
 
2280
   D /trunk/epan/crypt/airpdcap_tkip.h
 
2281
 
 
2282
Remove empty files (which should have been removed with r20231).
 
2283
 
 
2284
------------------------------------------------------------------------
 
2285
r20278 | ulfl | 2007-01-02 15:55:47 -0800 (Tue, 02 Jan 2007) | 3 lines
 
2286
Changed paths:
 
2287
   M /trunk/packaging/nsis/AdditionalTasksPage.ini
 
2288
 
 
2289
following the Microsoft installer guidelines: as default, an installer should not put an icon on the desktop
 
2290
 
 
2291
 
 
2292
------------------------------------------------------------------------
 
2293
r20277 | gerald | 2007-01-02 14:49:57 -0800 (Tue, 02 Jan 2007) | 3 lines
 
2294
Changed paths:
 
2295
   M /trunk/Makefile.common
 
2296
   M /trunk/Makefile.nmake
 
2297
   M /trunk/asn1/cms/packet-cms-template.c
 
2298
   M /trunk/asn1/spnego/packet-spnego-template.c
 
2299
   M /trunk/debian/copyright
 
2300
   M /trunk/editcap.c
 
2301
   M /trunk/epan/Makefile.common
 
2302
   M /trunk/epan/crypt/Makefile.common
 
2303
   M /trunk/epan/crypt/airpdcap.c
 
2304
   D /trunk/epan/crypt/airpdcap_md5.c
 
2305
   D /trunk/epan/crypt/airpdcap_md5.h
 
2306
   M /trunk/epan/crypt/airpdcap_system.h
 
2307
   A /trunk/epan/crypt/crypt-md5.c (from /trunk/epan/crypt-md5.c:20274)
 
2308
   A /trunk/epan/crypt/crypt-md5.h (from /trunk/epan/crypt-md5.h:20274)
 
2309
   D /trunk/epan/crypt-md5.c
 
2310
   D /trunk/epan/crypt-md5.h
 
2311
   M /trunk/epan/dissectors/packet-3com-njack.c
 
2312
   M /trunk/epan/dissectors/packet-cms.c
 
2313
   M /trunk/epan/dissectors/packet-kerberos.c
 
2314
   M /trunk/epan/dissectors/packet-radius.c
 
2315
   M /trunk/epan/dissectors/packet-spnego.c
 
2316
   M /trunk/epan/dissectors/packet-tacacs.c
 
2317
 
 
2318
Move epan/crypt-md5.[ch] to epan/crypt.  Remove
 
2319
epan/crypt/airpdcap_md5.[ch].  Fix up whitespace.
 
2320
 
 
2321
------------------------------------------------------------------------
 
2322
r20276 | ulfl | 2007-01-02 14:19:48 -0800 (Tue, 02 Jan 2007) | 1 line
 
2323
Changed paths:
 
2324
   M /trunk/packaging/nsis/wireshark.nsi
 
2325
 
 
2326
define SecMIBs only if NET_SNMP_DIR is defined - to prevent a NSIS warning
 
2327
------------------------------------------------------------------------
 
2328
r20275 | jake | 2007-01-02 12:53:04 -0800 (Tue, 02 Jan 2007) | 1 line
 
2329
Changed paths:
 
2330
   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
 
2331
   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
 
2332
 
 
2333
Update supported Win32 versions and NSIS version.
 
2334
------------------------------------------------------------------------
 
2335
r20274 | gerald | 2007-01-02 11:56:59 -0800 (Tue, 02 Jan 2007) | 13 lines
 
2336
Changed paths:
 
2337
   M /trunk/airpcap.h
 
2338
   M /trunk/airpcap_loader.h
 
2339
   M /trunk/epan/crypt/airpdcap_interop.h
 
2340
 
 
2341
From Gisle Vanem:
 
2342
 
 
2343
Here are some patches needed to build using HAVE_AIRPCAP
 
2344
on MingW:
 
2345
 
 
2346
* airpcap.h needs 'WEP_KEY_MAX_SIZE' from <epan/crypt/wep-wpadefs.h>.
 
2347
 
 
2348
* airpcap_loader.h needs <epan/crypt/airpdcap_user.h> and definition of
 
2349
 'decryption_key_t'.
 
2350
 
 
2351
* epan/crypt/airpdcap_interop.h defines 'ntohs()' before <winsock2.h>
 
2352
 gets included. Thus creating a parse error later on.
 
2353
 
 
2354
------------------------------------------------------------------------
 
2355
r20273 | sfisher | 2007-01-02 11:55:55 -0800 (Tue, 02 Jan 2007) | 4 lines
 
2356
Changed paths:
 
2357
   M /trunk/epan/dissectors/packet-ieee80211.c
 
2358
 
 
2359
 
 
2360
Add a good/bad tree to the FCS item.
 
2361
 
 
2362
 
 
2363
------------------------------------------------------------------------
 
2364
r20272 | wmeier | 2007-01-02 09:19:25 -0800 (Tue, 02 Jan 2007) | 3 lines
 
2365
Changed paths:
 
2366
   M /trunk/asn1/h248/packet-h248-template.c
 
2367
   M /trunk/asn1/h248/packet-h248-template.h
 
2368
   M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c
 
2369
   M /trunk/asn1/umts_rrc/packet-umts_rrc-template.h
 
2370
   M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c
 
2371
   M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.h
 
2372
   M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c
 
2373
   M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.h
 
2374
   M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
 
2375
   M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.h
 
2376
   M /trunk/docbook/dfilter2xml.pl
 
2377
   M /trunk/epan/dissectors/packet-exec.c
 
2378
   M /trunk/epan/dissectors/packet-h248_3gpp.c
 
2379
   M /trunk/epan/dissectors/packet-h248_annex_c.c
 
2380
   M /trunk/epan/dissectors/packet-h248_annex_e.c
 
2381
   M /trunk/epan/dissectors/packet-h248_q1950.c
 
2382
   M /trunk/epan/dissectors/packet-image-png.c
 
2383
   M /trunk/epan/dissectors/packet-jpeg.c
 
2384
   M /trunk/epan/dissectors/packet-lsc.c
 
2385
   M /trunk/plugins/tpg/Makefile.am
 
2386
 
 
2387
Oops:   wireshark.com --> wireshark.org
 
2388
Also: 1 additional Ethereal --> Wireshark
 
2389
 
 
2390
------------------------------------------------------------------------
 
2391
r20271 | martinm | 2007-01-02 09:06:00 -0800 (Tue, 02 Jan 2007) | 2 lines
 
2392
Changed paths:
 
2393
   M /trunk/epan/dissectors/packet-sip.c
 
2394
 
 
2395
Dissect details of RAck header, and change RSeq to a numerical field.
 
2396
 
 
2397
------------------------------------------------------------------------
 
2398
r20270 | wmeier | 2007-01-02 06:11:35 -0800 (Tue, 02 Jan 2007) | 2 lines
 
2399
Changed paths:
 
2400
   M /trunk/asn1/h248/packet-h248-template.c
 
2401
   M /trunk/asn1/h248/packet-h248-template.h
 
2402
   M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c
 
2403
   M /trunk/asn1/umts_rrc/packet-umts_rrc-template.h
 
2404
   M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c
 
2405
   M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.h
 
2406
   M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c
 
2407
   M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.h
 
2408
   M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
 
2409
   M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.h
 
2410
   M /trunk/epan/dissectors/packet-dtls.c
 
2411
   M /trunk/epan/dissectors/packet-exec.c
 
2412
   M /trunk/epan/dissectors/packet-h248_3gpp.c
 
2413
   M /trunk/epan/dissectors/packet-h248_annex_c.c
 
2414
   M /trunk/epan/dissectors/packet-h248_annex_e.c
 
2415
   M /trunk/epan/dissectors/packet-h248_q1950.c
 
2416
   M /trunk/epan/dissectors/packet-image-png.c
 
2417
   M /trunk/epan/dissectors/packet-jpeg.c
 
2418
   M /trunk/epan/dissectors/packet-lsc.c
 
2419
   M /trunk/epan/dissectors/packet-ssl.c
 
2420
   M /trunk/gtk/camel_counter.c
 
2421
 
 
2422
More ethereal --> wireshark
 
2423
 
 
2424
------------------------------------------------------------------------
 
2425
r20269 | jake | 2007-01-02 05:46:06 -0800 (Tue, 02 Jan 2007) | 2 lines
 
2426
Changed paths:
 
2427
   M /trunk/plugins/giop/Makefile.nmake
 
2428
 
 
2429
Align build target names.
 
2430
 
 
2431
------------------------------------------------------------------------
 
2432
r20268 | jake | 2007-01-02 05:36:45 -0800 (Tue, 02 Jan 2007) | 2 lines
 
2433
Changed paths:
 
2434
   M /trunk/plugins/giop/packet-cosnaming.c
 
2435
 
 
2436
More Ethereal -> Wireshark renaming.
 
2437
 
 
2438
------------------------------------------------------------------------
 
2439
r20267 | jake | 2007-01-02 05:34:05 -0800 (Tue, 02 Jan 2007) | 2 lines
 
2440
Changed paths:
 
2441
   M /trunk/plugins/giop/README
 
2442
 
 
2443
More Ethereal -> Wireshark renaming
 
2444
 
 
2445
------------------------------------------------------------------------
 
2446
r20266 | martinm | 2007-01-02 05:25:36 -0800 (Tue, 02 Jan 2007) | 3 lines
 
2447
Changed paths:
 
2448
   M /trunk/epan/dissectors/packet-ajp13.c
 
2449
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
2450
 
 
2451
"an wireshark" -> "a wireshark".
 
2452
Presumably "an ethereal" was search replaced...
 
2453
 
 
2454
------------------------------------------------------------------------
 
2455
r20265 | ulfl | 2007-01-02 05:05:04 -0800 (Tue, 02 Jan 2007) | 1 line
 
2456
Changed paths:
 
2457
   M /trunk/config.nmake
 
2458
 
 
2459
make MSVC6 the default for MSVC_VARIANT, not MSVC2005
 
2460
------------------------------------------------------------------------
 
2461
r20264 | martinm | 2007-01-02 03:46:30 -0800 (Tue, 02 Jan 2007) | 10 lines
 
2462
Changed paths:
 
2463
   M /trunk/epan/dissectors/packet-rtcp.c
 
2464
   M /trunk/epan/dissectors/packet-rtcp.h
 
2465
 
 
2466
Fix for bug 1279 (Negative values for RTCP round trip delay
 
2467
cannot be stored in guint32).
 
2468
- Makes the threshold preference value an absolute value.
 
2469
- There is now a separate expert info item for -ve roundtrips
 
2470
 
 
2471
N.B. There is still a problem with filtering -ve values on this
 
2472
FT_INT32 field, i.e. rtcp.roundtrip-delay < 0 never matches with
 
2473
frames that it should (even if rtcp.roundtrip-delay == -3 can
 
2474
be used to match specific frames...).
 
2475
 
 
2476
------------------------------------------------------------------------
 
2477
r20263 | jake | 2007-01-02 02:13:38 -0800 (Tue, 02 Jan 2007) | 2 lines
 
2478
Changed paths:
 
2479
   M /trunk/epan/enterprise-numbers
 
2480
 
 
2481
Adding all enterprise numbers for 2006.
 
2482
 
 
2483
------------------------------------------------------------------------
 
2484
r20262 | guy | 2007-01-02 01:20:27 -0800 (Tue, 02 Jan 2007) | 5 lines
 
2485
Changed paths:
 
2486
   M /trunk/Makefile.nmake
 
2487
   M /trunk/asn1/h248/packet-h248-template.c
 
2488
   M /trunk/epan/dissectors/packet-h248.c
 
2489
 
 
2490
Ehtereal[sic] -> Wireshark. :-)
 
2491
 
 
2492
Give a little more detail in the comment in the H.248 dissector about
 
2493
"MEGACO" vs. "H.248".
 
2494
 
 
2495
------------------------------------------------------------------------
 
2496
r20261 | guy | 2007-01-01 22:49:40 -0800 (Mon, 01 Jan 2007) | 19 lines
 
2497
Changed paths:
 
2498
   M /trunk/dftest.c
 
2499
   M /trunk/doc/Makefile.am
 
2500
   M /trunk/epan/epan.c
 
2501
   M /trunk/epan/epan.h
 
2502
   M /trunk/epan/filesystem.c
 
2503
   M /trunk/epan/filesystem.h
 
2504
   M /trunk/epan/libwireshark.def
 
2505
   M /trunk/epan/plugins.c
 
2506
   M /trunk/epan/plugins.h
 
2507
   M /trunk/epan/proto.c
 
2508
   M /trunk/epan/proto.h
 
2509
   M /trunk/gtk/about_dlg.c
 
2510
   M /trunk/gtk/main.c
 
2511
   M /trunk/tshark.c
 
2512
 
 
2513
Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;
 
2514
if set, and if the program isn't running with additional privileges,
 
2515
it'll treat the directory in which the program is found as the data
 
2516
directory.
 
2517
 
 
2518
If, on Windows, the version-number subdirectory of {data
 
2519
directory}\plugins doesn't exist (which is assumed to mean that the
 
2520
program is being run from the build directory), or if, on UN*X,
 
2521
WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set, the plugin directory is the
 
2522
"plugins" subdirectory of the data directory, and all subdirectories of
 
2523
that directory are scanned for plugins, as the "plugins" subdirectory of
 
2524
the build directory contains subdirectories for the plugins; this means
 
2525
that if we're running from the build directory, we'll find the plugins
 
2526
we built in the build tree.
 
2527
 
 
2528
When generating the wireshark-filter man page, run tshark with
 
2529
WIRESHARK_RUN_FROM_BUILD_DIRECTORY set, so it uses the plugins from the
 
2530
build to generate the list of filters.
 
2531
 
 
2532
------------------------------------------------------------------------
 
2533
r20260 | guy | 2007-01-01 22:39:22 -0800 (Mon, 01 Jan 2007) | 2 lines
 
2534
Changed paths:
 
2535
   M /trunk/epan/radius_dict.l
 
2536
 
 
2537
Use G_DIR_SEPARATOR_S as the path separator.
 
2538
 
 
2539
------------------------------------------------------------------------
 
2540
r20259 | ulfl | 2007-01-01 17:52:47 -0800 (Mon, 01 Jan 2007) | 3 lines
 
2541
Changed paths:
 
2542
   M /trunk/capture_wpcap_packet.c
 
2543
   M /trunk/gtk/capture_if_details_dlg.c
 
2544
 
 
2545
MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own for MSVC2006
 
2546
 
 
2547
this might be depending on the Platform SDK and not on MSVC version - I don't really know
 
2548
------------------------------------------------------------------------
 
2549
r20258 | ulfl | 2007-01-01 17:19:40 -0800 (Mon, 01 Jan 2007) | 4 lines
 
2550
Changed paths:
 
2551
   M /trunk/config.nmake
 
2552
 
 
2553
first MSVC 2005 changes:
 
2554
- add some lines to set the desired MSVC_VARIANT
 
2555
- set some defines (to prevent tons of "deprecated" warnings)
 
2556
- set some linker flags (currently don't know if these are the right ones - still experimenting)
 
2557
------------------------------------------------------------------------
 
2558
r20257 | etxrab | 2007-01-01 14:03:01 -0800 (Mon, 01 Jan 2007) | 2 lines
 
2559
Changed paths:
 
2560
   M /trunk/asn1/ansi_map/ansi_map.asn
 
2561
   M /trunk/asn1/ansi_map/ansi_map.cnf
 
2562
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
2563
   M /trunk/asn1/tcap/packet-tcap-template.h
 
2564
   M /trunk/asn1/tcap/tcap.cnf
 
2565
   M /trunk/epan/dissectors/packet-tcap.c
 
2566
   M /trunk/epan/dissectors/packet-tcap.h
 
2567
 
 
2568
Use TransactionId to match ansi map responses to requests and fix
 
2569
some bugs in the asn2wrs generated ansi map dissector.
 
2570
------------------------------------------------------------------------
 
2571
r20256 | gerald | 2007-01-01 12:07:23 -0800 (Mon, 01 Jan 2007) | 4 lines
 
2572
Changed paths:
 
2573
   M /trunk/epan/crypt/airpdcap.c
 
2574
   M /trunk/epan/crypt/airpdcap_ccmp.c
 
2575
   M /trunk/epan/crypt/airpdcap_int.h
 
2576
 
 
2577
Fix a compiler warning.  Surround an MSVC-specific #pragma with an
 
2578
#ifdef, and add a link to a -dev mailing list thread pointing out that
 
2579
it may not be necessary.  Fixup whitespace and comments.
 
2580
 
 
2581
------------------------------------------------------------------------
 
2582
r20255 | wmeier | 2007-01-01 09:04:38 -0800 (Mon, 01 Jan 2007) | 5 lines
 
2583
Changed paths:
 
2584
   M /trunk/capture_loop.c
 
2585
 
 
2586
Fix "dumpcap -w -" to use binmode on stdout if Windows;
 
2587
(The related tests in suite-capture.sh should now work correctly).
 
2588
(Also: Print error message if attempting to use ring-buffers
 
2589
   with a named pipe).
 
2590
 
 
2591
------------------------------------------------------------------------
 
2592
r20254 | wmeier | 2007-01-01 08:58:03 -0800 (Mon, 01 Jan 2007) | 2 lines
 
2593
Changed paths:
 
2594
   M /trunk/capture_opts.c
 
2595
 
 
2596
From Pierre Juhen: patch to correct the bug 1220
 
2597
 
 
2598
------------------------------------------------------------------------
 
2599
r20253 | jake | 2007-01-01 06:48:18 -0800 (Mon, 01 Jan 2007) | 5 lines
 
2600
Changed paths:
 
2601
   M /trunk/epan/dissectors/packet-nettl.c
 
2602
   M /trunk/wiretap/nettl.c
 
2603
   M /trunk/wiretap/nettl.h
 
2604
   M /trunk/wiretap/wtap.c
 
2605
   M /trunk/wiretap/wtap.h
 
2606
 
 
2607
From Mark C. Brown:
 
2608
HP-UX 11.31 will add a new nettl trace subsystem, NS_LS_TELNET (ID=267).
 
2609
NS_LS_TELNET is just raw telnet data.  There is no layer 2/3/4 headers, so
 
2610
there's just the HP-UX nettl record header followed directly by the TCP payload
 
2611
for a telnet connection.  Thus the need for a new wiretap encapsulation type...
 
2612
------------------------------------------------------------------------
 
2613
r20252 | jake | 2007-01-01 06:43:15 -0800 (Mon, 01 Jan 2007) | 2 lines
 
2614
Changed paths:
 
2615
   M /trunk/wiretap/nettl.c
 
2616
 
 
2617
From Mark C. Brown:
 
2618
Fix some nettl encap types and size checks
 
2619
------------------------------------------------------------------------
 
2620
r20251 | sahlberg | 2007-01-01 02:23:37 -0800 (Mon, 01 Jan 2007) | 6 lines
 
2621
Changed paths:
 
2622
   M /trunk/cfile.c
 
2623
   M /trunk/cfile.h
 
2624
   M /trunk/file.c
 
2625
 
 
2626
break out dfcode from the capture file structure and declare it locally where it is needed.
 
2627
allocate and release the dfcode program as needed instead of having it hang around in the capture file structure.
 
2628
 
 
2629
this will ensure that dfcode will not have longer than se scope lifetime in case we need that property of it later
 
2630
 
 
2631
 
 
2632
------------------------------------------------------------------------
 
2633
r20250 | jake | 2006-12-30 16:00:06 -0800 (Sat, 30 Dec 2006) | 2 lines
 
2634
Changed paths:
 
2635
   M /trunk/epan/dissectors/packet-dns.c
 
2636
 
 
2637
From Paul Erkkila:
 
2638
parse NAPTR records in dns dissector (rfc 3403)
 
2639
------------------------------------------------------------------------
 
2640
r20249 | guy | 2006-12-29 20:40:59 -0800 (Fri, 29 Dec 2006) | 5 lines
 
2641
Changed paths:
 
2642
   M /trunk/Makefile.am
 
2643
 
 
2644
The stuff we were doing with {programname}_DEPENDENCIES macros was to
 
2645
work around a deficiency in older versions of automake; we now require
 
2646
automake 1.6, which doesn't have that deficiency, so we get rid of that
 
2647
stuff and simplify things.
 
2648
 
 
2649
------------------------------------------------------------------------
 
2650
r20248 | guy | 2006-12-29 17:15:05 -0800 (Fri, 29 Dec 2006) | 9 lines
 
2651
Changed paths:
 
2652
   M /trunk/Makefile.am
 
2653
 
 
2654
Bring all the {programname}_* macros together into one section.
 
2655
 
 
2656
Split bin_PROGRAMS and man1_MANS into multiple lines, and put them in
 
2657
the same order as the corresponding {programname}_* macro sections.
 
2658
 
 
2659
Get rid of the separate {programname}_DEPENDENCIES macros in cases where
 
2660
they can be constructed from the corresponding {programname}_LDADD
 
2661
macro, and explain why they're different in cases where they can't be.
 
2662
 
 
2663
------------------------------------------------------------------------
 
2664
r20247 | sfisher | 2006-12-29 17:06:46 -0800 (Fri, 29 Dec 2006) | 8 lines
 
2665
Changed paths:
 
2666
   M /trunk/epan/dissectors/packet-ssl.c
 
2667
 
 
2668
 
 
2669
Fix for bug #1132:
 
2670
 
 
2671
Stop displaying the application data (in this case, HTML) in the tree and
 
2672
and "Decrypted SSL data" tab twice since each already includes both of the
 
2673
application data record layers combined.
 
2674
 
 
2675
 
 
2676
------------------------------------------------------------------------
 
2677
r20246 | sahlberg | 2006-12-29 16:57:46 -0800 (Fri, 29 Dec 2006) | 4 lines
 
2678
Changed paths:
 
2679
   M /trunk/epan/ftypes/ftype-string.c
 
2680
 
 
2681
since all callers to fvalue_set for FT_STRING[Z] use already_copied==FALSE we now assert that this is the case in ftype-string.c and no longer have a conditional whetehr to create a local copy or not.
 
2682
 
 
2683
 
 
2684
 
 
2685
------------------------------------------------------------------------
 
2686
r20245 | sahlberg | 2006-12-29 16:41:41 -0800 (Fri, 29 Dec 2006) | 8 lines
 
2687
Changed paths:
 
2688
   M /trunk/epan/proto.c
 
2689
 
 
2690
proto_tree_set_string() no longer needs an already_allocated parameter since it is now always FALSE.
 
2691
 
 
2692
This should mean that all fvalue_set() for FT_STRING[Z] are always with already_copied==FALSE
 
2693
 
 
2694
(funny that we never saw someone trying to g_free("[ Null ]") which might have happened before)
 
2695
 
 
2696
 
 
2697
 
 
2698
------------------------------------------------------------------------
 
2699
r20244 | sahlberg | 2006-12-29 16:36:29 -0800 (Fri, 29 Dec 2006) | 3 lines
 
2700
Changed paths:
 
2701
   M /trunk/epan/proto.c
 
2702
 
 
2703
make the FT_STRINGZ case in proto_tree_new_item() use ep allocated memory
 
2704
 
 
2705
 
 
2706
------------------------------------------------------------------------
 
2707
r20243 | sahlberg | 2006-12-29 16:27:33 -0800 (Fri, 29 Dec 2006) | 4 lines
 
2708
Changed paths:
 
2709
   M /trunk/epan/proto.c
 
2710
 
 
2711
make proto_tree_set_string_tvb use ep allocated memory and thus push the memory allocation/free for this field down into ftype-string.c
 
2712
 
 
2713
 
 
2714
 
 
2715
------------------------------------------------------------------------
 
2716
r20242 | guy | 2006-12-29 16:14:25 -0800 (Fri, 29 Dec 2006) | 2 lines
 
2717
Changed paths:
 
2718
   M /trunk/Makefile.am
 
2719
 
 
2720
Regularize the setting of variables for various executable targets.
 
2721
 
 
2722
------------------------------------------------------------------------
 
2723
r20241 | guy | 2006-12-29 16:13:00 -0800 (Fri, 29 Dec 2006) | 7 lines
 
2724
Changed paths:
 
2725
   M /trunk/configure.in
 
2726
 
 
2727
When building for Darwin, link with -search_paths_first, so that
 
2728
--with-pcap=/usr/local will, if there's only a static libpcap in
 
2729
/usr/local/lib, link with that rather than the system's dynamic version.
 
2730
 
 
2731
Move the check for Cygwin that adds -no-undefined to LDFLAGS to the
 
2732
section checking for linker flags to add.
 
2733
 
 
2734
------------------------------------------------------------------------
 
2735
r20240 | sahlberg | 2006-12-29 15:05:55 -0800 (Fri, 29 Dec 2006) | 4 lines
 
2736
Changed paths:
 
2737
   M /trunk/epan/proto.c
 
2738
 
 
2739
 use ep allocated memory for the string in proto_item_append_string and let ftype-string.c handle the allocation/freeing of storage by setting already_copied to FALSE
 
2740
 
 
2741
 
 
2742
 
 
2743
------------------------------------------------------------------------
 
2744
r20239 | sahlberg | 2006-12-29 14:55:13 -0800 (Fri, 29 Dec 2006) | 4 lines
 
2745
Changed paths:
 
2746
   M /trunk/epan/dfilter/dfunctions.c
 
2747
 
 
2748
use an ep allocated temporary string when creating the string for a FT_STRING value and call fvalue_set with already_copied==FALSE   so the string gets allocated in ftype-string.c instead
 
2749
 
 
2750
 
 
2751
 
 
2752
------------------------------------------------------------------------
 
2753
r20238 | guy | 2006-12-29 14:54:43 -0800 (Fri, 29 Dec 2006) | 2 lines
 
2754
Changed paths:
 
2755
   M /trunk/epan/crypt
 
2756
 
 
2757
Set svn:ignore appropriately.
 
2758
 
 
2759
------------------------------------------------------------------------
 
2760
r20237 | guy | 2006-12-29 14:53:44 -0800 (Fri, 29 Dec 2006) | 10 lines
 
2761
Changed paths:
 
2762
   M /trunk/epan/Makefile.am
 
2763
   M /trunk/epan/crypt/Makefile.am
 
2764
 
 
2765
Make the crypt library the same way other sublibraries of libwireshark
 
2766
are made, so that if libwireshark is shared, the crypt library is built
 
2767
appropriately.  (This squelches a build warning, at least in OS X, that
 
2768
linking a shared library with a static library is non-portable; it
 
2769
should also arrange that the crypt library is built as
 
2770
position-independent code if necessary.)
 
2771
 
 
2772
DISTCLEANFILES subsumes CLEANFILES, so it doesn't need to list files
 
2773
already in CLEANFILES.
 
2774
 
 
2775
------------------------------------------------------------------------
 
2776
r20236 | guy | 2006-12-29 14:48:52 -0800 (Fri, 29 Dec 2006) | 2 lines
 
2777
Changed paths:
 
2778
   M /trunk/epan/crypt/airpdcap.c
 
2779
 
 
2780
Add some parentheses, as the suggestion of Mr. GCC.
 
2781
 
 
2782
------------------------------------------------------------------------
 
2783
r20235 | guy | 2006-12-29 14:48:09 -0800 (Fri, 29 Dec 2006) | 6 lines
 
2784
Changed paths:
 
2785
   M /trunk/epan/dissectors/packet-ipmi.c
 
2786
 
 
2787
Give dissect_cmd_Get_Channel_Auth_Capabilities() a return type (it
 
2788
returns nothing, so it should be void), and make it static like the
 
2789
other functions.
 
2790
 
 
2791
Make the ipmi_cmd_array[] table static - and const, while we're at it.
 
2792
 
 
2793
------------------------------------------------------------------------
 
2794
r20234 | sfisher | 2006-12-29 14:22:54 -0800 (Fri, 29 Dec 2006) | 15 lines
 
2795
Changed paths:
 
2796
   M /trunk/gtk/conversations_table.c
 
2797
   M /trunk/gtk/conversations_wlan.c
 
2798
   M /trunk/gtk/hostlist_table.c
 
2799
   M /trunk/gtk/hostlist_wlan.c
 
2800
   M /trunk/gtk/sat.h
 
2801
 
 
2802
 
 
2803
Fix for bug #1278: 
 
2804
 
 
2805
"When analysing a trace with 802.11 packages (made by airpcap) and selecting
 
2806
Statistics->Conversation List->WLAN all wlan conversations are listed. When
 
2807
after this selecting Apply as filter->Selected->A<->B a display filter is
 
2808
created as
 
2809
 
 
2810
eth.addr==<A>  && eth.addr==<B>
 
2811
 
 
2812
when if should be
 
2813
 
 
2814
wlan.addr==<A>  && wlan.addr==<B>"
 
2815
 
 
2816
 
 
2817
------------------------------------------------------------------------
 
2818
r20233 | sahlberg | 2006-12-29 13:57:19 -0800 (Fri, 29 Dec 2006) | 3 lines
 
2819
Changed paths:
 
2820
   M /trunk/epan/strutil.h
 
2821
 
 
2822
gtk1 does not provide g_ascii_isxdigit   so provide it through strutil.h instead
 
2823
 
 
2824
 
 
2825
------------------------------------------------------------------------
 
2826
r20232 | gerald | 2006-12-28 09:28:29 -0800 (Thu, 28 Dec 2006) | 2 lines
 
2827
Changed paths:
 
2828
   M /trunk/epan/crypt/Makefile.nmake
 
2829
   M /trunk/epan/wslua/Makefile.nmake
 
2830
 
 
2831
Add clean targets to wslua.  Fix the config.nmake include in crypt.
 
2832
 
 
2833
------------------------------------------------------------------------
 
2834
r20231 | gerald | 2006-12-28 09:22:12 -0800 (Thu, 28 Dec 2006) | 4 lines
 
2835
Changed paths:
 
2836
   M /trunk/Makefile.am
 
2837
   M /trunk/Makefile.nmake
 
2838
   M /trunk/airpcap_loader.c
 
2839
   D /trunk/airpdcap
 
2840
   M /trunk/configure.in
 
2841
   M /trunk/epan/Makefile.am
 
2842
   M /trunk/epan/Makefile.nmake
 
2843
   A /trunk/epan/crypt/Makefile.am (from /trunk/airpdcap/Makefile.am:20228)
 
2844
   A /trunk/epan/crypt/Makefile.common (from /trunk/airpdcap/Makefile.common:20228)
 
2845
   A /trunk/epan/crypt/Makefile.nmake (from /trunk/airpdcap/Makefile.nmake:20228)
 
2846
   A /trunk/epan/crypt/airpdcap.c (from /trunk/airpdcap/airpdcap.c:20228)
 
2847
   A /trunk/epan/crypt/airpdcap_ccmp.c (from /trunk/airpdcap/airpdcap_ccmp.c:20228)
 
2848
   A /trunk/epan/crypt/airpdcap_ccmp.h (from /trunk/airpdcap/airpdcap_ccmp.h:20228)
 
2849
   A /trunk/epan/crypt/airpdcap_debug.c (from /trunk/airpdcap/airpdcap_debug.c:20228)
 
2850
   A /trunk/epan/crypt/airpdcap_debug.h (from /trunk/airpdcap/airpdcap_debug.h:20228)
 
2851
   A /trunk/epan/crypt/airpdcap_int.h (from /trunk/airpdcap/airpdcap_int.h:20228)
 
2852
   A /trunk/epan/crypt/airpdcap_interop.h (from /trunk/airpdcap/airpdcap_interop.h:20228)
 
2853
   A /trunk/epan/crypt/airpdcap_md5.c (from /trunk/airpdcap/airpdcap_md5.c:20228)
 
2854
   A /trunk/epan/crypt/airpdcap_md5.h (from /trunk/airpdcap/airpdcap_md5.h:20228)
 
2855
   A /trunk/epan/crypt/airpdcap_rijndael.c (from /trunk/airpdcap/airpdcap_rijndael.c:20228)
 
2856
   A /trunk/epan/crypt/airpdcap_rijndael.h (from /trunk/airpdcap/airpdcap_rijndael.h:20228)
 
2857
   A /trunk/epan/crypt/airpdcap_sha1.c (from /trunk/airpdcap/airpdcap_sha1.c:20228)
 
2858
   A /trunk/epan/crypt/airpdcap_sha1.h (from /trunk/airpdcap/airpdcap_sha1.h:20228)
 
2859
   A /trunk/epan/crypt/airpdcap_system.h (from /trunk/airpdcap/airpdcap_system.h:20228)
 
2860
   A /trunk/epan/crypt/airpdcap_tkip.c (from /trunk/airpdcap/airpdcap_tkip.c:20228)
 
2861
   A /trunk/epan/crypt/airpdcap_tkip.h (from /trunk/airpdcap/airpdcap_tkip.h:20228)
 
2862
   A /trunk/epan/crypt/airpdcap_user.h (from /trunk/airpdcap/airpdcap_user.h:20228)
 
2863
   A /trunk/epan/crypt/airpdcap_wep.c (from /trunk/airpdcap/airpdcap_wep.c:20228)
 
2864
   A /trunk/epan/crypt/airpdcap_wep.h (from /trunk/airpdcap/airpdcap_wep.h:20228)
 
2865
   A /trunk/epan/crypt/airpdcap_ws.h (from /trunk/airpdcap/airpdcap_ws.h:20228)
 
2866
   M /trunk/epan/dissectors/Makefile.nmake
 
2867
   M /trunk/epan/dissectors/packet-ieee80211.c
 
2868
   M /trunk/gtk/Makefile.nmake
 
2869
   M /trunk/gtk/airpcap_gui_utils.c
 
2870
   M /trunk/gtk/main.c
 
2871
 
 
2872
Move the contents of airpdcap to epan/crypt.  Try to fix the current
 
2873
distcheck failure.  Move the nmake build targets for airpdcap from 
 
2874
epan/dissectors to epan.  This will probably break the Windows build.
 
2875
 
 
2876
------------------------------------------------------------------------
 
2877
r20230 | kukosa | 2006-12-28 04:30:53 -0800 (Thu, 28 Dec 2006) | 1 line
 
2878
Changed paths:
 
2879
   M /trunk/epan/dissectors/packet-ssl-utils.c
 
2880
   M /trunk/epan/dissectors/packet-ssl.c
 
2881
 
 
2882
debug improvements
 
2883
------------------------------------------------------------------------
 
2884
r20229 | wmeier | 2006-12-27 19:17:28 -0800 (Wed, 27 Dec 2006) | 4 lines
 
2885
Changed paths:
 
2886
   M /trunk/test/test.sh
 
2887
 
 
2888
Hack so test.sh will work with bash 3.1.6 or greater
 
2889
which requires 'igncr' to be able to process files in 
 
2890
'dos format' (\r\n line endings)
 
2891
 
 
2892
------------------------------------------------------------------------
 
2893
r20228 | gerald | 2006-12-27 15:19:45 -0800 (Wed, 27 Dec 2006) | 2 lines
 
2894
Changed paths:
 
2895
   A /trunk/airpdcap/Makefile.common
 
2896
   A /trunk/epan/crypt
 
2897
   A /trunk/epan/crypt/wep-wpadefs.h
 
2898
 
 
2899
Add missing files.
 
2900
 
 
2901
------------------------------------------------------------------------
 
2902
r20227 | gerald | 2006-12-27 15:05:55 -0800 (Wed, 27 Dec 2006) | 7 lines
 
2903
Changed paths:
 
2904
   M /trunk/Makefile.am
 
2905
   M /trunk/airpcap.h
 
2906
   M /trunk/airpcap_loader.c
 
2907
   M /trunk/airpcap_loader.h
 
2908
   M /trunk/airpdcap/Makefile.am
 
2909
   M /trunk/airpdcap/Makefile.nmake
 
2910
   M /trunk/airpdcap/airpdcap.c
 
2911
   M /trunk/airpdcap/airpdcap_ccmp.c
 
2912
   M /trunk/airpdcap/airpdcap_ccmp.h
 
2913
   M /trunk/airpdcap/airpdcap_debug.c
 
2914
   M /trunk/airpdcap/airpdcap_debug.h
 
2915
   M /trunk/airpdcap/airpdcap_int.h
 
2916
   M /trunk/airpdcap/airpdcap_interop.h
 
2917
   M /trunk/airpdcap/airpdcap_md5.c
 
2918
   M /trunk/airpdcap/airpdcap_md5.h
 
2919
   M /trunk/airpdcap/airpdcap_rijndael.c
 
2920
   M /trunk/airpdcap/airpdcap_rijndael.h
 
2921
   M /trunk/airpdcap/airpdcap_sha1.c
 
2922
   M /trunk/airpdcap/airpdcap_sha1.h
 
2923
   M /trunk/airpdcap/airpdcap_system.h
 
2924
   M /trunk/airpdcap/airpdcap_tkip.c
 
2925
   M /trunk/airpdcap/airpdcap_tkip.h
 
2926
   M /trunk/airpdcap/airpdcap_user.h
 
2927
   M /trunk/airpdcap/airpdcap_wep.c
 
2928
   M /trunk/airpdcap/airpdcap_wep.h
 
2929
   M /trunk/airpdcap/airpdcap_ws.h
 
2930
   M /trunk/configure.in
 
2931
   M /trunk/epan/Makefile.am
 
2932
   M /trunk/epan/dissectors/packet-ieee80211.c
 
2933
   M /trunk/gtk/main.c
 
2934
 
 
2935
Prepare to move the airpdcap code to epan/crypt (SVN won't let me actually
 
2936
move the files until these changes are checked in).  Add an AC_DEFINE
 
2937
for airpdcap (which will be removed once the changes have settled).
 
2938
Update the airpdcap code to compile on non-Windows systems.  Fix up
 
2939
comments and whitespace to conform more closely to the rest of the
 
2940
code base.  Verified to compile under Windows and OS X.
 
2941
 
 
2942
------------------------------------------------------------------------
 
2943
r20226 | etxrab | 2006-12-27 14:24:22 -0800 (Wed, 27 Dec 2006) | 1 line
 
2944
Changed paths:
 
2945
   M /trunk/plugins/megaco/packet-megaco.c
 
2946
 
 
2947
Use the correct function to translate to hex.
 
2948
------------------------------------------------------------------------
 
2949
r20225 | etxrab | 2006-12-27 14:21:46 -0800 (Wed, 27 Dec 2006) | 1 line
 
2950
Changed paths:
 
2951
   M /trunk/Makefile.nmake
 
2952
   M /trunk/config.nmake
 
2953
 
 
2954
Use portaudio v19.
 
2955
------------------------------------------------------------------------
 
2956
r20224 | jake | 2006-12-27 04:21:30 -0800 (Wed, 27 Dec 2006) | 1 line
 
2957
Changed paths:
 
2958
   M /trunk/plugins/mate/Makefile.am
 
2959
 
 
2960
Adding moduleinfo.nmake to the distribution
 
2961
------------------------------------------------------------------------
 
2962
r20223 | lego | 2006-12-26 17:46:42 -0800 (Tue, 26 Dec 2006) | 5 lines
 
2963
Changed paths:
 
2964
   M /trunk/epan/funnel.h
 
2965
   M /trunk/epan/wslua/console.lua
 
2966
   M /trunk/epan/wslua/wslua_gui.c
 
2967
   M /trunk/gtk/funnel_stat.c
 
2968
   M /trunk/tap-funnel.c
 
2969
 
 
2970
 
 
2971
+ browser_open_url()
 
2972
+ browser_open_data_file()
 
2973
 
 
2974
 
 
2975
------------------------------------------------------------------------
 
2976
r20222 | guy | 2006-12-26 14:56:35 -0800 (Tue, 26 Dec 2006) | 6 lines
 
2977
Changed paths:
 
2978
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
2979
   M /trunk/epan/dissectors/packet-exec.c
 
2980
   M /trunk/epan/dissectors/packet-sip.c
 
2981
   M /trunk/epan/dissectors/packet-slimp3.c
 
2982
 
 
2983
From Sebastien Tandel: fix places where a signed character was being
 
2984
passed to ctype.h macros.
 
2985
 
 
2986
Make some routines in packet-exec.c not used outside that file static,
 
2987
and fix a typo.
 
2988
 
 
2989
------------------------------------------------------------------------
 
2990
r20221 | wmeier | 2006-12-26 14:40:49 -0800 (Tue, 26 Dec 2006) | 6 lines
 
2991
Changed paths:
 
2992
   M /trunk/Makefile.nmake
 
2993
   M /trunk/config.nmake
 
2994
 
 
2995
Uh Oh: Fix to properly set SH_FLAGS with 'igncr' if required as part of the nmake;
 
2996
I violated Murphy's nth law: thou shalt test fixes in an 
 
2997
'out of the box' configuration *not* in one's customized configuration.
 
2998
:(
 
2999
 
 
3000
 
 
3001
------------------------------------------------------------------------
 
3002
r20220 | morriss | 2006-12-26 14:27:46 -0800 (Tue, 26 Dec 2006) | 1 line
 
3003
Changed paths:
 
3004
   M /trunk/epan/dissectors/packet-sccp.c
 
3005
 
 
3006
If p2p_dir isn't set (no message direction is configured) or no association is found, try to find a subdissector on both the called and calling SSNs instead of just trying the called SSN.  Also clean up some indenting and fix the capitalization when showing what dissector the TCAP SSN is linked to.
 
3007
------------------------------------------------------------------------
 
3008
r20219 | ulfl | 2006-12-26 14:01:09 -0800 (Tue, 26 Dec 2006) | 1 line
 
3009
Changed paths:
 
3010
   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
 
3011
 
 
3012
the default python version used changed from cygwin to native Win32 version
 
3013
------------------------------------------------------------------------
 
3014
r20218 | ulfl | 2006-12-26 12:20:52 -0800 (Tue, 26 Dec 2006) | 3 lines
 
3015
Changed paths:
 
3016
   M /trunk/config.nmake
 
3017
 
 
3018
cygwins python doesn't work on a lot of machines, make the native python the default (until we know what the cause of the problems are)
 
3019
 
 
3020
set VERSION_EXTRA back to empty - I guess this was checked in by mistake
 
3021
------------------------------------------------------------------------
 
3022
r20217 | ulfl | 2006-12-26 12:04:54 -0800 (Tue, 26 Dec 2006) | 1 line
 
3023
Changed paths:
 
3024
   M /trunk/gtk/proto_draw.c
 
3025
 
 
3026
fix unused warnings
 
3027
------------------------------------------------------------------------
 
3028
r20216 | ulfl | 2006-12-26 12:00:45 -0800 (Tue, 26 Dec 2006) | 1 line
 
3029
Changed paths:
 
3030
   M /trunk/epan/dissectors/packet-stun2.c
 
3031
 
 
3032
use prefix to prevent redefinition warning from wingdi.h
 
3033
------------------------------------------------------------------------
 
3034
r20215 | ulfl | 2006-12-26 04:40:37 -0800 (Tue, 26 Dec 2006) | 1 line
 
3035
Changed paths:
 
3036
   M /trunk/Makefile.nmake
 
3037
 
 
3038
convert line endings (using dos2unix) of the win32_setup.sh file before using it
 
3039
------------------------------------------------------------------------
 
3040
r20214 | jake | 2006-12-26 01:13:05 -0800 (Tue, 26 Dec 2006) | 7 lines
 
3041
Changed paths:
 
3042
   M /trunk/epan/dissectors/packet-isis-lsp.c
 
3043
 
 
3044
From Sebastien Tandel:
 
3045
Here is a patch for the management of the bad/good checksum for ISIS (like TCP/UDP/IP).
 
3046
support added for:
 
3047
- booleans hf_isis_lsp_checksum_good, hf_isis_lsp_checksum_bad in the tree,
 
3048
- information in the info column if bad checksum,
 
3049
- expert info for bad checksum,
 
3050
 
 
3051
------------------------------------------------------------------------
 
3052
r20213 | guy | 2006-12-25 13:34:11 -0800 (Mon, 25 Dec 2006) | 2 lines
 
3053
Changed paths:
 
3054
   M /trunk/wiretap/wtap-int.h
 
3055
 
 
3056
Fix indentation.
 
3057
 
 
3058
------------------------------------------------------------------------
 
3059
r20212 | sfisher | 2006-12-24 20:01:22 -0800 (Sun, 24 Dec 2006) | 16 lines
 
3060
Changed paths:
 
3061
   M /trunk/AUTHORS
 
3062
   M /trunk/epan/dissectors/packet-ssl.c
 
3063
 
 
3064
 
 
3065
From Sake Blok:
 
3066
 
 
3067
The attached patch changes the way the ssl-session-id is displayed.
 
3068
Currently it is not shown, only the length is shown like this:
 
3069
 
 
3070
   Session ID Length: 32
 
3071
   Session ID (32 bytes)
 
3072
 
 
3073
To me, it is not useful to repeat the length and omit the ID itself.
 
3074
With this patch the ssl-session-id is shown like this:
 
3075
 
 
3076
   Session ID Length: 32
 
3077
   Session ID: A4B2FB0EE6D8F58DEFF68E38B1E5B4C25F1869D4BC86A96E...
 
3078
 
 
3079
 
 
3080
------------------------------------------------------------------------
 
3081
r20211 | guy | 2006-12-24 12:40:19 -0800 (Sun, 24 Dec 2006) | 5 lines
 
3082
Changed paths:
 
3083
   M /trunk/epan/dissectors/packet-roofnet.c
 
3084
 
 
3085
dissect_roofnet_link() returns no value and nothing expects it to;
 
3086
declare it to return void, not int.
 
3087
 
 
3088
Get rid of an unused variable.
 
3089
 
 
3090
------------------------------------------------------------------------
 
3091
r20210 | jake | 2006-12-24 08:12:04 -0800 (Sun, 24 Dec 2006) | 1 line
 
3092
Changed paths:
 
3093
   M /trunk/epan/ftypes/ftype-pcre.c
 
3094
 
 
3095
Reverse commit 20209, breaking the build across the board.
 
3096
------------------------------------------------------------------------
 
3097
r20209 | sahlberg | 2006-12-23 13:17:32 -0800 (Sat, 23 Dec 2006) | 2 lines
 
3098
Changed paths:
 
3099
   M /trunk/epan/ftypes/ftype-pcre.c
 
3100
 
 
3101
make the PCRE ftype use ep allocated memory instead of g_malloced memory
 
3102
 
 
3103
------------------------------------------------------------------------
 
3104
r20208 | lego | 2006-12-22 19:53:13 -0800 (Fri, 22 Dec 2006) | 3 lines
 
3105
Changed paths:
 
3106
   M /trunk/epan/wslua/wslua_listener.c
 
3107
 
 
3108
get rid of an unused variable.
 
3109
 
 
3110
 
 
3111
------------------------------------------------------------------------
 
3112
r20207 | lego | 2006-12-22 19:52:38 -0800 (Fri, 22 Dec 2006) | 3 lines
 
3113
Changed paths:
 
3114
   M /trunk/tshark.c
 
3115
 
 
3116
Have -X options defined before epan_init() gets called.
 
3117
 
 
3118
 
 
3119
------------------------------------------------------------------------
 
3120
r20206 | lego | 2006-12-22 19:45:46 -0800 (Fri, 22 Dec 2006) | 4 lines
 
3121
Changed paths:
 
3122
   M /trunk/epan/wslua/console.lua
 
3123
   M /trunk/epan/wslua/wslua_listener.c
 
3124
 
 
3125
- Fix an error in the tap listener callback
 
3126
- add some comments to console.lua
 
3127
 
 
3128
 
 
3129
------------------------------------------------------------------------
 
3130
r20205 | sahlberg | 2006-12-22 16:10:49 -0800 (Fri, 22 Dec 2006) | 4 lines
 
3131
Changed paths:
 
3132
   M /trunk/epan/ftypes/ftype-ipv4.c
 
3133
 
 
3134
make ipv4 ftype use cheap ep_ memory isntead of slightly less cheap g_ memory
 
3135
for the temporary storage while parsing
 
3136
 
 
3137
 
 
3138
------------------------------------------------------------------------
 
3139
r20204 | gerald | 2006-12-22 16:06:16 -0800 (Fri, 22 Dec 2006) | 2 lines
 
3140
Changed paths:
 
3141
   M /trunk/Makefile.nmake
 
3142
   M /trunk/config.nmake
 
3143
   M /trunk/packaging/nsis/wireshark.nsi
 
3144
   M /trunk/tools/win32-setup.sh
 
3145
 
 
3146
Update to GNUTLS 1.6.0.
 
3147
 
 
3148
------------------------------------------------------------------------
 
3149
r20203 | sfisher | 2006-12-22 14:15:38 -0800 (Fri, 22 Dec 2006) | 5 lines
 
3150
Changed paths:
 
3151
   M /trunk/epan/dissectors/packet-pppoe.c
 
3152
 
 
3153
 
 
3154
Report inaccurate PPPoE Session payload length when detected to aid in the
 
3155
troubleshooting of malformed packets.
 
3156
 
 
3157
 
 
3158
------------------------------------------------------------------------
 
3159
r20202 | gerald | 2006-12-22 13:01:23 -0800 (Fri, 22 Dec 2006) | 2 lines
 
3160
Changed paths:
 
3161
   M /trunk/AUTHORS
 
3162
 
 
3163
@ -> [AT]
 
3164
 
 
3165
------------------------------------------------------------------------
 
3166
r20201 | jake | 2006-12-22 12:09:09 -0800 (Fri, 22 Dec 2006) | 2 lines
 
3167
Changed paths:
 
3168
   M /trunk/gtk/capture_dlg.c
 
3169
 
 
3170
Make fix for bug 771 compatible with GTK1
 
3171
 
 
3172
------------------------------------------------------------------------
 
3173
r20200 | wmeier | 2006-12-22 10:16:22 -0800 (Fri, 22 Dec 2006) | 6 lines
 
3174
Changed paths:
 
3175
   M /trunk/test/suite-capture.sh
 
3176
 
 
3177
OK: I think I've fixed most of the problems in 
 
3178
    suite-capture.sh which were causing some 
 
3179
    of tests to fail;
 
3180
    The stdout tests still tend to fail: 
 
3181
    some issue with flushing the stdout pipe ??
 
3182
 
 
3183
------------------------------------------------------------------------
 
3184
r20199 | morriss | 2006-12-22 09:23:45 -0800 (Fri, 22 Dec 2006) | 1 line
 
3185
Changed paths:
 
3186
   M /trunk/version_info.c
 
3187
 
 
3188
Take out UCD-SNMP message since we no longer use it
 
3189
------------------------------------------------------------------------
 
3190
r20198 | jake | 2006-12-22 06:48:51 -0800 (Fri, 22 Dec 2006) | 3 lines
 
3191
Changed paths:
 
3192
   M /trunk/epan/dissectors/packet-giop.c
 
3193
 
 
3194
Fix for bug 1272.
 
3195
Check length remaining before aligning.
 
3196
 
 
3197
------------------------------------------------------------------------
 
3198
r20197 | wmeier | 2006-12-22 05:00:40 -0800 (Fri, 22 Dec 2006) | 3 lines
 
3199
Changed paths:
 
3200
   M /trunk/test/config.sh
 
3201
   M /trunk/test/suite-capture.sh
 
3202
 
 
3203
Use interface '1' for the capture tests; 
 
3204
Add additional error output in case any other problems
 
3205
 
 
3206
------------------------------------------------------------------------
 
3207
r20196 | jake | 2006-12-22 04:53:49 -0800 (Fri, 22 Dec 2006) | 4 lines
 
3208
Changed paths:
 
3209
   M /trunk/make-version.pl
 
3210
 
 
3211
Fix for bug 1195.
 
3212
Add preference svn_client to indicate you want to use 'svn info' i.s.o. ugly directory hack.
 
3213
version.conf format more relaxed.
 
3214
 
 
3215
------------------------------------------------------------------------
 
3216
r20195 | sahlberg | 2006-12-22 01:01:12 -0800 (Fri, 22 Dec 2006) | 10 lines
 
3217
Changed paths:
 
3218
   M /trunk/epan/dfilter/dfvm.c
 
3219
   M /trunk/epan/ftypes/ftype-ipv4.c
 
3220
   M /trunk/epan/ftypes/ftype-string.c
 
3221
   M /trunk/epan/ftypes/ftypes.c
 
3222
   M /trunk/epan/ftypes/ftypes.h
 
3223
   M /trunk/epan/libwireshark.def
 
3224
   M /trunk/epan/proto.c
 
3225
   M /trunk/gtk/dfilter_expr_dlg.c
 
3226
 
 
3227
hmm
 
3228
 
 
3229
best to revert this for a while.
 
3230
 
 
3231
 
 
3232
 
 
3233
revert all changes from previous patch.
 
3234
 
 
3235
 
 
3236
 
 
3237
------------------------------------------------------------------------
 
3238
r20194 | sahlberg | 2006-12-22 00:35:43 -0800 (Fri, 22 Dec 2006) | 15 lines
 
3239
Changed paths:
 
3240
   M /trunk/epan/dfilter/dfvm.c
 
3241
   M /trunk/epan/ftypes/ftype-ipv4.c
 
3242
   M /trunk/epan/ftypes/ftype-string.c
 
3243
   M /trunk/epan/ftypes/ftypes.c
 
3244
   M /trunk/epan/ftypes/ftypes.h
 
3245
   M /trunk/epan/libwireshark.def
 
3246
   M /trunk/epan/proto.c
 
3247
   M /trunk/gtk/dfilter_expr_dlg.c
 
3248
 
 
3249
change some slab allocated memory into ep/emem allocated structures instead.
 
3250
 
 
3251
this primarily removes code and simplifies (==eliminates) the need to track the data that is allocated and should potentially be slightly faster than a slab allocator.
 
3252
however these functions are called A LOT so there might be a performance hit when using emem with full debugging canary values and all the bells and whistles activated.
 
3253
 
 
3254
 
 
3255
this change also makes any future attempt to parallellize dissection of frames easier if we just make the ep allocator allocate from a threads specific ep pool.
 
3256
(something we would have to do anyway to make ep allocations multithreaded)
 
3257
 
 
3258
 
 
3259
 
 
3260
this works in all my tests so far but needs more test coverage.
 
3261
 
 
3262
 
 
3263
 
 
3264
------------------------------------------------------------------------
 
3265
r20193 | lego | 2006-12-21 21:54:12 -0800 (Thu, 21 Dec 2006) | 3 lines
 
3266
Changed paths:
 
3267
   M /trunk/epan/wslua/wslua_tvb.c
 
3268
 
 
3269
fix a typo.
 
3270
 
 
3271
 
 
3272
------------------------------------------------------------------------
 
3273
r20192 | lego | 2006-12-21 21:48:57 -0800 (Thu, 21 Dec 2006) | 7 lines
 
3274
Changed paths:
 
3275
   M /trunk/epan/wslua
 
3276
   M /trunk/epan/wslua/init_wslua.c
 
3277
   M /trunk/epan/wslua/make-doc.pl
 
3278
   M /trunk/epan/wslua/taps
 
3279
   M /trunk/epan/wslua/wslua_proto.c
 
3280
   M /trunk/epan/wslua/wslua_tvb.c
 
3281
 
 
3282
- Fix the name of the disable_lua variable.
 
3283
== improve documentation
 
3284
   make-doc.pl ( make doc ) generates an almost complete reference manual.
 
3285
 
 
3286
 
 
3287
 
 
3288
 
 
3289
------------------------------------------------------------------------
 
3290
r20191 | wmeier | 2006-12-21 20:46:26 -0800 (Thu, 21 Dec 2006) | 4 lines
 
3291
Changed paths:
 
3292
   M /trunk/test/suite-capture.sh
 
3293
 
 
3294
Add additional output to try to find out why the "capture 10 
 
3295
packets" test fails during the run-tests step of the 
 
3296
buildbot windows build ... 
 
3297
 
 
3298
------------------------------------------------------------------------
 
3299
r20190 | wmeier | 2006-12-21 16:38:53 -0800 (Thu, 21 Dec 2006) | 2 lines
 
3300
Changed paths:
 
3301
   M /trunk/Makefile.nmake
 
3302
 
 
3303
use 'rm -rf' so no error if directory already deleted (by 'clean_setup')
 
3304
 
 
3305
------------------------------------------------------------------------
 
3306
r20189 | jake | 2006-12-21 14:24:33 -0800 (Thu, 21 Dec 2006) | 4 lines
 
3307
Changed paths:
 
3308
   M /trunk/epan/dissectors/packet-q931.c
 
3309
 
 
3310
From Alfred Alinazar:
 
3311
The patch is to dissect unknown information element when an Avaya PBX
 
3312
use codeset = 6 to send display.
 
3313
 
 
3314
------------------------------------------------------------------------
 
3315
r20188 | etxrab | 2006-12-21 14:15:34 -0800 (Thu, 21 Dec 2006) | 1 line
 
3316
Changed paths:
 
3317
   M /trunk/Makefile.nmake
 
3318
   M /trunk/config.nmake
 
3319
   M /trunk/tools/win32-setup.sh
 
3320
 
 
3321
Update to use gtk 2.10.6 and friends.
 
3322
------------------------------------------------------------------------
 
3323
r20187 | jake | 2006-12-21 14:13:30 -0800 (Thu, 21 Dec 2006) | 3 lines
 
3324
Changed paths:
 
3325
   M /trunk/epan/dissectors/packet-sflow.c
 
3326
 
 
3327
From Taisuke SASAKI:
 
3328
I found a misdecoding in dissect_sflow_extended_switch() in epan/dissector/packet-sflow.c and fixed it.
 
3329
 
 
3330
------------------------------------------------------------------------
 
3331
r20186 | jake | 2006-12-21 14:01:09 -0800 (Thu, 21 Dec 2006) | 3 lines
 
3332
Changed paths:
 
3333
   M /trunk/gtk/capture_dlg.c
 
3334
 
 
3335
From Florent Drouin:
 
3336
Here is a patch for Bug 771.
 
3337
It solves the problem of datalink header selection, when the interface has more than one.
 
3338
------------------------------------------------------------------------
 
3339
r20185 | guy | 2006-12-21 13:09:39 -0800 (Thu, 21 Dec 2006) | 3 lines
 
3340
Changed paths:
 
3341
   M /trunk/AUTHORS
 
3342
 
 
3343
Steve Sommars wanted his work e-mail address removed and his home
 
3344
address's entry removed.
 
3345
 
 
3346
------------------------------------------------------------------------
 
3347
r20184 | martinm | 2006-12-21 10:00:07 -0800 (Thu, 21 Dec 2006) | 2 lines
 
3348
Changed paths:
 
3349
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
3350
 
 
3351
Add a generated field for how many data bytes are accepted by subdissector
 
3352
 
 
3353
------------------------------------------------------------------------
 
3354
r20183 | martinm | 2006-12-21 09:05:42 -0800 (Thu, 21 Dec 2006) | 4 lines
 
3355
Changed paths:
 
3356
   M /trunk/epan/dissectors/packet-rtcp.c
 
3357
 
 
3358
TBCP changes:
 
3359
- Fix 'ignored' flag that wasn't wide enough to take result
 
3360
- Use FP_UINT_STRING in a couple of places
 
3361
 
 
3362
------------------------------------------------------------------------
 
3363
r20182 | sfisher | 2006-12-20 22:41:11 -0800 (Wed, 20 Dec 2006) | 11 lines
 
3364
Changed paths:
 
3365
   M /trunk/epan/dissectors/packet-netflow.c
 
3366
 
 
3367
 
 
3368
From Motonori Shindo:
 
3369
 
 
3370
As per NetFlow V9 protocol, Template ID is guaranteed to be unique per
 
3371
Observation Domain (identified by Source ID) and the Exporter
 
3372
(identified by the source IP address of NetFlow PDU).
 
3373
 
 
3374
The former code was ignoring these information for simplicity, but
 
3375
noticing such a necessity.
 
3376
 
 
3377
 
 
3378
------------------------------------------------------------------------
 
3379
r20181 | jmayer | 2006-12-20 13:41:19 -0800 (Wed, 20 Dec 2006) | 1 line
 
3380
Changed paths:
 
3381
   M /trunk/asn1/snmp
 
3382
 
 
3383
Set svn:ignore
 
3384
------------------------------------------------------------------------
 
3385
r20180 | jake | 2006-12-20 08:24:19 -0800 (Wed, 20 Dec 2006) | 2 lines
 
3386
Changed paths:
 
3387
   M /trunk/doc/README.plugins
 
3388
 
 
3389
Updated to describe the current state of plugin development.
 
3390
 
 
3391
------------------------------------------------------------------------
 
3392
r20179 | sahlberg | 2006-12-20 03:57:31 -0800 (Wed, 20 Dec 2006) | 8 lines
 
3393
Changed paths:
 
3394
   M /trunk/epan/dissectors/packet-tcp.c
 
3395
 
 
3396
Enhance tcp reassembly of the flavor "reassemble one more segment" work properly
 
3397
for the quite unusual case when we need to do this multiple times in a row for the same PDU.
 
3398
 
 
3399
This fixes the issue reported by Xiaoguang Liu on the mailinglist
 
3400
where wireshark did not manage to properly reassemble a big HTTP header spanning several (more than two) tcp segments.
 
3401
 
 
3402
 
 
3403
 
 
3404
------------------------------------------------------------------------
 
3405
r20178 | jake | 2006-12-20 02:07:20 -0800 (Wed, 20 Dec 2006) | 2 lines
 
3406
Changed paths:
 
3407
   M /trunk/plugins/profinet/moduleinfo.nmake
 
3408
 
 
3409
Bump micro version number, like in moduleinfo.h
 
3410
 
 
3411
------------------------------------------------------------------------
 
3412
r20177 | ulfl | 2006-12-19 14:44:35 -0800 (Tue, 19 Dec 2006) | 1 line
 
3413
Changed paths:
 
3414
   M /trunk/plugins/profinet/ChangeLog
 
3415
   M /trunk/plugins/profinet/moduleinfo.h
 
3416
 
 
3417
raise plugin version, as I've done some small but important changes 
 
3418
------------------------------------------------------------------------
 
3419
r20176 | jake | 2006-12-19 14:30:38 -0800 (Tue, 19 Dec 2006) | 1 line
 
3420
Changed paths:
 
3421
   M /trunk/plugins/mate/Makefile.common
 
3422
   M /trunk/plugins/mate/moduleinfo.nmake
 
3423
   M /trunk/plugins/mate/plugin.rc.in
 
3424
 
 
3425
Set the right properties on the files.
 
3426
------------------------------------------------------------------------
 
3427
r20175 | jake | 2006-12-19 14:28:41 -0800 (Tue, 19 Dec 2006) | 1 line
 
3428
Changed paths:
 
3429
   M /trunk/plugins/v5ua/Makefile.am
 
3430
   M /trunk/plugins/v5ua/Makefile.nmake
 
3431
   A /trunk/plugins/v5ua/moduleinfo.nmake
 
3432
   A /trunk/plugins/v5ua/plugin.rc.in
 
3433
 
 
3434
Add Windows version info resource.
 
3435
------------------------------------------------------------------------
 
3436
r20174 | jake | 2006-12-19 14:28:22 -0800 (Tue, 19 Dec 2006) | 1 line
 
3437
Changed paths:
 
3438
   A /trunk/plugins/sbus/COPYING
 
3439
   M /trunk/plugins/sbus/Makefile.am
 
3440
   M /trunk/plugins/sbus/Makefile.nmake
 
3441
   A /trunk/plugins/sbus/moduleinfo.nmake
 
3442
   A /trunk/plugins/sbus/plugin.rc.in
 
3443
 
 
3444
Add Windows version info resource.
 
3445
------------------------------------------------------------------------
 
3446
r20173 | etxrab | 2006-12-19 14:28:20 -0800 (Tue, 19 Dec 2006) | 1 line
 
3447
Changed paths:
 
3448
   M /trunk/epan/dissectors/packet-ber.c
 
3449
 
 
3450
Remove an unused variable.
 
3451
------------------------------------------------------------------------
 
3452
r20172 | jake | 2006-12-19 14:28:03 -0800 (Tue, 19 Dec 2006) | 1 line
 
3453
Changed paths:
 
3454
   M /trunk/plugins/rudp/Makefile.am
 
3455
   M /trunk/plugins/rudp/Makefile.nmake
 
3456
   A /trunk/plugins/rudp/moduleinfo.nmake
 
3457
   A /trunk/plugins/rudp/plugin.rc.in
 
3458
 
 
3459
Add Windows version info resource.
 
3460
------------------------------------------------------------------------
 
3461
r20171 | jake | 2006-12-19 14:27:45 -0800 (Tue, 19 Dec 2006) | 1 line
 
3462
Changed paths:
 
3463
   M /trunk/plugins/rtnet/Makefile.am
 
3464
   M /trunk/plugins/rtnet/Makefile.nmake
 
3465
   A /trunk/plugins/rtnet/moduleinfo.nmake
 
3466
   A /trunk/plugins/rtnet/plugin.rc.in
 
3467
 
 
3468
Add Windows version info resource.
 
3469
------------------------------------------------------------------------
 
3470
r20170 | jake | 2006-12-19 14:27:31 -0800 (Tue, 19 Dec 2006) | 1 line
 
3471
Changed paths:
 
3472
   M /trunk/plugins/rlm/Makefile.am
 
3473
   M /trunk/plugins/rlm/Makefile.nmake
 
3474
   A /trunk/plugins/rlm/moduleinfo.nmake
 
3475
   A /trunk/plugins/rlm/plugin.rc.in
 
3476
 
 
3477
Add Windows version info resource.
 
3478
------------------------------------------------------------------------
 
3479
r20169 | jake | 2006-12-19 14:27:15 -0800 (Tue, 19 Dec 2006) | 1 line
 
3480
Changed paths:
 
3481
   M /trunk/plugins/profinet/Makefile.am
 
3482
   M /trunk/plugins/profinet/Makefile.nmake
 
3483
   A /trunk/plugins/profinet/moduleinfo.nmake
 
3484
   A /trunk/plugins/profinet/plugin.rc.in
 
3485
 
 
3486
Add Windows version info resource.
 
3487
------------------------------------------------------------------------
 
3488
r20168 | jake | 2006-12-19 14:27:01 -0800 (Tue, 19 Dec 2006) | 1 line
 
3489
Changed paths:
 
3490
   M /trunk/plugins/pcli/Makefile.am
 
3491
   M /trunk/plugins/pcli/Makefile.nmake
 
3492
   A /trunk/plugins/pcli/moduleinfo.nmake
 
3493
   A /trunk/plugins/pcli/plugin.rc.in
 
3494
 
 
3495
Add Windows version info resource.
 
3496
------------------------------------------------------------------------
 
3497
r20167 | jake | 2006-12-19 14:26:43 -0800 (Tue, 19 Dec 2006) | 1 line
 
3498
Changed paths:
 
3499
   M /trunk/plugins/opsi/Makefile.am
 
3500
   M /trunk/plugins/opsi/Makefile.nmake
 
3501
   A /trunk/plugins/opsi/moduleinfo.nmake
 
3502
   A /trunk/plugins/opsi/plugin.rc.in
 
3503
 
 
3504
Add Windows version info resource.
 
3505
------------------------------------------------------------------------
 
3506
r20166 | etxrab | 2006-12-19 14:26:41 -0800 (Tue, 19 Dec 2006) | 1 line
 
3507
Changed paths:
 
3508
   M /trunk/epan/dissectors/packet-ip.h
 
3509
   M /trunk/epan/libwireshark.def
 
3510
   M /trunk/plugins/megaco/packet-megaco.c
 
3511
 
 
3512
Correct a problem with media parameter dissection and add inforamtion about a number of packages.
 
3513
------------------------------------------------------------------------
 
3514
r20165 | jake | 2006-12-19 14:26:27 -0800 (Tue, 19 Dec 2006) | 1 line
 
3515
Changed paths:
 
3516
   M /trunk/plugins/mgcp/Makefile.am
 
3517
   M /trunk/plugins/mgcp/Makefile.nmake
 
3518
   A /trunk/plugins/mgcp/moduleinfo.nmake
 
3519
   A /trunk/plugins/mgcp/plugin.rc.in
 
3520
 
 
3521
Add Windows version info resource.
 
3522
------------------------------------------------------------------------
 
3523
r20164 | jake | 2006-12-19 14:26:06 -0800 (Tue, 19 Dec 2006) | 1 line
 
3524
Changed paths:
 
3525
   M /trunk/plugins/megaco/Makefile.am
 
3526
   M /trunk/plugins/megaco/Makefile.nmake
 
3527
   A /trunk/plugins/megaco/moduleinfo.nmake
 
3528
   A /trunk/plugins/megaco/plugin.rc.in
 
3529
 
 
3530
Add Windows version info resource.
 
3531
------------------------------------------------------------------------
 
3532
r20163 | jake | 2006-12-19 14:25:24 -0800 (Tue, 19 Dec 2006) | 1 line
 
3533
Changed paths:
 
3534
   M /trunk/plugins/lwres/Makefile.am
 
3535
   M /trunk/plugins/lwres/Makefile.nmake
 
3536
   A /trunk/plugins/lwres/moduleinfo.nmake
 
3537
   A /trunk/plugins/lwres/plugin.rc.in
 
3538
 
 
3539
Add Windows version info resource.
 
3540
------------------------------------------------------------------------
 
3541
r20162 | jake | 2006-12-19 14:25:09 -0800 (Tue, 19 Dec 2006) | 1 line
 
3542
Changed paths:
 
3543
   M /trunk/plugins/irda/Makefile.am
 
3544
   M /trunk/plugins/irda/Makefile.nmake
 
3545
   A /trunk/plugins/irda/moduleinfo.nmake
 
3546
   A /trunk/plugins/irda/plugin.rc.in
 
3547
 
 
3548
Add Windows version info resource.
 
3549
------------------------------------------------------------------------
 
3550
r20161 | jake | 2006-12-19 14:24:40 -0800 (Tue, 19 Dec 2006) | 1 line
 
3551
Changed paths:
 
3552
   M /trunk/plugins/gryphon/Makefile.am
 
3553
   M /trunk/plugins/gryphon/Makefile.nmake
 
3554
   A /trunk/plugins/gryphon/moduleinfo.nmake
 
3555
   A /trunk/plugins/gryphon/plugin.rc.in
 
3556
 
 
3557
Add Windows version info resource.
 
3558
------------------------------------------------------------------------
 
3559
r20160 | jake | 2006-12-19 14:24:16 -0800 (Tue, 19 Dec 2006) | 1 line
 
3560
Changed paths:
 
3561
   M /trunk/plugins/enttec/Makefile.am
 
3562
   M /trunk/plugins/enttec/Makefile.nmake
 
3563
   A /trunk/plugins/enttec/moduleinfo.nmake
 
3564
   A /trunk/plugins/enttec/plugin.rc.in
 
3565
 
 
3566
Add Windows version info resource.
 
3567
------------------------------------------------------------------------
 
3568
r20159 | jake | 2006-12-19 14:23:56 -0800 (Tue, 19 Dec 2006) | 1 line
 
3569
Changed paths:
 
3570
   M /trunk/plugins/docsis/Makefile.am
 
3571
   M /trunk/plugins/docsis/Makefile.nmake
 
3572
   A /trunk/plugins/docsis/moduleinfo.nmake
 
3573
   A /trunk/plugins/docsis/plugin.rc.in
 
3574
 
 
3575
Add Windows version info resource.
 
3576
------------------------------------------------------------------------
 
3577
r20158 | jake | 2006-12-19 14:23:37 -0800 (Tue, 19 Dec 2006) | 1 line
 
3578
Changed paths:
 
3579
   M /trunk/plugins/ciscosm/Makefile.am
 
3580
   M /trunk/plugins/ciscosm/Makefile.nmake
 
3581
   A /trunk/plugins/ciscosm/moduleinfo.nmake
 
3582
   A /trunk/plugins/ciscosm/plugin.rc.in
 
3583
 
 
3584
Add Windows version info resource.
 
3585
------------------------------------------------------------------------
 
3586
r20157 | jake | 2006-12-19 14:23:22 -0800 (Tue, 19 Dec 2006) | 1 line
 
3587
Changed paths:
 
3588
   M /trunk/plugins/asn1/Makefile.am
 
3589
   M /trunk/plugins/asn1/Makefile.nmake
 
3590
   A /trunk/plugins/asn1/moduleinfo.nmake
 
3591
   A /trunk/plugins/asn1/plugin.rc.in
 
3592
 
 
3593
Add Windows version info resource.
 
3594
------------------------------------------------------------------------
 
3595
r20156 | jake | 2006-12-19 14:22:55 -0800 (Tue, 19 Dec 2006) | 1 line
 
3596
Changed paths:
 
3597
   M /trunk/plugins/artnet/Makefile.am
 
3598
   M /trunk/plugins/artnet/Makefile.nmake
 
3599
   A /trunk/plugins/artnet/moduleinfo.nmake
 
3600
   A /trunk/plugins/artnet/plugin.rc.in
 
3601
 
 
3602
Add Windows version info resource.
 
3603
------------------------------------------------------------------------
 
3604
r20155 | jake | 2006-12-19 14:22:34 -0800 (Tue, 19 Dec 2006) | 1 line
 
3605
Changed paths:
 
3606
   M /trunk/plugins/agentx/Makefile.am
 
3607
   M /trunk/plugins/agentx/Makefile.nmake
 
3608
   A /trunk/plugins/agentx/moduleinfo.nmake
 
3609
   A /trunk/plugins/agentx/plugin.rc.in
 
3610
 
 
3611
Add Windows version info resource.
 
3612
------------------------------------------------------------------------
 
3613
r20154 | jake | 2006-12-19 14:16:54 -0800 (Tue, 19 Dec 2006) | 2 lines
 
3614
Changed paths:
 
3615
   M /trunk/epan/dissectors/Makefile.common
 
3616
   A /trunk/epan/dissectors/packet-roofnet.c
 
3617
 
 
3618
From Sebastien Tandel:
 
3619
Here is a patch for the dissector of the new Roofnet protocol.
 
3620
------------------------------------------------------------------------
 
3621
r20153 | etxrab | 2006-12-19 14:07:08 -0800 (Tue, 19 Dec 2006) | 5 lines
 
3622
Changed paths:
 
3623
   M /trunk/asn1/camel/camel.asn
 
3624
   M /trunk/asn1/camel/packet-camel-template.c
 
3625
   M /trunk/epan/dissectors/packet-camel.c
 
3626
 
 
3627
From Florent Drouin:
 
3628
Update the Camel ASN1 definition to version 3GPP TS
 
3629
29.078 7.3.0 Release 7.
 
3630
Some definitions for element SIZE have been replaced to use the capSpecificBound variables, and some decoding problemes, like for Establish temporary connection have been solved.
 
3631
I did notice that the CalledPartyBCDNumber (ISDN-AddressString (1..9) ) is not inline with the last definition (1..41), but I did not update it.
 
3632
------------------------------------------------------------------------
 
3633
r20152 | etxrab | 2006-12-19 14:04:22 -0800 (Tue, 19 Dec 2006) | 5 lines
 
3634
Changed paths:
 
3635
   M /trunk/epan/dissectors/packet-ber.c
 
3636
 
 
3637
From Florent Drouin:
 
3638
Introduce the support for "expert info" in the BER decoding module.
 
3639
It is usefull if you have to analyze long capture files, containing few malformed messages.
 
3640
 
 
3641
With changes to make it compile with MSVC6.
 
3642
------------------------------------------------------------------------
 
3643
r20151 | jake | 2006-12-18 23:06:25 -0800 (Mon, 18 Dec 2006) | 2 lines
 
3644
Changed paths:
 
3645
   M /trunk/plugins/stats_tree/Makefile.common
 
3646
   M /trunk/plugins/stats_tree/moduleinfo.nmake
 
3647
 
 
3648
Set the right properties on the new files.
 
3649
 
 
3650
------------------------------------------------------------------------
 
3651
r20150 | jake | 2006-12-18 23:04:59 -0800 (Mon, 18 Dec 2006) | 1 line
 
3652
Changed paths:
 
3653
   M /trunk/plugins/stats_tree/plugin.rc.in
 
3654
 
 
3655
Set the right properties on the new files
 
3656
------------------------------------------------------------------------
 
3657
r20149 | ulfl | 2006-12-18 16:51:07 -0800 (Mon, 18 Dec 2006) | 1 line
 
3658
Changed paths:
 
3659
   M /trunk/epan/prefs.c
 
3660
 
 
3661
change default capturing options to use "show realtime capturing" instead of the "capture summary window"
 
3662
------------------------------------------------------------------------
 
3663
r20148 | sfisher | 2006-12-18 15:12:50 -0800 (Mon, 18 Dec 2006) | 9 lines
 
3664
Changed paths:
 
3665
   M /trunk/AUTHORS
 
3666
   M /trunk/epan/dissectors/packet-isis-lsp.c
 
3667
 
 
3668
 
 
3669
From Sebastien Tandel:
 
3670
 
 
3671
   a little patch against revision 20088 in packet-isis-lsp.c for the
 
3672
following :
 
3673
- hf_isis_lsp_remaining_life declared but unused
 
3674
- replacing a proto_tree_add_uint useless with proto_tree_add_item
 
3675
 
 
3676
 
 
3677
------------------------------------------------------------------------
 
3678
r20147 | jake | 2006-12-18 13:39:19 -0800 (Mon, 18 Dec 2006) | 2 lines
 
3679
Changed paths:
 
3680
   M /trunk/plugins/mate/Makefile.am
 
3681
   M /trunk/plugins/mate/Makefile.common
 
3682
 
 
3683
Repair distribution target.
 
3684
 
 
3685
------------------------------------------------------------------------
 
3686
r20146 | martinm | 2006-12-18 09:58:52 -0800 (Mon, 18 Dec 2006) | 2 lines
 
3687
Changed paths:
 
3688
   M /trunk/epan/dissectors/packet-umts_fp.c
 
3689
 
 
3690
Show generated field when frame has 0 TBs for a channel
 
3691
 
 
3692
------------------------------------------------------------------------
 
3693
r20145 | jake | 2006-12-18 08:24:42 -0800 (Mon, 18 Dec 2006) | 3 lines
 
3694
Changed paths:
 
3695
   M /trunk/plugins/stats_tree/Makefile.am
 
3696
   A /trunk/plugins/stats_tree/Makefile.common
 
3697
   M /trunk/plugins/stats_tree/Makefile.nmake
 
3698
   A /trunk/plugins/stats_tree/moduleinfo.nmake
 
3699
   A /trunk/plugins/stats_tree/plugin.rc.in
 
3700
 
 
3701
Update plugin to the current plugin design.
 
3702
Add Windows version info resource.
 
3703
 
 
3704
------------------------------------------------------------------------
 
3705
r20144 | jake | 2006-12-18 08:23:46 -0800 (Mon, 18 Dec 2006) | 3 lines
 
3706
Changed paths:
 
3707
   M /trunk/plugins/mate
 
3708
   M /trunk/plugins/mate/Makefile.am
 
3709
   A /trunk/plugins/mate/Makefile.common
 
3710
   M /trunk/plugins/mate/Makefile.nmake
 
3711
   D /trunk/plugins/mate/mate_plugin.c
 
3712
   A /trunk/plugins/mate/moduleinfo.nmake
 
3713
   A /trunk/plugins/mate/plugin.rc.in
 
3714
 
 
3715
Update plugin to the current plugin design.
 
3716
Add Windows version info resource.
 
3717
 
 
3718
------------------------------------------------------------------------
 
3719
r20143 | sfisher | 2006-12-17 13:41:19 -0800 (Sun, 17 Dec 2006) | 5 lines
 
3720
Changed paths:
 
3721
   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
 
3722
 
 
3723
 
 
3724
Add sections to the chapter on building and installing for installing under
 
3725
Gentoo Linux (thanks to Isbaran Akcayir for the syntax) and under FreeBSD.
 
3726
 
 
3727
 
 
3728
------------------------------------------------------------------------
 
3729
r20142 | sfisher | 2006-12-16 21:44:32 -0800 (Sat, 16 Dec 2006) | 5 lines
 
3730
Changed paths:
 
3731
   M /trunk/epan/dissectors/packet-ip.c
 
3732
 
 
3733
 
 
3734
Display icmp echo/echo reply sequence numbers in decimal in addition to hex,
 
3735
so that it is easier to match it with the output of a ping program. 
 
3736
 
 
3737
 
 
3738
------------------------------------------------------------------------
 
3739
r20141 | sfisher | 2006-12-16 21:37:18 -0800 (Sat, 16 Dec 2006) | 4 lines
 
3740
Changed paths:
 
3741
   M /trunk/epan/dissectors/packet-aim.c
 
3742
 
 
3743
 
 
3744
Make IPv4 addresses in AIM TLV data human readable.
 
3745
 
 
3746
 
 
3747
------------------------------------------------------------------------
 
3748
r20140 | morriss | 2006-12-16 07:17:43 -0800 (Sat, 16 Dec 2006) | 1 line
 
3749
Changed paths:
 
3750
   M /trunk/epan/dissectors/packet-tcp.c
 
3751
 
 
3752
From Sebastien Tandel: if the TCP dissector is dissecting a fragment of a packet in an ICMP message, put the TCP sequence number in the tree.
 
3753
------------------------------------------------------------------------
 
3754
r20139 | ulfl | 2006-12-14 14:32:13 -0800 (Thu, 14 Dec 2006) | 1 line
 
3755
Changed paths:
 
3756
   M /trunk/airpcap_loader.c
 
3757
 
 
3758
remove a warning
 
3759
------------------------------------------------------------------------
 
3760
r20138 | morriss | 2006-12-14 04:46:50 -0800 (Thu, 14 Dec 2006) | 1 line
 
3761
Changed paths:
 
3762
   M /trunk/epan/dissectors/packet-k12.c
 
3763
 
 
3764
From Sebastien Tandel: don't allocate a hash table until a little bit later in the function so memory is not leaked by an early (error) return
 
3765
------------------------------------------------------------------------
 
3766
r20137 | martinm | 2006-12-14 03:50:54 -0800 (Thu, 14 Dec 2006) | 1 line
 
3767
Changed paths:
 
3768
   M /trunk/epan/dissectors/packet-umts_fp.c
 
3769
 
 
3770
Fix version check needed for EDCH 'Number of subframes' field
 
3771
------------------------------------------------------------------------
 
3772
r20136 | sahlberg | 2006-12-14 02:11:40 -0800 (Thu, 14 Dec 2006) | 6 lines
 
3773
Changed paths:
 
3774
   M /trunk/epan/dissectors/packet-gssapi.c
 
3775
 
 
3776
check for whether the blob starts with "NTLMSSP" before any other check if it is not BED/DER encoded and call tha appropriate subdissector if so.
 
3777
 
 
3778
this fixes some issues with some really ancient cifs implementations where the previous tests and statemanagement would cause it to fail othervise.
 
3779
 
 
3780
 
 
3781
 
 
3782
------------------------------------------------------------------------
 
3783
r20135 | jake | 2006-12-13 23:54:55 -0800 (Wed, 13 Dec 2006) | 2 lines
 
3784
Changed paths:
 
3785
   M /trunk/epan/dissectors/packet-cdp.c
 
3786
 
 
3787
Some source code clean up.
 
3788
 
 
3789
------------------------------------------------------------------------
 
3790
r20134 | sfisher | 2006-12-13 19:34:26 -0800 (Wed, 13 Dec 2006) | 5 lines
 
3791
Changed paths:
 
3792
   M /trunk/colorfilters
 
3793
   M /trunk/epan/dissectors/packet-cdp.c
 
3794
 
 
3795
 
 
3796
Add checksum verification to the CDP dissector and add an entry for this
 
3797
in the main colorfilters file.
 
3798
 
 
3799
 
 
3800
------------------------------------------------------------------------
 
3801
r20133 | sfisher | 2006-12-13 16:16:06 -0800 (Wed, 13 Dec 2006) | 19 lines
 
3802
Changed paths:
 
3803
   M /trunk/AUTHORS
 
3804
   M /trunk/asn1/x411/x411-exp.cnf
 
3805
   M /trunk/asn1/x411/x411.cnf
 
3806
   M /trunk/asn1/x420/x420-exp.cnf
 
3807
   M /trunk/asn1/x420/x420.cnf
 
3808
   M /trunk/epan/crc16.c
 
3809
   M /trunk/epan/crc16.h
 
3810
   M /trunk/epan/dissectors/Makefile.common
 
3811
   A /trunk/epan/dissectors/packet-dmp.c
 
3812
   M /trunk/epan/dissectors/packet-x411.c
 
3813
   M /trunk/epan/dissectors/packet-x411.h
 
3814
   M /trunk/epan/dissectors/packet-x420.c
 
3815
   M /trunk/epan/dissectors/packet-x420.h
 
3816
 
 
3817
 
 
3818
From Stig Bjorlykke:
 
3819
 
 
3820
I have added a new dissector for DMP (STANAG 4406 Direct Message
 
3821
Profile) as defined in STANAG 4406 Annex E.  The DMP protocol has no
 
3822
assigned UDP port number yet, so the default value in this dissector
 
3823
is 0 (I suppose this is som sort of "disabled"?) until we get this
 
3824
registered.
 
3825
 
 
3826
The dissector has been tested on OSX Intel/PowerPC and Solaris SPARC.
 
3827
 
 
3828
Changes in this patch:
 
3829
* Added DMP dissector
 
3830
* Added a new CRC table and functions in crc16.c
 
3831
* Made NonDeliveryReasonCode and NonDeliveryDiagnosticCode available
 
3832
from X.411
 
3833
* Made NonReceiptReasonField and DiscardReasonField available from X.420
 
3834
 
 
3835
 
 
3836
------------------------------------------------------------------------
 
3837
r20132 | sfisher | 2006-12-13 16:05:03 -0800 (Wed, 13 Dec 2006) | 6 lines
 
3838
Changed paths:
 
3839
   M /trunk/doc/README.developer
 
3840
 
 
3841
 
 
3842
From Stig Bjorlykke:
 
3843
 
 
3844
* Fixed a typo in README.developer
 
3845
 
 
3846
 
 
3847
------------------------------------------------------------------------
 
3848
r20131 | sfisher | 2006-12-13 14:22:05 -0800 (Wed, 13 Dec 2006) | 16 lines
 
3849
Changed paths:
 
3850
   M /trunk/epan/dissectors/Makefile.common
 
3851
   A /trunk/epan/dissectors/packet-stun2.c
 
3852
 
 
3853
 
 
3854
From Marc Petit-Huguenin:
 
3855
 
 
3856
This is a new dissector for STUN v2, that is currently in WGLC at the IETF.
 
3857
 
 
3858
- Keep packet-stun.c for the RFC 3498 protocol, plus the STUN and TURN
 
3859
drafts up to draft-ietf-behave-rfc3489bis-02 and
 
3860
draft-rosenberg-midcom-turn-08, as there is some huge deployments using
 
3861
this.  There will be no modification to this dissectors in the future,
 
3862
excepted perhaps to add support for retransmission or things like this.
 
3863
 
 
3864
- Add a new dissector packet-stun2.c for the new STUN (currently in
 
3865
WGLC), the STUN relay-usage (formerly known as TURN) and the other
 
3866
usages that will be added in the future (IPv6, NAT Behavior, etc...).
 
3867
 
 
3868
 
 
3869
------------------------------------------------------------------------
 
3870
r20130 | etxrab | 2006-12-12 22:58:45 -0800 (Tue, 12 Dec 2006) | 1 line
 
3871
Changed paths:
 
3872
   M /trunk/plugins/megaco/packet-megaco.c
 
3873
 
 
3874
Fix for parameter Media dissection with more than one parameter.
 
3875
------------------------------------------------------------------------
 
3876
r20129 | sahlberg | 2006-12-12 18:44:00 -0800 (Tue, 12 Dec 2006) | 10 lines
 
3877
Changed paths:
 
3878
   M /trunk/asn1/spnego/spnego.cnf
 
3879
   M /trunk/epan/dissectors/packet-spnego.c
 
3880
   M /trunk/epan/dissectors/packet-spnego.h
 
3881
 
 
3882
if there is a list of mechTypes in the negTokenInit then store the first one
 
3883
and associate it with the conversation properly.
 
3884
 
 
3885
do the same for supportedMech in the negTokenTarg
 
3886
 
 
3887
 
 
3888
This will allow wireshark to decode the blob in negTokenTarg even when no supportedMech is provided.
 
3889
 
 
3890
 
 
3891
 
 
3892
------------------------------------------------------------------------
 
3893
r20128 | ulfl | 2006-12-12 15:50:59 -0800 (Tue, 12 Dec 2006) | 1 line
 
3894
Changed paths:
 
3895
   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
3896
 
 
3897
add MaintenanceItem block dissection, fix issues with heuristic of RT classes
 
3898
------------------------------------------------------------------------
 
3899
r20127 | ulfl | 2006-12-12 15:49:28 -0800 (Tue, 12 Dec 2006) | 1 line
 
3900
Changed paths:
 
3901
   M /trunk/gtk/tcp_graph.c
 
3902
 
 
3903
gtkglobals.h not needed
 
3904
------------------------------------------------------------------------
 
3905
r20126 | gerald | 2006-12-12 14:24:18 -0800 (Tue, 12 Dec 2006) | 14 lines
 
3906
Changed paths:
 
3907
   M /trunk/docbook/release-notes.xml
 
3908
   M /trunk/epan/dissectors/packet-ieee80211.c
 
3909
 
 
3910
Processing packet data via tvb_get_ptr() is like palpating a cow -- it's
 
3911
messy and you shouldn't do it unless you REALLY have to.  Change several
 
3912
routines to use standard tvb_get_* accessors instead of operating on raw
 
3913
packet data.  This fixes an integer overflow in dissect_vendor_ie_rsn()
 
3914
found by Neil Kettle.
 
3915
 
 
3916
Use value_strings instead of duplicating their functionality with our
 
3917
own routines.  Print the WME surplus bandwidth allowance factor.  Fix
 
3918
some compiler warnings.
 
3919
 
 
3920
Update the release notes.
 
3921
 
 
3922
Some of the changes are untested due to a lack of capture data.
 
3923
 
 
3924
------------------------------------------------------------------------
 
3925
r20125 | sahlberg | 2006-12-12 00:28:37 -0800 (Tue, 12 Dec 2006) | 7 lines
 
3926
Changed paths:
 
3927
   M /trunk/epan/dissectors/packet-kerberos.c
 
3928
 
 
3929
kerberos error with ERR_ETYPE_NOSUPP which is issued when the kdc does not support the specified enctype in AS REQ contains in the e-type field for optional additional data a PA_DATA sequence of sequence just as PREAUTH_REQ/FAILED does.
 
3930
 
 
3931
(it would make much more sense if the KDC here would list the enctypes that are supported)
 
3932
 
 
3933
 
 
3934
 
 
3935
 
 
3936
------------------------------------------------------------------------
 
3937
r20124 | etxrab | 2006-12-11 23:06:40 -0800 (Mon, 11 Dec 2006) | 1 line
 
3938
Changed paths:
 
3939
   M /trunk/epan/dissectors/packet-ipmi.c
 
3940
 
 
3941
Dissect Get Channel Authentication Capabilities Command.
 
3942
------------------------------------------------------------------------
 
3943
r20123 | etxrab | 2006-12-11 23:05:01 -0800 (Mon, 11 Dec 2006) | 1 line
 
3944
Changed paths:
 
3945
   M /trunk/epan/libwireshark.def
 
3946
 
 
3947
Add get_column_width_string to make win32 build work.
 
3948
------------------------------------------------------------------------
 
3949
r20122 | wmeier | 2006-12-11 18:24:51 -0800 (Mon, 11 Dec 2006) | 2 lines
 
3950
Changed paths:
 
3951
   M /trunk/epan/dissectors/packet-acn.h
 
3952
   M /trunk/epan/unicode-utils.c
 
3953
   M /trunk/epan/unicode-utils.h
 
3954
   M /trunk/gtk/airpcap_gui_utils.c
 
3955
   M /trunk/gtk/airpcap_gui_utils.h
 
3956
 
 
3957
Remove svn:executable property from a few more .[hc] files
 
3958
 
 
3959
------------------------------------------------------------------------
 
3960
r20121 | gerald | 2006-12-11 16:16:22 -0800 (Mon, 11 Dec 2006) | 2 lines
 
3961
Changed paths:
 
3962
   M /trunk/AUTHORS
 
3963
 
 
3964
Update Neil Kettle's address.
 
3965
 
 
3966
------------------------------------------------------------------------
 
3967
r20120 | jake | 2006-12-11 13:46:39 -0800 (Mon, 11 Dec 2006) | 2 lines
 
3968
Changed paths:
 
3969
   M /trunk/plugins/h223/Makefile.am
 
3970
 
 
3971
Add files to EXTRA_DIST target.
 
3972
 
 
3973
------------------------------------------------------------------------
 
3974
r20119 | jake | 2006-12-11 13:28:07 -0800 (Mon, 11 Dec 2006) | 2 lines
 
3975
Changed paths:
 
3976
   M /trunk/epan/dissectors/packet-acn.c
 
3977
 
 
3978
Removed executable property.
 
3979
 
 
3980
------------------------------------------------------------------------
 
3981
r20118 | sfisher | 2006-12-11 12:24:51 -0800 (Mon, 11 Dec 2006) | 6 lines
 
3982
Changed paths:
 
3983
   M /trunk/AUTHORS
 
3984
   M /trunk/epan/column-utils.c
 
3985
   M /trunk/epan/column.c
 
3986
   M /trunk/epan/column_info.h
 
3987
   M /trunk/epan/dissectors/packet-ip.c
 
3988
   M /trunk/epan/dissectors/packet-vlan.c
 
3989
 
 
3990
 
 
3991
From Thomas Sillaber:
 
3992
 
 
3993
Create two new columns: IP DSCP and L2 COS (802.1p)
 
3994
 
 
3995
 
 
3996
------------------------------------------------------------------------
 
3997
r20117 | sfisher | 2006-12-11 12:09:04 -0800 (Mon, 11 Dec 2006) | 6 lines
 
3998
Changed paths:
 
3999
   M /trunk/epan/column.c
 
4000
   M /trunk/epan/column.h
 
4001
   M /trunk/gtk/packet_list.c
 
4002
 
 
4003
 
 
4004
Add a new function to build column widths based not only on the max
 
4005
width that is hard-coded in get_column_longest_string(), but also on the
 
4006
width of the user specified title of the column (in case it is wider.)
 
4007
 
 
4008
 
 
4009
------------------------------------------------------------------------
 
4010
r20116 | ulfl | 2006-12-11 11:43:19 -0800 (Mon, 11 Dec 2006) | 1 line
 
4011
Changed paths:
 
4012
   M /trunk/gtk/capture_dlg.c
 
4013
   M /trunk/gtk/capture_if_dlg.c
 
4014
 
 
4015
remove some warnings
 
4016
------------------------------------------------------------------------
 
4017
r20115 | gerald | 2006-12-11 10:24:27 -0800 (Mon, 11 Dec 2006) | 5 lines
 
4018
Changed paths:
 
4019
   M /trunk/test/config.sh
 
4020
   M /trunk/test/suite-capture.sh
 
4021
 
 
4022
The capture test suite currently fails on quiet networks.  Try to fix
 
4023
this by generating some ICMP packets before each test.  Add an "icmp"
 
4024
capture filter to each test to better control the test conditions.
 
4025
Fixup whitespace.
 
4026
 
 
4027
------------------------------------------------------------------------
 
4028
r20114 | martinm | 2006-12-11 05:33:46 -0800 (Mon, 11 Dec 2006) | 2 lines
 
4029
Changed paths:
 
4030
   M /trunk/epan/dissectors/packet-ssl.c
 
4031
 
 
4032
Remove \n from long preference description
 
4033
 
 
4034
------------------------------------------------------------------------
 
4035
r20113 | martinm | 2006-12-11 02:43:43 -0800 (Mon, 11 Dec 2006) | 1 line
 
4036
Changed paths:
 
4037
   M /trunk/epan/dissectors/packet-ssl.c
 
4038
 
 
4039
Try to fix build (on Linux at least...) by including <errno.h>
 
4040
------------------------------------------------------------------------
 
4041
r20112 | sahlberg | 2006-12-11 02:15:42 -0800 (Mon, 11 Dec 2006) | 3 lines
 
4042
Changed paths:
 
4043
   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
4044
   M /trunk/epan/dissectors/packet-scsi-ssc.h
 
4045
 
 
4046
fixup ERASE16 FORMAT_MEDIUM and LOAD_UNLOAD commands
 
4047
 
 
4048
 
 
4049
------------------------------------------------------------------------
 
4050
r20111 | guy | 2006-12-11 01:55:22 -0800 (Mon, 11 Dec 2006) | 3 lines
 
4051
Changed paths:
 
4052
   M /trunk/epan/dissectors/packet-udp.c
 
4053
 
 
4054
For length errors, add an error item for the expert info, and put a tag
 
4055
in the summary line.
 
4056
 
 
4057
------------------------------------------------------------------------
 
4058
r20110 | sahlberg | 2006-12-11 01:07:10 -0800 (Mon, 11 Dec 2006) | 5 lines
 
4059
Changed paths:
 
4060
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4061
 
 
4062
add comment that the dissector is based on SBC2
 
4063
 
 
4064
this dissector should be in fairly good shape now
 
4065
 
 
4066
 
 
4067
------------------------------------------------------------------------
 
4068
r20109 | sahlberg | 2006-12-11 01:04:58 -0800 (Mon, 11 Dec 2006) | 3 lines
 
4069
Changed paths:
 
4070
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4071
 
 
4072
add a comment about the (few) opcodes that are still missing
 
4073
 
 
4074
 
 
4075
------------------------------------------------------------------------
 
4076
r20108 | kukosa | 2006-12-11 00:47:38 -0800 (Mon, 11 Dec 2006) | 1 line
 
4077
Changed paths:
 
4078
   M /trunk/epan/dissectors/packet-ssl-utils.c
 
4079
   M /trunk/epan/dissectors/packet-ssl.c
 
4080
 
 
4081
SSL keys configuration can be read from file
 
4082
------------------------------------------------------------------------
 
4083
r20107 | guy | 2006-12-10 19:32:01 -0800 (Sun, 10 Dec 2006) | 5 lines
 
4084
Changed paths:
 
4085
   M /trunk/gtk/expert_comp_table.c
 
4086
 
 
4087
We only need to add the tree view to its containing scrolled window
 
4088
once.  (Subsequent attempts produce a warning and do nothing.)
 
4089
 
 
4090
Clean up indentation.
 
4091
 
 
4092
------------------------------------------------------------------------
 
4093
r20106 | guy | 2006-12-10 18:58:38 -0800 (Sun, 10 Dec 2006) | 2 lines
 
4094
Changed paths:
 
4095
   M /trunk/epan/tap.c
 
4096
 
 
4097
Do bounds checking on tap_packet_array.
 
4098
 
 
4099
------------------------------------------------------------------------
 
4100
r20105 | guy | 2006-12-10 17:55:50 -0800 (Sun, 10 Dec 2006) | 10 lines
 
4101
Changed paths:
 
4102
   M /trunk/epan/dissectors/packet-ipmi.c
 
4103
 
 
4104
Add #defines for the authentication types, and use them.
 
4105
 
 
4106
Squelch some compiler warnings.
 
4107
 
 
4108
Get rid of a C++/C99 comment.
 
4109
 
 
4110
Fix some typoes.
 
4111
 
 
4112
Clean up indentation.
 
4113
 
 
4114
------------------------------------------------------------------------
 
4115
r20104 | etxrab | 2006-12-10 15:00:44 -0800 (Sun, 10 Dec 2006) | 1 line
 
4116
Changed paths:
 
4117
   M /trunk/diameter/dictionary.xml
 
4118
 
 
4119
Add SIP error codes.
 
4120
------------------------------------------------------------------------
 
4121
r20103 | etxrab | 2006-12-10 14:58:55 -0800 (Sun, 10 Dec 2006) | 3 lines
 
4122
Changed paths:
 
4123
   M /trunk/epan/dissectors/packet-ipmi.c
 
4124
 
 
4125
Applied the patch http://www.wireshark.org/lists/wireshark-dev/200606/msg01818.html
 
4126
from Jason Allred.
 
4127
Added some more V2 dissection but far from complete.
 
4128
------------------------------------------------------------------------
 
4129
r20102 | jake | 2006-12-10 14:19:11 -0800 (Sun, 10 Dec 2006) | 2 lines
 
4130
Changed paths:
 
4131
   M /trunk/plugins/h223/Makefile.nmake
 
4132
 
 
4133
Lost the quotes in the Python line.
 
4134
 
 
4135
------------------------------------------------------------------------
 
4136
r20101 | jmayer | 2006-12-10 10:55:24 -0800 (Sun, 10 Dec 2006) | 3 lines
 
4137
Changed paths:
 
4138
   A /trunk/tools/pidl/tests/ndr_fullptr.pl
 
4139
 
 
4140
Forgot to add this file during one of the last commits.
 
4141
 
 
4142
 
 
4143
------------------------------------------------------------------------
 
4144
r20100 | sahlberg | 2006-12-10 05:52:30 -0800 (Sun, 10 Dec 2006) | 3 lines
 
4145
Changed paths:
 
4146
   M /trunk/epan/dissectors/packet-scsi-mmc.c
 
4147
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4148
   M /trunk/epan/dissectors/packet-scsi-sbc.h
 
4149
   M /trunk/epan/dissectors/packet-scsi.c
 
4150
 
 
4151
change all sbc2 references into sbc
 
4152
 
 
4153
 
 
4154
------------------------------------------------------------------------
 
4155
r20099 | sahlberg | 2006-12-10 05:38:42 -0800 (Sun, 10 Dec 2006) | 9 lines
 
4156
Changed paths:
 
4157
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4158
 
 
4159
add dissection of
 
4160
writelong10
 
4161
writesame10/16
 
4162
xdread10
 
4163
xdwrite10
 
4164
xdwriteread10
 
4165
xpwrite10
 
4166
 
 
4167
 
 
4168
------------------------------------------------------------------------
 
4169
r20098 | sahlberg | 2006-12-10 05:04:37 -0800 (Sun, 10 Dec 2006) | 2 lines
 
4170
Changed paths:
 
4171
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4172
 
 
4173
fix the WRVERIFY commands
 
4174
 
 
4175
------------------------------------------------------------------------
 
4176
r20097 | sahlberg | 2006-12-10 04:01:36 -0800 (Sun, 10 Dec 2006) | 3 lines
 
4177
Changed paths:
 
4178
   M /trunk/epan/dissectors/packet-scsi-mmc.c
 
4179
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4180
   M /trunk/epan/dissectors/packet-scsi-sbc.h
 
4181
 
 
4182
fixup WRITE 6,10,12,16
 
4183
 
 
4184
 
 
4185
------------------------------------------------------------------------
 
4186
r20096 | sahlberg | 2006-12-10 03:43:02 -0800 (Sun, 10 Dec 2006) | 2 lines
 
4187
Changed paths:
 
4188
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4189
 
 
4190
fix the broken VERIFY 10, 12, 16
 
4191
 
 
4192
------------------------------------------------------------------------
 
4193
r20095 | sahlberg | 2006-12-10 03:14:35 -0800 (Sun, 10 Dec 2006) | 3 lines
 
4194
Changed paths:
 
4195
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4196
 
 
4197
add SYNC CACHE 10 and 16
 
4198
 
 
4199
 
 
4200
------------------------------------------------------------------------
 
4201
r20094 | sfisher | 2006-12-09 20:57:47 -0800 (Sat, 09 Dec 2006) | 4 lines
 
4202
Changed paths:
 
4203
   M /trunk/epan/dissectors/packet-s4406.c
 
4204
 
 
4205
 
 
4206
Result of "compiling" s4406.cnf (that changed with SVN revision 20093.)
 
4207
 
 
4208
 
 
4209
------------------------------------------------------------------------
 
4210
r20093 | sfisher | 2006-12-09 20:38:42 -0800 (Sat, 09 Dec 2006) | 6 lines
 
4211
Changed paths:
 
4212
   M /trunk/asn1/s4406/s4406.cnf
 
4213
 
 
4214
 
 
4215
From Stig Bjorlykke:
 
4216
 
 
4217
This patch fixes a small typo in the s4406 dissector.
 
4218
 
 
4219
 
 
4220
------------------------------------------------------------------------
 
4221
r20092 | guy | 2006-12-09 20:12:35 -0800 (Sat, 09 Dec 2006) | 7 lines
 
4222
Changed paths:
 
4223
   M /trunk/epan/dissectors/packet-udp.c
 
4224
 
 
4225
Treat the UDP checksum the same way the TCP checksum is treated - mark
 
4226
the "checksum bad" and "checksum good" flags as generated fields, add
 
4227
an expert info item on a checksum error, and put a "checksum incorrect"
 
4228
indication in the Info column.
 
4229
 
 
4230
Clean up indentation.
 
4231
 
 
4232
------------------------------------------------------------------------
 
4233
r20091 | sahlberg | 2006-12-09 19:56:25 -0800 (Sat, 09 Dec 2006) | 2 lines
 
4234
Changed paths:
 
4235
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4236
 
 
4237
fixup START STOP UNIT
 
4238
 
 
4239
------------------------------------------------------------------------
 
4240
r20090 | sahlberg | 2006-12-09 19:47:11 -0800 (Sat, 09 Dec 2006) | 2 lines
 
4241
Changed paths:
 
4242
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4243
 
 
4244
fixup REASSIGN BLOCKS
 
4245
 
 
4246
------------------------------------------------------------------------
 
4247
r20089 | sahlberg | 2006-12-09 18:59:09 -0800 (Sat, 09 Dec 2006) | 3 lines
 
4248
Changed paths:
 
4249
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4250
 
 
4251
add dissection of READ LONG 16
 
4252
 
 
4253
 
 
4254
------------------------------------------------------------------------
 
4255
r20088 | sahlberg | 2006-12-09 18:45:06 -0800 (Sat, 09 Dec 2006) | 3 lines
 
4256
Changed paths:
 
4257
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4258
 
 
4259
add dissection of READLONG10
 
4260
 
 
4261
 
 
4262
------------------------------------------------------------------------
 
4263
r20087 | sahlberg | 2006-12-09 18:32:57 -0800 (Sat, 09 Dec 2006) | 3 lines
 
4264
Changed paths:
 
4265
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4266
 
 
4267
fix up READEFECTDATA 10 and 12
 
4268
 
 
4269
 
 
4270
------------------------------------------------------------------------
 
4271
r20086 | sahlberg | 2006-12-09 17:53:19 -0800 (Sat, 09 Dec 2006) | 3 lines
 
4272
Changed paths:
 
4273
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4274
 
 
4275
improve READCAPACITY10
 
4276
 
 
4277
 
 
4278
------------------------------------------------------------------------
 
4279
r20085 | sahlberg | 2006-12-09 16:43:24 -0800 (Sat, 09 Dec 2006) | 3 lines
 
4280
Changed paths:
 
4281
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4282
 
 
4283
fix up READ6 READ10 READ12 and READ16 to dissect the flags and the group in the cdb
 
4284
 
 
4285
 
 
4286
------------------------------------------------------------------------
 
4287
r20084 | guy | 2006-12-09 14:34:13 -0800 (Sat, 09 Dec 2006) | 3 lines
 
4288
Changed paths:
 
4289
   M /trunk/version_info.c
 
4290
 
 
4291
Fix the display of whether the program was built with Net-SNMP, now that
 
4292
we no longer support UCD SNMP and no longer define HAVE_SOME_SNMP.
 
4293
 
 
4294
------------------------------------------------------------------------
 
4295
r20083 | sahlberg | 2006-12-09 14:30:12 -0800 (Sat, 09 Dec 2006) | 3 lines
 
4296
Changed paths:
 
4297
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4298
 
 
4299
Add dissection of the PREFETCH10 and PREFETCH16 SBC commands
 
4300
 
 
4301
 
 
4302
------------------------------------------------------------------------
 
4303
r20082 | sahlberg | 2006-12-09 13:29:06 -0800 (Sat, 09 Dec 2006) | 6 lines
 
4304
Changed paths:
 
4305
   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
4306
 
 
4307
dissect the flags of FORMAT_UNIT
 
4308
 
 
4309
change some hf definitions where FT_BOOLEAN types had the wrong length specified
 
4310
(BASE_[HEX|DEC] instead of length of field in bits)
 
4311
 
 
4312
 
 
4313
------------------------------------------------------------------------
 
4314
r20081 | jake | 2006-12-09 08:37:54 -0800 (Sat, 09 Dec 2006) | 2 lines
 
4315
Changed paths:
 
4316
   M /trunk/configure.in
 
4317
 
 
4318
Remove mention of UCD SNMP completely.
 
4319
 
 
4320
------------------------------------------------------------------------
 
4321
r20080 | ulfl | 2006-12-09 02:09:48 -0800 (Sat, 09 Dec 2006) | 1 line
 
4322
Changed paths:
 
4323
   M /trunk/gtk/capture_if_details_dlg.c
 
4324
 
 
4325
add WinPcap beta 2 and 3 to the details version check
 
4326
------------------------------------------------------------------------
 
4327
r20079 | ulfl | 2006-12-09 01:32:21 -0800 (Sat, 09 Dec 2006) | 1 line
 
4328
Changed paths:
 
4329
   M /trunk/gtk/menu.c
 
4330
 
 
4331
change it to "Seconds Since Epoch (1970-01-01):   1234567890.123456"
 
4332
------------------------------------------------------------------------
 
4333
r20078 | ulfl | 2006-12-09 01:28:29 -0800 (Sat, 09 Dec 2006) | 1 line
 
4334
Changed paths:
 
4335
   M /trunk/plugins/profinet/packet-pn-ptcp.c
 
4336
 
 
4337
add IRDataUUID to the blocks subitem
 
4338
------------------------------------------------------------------------
 
4339
r20077 | sfisher | 2006-12-08 18:25:23 -0800 (Fri, 08 Dec 2006) | 5 lines
 
4340
Changed paths:
 
4341
   M /trunk/epan/dissectors/packet-wlccp.c
 
4342
 
 
4343
 
 
4344
Change a match_strval() to val_to_str() in a col_add_fstr() call to prevent
 
4345
problems if there isn't a match (corrupted packet). 
 
4346
 
 
4347
 
 
4348
------------------------------------------------------------------------
 
4349
r20076 | guy | 2006-12-08 17:39:29 -0800 (Fri, 08 Dec 2006) | 3 lines
 
4350
Changed paths:
 
4351
   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
 
4352
 
 
4353
It's called Net-SNMP - and it replaced UCD SNMP a long time ago, so
 
4354
there's no longer a need to mention UCD SNMP.
 
4355
 
 
4356
------------------------------------------------------------------------
 
4357
r20075 | guy | 2006-12-08 17:37:22 -0800 (Fri, 08 Dec 2006) | 5 lines
 
4358
Changed paths:
 
4359
   M /trunk/INSTALL
 
4360
 
 
4361
We no longer support UCD SNMP - and *do* support Net-SNMP, and have
 
4362
supported it for quite a while.
 
4363
 
 
4364
Also, note that it might not even be possible to run Wireshark set-UID.
 
4365
 
 
4366
------------------------------------------------------------------------
 
4367
r20074 | guy | 2006-12-08 17:34:08 -0800 (Fri, 08 Dec 2006) | 3 lines
 
4368
Changed paths:
 
4369
   M /trunk/README
 
4370
 
 
4371
We no longer support UCD SNMP - and *do* support Net-SNMP, and have
 
4372
supported it for quite a while.
 
4373
 
 
4374
------------------------------------------------------------------------
 
4375
r20073 | guy | 2006-12-08 11:32:53 -0800 (Fri, 08 Dec 2006) | 2 lines
 
4376
Changed paths:
 
4377
   M /trunk/epan/dissectors/packet-xot.c
 
4378
 
 
4379
The XOT dissector is now a "new-style" dissector; register it as such.
 
4380
 
 
4381
------------------------------------------------------------------------
 
4382
r20072 | guy | 2006-12-08 10:40:42 -0800 (Fri, 08 Dec 2006) | 2 lines
 
4383
Changed paths:
 
4384
   M /trunk/epan/camel-persistentdata.h
 
4385
   M /trunk/epan/tcap-persistentdata.h
 
4386
 
 
4387
Declare data values exported from libwireshark with WS_VAR_IMPORT.
 
4388
 
 
4389
------------------------------------------------------------------------
 
4390
r20071 | jmayer | 2006-12-08 07:05:41 -0800 (Fri, 08 Dec 2006) | 5 lines
 
4391
Changed paths:
 
4392
   M /trunk/Makefile.nmake
 
4393
   M /trunk/acinclude.m4
 
4394
   M /trunk/asn1/snmp/packet-snmp-template.c
 
4395
   M /trunk/cmakeconfig.h.in
 
4396
   M /trunk/config.h.win32
 
4397
   M /trunk/config.nmake
 
4398
   M /trunk/configure.in
 
4399
   M /trunk/epan/dissectors/format-oid.h
 
4400
   M /trunk/epan/dissectors/packet-cops.c
 
4401
   M /trunk/epan/dissectors/packet-snmp.c
 
4402
 
 
4403
Get rid of UCD SNMP support (it's not longer supported and
 
4404
superseeded by net-snmp). Replace some_snmp by net_snmp
 
4405
where appropriate.
 
4406
 
 
4407
 
 
4408
------------------------------------------------------------------------
 
4409
r20070 | guy | 2006-12-07 20:09:44 -0800 (Thu, 07 Dec 2006) | 3 lines
 
4410
Changed paths:
 
4411
   M /trunk/epan/prefs.c
 
4412
 
 
4413
Handle the "no error" return from pref_set_pair_fct(), to squelch
 
4414
compiler warnings.
 
4415
 
 
4416
------------------------------------------------------------------------
 
4417
r20069 | guy | 2006-12-07 17:11:20 -0800 (Thu, 07 Dec 2006) | 3 lines
 
4418
Changed paths:
 
4419
   M /trunk/epan/prefs-int.h
 
4420
   M /trunk/gtk/recent.c
 
4421
 
 
4422
A callback in read_prefs_file() should return a prefs_set_pref_e, not an
 
4423
int.
 
4424
 
 
4425
------------------------------------------------------------------------
 
4426
r20068 | guy | 2006-12-07 17:08:48 -0800 (Thu, 07 Dec 2006) | 3 lines
 
4427
Changed paths:
 
4428
   M /trunk/epan/camel-persistentdata.h
 
4429
   M /trunk/epan/tcap-persistentdata.h
 
4430
   M /trunk/tap-camelsrt.c
 
4431
 
 
4432
Add the StatSRT flags to the header file, rather than declaring them in
 
4433
all modules that use them.
 
4434
 
 
4435
------------------------------------------------------------------------
 
4436
r20067 | guy | 2006-12-07 17:07:09 -0800 (Thu, 07 Dec 2006) | 2 lines
 
4437
Changed paths:
 
4438
   M /trunk/epan/camel-persistentdata.h
 
4439
 
 
4440
Get rid of CR's, and set the appropriate properties.
 
4441
 
 
4442
------------------------------------------------------------------------
 
4443
r20066 | guy | 2006-12-07 17:05:19 -0800 (Thu, 07 Dec 2006) | 2 lines
 
4444
Changed paths:
 
4445
   M /trunk/epan/camel-persistentdata.c
 
4446
 
 
4447
Get rid of forward declaration of non-existent routine.
 
4448
 
 
4449
------------------------------------------------------------------------
 
4450
r20065 | guy | 2006-12-07 15:24:49 -0800 (Thu, 07 Dec 2006) | 3 lines
 
4451
Changed paths:
 
4452
   M /trunk/version_info.h
 
4453
 
 
4454
Make "svnversion" extern, so the only definition is in version_info.c;
 
4455
this fixes build errors on some platforms.
 
4456
 
 
4457
------------------------------------------------------------------------
 
4458
r20064 | etxrab | 2006-12-07 12:53:32 -0800 (Thu, 07 Dec 2006) | 1 line
 
4459
Changed paths:
 
4460
   M /trunk/asn1/tcap/packet-tcap-template.c
 
4461
   M /trunk/epan/dissectors/packet-ncp.c
 
4462
   M /trunk/epan/dissectors/packet-tcap.c
 
4463
 
 
4464
Revert some dissector_handle_t to static changes to make it compile again.
 
4465
------------------------------------------------------------------------
 
4466
r20063 | sfisher | 2006-12-07 12:34:21 -0800 (Thu, 07 Dec 2006) | 5 lines
 
4467
Changed paths:
 
4468
   M /trunk/epan/dissectors/packet-ospf.c
 
4469
 
 
4470
 
 
4471
From Francesco Fondelli: Update/addition to Bandwidth Constraints Model code
 
4472
in OSPF.
 
4473
 
 
4474
 
 
4475
------------------------------------------------------------------------
 
4476
r20062 | etxrab | 2006-12-07 12:34:08 -0800 (Thu, 07 Dec 2006) | 1 line
 
4477
Changed paths:
 
4478
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
4479
   M /trunk/asn1/camel/packet-camel-template.c
 
4480
   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
 
4481
   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
 
4482
   M /trunk/asn1/inap/packet-inap-template.c
 
4483
   M /trunk/asn1/tcap/packet-tcap-template.c
 
4484
   M /trunk/epan/dissectors/packet-ansi_map.c
 
4485
   M /trunk/epan/dissectors/packet-bthci_acl.c
 
4486
   M /trunk/epan/dissectors/packet-camel.c
 
4487
   M /trunk/epan/dissectors/packet-cigi.c
 
4488
   M /trunk/epan/dissectors/packet-gsm_map.c
 
4489
   M /trunk/epan/dissectors/packet-gsm_map.h
 
4490
   M /trunk/epan/dissectors/packet-inap.c
 
4491
   M /trunk/epan/dissectors/packet-inap.h
 
4492
   M /trunk/epan/dissectors/packet-isakmp.c
 
4493
   M /trunk/epan/dissectors/packet-isns.c
 
4494
   M /trunk/epan/dissectors/packet-isup_thin.c
 
4495
   M /trunk/epan/dissectors/packet-kerberos.c
 
4496
   M /trunk/epan/dissectors/packet-llt.c
 
4497
   M /trunk/epan/dissectors/packet-msrp.c
 
4498
   M /trunk/epan/dissectors/packet-ncp.c
 
4499
   M /trunk/epan/dissectors/packet-radius.c
 
4500
   M /trunk/epan/dissectors/packet-rsync.c
 
4501
   M /trunk/epan/dissectors/packet-tcap.c
 
4502
   M /trunk/epan/dissectors/packet-tcap.h
 
4503
   M /trunk/epan/dissectors/packet-tipc.c
 
4504
   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
 
4505
   M /trunk/epan/dissectors/packet-winsrepl.c
 
4506
 
 
4507
As ponted out by Stig Bj?\195?\184rlykke change a whole bunch of dissector_handle_t to static.
 
4508
------------------------------------------------------------------------
 
4509
r20061 | sfisher | 2006-12-07 12:29:40 -0800 (Thu, 07 Dec 2006) | 10 lines
 
4510
Changed paths:
 
4511
   M /trunk/AUTHORS
 
4512
   M /trunk/doc/README.developer
 
4513
   M /trunk/epan/value_string.c
 
4514
   M /trunk/epan/value_string.h
 
4515
 
 
4516
 
 
4517
From Francesco Fondelli:
 
4518
 
 
4519
I defined a range_string struct. It's like value_string
 
4520
but stores range <-> string pairs.
 
4521
Moreover I wrote rval_to_str(), match_strrval_idx()
 
4522
match_strrval() which are behaving exactly as
 
4523
val_to_str(), match_strval_idx() and match_strval().
 
4524
 
 
4525
 
 
4526
------------------------------------------------------------------------
 
4527
r20060 | martinm | 2006-12-07 10:06:22 -0800 (Thu, 07 Dec 2006) | 1 line
 
4528
Changed paths:
 
4529
   M /trunk/epan/dissectors/packet-umts_fp.c
 
4530
 
 
4531
Fix range highlighted by EDCH sfn header tree
 
4532
------------------------------------------------------------------------
 
4533
r20059 | martinm | 2006-12-07 03:31:25 -0800 (Thu, 07 Dec 2006) | 1 line
 
4534
Changed paths:
 
4535
   M /trunk/epan/dissectors/packet-umts_fp.c
 
4536
 
 
4537
EDCH - show total number of PDUs in info column
 
4538
------------------------------------------------------------------------
 
4539
r20058 | sahlberg | 2006-12-07 01:28:16 -0800 (Thu, 07 Dec 2006) | 4 lines
 
4540
Changed paths:
 
4541
   M /trunk/epan/dissectors/packet-iscsi.c
 
4542
 
 
4543
strengthen the heuristics for iscsi commandis   assuming that the last 6 bytes of the 8 byte LUN blob are always 0.
 
4544
 
 
4545
 
 
4546
 
 
4547
------------------------------------------------------------------------
 
4548
r20057 | sfisher | 2006-12-06 15:34:28 -0800 (Wed, 06 Dec 2006) | 6 lines
 
4549
Changed paths:
 
4550
   M /trunk/epan/dissectors/packet-text-media.c
 
4551
 
 
4552
 
 
4553
Fix for enhancement bug #1260.  Now packet-text-media will display the
 
4554
line terminators (\r and/or \n) for line-based data such as that used in
 
4555
HTML.
 
4556
 
 
4557
 
 
4558
------------------------------------------------------------------------
 
4559
r20056 | etxrab | 2006-12-06 14:08:32 -0800 (Wed, 06 Dec 2006) | 1 line
 
4560
Changed paths:
 
4561
   M /trunk/epan/dissectors/packet-sip.c
 
4562
 
 
4563
Prepare to decode Q.850 REASON.
 
4564
------------------------------------------------------------------------
 
4565
r20055 | etxrab | 2006-12-06 14:05:55 -0800 (Wed, 06 Dec 2006) | 1 line
 
4566
Changed paths:
 
4567
   M /trunk/epan/dissectors/packet-uma.c
 
4568
 
 
4569
Fix a typo.
 
4570
------------------------------------------------------------------------
 
4571
r20054 | etxrab | 2006-12-06 14:03:45 -0800 (Wed, 06 Dec 2006) | 2 lines
 
4572
Changed paths:
 
4573
   M /trunk/epan/dissectors/packet-eap.c
 
4574
   M /trunk/epan/dissectors/packet-isakmp.c
 
4575
 
 
4576
Dissect EAP inside ISAKMP update some strings from IANA.
 
4577
(fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=777)
 
4578
------------------------------------------------------------------------
 
4579
r20053 | gerald | 2006-12-06 12:29:54 -0800 (Wed, 06 Dec 2006) | 3 lines
 
4580
Changed paths:
 
4581
   M /trunk/Makefile.nmake
 
4582
   M /trunk/config.h.win32
 
4583
   M /trunk/config.nmake
 
4584
   M /trunk/epan/dissectors/Makefile.nmake
 
4585
   M /trunk/epan/dissectors/packet-ieee80211.c
 
4586
   M /trunk/gtk/Makefile.nmake
 
4587
 
 
4588
Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined.  Fix a compiler
 
4589
warning in the 802.11 dissector.
 
4590
 
 
4591
------------------------------------------------------------------------
 
4592
r20052 | gerald | 2006-12-05 13:06:09 -0800 (Tue, 05 Dec 2006) | 2 lines
 
4593
Changed paths:
 
4594
   A /trunk/airpdcap
 
4595
   A /trunk/airpdcap/Makefile.am
 
4596
   A /trunk/airpdcap/Makefile.nmake
 
4597
   A /trunk/airpdcap/airpdcap.c
 
4598
   A /trunk/airpdcap/airpdcap_ccmp.c
 
4599
   A /trunk/airpdcap/airpdcap_ccmp.h
 
4600
   A /trunk/airpdcap/airpdcap_debug.c
 
4601
   A /trunk/airpdcap/airpdcap_debug.h
 
4602
   A /trunk/airpdcap/airpdcap_int.h
 
4603
   A /trunk/airpdcap/airpdcap_interop.h
 
4604
   A /trunk/airpdcap/airpdcap_md5.c
 
4605
   A /trunk/airpdcap/airpdcap_md5.h
 
4606
   A /trunk/airpdcap/airpdcap_rijndael.c
 
4607
   A /trunk/airpdcap/airpdcap_rijndael.h
 
4608
   A /trunk/airpdcap/airpdcap_sha1.c
 
4609
   A /trunk/airpdcap/airpdcap_sha1.h
 
4610
   A /trunk/airpdcap/airpdcap_system.h
 
4611
   A /trunk/airpdcap/airpdcap_tkip.c
 
4612
   A /trunk/airpdcap/airpdcap_tkip.h
 
4613
   A /trunk/airpdcap/airpdcap_user.h
 
4614
   A /trunk/airpdcap/airpdcap_wep.c
 
4615
   A /trunk/airpdcap/airpdcap_wep.h
 
4616
   A /trunk/airpdcap/airpdcap_ws.h
 
4617
 
 
4618
Add AirPDcap files.
 
4619
 
 
4620
------------------------------------------------------------------------
 
4621
r20051 | gerald | 2006-12-05 12:57:22 -0800 (Tue, 05 Dec 2006) | 2 lines
 
4622
Changed paths:
 
4623
   M /trunk/epan/dissectors/packet-ieee80211.c
 
4624
 
 
4625
Fix preference registration.
 
4626
 
 
4627
------------------------------------------------------------------------
 
4628
r20050 | gerald | 2006-12-05 11:39:54 -0800 (Tue, 05 Dec 2006) | 2 lines
 
4629
Changed paths:
 
4630
   M /trunk/epan/dissectors/packet-ieee80211.c
 
4631
 
 
4632
Fix a compilation error, and squelch a couple of other errors.
 
4633
 
 
4634
------------------------------------------------------------------------
 
4635
r20049 | gerald | 2006-12-05 11:24:25 -0800 (Tue, 05 Dec 2006) | 9 lines
 
4636
Changed paths:
 
4637
   M /trunk/AUTHORS
 
4638
   M /trunk/Makefile.nmake
 
4639
   M /trunk/airpcap.h
 
4640
   M /trunk/airpcap_loader.c
 
4641
   M /trunk/airpcap_loader.h
 
4642
   M /trunk/epan/dissectors/Makefile.nmake
 
4643
   M /trunk/epan/dissectors/packet-ieee80211.c
 
4644
   M /trunk/epan/libwireshark.def
 
4645
   M /trunk/gtk/Makefile.nmake
 
4646
   M /trunk/gtk/airpcap_dlg.c
 
4647
   M /trunk/gtk/airpcap_dlg.h
 
4648
   M /trunk/gtk/airpcap_gui_utils.c
 
4649
   M /trunk/gtk/airpcap_gui_utils.h
 
4650
   M /trunk/gtk/capture_dlg.c
 
4651
   M /trunk/gtk/capture_if_dlg.c
 
4652
   M /trunk/gtk/keys.h
 
4653
   M /trunk/gtk/main.c
 
4654
 
 
4655
From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryption
 
4656
support.
 
4657
 
 
4658
WEP key preferences have been overloaded to allow WPA keys.  The
 
4659
decryption code currently uses Windows-specific data types, but can be
 
4660
converted to use glib equivalents.
 
4661
 
 
4662
Add a few text and whitespace fixups.
 
4663
 
 
4664
------------------------------------------------------------------------
 
4665
r20048 | jmayer | 2006-12-05 07:25:16 -0800 (Tue, 05 Dec 2006) | 1 line
 
4666
Changed paths:
 
4667
   M /trunk/manuf
 
4668
   M /trunk/manuf.tmpl
 
4669
 
 
4670
Update to current IEEE and remove fixed entry for 00-06-0D (bug 1256)
 
4671
------------------------------------------------------------------------
 
4672
r20047 | martinm | 2006-12-05 06:20:55 -0800 (Tue, 05 Dec 2006) | 1 line
 
4673
Changed paths:
 
4674
   M /trunk/epan/dissectors/packet-sip.c
 
4675
 
 
4676
Via param name copy-paste error
 
4677
------------------------------------------------------------------------
 
4678
r20046 | wmeier | 2006-12-05 04:36:06 -0800 (Tue, 05 Dec 2006) | 2 lines
 
4679
Changed paths:
 
4680
   M /trunk/doc/Makefile.nmake
 
4681
   M /trunk/epan/dfilter/Makefile.nmake
 
4682
   M /trunk/packaging/nsis/Makefile.nmake
 
4683
   M /trunk/plugins/mate/Makefile.nmake
 
4684
   M /trunk/plugins/tpg/Makefile.nmake
 
4685
 
 
4686
Add a few missing /$(MAKEFLAGS)
 
4687
 
 
4688
------------------------------------------------------------------------
 
4689
r20045 | ulfl | 2006-12-05 00:09:01 -0800 (Tue, 05 Dec 2006) | 1 line
 
4690
Changed paths:
 
4691
   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
4692
 
 
4693
add dissection of the "IsochronousModeData" block
 
4694
------------------------------------------------------------------------
 
4695
r20044 | ulfl | 2006-12-05 00:07:00 -0800 (Tue, 05 Dec 2006) | 1 line
 
4696
Changed paths:
 
4697
   M /trunk/epan/dissectors/packet-lldp.c
 
4698
 
 
4699
fix output of PROFINET specific MAC addresses - it simply displayed garbage
 
4700
------------------------------------------------------------------------
 
4701
r20043 | etxrab | 2006-12-04 22:53:28 -0800 (Mon, 04 Dec 2006) | 1 line
 
4702
Changed paths:
 
4703
   M /trunk/epan/dissectors/packet-sdp.c
 
4704
 
 
4705
Fix a cut and paste error.
 
4706
------------------------------------------------------------------------
 
4707
r20042 | jake | 2006-12-04 22:46:21 -0800 (Mon, 04 Dec 2006) | 1 line
 
4708
Changed paths:
 
4709
   M /trunk/plugins/h223/Makefile.nmake
 
4710
 
 
4711
Oops, the all target slipped through the cracks.
 
4712
------------------------------------------------------------------------
 
4713
r20041 | etxrab | 2006-12-04 22:43:47 -0800 (Mon, 04 Dec 2006) | 4 lines
 
4714
Changed paths:
 
4715
   M /trunk/epan/dissectors/packet-sigcomp.c
 
4716
   M /trunk/epan/sigcomp-udvm.c
 
4717
   M /trunk/epan/sigcomp_state_hdlr.c
 
4718
   M /trunk/epan/sigcomp_state_hdlr.h
 
4719
 
 
4720
From Cristian Constantin:
 
4721
As a workarond for the problem that accsessing a state with a state id > the stored
 
4722
minimum access length fail,  only store and compare the state with the minimum access
 
4723
lengt specified in the standard of 6 bytes.
 
4724
------------------------------------------------------------------------
 
4725
r20040 | sfisher | 2006-12-04 19:19:51 -0800 (Mon, 04 Dec 2006) | 13 lines
 
4726
Changed paths:
 
4727
   M /trunk/AUTHORS
 
4728
   M /trunk/doc/tshark.pod
 
4729
   M /trunk/doc/wireshark.pod
 
4730
   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
 
4731
   M /trunk/epan/column-utils.c
 
4732
   M /trunk/epan/column.c
 
4733
   M /trunk/epan/timestamp.h
 
4734
   M /trunk/epan/to_str.c
 
4735
   M /trunk/epan/to_str.h
 
4736
   M /trunk/gtk/main.c
 
4737
   M /trunk/gtk/menu.c
 
4738
   M /trunk/gtk/packet_list.c
 
4739
   M /trunk/gtk/recent.c
 
4740
   M /trunk/tshark.c
 
4741
 
 
4742
 
 
4743
From Douglas Pratley with trivial changes and documentation changes 
 
4744
by myself:
 
4745
 
 
4746
Corrected patch; epan/column.c and epan/column_utils.c were not included. This
 
4747
one has now been properly tested against a clean checkout of today's code.
 
4748
 
 
4749
- New menu option available under view\time display format
 
4750
- New sub-option (e) to -t switch for both wireshark and tshark
 
4751
- Extended recent settings code to handle new value
 
4752
- Did NOT add new explicit epoch time column
 
4753
 
 
4754
 
 
4755
------------------------------------------------------------------------
 
4756
r20039 | wmeier | 2006-12-04 18:59:06 -0800 (Mon, 04 Dec 2006) | 4 lines
 
4757
Changed paths:
 
4758
   M /trunk/Makefile.nmake
 
4759
   M /trunk/asn1/cdt/cdt-exp.cnf
 
4760
   M /trunk/epan/dissectors/packet-csm-encaps.c
 
4761
   M /trunk/epan/dissectors/packet-ms-mms.c
 
4762
   M /trunk/packaging/u3/win32/README.txt
 
4763
   M /trunk/packaging/u3/win32/makefile.nmake
 
4764
   M /trunk/packaging/u3/win32/manifest.tmpl
 
4765
   M /trunk/packaging/u3/win32/u3util.c
 
4766
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
 
4767
   M /trunk/tools/pidl/tests/ndr_represent.pl
 
4768
   M /trunk/tools/pidl/tests/ndr_tagtype.pl
 
4769
 
 
4770
More minor properties cleanup
 
4771
svn:kewords --> svn:keywords & etc
 
4772
 
 
4773
 
 
4774
------------------------------------------------------------------------
 
4775
r20038 | wmeier | 2006-12-04 18:53:39 -0800 (Mon, 04 Dec 2006) | 2 lines
 
4776
Changed paths:
 
4777
   M /trunk/epan/dissectors/packet-smb.c
 
4778
 
 
4779
Remove unused variable
 
4780
 
 
4781
------------------------------------------------------------------------
 
4782
r20037 | gerald | 2006-12-04 16:43:00 -0800 (Mon, 04 Dec 2006) | 7 lines
 
4783
Changed paths:
 
4784
   M /trunk/epan/prefs-int.h
 
4785
   M /trunk/epan/prefs.c
 
4786
   M /trunk/epan/prefs.h
 
4787
   M /trunk/gtk/prefs_dlg.c
 
4788
   M /trunk/gtk/prefs_dlg.h
 
4789
 
 
4790
From Giorgio Tino: Add a "static text" protocol preference type.  This
 
4791
can be used to add descriptive text inline with other preference items.
 
4792
The "preference" contents are not written to disk.
 
4793
 
 
4794
Fixup whitespace.
 
4795
 
 
4796
 
 
4797
------------------------------------------------------------------------
 
4798
r20036 | jake | 2006-12-04 15:12:04 -0800 (Mon, 04 Dec 2006) | 2 lines
 
4799
Changed paths:
 
4800
   M /trunk/plugins/h223/Makefile.nmake
 
4801
   A /trunk/plugins/h223/moduleinfo.nmake
 
4802
   A /trunk/plugins/h223/plugin.rc.in
 
4803
 
 
4804
This is to test the waters.
 
4805
I've added a version resource to the h223 Wireshark plugin as Win32 DLL, setting a possible example for other plugins.
 
4806
------------------------------------------------------------------------
 
4807
r20035 | etxrab | 2006-12-04 15:03:11 -0800 (Mon, 04 Dec 2006) | 1 line
 
4808
Changed paths:
 
4809
   M /trunk/epan/dissectors/packet-sdp.c
 
4810
 
 
4811
Add description of CT AS TIAS and H263-2000 profile.
 
4812
------------------------------------------------------------------------
 
4813
r20034 | wmeier | 2006-12-03 21:41:53 -0800 (Sun, 03 Dec 2006) | 5 lines
 
4814
Changed paths:
 
4815
   M /trunk/Makefile.nmake
 
4816
   M /trunk/config.nmake
 
4817
   M /trunk/epan/Makefile.nmake
 
4818
 
 
4819
Use 'igncr' as needed with Bash (workaround for bug report 1162);
 
4820
Change usage of 'nmake' to $(MAKE) /$(MAKEFLAGS) in a few places;
 
4821
Add one missing /$(MAKEFLAGS);
 
4822
 
 
4823
 
 
4824
------------------------------------------------------------------------
 
4825
r20033 | sfisher | 2006-12-01 19:06:55 -0800 (Fri, 01 Dec 2006) | 4 lines
 
4826
Changed paths:
 
4827
   M /trunk/epan/Makefile.am
 
4828
 
 
4829
 
 
4830
Make epan/tvbtest compile again by adding emem.o
 
4831
 
 
4832
 
 
4833
------------------------------------------------------------------------
 
4834
r20032 | sfisher | 2006-12-01 17:08:16 -0800 (Fri, 01 Dec 2006) | 5 lines
 
4835
Changed paths:
 
4836
   M /trunk/epan/dissectors/packet-tds.c
 
4837
 
 
4838
 
 
4839
Solution for enhancement "bug" #1254: "MSSQL / TDS parser should decode
 
4840
passwords"
 
4841
 
 
4842
 
 
4843
------------------------------------------------------------------------
 
4844
r20031 | sahlberg | 2006-12-01 15:41:10 -0800 (Fri, 01 Dec 2006) | 3 lines
 
4845
Changed paths:
 
4846
   M /trunk/epan/dissectors/packet-smb.c
 
4847
 
 
4848
store FID/TID tracking based on the fid/tid value and not the frame it was opened in.
 
4849
 
 
4850
 
 
4851
------------------------------------------------------------------------
 
4852
r20030 | etxrab | 2006-12-01 10:49:09 -0800 (Fri, 01 Dec 2006) | 1 line
 
4853
Changed paths:
 
4854
   M /trunk/epan/dissectors/packet-sip.c
 
4855
 
 
4856
Add hf fields for the latest headers from IANA.
 
4857
------------------------------------------------------------------------
 
4858
r20029 | martinm | 2006-12-01 10:03:45 -0800 (Fri, 01 Dec 2006) | 2 lines
 
4859
Changed paths:
 
4860
   M /trunk/plugins/mgcp/packet-mgcp.c
 
4861
 
 
4862
For duplicate requests and responses, make clickable link back to original.
 
4863
 
 
4864
------------------------------------------------------------------------
 
4865
r20028 | sfisher | 2006-11-30 18:55:45 -0800 (Thu, 30 Nov 2006) | 7 lines
 
4866
Changed paths:
 
4867
   M /trunk/gtk/flow_graph.c
 
4868
 
 
4869
 
 
4870
Fix for bug #1117: Crash on next action [such as another stats window] when
 
4871
flow graph window is open.  Added if(pinfo->cinfo) before attempting to use
 
4872
pinfo->cinfo->col_first.  The rest is indentation changes for the new if
 
4873
statement.
 
4874
 
 
4875
 
 
4876
------------------------------------------------------------------------
 
4877
r20027 | gram | 2006-11-30 13:32:05 -0800 (Thu, 30 Nov 2006) | 3 lines
 
4878
Changed paths:
 
4879
   M /trunk/epan/epan.c
 
4880
 
 
4881
Add GPL disclaimer, which as been missing since forever.
 
4882
Thanks to Jaap Keuter for pointing this out.
 
4883
 
 
4884
------------------------------------------------------------------------
 
4885
r20026 | martinm | 2006-11-30 10:29:45 -0800 (Thu, 30 Nov 2006) | 1 line
 
4886
Changed paths:
 
4887
   M /trunk/epan/dissectors/packet-xot.c
 
4888
 
 
4889
Make xot dissector findable by name
 
4890
------------------------------------------------------------------------
 
4891
r20025 | martinm | 2006-11-30 03:37:41 -0800 (Thu, 30 Nov 2006) | 2 lines
 
4892
Changed paths:
 
4893
   M /trunk/epan/dissectors/packet-umts_fp.c
 
4894
 
 
4895
Fix infinite rate test, tweak filter names
 
4896
 
 
4897
------------------------------------------------------------------------
 
4898
r20024 | martinm | 2006-11-30 03:36:28 -0800 (Thu, 30 Nov 2006) | 3 lines
 
4899
Changed paths:
 
4900
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
4901
 
 
4902
Make prettier the parsing of IPPrim header fields.
 
4903
Add mm3 -> http mapping.
 
4904
 
 
4905
------------------------------------------------------------------------
 
4906
r20023 | kukosa | 2006-11-29 23:30:20 -0800 (Wed, 29 Nov 2006) | 1 line
 
4907
Changed paths:
 
4908
   M /trunk/fileset.c
 
4909
 
 
4910
suffix in file set is optional
 
4911
------------------------------------------------------------------------
 
4912
r20022 | jake | 2006-11-29 23:16:39 -0800 (Wed, 29 Nov 2006) | 5 lines
 
4913
Changed paths:
 
4914
   M /trunk/epan/dissectors/packet-ntlmssp.c
 
4915
 
 
4916
From Marc Bevandi:
 
4917
Please apply this patch (made against Wireshark 0.99.4). It defines the
 
4918
NTLMSSP_NEGOTIATE_ANONYMOUS flag as described in
 
4919
<http://davenport.sourceforge.net/ntlm.html>.
 
4920
 
 
4921
------------------------------------------------------------------------
 
4922
r20021 | jake | 2006-11-29 23:15:17 -0800 (Wed, 29 Nov 2006) | 4 lines
 
4923
Changed paths:
 
4924
   M /trunk/epan/dissectors/packet-mysql.c
 
4925
 
 
4926
From Martin Warnesi:
 
4927
Attached updated patch to use "dissect_mysql_pdu" instead of
 
4928
"dissect_mysql" when registering the protocol dissector.
 
4929
 
 
4930
------------------------------------------------------------------------
 
4931
r20020 | jake | 2006-11-29 23:14:09 -0800 (Wed, 29 Nov 2006) | 7 lines
 
4932
Changed paths:
 
4933
   M /trunk/epan/dissectors/packet-ssl.c
 
4934
 
 
4935
From Martin Warnesi:
 
4936
Much simplified patch to use column fences on the COL_INFO field to
 
4937
prevent sebsequent calls to the SSL dissector for the same packet
 
4938
clearing the information placed by earlier calls. After each SSL record
 
4939
is processed a col_set_fence() call is now issued to preserve what has
 
4940
been written.
 
4941
 
 
4942
------------------------------------------------------------------------
 
4943
r20019 | jake | 2006-11-29 23:12:59 -0800 (Wed, 29 Nov 2006) | 6 lines
 
4944
Changed paths:
 
4945
   M /trunk/epan/dissectors/packet-mmse.c
 
4946
 
 
4947
From Michel Marti:
 
4948
The attached patch fixes decoding of the "X-Mms-Reply-Charging-Deadline" header.
 
4949
According to the OMA-TS-MMS-ENC specs, this header is encoded like this:
 
4950
  Reply-charging-deadline-value = Value-length \
 
4951
    (Absolute-token Date-value | Relative-token Delta-seconds-value)
 
4952
 
 
4953
------------------------------------------------------------------------
 
4954
r20018 | sfisher | 2006-11-29 18:29:31 -0800 (Wed, 29 Nov 2006) | 7 lines
 
4955
Changed paths:
 
4956
   M /trunk/epan/dissectors/packet-ssl.c
 
4957
 
 
4958
 
 
4959
Allow the sub-dissector to be called for decrypted SSL data even when tree is
 
4960
null.  This allows the encrypted payload's dissector to fill in columns such
 
4961
as protocol and info without turning on packet coloring or otherwise rescanning
 
4962
the packet list.
 
4963
 
 
4964
 
 
4965
------------------------------------------------------------------------
 
4966
r20017 | sfisher | 2006-11-29 12:45:02 -0800 (Wed, 29 Nov 2006) | 5 lines
 
4967
Changed paths:
 
4968
   M /trunk/gtk/follow_dlg.c
 
4969
   M /trunk/gtk/ssl-dlg.c
 
4970
 
 
4971
 
 
4972
From the wishlist: add basic find functionality to the follow tcp & ssl stream
 
4973
dialogs.
 
4974
 
 
4975
 
 
4976
------------------------------------------------------------------------
 
4977
r20016 | guy | 2006-11-29 08:19:56 -0800 (Wed, 29 Nov 2006) | 2 lines
 
4978
Changed paths:
 
4979
   M /trunk/epan/dissectors/packet-irc.c
 
4980
 
 
4981
Add some protocol references.
 
4982
 
 
4983
------------------------------------------------------------------------
 
4984
r20015 | morriss | 2006-11-29 05:42:16 -0800 (Wed, 29 Nov 2006) | 1 line
 
4985
Changed paths:
 
4986
   M /trunk/doc/README.developer
 
4987
 
 
4988
Add documentation of the col_set_fence() and col_prepend_fence_fstr() calls.  I *think* I got the description of col_prepend_fence_fstr() right.
 
4989
------------------------------------------------------------------------
 
4990
r20014 | etxrab | 2006-11-28 22:53:48 -0800 (Tue, 28 Nov 2006) | 2 lines
 
4991
Changed paths:
 
4992
   M /trunk/epan/dissectors/packet-wsp.c
 
4993
 
 
4994
From Reinhard Speyerer:
 
4995
this patch adds support for Any-encoding (WSP, 8.4.2.9) and Any-language (WSP, 8.4.2.10)
 
4996
------------------------------------------------------------------------
 
4997
r20013 | etxrab | 2006-11-28 22:44:07 -0800 (Tue, 28 Nov 2006) | 4 lines
 
4998
Changed paths:
 
4999
   M /trunk/epan/column-utils.c
 
5000
   M /trunk/epan/column.c
 
5001
   M /trunk/epan/column_info.h
 
5002
   M /trunk/epan/dissectors/packet-atm.c
 
5003
   M /trunk/epan/dissectors/packet-bssgp.c
 
5004
   M /trunk/epan/dissectors/packet-fr.c
 
5005
   M /trunk/wiretap/atm.c
 
5006
   M /trunk/wiretap/erf.c
 
5007
   M /trunk/wiretap/file_access.c
 
5008
 
 
5009
Froim Rene Pilz:
 
5010
This patch consists also the last issues. Additionally it solves:
 
5011
- For the SSCOP frames the AAL5 decoding was not performed due to an earlier patch. This caused that no SSCOP message was properly decoded.
 
5012
- As the detection between a LANE frame and a SSCOP frame is rather hard a switch within the atm dissector is included which enforce SSCOP dissecting over a LANE frame. At the moment I do not see a better solution for that.
 
5013
------------------------------------------------------------------------
 
5014
r20012 | etxrab | 2006-11-28 12:43:25 -0800 (Tue, 28 Nov 2006) | 1 line
 
5015
Changed paths:
 
5016
   M /trunk/plugins/megaco/packet-megaco.c
 
5017
 
 
5018
Fix a typo and handling of unknown TerminationStatedescriptors.
 
5019
------------------------------------------------------------------------
 
5020
r20011 | sahlberg | 2006-11-28 01:09:58 -0800 (Tue, 28 Nov 2006) | 3 lines
 
5021
Changed paths:
 
5022
   M /trunk/doc/README.developer
 
5023
 
 
5024
add description of proto_tree_add_bitmask()
 
5025
 
 
5026
 
 
5027
------------------------------------------------------------------------
 
5028
r20010 | etxrab | 2006-11-27 22:31:07 -0800 (Mon, 27 Nov 2006) | 2 lines
 
5029
Changed paths:
 
5030
   M /trunk/epan/dissectors/packet-q931.c
 
5031
 
 
5032
From Richard Braun:
 
5033
The Q931 dissector applies a wrong mask when testing the odd/even indicator bit.
 
5034
------------------------------------------------------------------------
 
5035
r20009 | etxrab | 2006-11-27 21:59:24 -0800 (Mon, 27 Nov 2006) | 1 line
 
5036
Changed paths:
 
5037
   M /trunk/diameter/sip.xml
 
5038
 
 
5039
Complete the SIP application AVP:s.
 
5040
------------------------------------------------------------------------
 
5041
r20008 | etxrab | 2006-11-27 21:53:00 -0800 (Mon, 27 Nov 2006) | 1 line
 
5042
Changed paths:
 
5043
   M /trunk/plugins/megaco/packet-megaco.c
 
5044
 
 
5045
Dissection of two streams in the media descriptor was broken.
 
5046
------------------------------------------------------------------------
 
5047
r20007 | gerald | 2006-11-27 17:18:47 -0800 (Mon, 27 Nov 2006) | 2 lines
 
5048
Changed paths:
 
5049
   M /trunk/epan/dissectors/packet-llt.c
 
5050
 
 
5051
Use val_to_str() instead of match_strval().
 
5052
 
 
5053
------------------------------------------------------------------------
 
5054
r20006 | guy | 2006-11-27 11:42:14 -0800 (Mon, 27 Nov 2006) | 3 lines
 
5055
Changed paths:
 
5056
   M /trunk/asn1/Makefile.am
 
5057
 
 
5058
We got rid of ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig, so
 
5059
don't try to put it into the distribution.
 
5060
 
 
5061
------------------------------------------------------------------------
 
5062
r20005 | guy | 2006-11-27 11:41:07 -0800 (Mon, 27 Nov 2006) | 2 lines
 
5063
Changed paths:
 
5064
   M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
 
5065
 
 
5066
Note that this isn't just cut and pasted from RFC 2251.
 
5067
 
 
5068
------------------------------------------------------------------------
 
5069
r20004 | guy | 2006-11-27 10:41:45 -0800 (Mon, 27 Nov 2006) | 3 lines
 
5070
Changed paths:
 
5071
   M /trunk/wiretap/libpcap.c
 
5072
 
 
5073
Map a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CPS, and clarify
 
5074
what a DLT_ value of 187 is.
 
5075
 
 
5076
------------------------------------------------------------------------
 
5077
r20003 | guy | 2006-11-27 10:10:12 -0800 (Mon, 27 Nov 2006) | 3 lines
 
5078
Changed paths:
 
5079
   M /trunk/wiretap/wtap.c
 
5080
   M /trunk/wiretap/wtap.h
 
5081
 
 
5082
Add Wiretap encapsulation type for IEEE 802.16 MAC Common Part Sublayer,
 
5083
for which a DLT_ value and LINKTYPE_ value have just been assigned.
 
5084
 
 
5085
------------------------------------------------------------------------
 
5086
r20002 | sahlberg | 2006-11-27 06:50:23 -0800 (Mon, 27 Nov 2006) | 3 lines
 
5087
Changed paths:
 
5088
   M /trunk/epan/dissectors/packet-scsi.c
 
5089
   M /trunk/epan/proto.c
 
5090
   M /trunk/epan/proto.h
 
5091
 
 
5092
create a nice helper to dissect bitmasks and implement some test useage of it in the scsi dissector
 
5093
 
 
5094
 
 
5095
------------------------------------------------------------------------
 
5096
r20001 | morriss | 2006-11-27 06:39:06 -0800 (Mon, 27 Nov 2006) | 1 line
 
5097
Changed paths:
 
5098
   M /trunk/epan/dissectors/packet-epl.c
 
5099
 
 
5100
Since this dissector is already 'new style' (it returns FALSE if it thinks the packet doesn't belong to it), register the dissector with new_create_dissector_handle() instead of create_dissector_handle(), thus fixing a compiler warning.  Also comment out some (currently) unused hf_ fields to get rid warnings about them.  Lastly, [AT]-ify the authors' email addresses.
 
5101
------------------------------------------------------------------------
 
5102
r20000 | sahlberg | 2006-11-27 03:00:06 -0800 (Mon, 27 Nov 2006) | 3 lines
 
5103
Changed paths:
 
5104
   M /trunk/epan/dissectors/Makefile.common
 
5105
   M /trunk/epan/dissectors/packet-scsi-mmc.c
 
5106
   A /trunk/epan/dissectors/packet-scsi-sbc.c
 
5107
   A /trunk/epan/dissectors/packet-scsi-sbc.h
 
5108
   M /trunk/epan/dissectors/packet-scsi.c
 
5109
   M /trunk/epan/dissectors/packet-scsi.h
 
5110
   M /trunk/epan/libwireshark.def
 
5111
   M /trunk/gtk/scsi_stat.c
 
5112
 
 
5113
break the SCSI SBC commandset out into its own dissector
 
5114
 
 
5115
 
 
5116
------------------------------------------------------------------------
 
5117
r19999 | sahlberg | 2006-11-27 01:42:19 -0800 (Mon, 27 Nov 2006) | 2 lines
 
5118
Changed paths:
 
5119
   M /trunk/gtk/expert_comp_table.c
 
5120
 
 
5121
g_strdup takes one parameter not two
 
5122
 
 
5123
------------------------------------------------------------------------
 
5124
r19998 | sahlberg | 2006-11-27 01:40:08 -0800 (Mon, 27 Nov 2006) | 3 lines
 
5125
Changed paths:
 
5126
   M /trunk/gtk/expert_comp_table.c
 
5127
 
 
5128
remove unused variable:  tooltips
 
5129
 
 
5130
 
 
5131
------------------------------------------------------------------------
 
5132
r19997 | sahlberg | 2006-11-27 01:00:01 -0800 (Mon, 27 Nov 2006) | 5 lines
 
5133
Changed paths:
 
5134
   D /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig
 
5135
 
 
5136
remove file that is not used
 
5137
 
 
5138
bug 1247
 
5139
 
 
5140
 
 
5141
------------------------------------------------------------------------
 
5142
r19996 | wmeier | 2006-11-26 16:13:09 -0800 (Sun, 26 Nov 2006) | 6 lines
 
5143
Changed paths:
 
5144
   M /trunk/diameter/chargecontrol.xml
 
5145
   M /trunk/epan/dissectors/pidl/idl_types.h
 
5146
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
 
5147
 
 
5148
fix property typos: 
 
5149
     eol-type  --> svn:eol-style
 
5150
  sv:eol-style --> svn:eol-style
 
5151
  svn:eol-type --> svn:eol-style
 
5152
 
 
5153
 
 
5154
------------------------------------------------------------------------
 
5155
r19995 | gerald | 2006-11-26 12:29:24 -0800 (Sun, 26 Nov 2006) | 2 lines
 
5156
Changed paths:
 
5157
   M /trunk/gtk/gui_utils.c
 
5158
 
 
5159
Wrap the declaration for tree_view_key_pressed_cb() in an #if/#endif.
 
5160
 
 
5161
------------------------------------------------------------------------
 
5162
r19994 | gerald | 2006-11-26 12:26:09 -0800 (Sun, 26 Nov 2006) | 2 lines
 
5163
Changed paths:
 
5164
   M /trunk/gtk/gui_utils.c
 
5165
   M /trunk/gtk/gui_utils.h
 
5166
   M /trunk/gtk/proto_draw.c
 
5167
 
 
5168
Make keyboard navigation common for all tree views (for GTK2, at least).
 
5169
 
 
5170
------------------------------------------------------------------------
 
5171
r19993 | wmeier | 2006-11-26 10:53:35 -0800 (Sun, 26 Nov 2006) | 3 lines
 
5172
Changed paths:
 
5173
   M /trunk/asn1/snmp/Makefile.nmake
 
5174
 
 
5175
Fix property typo: svm:keywords --> svn:keywords
 
5176
 
 
5177
 
 
5178
------------------------------------------------------------------------
 
5179
r19992 | wmeier | 2006-11-26 10:31:53 -0800 (Sun, 26 Nov 2006) | 4 lines
 
5180
Changed paths:
 
5181
   M /trunk/airpcap.h
 
5182
   M /trunk/asn1/rrlp/rrlp.asn
 
5183
   M /trunk/asn1/snmp/Makefile
 
5184
   M /trunk/diameter/TGPPSh.xml
 
5185
   M /trunk/epan/wslua/wslua.h
 
5186
   M /trunk/epan/wslua/wslua_dumper.c
 
5187
   M /trunk/epan/wslua/wslua_field.c
 
5188
   M /trunk/epan/wslua/wslua_gui.c
 
5189
   M /trunk/epan/wslua/wslua_listener.c
 
5190
   M /trunk/epan/wslua/wslua_pinfo.c
 
5191
   M /trunk/epan/wslua/wslua_proto.c
 
5192
   M /trunk/epan/wslua/wslua_tree.c
 
5193
   M /trunk/epan/wslua/wslua_tvb.c
 
5194
   M /trunk/epan/wslua/wslua_util.c
 
5195
   M /trunk/tools/pidl/tests/ndr_represent.pl
 
5196
   M /trunk/tools/pidl/tests/ndr_tagtype.pl
 
5197
 
 
5198
Fix some property typos (eg: svn:kwywords, swn:keywords, etc)
 
5199
Add 'svn:eol-style native' for a few .[hc] files
 
5200
 
 
5201
 
 
5202
------------------------------------------------------------------------
 
5203
r19991 | wmeier | 2006-11-26 10:20:51 -0800 (Sun, 26 Nov 2006) | 1 line
 
5204
Changed paths:
 
5205
   M /trunk/epan/dissectors/packet-bgp.c
 
5206
 
 
5207
fix compiler warning
 
5208
------------------------------------------------------------------------
 
5209
r19990 | morriss | 2006-11-26 06:27:13 -0800 (Sun, 26 Nov 2006) | 1 line
 
5210
Changed paths:
 
5211
   M /trunk/epan/dissectors/packet-ansi_637.c
 
5212
   M /trunk/epan/dissectors/packet-ansi_a.c
 
5213
 
 
5214
Clean up a bunch of unused parameter warnings and 2 uninitialized variable warnings
 
5215
------------------------------------------------------------------------
 
5216
r19989 | morriss | 2006-11-26 06:00:01 -0800 (Sun, 26 Nov 2006) | 1 line
 
5217
Changed paths:
 
5218
   M /trunk/doc/README.developer
 
5219
 
 
5220
Change to show how to write a 'new style' dissector (that is, one that returns the number of bytes it was able to dissect).  I think the Developer's Guide (docbook/) probably needs similar updates but I'm a bit shy about editing XML with good old vi; maybe if I can figure out if I can build the doc in the first place...  Also rewrap a few pararaphs that went past 80 columns.
 
5221
------------------------------------------------------------------------
 
5222
r19988 | morriss | 2006-11-26 05:36:03 -0800 (Sun, 26 Nov 2006) | 1 line
 
5223
Changed paths:
 
5224
   M /trunk/epan/dissectors/packet-skinny.c
 
5225
 
 
5226
If we found that the packet does not belong to Skinny (new style dissector), there's no need to call call_dissector(data_handle, ...) before returning FALSE.
 
5227
------------------------------------------------------------------------
 
5228
r19987 | jake | 2006-11-26 05:24:07 -0800 (Sun, 26 Nov 2006) | 5 lines
 
5229
Changed paths:
 
5230
   M /trunk/epan/dissectors/packet-dcerpc.c
 
5231
 
 
5232
From Stefan Metzmacher:
 
5233
I have a little additional patch, that makes it easier to see what which bytes
 
5234
are not caught by the sub_dissector.
 
5235
And it makes it easy to select and export the full payload to a file.
 
5236
 
 
5237
------------------------------------------------------------------------
 
5238
r19986 | jake | 2006-11-26 05:22:14 -0800 (Sun, 26 Nov 2006) | 3 lines
 
5239
Changed paths:
 
5240
   M /trunk/epan/dissectors/packet-smb-logon.c
 
5241
 
 
5242
From Stefan Metzmacher:
 
5243
2nd try: implement dissection of SMB_NETLOGON cmd's 0x17 and 0x19
 
5244
 
 
5245
------------------------------------------------------------------------
 
5246
r19985 | gal | 2006-11-26 01:04:00 -0800 (Sun, 26 Nov 2006) | 6 lines
 
5247
Changed paths:
 
5248
   M /trunk/packaging/u3/win32/makefile.nmake
 
5249
   M /trunk/packaging/u3/win32/manifest.tmpl
 
5250
   M /trunk/packaging/u3/win32/u3util.c
 
5251
 
 
5252
U3 Packaging update for
 
5253
a) Packaging changes - including the latest GTK/GLIB/PANGO libaries
 
5254
b) File associations - made when Wireshark is first run and removed when device is removed.
 
5255
c) Install WinPcap - by running the installer if WinPcap is not installed. Uninstalled (if the U3 device installed it) when the device is removed. (This is an interim approach until the appropriate WinPcap U3 installation can be determined).
 
5256
 
 
5257
 
 
5258
------------------------------------------------------------------------
 
5259
r19984 | morriss | 2006-11-26 00:28:09 -0800 (Sun, 26 Nov 2006) | 1 line
 
5260
Changed paths:
 
5261
   M /trunk/acinclude.m4
 
5262
 
 
5263
Bug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG/NETSNMPCONFIG/
 
5264
------------------------------------------------------------------------
 
5265
r19983 | wmeier | 2006-11-25 16:23:50 -0800 (Sat, 25 Nov 2006) | 8 lines
 
5266
Changed paths:
 
5267
   M /trunk/epan/dissectors/packet-smb-common.c
 
5268
 
 
5269
Problem: 
 
5270
"off by 1" bug in 
 
5271
   packet-smb-common.c:  dissect_ms_compressed_string_internal()
 
5272
was causing a 1 character buffer overflow thus causing the canary to sing !
 
5273
 
 
5274
Fixes bug #1241
 
5275
 
 
5276
 
 
5277
------------------------------------------------------------------------
 
5278
r19982 | etxrab | 2006-11-25 05:07:28 -0800 (Sat, 25 Nov 2006) | 1 line
 
5279
Changed paths:
 
5280
   M /trunk/epan/dissectors/packet-h248_annex_c.c
 
5281
   M /trunk/epan/dissectors/packet-h248_annex_e.c
 
5282
 
 
5283
Make dissecton of some of the annex packages work again.
 
5284
------------------------------------------------------------------------
 
5285
r19981 | etxrab | 2006-11-25 05:03:48 -0800 (Sat, 25 Nov 2006) | 5 lines
 
5286
Changed paths:
 
5287
   M /trunk/epan/Makefile.common
 
5288
   A /trunk/epan/crcdrm.c
 
5289
   A /trunk/epan/crcdrm.h
 
5290
   M /trunk/epan/dissectors/Makefile.common
 
5291
   A /trunk/epan/dissectors/packet-dcp-etsi.c
 
5292
   A /trunk/epan/reedsolomon.c
 
5293
   A /trunk/epan/reedsolomon.h
 
5294
 
 
5295
From Julian Cable:
 
5296
New dissector for ETSI DCP (ETSI TS 102 821).
 
5297
 
 
5298
Code rearranged to look more like other Wireshark dissectors and some warnings/errors
 
5299
on Windows fixed.
 
5300
------------------------------------------------------------------------
 
5301
r19980 | etxrab | 2006-11-25 04:04:21 -0800 (Sat, 25 Nov 2006) | 2 lines
 
5302
Changed paths:
 
5303
   M /trunk/epan/dissectors/packet-ethertype.c
 
5304
   M /trunk/epan/etypes.h
 
5305
 
 
5306
From   Eliot Blennerhassett :
 
5307
Add Cirrus cobranet ethertype
 
5308
------------------------------------------------------------------------
 
5309
r19979 | jmayer | 2006-11-25 02:35:39 -0800 (Sat, 25 Nov 2006) | 115 lines
 
5310
Changed paths:
 
5311
   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
 
5312
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
 
5313
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
 
5314
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
 
5315
   M /trunk/tools/pidl/pidl
 
5316
   M /trunk/tools/pidl/tests/Util.pm
 
5317
   M /trunk/tools/pidl/tests/ndr_align.pl
 
5318
   M /trunk/tools/pidl/tests/ndr_represent.pl
 
5319
   M /trunk/tools/pidl/tests/ndr_string.pl
 
5320
 
 
5321
Update from samba tree revision 19759 to 19883
 
5322
============================ Samba log start ============
 
5323
------------------------------------------------------------------------
 
5324
r19790 | vlendec | 2006-11-19 18:56:35 +0100 (Sun, 19 Nov 2006) | 10 lines
 
5325
Changed paths:
 
5326
   M /branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c
 
5327
   M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_unixinfo.c
 
5328
   M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_unixinfo.h
 
5329
   M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_winreg.c
 
5330
   M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_winreg.h
 
5331
   M /branches/SAMBA_3_0/source/librpc/gen_ndr/ndr_winreg.c
 
5332
   M /branches/SAMBA_3_0/source/librpc/gen_ndr/winreg.h
 
5333
   M /branches/SAMBA_3_0/source/rpcclient/cmd_unixinfo.c
 
5334
   M /branches/SAMBA_3_0/source/utils/net_rpc_registry.c
 
5335
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
 
5336
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
 
5337
 
 
5338
Check in the PIDL change and the converted unixinfo and winbind pipes without
 
5339
waiting for comments. This is what version control is for, and it does fix a
 
5340
segfault I ran into ;-)
 
5341
 
 
5342
Nevertheless, Jelmer & Jerry, please take a look!
 
5343
 
 
5344
Thanks,
 
5345
 
 
5346
Volker
 
5347
 
 
5348
------------------------------------------------------------------------
 
5349
r19829 | jelmer | 2006-11-22 00:15:57 +0100 (Wed, 22 Nov 2006) | 2 lines
 
5350
Changed paths:
 
5351
   M /branches/SAMBA_4_0/source/pidl/pidl
 
5352
 
 
5353
Update documentation.
 
5354
 
 
5355
------------------------------------------------------------------------
 
5356
r19830 | jelmer | 2006-11-22 00:21:08 +0100 (Wed, 22 Nov 2006) | 2 lines
 
5357
Changed paths:
 
5358
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
5359
 
 
5360
Warn about non-ref top-level pointers.
 
5361
 
 
5362
------------------------------------------------------------------------
 
5363
r19834 | jelmer | 2006-11-22 14:59:14 +0100 (Wed, 22 Nov 2006) | 2 lines
 
5364
Changed paths:
 
5365
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
5366
 
 
5367
Prevent some inaccurate warnings.
 
5368
 
 
5369
------------------------------------------------------------------------
 
5370
r19842 | jelmer | 2006-11-22 17:53:30 +0100 (Wed, 22 Nov 2006) | 3 lines
 
5371
Changed paths:
 
5372
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
5373
 
 
5374
Complain about unknown pointer types.
 
5375
Fallback to "unique" when "ptr" is specified instead of failing.
 
5376
 
 
5377
------------------------------------------------------------------------
 
5378
r19845 | jelmer | 2006-11-22 18:13:19 +0100 (Wed, 22 Nov 2006) | 2 lines
 
5379
Changed paths:
 
5380
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
5381
 
 
5382
Add warning for pointer_default_top()
 
5383
 
 
5384
------------------------------------------------------------------------
 
5385
r19854 | metze | 2006-11-23 14:11:08 +0100 (Thu, 23 Nov 2006) | 4 lines
 
5386
Changed paths:
 
5387
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
5388
 
 
5389
readd support for 'sptr' pointers, to work against windows servers
 
5390
until jelmer commits his 'ptr' support
 
5391
 
 
5392
metze
 
5393
------------------------------------------------------------------------
 
5394
r19856 | jelmer | 2006-11-23 14:48:01 +0100 (Thu, 23 Nov 2006) | 2 lines
 
5395
Changed paths:
 
5396
   M /branches/SAMBA_4_0/source/librpc/idl/epmapper.idl
 
5397
   M /branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
 
5398
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
5399
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
 
5400
 
 
5401
Use sptr as basis for full ptr implementation. Will add checks for duplicates later.
 
5402
 
 
5403
------------------------------------------------------------------------
 
5404
r19859 | jelmer | 2006-11-23 17:02:20 +0100 (Thu, 23 Nov 2006) | 3 lines
 
5405
Changed paths:
 
5406
   M /branches/SAMBA_4_0/source/librpc/ndr/libndr.h
 
5407
   M /branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
 
5408
   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
 
5409
   A /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
 
5410
 
 
5411
Reuse referrent ids when pushing full pointers (still need to
 
5412
avoid pushing the referred object twice) and add test for full pointers.
 
5413
 
 
5414
------------------------------------------------------------------------
 
5415
r19866 | jelmer | 2006-11-23 19:26:55 +0100 (Thu, 23 Nov 2006) | 2 lines
 
5416
Changed paths:
 
5417
   M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
 
5418
 
 
5419
Fix test compilation.
 
5420
 
 
5421
------------------------------------------------------------------------
 
5422
r19868 | jelmer | 2006-11-23 21:59:09 +0100 (Thu, 23 Nov 2006) | 2 lines
 
5423
Changed paths:
 
5424
   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
 
5425
   M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
 
5426
   M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl
 
5427
   M /branches/SAMBA_4_0/source/pidl/tests/ndr_string.pl
 
5428
 
 
5429
Fix more tests.
 
5430
 
 
5431
------------------------------------------------------------------------
 
5432
------------------------------------------------------------------------
 
5433
============================ Samba log end ==============
 
5434
 
 
5435
 
 
5436
------------------------------------------------------------------------
 
5437
r19978 | gerald | 2006-11-24 22:15:51 -0800 (Fri, 24 Nov 2006) | 2 lines
 
5438
Changed paths:
 
5439
   M /trunk/gtk/main.c
 
5440
 
 
5441
Make sure we don't trigger undefined behavior in isprint().
 
5442
 
 
5443
------------------------------------------------------------------------
 
5444
r19977 | wmeier | 2006-11-24 10:47:50 -0800 (Fri, 24 Nov 2006) | 1 line
 
5445
Changed paths:
 
5446
   M /trunk/epan/dissectors/packet-scsi-osd.h
 
5447
 
 
5448
Also required to fix Win32 build problem
 
5449
------------------------------------------------------------------------
 
5450
r19976 | guy | 2006-11-24 10:25:23 -0800 (Fri, 24 Nov 2006) | 6 lines
 
5451
Changed paths:
 
5452
   M /trunk/epan/libwireshark.def
 
5453
   M /trunk/epan/proto.c
 
5454
   M /trunk/epan/proto.h
 
5455
   M /trunk/gtk/expert_comp_table.c
 
5456
   M /trunk/gtk/main.c
 
5457
   M /trunk/gtk/menu.c
 
5458
   M /trunk/print.c
 
5459
   M /trunk/tap-protocolinfo.c
 
5460
 
 
5461
Have separate proto_construct_match_selected_string() and
 
5462
proto_can_match_selected() routines, to more clearly separate the two
 
5463
functions - but have them both call the same underlying routine, so
 
5464
they both make the same decisions as to whether a match-selected string
 
5465
can be constructed or not.
 
5466
 
 
5467
------------------------------------------------------------------------
 
5468
r19975 | wmeier | 2006-11-24 09:41:09 -0800 (Fri, 24 Nov 2006) | 1 line
 
5469
Changed paths:
 
5470
   M /trunk/epan/libwireshark.def
 
5471
 
 
5472
Another fix for Win32 build: add scsi_osd_vals
 
5473
------------------------------------------------------------------------
 
5474
r19974 | jake | 2006-11-24 03:07:39 -0800 (Fri, 24 Nov 2006) | 3 lines
 
5475
Changed paths:
 
5476
   M /trunk/epan/libwireshark.def
 
5477
 
 
5478
From Peter Johansson:
 
5479
The attached patch corrects the Win32 compilation problem.
 
5480
 
 
5481
------------------------------------------------------------------------
 
5482
r19973 | sahlberg | 2006-11-24 00:22:30 -0800 (Fri, 24 Nov 2006) | 3 lines
 
5483
Changed paths:
 
5484
   M /trunk/epan/dissectors/packet-scsi.c
 
5485
   M /trunk/gtk/scsi_stat.c
 
5486
 
 
5487
add some missing commandsets to the preference for default commandset and to the scsi srt statistics
 
5488
 
 
5489
 
 
5490
------------------------------------------------------------------------
 
5491
r19972 | jake | 2006-11-23 23:28:02 -0800 (Thu, 23 Nov 2006) | 2 lines
 
5492
Changed paths:
 
5493
   M /trunk/epan/dissectors/packet-scsi.c
 
5494
 
 
5495
From Patrick vd Lageweg:
 
5496
This patch fixes a simple typo.
 
5497
------------------------------------------------------------------------
 
5498
r19971 | jake | 2006-11-23 23:16:06 -0800 (Thu, 23 Nov 2006) | 2 lines
 
5499
Changed paths:
 
5500
   M /trunk/epan/dissectors/packet-dcerpc.c
 
5501
 
 
5502
From Stefan Metzmacher:
 
5503
This patch fixes some problems with encrypted DCERPC traffic
 
5504
------------------------------------------------------------------------
 
5505
r19970 | jake | 2006-11-23 23:09:38 -0800 (Thu, 23 Nov 2006) | 4 lines
 
5506
Changed paths:
 
5507
   M /trunk/epan/dissectors/packet-ldap.c
 
5508
   M /trunk/epan/dissectors/packet-smb-common.c
 
5509
   M /trunk/epan/dissectors/packet-smb-common.h
 
5510
 
 
5511
From Stefan Metzmacher:
 
5512
I created two patches:
 
5513
1.) move the handling of the compressed strings in CLDAP 'netlogon' replies into a generic place.
 
5514
2.) implement dissection of SMB_NETLOGON cmd's 0x17 and 0x19
 
5515
------------------------------------------------------------------------
 
5516
r19969 | sfisher | 2006-11-23 22:04:01 -0800 (Thu, 23 Nov 2006) | 6 lines
 
5517
Changed paths:
 
5518
   M /trunk/epan/dissectors/packet-hsrp.c
 
5519
 
 
5520
 
 
5521
Fix for bug #940.  Convert HSRP to a new-style dissector so that it can
 
5522
reject datagrams that don't have both the source and destination port
 
5523
of UDP_PORT_HSRP (1985).
 
5524
 
 
5525
 
 
5526
------------------------------------------------------------------------
 
5527
r19968 | sfisher | 2006-11-23 18:59:43 -0800 (Thu, 23 Nov 2006) | 8 lines
 
5528
Changed paths:
 
5529
   M /trunk/epan/dissectors/packet-http.c
 
5530
 
 
5531
 
 
5532
Fix for bug #646: show the end of HTTP chunked encoding (a chunk with size 0)
 
5533
as described in RFC 2616.
 
5534
 
 
5535
-This line, and those below, will be ignored--
 
5536
 
 
5537
M    packet-http.c
 
5538
 
 
5539
------------------------------------------------------------------------
 
5540
r19967 | guy | 2006-11-23 13:16:46 -0800 (Thu, 23 Nov 2006) | 16 lines
 
5541
Changed paths:
 
5542
   M /trunk/epan/proto.c
 
5543
   M /trunk/epan/proto.h
 
5544
   M /trunk/gtk/expert_comp_table.c
 
5545
   M /trunk/gtk/main.c
 
5546
   M /trunk/gtk/menu.c
 
5547
   M /trunk/print.c
 
5548
   M /trunk/tap-protocolinfo.c
 
5549
 
 
5550
Rename proto_construct_dfilter_string() to
 
5551
proto_construct_match_selected_string() to indicate what it does - and
 
5552
have it return a Boolean indication of whether the string could be
 
5553
built, returning the string through a pointer, and, if that pointer is
 
5554
null, have it just return the Boolean and not construct the string.
 
5555
 
 
5556
Get rid of proto_can_match_selected() -
 
5557
proto_construct_match_selected_string() can be used for that, which
 
5558
means we have only one piece of code that knows whether a "match
 
5559
selected" string can be constructed or not.
 
5560
 
 
5561
Have proto_construct_match_selected_string() support matching
 
5562
zero-length FT_NONE (and FT_PCRE, but that shouldn't happen) fields even
 
5563
if there's no epan_dissect_t, as such a match just checks whether the
 
5564
field is present.
 
5565
 
 
5566
------------------------------------------------------------------------
 
5567
r19966 | etxrab | 2006-11-23 12:17:58 -0800 (Thu, 23 Nov 2006) | 1 line
 
5568
Changed paths:
 
5569
   M /trunk/epan/dissectors/packet-tipc.c
 
5570
 
 
5571
Show the header size as number of bytes.
 
5572
------------------------------------------------------------------------
 
5573
r19965 | lego | 2006-11-23 04:58:58 -0800 (Thu, 23 Nov 2006) | 3 lines
 
5574
Changed paths:
 
5575
   D /trunk/plugins/lua
 
5576
 
 
5577
Errase the lua plugin, its not longer in use.
 
5578
 
 
5579
 
 
5580
------------------------------------------------------------------------
 
5581
r19964 | sahlberg | 2006-11-23 01:21:16 -0800 (Thu, 23 Nov 2006) | 3 lines
 
5582
Changed paths:
 
5583
   M /trunk/epan/dissectors/Makefile.common
 
5584
   A /trunk/epan/dissectors/packet-scsi-smc.c
 
5585
   A /trunk/epan/dissectors/packet-scsi-smc.h
 
5586
   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
5587
   M /trunk/epan/dissectors/packet-scsi.c
 
5588
   M /trunk/epan/dissectors/packet-scsi.h
 
5589
   M /trunk/epan/libwireshark.def
 
5590
 
 
5591
break the SCSI SMC commandset out into its own dissector
 
5592
 
 
5593
 
 
5594
------------------------------------------------------------------------
 
5595
r19963 | gerald | 2006-11-22 17:49:18 -0800 (Wed, 22 Nov 2006) | 3 lines
 
5596
Changed paths:
 
5597
   M /trunk/epan/dissectors/packet-ieee80211.c
 
5598
   M /trunk/epan/dissectors/packet-radiotap.c
 
5599
 
 
5600
Back out most of r19878; it was making the 802.11 dissector overwrite the
 
5601
RSSI column with the wrong value.
 
5602
 
 
5603
------------------------------------------------------------------------
 
5604
r19962 | sfisher | 2006-11-22 17:45:51 -0800 (Wed, 22 Nov 2006) | 5 lines
 
5605
Changed paths:
 
5606
   M /trunk/tshark.c
 
5607
 
 
5608
 
 
5609
Fix for bug #1211.  Patch from Joshua Wright to add -S option to tshark's
 
5610
usage description (-h).
 
5611
 
 
5612
 
 
5613
------------------------------------------------------------------------
 
5614
r19961 | guy | 2006-11-22 16:15:49 -0800 (Wed, 22 Nov 2006) | 5 lines
 
5615
Changed paths:
 
5616
   M /trunk/epan/proto.c
 
5617
 
 
5618
When checking whether a field supports "match selected", do the same
 
5619
checks that we do when we try to construct the filter expression for
 
5620
"match selected" - this means we don't just assert that all FT_NONEs are
 
5621
filterable, as they aren't.
 
5622
 
 
5623
------------------------------------------------------------------------
 
5624
r19960 | etxrab | 2006-11-22 15:20:11 -0800 (Wed, 22 Nov 2006) | 3 lines
 
5625
Changed paths:
 
5626
   M /trunk/epan/dissectors/packet-rsvp.c
 
5627
 
 
5628
From Cyril Margaria:
 
5629
Patch to support RSVP notify and added a few error codes, with some more objectcodes
 
5630
added.
 
5631
------------------------------------------------------------------------
 
5632
r19959 | guy | 2006-11-22 14:11:38 -0800 (Wed, 22 Nov 2006) | 5 lines
 
5633
Changed paths:
 
5634
   M /trunk/epan/proto.c
 
5635
 
 
5636
Make the "standard" case in proto_can_match_selected() and
 
5637
proto_construct_dfilter_string() the default, so you add explicit cases
 
5638
only when the type needs to be treated specially, so we don't end up
 
5639
with types where we forget to have a case.
 
5640
 
 
5641
------------------------------------------------------------------------
 
5642
r19958 | ulfl | 2006-11-22 12:52:40 -0800 (Wed, 22 Nov 2006) | 1 line
 
5643
Changed paths:
 
5644
   M /trunk/epan/dissectors/packet-scsi-ssc.h
 
5645
   M /trunk/epan/dissectors/packet-scsi.h
 
5646
   M /trunk/epan/libwireshark.def
 
5647
 
 
5648
fix Win32 build: scsi_ssc2_vals -> scsi_ssc_vals
 
5649
------------------------------------------------------------------------
 
5650
r19957 | sahlberg | 2006-11-22 02:12:59 -0800 (Wed, 22 Nov 2006) | 3 lines
 
5651
Changed paths:
 
5652
   M /trunk/epan/dissectors/Makefile.common
 
5653
   A /trunk/epan/dissectors/packet-scsi-ssc.c
 
5654
   A /trunk/epan/dissectors/packet-scsi-ssc.h
 
5655
   M /trunk/epan/dissectors/packet-scsi.c
 
5656
   M /trunk/epan/dissectors/packet-scsi.h
 
5657
   M /trunk/gtk/scsi_stat.c
 
5658
 
 
5659
break the SCSI SSC commandset out into its own dissector
 
5660
 
 
5661
 
 
5662
------------------------------------------------------------------------
 
5663
r19956 | sahlberg | 2006-11-22 01:00:36 -0800 (Wed, 22 Nov 2006) | 3 lines
 
5664
Changed paths:
 
5665
   M /trunk/epan/dissectors/packet-scsi.c
 
5666
 
 
5667
ssc space6 count is a signed integer
 
5668
 
 
5669
 
 
5670
------------------------------------------------------------------------
 
5671
r19955 | etxrab | 2006-11-21 22:39:24 -0800 (Tue, 21 Nov 2006) | 20 lines
 
5672
Changed paths:
 
5673
   M /trunk/epan/dissectors/packet-ansi_637.c
 
5674
   M /trunk/epan/dissectors/packet-ansi_a.c
 
5675
   M /trunk/epan/dissectors/packet-ansi_a.h
 
5676
   M /trunk/epan/dissectors/packet-ansi_map.c
 
5677
   M /trunk/epan/libwireshark.def
 
5678
   M /trunk/gtk/ansi_a_stat.c
 
5679
 
 
5680
From Michael Lum
 
5681
 
 
5682
1)
 
5683
A small change in the number of teleservices recognized
 
5684
 
 
5685
2)
 
5686
Finally finished a lot of the changes for IOS 5 support.
 
5687
 
 
5688
The attached files must be used together.
 
5689
 
 
5690
Built in Windows XP Pro using Visual Studio C++ with the latest repository.
 
5691
 
 
5692
packet-ansi_map.c.gz
 
5693
 
 
5694
packet-ansi_a.gz
 
5695
    This file contains both packet-ansi_a.c and packet-ansi_a.h changes.
 
5696
 
 
5697
libwireshark.def.gz
 
5698
 
 
5699
ansi_a_stat.c.gz
 
5700
------------------------------------------------------------------------
 
5701
r19954 | etxrab | 2006-11-21 14:18:12 -0800 (Tue, 21 Nov 2006) | 1 line
 
5702
Changed paths:
 
5703
   M /trunk/asn1/mms/mms.asn
 
5704
   M /trunk/epan/dissectors/packet-mms.c
 
5705
 
 
5706
Revert changes to have named bits in the bitstring of unknown length.
 
5707
------------------------------------------------------------------------
 
5708
r19953 | guy | 2006-11-21 13:49:58 -0800 (Tue, 21 Nov 2006) | 4 lines
 
5709
Changed paths:
 
5710
   M /trunk/epan/reassemble.c
 
5711
 
 
5712
Fix pluralization of "bytes" so it doesn't say "1 bytes".
 
5713
 
 
5714
Clean up indentation.
 
5715
 
 
5716
------------------------------------------------------------------------
 
5717
r19952 | sahlberg | 2006-11-21 13:11:18 -0800 (Tue, 21 Nov 2006) | 23 lines
 
5718
Changed paths:
 
5719
   M /trunk/epan/dissectors/packet-dcerpc.c
 
5720
 
 
5721
fix for bug 1226:
 
5722
reported by Benjamin Meyer  
 
5723
 
 
5724
WireShark marks DCE RPC FACKs as "malformed" if they do not have a body.
 
5725
According to DCE RPC Spec. 1.1 FACKs "may contain" a body PTU.
 
5726
 
 
5727
I am unable to build WireShark (lack of time to install all neccessary stuff)
 
5728
but I looked at the SourceCode. I think, at least this has to be fixed:
 
5729
 
 
5730
file: epan/dissectors/packet-dcerpc.c
 
5731
function: static gboolean dissect_dcerpc_dg (tvbuff_t *tvb, packet_info *pinfo,
 
5732
proto_tree *tree)
 
5733
 
 
5734
*snip*
 
5735
case PDU_FACK
 
5736
dissect_dcerpc_dg_fack (tvb, offset, pinfo, dcerpc_tree, &hdr); 
 
5737
break;
 
5738
*snap*
 
5739
 
 
5740
I guess, it should look like "case PDU_NOCALL:" directly above.
 
5741
 
 
5742
 
 
5743
 
 
5744
------------------------------------------------------------------------
 
5745
r19951 | etxrab | 2006-11-21 13:00:25 -0800 (Tue, 21 Nov 2006) | 3 lines
 
5746
Changed paths:
 
5747
   M /trunk/epan/dissectors/packet-acn.c
 
5748
   M /trunk/epan/dissectors/packet-acn.h
 
5749
 
 
5750
From Bill Florac:
 
5751
Here is a patch for the ACN dissector. It fixes a bug in
 
5752
acn_add_expiry() and cleans up some cosmetic things.
 
5753
------------------------------------------------------------------------
 
5754
r19950 | guy | 2006-11-21 12:10:10 -0800 (Tue, 21 Nov 2006) | 15 lines
 
5755
Changed paths:
 
5756
   M /trunk/doc/README.developer
 
5757
 
 
5758
If you're doing TCP reassembly by hand rather than with
 
5759
tcp_dissect_pdus(), pinfo->desegment_len indicates whether your
 
5760
dissector needs more data from TCP or not - the return value doesn't
 
5761
indicate that.
 
5762
 
 
5763
Fix typo.
 
5764
 
 
5765
It appears that the Id keyword is one of the case-insensitive ones in
 
5766
the svn:keywords property, so if you set it to "ID" it still expands
 
5767
"$Id: ChangeLog 20673 2007-02-01 20:26:28Z gerald $"; it also appears not to expand "$ID$".  We use Revision, Date,
 
5768
and Author in the document to indicate the revision, and don't expand
 
5769
Id, so that references to "$Id: ChangeLog 20673 2007-02-01 20:26:28Z gerald $" get left alone.
 
5770
 
 
5771
Rewrap paragraphs.
 
5772
 
 
5773
------------------------------------------------------------------------
 
5774
r19949 | jake | 2006-11-21 06:18:46 -0800 (Tue, 21 Nov 2006) | 2 lines
 
5775
Changed paths:
 
5776
   M /trunk/doc/README.developer
 
5777
   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
 
5778
   M /trunk/epan/dissectors/packet-tcp.c
 
5779
   M /trunk/epan/dissectors/packet-tcp.h
 
5780
 
 
5781
Correct comments and examples on get_pdu_len().
 
5782
 
 
5783
------------------------------------------------------------------------
 
5784
r19948 | morriss | 2006-11-21 05:37:13 -0800 (Tue, 21 Nov 2006) | 1 line
 
5785
Changed paths:
 
5786
   M /trunk/AUTHORS
 
5787
 
 
5788
Add Japan SS7 variant to list of things I contributed (and verify this whole commit thing works :-))
 
5789
------------------------------------------------------------------------
 
5790
r19947 | sahlberg | 2006-11-21 01:18:28 -0800 (Tue, 21 Nov 2006) | 10 lines
 
5791
Changed paths:
 
5792
   M /trunk/epan/dissectors/packet-scsi.c
 
5793
 
 
5794
Patrick vd Lageweg <patrick@bitwizard.nl> 
 
5795
 
 
5796
Hi,
 
5797
 
 
5798
The rease/release commands are also usable on SSC devices. This patch adds them to the valid SSC command.
 
5799
 
 
5800
 ?\194?\160 ?\194?\160 ?\194?\160 ?\194?\160Patrick
 
5801
_______________________________________________
 
5802
 
 
5803
 
 
5804
------------------------------------------------------------------------
 
5805
r19946 | sahlberg | 2006-11-21 00:53:11 -0800 (Tue, 21 Nov 2006) | 15 lines
 
5806
Changed paths:
 
5807
   M /trunk/epan/dissectors/packet-rpc.c
 
5808
   M /trunk/epan/dissectors/packet-rpc.h
 
5809
 
 
5810
 
 
5811
From: Burlyga, Alex
 
5812
 
 
5813
Hi,
 
5814
 
 
5815
Attached is a patch for packet-rpc.c and packet-rpc.h.
 
5816
Update support for pseudo-flavors that used in RPCSEC_GSS
 
5817
Also fixed a problem where rpc.reqframe and rpc.repframe where
 
5818
reversed.
 
5819
 
 
5820
Alex.
 
5821
 
 
5822
 
 
5823
 
 
5824
 
 
5825
------------------------------------------------------------------------
 
5826
r19945 | sahlberg | 2006-11-21 00:44:21 -0800 (Tue, 21 Nov 2006) | 6 lines
 
5827
Changed paths:
 
5828
   M /trunk/epan/dissectors/packet-kpasswd.c
 
5829
 
 
5830
the result code, encoded within the userdata is in network byte order not little endian.
 
5831
 
 
5832
this makes a difference for the cases where the result code is not KPASSWD_SUCCESS == 0x0000
 
5833
 
 
5834
 
 
5835
 
 
5836
------------------------------------------------------------------------
 
5837
r19944 | gerald | 2006-11-20 17:27:29 -0800 (Mon, 20 Nov 2006) | 4 lines
 
5838
Changed paths:
 
5839
   M /trunk/gtk/main.c
 
5840
 
 
5841
If a user starts typing text in the main window, append it to the
 
5842
display filter instead of replacing it.  Check for a valid character
 
5843
with a simple isprint() instead of a giant boolean expression paragraph.
 
5844
 
 
5845
------------------------------------------------------------------------
 
5846
r19943 | ulfl | 2006-11-20 16:45:38 -0800 (Mon, 20 Nov 2006) | 1 line
 
5847
Changed paths:
 
5848
   M /trunk/file.c
 
5849
   M /trunk/gtk/main.c
 
5850
 
 
5851
while loading a huge capture file, enable the main window to show packets rushing into the packet list
 
5852
------------------------------------------------------------------------
 
5853
r19942 | ulfl | 2006-11-20 16:40:36 -0800 (Mon, 20 Nov 2006) | 1 line
 
5854
Changed paths:
 
5855
   M /trunk/gtk/progress_dlg.c
 
5856
 
 
5857
flush out the main event loop at dialog creation, so we don't see an empty dialog until the first update
 
5858
------------------------------------------------------------------------
 
5859
r19941 | guy | 2006-11-20 16:36:35 -0800 (Mon, 20 Nov 2006) | 3 lines
 
5860
Changed paths:
 
5861
   M /trunk/dftest.c
 
5862
 
 
5863
Use the <name> convention for command-line arguments in the usage
 
5864
message.
 
5865
 
 
5866
------------------------------------------------------------------------
 
5867
r19940 | guy | 2006-11-20 16:30:36 -0800 (Mon, 20 Nov 2006) | 3 lines
 
5868
Changed paths:
 
5869
   M /trunk/epan/epan.c
 
5870
   M /trunk/gtk/main.c
 
5871
   M /trunk/tshark.c
 
5872
 
 
5873
We also need the memory allocation subsystem initialized in anything
 
5874
that uses libwireshark.
 
5875
 
 
5876
------------------------------------------------------------------------
 
5877
r19939 | guy | 2006-11-20 16:16:44 -0800 (Mon, 20 Nov 2006) | 5 lines
 
5878
Changed paths:
 
5879
   M /trunk/epan/epan.c
 
5880
   M /trunk/gtk/main.c
 
5881
   M /trunk/tshark.c
 
5882
 
 
5883
Call guids_init() in epan_init(), so anything that needs libwireshark -
 
5884
including dftest - will get the GUID table initialized (which anything
 
5885
that needs libwireshark needs to have happen, so dissectors can register
 
5886
GUIDs in that table).
 
5887
 
 
5888
------------------------------------------------------------------------
 
5889
r19938 | guy | 2006-11-20 16:00:26 -0800 (Mon, 20 Nov 2006) | 2 lines
 
5890
Changed paths:
 
5891
   M /trunk/tshark.c
 
5892
 
 
5893
Squelch a compiler warning.
 
5894
 
 
5895
------------------------------------------------------------------------
 
5896
r19937 | jake | 2006-11-20 11:39:19 -0800 (Mon, 20 Nov 2006) | 1 line
 
5897
Changed paths:
 
5898
   M /trunk/epan/dissectors/packet-dhcpv6.c
 
5899
 
 
5900
Fix for bug 1235. Elapsed time is in 10ms units.
 
5901
------------------------------------------------------------------------
 
5902
r19936 | martinm | 2006-11-20 06:53:22 -0800 (Mon, 20 Nov 2006) | 1 line
 
5903
Changed paths:
 
5904
   M /trunk/epan/proto.c
 
5905
 
 
5906
Make FT_STRINGZ items work as apply/prepare as filter menu items
 
5907
------------------------------------------------------------------------
 
5908
r19935 | gerald | 2006-11-19 15:23:53 -0800 (Sun, 19 Nov 2006) | 3 lines
 
5909
Changed paths:
 
5910
   M /trunk/gtk/main.c
 
5911
 
 
5912
Add exclamation and left parenthesis to the display filter keystroke
 
5913
catcher.
 
5914
 
 
5915
------------------------------------------------------------------------
 
5916
r19934 | ulfl | 2006-11-19 09:02:31 -0800 (Sun, 19 Nov 2006) | 3 lines
 
5917
Changed paths:
 
5918
   M /trunk/Makefile.nmake
 
5919
 
 
5920
if the WIRESHARK_LIBS dir isn't already existing, create it
 
5921
 
 
5922
this fixes problems discussed earlier on the list with cygpath
 
5923
------------------------------------------------------------------------
 
5924
r19933 | ulfl | 2006-11-19 08:49:58 -0800 (Sun, 19 Nov 2006) | 1 line
 
5925
Changed paths:
 
5926
   M /trunk/Makefile.nmake
 
5927
 
 
5928
fix clean_setup target
 
5929
------------------------------------------------------------------------
 
5930
r19932 | etxrab | 2006-11-19 08:24:18 -0800 (Sun, 19 Nov 2006) | 1 line
 
5931
Changed paths:
 
5932
   M /trunk/tools/lemon/lemon.c
 
5933
   M /trunk/tools/lemon/lempar.c
 
5934
 
 
5935
Update to the latest versions from sqlite.
 
5936
------------------------------------------------------------------------
 
5937
r19931 | sfisher | 2006-11-18 23:41:25 -0800 (Sat, 18 Nov 2006) | 4 lines
 
5938
Changed paths:
 
5939
   M /trunk/epan/dissectors/packet-ssl.c
 
5940
 
 
5941
Fix for bug #1126.  In the SSL dissector, don't just check if we're allowed
 
5942
to desegment, but also check if we need to before attempting it. 
 
5943
 
 
5944
 
 
5945
------------------------------------------------------------------------
 
5946
r19930 | gerald | 2006-11-18 09:17:28 -0800 (Sat, 18 Nov 2006) | 3 lines
 
5947
Changed paths:
 
5948
   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
 
5949
   M /trunk/gtk/main.c
 
5950
 
 
5951
If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, start
 
5952
filling in a display filter.
 
5953
 
 
5954
------------------------------------------------------------------------
 
5955
r19929 | ulfl | 2006-11-18 04:30:58 -0800 (Sat, 18 Nov 2006) | 1 line
 
5956
Changed paths:
 
5957
   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
 
5958
 
 
5959
fix validity of document
 
5960
------------------------------------------------------------------------
 
5961
r19928 | gerald | 2006-11-17 21:19:40 -0800 (Fri, 17 Nov 2006) | 2 lines
 
5962
Changed paths:
 
5963
   M /trunk/gtk/packet_list.c
 
5964
 
 
5965
Don't try to set focus on NULL.
 
5966
 
 
5967
------------------------------------------------------------------------
 
5968
r19927 | gerald | 2006-11-17 21:12:55 -0800 (Fri, 17 Nov 2006) | 2 lines
 
5969
Changed paths:
 
5970
   M /trunk/gtk/packet_list.c
 
5971
 
 
5972
GTK1 doesn't have gtk_window_get_focus.
 
5973
 
 
5974
------------------------------------------------------------------------
 
5975
r19926 | gerald | 2006-11-17 21:05:18 -0800 (Fri, 17 Nov 2006) | 3 lines
 
5976
Changed paths:
 
5977
   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
 
5978
   M /trunk/gtk/main.c
 
5979
 
 
5980
Make F8 and F7 move to the next and previous packets, which adds
 
5981
compatibility with a different analyzer.
 
5982
 
 
5983
------------------------------------------------------------------------
 
5984
r19925 | ulfl | 2006-11-17 19:37:34 -0800 (Fri, 17 Nov 2006) | 3 lines
 
5985
Changed paths:
 
5986
   M /trunk/wiretap/catapult_dct2000.c
 
5987
 
 
5988
both recent fixes of warnings don't compile on Win32, inttypes.h is not available and PRId64 is not defined in the config.h.win32.
 
5989
 
 
5990
As discussed in a seperate thread the PRId64 should not be required.
 
5991
------------------------------------------------------------------------
 
5992
r19924 | gerald | 2006-11-17 17:47:49 -0800 (Fri, 17 Nov 2006) | 10 lines
 
5993
Changed paths:
 
5994
   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
 
5995
   M /trunk/gtk/compat_macros.h
 
5996
   M /trunk/gtk/menu.c
 
5997
   M /trunk/gtk/packet_list.c
 
5998
   M /trunk/gtk/packet_list.h
 
5999
   M /trunk/gtk/proto_draw.c
 
6000
 
 
6001
Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"
 
6002
menu) move to the previous and next packet even if the packet list isn't
 
6003
in focus (specifically, the packet detail will stay in focus if that was
 
6004
already the case).  Make the return and enter keys toggle tree items in
 
6005
the packet detail and the backspace key jump to the parent node.  Add a
 
6006
navigation section to the User's Guide.
 
6007
 
 
6008
Make SIGNAL_EMIT_BY_NAME a simple #define, so that we can feed it
 
6009
multiple arguments.  Fix up whitespace.
 
6010
 
 
6011
------------------------------------------------------------------------
 
6012
r19923 | ulfl | 2006-11-17 14:48:21 -0800 (Fri, 17 Nov 2006) | 1 line
 
6013
Changed paths:
 
6014
   M /trunk/Makefile.nmake
 
6015
 
 
6016
add the /LARGEADDRESSAWARE to the link process of Wireshark(2) and Tshark. See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base/physical_address_extension.asp how to enable 3GB support on several Windows versions - I will update the OutOfMemory Wiki page accordingly
 
6017
------------------------------------------------------------------------
 
6018
r19922 | ulfl | 2006-11-17 14:38:34 -0800 (Fri, 17 Nov 2006) | 1 line
 
6019
Changed paths:
 
6020
   M /trunk/epan/dissectors/packet-lldp.c
 
6021
 
 
6022
add dissection for PROFINET "PTCP Status"
 
6023
------------------------------------------------------------------------
 
6024
r19921 | martinm | 2006-11-17 08:33:43 -0800 (Fri, 17 Nov 2006) | 1 line
 
6025
Changed paths:
 
6026
   M /trunk/wiretap/catapult_dct2000.c
 
6027
 
 
6028
Try to squash 2 more warnings seen on buildot
 
6029
------------------------------------------------------------------------
 
6030
r19920 | jmayer | 2006-11-17 01:29:36 -0800 (Fri, 17 Nov 2006) | 25 lines
 
6031
Changed paths:
 
6032
   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
 
6033
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
 
6034
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
 
6035
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
 
6036
   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
6037
   M /trunk/tools/pidl/tests/parse_idl.pl
 
6038
 
 
6039
Update from samba tree revision 19744 to 19759
 
6040
============================ Samba log start ============
 
6041
------------------------------------------------------------------------
 
6042
r19751 | jelmer | 2006-11-16 23:11:32 +0100 (Thu, 16 Nov 2006) | 2 lines
 
6043
Changed paths:
 
6044
   M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
 
6045
 
 
6046
Add some tests for parsing the "include", "import" and "importlib" statements.
 
6047
 
 
6048
------------------------------------------------------------------------
 
6049
r19752 | jelmer | 2006-11-16 23:13:44 +0100 (Thu, 16 Nov 2006) | 2 lines
 
6050
Changed paths:
 
6051
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
6052
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
 
6053
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
 
6054
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
 
6055
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
6056
 
 
6057
Remove support for the `depends' attribute (use "import") instead.
 
6058
 
 
6059
------------------------------------------------------------------------
 
6060
------------------------------------------------------------------------
 
6061
============================ Samba log end ==============
 
6062
 
 
6063
 
 
6064
------------------------------------------------------------------------
 
6065
r19919 | jake | 2006-11-16 23:44:37 -0800 (Thu, 16 Nov 2006) | 1 line
 
6066
Changed paths:
 
6067
   M /trunk/epan/prefs.c
 
6068
   M /trunk/gtk/prefs_dlg.c
 
6069
 
 
6070
Fix build
 
6071
------------------------------------------------------------------------
 
6072
r19918 | ulfl | 2006-11-16 19:08:09 -0800 (Thu, 16 Nov 2006) | 1 line
 
6073
Changed paths:
 
6074
   M /trunk/gtk/prefs_dlg.c
 
6075
 
 
6076
code cleanup
 
6077
------------------------------------------------------------------------
 
6078
r19917 | sfisher | 2006-11-16 17:52:15 -0800 (Thu, 16 Nov 2006) | 4 lines
 
6079
Changed paths:
 
6080
   M /trunk/epan/dissectors/packet-ses.c
 
6081
 
 
6082
 
 
6083
Improve the heuristics of the SES dissector some more in response to bug #1229
 
6084
 
 
6085
 
 
6086
------------------------------------------------------------------------
 
6087
r19916 | ulfl | 2006-11-16 17:24:03 -0800 (Thu, 16 Nov 2006) | 1 line
 
6088
Changed paths:
 
6089
   M /trunk/epan/prefs-int.h
 
6090
   M /trunk/epan/prefs.c
 
6091
   M /trunk/epan/prefs.h
 
6092
 
 
6093
various minor prefs code cleanup
 
6094
------------------------------------------------------------------------
 
6095
r19915 | gerald | 2006-11-16 14:27:47 -0800 (Thu, 16 Nov 2006) | 4 lines
 
6096
Changed paths:
 
6097
   M /trunk/epan/dissectors/packet-radiotap.c
 
6098
 
 
6099
David Young pointed out that we weren't aligning fields according to the
 
6100
radiotap specification.  Do so.  Add fields for FHSS and Transmit
 
6101
attenuation (untested).
 
6102
 
 
6103
------------------------------------------------------------------------
 
6104
r19914 | jmayer | 2006-11-16 13:57:31 -0800 (Thu, 16 Nov 2006) | 6 lines
 
6105
Changed paths:
 
6106
   M /trunk/epan/dissectors/pidl/efs.idl
 
6107
   M /trunk/epan/dissectors/pidl/eventlog.idl
 
6108
   M /trunk/epan/dissectors/pidl/srvsvc.idl
 
6109
   M /trunk/epan/dissectors/pidl/winreg.idl
 
6110
   M /trunk/epan/dissectors/pidl/wkssvc.idl
 
6111
 
 
6112
Jelmer Vernooij:
 
6113
 
 
6114
The attached patch replace the use of 'depends()' with "import" (the
 
6115
latter is a standard IDL statement).
 
6116
 
 
6117
 
 
6118
------------------------------------------------------------------------
 
6119
r19913 | etxrab | 2006-11-16 13:11:26 -0800 (Thu, 16 Nov 2006) | 2 lines
 
6120
Changed paths:
 
6121
   M /trunk/tools/win32-setup.sh
 
6122
 
 
6123
Temporrary change to force the buildbot to update the libraries as  I suspect there are left
 
6124
over old files.
 
6125
------------------------------------------------------------------------
 
6126
r19912 | ulfl | 2006-11-16 12:13:26 -0800 (Thu, 16 Nov 2006) | 3 lines
 
6127
Changed paths:
 
6128
   M /trunk/gtk/win32-file-dlg.c
 
6129
 
 
6130
fix an annoying behaviour: If we save a capture file, let the default be the current file format - as we do it in the GTK version. The former implementation just defaulted to libpcap all the time, which is especially ugly if you use a file format that provides nanosecond time resolution - you're losing information :-(
 
6131
 
 
6132
Interestingly the implementation was half way there, but not really working as expected.
 
6133
------------------------------------------------------------------------
 
6134
r19911 | ulfl | 2006-11-16 12:08:13 -0800 (Thu, 16 Nov 2006) | 1 line
 
6135
Changed paths:
 
6136
   M /trunk/gtk/gtkvumeter.h
 
6137
 
 
6138
(hopefully) fix the recently discussed warnings where CLAMP() is called with a value being 0
 
6139
------------------------------------------------------------------------
 
6140
r19910 | gerald | 2006-11-16 10:28:09 -0800 (Thu, 16 Nov 2006) | 2 lines
 
6141
Changed paths:
 
6142
   M /trunk/doc/README.developer
 
6143
 
 
6144
Add comments to the indentation style section.
 
6145
 
 
6146
------------------------------------------------------------------------
 
6147
r19909 | martinm | 2006-11-16 06:35:52 -0800 (Thu, 16 Nov 2006) | 3 lines
 
6148
Changed paths:
 
6149
   M /trunk/epan/dissectors/packet-multipart.c
 
6150
 
 
6151
Make multipart part a proper field, and append contained content-type to
 
6152
it label to make it easier to find the part you're looking for.
 
6153
 
 
6154
------------------------------------------------------------------------
 
6155
r19908 | sfisher | 2006-11-15 23:04:02 -0800 (Wed, 15 Nov 2006) | 5 lines
 
6156
Changed paths:
 
6157
   M /trunk/gtk/main.c
 
6158
   M /trunk/gtk/main.h
 
6159
   M /trunk/gtk/prefs_dlg.c
 
6160
 
 
6161
Fix for bug 948, "Apply capture preferences not applying."  Now when the user
 
6162
changes a capture option in the preferences, it will show up right away in
 
6163
the capture options dialog.
 
6164
 
 
6165
 
 
6166
------------------------------------------------------------------------
 
6167
r19907 | ulfl | 2006-11-15 15:48:56 -0800 (Wed, 15 Nov 2006) | 1 line
 
6168
Changed paths:
 
6169
   M /trunk/epan/emem.c
 
6170
 
 
6171
fix a warning
 
6172
------------------------------------------------------------------------
 
6173
r19906 | ulfl | 2006-11-15 15:43:16 -0800 (Wed, 15 Nov 2006) | 1 line
 
6174
Changed paths:
 
6175
   M /trunk/gtk/funnel_stat.c
 
6176
 
 
6177
fix a warning
 
6178
------------------------------------------------------------------------
 
6179
r19905 | ulfl | 2006-11-15 15:33:39 -0800 (Wed, 15 Nov 2006) | 1 line
 
6180
Changed paths:
 
6181
   M /trunk/epan/prefs-int.h
 
6182
   M /trunk/epan/prefs.c
 
6183
   M /trunk/gtk/recent.c
 
6184
 
 
6185
add a "private_data" pointer to the read_prefs_file() function, which will be "tunneled" to the callback function. This seems to be generally a good idea - as a lot of GLib/GTK function doing similiar and I'll need this for the upcoming update mechanisms.
 
6186
------------------------------------------------------------------------
 
6187
r19904 | jake | 2006-11-15 12:55:46 -0800 (Wed, 15 Nov 2006) | 1 line
 
6188
Changed paths:
 
6189
   M /trunk/epan/dissectors/Makefile.common
 
6190
   A /trunk/epan/dissectors/packet-omapi.c
 
6191
 
 
6192
Adding ISC Object Management API dissector
 
6193
------------------------------------------------------------------------
 
6194
r19903 | lego | 2006-11-15 10:40:37 -0800 (Wed, 15 Nov 2006) | 10 lines
 
6195
Changed paths:
 
6196
   M /trunk/epan/dissectors/packet-xml.c
 
6197
   M /trunk/epan/dtd_parse.l
 
6198
 
 
6199
 solve both issues pointed out in:
 
6200
    http://wireshark.org/lists/ethereal-dev/200605/msg02351.html
 
6201
 
 
6202
- dtd_parse.l:
 
6203
   be more liberal on what a name can be (a number now can be a name)
 
6204
 
 
6205
- packet-xml.c
 
6206
  if proto-name is given use it instead of the root element name as prefix for generated fields
 
6207
 
 
6208
 
 
6209
------------------------------------------------------------------------
 
6210
r19902 | martinm | 2006-11-15 10:20:03 -0800 (Wed, 15 Nov 2006) | 1 line
 
6211
Changed paths:
 
6212
   M /trunk/dtds/mscml.dtd
 
6213
 
 
6214
Propset
 
6215
------------------------------------------------------------------------
 
6216
r19901 | martinm | 2006-11-15 09:27:04 -0800 (Wed, 15 Nov 2006) | 6 lines
 
6217
Changed paths:
 
6218
   M /trunk/Makefile.am
 
6219
   A /trunk/dtds/mscml.dtd
 
6220
   M /trunk/packaging/nsis/wireshark.nsi
 
6221
 
 
6222
From Olivier Jacques:
 
6223
 
 
6224
Here is a DTD for the MSCML protocol, draft-07. This implementation is not entirely up-to-date (draft-09 is out), but this is a good base to start from.
 
6225
 
 
6226
I updated the WIKI with info, snapshot and sample capture: http://wiki.wireshark.org/MSCML
 
6227
 
 
6228
------------------------------------------------------------------------
 
6229
r19900 | etxrab | 2006-11-14 23:04:22 -0800 (Tue, 14 Nov 2006) | 1 line
 
6230
Changed paths:
 
6231
   M /trunk/asn1/h245/packet-h245-template.c
 
6232
   M /trunk/epan/dissectors/packet-h245.c
 
6233
 
 
6234
Add OID translation for some more Generic codecs.
 
6235
------------------------------------------------------------------------
 
6236
r19899 | sfisher | 2006-11-14 22:46:11 -0800 (Tue, 14 Nov 2006) | 7 lines
 
6237
Changed paths:
 
6238
   M /trunk/epan/dissectors/packet-http.c
 
6239
 
 
6240
 
 
6241
Fix problem reported on -dev list by Frank Maerz with Wireshark crashing
 
6242
when it encountered a proxy http connect to port 80.  This was caused by
 
6243
the dissector calling itself over and over.  Now if the connect to port is
 
6244
one of the defined http ports, it calls the data dissector.
 
6245
 
 
6246
 
 
6247
------------------------------------------------------------------------
 
6248
r19898 | sfisher | 2006-11-14 14:53:24 -0800 (Tue, 14 Nov 2006) | 5 lines
 
6249
Changed paths:
 
6250
   M /trunk/gtk/follow_dlg.c
 
6251
 
 
6252
 
 
6253
A fix bug #1138: "Follow TCP Streams gets stream direction wrong if started
 
6254
from a server->client frame."
 
6255
 
 
6256
 
 
6257
------------------------------------------------------------------------
 
6258
r19897 | sfisher | 2006-11-14 14:35:22 -0800 (Tue, 14 Nov 2006) | 6 lines
 
6259
Changed paths:
 
6260
   M /trunk/cfile.h
 
6261
   M /trunk/file.c
 
6262
   M /trunk/gtk/main.c
 
6263
   M /trunk/gtk/proto_draw.c
 
6264
   M /trunk/gtk/proto_draw.h
 
6265
 
 
6266
 
 
6267
New feature to automatically highlight the field found when doing a find.
 
6268
This works for both string and hex searches.  This resolves feature request
 
6269
bug #776.
 
6270
 
 
6271
 
 
6272
------------------------------------------------------------------------
 
6273
r19896 | sfisher | 2006-11-14 13:28:44 -0800 (Tue, 14 Nov 2006) | 3 lines
 
6274
Changed paths:
 
6275
   M /trunk/plugins
 
6276
   M /trunk/tools
 
6277
 
 
6278
Add svn:ignore to tools/TAGS and plugins/TAGS
 
6279
 
 
6280
 
 
6281
------------------------------------------------------------------------
 
6282
r19895 | jmayer | 2006-11-14 12:32:29 -0800 (Tue, 14 Nov 2006) | 5 lines
 
6283
Changed paths:
 
6284
   M /trunk/asn1/disp/packet-disp-template.c
 
6285
   M /trunk/editcap.c
 
6286
   M /trunk/epan/dissectors/packet-cops.c
 
6287
   M /trunk/epan/dissectors/packet-dcm.c
 
6288
   M /trunk/epan/dissectors/packet-disp.c
 
6289
   M /trunk/epan/dissectors/packet-dns.c
 
6290
   M /trunk/epan/dissectors/packet-ipdc.c
 
6291
   M /trunk/epan/dissectors/packet-nhrp.c
 
6292
   M /trunk/epan/dissectors/packet-pvfs2.c
 
6293
   M /trunk/epan/dissectors/packet-radius.c
 
6294
   M /trunk/epan/dissectors/packet-sip.c
 
6295
   M /trunk/gtk/capture_dlg.c
 
6296
   M /trunk/gtk/expert_dlg.c
 
6297
   M /trunk/gtk/funnel_stat.c
 
6298
   M /trunk/gtk/t38_analysis.c
 
6299
   M /trunk/gtk/voip_calls_dlg.c
 
6300
   M /trunk/tools/lemon/lemon.c
 
6301
 
 
6302
nikai@nikai.net:
 
6303
 
 
6304
Remaining fixes from:
 
6305
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
 
6306
 
 
6307
------------------------------------------------------------------------
 
6308
r19894 | jmayer | 2006-11-14 12:08:44 -0800 (Tue, 14 Nov 2006) | 6 lines
 
6309
Changed paths:
 
6310
   M /trunk/epan/dissectors/packet-afp.c
 
6311
   M /trunk/getopt.c
 
6312
   M /trunk/gtk/rtp_analysis.c
 
6313
 
 
6314
nikai@nikai.net:
 
6315
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
 
6316
 
 
6317
Attempting a simple cleanup of duplicated includes, will attach patch.
 
6318
 
 
6319
 
 
6320
------------------------------------------------------------------------
 
6321
r19893 | jmayer | 2006-11-14 12:01:41 -0800 (Tue, 14 Nov 2006) | 4 lines
 
6322
Changed paths:
 
6323
   M /trunk/Makefile.am
 
6324
 
 
6325
didier gautheron:
 
6326
        idl2wrs.sh is a generated file.
 
6327
 
 
6328
 
 
6329
------------------------------------------------------------------------
 
6330
r19892 | martinm | 2006-11-14 05:45:35 -0800 (Tue, 14 Nov 2006) | 1 line
 
6331
Changed paths:
 
6332
   M /trunk/wiretap/catapult_dct2000.c
 
6333
 
 
6334
Fix possible build error + warnings seen on buildbot
 
6335
------------------------------------------------------------------------
 
6336
r19891 | martinm | 2006-11-14 04:06:11 -0800 (Tue, 14 Nov 2006) | 4 lines
 
6337
Changed paths:
 
6338
   M /trunk/wiretap/catapult_dct2000.c
 
6339
 
 
6340
- Use 64-bit indexes into file for packet locations (was previously casting index to and from void*) - this should allow very large files to be used
 
6341
- The characters between the timestamp and start of data are almost always " l ", optimise memory usage in this case
 
6342
- Rename hash table for clarity
 
6343
 
 
6344
------------------------------------------------------------------------
 
6345
r19890 | etxrab | 2006-11-13 22:31:47 -0800 (Mon, 13 Nov 2006) | 1 line
 
6346
Changed paths:
 
6347
   M /trunk/Makefile.am
 
6348
   M /trunk/packaging/nsis/wireshark.nsi
 
6349
 
 
6350
Add SIP application AVP:s.
 
6351
------------------------------------------------------------------------
 
6352
r19889 | etxrab | 2006-11-13 22:14:20 -0800 (Mon, 13 Nov 2006) | 1 line
 
6353
Changed paths:
 
6354
   M /trunk/diameter/dictionary.xml
 
6355
   M /trunk/diameter/mobileipv4.xml
 
6356
   A /trunk/diameter/sip.xml
 
6357
 
 
6358
Add SIP application AVP:s (Incomplete) and sortmobileipv4 in numerical order.
 
6359
------------------------------------------------------------------------
 
6360
r19888 | etxrab | 2006-11-13 22:00:48 -0800 (Mon, 13 Nov 2006) | 3 lines
 
6361
Changed paths:
 
6362
   M /trunk/gtk/main.c
 
6363
 
 
6364
From Simon Munton as pointed out by Stephen Fisher:
 
6365
patch on bug #220 (to main.c. 
 
6366
the second part to packet_list.c was done separately for bug 1159 in rev 19735).  That patch fixes bug #1205 coincidentally.
 
6367
------------------------------------------------------------------------
 
6368
r19887 | etxrab | 2006-11-13 21:49:59 -0800 (Mon, 13 Nov 2006) | 2 lines
 
6369
Changed paths:
 
6370
   M /trunk/epan/dissectors/packet-tipc.c
 
6371
 
 
6372
From martin Peylo:
 
6373
This patch changes the name of "Link Configuration" Packets to "Neighbour Discovery" - as preferred by the creator of TIPC - and shows the TIPC src/dst in the columns instead of the MAC address for those packages.
 
6374
------------------------------------------------------------------------
 
6375
r19886 | etxrab | 2006-11-13 21:47:57 -0800 (Mon, 13 Nov 2006) | 2 lines
 
6376
Changed paths:
 
6377
   M /trunk/epan/dissectors/packet-ses.c
 
6378
 
 
6379
From Stephen Fisher:
 
6380
a new more accurate fix for bug #1163.  Thanks to Graeme Lunt for pointing out that the first patch broke a different capture with legitimate SES data in it.  My patch also corrects the check for number of bytes existing from 4 to 2 as the minimum length of an SES PDU is only 2 bytes: 1 byte type, 1 byte length.
 
6381
------------------------------------------------------------------------
 
6382
r19885 | etxrab | 2006-11-13 21:45:28 -0800 (Mon, 13 Nov 2006) | 9 lines
 
6383
Changed paths:
 
6384
   M /trunk/epan/dissectors/packet-dcp.c
 
6385
 
 
6386
This is Gerrit Renker code which:
 
6387
 
 
6388
       * makes checksum computation dependent
 
6389
         upon the header CsCov field (cf. RFC 4340, 5.1)
 
6390
       * removes the case where checksums are zero
 
6391
         (unlike UDP/packet-udp, from which the code stems,
 
6392
          zero checksums are illegal in DCCP (as in TCP))
 
6393
       * fixes a minor typo - missing bitshift of the
 
6394
         CCVal field
 
6395
------------------------------------------------------------------------
 
6396
r19884 | ashokn | 2006-11-13 09:30:38 -0800 (Mon, 13 Nov 2006) | 4 lines
 
6397
Changed paths:
 
6398
   M /trunk/epan/dissectors/packet-rsvp.c
 
6399
   M /trunk/epan/dissectors/packet-rsvp.h
 
6400
 
 
6401
Add support for IPv4-Aggregate session/template/filter types.
 
6402
 
 
6403
 
 
6404
 
 
6405
------------------------------------------------------------------------
 
6406
r19883 | gerald | 2006-11-12 17:15:56 -0800 (Sun, 12 Nov 2006) | 3 lines
 
6407
Changed paths:
 
6408
   M /trunk/image/make-icons
 
6409
   M /trunk/image/wsicon16.xpm
 
6410
   M /trunk/image/wsicon32.xpm
 
6411
   M /trunk/image/wsicon48.xpm
 
6412
   M /trunk/image/wsicon64.xpm
 
6413
   M /trunk/image/wsiconcap16.xpm
 
6414
   M /trunk/image/wsiconcap32.xpm
 
6415
   M /trunk/image/wsiconcap48.xpm
 
6416
 
 
6417
Set a transparency threshold for the XPM icons.  Have the make-icons script
 
6418
constify the XPMs.
 
6419
 
 
6420
------------------------------------------------------------------------
 
6421
r19882 | guy | 2006-11-12 15:42:08 -0800 (Sun, 12 Nov 2006) | 3 lines
 
6422
Changed paths:
 
6423
   M /trunk/epan/dissectors/packet-dns.c
 
6424
 
 
6425
Mark Krochmal says that the class field should be treated in mDNS as a
 
6426
flag and a 15-bit field even for OPT RRs.
 
6427
 
 
6428
------------------------------------------------------------------------
 
6429
r19881 | guy | 2006-11-12 14:35:21 -0800 (Sun, 12 Nov 2006) | 2 lines
 
6430
Changed paths:
 
6431
   M /trunk/epan/dissectors/packet-dns.c
 
6432
 
 
6433
Flag the question as a "QM" question if the QU flag isn't set.
 
6434
 
 
6435
------------------------------------------------------------------------
 
6436
r19880 | etxrab | 2006-11-12 14:18:50 -0800 (Sun, 12 Nov 2006) | 9 lines
 
6437
Changed paths:
 
6438
   M /trunk/Makefile.nmake
 
6439
   M /trunk/config.nmake
 
6440
   M /trunk/packaging/nsis/wireshark.nsi
 
6441
   M /trunk/tools/win32-setup.sh
 
6442
 
 
6443
Update to use the latest gtk 2.8 glib and pango libraries.
 
6444
Note from a mail on gtk dev list:
 
6445
-rwxr-xr-x    1 tml      Administ   224510 Oct  3 18:35 libpango-1.0-0.dll
 
6446
-rwxr-xr-x    1 tml      Administ    37952 Oct  3 18:35 libpangocairo-1.0-0.dll
 
6447
-rwxr-xr-x    1 tml      Administ    58749 Oct  3 18:35 libpangowin32-1.0-0.dll
 
6448
 
 
6449
(That's the relevant DLLs from the "bin" folder in Pango 1.14.5, where
 
6450
the module(s) are built-in into the DLLs, so no
 
6451
lib/pango/1.5.0/modules folder is needed.)
 
6452
------------------------------------------------------------------------
 
6453
r19879 | guy | 2006-11-12 14:12:39 -0800 (Sun, 12 Nov 2006) | 3 lines
 
6454
Changed paths:
 
6455
   M /trunk/epan/dissectors/packet-dns.c
 
6456
 
 
6457
mDNS treats the class field as a flag bit and 15 bits of class; display
 
6458
it as such.
 
6459
 
 
6460
------------------------------------------------------------------------
 
6461
r19878 | gerald | 2006-11-11 16:52:05 -0800 (Sat, 11 Nov 2006) | 5 lines
 
6462
Changed paths:
 
6463
   M /trunk/epan/dissectors/packet-ieee80211.c
 
6464
   M /trunk/epan/dissectors/packet-radiotap.c
 
6465
   M /trunk/wiretap/libpcap.c
 
6466
 
 
6467
Add a plain "radiotap.channel" field to the radiotap dissector.
 
6468
Check for an invalid channel frequency.  Pass the channel, data rate,
 
6469
and quality to the 802.11 dissector, so that they show up there
 
6470
as well.  Clean up whitespace.
 
6471
 
 
6472
------------------------------------------------------------------------
 
6473
r19877 | sahlberg | 2006-11-11 14:39:25 -0800 (Sat, 11 Nov 2006) | 6 lines
 
6474
Changed paths:
 
6475
   M /trunk/epan/dissectors/packet-tcp.c
 
6476
   M /trunk/epan/emem.c
 
6477
   M /trunk/epan/emem.h
 
6478
 
 
6479
fix so that tcp.pdu.time works again.
 
6480
it broken in one of the previous bugfixes to tcp
 
6481
 
 
6482
add a function to print an emem tree to the console for easier emem tree debugging
 
6483
 
 
6484
 
 
6485
------------------------------------------------------------------------
 
6486
r19876 | ulfl | 2006-11-10 17:29:43 -0800 (Fri, 10 Nov 2006) | 1 line
 
6487
Changed paths:
 
6488
   M /trunk/epan/dissectors/packet-lldp.c
 
6489
 
 
6490
add dissection of PROFINET "MRP Port Status"
 
6491
------------------------------------------------------------------------
 
6492
r19875 | sahlberg | 2006-11-10 15:36:57 -0800 (Fri, 10 Nov 2006) | 10 lines
 
6493
Changed paths:
 
6494
   M /trunk/AUTHORS
 
6495
   M /trunk/epan/dissectors/packet-nfs.c
 
6496
 
 
6497
From Alex B
 
6498
 
 
6499
 
 
6500
Added support for upcoming Netapp's ONTAP-GX nfsv3 filehandle.
 
6501
 
 
6502
Alex.
 
6503
 
 
6504
 
 
6505
 
 
6506
 
 
6507
------------------------------------------------------------------------
 
6508
r19874 | sahlberg | 2006-11-10 12:53:42 -0800 (Fri, 10 Nov 2006) | 8 lines
 
6509
Changed paths:
 
6510
   M /trunk/epan/req_resp_hdrs.c
 
6511
 
 
6512
fix for bug 1142
 
6513
 
 
6514
 
 
6515
if we dont have a content-length   but we do have a keepalive in the header then we should not do reassemble-until-fin.
 
6516
 
 
6517
convert some tvb_get_String into tvb_get_ephemeral_string at the same time
 
6518
 
 
6519
 
 
6520
------------------------------------------------------------------------
 
6521
r19873 | martinm | 2006-11-10 04:06:10 -0800 (Fri, 10 Nov 2006) | 1 line
 
6522
Changed paths:
 
6523
   M /trunk/epan/dissectors/packet-umts_fp.c
 
6524
 
 
6525
Fix test
 
6526
------------------------------------------------------------------------
 
6527
r19872 | martinm | 2006-11-09 08:46:58 -0800 (Thu, 09 Nov 2006) | 1 line
 
6528
Changed paths:
 
6529
   M /trunk/epan/dissectors/packet-rtcp.c
 
6530
 
 
6531
Use value_string for info column.  Also use fences to handle compound packets
 
6532
------------------------------------------------------------------------
 
6533
r19871 | martinm | 2006-11-09 08:35:12 -0800 (Thu, 09 Nov 2006) | 1 line
 
6534
Changed paths:
 
6535
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
6536
   M /trunk/epan/dissectors/packet-umts_fp.c
 
6537
 
 
6538
Make it easier to track user-buffer-space vs capacity requests for HSDPA calls
 
6539
------------------------------------------------------------------------
 
6540
r19870 | jake | 2006-11-09 04:27:52 -0800 (Thu, 09 Nov 2006) | 2 lines
 
6541
Changed paths:
 
6542
   M /trunk/epan/dissectors/packet-hpsw.c
 
6543
 
 
6544
Improve HP Switch Protocol Dissection.
 
6545
 
 
6546
------------------------------------------------------------------------
 
6547
r19869 | etxrab | 2006-11-08 13:28:03 -0800 (Wed, 08 Nov 2006) | 1 line
 
6548
Changed paths:
 
6549
   M /trunk/asn1/h248/packet-h248-template.c
 
6550
   M /trunk/epan/dissectors/packet-h248.c
 
6551
 
 
6552
Sorry that should have been static int. Corrcted now.
 
6553
------------------------------------------------------------------------
 
6554
r19868 | jmayer | 2006-11-08 05:59:46 -0800 (Wed, 08 Nov 2006) | 1 line
 
6555
Changed paths:
 
6556
   M /trunk/asn1/h248/packet-h248-template.c
 
6557
   M /trunk/epan/dissectors/packet-h248.c
 
6558
 
 
6559
Make Wireshark build on my system (gcc 4.1.0) again
 
6560
------------------------------------------------------------------------
 
6561
r19867 | etxrab | 2006-11-07 22:57:29 -0800 (Tue, 07 Nov 2006) | 1 line
 
6562
Changed paths:
 
6563
   M /trunk/asn1/h248/Makefile
 
6564
   M /trunk/epan/dissectors/packet-h248.c
 
6565
   M /trunk/epan/dissectors/packet-h248.h
 
6566
 
 
6567
Use h248v3.asn.
 
6568
------------------------------------------------------------------------
 
6569
r19866 | jmayer | 2006-11-07 16:10:09 -0800 (Tue, 07 Nov 2006) | 1 line
 
6570
Changed paths:
 
6571
   M /trunk/asn1/h248/h248.cnf
 
6572
   M /trunk/epan/dissectors/packet-h248.c
 
6573
   M /trunk/epan/dissectors/packet-h248.h
 
6574
 
 
6575
Make things build on my system again
 
6576
------------------------------------------------------------------------
 
6577
r19865 | guy | 2006-11-07 13:27:52 -0800 (Tue, 07 Nov 2006) | 4 lines
 
6578
Changed paths:
 
6579
   M /trunk/epan/dissectors/packet-aim-sst.c
 
6580
 
 
6581
The tvb_ensure_length_remaining() calls aren't needed - we want an
 
6582
exception to be thrown if all the data for the icon isn't there, so the
 
6583
packet gets marked as incomplete.
 
6584
 
 
6585
------------------------------------------------------------------------
 
6586
r19864 | guy | 2006-11-07 13:04:41 -0800 (Tue, 07 Nov 2006) | 7 lines
 
6587
Changed paths:
 
6588
   M /trunk/print.c
 
6589
 
 
6590
Revert the previous changes - the problem Paul Blankenbaker was fixing
 
6591
was really a problem with bytes_repr_len() and zero-length FT_BYTES
 
6592
fields, and it's not clear what to do about fields that have zero
 
6593
length.  (Put in a comment about that.)
 
6594
 
 
6595
Clean up indentation a bit.
 
6596
 
 
6597
------------------------------------------------------------------------
 
6598
r19863 | guy | 2006-11-07 12:30:34 -0800 (Tue, 07 Nov 2006) | 2 lines
 
6599
Changed paths:
 
6600
   M /trunk/epan/ftypes/ftype-bytes.c
 
6601
 
 
6602
Fix bytes_repr_len() to correctly handle a zero-length FT_BYTES field
 
6603
 
 
6604
------------------------------------------------------------------------
 
6605
r19862 | guy | 2006-11-07 11:49:58 -0800 (Tue, 07 Nov 2006) | 11 lines
 
6606
Changed paths:
 
6607
   M /trunk/print.c
 
6608
 
 
6609
Based on a change from Paul Blankenbaker, make the "show" attribute for
 
6610
a field an empty string if the field is zero-length; for some reason,
 
6611
the existing code doesn't handle that correctly.
 
6612
 
 
6613
Also, the NetPDL Visualization Extension:
 
6614
 
 
6615
        http://www.nbee.org/Docs/NetPDL/NetPDLVisualization.htm
 
6616
 
 
6617
seems to imply that "value" has to be present, so display it even if the
 
6618
field is zero-length.
 
6619
 
 
6620
------------------------------------------------------------------------
 
6621
r19861 | etxrab | 2006-11-07 11:25:59 -0800 (Tue, 07 Nov 2006) | 3 lines
 
6622
Changed paths:
 
6623
   M /trunk/asn1/h248/h248.cnf
 
6624
   M /trunk/asn1/h248/h248v3.asn
 
6625
   M /trunk/asn1/h248/packet-h248-template.c
 
6626
   M /trunk/epan/dissectors/packet-h248.c
 
6627
   M /trunk/epan/dissectors/packet-h248.h
 
6628
 
 
6629
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1206
 
6630
MEGACO message cannot be decoded correctly for ServiceChange Command
 
6631
And decoding of serviceChangeReason.
 
6632
------------------------------------------------------------------------
 
6633
r19860 | guy | 2006-11-07 11:25:32 -0800 (Tue, 07 Nov 2006) | 4 lines
 
6634
Changed paths:
 
6635
   M /trunk/wiretap/README.developer
 
6636
 
 
6637
Update to describe all that the read routine needs to return, and to
 
6638
indicate what the seek_read routine needs to do and that you *have* to
 
6639
have a seek_read routine.
 
6640
 
 
6641
------------------------------------------------------------------------
 
6642
r19859 | sahlberg | 2006-11-07 05:19:31 -0800 (Tue, 07 Nov 2006) | 15 lines
 
6643
Changed paths:
 
6644
   M /trunk/epan/dissectors/packet-tcp.c
 
6645
   M /trunk/epan/dissectors/packet-tcp.h
 
6646
   M /trunk/epan/packet_info.h
 
6647
   M /trunk/epan/req_resp_hdrs.c
 
6648
 
 
6649
fix for bug 1200
 
6650
 
 
6651
 
 
6652
there used to be a bug in tcp reassembly that even if the dissector only asked for x more bytes from the next segment   the entire segment would still be added to reassembly.
 
6653
this caused some issues when there was a new multisegment pdu that started at the end of the segment   but this bug was fixed when tcp reassembly was refactored semi-recently.
 
6654
 
 
6655
 
 
6656
there was also another "bug" in the http reassembly that it would only ask for one more byte at a time when doing reassembly.
 
6657
this did work well however when we still had the bug in tcp reassembly   but made wireshark become very very very slow once this tcp bug was fixed  since it is very very very slow to reassemble a huge http pdu just one byte at a time.
 
6658
 
 
6659
 
 
6660
this patch adds partial support (what we need for http   which does not use tcp_dissect_pdus() ) for the desegmentation flag : DESEGMENT_ONE_MORE_SEGMENT and also to the http dissector   so that reassembly of http headers spanning multiple semgents now become fast again
 
6661
 
 
6662
 
 
6663
 
 
6664
------------------------------------------------------------------------
 
6665
r19858 | jmayer | 2006-11-07 02:55:12 -0800 (Tue, 07 Nov 2006) | 1 line
 
6666
Changed paths:
 
6667
   M /trunk/epan/Makefile.am
 
6668
 
 
6669
Another packet-acn.c leftover
 
6670
------------------------------------------------------------------------
 
6671
r19857 | guy | 2006-11-07 01:50:09 -0800 (Tue, 07 Nov 2006) | 16 lines
 
6672
Changed paths:
 
6673
   M /trunk/capture_loop.c
 
6674
 
 
6675
As Ulf Lamping notes:
 
6676
 
 
6677
        if the pipename argument to cap_pipe_open_live() is null, that's
 
6678
        a bug, and we want a crash so it's caught;
 
6679
 
 
6680
        if ld->pcap_h is null in capture_loop_dispatch(), that's a bug,
 
6681
        and we want a crash so it's caught;
 
6682
 
 
6683
        if capture_opts is null in capture_loop_start(), that's a bug,
 
6684
        and we want a crash so it's caught;
 
6685
 
 
6686
        there's no need to null out capture_opts->save_file twice.
 
6687
 
 
6688
Also, errmsg and secondary_errmsg are null-terminated strings, so the
 
6689
array size should be the maximum length + 1.
 
6690
 
 
6691
------------------------------------------------------------------------
 
6692
r19856 | ulfl | 2006-11-07 01:36:26 -0800 (Tue, 07 Nov 2006) | 1 line
 
6693
Changed paths:
 
6694
   M /trunk/Makefile.nmake
 
6695
 
 
6696
don't copy mibs.txt files to mibs, but to snmp\mibs
 
6697
------------------------------------------------------------------------
 
6698
r19855 | guy | 2006-11-07 01:12:30 -0800 (Tue, 07 Nov 2006) | 2 lines
 
6699
Changed paths:
 
6700
   M /trunk/doc/README.developer
 
6701
 
 
6702
Add Yet Another Portability Recommendation.
 
6703
 
 
6704
------------------------------------------------------------------------
 
6705
r19854 | guy | 2006-11-07 01:06:53 -0800 (Tue, 07 Nov 2006) | 9 lines
 
6706
Changed paths:
 
6707
   M /trunk/epan/dissectors/packet-acn.c
 
6708
   M /trunk/epan/dissectors/packet-acn.h
 
6709
 
 
6710
Bitfields are bad - the C language spec does *NOT* guarantee which bits
 
6711
will correspond to which bit fields.  Don't use them.
 
6712
 
 
6713
Use #defines rather than numbers in the appropriate places.
 
6714
 
 
6715
Constify some arguments.
 
6716
 
 
6717
Get rid of C++ comments.
 
6718
 
 
6719
------------------------------------------------------------------------
 
6720
r19853 | jmayer | 2006-11-07 00:41:46 -0800 (Tue, 07 Nov 2006) | 18 lines
 
6721
Changed paths:
 
6722
   M /trunk/Makefile.am
 
6723
 
 
6724
albert chin:
 
6725
 
 
6726
version_info.c has:
 
6727
  #ifdef HAVE_LIBGCRYPT
 
6728
  #include <gcrypt.h>
 
6729
  #endif /* HAVE_LIBGCRYPT */
 
6730
 
 
6731
  #ifdef HAVE_LIBGNUTLS
 
6732
  #include <gnutls/gnutls.h>
 
6733
  #endif /* HAVE_LIBGNUTLS */
 
6734
 
 
6735
However, Makefile.am doesn't include the necessary CPPFLAGS/LDFLAGS to
 
6736
resolve symbols from the above. Patch attached.
 
6737
 
 
6738
 
 
6739
Note: dumpcap should not need to be linked to gnutls, but that's a
 
6740
problem with the version infrastructure.
 
6741
 
 
6742
------------------------------------------------------------------------
 
6743
r19852 | sahlberg | 2006-11-07 00:33:24 -0800 (Tue, 07 Nov 2006) | 12 lines
 
6744
Changed paths:
 
6745
   M /trunk/epan/dissectors/packet-usb.c
 
6746
   M /trunk/epan/dissectors/packet-usb.h
 
6747
 
 
6748
from albert chin
 
6749
 
 
6750
 
 
6751
 
 
6752
The Solaris C compiler, among others, do not allow anonymous unions.
 
6753
Patch attached.
 
6754
 
 
6755
 
 
6756
 
 
6757
thanks albert
 
6758
 
 
6759
 
 
6760
------------------------------------------------------------------------
 
6761
r19851 | guy | 2006-11-07 00:19:57 -0800 (Tue, 07 Nov 2006) | 2 lines
 
6762
Changed paths:
 
6763
   M /trunk/epan/dissectors/pidl/README
 
6764
 
 
6765
You run perl, not make, on Makefile.PL files.
 
6766
 
 
6767
------------------------------------------------------------------------
 
6768
r19850 | jmayer | 2006-11-07 00:04:11 -0800 (Tue, 07 Nov 2006) | 1 line
 
6769
Changed paths:
 
6770
   M /trunk/epan/unicode-utils.c
 
6771
 
 
6772
Warning fix about empty source file
 
6773
------------------------------------------------------------------------
 
6774
r19849 | jmayer | 2006-11-07 00:00:30 -0800 (Tue, 07 Nov 2006) | 1 line
 
6775
Changed paths:
 
6776
   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
 
6777
 
 
6778
regenerate with news pidl
 
6779
------------------------------------------------------------------------
 
6780
r19848 | jmayer | 2006-11-06 23:58:01 -0800 (Mon, 06 Nov 2006) | 1 line
 
6781
Changed paths:
 
6782
   M /trunk/epan/dissectors/pidl/nspi
 
6783
 
 
6784
Update svn:ignore
 
6785
------------------------------------------------------------------------
 
6786
r19847 | jmayer | 2006-11-06 23:57:07 -0800 (Mon, 06 Nov 2006) | 2 lines
 
6787
Changed paths:
 
6788
   M /trunk/epan/dissectors/pidl/nspi/Makefile
 
6789
 
 
6790
Update to use --includedir instead of copying idl_types.h.
 
6791
 
 
6792
------------------------------------------------------------------------
 
6793
r19846 | jmayer | 2006-11-06 23:52:53 -0800 (Mon, 06 Nov 2006) | 47 lines
 
6794
Changed paths:
 
6795
   M /trunk/tools/pidl/idl.yp
 
6796
   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
 
6797
   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
 
6798
   M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
 
6799
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
 
6800
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
 
6801
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
 
6802
   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
6803
 
 
6804
Updated to revision 19604.
 
6805
Update from samba tree revision 19582 to 19604
 
6806
============================ Samba log start ============
 
6807
------------------------------------------------------------------------
 
6808
r19585 | jelmer | 2006-11-06 22:54:19 +0100 (Mon, 06 Nov 2006) | 10 lines
 
6809
Changed paths:
 
6810
   M /branches/SAMBA_4_0/source/pidl/idl.yp
 
6811
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
 
6812
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
6813
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm
 
6814
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
 
6815
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
 
6816
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
 
6817
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
6818
 
 
6819
Add support for some more standard IDL instructions:
 
6820
 - `include' (replaces helper())
 
6821
 - `import' (replaces depends())
 
6822
 
 
6823
Add support for parsing importlib() - importlib() is now ignored (with a
 
6824
warning), but no longer causes syntax errors.
 
6825
 
 
6826
helper() and depends() are now marked deprecated and will cause warnings.
 
6827
 
 
6828
 
 
6829
------------------------------------------------------------------------
 
6830
r19588 | jelmer | 2006-11-06 23:54:49 +0100 (Mon, 06 Nov 2006) | 2 lines
 
6831
Changed paths:
 
6832
   M /branches/SAMBA_4_0/source/pidl/idl.yp
 
6833
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
 
6834
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
 
6835
 
 
6836
Use include and import statements rather than depends() and helper().
 
6837
 
 
6838
------------------------------------------------------------------------
 
6839
r19599 | jelmer | 2006-11-07 02:00:27 +0100 (Tue, 07 Nov 2006) | 2 lines
 
6840
Changed paths:
 
6841
   M /branches/SAMBA_4_0/source/pidl/idl.yp
 
6842
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
 
6843
 
 
6844
Fix --includedir.
 
6845
 
 
6846
------------------------------------------------------------------------
 
6847
------------------------------------------------------------------------
 
6848
============================ Samba log end ==============
 
6849
 
 
6850
 
 
6851
------------------------------------------------------------------------
 
6852
r19845 | jmayer | 2006-11-06 23:47:49 -0800 (Mon, 06 Nov 2006) | 2 lines
 
6853
Changed paths:
 
6854
   M /trunk/gtk/funnel_stat.c
 
6855
   M /trunk/gtk/sctp_assoc_analyse.c
 
6856
   M /trunk/gtk/sctp_stat.h
 
6857
 
 
6858
Warning fixes (void) instead of (), no newline at end of file.
 
6859
 
 
6860
------------------------------------------------------------------------
 
6861
r19844 | jake | 2006-11-06 23:39:16 -0800 (Mon, 06 Nov 2006) | 4 lines
 
6862
Changed paths:
 
6863
   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
 
6864
   M /trunk/epan/dissectors/packet-dcom.c
 
6865
   M /trunk/epan/dissectors/packet-fcswils.c
 
6866
   M /trunk/gtk/sctp_graph_dlg.c
 
6867
 
 
6868
From Albert Chin:
 
6869
Patch attached to convert usage of ntohl() -> g_ntohl(). On HP-UX,
 
6870
ntohl() isn't available unless you -D_XOPEN_SOURCE_EXTENDED but there
 
6871
are other uses of g_ntohl().
 
6872
------------------------------------------------------------------------
 
6873
r19843 | guy | 2006-11-06 16:56:45 -0800 (Mon, 06 Nov 2006) | 2 lines
 
6874
Changed paths:
 
6875
   M /trunk/packaging/u3/win32/makefile.nmake
 
6876
 
 
6877
Get rid of another ACN reference.
 
6878
 
 
6879
------------------------------------------------------------------------
 
6880
r19842 | guy | 2006-11-06 16:56:04 -0800 (Mon, 06 Nov 2006) | 2 lines
 
6881
Changed paths:
 
6882
   M /trunk/packaging/nsis/Makefile.nmake
 
6883
 
 
6884
Get rid of another ACN reference.
 
6885
 
 
6886
------------------------------------------------------------------------
 
6887
r19841 | guy | 2006-11-06 16:55:14 -0800 (Mon, 06 Nov 2006) | 2 lines
 
6888
Changed paths:
 
6889
   M /trunk/Makefile.am
 
6890
 
 
6891
Get rid of more ACN plugin references.
 
6892
 
 
6893
------------------------------------------------------------------------
 
6894
r19840 | guy | 2006-11-06 16:54:01 -0800 (Mon, 06 Nov 2006) | 7 lines
 
6895
Changed paths:
 
6896
   M /trunk/plugins/Makefile.nmake
 
6897
 
 
6898
Split the ".." and subdirectory into two separate "cd"s, in the hopes of
 
6899
reducing the chances that, if a plugin is removed, an extra ".."
 
6900
reference will be left in.
 
6901
 
 
6902
Get rid of the extra ".."s that were left in when the ACN plugin was
 
6903
recently removed.
 
6904
 
 
6905
------------------------------------------------------------------------
 
6906
r19839 | ulfl | 2006-11-06 15:59:49 -0800 (Mon, 06 Nov 2006) | 1 line
 
6907
Changed paths:
 
6908
   M /trunk/color_filters.c
 
6909
 
 
6910
fix 1203 as found by stephen fisher
 
6911
------------------------------------------------------------------------
 
6912
r19838 | gerald | 2006-11-06 15:38:35 -0800 (Mon, 06 Nov 2006) | 2 lines
 
6913
Changed paths:
 
6914
   M /trunk/plugins/Makefile.nmake
 
6915
 
 
6916
Remove ACN references.
 
6917
 
 
6918
------------------------------------------------------------------------
 
6919
r19837 | gerald | 2006-11-06 15:08:11 -0800 (Mon, 06 Nov 2006) | 2 lines
 
6920
Changed paths:
 
6921
   M /trunk/configure.in
 
6922
 
 
6923
Fix an inadvertent change.
 
6924
 
 
6925
------------------------------------------------------------------------
 
6926
r19836 | gerald | 2006-11-06 15:04:53 -0800 (Mon, 06 Nov 2006) | 2 lines
 
6927
Changed paths:
 
6928
   M /trunk/configure.in
 
6929
 
 
6930
Remove ACN.
 
6931
 
 
6932
------------------------------------------------------------------------
 
6933
r19835 | etxrab | 2006-11-06 12:49:47 -0800 (Mon, 06 Nov 2006) | 1 line
 
6934
Changed paths:
 
6935
   M /trunk/Makefile.nmake
 
6936
 
 
6937
Remove the references to acn
 
6938
------------------------------------------------------------------------
 
6939
r19834 | sahlberg | 2006-11-06 12:47:37 -0800 (Mon, 06 Nov 2006) | 3 lines
 
6940
Changed paths:
 
6941
   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
 
6942
   M /trunk/epan/dissectors/packet-dcerpc-nspi.h
 
6943
   M /trunk/epan/dissectors/pidl/nspi/nspi.idl
 
6944
 
 
6945
convert restrictiontype to be an enum
 
6946
 
 
6947
 
 
6948
------------------------------------------------------------------------
 
6949
r19833 | etxrab | 2006-11-06 12:36:43 -0800 (Mon, 06 Nov 2006) | 1 line
 
6950
Changed paths:
 
6951
   M /trunk/packaging/nsis/wireshark.nsi
 
6952
   M /trunk/plugins/Makefile.am
 
6953
   M /trunk/plugins/Makefile.nmake
 
6954
 
 
6955
Remove the references to acn
 
6956
------------------------------------------------------------------------
 
6957
r19832 | sahlberg | 2006-11-06 12:28:19 -0800 (Mon, 06 Nov 2006) | 6 lines
 
6958
Changed paths:
 
6959
   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
 
6960
   M /trunk/epan/dissectors/pidl/nspi/Makefile
 
6961
   M /trunk/epan/dissectors/pidl/nspi/nspi.cnf
 
6962
 
 
6963
building the nspi dissector depends also on the  nspi.cnf file,    add this dependency to the makefile
 
6964
 
 
6965
 
 
6966
add tracking of policyhandles to the dissector
 
6967
 
 
6968
 
 
6969
------------------------------------------------------------------------
 
6970
r19831 | jmayer | 2006-11-06 12:21:02 -0800 (Mon, 06 Nov 2006) | 16 lines
 
6971
Changed paths:
 
6972
   M /trunk/tools/pidl/idl.yp
 
6973
   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
 
6974
   M /trunk/tools/pidl/pidl
 
6975
 
 
6976
Update from samba tree revision 19578 to 19582
 
6977
============================ Samba log start ============
 
6978
------------------------------------------------------------------------
 
6979
r19580 | jelmer | 2006-11-06 21:01:22 +0100 (Mon, 06 Nov 2006) | 2 lines
 
6980
Changed paths:
 
6981
   M /branches/SAMBA_4_0/source/pidl/idl.yp
 
6982
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
 
6983
   M /branches/SAMBA_4_0/source/pidl/pidl
 
6984
 
 
6985
Add --includedir option.
 
6986
 
 
6987
------------------------------------------------------------------------
 
6988
------------------------------------------------------------------------
 
6989
============================ Samba log end ==============
 
6990
 
 
6991
 
 
6992
------------------------------------------------------------------------
 
6993
r19830 | sahlberg | 2006-11-06 12:13:32 -0800 (Mon, 06 Nov 2006) | 3 lines
 
6994
Changed paths:
 
6995
   M /trunk/AUTHORS
 
6996
   M /trunk/epan/dissectors/Makefile.common
 
6997
   A /trunk/epan/dissectors/packet-acn.c
 
6998
   A /trunk/epan/dissectors/packet-acn.h
 
6999
   D /trunk/plugins/acn
 
7000
 
 
7001
new acn dissector from Bill Florac
 
7002
 
 
7003
 
 
7004
------------------------------------------------------------------------
 
7005
r19829 | jmayer | 2006-11-06 11:58:06 -0800 (Mon, 06 Nov 2006) | 2 lines
 
7006
Changed paths:
 
7007
   M /trunk/epan/dissectors/packet-bssgp.h
 
7008
   M /trunk/epan/dissectors/packet-radius.h
 
7009
 
 
7010
Fix some warnings about missing newline at end of file.
 
7011
 
 
7012
------------------------------------------------------------------------
 
7013
r19828 | jmayer | 2006-11-06 11:56:11 -0800 (Mon, 06 Nov 2006) | 3 lines
 
7014
Changed paths:
 
7015
   M /trunk/epan/dissectors/packet-dcom.c
 
7016
   M /trunk/epan/dissectors/packet-gsm_a.c
 
7017
   M /trunk/epan/dissectors/packet-msrp.c
 
7018
 
 
7019
Remove some // comments.
 
7020
Fix a warning about nested comments.
 
7021
 
 
7022
------------------------------------------------------------------------
 
7023
r19827 | jmayer | 2006-11-06 11:53:39 -0800 (Mon, 06 Nov 2006) | 5 lines
 
7024
Changed paths:
 
7025
   M /trunk/epan/dissectors/packet-linx.c
 
7026
 
 
7027
Don't do forward declarations in the file. I'll try to eventually
 
7028
put this stuff into an external file but just doing a forward
 
7029
declaration to squelch a compiler warning isn't the way to go - it
 
7030
needs to be done right one day.
 
7031
 
 
7032
------------------------------------------------------------------------
 
7033
r19826 | jmayer | 2006-11-06 11:47:39 -0800 (Mon, 06 Nov 2006) | 2 lines
 
7034
Changed paths:
 
7035
   A /trunk/epan/dissectors/pidl/nspi/nspi.cnf
 
7036
 
 
7037
Copy over the nspi.cnf file which was recently added
 
7038
 
 
7039
------------------------------------------------------------------------
 
7040
r19825 | jmayer | 2006-11-06 11:44:09 -0800 (Mon, 06 Nov 2006) | 14 lines
 
7041
Changed paths:
 
7042
   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
 
7043
 
 
7044
Update from samba tree revision 19565 to 19578
 
7045
============================ Samba log start ============
 
7046
------------------------------------------------------------------------
 
7047
r19572 | jelmer | 2006-11-06 15:07:20 +0100 (Mon, 06 Nov 2006) | 2 lines
 
7048
Changed paths:
 
7049
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
 
7050
 
 
7051
Fix typo.
 
7052
 
 
7053
------------------------------------------------------------------------
 
7054
------------------------------------------------------------------------
 
7055
============================ Samba log end ==============
 
7056
 
 
7057
 
 
7058
------------------------------------------------------------------------
 
7059
r19824 | lego | 2006-11-06 10:16:56 -0800 (Mon, 06 Nov 2006) | 3 lines
 
7060
Changed paths:
 
7061
   M /trunk/epan/wslua/make-taps.pl
 
7062
 
 
7063
Avoid ${ename}[...] being interpreted as $ename[...].
 
7064
 
 
7065
 
 
7066
------------------------------------------------------------------------
 
7067
r19823 | jake | 2006-11-06 06:20:59 -0800 (Mon, 06 Nov 2006) | 2 lines
 
7068
Changed paths:
 
7069
   M /trunk/Makefile.am
 
7070
 
 
7071
Add image/wiresharkdoc.ico to the EXTRA_DIST symbol
 
7072
 
 
7073
------------------------------------------------------------------------
 
7074
r19822 | jake | 2006-11-06 06:20:03 -0800 (Mon, 06 Nov 2006) | 2 lines
 
7075
Changed paths:
 
7076
   M /trunk/image/wiresharkdoc.ico
 
7077
 
 
7078
Remove the executable property from this datafile
 
7079
 
 
7080
------------------------------------------------------------------------
 
7081
r19821 | jmayer | 2006-11-06 06:16:29 -0800 (Mon, 06 Nov 2006) | 5 lines
 
7082
Changed paths:
 
7083
   M /trunk/cmake/modules/Check64BitFormat.c.in
 
7084
 
 
7085
frederic heem:
 
7086
Please find attached a patch to replace "#" with "*".
 
7087
Check64BitFormat.c.in is a C file.
 
7088
 
 
7089
 
 
7090
------------------------------------------------------------------------
 
7091
r19820 | jake | 2006-11-06 04:58:14 -0800 (Mon, 06 Nov 2006) | 2 lines
 
7092
Changed paths:
 
7093
   M /trunk/image/wireshark.exe.manifest.in
 
7094
 
 
7095
Let the manifest state that we're Wireshark.
 
7096
 
 
7097
------------------------------------------------------------------------
 
7098
r19819 | jake | 2006-11-06 04:19:26 -0800 (Mon, 06 Nov 2006) | 2 lines
 
7099
Changed paths:
 
7100
   M /trunk/asn1/h248/packet-h248-template.c
 
7101
   M /trunk/epan/dissectors/packet-h248.c
 
7102
 
 
7103
Fix bug 1207, simple swap of the two text strings.
 
7104
 
 
7105
------------------------------------------------------------------------
 
7106
r19818 | jake | 2006-11-06 03:41:02 -0800 (Mon, 06 Nov 2006) | 2 lines
 
7107
Changed paths:
 
7108
   M /trunk/asn1/ldap/packet-ldap-template.c
 
7109
   M /trunk/epan/dissectors/packet-ldap.c
 
7110
 
 
7111
Don't remove a preference, make it obsolete instead.
 
7112
 
 
7113
------------------------------------------------------------------------
 
7114
r19817 | sahlberg | 2006-11-06 01:30:15 -0800 (Mon, 06 Nov 2006) | 3 lines
 
7115
Changed paths:
 
7116
   M /trunk/epan/dissectors/packet-scsi-osd.c
 
7117
 
 
7118
some compilers dont like unnamed unions and structs
 
7119
 
 
7120
 
 
7121
------------------------------------------------------------------------
 
7122
r19816 | ulfl | 2006-11-05 16:24:24 -0800 (Sun, 05 Nov 2006) | 1 line
 
7123
Changed paths:
 
7124
   M /trunk/wiretap/file_wrappers.c
 
7125
 
 
7126
fix the return value of file_seek, as noted by Steve
 
7127
------------------------------------------------------------------------
 
7128
r19815 | jmayer | 2006-11-05 15:33:28 -0800 (Sun, 05 Nov 2006) | 51 lines
 
7129
Changed paths:
 
7130
   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
7131
 
 
7132
Update from samba tree revision 19553 to 19565
 
7133
============================ Samba log start ============
 
7134
------------------------------------------------------------------------
 
7135
r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
 
7136
Changed paths:
 
7137
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
 
7138
 
 
7139
Add check for correct API usage.
 
7140
 
 
7141
------------------------------------------------------------------------
 
7142
r19557 | jelmer | 2006-11-04 21:24:35 +0100 (Sat, 04 Nov 2006) | 3 lines
 
7143
Changed paths:
 
7144
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
7145
 
 
7146
Fix lookup table for WERROR.
 
7147
Fix perl warnings when using NTSTATUS as return type.
 
7148
 
 
7149
------------------------------------------------------------------------
 
7150
r19559 | jelmer | 2006-11-04 22:53:00 +0100 (Sat, 04 Nov 2006) | 3 lines
 
7151
Changed paths:
 
7152
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
7153
 
 
7154
Fix handling of types where the name isn't prefixed by the interface name.
 
7155
Based on patch by Julien Kerihuel.
 
7156
 
 
7157
------------------------------------------------------------------------
 
7158
r19560 | jelmer | 2006-11-05 01:03:44 +0100 (Sun, 05 Nov 2006) | 2 lines
 
7159
Changed paths:
 
7160
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
7161
 
 
7162
Fix handling of PARAM_VALUE.
 
7163
 
 
7164
------------------------------------------------------------------------
 
7165
r19561 | jelmer | 2006-11-05 01:08:39 +0100 (Sun, 05 Nov 2006) | 2 lines
 
7166
Changed paths:
 
7167
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
7168
 
 
7169
Remove debug statement.
 
7170
 
 
7171
------------------------------------------------------------------------
 
7172
r19562 | jelmer | 2006-11-05 01:26:44 +0100 (Sun, 05 Nov 2006) | 2 lines
 
7173
Changed paths:
 
7174
   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
7175
 
 
7176
Support returning simple scalars.
 
7177
 
 
7178
------------------------------------------------------------------------
 
7179
------------------------------------------------------------------------
 
7180
============================ Samba log end ==============
 
7181
 
 
7182
 
 
7183
------------------------------------------------------------------------
 
7184
r19814 | ulfl | 2006-11-05 14:46:44 -0800 (Sun, 05 Nov 2006) | 3 lines
 
7185
Changed paths:
 
7186
   M /trunk/capinfos.c
 
7187
   M /trunk/capture_info.c
 
7188
   M /trunk/cfile.h
 
7189
   M /trunk/config.nmake
 
7190
   M /trunk/editcap.c
 
7191
   M /trunk/epan/dissectors/packet-frame.c
 
7192
   M /trunk/epan/frame_data.h
 
7193
   M /trunk/file.c
 
7194
   M /trunk/gtk/capture_file_dlg.c
 
7195
   M /trunk/gtk/gsm_map_summary.c
 
7196
   M /trunk/gtk/main.c
 
7197
   M /trunk/gtk/mtp3_summary.c
 
7198
   M /trunk/gtk/summary_dlg.c
 
7199
   M /trunk/gtk/win32-file-dlg.c
 
7200
   M /trunk/merge.h
 
7201
   M /trunk/summary.h
 
7202
   M /trunk/tshark.c
 
7203
   M /trunk/wiretap/5views.c
 
7204
   M /trunk/wiretap/airopeek9.c
 
7205
   M /trunk/wiretap/ascend-grammar.y
 
7206
   M /trunk/wiretap/ascend-int.h
 
7207
   M /trunk/wiretap/ascend.c
 
7208
   M /trunk/wiretap/ber.c
 
7209
   M /trunk/wiretap/catapult_dct2000.c
 
7210
   M /trunk/wiretap/cosine.c
 
7211
   M /trunk/wiretap/csids.c
 
7212
   M /trunk/wiretap/dbs-etherwatch.c
 
7213
   M /trunk/wiretap/erf.c
 
7214
   M /trunk/wiretap/etherpeek.c
 
7215
   M /trunk/wiretap/eyesdn.c
 
7216
   M /trunk/wiretap/file_access.c
 
7217
   M /trunk/wiretap/file_wrappers.c
 
7218
   M /trunk/wiretap/file_wrappers.h
 
7219
   M /trunk/wiretap/hcidump.c
 
7220
   M /trunk/wiretap/i4btrace.c
 
7221
   M /trunk/wiretap/iptrace.c
 
7222
   M /trunk/wiretap/iseries.c
 
7223
   M /trunk/wiretap/k12.c
 
7224
   M /trunk/wiretap/lanalyzer.c
 
7225
   M /trunk/wiretap/libpcap.c
 
7226
   M /trunk/wiretap/netmon.c
 
7227
   M /trunk/wiretap/nettl.c
 
7228
   M /trunk/wiretap/network_instruments.c
 
7229
   M /trunk/wiretap/netxray.c
 
7230
   M /trunk/wiretap/ngsniffer.c
 
7231
   M /trunk/wiretap/pppdump.c
 
7232
   M /trunk/wiretap/radcom.c
 
7233
   M /trunk/wiretap/snoop.c
 
7234
   M /trunk/wiretap/toshiba.c
 
7235
   M /trunk/wiretap/visual.c
 
7236
   M /trunk/wiretap/vms.c
 
7237
   M /trunk/wiretap/wtap-int.h
 
7238
   M /trunk/wiretap/wtap.c
 
7239
   M /trunk/wiretap/wtap.h
 
7240
 
 
7241
change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct.
 
7242
 
 
7243
Please distclean Win32 builds!
 
7244
------------------------------------------------------------------------
 
7245
r19813 | jake | 2006-11-05 14:31:57 -0800 (Sun, 05 Nov 2006) | 4 lines
 
7246
Changed paths:
 
7247
   M /trunk/stat_menu.h
 
7248
 
 
7249
From Albert Chin
 
7250
The IBM C compiler on AIX 4.3.3 doesn't accept a trailing comma after
 
7251
the last enum definition. Patch attached for stat_menu.h
 
7252
 
 
7253
------------------------------------------------------------------------
 
7254
r19812 | jake | 2006-11-05 10:26:21 -0800 (Sun, 05 Nov 2006) | 1 line
 
7255
Changed paths:
 
7256
   M /trunk/epan/dissectors/packet-hpext.c
 
7257
   M /trunk/epan/dissectors/packet-hpext.h
 
7258
   M /trunk/epan/dissectors/packet-hpsw.c
 
7259
 
 
7260
Add HP Switch Protocol SAP value
 
7261
------------------------------------------------------------------------
 
7262
r19811 | ulfl | 2006-11-05 05:47:17 -0800 (Sun, 05 Nov 2006) | 1 line
 
7263
Changed paths:
 
7264
   M /trunk/file.c
 
7265
 
 
7266
fix svn728: don't scroll down packet list while capturing, if no packets are newly displayed (happens when a display filter is active)
 
7267
------------------------------------------------------------------------
 
7268
r19810 | gal | 2006-11-05 04:15:52 -0800 (Sun, 05 Nov 2006) | 4 lines
 
7269
Changed paths:
 
7270
   M /trunk/asn1/ldap/ldap.cnf
 
7271
   M /trunk/epan/dissectors/packet-ldap.c
 
7272
 
 
7273
Tidy up of information column for NTLM authentication.
 
7274
Related to Bug 1148.
 
7275
 
 
7276
 
 
7277
------------------------------------------------------------------------
 
7278
r19809 | sahlberg | 2006-11-05 03:19:46 -0800 (Sun, 05 Nov 2006) | 5 lines
 
7279
Changed paths:
 
7280
   M /trunk/epan/dissectors/packet-scsi-osd.c
 
7281
 
 
7282
we used the wrong offset for attribute lists,   fixed
 
7283
 
 
7284
add decoding for attribute lists for another instance where these blobs appear in the data in/out buffers
 
7285
 
 
7286
 
 
7287
------------------------------------------------------------------------
 
7288
r19808 | sahlberg | 2006-11-05 02:48:53 -0800 (Sun, 05 Nov 2006) | 8 lines
 
7289
Changed paths:
 
7290
   M /trunk/epan/dissectors/packet-scsi-osd.c
 
7291
 
 
7292
 add a framework to manage dissection of osd attribute pages, attribute number and name and dissectors for them.
 
7293
 
 
7294
implement the dissector for attribute page 1 (user object info) number 82 (logical length) as an example.
 
7295
 
 
7296
 
 
7297
 
 
7298
 
 
7299
 
 
7300
------------------------------------------------------------------------
 
7301
r19807 | sahlberg | 2006-11-04 23:59:20 -0800 (Sat, 04 Nov 2006) | 4 lines
 
7302
Changed paths:
 
7303
   M /trunk/epan/dissectors/packet-scsi-osd.c
 
7304
 
 
7305
dissect the Get Attributes List Offset according to the really weird encoding in 4.12.5
 
7306
 
 
7307
 
 
7308
 
 
7309
------------------------------------------------------------------------
 
7310
r19806 | sahlberg | 2006-11-04 22:12:24 -0800 (Sat, 04 Nov 2006) | 3 lines
 
7311
Changed paths:
 
7312
   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
 
7313
 
 
7314
regenerate NSPI using the latest version of pidl
 
7315
 
 
7316
 
 
7317
------------------------------------------------------------------------
 
7318
r19805 | sahlberg | 2006-11-04 22:00:01 -0800 (Sat, 04 Nov 2006) | 3 lines
 
7319
Changed paths:
 
7320
   M /trunk/epan/dissectors/pidl/nspi/Makefile
 
7321
 
 
7322
update the Makefile to point to the new path after the svn move
 
7323
 
 
7324
 
 
7325
------------------------------------------------------------------------
 
7326
r19804 | sahlberg | 2006-11-04 21:56:27 -0800 (Sat, 04 Nov 2006) | 4 lines
 
7327
Changed paths:
 
7328
   A /trunk/epan/dissectors/pidl/nspi (from /trunk/idl/nspi:19798)
 
7329
   D /trunk/idl/nspi
 
7330
 
 
7331
rename the nspi dissector from idl (where the idl2wrs dissectors live) ro epan/dissector/pidl  (where the pidl generated dce/rpc dissectors live)
 
7332
 
 
7333
 
 
7334
 
 
7335
------------------------------------------------------------------------
 
7336
r19803 | sahlberg | 2006-11-04 21:35:06 -0800 (Sat, 04 Nov 2006) | 3 lines
 
7337
Changed paths:
 
7338
   M /trunk/epan/dissectors/packet-dcerpc-efs.c
 
7339
   M /trunk/epan/dissectors/pidl/efs.cnf
 
7340
 
 
7341
add tracking of policy handles to the efs dissector
 
7342
 
 
7343
 
 
7344
------------------------------------------------------------------------
 
7345
r19802 | gerald | 2006-11-04 21:33:53 -0800 (Sat, 04 Nov 2006) | 2 lines
 
7346
Changed paths:
 
7347
   M /trunk/epan/dissectors/Makefile.common
 
7348
 
 
7349
Add packet-dcerpc-nspi.h to the distribution.
 
7350
 
 
7351
------------------------------------------------------------------------
 
7352
r19801 | sahlberg | 2006-11-04 21:21:33 -0800 (Sat, 04 Nov 2006) | 3 lines
 
7353
Changed paths:
 
7354
   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
 
7355
   M /trunk/epan/dissectors/pidl/eventlog.cnf
 
7356
 
 
7357
add tracking of policy_handles to the eventlog dissector
 
7358
 
 
7359
 
 
7360
------------------------------------------------------------------------
 
7361
r19800 | sahlberg | 2006-11-04 20:49:20 -0800 (Sat, 04 Nov 2006) | 6 lines
 
7362
Changed paths:
 
7363
   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
 
7364
   M /trunk/epan/dissectors/packet-dcerpc-winreg.h
 
7365
   M /trunk/epan/dissectors/pidl/winreg.cnf
 
7366
 
 
7367
testing out latest pidl where PARAM values can be used to track policy handles properly
 
7368
 
 
7369
winreg now tracks also where policy handles were closed    which previously didnt work properly
 
7370
 
 
7371
 
 
7372
 
 
7373
------------------------------------------------------------------------
 
7374
r19799 | sahlberg | 2006-11-04 20:38:47 -0800 (Sat, 04 Nov 2006) | 3 lines
 
7375
Changed paths:
 
7376
   M /trunk/gtk/proto_draw.c
 
7377
 
 
7378
it is GtkText in gtk-1.x   not GtkTextView
 
7379
 
 
7380
 
 
7381
------------------------------------------------------------------------
 
7382
r19798 | guy | 2006-11-04 16:54:17 -0800 (Sat, 04 Nov 2006) | 22 lines
 
7383
Changed paths:
 
7384
   M /trunk/gtk/main.c
 
7385
   M /trunk/gtk/packet_win.c
 
7386
   M /trunk/gtk/proto_draw.c
 
7387
   M /trunk/gtk/proto_draw.h
 
7388
 
 
7389
Make the routines that manipulate the hex/text display window take a
 
7390
GtkWidget * as an argument, rather than a version-of-GTK+-dependent
 
7391
pointer; that way, we need fewer #ifdefs.
 
7392
 
 
7393
Use WIDGET_SET_SIZE() instead of #ifdeffed code using
 
7394
gtk_widget_set_usize() or gtk_widget_set_size_request() -
 
7395
WIDGET_SET_SIZE() was created to encapsulate that GTK+ 1.2[.x] vs. 2.x
 
7396
difference.
 
7397
 
 
7398
Make some variables not used outside gtk/main.c static.
 
7399
 
 
7400
Clean up white space.
 
7401
 
 
7402
Clean up handling of return value from load_airpcap() a bit.
 
7403
 
 
7404
Use one big #ifdef HAVE_AIRPCAP/#endif for all the AirPcap stuff in
 
7405
gtk/main.c.
 
7406
 
 
7407
Attach _U_ to the unused arguments to driver_warning_dialog_cb(), not to
 
7408
the arguments that are being used - and don't include it at all if
 
7409
HAVE_AIRPCAP isn't defined, as it's not used in that case.
 
7410
 
 
7411
------------------------------------------------------------------------
 
7412
r19797 | sahlberg | 2006-11-04 13:19:14 -0800 (Sat, 04 Nov 2006) | 25 lines
 
7413
Changed paths:
 
7414
   M /trunk/epan/dissectors/packet-bacapp.c
 
7415
 
 
7416
from Dave Richards
 
7417
 
 
7418
 
 
7419
Here is a patch to fix a problem with notification parameters.  Fix is:
 
7420
 
 
7421
Remove premature return statements from fNotificationParameters.
 
7422
 
 
7423
The real problem is that the original code is inconsistent about putting
 
7424
a break in all cases of the switch blocks and some were falling through
 
7425
to the default case where there was a return.  I took the simple route
 
7426
and removed the unnecessary returns - they were OK for default case but
 
7427
not for the fall through.
 
7428
 
 
7429
Is there a standard about having breaks?  If it is desired to have a
 
7430
consistent coding style I will further update the code to conform.
 
7431
Otherwise, could someone please commit this change as it does fix the bug?
 
7432
 
 
7433
Thanks,
 
7434
 
 
7435
Dave Richards
 
7436
 
 
7437
 
 
7438
 
 
7439
 
 
7440
 
 
7441
------------------------------------------------------------------------
 
7442
r19796 | guy | 2006-11-04 12:37:16 -0800 (Sat, 04 Nov 2006) | 4 lines
 
7443
Changed paths:
 
7444
   M /trunk/tools/lemon/Makefile.am
 
7445
 
 
7446
xxx_PROGRAMS variables have the name of the program without $(EXEEXT).
 
7447
 
 
7448
Update Gerald's address.
 
7449
 
 
7450
------------------------------------------------------------------------
 
7451
r19795 | jmayer | 2006-11-04 10:00:29 -0800 (Sat, 04 Nov 2006) | 3 lines
 
7452
Changed paths:
 
7453
   M /trunk/epan/dissectors/packet-dcerpc-nspi.h
 
7454
   M /trunk/idl/nspi/Makefile
 
7455
   M /trunk/idl/nspi/README
 
7456
   A /trunk/idl/nspi/README.ws
 
7457
   M /trunk/idl/nspi/mapicodes_enum.h
 
7458
   M /trunk/idl/nspi/mapitags_enum.h
 
7459
   M /trunk/idl/nspi/nspi.idl
 
7460
 
 
7461
propset...
 
7462
 
 
7463
 
 
7464
------------------------------------------------------------------------
 
7465
r19794 | jmayer | 2006-11-04 09:44:37 -0800 (Sat, 04 Nov 2006) | 11 lines
 
7466
Changed paths:
 
7467
   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
 
7468
   A /trunk/epan/dissectors/packet-dcerpc-nspi.h
 
7469
   A /trunk/idl/nspi
 
7470
   A /trunk/idl/nspi/Makefile
 
7471
   A /trunk/idl/nspi/README
 
7472
   A /trunk/idl/nspi/mapicodes_enum.h
 
7473
   A /trunk/idl/nspi/mapitags_enum.h
 
7474
   A /trunk/idl/nspi/nspi.idl
 
7475
 
 
7476
Julien Kerihuel:
 
7477
 
 
7478
The new version of the dissector will compile without any patches to apply to
 
7479
Wireshark/NDR.pm. Jelmer has improved the patch and pidl now support enums as
 
7480
return type. Regarding the nspi.cnf file, it won't be useful anymore.
 
7481
 
 
7482
Regarding the dissector, I've noticed a bug in NspiGetMatches which isn't
 
7483
dumped correctly. I'm currently investigating the problem and I'll notify the
 
7484
list when a fixed version is available.
 
7485
 
 
7486
 
 
7487
------------------------------------------------------------------------
 
7488
r19793 | jmayer | 2006-11-04 08:57:21 -0800 (Sat, 04 Nov 2006) | 38 lines
 
7489
Changed paths:
 
7490
   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
 
7491
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
 
7492
   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
 
7493
   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
 
7494
   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
7495
 
 
7496
Update from samba tree revision 19540 to 19553
 
7497
============================ Samba log start ============
 
7498
------------------------------------------------------------------------
 
7499
r19541 | jelmer | 2006-11-03 20:55:17 +0100 (Fri, 03 Nov 2006) | 3 lines
 
7500
 
 
7501
Explicitly segfault when the API is being used incorrectly. Previously
 
7502
this would've caused a silent premature return.
 
7503
 
 
7504
------------------------------------------------------------------------
 
7505
r19544 | jelmer | 2006-11-04 00:08:33 +0100 (Sat, 04 Nov 2006) | 2 lines
 
7506
 
 
7507
Fix case of 'warning'.
 
7508
 
 
7509
------------------------------------------------------------------------
 
7510
r19545 | jelmer | 2006-11-04 02:53:29 +0100 (Sat, 04 Nov 2006) | 2 lines
 
7511
 
 
7512
Allow enums as return types in code generated for wireshark. Originally based on a patch by Julien Kerihuel.
 
7513
 
 
7514
------------------------------------------------------------------------
 
7515
r19546 | jelmer | 2006-11-04 03:51:03 +0100 (Sat, 04 Nov 2006) | 3 lines
 
7516
 
 
7517
fix number of bytes pushed when using switch_type() set to enum types.
 
7518
die() on invalid used of enum_type_fn()
 
7519
 
 
7520
------------------------------------------------------------------------
 
7521
r19547 | jelmer | 2006-11-04 03:54:24 +0100 (Sat, 04 Nov 2006) | 2 lines
 
7522
 
 
7523
Fix use of v1_enum on enums used in return types.
 
7524
 
 
7525
------------------------------------------------------------------------
 
7526
r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
 
7527
 
 
7528
Add check for correct API usage.
 
7529
 
 
7530
------------------------------------------------------------------------
 
7531
============================ Samba log end ==============
 
7532
 
 
7533
 
 
7534
------------------------------------------------------------------------
 
7535
r19792 | gal | 2006-11-04 01:14:54 -0800 (Sat, 04 Nov 2006) | 7 lines
 
7536
Changed paths:
 
7537
   M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
 
7538
   M /trunk/asn1/ldap/ldap.cnf
 
7539
   M /trunk/asn1/ldap/packet-ldap-template.c
 
7540
   M /trunk/epan/dissectors/packet-ber.c
 
7541
   M /trunk/epan/dissectors/packet-ber.h
 
7542
   M /trunk/epan/dissectors/packet-ldap.c
 
7543
   M /trunk/epan/libwireshark.def
 
7544
 
 
7545
General updates to:
 
7546
*) Remove maximum LDAP PDU size check - they can get large with either large attributes (e.g. CRLs, SPIFs) or with lots of results (see http://www.wireshark.org/lists/wireshark-users/200610/msg00197.html). The max size preference is also removed.
 
7547
*) Support for dissecting LDAP controls including server side sorting and paged results. A new BER function is introduced to see if there is a dissector for a given OID.
 
7548
*) Remove reference to removed BER preference in the LDAP reassembly preference.
 
7549
*) Mark a LDAPURL as a URL
 
7550
 
 
7551
 
 
7552
------------------------------------------------------------------------
 
7553
r19791 | sahlberg | 2006-11-04 00:54:45 -0800 (Sat, 04 Nov 2006) | 17 lines
 
7554
Changed paths:
 
7555
   M /trunk/epan/dissectors/packet-ssl.c
 
7556
 
 
7557
From SF
 
7558
 
 
7559
Attached is a fix for bug #1156: "If a dissector depends on a new
 
7560
datasource created by a new tvb, that dissector's protocol can't be
 
7561
filtered on."
 
7562
 
 
7563
 
 
7564
Thanks,
 
7565
 ?\194?\160Steve
 
7566
 
 
7567
 
 
7568
 
 
7569
I change the code slightly to avoid dereferenceing a NULL pointer.
 
7570
While the original code was fine and safe on unix   dereferencing a null pointer in this way would be unsafe and cause a segmentation violation on windows   if tree is NULL.
 
7571
 
 
7572
 
 
7573
 
 
7574
------------------------------------------------------------------------
 
7575
r19790 | gal | 2006-11-04 00:01:44 -0800 (Sat, 04 Nov 2006) | 6 lines
 
7576
Changed paths:
 
7577
   M /trunk/packaging/u3/win32/makefile.nmake
 
7578
   M /trunk/packaging/u3/win32/manifest.tmpl
 
7579
 
 
7580
Update to U3 packaging to:
 
7581
*) Assign a new UUID for version 0.99.5 (so different versions of Wireshark can be installed on one U3 device)
 
7582
*) Include version number in U3 program name to allow user to differentiate versions
 
7583
*) Catch up with packaging changes
 
7584
 
 
7585
 
 
7586
------------------------------------------------------------------------
 
7587
r19789 | gerald | 2006-11-03 16:35:04 -0800 (Fri, 03 Nov 2006) | 2 lines
 
7588
Changed paths:
 
7589
   M /trunk/Makefile.am
 
7590
 
 
7591
Fix distcheck.
 
7592
 
 
7593
------------------------------------------------------------------------
 
7594
r19788 | ulfl | 2006-11-03 14:39:28 -0800 (Fri, 03 Nov 2006) | 3 lines
 
7595
Changed paths:
 
7596
   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
 
7597
 
 
7598
split subversion into command line and GUI (TortoiseSVN) client
 
7599
 
 
7600
update various version infos
 
7601
------------------------------------------------------------------------
 
7602
r19787 | ulfl | 2006-11-03 14:12:57 -0800 (Fri, 03 Nov 2006) | 1 line
 
7603
Changed paths:
 
7604
   M /trunk/packaging/nsis/wireshark.nsi
 
7605
 
 
7606
don't forget to uninstall pango\1.5.0, we might want to have something like this checked by the buildbot to prevent such problems
 
7607
------------------------------------------------------------------------
 
7608
r19786 | etxrab | 2006-11-03 12:15:17 -0800 (Fri, 03 Nov 2006) | 1 line
 
7609
Changed paths:
 
7610
   M /trunk/asn1/h245/h245-exp.cnf
 
7611
   M /trunk/asn1/h245/h245.cnf
 
7612
   M /trunk/epan/dissectors/packet-h245.c
 
7613
   M /trunk/epan/dissectors/packet-h245.h
 
7614
   M /trunk/epan/dissectors/packet-sdp.c
 
7615
 
 
7616
Dissect h324ext_h223lcparm.
 
7617
------------------------------------------------------------------------
 
7618
r19785 | guy | 2006-11-03 10:39:03 -0800 (Fri, 03 Nov 2006) | 2 lines
 
7619
Changed paths:
 
7620
   M /trunk/epan/Makefile.am
 
7621
   M /trunk/epan/dfilter/Makefile.am
 
7622
   M /trunk/plugins/mate/Makefile.am
 
7623
 
 
7624
Add $(EXEXT) after references to the Lemon executable.
 
7625
 
 
7626
------------------------------------------------------------------------
 
7627
r19784 | gerald | 2006-11-03 07:54:12 -0800 (Fri, 03 Nov 2006) | 2 lines
 
7628
Changed paths:
 
7629
   M /trunk/image/wireshark.ico
 
7630
   M /trunk/image/wireshark.rc.in
 
7631
   A /trunk/image/wiresharkdoc.ico
 
7632
   M /trunk/packaging/nsis/wireshark.nsi
 
7633
 
 
7634
Update the Windows icons.  Use the document icon for capture files.
 
7635
 
 
7636
------------------------------------------------------------------------
 
7637
r19783 | jmayer | 2006-11-03 07:10:17 -0800 (Fri, 03 Nov 2006) | 6 lines
 
7638
Changed paths:
 
7639
   M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
 
7640
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
 
7641
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
 
7642
   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
7643
 
 
7644
Update from samba tree revision 18675 to 19540
 
7645
============================ Samba log start ============
 
7646
svn: When specifying working copy paths, only one target may be given
 
7647
============================ Samba log end ==============
 
7648
 
 
7649
 
 
7650
------------------------------------------------------------------------
 
7651
r19782 | tuexen | 2006-11-03 02:12:36 -0800 (Fri, 03 Nov 2006) | 2 lines
 
7652
Changed paths:
 
7653
   M /trunk/tools/lemon/Makefile.am
 
7654
 
 
7655
Fixes ./autogen.sh on Mac OS X...
 
7656
 
 
7657
------------------------------------------------------------------------
 
7658
r19781 | gerald | 2006-11-02 22:55:30 -0800 (Thu, 02 Nov 2006) | 2 lines
 
7659
Changed paths:
 
7660
   M /trunk/config.nmake
 
7661
   M /trunk/configure.in
 
7662
 
 
7663
Bump the version to 0.99.5.
 
7664
 
 
7665
------------------------------------------------------------------------
 
7666
r19780 | gerald | 2006-11-02 22:30:52 -0800 (Thu, 02 Nov 2006) | 5 lines
 
7667
Changed paths:
 
7668
   M /trunk/image/README.image
 
7669
   A /trunk/image/make-icons
 
7670
   M /trunk/image/wsicon.svg
 
7671
   M /trunk/image/wsicon16.png
 
7672
   M /trunk/image/wsicon16.xpm
 
7673
   D /trunk/image/wsicon200.png
 
7674
   A /trunk/image/wsicon256.png (from /trunk/image/wsicon200.png:19779)
 
7675
   M /trunk/image/wsicon32.png
 
7676
   M /trunk/image/wsicon32.xpm
 
7677
   M /trunk/image/wsicon48.png
 
7678
   M /trunk/image/wsicon48.xpm
 
7679
   M /trunk/image/wsicon64.png
 
7680
   M /trunk/image/wsicon64.xpm
 
7681
   M /trunk/image/wsiconcap.svg
 
7682
   M /trunk/image/wsiconcap16.xpm
 
7683
   D /trunk/image/wsiconcap200.png
 
7684
   A /trunk/image/wsiconcap256.png (from /trunk/image/wsiconcap200.png:19779)
 
7685
   M /trunk/image/wsiconcap32.xpm
 
7686
   M /trunk/image/wsiconcap48.xpm
 
7687
   A /trunk/image/wsicondoc.svg
 
7688
   A /trunk/image/wsicondoc256.png
 
7689
 
 
7690
Touch up the glossy highlight in the main icon.  Split "wsiconcap" into
 
7691
"capture-in-progress" and "document" icons.  Update the highlight in
 
7692
each of them as well.  Resize and rename the 200-pixel icons to 256.
 
7693
Add a script to generate icons from their canonical sources.
 
7694
 
 
7695
------------------------------------------------------------------------
 
7696
r19779 | jake | 2006-11-02 08:47:13 -0800 (Thu, 02 Nov 2006) | 5 lines
 
7697
Changed paths:
 
7698
   M /trunk/epan/dissectors/packet-icmpv6.c
 
7699
 
 
7700
From Nicolas Dichtel:
 
7701
here is a patch that transforms "valid lifetime" and "prefered lifetime" in a prefix option (in RA)
 
7702
in human readable format. Following the RFC2461 Section 4.6.2, if the value is 0xffffffff, this means lifetime
 
7703
is infinity.
 
7704
 
 
7705
------------------------------------------------------------------------
 
7706
r19778 | martinm | 2006-11-02 03:51:09 -0800 (Thu, 02 Nov 2006) | 1 line
 
7707
Changed paths:
 
7708
   M /trunk/epan/dissectors/packet-rtcp.c
 
7709
 
 
7710
Don't try to report -ve roundtrip delays
 
7711
------------------------------------------------------------------------
 
7712
r19777 | jmayer | 2006-11-02 01:45:12 -0800 (Thu, 02 Nov 2006) | 5 lines
 
7713
Changed paths:
 
7714
   M /trunk/capture-pcap-util.c
 
7715
   M /trunk/capture_loop.c
 
7716
   M /trunk/capture_opts.c
 
7717
   M /trunk/dumpcap.c
 
7718
 
 
7719
Frederic Heem:
 
7720
 Fix some memleaks and overflows.
 
7721
 
 
7722
I haven't committed the changes that are not bug fixes.
 
7723
 
 
7724
------------------------------------------------------------------------
 
7725
r19776 | ulfl | 2006-11-02 01:36:47 -0800 (Thu, 02 Nov 2006) | 3 lines
 
7726
Changed paths:
 
7727
   M /trunk/packaging/nsis/wireshark.nsi
 
7728
 
 
7729
we don't support 95/98/ME any longer, and indeed WS doesn't work on these versions.
 
7730
 
 
7731
Give a hint that the last known working version was Ethereal 0.99.0 and quit the installer.
 
7732
------------------------------------------------------------------------
 
7733
r19775 | jmayer | 2006-11-02 01:30:12 -0800 (Thu, 02 Nov 2006) | 2 lines
 
7734
Changed paths:
 
7735
   M /trunk/tools
 
7736
 
 
7737
add idl2wrs.sh to svn:ignore
 
7738
 
 
7739
------------------------------------------------------------------------
 
7740
r19774 | jmayer | 2006-11-02 01:26:38 -0800 (Thu, 02 Nov 2006) | 9 lines
 
7741
Changed paths:
 
7742
   M /trunk/epan/dissectors/packet-ieee80211.c
 
7743
 
 
7744
Zhu Yi:
 
7745
 
 
7746
ieee80211e dissect patch
 
7747
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1191
 
7748
 
 
7749
Me:
 
7750
Fix signedness warnings regarding ssid and ccode.
 
7751
(in the old code, not in the 11e code)
 
7752
 
 
7753
------------------------------------------------------------------------
 
7754
r19773 | jmayer | 2006-11-02 00:52:25 -0800 (Thu, 02 Nov 2006) | 2 lines
 
7755
Changed paths:
 
7756
   M /trunk/gtk/follow_dlg.c
 
7757
 
 
7758
Try to fix bug 1043.
 
7759
 
 
7760
------------------------------------------------------------------------
 
7761
r19772 | kukosa | 2006-11-02 00:48:58 -0800 (Thu, 02 Nov 2006) | 2 lines
 
7762
Changed paths:
 
7763
   M /trunk/epan/ftypes/ftype-bytes.c
 
7764
 
 
7765
Bug 1053: New SNMP filtering is broken
 
7766
Do not try to parse OID as hexbytes string
 
7767
------------------------------------------------------------------------
 
7768
r19771 | ulfl | 2006-11-01 15:22:13 -0800 (Wed, 01 Nov 2006) | 1 line
 
7769
Changed paths:
 
7770
   M /trunk/airpcap_loader.c
 
7771
 
 
7772
fix a warning: "airpcap_loader.c(2287) : warning C4700: local variable 'ad' used without having been initialized"
 
7773
------------------------------------------------------------------------
 
7774
r19770 | etxrab | 2006-11-01 15:01:14 -0800 (Wed, 01 Nov 2006) | 1 line
 
7775
Changed paths:
 
7776
   M /trunk/plugins/megaco/packet-megaco.c
 
7777
 
 
7778
Add h324_muxtbl_out
 
7779
------------------------------------------------------------------------
 
7780
r19769 | etxrab | 2006-11-01 14:58:41 -0800 (Wed, 01 Nov 2006) | 1 line
 
7781
Changed paths:
 
7782
   M /trunk/epan/dissectors/packet-amr.c
 
7783
 
 
7784
Handle RFC 3267 Bandwidth-efficient mode.
 
7785
------------------------------------------------------------------------
 
7786
r19768 | jmayer | 2006-11-01 14:22:27 -0800 (Wed, 01 Nov 2006) | 1 line
 
7787
Changed paths:
 
7788
   M /trunk/cmake/modules/Check64BitFormat.c.in
 
7789
 
 
7790
Add same license info as in Check64BitFormat.cmake
 
7791
------------------------------------------------------------------------
 
7792
r19767 | gerald | 2006-11-01 12:32:23 -0800 (Wed, 01 Nov 2006) | 2 lines
 
7793
Changed paths:
 
7794
   M /trunk/epan/proto.c
 
7795
 
 
7796
Throw an exception if we try to add more than a million items to the tree.
 
7797
 
 
7798
------------------------------------------------------------------------
 
7799
r19766 | sahlberg | 2006-11-01 01:54:48 -0800 (Wed, 01 Nov 2006) | 4 lines
 
7800
Changed paths:
 
7801
   M /trunk/epan/dissectors/packet-usb.c
 
7802
   M /trunk/epan/dissectors/packet-usb.h
 
7803
 
 
7804
update the list of defined application classes and list all the official ones from www.usb.org
 
7805
 
 
7806
 
 
7807
 
 
7808
------------------------------------------------------------------------
 
7809
r19764 | etxrab | 2006-10-31 14:28:50 -0800 (Tue, 31 Oct 2006) | 2 lines
 
7810
Changed paths:
 
7811
   M /trunk/epan/wslua/Makefile.am
 
7812
 
 
7813
console.lua missing from the svn tarball preventing making a package. I hope this
 
7814
is the right way to fix it.
 
7815
------------------------------------------------------------------------
 
7816
r19763 | gram | 2006-10-31 14:00:41 -0800 (Tue, 31 Oct 2006) | 5 lines
 
7817
Changed paths:
 
7818
   M /trunk/epan/proto.c
 
7819
 
 
7820
When processing '-G fields', ignore the "proto_tree_add_text"
 
7821
pseudo-field by looking at the ID for hf_text_only. Apparently
 
7822
some fields really don't have 'name' fields, but we still want
 
7823
their info to be dumped out.
 
7824
 
 
7825
------------------------------------------------------------------------
 
7826
r19762 | gram | 2006-10-31 13:43:48 -0800 (Tue, 31 Oct 2006) | 2 lines
 
7827
Changed paths:
 
7828
   M /trunk/epan/dissectors/packet-t38.c
 
7829
 
 
7830
value_string arrays need to be terminated with a {0, NULL}.
 
7831
 
 
7832
------------------------------------------------------------------------
 
7833
r19761 | gram | 2006-10-31 13:29:34 -0800 (Tue, 31 Oct 2006) | 3 lines
 
7834
Changed paths:
 
7835
   M /trunk/epan/dissectors/packet-dhcpv6.c
 
7836
 
 
7837
Provide field names for fields with true/false values so they
 
7838
can be searched on.
 
7839
 
 
7840
------------------------------------------------------------------------
 
7841
r19760 | sahlberg | 2006-10-31 13:25:31 -0800 (Tue, 31 Oct 2006) | 3 lines
 
7842
Changed paths:
 
7843
   M /trunk/epan/dissectors/packet-nbd.c
 
7844
 
 
7845
show "Disconnect request" in the info column for disconnects
 
7846
 
 
7847
 
 
7848
------------------------------------------------------------------------
 
7849
r19759 | gram | 2006-10-31 13:15:38 -0800 (Tue, 31 Oct 2006) | 3 lines
 
7850
Changed paths:
 
7851
   M /trunk/epan/dissectors/packet-2dparityfec.c
 
7852
 
 
7853
The protocol must be registered before its fields, so that
 
7854
proto_registrar_dump_fields() knows the relationship.
 
7855
 
 
7856
------------------------------------------------------------------------
 
7857
r19758 | sahlberg | 2006-10-31 13:13:46 -0800 (Tue, 31 Oct 2006) | 3 lines
 
7858
Changed paths:
 
7859
   M /trunk/epan/dissectors/packet-nbd.c
 
7860
 
 
7861
prettify the info column and add a generated item for the type (read/write) to response packets
 
7862
 
 
7863
 
 
7864
------------------------------------------------------------------------
 
7865
r19756 | jmayer | 2006-10-31 06:49:11 -0800 (Tue, 31 Oct 2006) | 1 line
 
7866
Changed paths:
 
7867
   M /trunk/epan/etypes.h
 
7868
 
 
7869
Fix another typowq
 
7870
------------------------------------------------------------------------
 
7871
r19755 | jmayer | 2006-10-31 06:47:34 -0800 (Tue, 31 Oct 2006) | 3 lines
 
7872
Changed paths:
 
7873
   M /trunk/configure.in
 
7874
 
 
7875
Repeat after me: Test submission before sending.
 
7876
Repeat after me: Test patches before committing.
 
7877
 
 
7878
------------------------------------------------------------------------
 
7879
r19754 | jmayer | 2006-10-31 06:36:32 -0800 (Tue, 31 Oct 2006) | 1 line
 
7880
Changed paths:
 
7881
   M /trunk/epan/etypes.h
 
7882
 
 
7883
Order ethertypes by number - no other changes
 
7884
------------------------------------------------------------------------
 
7885
r19753 | jmayer | 2006-10-31 03:35:55 -0800 (Tue, 31 Oct 2006) | 13 lines
 
7886
Changed paths:
 
7887
   M /trunk/Makefile.am
 
7888
   M /trunk/configure.in
 
7889
   M /trunk/tools/lemon/Makefile.am
 
7890
 
 
7891
Robert Schwebel:
 
7892
  Fix for http://bugs.wireshark.org/bugzilla/attachment.cgi?id=419&action=view
 
7893
  cross compilation fails
 
7894
 
 
7895
With the following change: Use only AC_CANONICAL_TARGET
 
7896
 
 
7897
From the autoconf manual:
 
7898
     The user is encouraged to use either `AC_CANONICAL_BUILD', or
 
7899
     `AC_CANONICAL_HOST', or `AC_CANONICAL_TARGET', depending on the
 
7900
     needs.  Using `AC_CANONICAL_TARGET' is enough to run the two other
 
7901
     macros.
 
7902
 
 
7903
 
 
7904
------------------------------------------------------------------------
 
7905
r19752 | sahlberg | 2006-10-31 03:16:01 -0800 (Tue, 31 Oct 2006) | 4 lines
 
7906
Changed paths:
 
7907
   M /trunk/epan/dissectors/Makefile.common
 
7908
   A /trunk/epan/dissectors/packet-nbd.c
 
7909
 
 
7910
 new protocol NBD   NetworkBlockDevice
 
7911
 
 
7912
 
 
7913
 
 
7914
------------------------------------------------------------------------
 
7915
r19751 | sahlberg | 2006-10-31 01:29:07 -0800 (Tue, 31 Oct 2006) | 7 lines
 
7916
Changed paths:
 
7917
   M /trunk/asn1/ldap/packet-ldap-template.c
 
7918
   M /trunk/asn1/pkixcmp/cmp-exp.cnf
 
7919
   M /trunk/asn1/pkixcmp/packet-cmp-template.c
 
7920
   M /trunk/asn1/ulp/packet-ulp-template.c
 
7921
   M /trunk/asn1/ulp/ulp-exp.cnf
 
7922
   M /trunk/epan/dissectors/packet-aim.c
 
7923
   M /trunk/epan/dissectors/packet-ajp13.c
 
7924
   M /trunk/epan/dissectors/packet-bittorrent.c
 
7925
   M /trunk/epan/dissectors/packet-cast.c
 
7926
   M /trunk/epan/dissectors/packet-cmp.c
 
7927
   M /trunk/epan/dissectors/packet-cmp.h
 
7928
   M /trunk/epan/dissectors/packet-cops.c
 
7929
   M /trunk/epan/dissectors/packet-dcm.c
 
7930
   M /trunk/epan/dissectors/packet-dhcp-failover.c
 
7931
   M /trunk/epan/dissectors/packet-diameter.c
 
7932
   M /trunk/epan/dissectors/packet-dlsw.c
 
7933
   M /trunk/epan/dissectors/packet-dns.c
 
7934
   M /trunk/epan/dissectors/packet-dsi.c
 
7935
   M /trunk/epan/dissectors/packet-edonkey.c
 
7936
   M /trunk/epan/dissectors/packet-enip.c
 
7937
   M /trunk/epan/dissectors/packet-giop.c
 
7938
   M /trunk/epan/dissectors/packet-gnutella.c
 
7939
   M /trunk/epan/dissectors/packet-icep.c
 
7940
   M /trunk/epan/dissectors/packet-ifcp.c
 
7941
   M /trunk/epan/dissectors/packet-ipdc.c
 
7942
   M /trunk/epan/dissectors/packet-isns.c
 
7943
   M /trunk/epan/dissectors/packet-kerberos.c
 
7944
   M /trunk/epan/dissectors/packet-kerberos.h
 
7945
   M /trunk/epan/dissectors/packet-laplink.c
 
7946
   M /trunk/epan/dissectors/packet-ldap.c
 
7947
   M /trunk/epan/dissectors/packet-lsc.c
 
7948
   M /trunk/epan/dissectors/packet-mq.c
 
7949
   M /trunk/epan/dissectors/packet-mysql.c
 
7950
   M /trunk/epan/dissectors/packet-ncp.c
 
7951
   M /trunk/epan/dissectors/packet-ndmp.c
 
7952
   M /trunk/epan/dissectors/packet-ndps.c
 
7953
   M /trunk/epan/dissectors/packet-netsync.c
 
7954
   M /trunk/epan/dissectors/packet-pgsql.c
 
7955
   M /trunk/epan/dissectors/packet-pvfs2.c
 
7956
   M /trunk/epan/dissectors/packet-s5066.c
 
7957
   M /trunk/epan/dissectors/packet-skinny.c
 
7958
   M /trunk/epan/dissectors/packet-slsk.c
 
7959
   M /trunk/epan/dissectors/packet-smpp.c
 
7960
   M /trunk/epan/dissectors/packet-srvloc.c
 
7961
   M /trunk/epan/dissectors/packet-tali.c
 
7962
   M /trunk/epan/dissectors/packet-tcp.c
 
7963
   M /trunk/epan/dissectors/packet-tcp.h
 
7964
   M /trunk/epan/dissectors/packet-tns.c
 
7965
   M /trunk/epan/dissectors/packet-ucp.c
 
7966
   M /trunk/epan/dissectors/packet-ulp.c
 
7967
   M /trunk/epan/dissectors/packet-ulp.h
 
7968
   M /trunk/epan/dissectors/packet-uma.c
 
7969
   M /trunk/epan/dissectors/packet-winsrepl.c
 
7970
   M /trunk/epan/dissectors/packet-xot.c
 
7971
   M /trunk/epan/dissectors/packet-ymsg.c
 
7972
   M /trunk/plugins/agentx/packet-agentx.c
 
7973
   M /trunk/plugins/gryphon/packet-gryphon.c
 
7974
   M /trunk/plugins/opsi/packet-opsi.c
 
7975
 
 
7976
change the signature for the get_pdu_len() function pointer passed to tcp_dissect_pdus() to also include a packet_info pointer.
 
7977
 
 
7978
 
 
7979
there are many reasons why some protocols actually need to be able to access the pinfo structure while determining the pdu size
 
7980
 
 
7981
 
 
7982
 
 
7983
------------------------------------------------------------------------
 
7984
r19748 | gerald | 2006-10-30 17:46:59 -0800 (Mon, 30 Oct 2006) | 2 lines
 
7985
Changed paths:
 
7986
   M /trunk/epan/dissectors/packet-vnc.c
 
7987
 
 
7988
Escape non-ASCII characters in the client and server protocol version strings.
28
7989
 
29
7990
------------------------------------------------------------------------
30
7991
r19747 | gerald | 2006-10-30 17:44:11 -0800 (Mon, 30 Oct 2006) | 3 lines
39
8000
AirPcap warning dialog.  Fix a callback bug in simple_dialog.c.
40
8001
 
41
8002
------------------------------------------------------------------------
42
 
r19748 | gerald | 2006-10-30 17:46:59 -0800 (Mon, 30 Oct 2006) | 2 lines
43
 
Changed paths:
44
 
   M /trunk/epan/dissectors/packet-vnc.c
45
 
 
46
 
Escape non-ASCII characters in the client and server protocol version strings.
47
 
 
48
 
 
49
 
------------------------------------------------------------------------
50
 
r19745 | gerald | 2006-10-30 14:03:05 -0800 (Mon, 30 Oct 2006) | 2 lines
51
 
Changed paths:
52
 
   M /trunk-0.99.4/version.conf
53
 
 
54
 
Set the version to -pre2.
55
 
 
56
 
------------------------------------------------------------------------
57
 
r19741 | gerald | 2006-10-30 08:12:19 -0800 (Mon, 30 Oct 2006) | 35 lines
58
 
Changed paths:
59
 
   M /trunk-0.99.4/airpcap.h
60
 
   M /trunk-0.99.4/airpcap_loader.c
61
 
   M /trunk-0.99.4/airpcap_loader.h
62
 
   M /trunk-0.99.4/file.c
63
 
   M /trunk-0.99.4/gtk/about_dlg.c
64
 
   M /trunk-0.99.4/gtk/airpcap_dlg.c
65
 
   M /trunk-0.99.4/gtk/airpcap_gui_utils.c
66
 
   M /trunk-0.99.4/gtk/airpcap_gui_utils.h
67
 
   M /trunk-0.99.4/gtk/color_edit_dlg.c
68
 
   M /trunk-0.99.4/gtk/main.c
69
 
   M /trunk-0.99.4/gtk/packet_list.c
70
 
 
71
 
Copy over revisions from the trunk (hopefully I haven't missed any).
72
 
 
73
 
------------------------------------------------------------------------
74
 
r19720 | gerald | 2006-10-27 13:33:19 -0700 (Fri, 27 Oct 2006) | 3 lines
75
 
 
76
 
Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtained
77
 
our addresses.
78
 
 
79
 
------------------------------------------------------------------------
80
 
r19726 | ulfl | 2006-10-29 04:51:15 -0800 (Sun, 29 Oct 2006) | 3 lines
81
 
Changed paths:
82
 
   M /trunk/file.c
83
 
 
84
 
fix #1188: scroll the packet list to the bottom (in a running capture) *after* thawing the list - otherwise the scrolling won't be done correctly
85
 
 
86
 
this one should go into 0.99.4 IMHO
 
8003
r19746 | gerald | 2006-10-30 17:28:29 -0800 (Mon, 30 Oct 2006) | 3 lines
 
8004
Changed paths:
 
8005
   M /trunk/epan/dissectors/packet-radiotap.c
 
8006
 
 
8007
Make sure we round up to the nearest 4-byte boundary before trying to process
 
8008
the FCS.
 
8009
 
 
8010
------------------------------------------------------------------------
 
8011
r19744 | jmayer | 2006-10-30 10:38:14 -0800 (Mon, 30 Oct 2006) | 5 lines
 
8012
Changed paths:
 
8013
   M /trunk/cmake/modules/CMakeInstallDirs.cmake
 
8014
   M /trunk/cmake/modules/Check64BitFormat.cmake
 
8015
   M /trunk/cmake/modules/FindADNS.cmake
 
8016
   M /trunk/cmake/modules/FindDBUS.cmake
 
8017
   M /trunk/cmake/modules/FindDBUSGLIB.cmake
 
8018
   D /trunk/cmake/modules/FindGCRYPT.cmake
 
8019
   M /trunk/cmake/modules/FindPCAP.cmake
 
8020
   M /trunk/cmake/modules/UsePkgConfig.cmake
 
8021
 
 
8022
frederic heem:
 
8023
 
 
8024
Please find the patch that adds copyrights.
 
8025
 
 
8026
 
 
8027
------------------------------------------------------------------------
 
8028
r19743 | jake | 2006-10-30 10:25:44 -0800 (Mon, 30 Oct 2006) | 3 lines
 
8029
Changed paths:
 
8030
   M /trunk/epan/dissectors/packet-ymsg.c
 
8031
 
 
8032
From Gennady Feldman:
 
8033
Here is an updated patch. Should be pretty safe. Just added a couple of constants and changed some strings to be cleaner and easier to read.
 
8034
 
 
8035
------------------------------------------------------------------------
 
8036
r19742 | jmayer | 2006-10-30 10:17:10 -0800 (Mon, 30 Oct 2006) | 5 lines
 
8037
Changed paths:
 
8038
   M /trunk/Makefile.am
 
8039
   M /trunk/configure.in
 
8040
   D /trunk/tools/idl2wrs.sh
 
8041
   A /trunk/tools/idl2wrs.sh.in (from /trunk/tools/idl2wrs.sh:19741)
 
8042
 
 
8043
carsten.prescher@eads.com:
 
8044
 
 
8045
Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1114
 
8046
@SHELL@ not replaced in idl2wrs
 
8047
 
 
8048
------------------------------------------------------------------------
 
8049
r19740 | gerald | 2006-10-30 08:01:40 -0800 (Mon, 30 Oct 2006) | 3 lines
 
8050
Changed paths:
 
8051
   M /trunk/gtk/color_edit_dlg.c
 
8052
 
 
8053
Fix for bug 1164 from Stephen Fisher: In the coloring rules edit dialog, set
 
8054
the foreground color correctly.
 
8055
 
 
8056
------------------------------------------------------------------------
 
8057
r19739 | martinm | 2006-10-30 07:36:40 -0800 (Mon, 30 Oct 2006) | 4 lines
 
8058
Changed paths:
 
8059
   M /trunk/epan/dissectors/packet-icmpv6.c
 
8060
 
 
8061
A little prettifying:
 
8062
- Most Router Advertisement fields are now properly filterable
 
8063
- Option tree has improved label, length set, fixed fields filterable
 
8064
 
 
8065
------------------------------------------------------------------------
 
8066
r19738 | sahlberg | 2006-10-30 04:18:29 -0800 (Mon, 30 Oct 2006) | 7 lines
 
8067
Changed paths:
 
8068
   M /trunk/epan/dissectors/Makefile.common
 
8069
   A /trunk/epan/dissectors/packet-scsi-mmc.c
 
8070
   A /trunk/epan/dissectors/packet-scsi-mmc.h
 
8071
   M /trunk/epan/dissectors/packet-scsi-osd.c
 
8072
   M /trunk/epan/dissectors/packet-scsi.c
 
8073
   M /trunk/epan/dissectors/packet-scsi.h
 
8074
 
 
8075
start splitting the monolitic scsi dissector up into commandset dissectors
 
8076
 
 
8077
 
 
8078
split the MMC commandset out of the main scsi dissector
 
8079
 
 
8080
 
 
8081
 
 
8082
------------------------------------------------------------------------
 
8083
r19737 | martinm | 2006-10-30 01:50:39 -0800 (Mon, 30 Oct 2006) | 1 line
 
8084
Changed paths:
 
8085
   M /trunk/print.c
 
8086
 
 
8087
Fix for (already-closed) bug 1180
 
8088
------------------------------------------------------------------------
 
8089
r19736 | gerald | 2006-10-29 22:34:31 -0800 (Sun, 29 Oct 2006) | 3 lines
 
8090
Changed paths:
 
8091
   M /trunk/airpcap.h
 
8092
   M /trunk/airpcap_loader.c
 
8093
   M /trunk/airpcap_loader.h
 
8094
   M /trunk/gtk/about_dlg.c
 
8095
   M /trunk/gtk/airpcap_dlg.c
 
8096
   M /trunk/gtk/airpcap_gui_utils.c
 
8097
   M /trunk/gtk/airpcap_gui_utils.h
 
8098
   M /trunk/gtk/main.c
 
8099
 
 
8100
From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, 
 
8101
which has an updated API for WEP key handling.
 
8102
 
87
8103
------------------------------------------------------------------------
88
8104
r19735 | ulfl | 2006-10-29 18:09:59 -0800 (Sun, 29 Oct 2006) | 5 lines
89
8105
Changed paths:
95
8111
clist thaw if the list was empty.  A one line fix to gtk/packet_list.c appears
96
8112
to fix this problem.
97
8113
------------------------------------------------------------------------
98
 
r19740 | gerald | 2006-10-30 08:01:40 -0800 (Mon, 30 Oct 2006) | 3 lines
99
 
Changed paths:
100
 
   M /trunk/gtk/color_edit_dlg.c
101
 
 
102
 
Fix for bug 1164 from Stephen Fisher: In the coloring rules edit dialog, set
103
 
the foreground color correctly.
104
 
 
105
 
 
106
 
------------------------------------------------------------------------
107
 
r19718 | gerald | 2006-10-27 11:58:26 -0700 (Fri, 27 Oct 2006) | 3 lines
108
 
Changed paths:
109
 
   M /trunk-0.99.4/NEWS
110
 
   M /trunk-0.99.4/docbook/Makefile
 
8114
r19734 | sahlberg | 2006-10-29 13:01:57 -0800 (Sun, 29 Oct 2006) | 15 lines
 
8115
Changed paths:
 
8116
   M /trunk/epan/dissectors/packet-bpdu.c
 
8117
 
 
8118
from sake blok
 
8119
 
 
8120
Hi,
 
8121
 
 
8122
The attached file is a patch to packet-bpdu.c so that Wireshark is
 
8123
able to dissect the Cisco MST BPDU's that I encountered last week.
 
8124
 
 
8125
Cheers,
 
8126
 
 
8127
 
 
8128
Sake
 
8129
 
 
8130
 
 
8131
 
 
8132
 
 
8133
------------------------------------------------------------------------
 
8134
r19733 | sahlberg | 2006-10-29 12:56:00 -0800 (Sun, 29 Oct 2006) | 16 lines
 
8135
Changed paths:
 
8136
   M /trunk/epan/dissectors/packet-ses.c
 
8137
 
 
8138
from Stephen fischer
 
8139
 
 
8140
Attached is a patch to fix bug #1163: "Dissector bug. ISO8073 COTP
 
8141
protocol." ?\194?\160The SES dissector was incorrectly believing it had PDUs
 
8142
within the COTP PDUs. ?\194?\160I added an additional heuristic check to see if
 
8143
the length of the SES PDU is 0, then return false since it can't be zero
 
8144
length.
 
8145
 
 
8146
 
 
8147
Thanks,
 
8148
 ?\194?\160Steve
 
8149
 
 
8150
 
 
8151
 
 
8152
 
 
8153
 
 
8154
------------------------------------------------------------------------
 
8155
r19732 | ulfl | 2006-10-29 11:47:59 -0800 (Sun, 29 Oct 2006) | 1 line
 
8156
Changed paths:
 
8157
   M /trunk/docbook/Makefile
 
8158
 
 
8159
fix a typo in the recent change to the hhc.exe command line, so the chm files compile again - took me more than an hour to find out and reproduce :-(
 
8160
------------------------------------------------------------------------
 
8161
r19731 | jake | 2006-10-29 11:14:31 -0800 (Sun, 29 Oct 2006) | 5 lines
 
8162
Changed paths:
 
8163
   M /trunk/epan/dissectors/packet-arp.c
 
8164
 
 
8165
From Roger Gottsponer:
 
8166
During troubleshooting an ARP problem, I found an issue with wireshark
 
8167
to properly recognise Gratuitous ARP packets. Gratuitous ARP packets
 
8168
can be made with ARP request or ARP reply packets.
 
8169
 
 
8170
------------------------------------------------------------------------
 
8171
r19730 | ulfl | 2006-10-29 09:19:52 -0800 (Sun, 29 Oct 2006) | 9 lines
 
8172
Changed paths:
 
8173
   M /trunk/asn1/MAP_Dialogue/Makefile.nmake
 
8174
   M /trunk/asn1/acp133/Makefile.nmake
 
8175
   M /trunk/asn1/acse/Makefile.nmake
 
8176
   M /trunk/asn1/ansi_map/Makefile.nmake
 
8177
   M /trunk/asn1/camel/Makefile.nmake
 
8178
   M /trunk/asn1/cdt/Makefile.nmake
 
8179
   M /trunk/asn1/cmip/Makefile.nmake
 
8180
   M /trunk/asn1/cms/Makefile.nmake
 
8181
   M /trunk/asn1/dap/Makefile.nmake
 
8182
   M /trunk/asn1/disp/Makefile.nmake
 
8183
   M /trunk/asn1/dop/Makefile.nmake
 
8184
   M /trunk/asn1/dsp/Makefile.nmake
 
8185
   M /trunk/asn1/ess/Makefile.nmake
 
8186
   M /trunk/asn1/ftam/Makefile.nmake
 
8187
   M /trunk/asn1/ftbp/Makefile.nmake
 
8188
   M /trunk/asn1/gnm/Makefile.nmake
 
8189
   M /trunk/asn1/gsm_ss/Makefile.nmake
 
8190
   M /trunk/asn1/gsmmap/Makefile.nmake
 
8191
   M /trunk/asn1/h225/Makefile.nmake
 
8192
   M /trunk/asn1/h235/Makefile.nmake
 
8193
   M /trunk/asn1/h245/Makefile.nmake
 
8194
   M /trunk/asn1/h248/Makefile.nmake
 
8195
   M /trunk/asn1/h450/Makefile.nmake
 
8196
   M /trunk/asn1/inap/Makefile.nmake
 
8197
   M /trunk/asn1/ldap/Makefile.nmake
 
8198
   M /trunk/asn1/logotype-cert-extn/Makefile.nmake
 
8199
   M /trunk/asn1/mms/Makefile.nmake
 
8200
   M /trunk/asn1/nbap/Makefile.nmake
 
8201
   M /trunk/asn1/ns-cert-exts/Makefile.nmake
 
8202
   M /trunk/asn1/ocsp/Makefile.nmake
 
8203
   M /trunk/asn1/pkcs1/Makefile.nmake
 
8204
   M /trunk/asn1/pkinit/Makefile.nmake
 
8205
   M /trunk/asn1/pkix1explicit/Makefile.nmake
 
8206
   M /trunk/asn1/pkix1implicit/Makefile.nmake
 
8207
   M /trunk/asn1/pkixcmp/Makefile.nmake
 
8208
   M /trunk/asn1/pkixcrmf/Makefile.nmake
 
8209
   M /trunk/asn1/pkixproxy/Makefile.nmake
 
8210
   M /trunk/asn1/pkixqualified/Makefile.nmake
 
8211
   M /trunk/asn1/pkixtsp/Makefile.nmake
 
8212
   M /trunk/asn1/pres/Makefile.nmake
 
8213
   M /trunk/asn1/ranap/Makefile.nmake
 
8214
   M /trunk/asn1/rnsap/Makefile.nmake
 
8215
   M /trunk/asn1/ros/Makefile.nmake
 
8216
   M /trunk/asn1/rrlp/Makefile.nmake
 
8217
   M /trunk/asn1/rtse/Makefile.nmake
 
8218
   M /trunk/asn1/s4406/Makefile.nmake
 
8219
   M /trunk/asn1/smrse/Makefile.nmake
 
8220
   M /trunk/asn1/snmp/Makefile.nmake
 
8221
   M /trunk/asn1/spnego/Makefile.nmake
 
8222
   M /trunk/asn1/tcap/Makefile.nmake
 
8223
   M /trunk/asn1/ulp/Makefile.nmake
 
8224
   M /trunk/asn1/umts_rrc/Makefile.nmake
 
8225
   M /trunk/asn1/umts_rrc_Internode-defs/Makefile.nmake
 
8226
   M /trunk/asn1/umts_rrc_ies/Makefile.nmake
 
8227
   M /trunk/asn1/umts_rrc_pdu_def/Makefile.nmake
 
8228
   M /trunk/asn1/wlancertextn/Makefile.nmake
 
8229
   M /trunk/asn1/x411/Makefile.nmake
 
8230
   M /trunk/asn1/x420/Makefile.nmake
 
8231
   M /trunk/asn1/x509af/Makefile.nmake
 
8232
   M /trunk/asn1/x509ce/Makefile.nmake
 
8233
   M /trunk/asn1/x509if/Makefile.nmake
 
8234
   M /trunk/asn1/x509sat/Makefile.nmake
 
8235
   M /trunk/plugins/acn/Makefile.nmake
 
8236
   M /trunk/plugins/agentx/Makefile.nmake
 
8237
   M /trunk/plugins/artnet/Makefile.nmake
 
8238
   M /trunk/plugins/asn1/Makefile.nmake
 
8239
   M /trunk/plugins/ciscosm/Makefile.nmake
 
8240
   M /trunk/plugins/docsis/Makefile.nmake
 
8241
   M /trunk/plugins/enttec/Makefile.nmake
 
8242
   M /trunk/plugins/gryphon/Makefile.nmake
 
8243
   M /trunk/plugins/h223/Makefile.nmake
 
8244
   M /trunk/plugins/irda/Makefile.nmake
 
8245
   M /trunk/plugins/lwres/Makefile.nmake
 
8246
   M /trunk/plugins/megaco/Makefile.nmake
 
8247
   M /trunk/plugins/mgcp/Makefile.nmake
 
8248
   M /trunk/plugins/opsi/Makefile.nmake
 
8249
   M /trunk/plugins/pcli/Makefile.nmake
 
8250
   M /trunk/plugins/profinet/Makefile.nmake
 
8251
   M /trunk/plugins/rlm/Makefile.nmake
 
8252
   M /trunk/plugins/rtnet/Makefile.nmake
 
8253
   M /trunk/plugins/rudp/Makefile.nmake
 
8254
   M /trunk/plugins/sbus/Makefile.nmake
 
8255
   M /trunk/plugins/v5ua/Makefile.nmake
 
8256
 
 
8257
put every python script name into "" so the call won't fail on Win32 native python.
 
8258
 
 
8259
The problem is the slash in e.g.:
 
8260
 
 
8261
 @$(PYTHON) ../../tools/make-dissector-reg.py
 
8262
 
 
8263
is interpreted as an option instead of being part of the path.
 
8264
 
 
8265
I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port.
 
8266
------------------------------------------------------------------------
 
8267
r19729 | ulfl | 2006-10-29 09:14:13 -0800 (Sun, 29 Oct 2006) | 4 lines
 
8268
Changed paths:
 
8269
   M /trunk/docbook/wsdg_src/WSDG_chapter_capture.xml
 
8270
   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
 
8271
   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
 
8272
 
 
8273
from Sake Blok:
 
8274
 
 
8275
While I was reading the development guide I noticed a few typo's.
 
8276
The attached patch fixes them (the patch is against revision 19724).
 
8277
------------------------------------------------------------------------
 
8278
r19728 | ulfl | 2006-10-29 06:41:16 -0800 (Sun, 29 Oct 2006) | 1 line
 
8279
Changed paths:
 
8280
   M /trunk/config.nmake
 
8281
 
 
8282
change the default GTK version from GTK2.6 to GTK2.8
 
8283
------------------------------------------------------------------------
 
8284
r19727 | ulfl | 2006-10-29 05:53:07 -0800 (Sun, 29 Oct 2006) | 1 line
 
8285
Changed paths:
 
8286
   M /trunk/colorfilters
 
8287
   M /trunk/epan/dissectors/packet-tcp.c
 
8288
   M /trunk/epan/dissectors/packet-udp.c
 
8289
 
 
8290
make the checksum fields visible for TCP and UDP
 
8291
------------------------------------------------------------------------
 
8292
r19726 | ulfl | 2006-10-29 04:51:15 -0800 (Sun, 29 Oct 2006) | 3 lines
 
8293
Changed paths:
 
8294
   M /trunk/file.c
 
8295
 
 
8296
fix #1188: scroll the packet list to the bottom (in a running capture) *after* thawing the list - otherwise the scrolling won't be done correctly
 
8297
 
 
8298
this one should go into 0.99.4 IMHO
 
8299
------------------------------------------------------------------------
 
8300
r19725 | jake | 2006-10-29 03:50:30 -0800 (Sun, 29 Oct 2006) | 4 lines
 
8301
Changed paths:
 
8302
   M /trunk/epan/dissectors/packet-udp.c
 
8303
 
 
8304
From Stephen Fisher:
 
8305
Attached is a patch to allow the disabling of the UDP/UDPlite checksum
 
8306
verification for cards that offload it and report it incorrectly.
 
8307
 
 
8308
------------------------------------------------------------------------
 
8309
r19724 | gerald | 2006-10-28 22:55:04 -0700 (Sat, 28 Oct 2006) | 2 lines
 
8310
Changed paths:
 
8311
   M /trunk/image/wsicon.svg
 
8312
   M /trunk/image/wsicon16.png
 
8313
   M /trunk/image/wsicon200.png
 
8314
   M /trunk/image/wsicon32.png
 
8315
   M /trunk/image/wsicon48.png
 
8316
   M /trunk/image/wsicon64.png
 
8317
   M /trunk/image/wsiconcap.svg
 
8318
   M /trunk/image/wsiconcap200.png
 
8319
 
 
8320
Add a glossy highlight.
 
8321
 
 
8322
------------------------------------------------------------------------
 
8323
r19723 | guy | 2006-10-28 17:06:02 -0700 (Sat, 28 Oct 2006) | 2 lines
 
8324
Changed paths:
 
8325
   M /trunk/epan/dissectors/packet-tcp.c
 
8326
 
 
8327
The TCP options data is a byte array, not a character string.
 
8328
 
 
8329
------------------------------------------------------------------------
 
8330
r19722 | jake | 2006-10-28 14:52:38 -0700 (Sat, 28 Oct 2006) | 3 lines
 
8331
Changed paths:
 
8332
   M /trunk/epan/dissectors/Makefile.common
 
8333
   M /trunk/epan/dissectors/packet-igmp.c
 
8334
   A /trunk/epan/dissectors/packet-rgmp.c
 
8335
   A /trunk/epan/dissectors/packet-rgmp.h
 
8336
 
 
8337
Based on RFC3488. This is a setup for RGMP dissection, a simple protocol bolted on IGMP.
 
8338
 
 
8339
 
 
8340
------------------------------------------------------------------------
 
8341
r19721 | jake | 2006-10-28 14:32:38 -0700 (Sat, 28 Oct 2006) | 3 lines
 
8342
Changed paths:
 
8343
   M /trunk/epan/dissectors/packet-tcp.c
 
8344
 
 
8345
From Pierre Juhen:
 
8346
I would like to have a tcp.options field with a name for PMDL output;
 
8347
I include a patch to packet-tcp.c to provide that.
 
8348
------------------------------------------------------------------------
 
8349
r19720 | gerald | 2006-10-27 13:33:19 -0700 (Fri, 27 Oct 2006) | 3 lines
 
8350
Changed paths:
 
8351
   M /trunk/airpcap_loader.c
 
8352
 
 
8353
Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtained
 
8354
our addresses.
 
8355
 
 
8356
------------------------------------------------------------------------
 
8357
r19719 | gerald | 2006-10-27 12:15:57 -0700 (Fri, 27 Oct 2006) | 3 lines
 
8358
Changed paths:
 
8359
   M /trunk/docbook/Makefile
111
8360
 
112
8361
Allow each program called by the Docbook Makefile to be specified using
113
 
the environment.  Update the NEWS file.
114
 
 
115
 
------------------------------------------------------------------------
116
 
r19713 | gerald | 2006-10-26 16:23:33 -0700 (Thu, 26 Oct 2006) | 42 lines
117
 
Changed paths:
118
 
   M /trunk-0.99.4/airpcap_loader.c
119
 
   M /trunk-0.99.4/epan/dissectors/packet-radiotap.c
120
 
   M /trunk-0.99.4/gtk/airpcap_dlg.c
121
 
   M /trunk-0.99.4/gtk/airpcap_gui_utils.c
122
 
   M /trunk-0.99.4/gtk/rtp_player.c
123
 
 
124
 
Copy over revisions 19680, 19687, 19693, 19694, and 19712 from the trunk.
 
8362
the environment.
 
8363
 
 
8364
------------------------------------------------------------------------
 
8365
r19717 | martinm | 2006-10-27 07:36:48 -0700 (Fri, 27 Oct 2006) | 3 lines
 
8366
Changed paths:
 
8367
   M /trunk/epan/dissectors/packet-sdp.c
 
8368
 
 
8369
Cast away most remaining warnings.
 
8370
2 will remain, because the 'needle' arg in tvb_pbrk_guint8() isn't const...  Should it be?
 
8371
 
 
8372
------------------------------------------------------------------------
 
8373
r19716 | martinm | 2006-10-27 06:03:38 -0700 (Fri, 27 Oct 2006) | 1 line
 
8374
Changed paths:
 
8375
   M /trunk/epan/dissectors/packet-sdp.c
 
8376
 
 
8377
More warnings
 
8378
------------------------------------------------------------------------
 
8379
r19715 | ulfl | 2006-10-27 05:06:13 -0700 (Fri, 27 Oct 2006) | 3 lines
 
8380
Changed paths:
 
8381
   M /trunk/Makefile.nmake
 
8382
   M /trunk/config.nmake
 
8383
   M /trunk/packaging/nsis/Makefile.nmake
 
8384
   M /trunk/packaging/nsis/wireshark.nsi
 
8385
   M /trunk/packaging/u3/win32/makefile.nmake
 
8386
 
 
8387
fix the GTK-WIMP paths for GTK2.8 - both source and destination paths completely changed from 2.6 to 2.8 due to the integration of Wimp into the main GTK repository
 
8388
 
 
8389
remove settings for GTK2.2 and 2.4 in config.nmake - as no one uses it IMHO
 
8390
------------------------------------------------------------------------
 
8391
r19714 | martinm | 2006-10-27 03:16:22 -0700 (Fri, 27 Oct 2006) | 3 lines
 
8392
Changed paths:
 
8393
   M /trunk/epan/dissectors/packet-ipsec.c
 
8394
 
 
8395
When key length wrong, show expected value.
 
8396
Fix Preference label where %d was missing from specifier.
 
8397
 
 
8398
------------------------------------------------------------------------
 
8399
r19712 | gerald | 2006-10-26 14:53:30 -0700 (Thu, 26 Oct 2006) | 3 lines
 
8400
Changed paths:
 
8401
   M /trunk/airpcap_loader.c
 
8402
 
 
8403
Add a lot of sanity checks, particularly to get_airpcap_interface_list(),
 
8404
which should fix bug 1176.  Fix up whitespace and indentation.
 
8405
 
 
8406
------------------------------------------------------------------------
 
8407
r19711 | etxrab | 2006-10-26 14:31:48 -0700 (Thu, 26 Oct 2006) | 1 line
 
8408
Changed paths:
 
8409
   M /trunk/asn1/camel/camel.asn
 
8410
   M /trunk/asn1/camel/packet-camel-template.c
 
8411
   M /trunk/epan/dissectors/packet-camel.c
 
8412
 
 
8413
Fix more Ubuntu warnings.
 
8414
------------------------------------------------------------------------
 
8415
r19710 | martinm | 2006-10-26 10:03:45 -0700 (Thu, 26 Oct 2006) | 1 line
 
8416
Changed paths:
 
8417
   M /trunk/epan/dissectors/packet-sdp.c
 
8418
 
 
8419
More warnings...
 
8420
------------------------------------------------------------------------
 
8421
r19709 | martinm | 2006-10-26 09:52:55 -0700 (Thu, 26 Oct 2006) | 1 line
 
8422
Changed paths:
 
8423
   M /trunk/epan/dissectors/packet-rtcp.c
 
8424
 
 
8425
Try to declare and cast away warnings
 
8426
------------------------------------------------------------------------
 
8427
r19708 | jmayer | 2006-10-26 09:39:34 -0700 (Thu, 26 Oct 2006) | 3 lines
 
8428
Changed paths:
 
8429
   M /trunk/cmake/modules/LICENSE.txt
 
8430
 
 
8431
Only include the license text and not the rest of the source file
 
8432
it was copied from as well.
 
8433
 
 
8434
------------------------------------------------------------------------
 
8435
r19707 | jmayer | 2006-10-26 08:36:50 -0700 (Thu, 26 Oct 2006) | 8 lines
 
8436
Changed paths:
 
8437
   M /trunk/CMakeLists.txt
 
8438
   A /trunk/cmake/modules/CMakeInstallDirs.cmake
 
8439
   M /trunk/cmake/modules/Check64BitFormat.cmake
 
8440
   M /trunk/cmake/modules/FindPCAP.cmake
 
8441
 
 
8442
frederic.heem:
 
8443
  Update/Add FindPCAP.cmake CMakeInstallDirs.cmake CMakeLists.txt
 
8444
 
 
8445
me: 
 
8446
  Fix a typo, change gcc flags to mimic the behaviour of autofoo
 
8447
  stuff.
 
8448
 
 
8449
 
 
8450
------------------------------------------------------------------------
 
8451
r19706 | jmayer | 2006-10-26 07:50:03 -0700 (Thu, 26 Oct 2006) | 3 lines
 
8452
Changed paths:
 
8453
   M /trunk/acinclude.m4
 
8454
 
 
8455
Don't include /usr/local if usage of /usr/local has been disabled via
 
8456
configure option.
 
8457
 
 
8458
------------------------------------------------------------------------
 
8459
r19705 | jake | 2006-10-26 07:36:09 -0700 (Thu, 26 Oct 2006) | 4 lines
 
8460
Changed paths:
 
8461
   M /trunk/epan/dissectors/packet-ntp.c
 
8462
 
 
8463
From Xiaoguang Liu
 
8464
In wireshark a NTP field is displayed as "clock dispersion". 
 
8465
But should it be called "root dispersion" as per RFC 1305? 
 
8466
 
 
8467
------------------------------------------------------------------------
 
8468
r19704 | martinm | 2006-10-26 05:45:14 -0700 (Thu, 26 Oct 2006) | 1 line
 
8469
Changed paths:
 
8470
   M /trunk/epan/dissectors/packet-umts_fp.c
 
8471
 
 
8472
Cast away remaining warnings seen on buildbot
 
8473
------------------------------------------------------------------------
 
8474
r19703 | guy | 2006-10-26 03:27:16 -0700 (Thu, 26 Oct 2006) | 2 lines
 
8475
Changed paths:
 
8476
   M /trunk/doc/README.developer
 
8477
 
 
8478
Mention the 64-bit-integer accessors.
 
8479
 
 
8480
------------------------------------------------------------------------
 
8481
r19702 | martinm | 2006-10-26 03:11:09 -0700 (Thu, 26 Oct 2006) | 1 line
 
8482
Changed paths:
 
8483
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
8484
   M /trunk/epan/dissectors/packet-umts_fp.c
 
8485
 
 
8486
Hopefully zap some warnings
 
8487
------------------------------------------------------------------------
 
8488
r19701 | sahlberg | 2006-10-26 01:37:39 -0700 (Thu, 26 Oct 2006) | 4 lines
 
8489
Changed paths:
 
8490
   M /trunk/epan/dissectors/packet-usb.c
 
8491
 
 
8492
break request/response matching to track transactions out from the CONTROL handler to use the same code for ALL pdu types
 
8493
 
 
8494
 
 
8495
 
 
8496
------------------------------------------------------------------------
 
8497
r19700 | ulfl | 2006-10-26 01:08:13 -0700 (Thu, 26 Oct 2006) | 1 line
 
8498
Changed paths:
 
8499
   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
 
8500
 
 
8501
slightly improve info column output
 
8502
------------------------------------------------------------------------
 
8503
r19699 | ulfl | 2006-10-26 01:07:13 -0700 (Thu, 26 Oct 2006) | 1 line
 
8504
Changed paths:
 
8505
   M /trunk/epan/dissectors/Makefile.nmake
 
8506
 
 
8507
put python script name in brackets
 
8508
------------------------------------------------------------------------
 
8509
r19698 | sahlberg | 2006-10-26 00:45:01 -0700 (Thu, 26 Oct 2006) | 14 lines
 
8510
Changed paths:
 
8511
   M /trunk/epan/dissectors/packet-imap.c
 
8512
 
 
8513
from stephen f    fix for 1040
 
8514
 
 
8515
 
 
8516
Attached is a patch to fix bug #1040: "imap packet: not all infos are
 
8517
displayed." ?\194?\160It has been tested against the capture file the user
 
8518
provided as well as my own capture of an imap session.
 
8519
 
 
8520
 
 
8521
Thanks,
 
8522
 ?\194?\160Steve
 
8523
 
 
8524
 
 
8525
 
 
8526
 
 
8527
------------------------------------------------------------------------
 
8528
r19697 | sahlberg | 2006-10-26 00:34:22 -0700 (Thu, 26 Oct 2006) | 3 lines
 
8529
Changed paths:
 
8530
   M /trunk/AUTHORS
 
8531
 
 
8532
update of shaun j's detains
 
8533
 
 
8534
 
 
8535
------------------------------------------------------------------------
 
8536
r19696 | etxrab | 2006-10-26 00:34:10 -0700 (Thu, 26 Oct 2006) | 1 line
 
8537
Changed paths:
 
8538
   M /trunk/Makefile.nmake
 
8539
 
 
8540
Missed a change.
 
8541
------------------------------------------------------------------------
 
8542
r19695 | etxrab | 2006-10-26 00:25:07 -0700 (Thu, 26 Oct 2006) | 1 line
 
8543
Changed paths:
 
8544
   M /trunk/Makefile.nmake
 
8545
   M /trunk/config.nmake
 
8546
   M /trunk/tools/win32-setup.sh
 
8547
 
 
8548
Preparations for using the latest GTK 2.8 files for now only gettext is updated.
 
8549
------------------------------------------------------------------------
 
8550
r19694 | ulfl | 2006-10-25 17:39:05 -0700 (Wed, 25 Oct 2006) | 3 lines
 
8551
Changed paths:
 
8552
   M /trunk/gtk/airpcap_dlg.c
 
8553
 
 
8554
don't use custom build buttons for standard tasks like: Ok, Apply, Cancel.
 
8555
 
 
8556
It might be a good idea to add tooltips to the various GUI elements - this makes understanding the GUI *much* faster.
 
8557
------------------------------------------------------------------------
 
8558
r19693 | ulfl | 2006-10-25 16:54:56 -0700 (Wed, 25 Oct 2006) | 1 line
 
8559
Changed paths:
 
8560
   M /trunk/gtk/airpcap_gui_utils.c
 
8561
 
 
8562
the labels of the airpcap toolbar, e.g. "Not a valid Wireless Interface" are pretty misleading. I've changed it to "AirPcap interface: Not selected" which might be more helpful
 
8563
------------------------------------------------------------------------
 
8564
r19688 | etxrab | 2006-10-25 15:09:48 -0700 (Wed, 25 Oct 2006) | 1 line
 
8565
Changed paths:
 
8566
   M /trunk/asn1/camel/camel.asn
 
8567
   M /trunk/epan/dissectors/packet-camel.c
 
8568
   M /trunk/epan/dissectors/packet-camel.h
 
8569
 
 
8570
Remove some unused asn1 code(not in spec) to get rid of some Ubuntu warnings.
 
8571
------------------------------------------------------------------------
 
8572
r19687 | guy | 2006-10-25 12:48:54 -0700 (Wed, 25 Oct 2006) | 4 lines
 
8573
Changed paths:
 
8574
   M /trunk/gtk/rtp_player.c
 
8575
 
 
8576
Unreffing rci->cursor_pixbuf should cause the pixbuf to be released, so
 
8577
null out the pointer to it.  This prevents a freed pixbuf from being
 
8578
used.
 
8579
 
 
8580
------------------------------------------------------------------------
 
8581
r19686 | etxrab | 2006-10-25 12:26:58 -0700 (Wed, 25 Oct 2006) | 1 line
 
8582
Changed paths:
 
8583
   M /trunk/asn1/snmp/snmp.asn
 
8584
 
 
8585
Fix Id marking
 
8586
------------------------------------------------------------------------
 
8587
r19685 | guy | 2006-10-25 11:25:17 -0700 (Wed, 25 Oct 2006) | 3 lines
 
8588
Changed paths:
 
8589
   M /trunk/gtk/webbrowser.c
 
8590
 
 
8591
Include the top-level header for CoreFoundation, to see whether it'll
 
8592
fix a build failure I've seen on L**p*rd.
 
8593
 
 
8594
------------------------------------------------------------------------
 
8595
r19684 | gerald | 2006-10-25 10:00:33 -0700 (Wed, 25 Oct 2006) | 2 lines
 
8596
Changed paths:
 
8597
   M /trunk/asn1/h248/packet-h248-template.c
 
8598
   M /trunk/epan/dissectors/packet-h248.c
 
8599
   M /trunk/epan/dissectors/packet-h248.h
 
8600
 
 
8601
Add more paranoid pointer checks.  Fixes CID 219.
 
8602
 
 
8603
------------------------------------------------------------------------
 
8604
r19683 | martinm | 2006-10-25 09:46:27 -0700 (Wed, 25 Oct 2006) | 3 lines
 
8605
Changed paths:
 
8606
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
8607
   M /trunk/epan/dissectors/packet-smtp.c
 
8608
 
 
8609
Allow DCT2000 support to find a couple of more protocols.
 
8610
Try to squash some warnings seen on the ubuntu buildbot log
 
8611
 
 
8612
------------------------------------------------------------------------
 
8613
r19682 | gerald | 2006-10-25 09:39:19 -0700 (Wed, 25 Oct 2006) | 2 lines
 
8614
Changed paths:
 
8615
   M /trunk/epan/dissectors/packet-fcp.c
 
8616
 
 
8617
Squelch Coverity CID 220.  Fix up whitespace.
 
8618
 
 
8619
------------------------------------------------------------------------
 
8620
r19681 | jake | 2006-10-25 08:22:39 -0700 (Wed, 25 Oct 2006) | 5 lines
 
8621
Changed paths:
 
8622
   M /trunk/epan/dissectors/packet-wbxml.c
 
8623
 
 
8624
From Stephen Fisher
 
8625
Attached is a patch to fix bug #1170: "Wireshark interpretation of WBXML
 
8626
does not comply with Spec."  This has been verified with the sample
 
8627
capture the user provided.
125
8628
 
126
8629
------------------------------------------------------------------------
127
8630
r19680 | gram | 2006-10-25 08:16:49 -0700 (Wed, 25 Oct 2006) | 4 lines
133
8636
flags, and show some that aren't already shown.
134
8637
 
135
8638
------------------------------------------------------------------------
136
 
r19687 | guy | 2006-10-25 12:48:54 -0700 (Wed, 25 Oct 2006) | 4 lines
137
 
Changed paths:
138
 
   M /trunk/gtk/rtp_player.c
139
 
 
140
 
Unreffing rci->cursor_pixbuf should cause the pixbuf to be released, so
141
 
null out the pointer to it.  This prevents a freed pixbuf from being
142
 
used.
143
 
 
144
 
------------------------------------------------------------------------
145
 
r19693 | ulfl | 2006-10-25 16:54:56 -0700 (Wed, 25 Oct 2006) | 1 line
146
 
Changed paths:
147
 
   M /trunk/gtk/airpcap_gui_utils.c
148
 
 
149
 
the labels of the airpcap toolbar, e.g. "Not a valid Wireless Interface" are pretty misleading. I've changed it to "AirPcap interface: Not selected" which might be more helpful
150
 
------------------------------------------------------------------------
151
 
r19694 | ulfl | 2006-10-25 17:39:05 -0700 (Wed, 25 Oct 2006) | 3 lines
152
 
Changed paths:
153
 
   M /trunk/gtk/airpcap_dlg.c
154
 
 
155
 
don't use custom build buttons for standard tasks like: Ok, Apply, Cancel.
156
 
 
157
 
It might be a good idea to add tooltips to the various GUI elements - this makes understanding the GUI *much* faster.
158
 
------------------------------------------------------------------------
159
 
r19712 | gerald | 2006-10-26 14:53:30 -0700 (Thu, 26 Oct 2006) | 3 lines
160
 
Changed paths:
161
 
   M /trunk/airpcap_loader.c
162
 
 
163
 
Add a lot of sanity checks, particularly to get_airpcap_interface_list(),
164
 
which should fix bug 1176.  Fix up whitespace and indentation.
165
 
 
166
 
------------------------------------------------------------------------
167
 
r19692 | gerald | 2006-10-25 15:56:28 -0700 (Wed, 25 Oct 2006) | 2 lines
168
 
Changed paths:
169
 
   M /trunk-0.99.4/docbook/release-notes.xml
170
 
 
171
 
Fix a typo.
172
 
 
173
 
------------------------------------------------------------------------
174
 
r19691 | gerald | 2006-10-25 15:51:46 -0700 (Wed, 25 Oct 2006) | 2 lines
175
 
Changed paths:
176
 
   M /trunk-0.99.4/docbook/release-notes.xml
177
 
 
178
 
Fix a typo.
179
 
 
180
 
------------------------------------------------------------------------
181
 
r19690 | gerald | 2006-10-25 15:41:52 -0700 (Wed, 25 Oct 2006) | 2 lines
182
 
Changed paths:
183
 
   M /trunk-0.99.4/docbook/release-notes.xml
184
 
 
185
 
Fix tag imbalances.
186
 
 
187
 
------------------------------------------------------------------------
188
 
r19689 | gerald | 2006-10-25 15:25:41 -0700 (Wed, 25 Oct 2006) | 2 lines
189
 
Changed paths:
190
 
   M /trunk-0.99.4/docbook/release-notes.xml
191
 
 
192
 
Add CVE entries and a note about WLCCP superseding CISCOWL.  Re-tabify.
193
 
 
194
 
------------------------------------------------------------------------
195
 
r19676 | gerald | 2006-10-24 15:21:04 -0700 (Tue, 24 Oct 2006) | 71 lines
196
 
Changed paths:
197
 
   M /trunk-0.99.4/editcap.c
198
 
   M /trunk-0.99.4/epan/dissectors/packet-tcp.c
199
 
   M /trunk-0.99.4/epan/wslua/Makefile.am
200
 
   M /trunk-0.99.4/epan/wslua/make-doc.pl
201
 
   M /trunk-0.99.4/epan/wslua/template-init.lua
202
 
   M /trunk-0.99.4/epan/wslua/wslua_gui.c
203
 
   M /trunk-0.99.4/epan/wslua/wslua_pinfo.c
204
 
   M /trunk-0.99.4/epan/wslua/wslua_proto.c
205
 
   M /trunk-0.99.4/epan/wslua/wslua_tree.c
206
 
   M /trunk-0.99.4/epan/wslua/wslua_tvb.c
207
 
   M /trunk-0.99.4/epan/wslua/wslua_util.c
208
 
   M /trunk-0.99.4/gtk/dfilter_expr_dlg.c
209
 
   M /trunk-0.99.4/gtk/main.c
210
 
   M /trunk-0.99.4/gtk/voip_calls.c
211
 
 
212
 
Copy over revisions 19662, 19666, 19667, 19669, 19670, and 19673 from the
213
 
trunk:
214
 
 
215
 
------------------------------------------------------------------------
216
 
r19662 | lego | 2006-10-23 07:57:54 -0700 (Mon, 23 Oct 2006) | 4 lines
217
 
Changed paths:
218
 
   M /trunk/editcap.c
219
 
 
220
 
As proposed by Tim Furlong:
221
 
set starttm.tm_isdst to -1 to have mktime() propperly interpret DST.
222
 
Might fix Bug 1158
223
 
 
224
 
------------------------------------------------------------------------
225
 
r19666 | jake | 2006-10-23 15:43:11 -0700 (Mon, 23 Oct 2006) | 1 line
226
 
Changed paths:
227
 
   M /trunk/gtk/dfilter_expr_dlg.c
228
 
 
229
 
Fix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in the expression selection dialog.
230
 
------------------------------------------------------------------------
231
 
r19667 | jake | 2006-10-23 22:17:49 -0700 (Mon, 23 Oct 2006) | 2 lines
232
 
Changed paths:
233
 
   M /trunk/gtk/voip_calls.c
234
 
 
235
 
From Alejandro Vaquero:
236
 
Find attached a patch for this bug. The problem was actually in the "Voip Calls" logic, when the first RTP packet was after the last signaling packet (e.g. a call connected and the release not captured), that caused the RTP to not be added to the graph list and therefor to the player.
237
 
------------------------------------------------------------------------
238
 
r19669 | sahlberg | 2006-10-24 00:27:32 -0700 (Tue, 24 Oct 2006) | 9 lines
239
 
Changed paths:
240
 
   M /trunk/epan/dissectors/packet-tcp.c
241
 
 
242
 
by popular request
243
 
reintroducing the ACK_RTT   measurement how long it took to ACK a data segment
244
 
 
245
 
 
246
 
 
247
 
Gerald   this is a trivially correct patch   can you apply it to the release branch?
248
 
 
 
8639
r19679 | guy | 2006-10-24 20:03:53 -0700 (Tue, 24 Oct 2006) | 2 lines
 
8640
Changed paths:
 
8641
   M /trunk/epan/dissectors/packet-bootp.c
 
8642
 
 
8643
Clean up some compiler warnings.
 
8644
 
 
8645
------------------------------------------------------------------------
 
8646
r19678 | gerald | 2006-10-24 17:49:36 -0700 (Tue, 24 Oct 2006) | 2 lines
 
8647
Changed paths:
 
8648
   M /trunk/epan/dissectors/packet-scsi.c
 
8649
 
 
8650
Attempt to squelch Coverity CID 221.
 
8651
 
 
8652
------------------------------------------------------------------------
 
8653
r19677 | gerald | 2006-10-24 17:17:28 -0700 (Tue, 24 Oct 2006) | 2 lines
 
8654
Changed paths:
 
8655
   M /trunk/epan/wslua/wslua_field.c
 
8656
 
 
8657
Attempt to get compilation working under Windows.
 
8658
 
 
8659
------------------------------------------------------------------------
 
8660
r19675 | etxrab | 2006-10-24 15:06:34 -0700 (Tue, 24 Oct 2006) | 4 lines
 
8661
Changed paths:
 
8662
   M /trunk/epan/dissectors/packet-gsm_a.c
 
8663
 
 
8664
From Reinhard Speyerer:
 
8665
Fixes the incorrect decoding of the CC-SETUP CLIR suppression and invoke info elements (which seem to have been copied from the location update accept PDU).
 
8666
 
 
8667
and added some info from a later spec.
 
8668
------------------------------------------------------------------------
 
8669
r19673 | gerald | 2006-10-24 14:07:05 -0700 (Tue, 24 Oct 2006) | 3 lines
 
8670
Changed paths:
 
8671
   M /trunk/gtk/main.c
 
8672
 
 
8673
Put a trailing ellipsis behind the wireless toolbar buttons since they open
 
8674
a new window.
 
8675
 
 
8676
------------------------------------------------------------------------
 
8677
r19672 | jmayer | 2006-10-24 10:39:32 -0700 (Tue, 24 Oct 2006) | 5 lines
 
8678
Changed paths:
 
8679
   M /trunk/CMakeLists.txt
 
8680
   A /trunk/cmake/modules/Check64BitFormat.c.in
 
8681
   A /trunk/cmake/modules/Check64BitFormat.cmake
 
8682
   A /trunk/cmake/modules/FindADNS.cmake
 
8683
   A /trunk/cmake/modules/FindDBUS.cmake
 
8684
   A /trunk/cmake/modules/FindDBUSGLIB.cmake
 
8685
   A /trunk/cmake/modules/FindGCRYPT.cmake
 
8686
   M /trunk/cmake/modules/FindGLIB2.cmake
 
8687
   M /trunk/cmake/modules/FindGTK2.cmake
 
8688
   M /trunk/cmake/modules/FindLEX.cmake
 
8689
   M /trunk/cmake/modules/FindPCAP.cmake
 
8690
   A /trunk/cmake/modules/FindQt4.cmake
 
8691
   A /trunk/cmake/modules/UsePkgConfig.cmake
 
8692
   M /trunk/cmakeconfig.h.in
 
8693
   M /trunk/wiretap/CMakeLists.txt
 
8694
 
 
8695
Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179
 
8696
 
 
8697
Frederic Heem:
 
8698
* More cmake system checks. It compiles dumpcap without running configure,
 
8699
 
 
8700
------------------------------------------------------------------------
 
8701
r19671 | lego | 2006-10-24 10:34:17 -0700 (Tue, 24 Oct 2006) | 4 lines
 
8702
Changed paths:
 
8703
   M /trunk/epan/wslua/make-doc.pl
 
8704
   M /trunk/epan/wslua/wslua_field.c
 
8705
   M /trunk/epan/wslua/wslua_listener.c
 
8706
   M /trunk/epan/wslua/wslua_proto.c
 
8707
 
 
8708
Improve the documentation generators
 
8709
add some docs.
249
8710
 
250
8711
 
251
8712
------------------------------------------------------------------------
271
8732
 
272
8733
 
273
8734
------------------------------------------------------------------------
274
 
r19673 | gerald | 2006-10-24 14:07:05 -0700 (Tue, 24 Oct 2006) | 3 lines
 
8735
r19669 | sahlberg | 2006-10-24 00:27:32 -0700 (Tue, 24 Oct 2006) | 9 lines
 
8736
Changed paths:
 
8737
   M /trunk/epan/dissectors/packet-tcp.c
 
8738
 
 
8739
by popular request
 
8740
reintroducing the ACK_RTT   measurement how long it took to ACK a data segment
 
8741
 
 
8742
 
 
8743
 
 
8744
Gerald   this is a trivially correct patch   can you apply it to the release branch?
 
8745
 
 
8746
 
 
8747
 
 
8748
------------------------------------------------------------------------
 
8749
r19668 | etxrab | 2006-10-23 22:21:00 -0700 (Mon, 23 Oct 2006) | 3 lines
 
8750
Changed paths:
 
8751
   M /trunk/Makefile.common
 
8752
   M /trunk/epan/dissectors/packet-radius.c
 
8753
   M /trunk/epan/dissectors/packet-radius.h
 
8754
   M /trunk/gtk/Makefile.common
 
8755
   A /trunk/gtk/radius_stat.c
 
8756
   A /trunk/tap-radiusstat.c
 
8757
 
 
8758
From Alejandro Vaquero:
 
8759
For the Radius dissector to add statistics 
 
8760
 in the "Service Response Time" menu and the tshark stats.
 
8761
------------------------------------------------------------------------
 
8762
r19667 | jake | 2006-10-23 22:17:49 -0700 (Mon, 23 Oct 2006) | 2 lines
 
8763
Changed paths:
 
8764
   M /trunk/gtk/voip_calls.c
 
8765
 
 
8766
From Alejandro Vaquero:
 
8767
Find attached a patch for this bug. The problem was actually in the "Voip Calls" logic, when the first RTP packet was after the last signaling packet (e.g. a call connected and the release not captured), that caused the RTP to not be added to the graph list and therefor to the player.
 
8768
------------------------------------------------------------------------
 
8769
r19666 | jake | 2006-10-23 15:43:11 -0700 (Mon, 23 Oct 2006) | 1 line
 
8770
Changed paths:
 
8771
   M /trunk/gtk/dfilter_expr_dlg.c
 
8772
 
 
8773
Fix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in the expression selection dialog.
 
8774
------------------------------------------------------------------------
 
8775
r19665 | ashokn | 2006-10-23 10:32:15 -0700 (Mon, 23 Oct 2006) | 4 lines
 
8776
Changed paths:
 
8777
   M /trunk/epan/dissectors/packet-rsvp.c
 
8778
 
 
8779
 
 
8780
Add support for dissecting RSVP E2E IGNORE proto packets (RFC3175)
 
8781
 
 
8782
 
 
8783
------------------------------------------------------------------------
 
8784
r19664 | martinm | 2006-10-23 10:22:20 -0700 (Mon, 23 Oct 2006) | 3 lines
 
8785
Changed paths:
 
8786
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
8787
   M /trunk/wiretap/catapult_dct2000.c
 
8788
   M /trunk/wiretap/catapult_dct2000.h
 
8789
 
 
8790
- Fix problems with parsing sctpprim headers
 
8791
- Add dissection of nbap (as encap or inside sctp primitive)
 
8792
 
 
8793
------------------------------------------------------------------------
 
8794
r19663 | tuexen | 2006-10-23 10:12:48 -0700 (Mon, 23 Oct 2006) | 3 lines
 
8795
Changed paths:
 
8796
   M /trunk/wiretap/netxray.c
 
8797
 
 
8798
Use G_GINT64_CONSTANT to handle 64-bit constants in the code.
 
8799
 
 
8800
 
 
8801
------------------------------------------------------------------------
 
8802
r19662 | lego | 2006-10-23 07:57:54 -0700 (Mon, 23 Oct 2006) | 4 lines
 
8803
Changed paths:
 
8804
   M /trunk/editcap.c
 
8805
 
 
8806
As proposed by Tim Furlong:
 
8807
set starttm.tm_isdst to -1 to have mktime() propperly interpret DST.
 
8808
Might fix Bug 1158
 
8809
 
 
8810
------------------------------------------------------------------------
 
8811
r19661 | jake | 2006-10-22 22:30:37 -0700 (Sun, 22 Oct 2006) | 3 lines
 
8812
Changed paths:
 
8813
   M /trunk/epan/dissectors/packet-wlccp.c
 
8814
 
 
8815
From Stephen Fisher:
 
8816
Here is a patch to make a few small fixes to packet-wlccp.c:
 
8817
 
 
8818
------------------------------------------------------------------------
 
8819
r19660 | jake | 2006-10-22 07:28:54 -0700 (Sun, 22 Oct 2006) | 1 line
 
8820
Changed paths:
 
8821
   M /trunk/print.c
 
8822
 
 
8823
Fix bug 1173, remove the space after the comma in CSV lines
 
8824
------------------------------------------------------------------------
 
8825
r19659 | sahlberg | 2006-10-22 04:49:23 -0700 (Sun, 22 Oct 2006) | 9 lines
 
8826
Changed paths:
 
8827
   M /trunk/epan/dissectors/packet-usb-masstorage.c
 
8828
   M /trunk/epan/dissectors/packet-usb.c
 
8829
   M /trunk/epan/dissectors/packet-usb.h
 
8830
 
 
8831
add a dissector table for class specific control input/output pdus
 
8832
 
 
8833
implement class specific control commands : reset and getmaxlun for mass storage
 
8834
 
 
8835
 
 
8836
now with a better understanding of the problem space for usb and device classes we can start cleaning the code up and make it nice
 
8837
 
 
8838
 
 
8839
 
 
8840
------------------------------------------------------------------------
 
8841
r19658 | sahlberg | 2006-10-22 02:38:59 -0700 (Sun, 22 Oct 2006) | 3 lines
 
8842
Changed paths:
 
8843
   M /trunk/epan/dissectors/packet-usb.c
 
8844
 
 
8845
add tracking of interface class for CONTROL_INPUT as well as existing support for BULK INPUT/OUTPUT
 
8846
 
 
8847
 
 
8848
------------------------------------------------------------------------
 
8849
r19657 | sahlberg | 2006-10-21 22:21:37 -0700 (Sat, 21 Oct 2006) | 3 lines
 
8850
Changed paths:
 
8851
   M /trunk/epan/dissectors/packet-usb.c
 
8852
 
 
8853
fix some endianess issues
 
8854
 
 
8855
 
 
8856
------------------------------------------------------------------------
 
8857
r19656 | sahlberg | 2006-10-21 18:21:20 -0700 (Sat, 21 Oct 2006) | 3 lines
 
8858
Changed paths:
 
8859
   M /trunk/epan/dissectors/packet-usb.c
 
8860
 
 
8861
dissect the individual bits in the CONFIDURATION descriptor field for the endpoint address
 
8862
 
 
8863
 
 
8864
------------------------------------------------------------------------
 
8865
r19655 | sahlberg | 2006-10-21 17:21:40 -0700 (Sat, 21 Oct 2006) | 6 lines
 
8866
Changed paths:
 
8867
   M /trunk/epan/dissectors/packet-tcp.c
 
8868
   M /trunk/epan/packet.c
 
8869
   M /trunk/epan/packet_info.h
 
8870
 
 
8871
add a tcp_tree field to packet_info so that we can access the tree from tcp_dissect_pdus() (and others if need be)
 
8872
 
 
8873
in tcp_dissect_pdus()  add a field ( tcp.pdu.size ) to the tree that displays the pdu size.
 
8874
 
 
8875
 
 
8876
 
 
8877
------------------------------------------------------------------------
 
8878
r19654 | sahlberg | 2006-10-21 15:17:43 -0700 (Sat, 21 Oct 2006) | 6 lines
 
8879
Changed paths:
 
8880
   M /trunk/epan/dissectors/packet-http.c
 
8881
 
 
8882
teach the http header dissector how to handle integer fields instead of just assuming everything is a string field
 
8883
 
 
8884
 
 
8885
change http.content_length to be FT_UINT32
 
8886
 
 
8887
 
 
8888
------------------------------------------------------------------------
 
8889
r19653 | guy | 2006-10-21 10:48:45 -0700 (Sat, 21 Oct 2006) | 3 lines
275
8890
Changed paths:
276
8891
   M /trunk/gtk/main.c
277
8892
 
278
 
Put a trailing ellipsis behind the wireless toolbar buttons since they open
279
 
a new window.
280
 
 
281
 
------------------------------------------------------------------------
282
 
 
283
 
------------------------------------------------------------------------
284
 
r19674 | gerald | 2006-10-24 14:50:59 -0700 (Tue, 24 Oct 2006) | 45 lines
285
 
Changed paths:
286
 
   M /trunk-0.99.4/epan/dissectors/packet-http.c
287
 
   M /trunk-0.99.4/gtk/airpcap_dlg.c
288
 
   M /trunk-0.99.4/gtk/airpcap_gui_utils.h
289
 
   M /trunk-0.99.4/gtk/main.c
290
 
   M /trunk-0.99.4/gtk/prefs_dlg.c
291
 
   M /trunk-0.99.4/packaging/nsis/wireshark.nsi
292
 
   M /trunk-0.99.4/version.conf
293
 
 
294
 
Update the build version.  Copy over revisions 19646, 19651, 19653, and
295
 
19654 from the trunk:
 
8893
Put the ", " before the PortAudio item regardless of whether we have
 
8894
PortAudio or not; this fixes 1174.
 
8895
 
 
8896
------------------------------------------------------------------------
 
8897
r19652 | ulfl | 2006-10-21 05:06:26 -0700 (Sat, 21 Oct 2006) | 5 lines
 
8898
Changed paths:
 
8899
   M /trunk/gtk/about_dlg.c
 
8900
 
 
8901
the text in the about box license page was hard to read because of line breaks at the wrong places.
 
8902
 
 
8903
set the minimum size of the widget to 600 pixels - this is working well on my machine. If anyone has problems even with this width (e.g. because of using a larger font) we might increase the size even further.
 
8904
 
 
8905
Of course, this increases the overall size of the about dialog, but the other tabs seem to be working well with it.
 
8906
------------------------------------------------------------------------
 
8907
r19651 | ulfl | 2006-10-21 02:40:18 -0700 (Sat, 21 Oct 2006) | 1 line
 
8908
Changed paths:
 
8909
   M /trunk/packaging/nsis/wireshark.nsi
 
8910
 
 
8911
remove two packaging warnings - could this be applied to 0.99.4?
 
8912
------------------------------------------------------------------------
 
8913
r19650 | sahlberg | 2006-10-20 22:07:48 -0700 (Fri, 20 Oct 2006) | 3 lines
 
8914
Changed paths:
 
8915
   M /trunk/epan/dissectors/packet-usb.c
 
8916
 
 
8917
the flags are FT_BOOLEAN not FT_UINT8
 
8918
 
 
8919
 
 
8920
------------------------------------------------------------------------
 
8921
r19649 | sahlberg | 2006-10-20 21:57:12 -0700 (Fri, 20 Oct 2006) | 6 lines
 
8922
Changed paths:
 
8923
   M /trunk/epan/dissectors/packet-usb.c
 
8924
 
 
8925
prettify the flags field and power consumption for CONFIGURATION DESCRIPTOR
 
8926
 
 
8927
dissect the self-powered and the remote-wakeup flags
 
8928
show the powerconsumption in mA
 
8929
 
296
8930
 
297
8931
------------------------------------------------------------------------
298
8932
r19646 | gerald | 2006-10-20 16:22:53 -0700 (Fri, 20 Oct 2006) | 6 lines
309
8943
2) Now if you check/uncheck the WEP deccryption checkbox in the Preferences..., the AirPcap toolbar will be modified as well.
310
8944
 
311
8945
------------------------------------------------------------------------
312
 
r19651 | ulfl | 2006-10-21 02:40:18 -0700 (Sat, 21 Oct 2006) | 1 line
313
 
Changed paths:
314
 
   M /trunk/packaging/nsis/wireshark.nsi
315
 
 
316
 
remove two packaging warnings - could this be applied to 0.99.4?
317
 
------------------------------------------------------------------------
318
 
r19653 | guy | 2006-10-21 10:48:45 -0700 (Sat, 21 Oct 2006) | 3 lines
319
 
Changed paths:
320
 
   M /trunk/gtk/main.c
321
 
 
322
 
Put the ", " before the PortAudio item regardless of whether we have
323
 
PortAudio or not; this fixes 1174.
324
 
 
325
 
------------------------------------------------------------------------
326
 
r19654 | sahlberg | 2006-10-21 15:17:43 -0700 (Sat, 21 Oct 2006) | 6 lines
327
 
Changed paths:
328
 
   M /trunk/epan/dissectors/packet-http.c
329
 
 
330
 
teach the http header dissector how to handle integer fields instead of just assuming everything is a string field
331
 
 
332
 
 
333
 
change http.content_length to be FT_UINT32
334
 
 
335
 
 
336
 
------------------------------------------------------------------------
337
 
 
338
 
 
339
 
------------------------------------------------------------------------
340
 
r19648 | gerald | 2006-10-20 19:30:57 -0700 (Fri, 20 Oct 2006) | 2 lines
341
 
Changed paths:
342
 
   M /trunk-0.99.4/version.conf
343
 
 
344
 
Build -pre1.
345
 
 
346
 
------------------------------------------------------------------------
347
 
r19647 | gerald | 2006-10-20 16:30:56 -0700 (Fri, 20 Oct 2006) | 2 lines
348
 
Changed paths:
349
 
   A /trunk-0.99.4/version.conf
350
 
 
351
 
Build a prerelease version.
352
 
 
353
 
------------------------------------------------------------------------
354
 
r19645 | gerald | 2006-10-20 15:20:40 -0700 (Fri, 20 Oct 2006) | 2 lines
355
 
Changed paths:
356
 
   D /releases/trunk-0.99.4
357
 
   A /trunk-0.99.4 (from /releases/trunk-0.99.4:19644)
358
 
 
359
 
0.99.4 doesn't go into the 'releases' directory just yet.
360
 
 
361
 
------------------------------------------------------------------------
362
 
r19644 | gerald | 2006-10-20 14:51:41 -0700 (Fri, 20 Oct 2006) | 2 lines
363
 
Changed paths:
364
 
   A /releases/trunk-0.99.4 (from /trunk:19643)
365
 
 
366
 
Create the 0.99.4 release trunk.
367
 
 
368
 
------------------------------------------------------------------------
369
 
r19643 | ulfl | 2006-10-20 13:21:52 -0700 (Fri, 20 Oct 2006) | 1 line
370
 
Changed paths:
371
 
   M /trunk/version_info.c
372
 
 
373
 
MS usually calls this a build number, not a patch (e.g. see the system version info)
374
 
------------------------------------------------------------------------
375
 
r19642 | ulfl | 2006-10-20 13:06:44 -0700 (Fri, 20 Oct 2006) | 1 line
376
 
Changed paths:
377
 
   M /trunk/packaging/nsis/Makefile.nmake
378
 
   M /trunk/packaging/nsis/wireshark.nsi
379
 
 
380
 
don't fail to create an installer if LUA_DIR or NET_SNMP_DIR are not defined (both optional) 
381
 
------------------------------------------------------------------------
382
 
r19641 | guy | 2006-10-20 13:05:27 -0700 (Fri, 20 Oct 2006) | 6 lines
383
 
Changed paths:
384
 
   M /trunk/gtk/voip_calls.c
385
 
   M /trunk/gtk/voip_calls_dlg.c
386
 
 
387
 
Don't display the Play button if we're not built with the RTP player.
388
 
 
389
 
In tests for whether we're built with the RTP player, test
390
 
HAVE_LIBPORTAUDIO first - hopefully we can eventually get rid of the
391
 
test for the GTK+ version number.
392
 
 
393
 
------------------------------------------------------------------------
394
 
r19640 | gerald | 2006-10-20 12:37:11 -0700 (Fri, 20 Oct 2006) | 2 lines
395
 
Changed paths:
396
 
   M /trunk/epan/dissectors/packet-dcerpc.c
397
 
 
398
 
Catch an infinite loop.  Fixes bug 1172.
399
 
 
400
 
------------------------------------------------------------------------
401
 
r19639 | guy | 2006-10-20 12:29:41 -0700 (Fri, 20 Oct 2006) | 2 lines
402
 
Changed paths:
403
 
   M /trunk/epan/dissectors/packet-isup.h
404
 
 
405
 
From Stephen Fisher: put a newline at the end, to squelch warnings.
406
 
 
407
 
------------------------------------------------------------------------
408
 
r19638 | jake | 2006-10-20 12:19:33 -0700 (Fri, 20 Oct 2006) | 1 line
409
 
Changed paths:
410
 
   M /trunk/doxygen.cfg.in
411
 
 
412
 
One more Ethereal -> Wireshark name change
413
 
------------------------------------------------------------------------
414
 
r19637 | guy | 2006-10-20 11:51:51 -0700 (Fri, 20 Oct 2006) | 2 lines
415
 
Changed paths:
416
 
   M /trunk/configure.in
417
 
 
418
 
Line up the colons in the list of configure options.
419
 
 
420
 
------------------------------------------------------------------------
421
 
r19636 | guy | 2006-10-20 11:49:02 -0700 (Fri, 20 Oct 2006) | 2 lines
422
 
Changed paths:
423
 
   M /trunk/epan/dissectors/packet-ieee80211.c
424
 
 
425
 
Get rid of a duplicate call.
426
 
 
427
 
------------------------------------------------------------------------
428
 
r19635 | guy | 2006-10-20 11:41:40 -0700 (Fri, 20 Oct 2006) | 4 lines
429
 
Changed paths:
430
 
   M /trunk/gtk/voip_calls.c
431
 
 
432
 
Put the period into ITU-T Recommendation names.
433
 
 
434
 
Clean up indentation.
435
 
 
436
 
------------------------------------------------------------------------
437
 
r19634 | guy | 2006-10-20 11:36:42 -0700 (Fri, 20 Oct 2006) | 4 lines
438
 
Changed paths:
439
 
   M /trunk/gtk/voip_calls_dlg.c
440
 
 
441
 
Add #defines for the column numbers, and use them.
442
 
 
443
 
Clean up indentation.
444
 
 
445
 
------------------------------------------------------------------------
446
 
r19633 | guy | 2006-10-20 11:18:50 -0700 (Fri, 20 Oct 2006) | 7 lines
447
 
Changed paths:
448
 
   M /trunk/gtk/rtp_player.c
449
 
 
450
 
Clean up indentation.
451
 
 
452
 
Fix typos.
453
 
 
454
 
Null out "pa_stream" when the stream is closed; this appears to prevent
455
 
some crashes.
456
 
 
457
 
------------------------------------------------------------------------
458
 
r19632 | guy | 2006-10-20 10:56:21 -0700 (Fri, 20 Oct 2006) | 2 lines
459
 
Changed paths:
460
 
   M /trunk/gtk/rtp_player.c
461
 
 
462
 
Don't destroy something if it doesn't exist.
463
 
 
464
 
------------------------------------------------------------------------
465
 
r19631 | guy | 2006-10-20 10:47:28 -0700 (Fri, 20 Oct 2006) | 3 lines
466
 
Changed paths:
467
 
   M /trunk/gtk/rtp_player.c
468
 
 
469
 
Don't pass an uninitialized string to gtk_widget_create_pango_layout();
470
 
it supports NULL for "no text".
471
 
 
472
 
------------------------------------------------------------------------
473
 
r19630 | guy | 2006-10-20 10:30:27 -0700 (Fri, 20 Oct 2006) | 3 lines
474
 
Changed paths:
475
 
   M /trunk/gtk/rtp_player.c
476
 
 
477
 
Don't do things with the RTP channels hash table if it hasn't been
478
 
created yet.
479
 
 
480
 
------------------------------------------------------------------------
481
 
r19629 | guy | 2006-10-20 10:12:52 -0700 (Fri, 20 Oct 2006) | 2 lines
482
 
Changed paths:
483
 
   M /trunk/gtk/rtp_player.c
484
 
 
485
 
Fix the progress bars.
486
 
 
487
 
------------------------------------------------------------------------
488
 
r19628 | martinm | 2006-10-20 07:20:22 -0700 (Fri, 20 Oct 2006) | 2 lines
489
 
Changed paths:
490
 
   M /trunk/epan/dissectors/packet-arp.c
491
 
 
492
 
Add an expert item for detecting ARP request packet storms.  The time period and number of requests needed are configurable.  I've turned the preference to do the detection off, because I'm not sure what might be sensible defaults for the other fields...
493
 
 
494
 
------------------------------------------------------------------------
495
 
r19627 | martinm | 2006-10-20 07:05:18 -0700 (Fri, 20 Oct 2006) | 1 line
496
 
Changed paths:
497
 
   M /trunk/epan/dissectors/packet-rtcp.c
498
 
 
499
 
Report roundtrip delay as expert item
500
 
------------------------------------------------------------------------
501
 
r19626 | martinm | 2006-10-20 07:03:28 -0700 (Fri, 20 Oct 2006) | 1 line
502
 
Changed paths:
503
 
   M /trunk/epan/dissectors/packet-umts_fp.c
504
 
 
505
 
Minor info column formatting + improved hf long text entries
506
 
------------------------------------------------------------------------
507
 
r19625 | guy | 2006-10-20 02:06:24 -0700 (Fri, 20 Oct 2006) | 5 lines
508
 
Changed paths:
509
 
   M /trunk/gtk/main.c
510
 
   M /trunk/version_info.c
511
 
 
512
 
Do the word-wrapping in end_string(), once the string is completely
513
 
constructed.  Clean up the insertion of ", ".
514
 
 
515
 
Put the runtime libpcap version into the runtime version info.
516
 
 
517
 
------------------------------------------------------------------------
518
 
r19624 | jake | 2006-10-19 23:24:56 -0700 (Thu, 19 Oct 2006) | 1 line
519
 
Changed paths:
520
 
   M /trunk/dumpcap.c
521
 
   M /trunk/gtk/main.c
522
 
   M /trunk/version_info.c
523
 
 
524
 
Make dumpcap complile again and other minor improvements.
525
 
------------------------------------------------------------------------
526
 
r19623 | jake | 2006-10-19 22:56:56 -0700 (Thu, 19 Oct 2006) | 2 lines
527
 
Changed paths:
528
 
   M /trunk/epan/dissectors/packet-bacnet.c
529
 
 
530
 
Fixes bug 1166, adds DNET decoding to I-Could-Be-Router-To-Network message.
531
 
 
532
 
------------------------------------------------------------------------
533
 
r19622 | wmeier | 2006-10-19 18:17:17 -0700 (Thu, 19 Oct 2006) | 1 line
534
 
Changed paths:
535
 
   M /trunk/wiretap/netxray.c
536
 
 
537
 
fix 'save' to store hi-order 32 bits of time offset for each pkt; fixes bug 1168
538
 
------------------------------------------------------------------------
539
 
r19621 | gerald | 2006-10-19 16:57:46 -0700 (Thu, 19 Oct 2006) | 2 lines
540
 
Changed paths:
541
 
   M /trunk/version_info.c
542
 
 
543
 
Remove an extra space.
544
 
 
545
 
------------------------------------------------------------------------
546
 
r19620 | gerald | 2006-10-19 15:43:38 -0700 (Thu, 19 Oct 2006) | 4 lines
547
 
Changed paths:
548
 
   M /trunk/airpcap_loader.c
549
 
   M /trunk/airpcap_loader.h
550
 
   M /trunk/gtk/main.c
551
 
   M /trunk/tshark.c
552
 
   M /trunk/version_info.c
553
 
   M /trunk/version_info.h
554
 
 
555
 
Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()
556
 
and add version info for AirPcap.  Add a corresponding
557
 
get_gui_runtime_info().  Fix up whitespace.
558
 
 
559
 
------------------------------------------------------------------------
560
 
r19619 | jake | 2006-10-19 14:39:18 -0700 (Thu, 19 Oct 2006) | 2 lines
561
 
Changed paths:
562
 
   M /trunk/gtk/color_edit_dlg.c
563
 
 
564
 
From Stephen Fisher:
565
 
Attached is a patch to fix bug #1165.  To summarize: "if you click on the button to change the background color and hit ok, it changes not only the name field but also the string field's color away from the red/green [syntax check]."
566
 
------------------------------------------------------------------------
567
 
r19618 | guy | 2006-10-19 14:17:23 -0700 (Thu, 19 Oct 2006) | 11 lines
568
 
Changed paths:
569
 
   M /trunk/gtk/main.c
570
 
   M /trunk/tshark.c
571
 
   M /trunk/version_info.c
572
 
   M /trunk/version_info.h
573
 
 
574
 
Clean up the word wrap stuff a bit.  (Arguably, that should be done in
575
 
the code that displays it - we might, for example, be able to have the
576
 
About dialog word-wrap to the appropriate size, and word-wrap text
577
 
printed to the standard output to the terminal width if it's going to a
578
 
terminal and to 80 or whatever columns otherwise.)
579
 
 
580
 
Don't report anything in dumpcap about libraries not used by dumpcap. 
581
 
(It was printing a blank, which looked a bit weird.)
582
 
 
583
 
Fix the handling of _MSC_VER as per Gerald's fix for _MSC_FULL_VER.
584
 
 
585
 
------------------------------------------------------------------------
586
 
r19617 | jake | 2006-10-19 14:11:36 -0700 (Thu, 19 Oct 2006) | 1 line
587
 
Changed paths:
588
 
   M /trunk/epan/dissectors/packet-wlccp.c
589
 
 
590
 
Set the right properties
591
 
------------------------------------------------------------------------
592
 
r19616 | gerald | 2006-10-19 13:37:41 -0700 (Thu, 19 Oct 2006) | 3 lines
593
 
Changed paths:
594
 
   M /trunk/version_info.c
595
 
 
596
 
Fix the MSVC++ compiler information.  Put a blank line before the "Built"
597
 
info.
598
 
 
599
 
------------------------------------------------------------------------
600
 
r19615 | guy | 2006-10-19 11:47:15 -0700 (Thu, 19 Oct 2006) | 2 lines
601
 
Changed paths:
602
 
   D /trunk/plugins/rdm
603
 
 
604
 
The RDM dissector is now a built-in; get rid of the plugin.
605
 
 
606
 
------------------------------------------------------------------------
607
 
r19614 | guy | 2006-10-19 11:44:51 -0700 (Thu, 19 Oct 2006) | 2 lines
608
 
Changed paths:
609
 
   M /trunk/version_info.c
610
 
 
611
 
Fix a comment.
612
 
 
613
 
------------------------------------------------------------------------
614
 
r19613 | guy | 2006-10-19 11:43:12 -0700 (Thu, 19 Oct 2006) | 12 lines
615
 
Changed paths:
616
 
   M /trunk/capture-pcap-util-unix.c
617
 
   M /trunk/capture-wpcap.c
618
 
   M /trunk/dumpcap.c
619
 
   M /trunk/gtk/main.c
620
 
   M /trunk/tshark.c
621
 
   M /trunk/version_info.c
622
 
   M /trunk/version_info.h
623
 
 
624
 
Fix up the changes to put the Portaudio information at the end of the
625
 
version string, so the information comes out right for applications that
626
 
don't use Portaudio.
627
 
 
628
 
Get rid of an extra "with" in the version string for dumpcap.
629
 
 
630
 
Get rid of an extra blank after the libpcap version string, and get rid
631
 
of an extra newline before it.
632
 
 
633
 
Attempt to add more compiler version information and to prettify the
634
 
MSVC++ version information (both untested).
635
 
 
636
 
------------------------------------------------------------------------
637
 
r19612 | lego | 2006-10-19 11:35:10 -0700 (Thu, 19 Oct 2006) | 1 line
638
 
Changed paths:
639
 
   M /trunk/dtds/dc.dtd
640
 
   M /trunk/dtds/itunes.dtd
641
 
   M /trunk/dtds/pocsettings.dtd
642
 
   M /trunk/dtds/presence.dtd
643
 
   M /trunk/dtds/rlmi.dtd
644
 
   M /trunk/dtds/rss.dtd
645
 
   M /trunk/dtds/smil.dtd
646
 
   M /trunk/dtds/watcherinfo.dtd
647
 
 
648
 
$Id: ChangeLog 19757 2006-10-31 17:45:15Z gerald $ and propset
649
 
------------------------------------------------------------------------
650
 
r19611 | martinm | 2006-10-19 10:37:15 -0700 (Thu, 19 Oct 2006) | 2 lines
651
 
Changed paths:
652
 
   M /trunk/Makefile.am
653
 
   A /trunk/dtds/rlmi.dtd
654
 
   M /trunk/packaging/nsis/wireshark.nsi
655
 
 
656
 
Add DTD for RFC 4662 (Event Notification Extension for Resource Lists) XML schema.
657
 
 
658
 
------------------------------------------------------------------------
659
 
r19610 | gerald | 2006-10-19 10:34:11 -0700 (Thu, 19 Oct 2006) | 2 lines
660
 
Changed paths:
661
 
   M /trunk/epan/wslua/wslua_pinfo.c
662
 
 
663
 
Fix a typo.
664
 
 
665
 
------------------------------------------------------------------------
666
 
r19609 | tuexen | 2006-10-19 10:25:13 -0700 (Thu, 19 Oct 2006) | 2 lines
667
 
Changed paths:
668
 
   M /trunk/epan/dissectors/packet-sua.c
669
 
 
670
 
Register the dissector.
671
 
 
672
 
------------------------------------------------------------------------
673
 
r19608 | lego | 2006-10-19 10:02:23 -0700 (Thu, 19 Oct 2006) | 10 lines
674
 
Changed paths:
675
 
   M /trunk/epan/wslua
676
 
   M /trunk/epan/wslua/Makefile.am
677
 
   M /trunk/epan/wslua/make-doc.pl
678
 
   A /trunk/epan/wslua/template-wsluarm.xml
679
 
   M /trunk/epan/wslua/wslua.h
680
 
   M /trunk/epan/wslua/wslua_gui.c
681
 
   M /trunk/epan/wslua/wslua_pinfo.c
682
 
   M /trunk/epan/wslua/wslua_util.c
683
 
 
684
 
- wslua_gui.c:
685
 
  - remove data_ref where it is not used anymore (callbacks won't pass userdata as this ius better done using lua's closures)
686
 
  - have TextWindow:set_editable() using its argument
687
 
 
688
 
- add wslua_optbool(L,n,d) to pull an optional boolean from the stack
689
 
 
690
 
- several fixes to docbook generation (now it compiles!)
691
 
 
692
 
 
693
 
 
694
 
------------------------------------------------------------------------
695
 
r19607 | guy | 2006-10-19 02:31:11 -0700 (Thu, 19 Oct 2006) | 2 lines
696
 
Changed paths:
697
 
   M /trunk/Makefile.am
698
 
 
699
 
Install the COPYING file, as the license tab in the About box needs it.
700
 
 
701
 
------------------------------------------------------------------------
702
 
r19606 | guy | 2006-10-19 02:16:49 -0700 (Thu, 19 Oct 2006) | 5 lines
703
 
Changed paths:
704
 
   M /trunk/acinclude.m4
705
 
 
706
 
Set want_portaudio to yes if we'll be building with libportaudio; it
707
 
might have been set to ifavailable, but other parts of the configure
708
 
script expect it to be "yes" or "no" after
709
 
AC_WIRESHARK_LIBPORTAUDIO_CHECK finishes.
710
 
 
711
 
------------------------------------------------------------------------
712
 
r19605 | guy | 2006-10-19 02:14:27 -0700 (Thu, 19 Oct 2006) | 2 lines
713
 
Changed paths:
714
 
   M /trunk/epan/dissectors/packet-per.c
715
 
 
716
 
Fix a compiler warning (about a real problem).
717
 
 
718
 
------------------------------------------------------------------------
719
 
r19604 | guy | 2006-10-19 02:12:28 -0700 (Thu, 19 Oct 2006) | 2 lines
720
 
Changed paths:
721
 
   M /trunk/epan/dissectors/packet-umts_fp.c
722
 
 
723
 
Fix some compiler warnings (about real problems).
724
 
 
725
 
------------------------------------------------------------------------
726
 
r19603 | guy | 2006-10-19 02:10:40 -0700 (Thu, 19 Oct 2006) | 2 lines
727
 
Changed paths:
728
 
   M /trunk/gtk/funnel_stat.c
729
 
 
730
 
Include gtk/main.h to declare main_filter_packets().
731
 
 
732
 
------------------------------------------------------------------------
733
 
r19602 | guy | 2006-10-19 00:45:10 -0700 (Thu, 19 Oct 2006) | 4 lines
734
 
Changed paths:
735
 
   M /trunk/epan/dfilter/Makefile.am
736
 
   M /trunk/wiretap/Makefile.am
737
 
 
738
 
If we have to use Lex or Flex, check whether we found it, first, and if
739
 
we didn't, report an error and fail, rather than blithely executing
740
 
commands with the command a blank string.
741
 
 
742
 
------------------------------------------------------------------------
743
 
r19601 | jake | 2006-10-18 23:29:13 -0700 (Wed, 18 Oct 2006) | 1 line
744
 
Changed paths:
745
 
   M /trunk/gtk/about_dlg.c
746
 
 
747
 
Adding license tab to about dialog
748
 
------------------------------------------------------------------------
749
 
r19600 | wmeier | 2006-10-18 20:45:34 -0700 (Wed, 18 Oct 2006) | 1 line
750
 
Changed paths:
751
 
   M /trunk/Makefile.nmake
752
 
 
753
 
rdm now not a plugin - don't copy dll
754
 
------------------------------------------------------------------------
755
 
r19599 | gerald | 2006-10-18 17:48:03 -0700 (Wed, 18 Oct 2006) | 9 lines
756
 
Changed paths:
757
 
   M /trunk/airpcap.h
758
 
   M /trunk/airpcap_loader.c
759
 
   M /trunk/airpcap_loader.h
760
 
   M /trunk/docbook/release-notes.xml
761
 
   M /trunk/gtk/airpcap_dlg.c
762
 
   M /trunk/gtk/airpcap_dlg.h
763
 
   M /trunk/gtk/airpcap_gui_utils.c
764
 
   M /trunk/gtk/airpcap_gui_utils.h
765
 
   M /trunk/gtk/keys.h
766
 
   M /trunk/gtk/main.c
767
 
   M /trunk/gtk/prefs_dlg.c
768
 
 
769
 
Add support for:
770
 
 
771
 
  - The AirPcap Multi-Channel Aggregator (which is marketspeak for an "any" 
772
 
    device)
773
 
  - Merging the 802.11 dissector WEP key list with AirPcap's
774
 
  - Decrypting WEP in the adapter, in Wireshark, or not at all
775
 
  
776
 
Update the release notes.
777
 
 
778
 
------------------------------------------------------------------------
779
 
r19598 | gerald | 2006-10-18 13:30:15 -0700 (Wed, 18 Oct 2006) | 2 lines
780
 
Changed paths:
781
 
   M /trunk/Makefile.nmake
782
 
 
783
 
If .svn/entries exists, add it as a dependency to svnversion.h.
784
 
 
785
 
------------------------------------------------------------------------
786
 
r19597 | jake | 2006-10-18 12:42:10 -0700 (Wed, 18 Oct 2006) | 1 line
787
 
Changed paths:
788
 
   M /trunk/epan/dissectors/packet-dcom.c
789
 
   M /trunk/epan/dissectors/packet-eth.c
790
 
   M /trunk/epan/dissectors/packet-isns.c
791
 
   M /trunk/epan/dissectors/packet-kerberos.c
792
 
 
793
 
Squelch compiler warnings
794
 
------------------------------------------------------------------------
795
 
r19596 | jake | 2006-10-18 12:29:05 -0700 (Wed, 18 Oct 2006) | 3 lines
796
 
Changed paths:
797
 
   M /trunk/Makefile.am
798
 
   M /trunk/configure.in
799
 
   M /trunk/epan/dissectors/Makefile.common
800
 
   A /trunk/epan/dissectors/packet-rdm.c
801
 
   M /trunk/packaging/nsis/Makefile.nmake
802
 
   M /trunk/packaging/nsis/wireshark.nsi
803
 
   M /trunk/packaging/u3/win32/makefile.nmake
804
 
   M /trunk/plugins/Makefile.am
805
 
   M /trunk/plugins/Makefile.nmake
806
 
   D /trunk/plugins/rdm/AUTHORS
807
 
   D /trunk/plugins/rdm/COPYING
808
 
   D /trunk/plugins/rdm/Makefile.am
809
 
   D /trunk/plugins/rdm/Makefile.common
810
 
   D /trunk/plugins/rdm/Makefile.nmake
811
 
   D /trunk/plugins/rdm/moduleinfo.h
812
 
   D /trunk/plugins/rdm/packet-rdm.c
813
 
 
814
 
From Shaun Jackman
815
 
The RDM protocol has been accepted as ANSI standard E1.20-2006. The following patch updates the decoder to that spec. 
816
 
At the same time it is promoted to a build-in dissector.
817
 
------------------------------------------------------------------------
818
 
r19595 | lego | 2006-10-18 11:45:24 -0700 (Wed, 18 Oct 2006) | 3 lines
819
 
Changed paths:
820
 
   M /trunk/epan/wslua/wslua_dumper.c
821
 
   M /trunk/epan/wslua/wslua_field.c
822
 
   M /trunk/epan/wslua/wslua_listener.c
823
 
   M /trunk/epan/wslua/wslua_pinfo.c
824
 
   M /trunk/epan/wslua/wslua_proto.c
825
 
   M /trunk/epan/wslua/wslua_tree.c
826
 
   M /trunk/epan/wslua/wslua_tvb.c
827
 
   M /trunk/epan/wslua/wslua_util.c
828
 
 
829
 
Add module information for generated docs
830
 
 
831
 
 
832
 
------------------------------------------------------------------------
833
 
r19594 | lego | 2006-10-18 11:39:30 -0700 (Wed, 18 Oct 2006) | 2 lines
834
 
Changed paths:
835
 
   M /trunk/epan/wslua/make-doc.pl
836
 
 
837
 
- better indentation and fix some errors
838
 
 
839
 
------------------------------------------------------------------------
840
 
r19593 | lego | 2006-10-18 10:59:49 -0700 (Wed, 18 Oct 2006) | 6 lines
841
 
Changed paths:
842
 
   M /trunk/epan/wslua/console.lua
843
 
   M /trunk/epan/wslua/make-doc.pl
844
 
   M /trunk/epan/wslua/wslua_gui.c
845
 
 
846
 
- have console.lua not using os.date when os has been disabled
847
 
- try to avoid a warning in wslua_gui.c
848
 
- make-doc.pl --> docbook (still broken I guess)
849
 
 
850
 
 
851
 
 
852
 
------------------------------------------------------------------------
853
 
r19592 | gerald | 2006-10-18 10:55:29 -0700 (Wed, 18 Oct 2006) | 13 lines
854
 
Changed paths:
855
 
   M /trunk/docbook/release-notes.xml
856
 
   M /trunk/epan/dissectors/packet-ieee80211.c
857
 
   M /trunk/epan/strutil.c
858
 
 
859
 
In the 802.11 dissector, mark the "wep_keys" preference as obsolete,
860
 
and replace it with an "enable_decryption" preference.
861
 
 
862
 
Instead of forcing the user to specify how many WEP keys we have,
863
 
figure it out for ourselves by parsing the key list.  When decrypting,
864
 
don't worry about the key index specified in the header (which resulted
865
 
in trying to decrypt using the same key twice); simply try each key in
866
 
order (which we were doing anyway).
867
 
 
868
 
In hex_str_to_bytes(), handle a null hex string.
869
 
 
870
 
Update the release notes.
871
 
 
872
 
------------------------------------------------------------------------
873
 
r19591 | lego | 2006-10-18 08:05:55 -0700 (Wed, 18 Oct 2006) | 4 lines
874
 
Changed paths:
875
 
   M /trunk/epan/wslua/Makefile.am
876
 
   M /trunk/epan/wslua/console.lua
877
 
 
878
 
- Fix the makefile
879
 
- improve the Lua Console
880
 
 
881
 
 
882
 
------------------------------------------------------------------------
883
 
r19590 | sahlberg | 2006-10-18 05:00:38 -0700 (Wed, 18 Oct 2006) | 3 lines
884
 
Changed paths:
885
 
   M /trunk/epan/dissectors/packet-usb-masstorage.c
886
 
 
887
 
add dissection of DATA IN/OUT and SCSI RESPONSE to the usb mass storage dissector
888
 
 
889
 
 
890
 
------------------------------------------------------------------------
891
 
r19589 | sahlberg | 2006-10-18 04:24:03 -0700 (Wed, 18 Oct 2006) | 16 lines
892
 
Changed paths:
893
 
   M /trunk/epan/dissectors/Makefile.common
894
 
   A /trunk/epan/dissectors/packet-usb-masstorage.c
895
 
   M /trunk/epan/dissectors/packet-usb.c
896
 
   M /trunk/epan/dissectors/packet-usb.h
897
 
 
898
 
new dissector : usb mass storage
899
 
 
900
 
this is a wrapper protocol to store SCSI frames inside usb bulk data transfers
901
 
 
902
 
the dissector is far from complete but does
903
 
track ITL and ITLQ structures and will also call the SCSI dissector to 
904
 
dissect the SCSI CDB.
905
 
 
906
 
 
907
 
what is still missing is handling of data in/out and scsi responses
908
 
 
909
 
 
910
 
at least it will now display the SCSI CDB and dissect it. woohoo
911
 
 
912
 
 
913
 
 
914
 
------------------------------------------------------------------------
915
 
r19588 | sahlberg | 2006-10-18 02:30:28 -0700 (Wed, 18 Oct 2006) | 3 lines
916
 
Changed paths:
917
 
   M /trunk/epan/dissectors/packet-usb.c
918
 
 
919
 
create a dissector table for the bulk input/output packet types
920
 
 
921
 
 
922
 
------------------------------------------------------------------------
923
 
r19587 | sahlberg | 2006-10-18 02:10:14 -0700 (Wed, 18 Oct 2006) | 4 lines
924
 
Changed paths:
925
 
   M /trunk/epan/dissectors/Makefile.common
926
 
   M /trunk/epan/dissectors/packet-usb.c
927
 
   A /trunk/epan/dissectors/packet-usb.h
928
 
 
929
 
move some defines to packet-usb.h so that they can be shared with other dissectors
930
 
 
931
 
 
932
 
 
933
 
------------------------------------------------------------------------
934
 
r19586 | etxrab | 2006-10-17 22:45:52 -0700 (Tue, 17 Oct 2006) | 1 line
935
 
Changed paths:
936
 
   M /trunk/epan/dissectors/packet-h248_annex_e.c
937
 
 
938
 
Add part of E.5 Basic DTMF Generator Package
939
 
------------------------------------------------------------------------
940
 
r19585 | ulfl | 2006-10-17 17:22:23 -0700 (Tue, 17 Oct 2006) | 1 line
941
 
Changed paths:
942
 
   M /trunk/epan/dissectors/packet-wlccp.c
943
 
 
944
 
llc_add_oui() wants a pointer, not a pointer pointer
945
 
------------------------------------------------------------------------
946
 
r19584 | gerald | 2006-10-17 15:43:40 -0700 (Tue, 17 Oct 2006) | 2 lines
947
 
Changed paths:
948
 
   M /trunk/version_info.c
949
 
 
950
 
Add compiler information.
951
 
 
952
 
------------------------------------------------------------------------
953
 
r19583 | jake | 2006-10-17 13:53:57 -0700 (Tue, 17 Oct 2006) | 2 lines
954
 
Changed paths:
955
 
   M /trunk/gtk/follow_dlg.c
956
 
 
957
 
From Stephen Fisher:
958
 
While researching another bug in follow_dlg.c, I spotted a different one that causes the from and to hostnames/ip addresses to be the same in the follow tcp stream dialog only with IPv6.
959
 
------------------------------------------------------------------------
960
 
r19582 | lego | 2006-10-17 11:29:24 -0700 (Tue, 17 Oct 2006) | 3 lines
961
 
Changed paths:
962
 
   M /trunk/epan/wslua/console.lua
963
 
 
964
 
Add the license
965
 
 
966
 
 
967
 
------------------------------------------------------------------------
968
 
r19581 | lego | 2006-10-17 11:26:44 -0700 (Tue, 17 Oct 2006) | 3 lines
969
 
Changed paths:
970
 
   M /trunk/epan/wslua/console.lua
971
 
   M /trunk/epan/wslua/dtd_gen.lua
972
 
   M /trunk/epan/wslua/wslua.h
973
 
   M /trunk/epan/wslua/wslua_dumper.c
974
 
   M /trunk/epan/wslua/wslua_field.c
975
 
   M /trunk/epan/wslua/wslua_gui.c
976
 
   M /trunk/epan/wslua/wslua_listener.c
977
 
   M /trunk/epan/wslua/wslua_pinfo.c
978
 
   M /trunk/epan/wslua/wslua_proto.c
979
 
   M /trunk/epan/wslua/wslua_tree.c
980
 
   M /trunk/epan/wslua/wslua_tvb.c
981
 
   M /trunk/epan/wslua/wslua_util.c
982
 
 
983
 
Propsets
984
 
 
985
 
 
986
 
------------------------------------------------------------------------
987
 
r19580 | lego | 2006-10-17 11:21:49 -0700 (Tue, 17 Oct 2006) | 3 lines
988
 
Changed paths:
989
 
   M /trunk/packaging/nsis/wireshark.nsi
990
 
 
991
 
Have console.lua and dtd_gen.lua installed by nsis
992
 
 
993
 
 
994
 
------------------------------------------------------------------------
995
 
r19579 | lego | 2006-10-17 11:20:44 -0700 (Tue, 17 Oct 2006) | 8 lines
996
 
Changed paths:
997
 
   M /trunk/epan/wslua
998
 
   M /trunk/epan/wslua/Makefile.am
999
 
   M /trunk/epan/wslua/Makefile.nmake
1000
 
   A /trunk/epan/wslua/console.lua
1001
 
   A /trunk/epan/wslua/dtd_gen.lua
1002
 
   M /trunk/epan/wslua/make-doc.pl
1003
 
   M /trunk/epan/wslua/make-taps.pl
1004
 
   M /trunk/epan/wslua/template-init.lua
1005
 
   M /trunk/epan/wslua/wslua.h
1006
 
   M /trunk/epan/wslua/wslua_field.c
1007
 
   M /trunk/epan/wslua/wslua_gui.c
1008
 
   M /trunk/epan/wslua/wslua_listener.c
1009
 
   M /trunk/epan/wslua/wslua_util.c
1010
 
 
1011
 
Several changes:
1012
 
 - do not #include a c code file in wslua_register.c compile a separate boject
1013
 
 - add the console and evaluate windows
1014
 
 - add some useful vars to the lua environment
1015
 
 - some cleanup
1016
 
 - add the dtd generator code (currently disabled)
1017
 
 
1018
 
 
1019
 
------------------------------------------------------------------------
1020
 
r19578 | lego | 2006-10-17 10:52:15 -0700 (Tue, 17 Oct 2006) | 3 lines
1021
 
Changed paths:
1022
 
   M /trunk/gtk/menu.c
1023
 
 
1024
 
Hide the "Tools" menu if it has no items .
1025
 
 
1026
 
 
1027
 
------------------------------------------------------------------------
1028
 
r19577 | gerald | 2006-10-17 08:41:08 -0700 (Tue, 17 Oct 2006) | 2 lines
1029
 
Changed paths:
1030
 
   M /trunk/docbook/release-notes.xml
1031
 
 
1032
 
Fix tag names.
1033
 
 
1034
 
------------------------------------------------------------------------
1035
 
r19576 | sahlberg | 2006-10-17 07:13:49 -0700 (Tue, 17 Oct 2006) | 3 lines
1036
 
Changed paths:
1037
 
   M /trunk/epan/packet.c
1038
 
   M /trunk/epan/packet_info.h
1039
 
 
1040
 
we need a new pinfo member field so that we can pass data from the core usb dissector to future class  dissectors
1041
 
 
1042
 
 
1043
 
------------------------------------------------------------------------
1044
 
r19575 | sahlberg | 2006-10-17 06:40:26 -0700 (Tue, 17 Oct 2006) | 18 lines
1045
 
Changed paths:
1046
 
   M /trunk/epan/dissectors/packet-usb.c
1047
 
 
1048
 
now when we do dissect the descriptors:
1049
 
 
1050
 
add tracking so that when we find an interface descriptor which tells us the device class we also create a conversation for each and every endpoint for that interface and also let all conversations (one for each endpoint) share the same usb conversation info structure.
1051
 
 
1052
 
 
1053
 
store the device type inside this conv_info structure
1054
 
 
1055
 
 
1056
 
add the required code to manage BULK data pdus and have it for now only display what kind of bulk data is contained (interface class as snooped from the descriptors)
1057
 
 
1058
 
 
1059
 
 
1060
 
we now only need a class dissector table we can fork off into from the bulk dissector in usb    and then an external usb_masstorage dissector that registers itself as a mass storage device and we should be all set to dissect the scsi layer being transported atop usb
1061
 
 
1062
 
 
1063
 
 
1064
 
 
1065
 
 
1066
 
------------------------------------------------------------------------
1067
 
r19574 | kukosa | 2006-10-17 06:29:44 -0700 (Tue, 17 Oct 2006) | 2 lines
1068
 
Changed paths:
1069
 
   M /trunk/epan/dissectors/packet-ssl.c
1070
 
 
1071
 
debug trace at beginning of each packet
1072
 
do not call subdissector for empty application data
1073
 
------------------------------------------------------------------------
1074
 
r19573 | sahlberg | 2006-10-17 02:14:16 -0700 (Tue, 17 Oct 2006) | 8 lines
1075
 
Changed paths:
1076
 
   M /trunk/epan/dissectors/packet-usb.c
1077
 
 
1078
 
add a define for the "no endpoint" constant used to represent  unknown or host side endpoint used for conversations
1079
 
 
1080
 
 
1081
 
ansp provide the desired port/endpoints in the call to get/create a conversation   so that we later when we see the a descriptor that says   Endpoint X is using class Y
1082
 
we need tis to register that certain endpoints are used for mass storage
1083
 
(or other applications)
1084
 
 
1085
 
 
1086
 
------------------------------------------------------------------------
1087
 
r19572 | jmayer | 2006-10-17 01:59:01 -0700 (Tue, 17 Oct 2006) | 6 lines
1088
 
Changed paths:
1089
 
   D /trunk/epan/dissectors/packet-cisco-wireless.c
1090
 
   M /trunk/epan/dissectors/packet-wlccp.c
1091
 
 
1092
 
Stephen Fisher:
1093
 
 
1094
 
Please apply the attached patch to improve the WLCCP dissector.  I have
1095
 
also finished merging in packet-cisco-wireless.c, so it can be deleted.
1096
 
 
1097
 
 
1098
 
------------------------------------------------------------------------
1099
 
r19571 | jmayer | 2006-10-17 01:51:16 -0700 (Tue, 17 Oct 2006) | 1 line
1100
 
Changed paths:
1101
 
   M /trunk/autogen.sh
1102
 
 
1103
 
Support for automake 1.10 (reported by Aamer Akhter)
1104
 
------------------------------------------------------------------------
1105
 
r19570 | kukosa | 2006-10-16 23:01:54 -0700 (Mon, 16 Oct 2006) | 1 line
1106
 
Changed paths:
1107
 
   M /trunk/epan/dissectors/packet-tcp.c
1108
 
 
1109
 
update Timestamps Option labels in accordance with RFC1323
1110
 
------------------------------------------------------------------------
1111
 
r19569 | etxrab | 2006-10-16 22:40:58 -0700 (Mon, 16 Oct 2006) | 1 line
1112
 
Changed paths:
1113
 
   M /trunk/epan/dissectors/packet-h248_q1950.c
1114
 
 
1115
 
Add A.8 Basic call progress tones generator with directionality
1116
 
------------------------------------------------------------------------
1117
 
r19568 | ulfl | 2006-10-16 18:29:55 -0700 (Mon, 16 Oct 2006) | 3 lines
1118
 
Changed paths:
1119
 
   M /trunk/gtk/airpcap_dlg.c
1120
 
   M /trunk/gtk/capture_if_details_dlg.c
1121
 
   M /trunk/gtk/conversations_table.c
1122
 
   M /trunk/gtk/decode_as_dlg.c
1123
 
   M /trunk/gtk/expert_comp_table.c
1124
 
   M /trunk/gtk/mcast_stream_dlg.c
1125
 
   M /trunk/gtk/print_mswin.c
1126
 
   M /trunk/gtk/rtp_analysis.c
1127
 
   M /trunk/gtk/rtp_player.c
1128
 
   M /trunk/gtk/voip_calls.c
1129
 
 
1130
 
from Stephen Fisher:
1131
 
Here is a patch for spelling typos in comments and strings in the gtk/ 
1132
 
directories.
1133
 
------------------------------------------------------------------------
1134
 
r19567 | gerald | 2006-10-16 16:43:48 -0700 (Mon, 16 Oct 2006) | 2 lines
1135
 
Changed paths:
1136
 
   M /trunk/docbook/release-notes.xml
1137
 
 
1138
 
Add bug 1135.
1139
 
 
1140
 
------------------------------------------------------------------------
1141
 
r19566 | ulfl | 2006-10-16 16:13:21 -0700 (Mon, 16 Oct 2006) | 1 line
1142
 
Changed paths:
1143
 
   M /trunk/epan/dissectors/packet-multipart.c
1144
 
 
1145
 
fix #1135: another "off by one" bug, zero termination was done twice, second time writing behind the end of the available buffer
1146
 
------------------------------------------------------------------------
1147
 
r19565 | gerald | 2006-10-16 15:47:32 -0700 (Mon, 16 Oct 2006) | 4 lines
1148
 
Changed paths:
1149
 
   M /trunk/packaging/nsis/wireshark.nsi
1150
 
 
1151
 
If the user has a WinPcap 4.0 beta installed, force them to uninstall
1152
 
it by hand before we'll install 3.1.  This avoids problems with users
1153
 
accidentally downgrading WinPcap.
1154
 
 
1155
 
------------------------------------------------------------------------
1156
 
r19564 | ulfl | 2006-10-16 14:47:35 -0700 (Mon, 16 Oct 2006) | 1 line
1157
 
Changed paths:
1158
 
   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
1159
 
 
1160
 
move the content of the Wiki "System Requirements" into the "Platforms Wireshark runs on" section and update the information (e.g. the binary Unix packages changed since the move from Ethereal)
1161
 
------------------------------------------------------------------------
1162
 
r19563 | jmayer | 2006-10-16 14:01:18 -0700 (Mon, 16 Oct 2006) | 1 line
1163
 
Changed paths:
1164
 
   M /trunk/manuf
1165
 
 
1166
 
Update manuf
1167
 
------------------------------------------------------------------------
1168
 
r19562 | gerald | 2006-10-16 13:42:32 -0700 (Mon, 16 Oct 2006) | 2 lines
1169
 
Changed paths:
1170
 
   M /trunk/docbook/release-notes.xml
1171
 
 
1172
 
Add more USB capturing info.
1173
 
 
1174
 
------------------------------------------------------------------------
1175
 
r19561 | gerald | 2006-10-16 11:47:52 -0700 (Mon, 16 Oct 2006) | 2 lines
1176
 
Changed paths:
1177
 
   M /trunk/docbook/release-notes.xml
1178
 
 
1179
 
Add bug 1134.
1180
 
 
1181
 
------------------------------------------------------------------------
1182
 
r19560 | gerald | 2006-10-16 11:44:43 -0700 (Mon, 16 Oct 2006) | 3 lines
1183
 
Changed paths:
1184
 
   M /trunk/epan/dissectors/packet-wbxml.c
1185
 
 
1186
 
Make sure a value is non-null before we feed it to strcmp().  Fixes bug
1187
 
1134.
1188
 
 
1189
 
------------------------------------------------------------------------
1190
 
r19559 | lego | 2006-10-16 09:54:48 -0700 (Mon, 16 Oct 2006) | 3 lines
1191
 
Changed paths:
1192
 
   M /trunk/gtk/menu.c
1193
 
 
1194
 
Hide the "Tools" menu if unused.
1195
 
 
1196
 
 
1197
 
------------------------------------------------------------------------
1198
 
r19558 | sahlberg | 2006-10-16 07:54:20 -0700 (Mon, 16 Oct 2006) | 3 lines
1199
 
Changed paths:
1200
 
   M /trunk/epan/dissectors/packet-usb.c
1201
 
 
1202
 
correct the little / big endian comment
1203
 
 
1204
 
 
1205
 
------------------------------------------------------------------------
1206
 
r19557 | sahlberg | 2006-10-16 07:43:35 -0700 (Mon, 16 Oct 2006) | 5 lines
1207
 
Changed paths:
1208
 
   M /trunk/epan/dissectors/packet-usb.c
1209
 
 
1210
 
dissect a lot more of the descriptors so that we can finally see which endpoints are used for what purpose
1211
 
 
1212
 
 
1213
 
 
1214
 
 
1215
 
------------------------------------------------------------------------
1216
 
r19556 | jmayer | 2006-10-16 07:24:24 -0700 (Mon, 16 Oct 2006) | 5 lines
1217
 
Changed paths:
1218
 
   M /trunk/epan/dissectors/packet-usb.c
1219
 
 
1220
 
Display the skipped 4 bytes from the header as setup (see
1221
 
struct usb_header). Just display it as a big endian number
1222
 
(I don't have a spec at hand).
1223
 
 
1224
 
 
1225
 
------------------------------------------------------------------------
1226
 
r19555 | sahlberg | 2006-10-16 06:42:59 -0700 (Mon, 16 Oct 2006) | 5 lines
1227
 
Changed paths:
1228
 
   M /trunk/epan/dissectors/packet-usb.c
1229
 
 
1230
 
break finding/creating a conversation out into its own helper (which makes it easier later when we find an endpoint description that tells us some other endpoint is used for massstorage)
1231
 
 
1232
 
implement some more descriptors
1233
 
 
1234
 
 
1235
 
------------------------------------------------------------------------
1236
 
r19554 | sahlberg | 2006-10-16 03:33:46 -0700 (Mon, 16 Oct 2006) | 8 lines
1237
 
Changed paths:
1238
 
   M /trunk/epan/dissectors/packet-usb.c
1239
 
 
1240
 
Finish dissection of GET DESCRIPTOR for the devicetype: DEVICE.
1241
 
 
1242
 
This dissector should be extended to dissect all other descriptors for all other device types as well.
1243
 
 
1244
 
 
1245
 
 
1246
 
 
1247
 
 
1248
 
------------------------------------------------------------------------
1249
 
r19553 | sahlberg | 2006-10-16 01:47:48 -0700 (Mon, 16 Oct 2006) | 5 lines
1250
 
Changed paths:
1251
 
   M /trunk/epan/dissectors/packet-usb.c
1252
 
 
1253
 
add some variables to the task structure so that we can pass TYPE/INDEX from the GET DESCRIPTOR request to the response dissector
1254
 
(we need this in order to know how to dissect the response?)
1255
 
 
1256
 
 
1257
 
 
1258
 
------------------------------------------------------------------------
1259
 
r19552 | gerald | 2006-10-15 20:46:11 -0700 (Sun, 15 Oct 2006) | 2 lines
1260
 
Changed paths:
1261
 
   M /trunk/ChangeLog
1262
 
   M /trunk/docbook/release-notes.xml
1263
 
 
1264
 
Release notes and changelog updates.
1265
 
 
1266
 
------------------------------------------------------------------------
1267
 
r19551 | ulfl | 2006-10-15 20:25:50 -0700 (Sun, 15 Oct 2006) | 4 lines
1268
 
Changed paths:
1269
 
   M /trunk/doc/README.developer
1270
 
 
1271
 
- some more cleanup
1272
 
- mention the other README files
1273
 
- encode some @ chars to [AT] in mail addresses
1274
 
 
1275
 
------------------------------------------------------------------------
1276
 
r19550 | ulfl | 2006-10-15 20:23:43 -0700 (Sun, 15 Oct 2006) | 1 line
1277
 
Changed paths:
1278
 
   M /trunk/doc/README.binarytrees
1279
 
 
1280
 
fix a typo
1281
 
------------------------------------------------------------------------
1282
 
r19549 | ulfl | 2006-10-15 19:37:06 -0700 (Sun, 15 Oct 2006) | 1 line
1283
 
Changed paths:
1284
 
   M /trunk/doc/README.developer
1285
 
   A /trunk/doc/README.display_filter
1286
 
 
1287
 
split the display filter engine doc into it's own file
1288
 
------------------------------------------------------------------------
1289
 
r19548 | ulfl | 2006-10-15 18:48:16 -0700 (Sun, 15 Oct 2006) | 3 lines
1290
 
Changed paths:
1291
 
   M /trunk/README.win32
1292
 
   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
1293
 
   M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
1294
 
 
1295
 
deleted lot's of irrelevant/outdated content from README.win32.
1296
 
 
1297
 
move content from the README.win32 file into the wsdg. I've moved the cygwin GCC info to a new Wiki page, it seems more promissing that it's getting updated in the future.
1298
 
------------------------------------------------------------------------
1299
 
r19547 | ulfl | 2006-10-15 18:43:04 -0700 (Sun, 15 Oct 2006) | 1 line
1300
 
Changed paths:
1301
 
   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
1302
 
 
1303
 
be more specific about the README.developer file
1304
 
------------------------------------------------------------------------
1305
 
r19546 | ulfl | 2006-10-15 15:57:31 -0700 (Sun, 15 Oct 2006) | 1 line
1306
 
Changed paths:
1307
 
   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
1308
 
 
1309
 
move the README files before the source code, they are more important
1310
 
------------------------------------------------------------------------
1311
 
r19545 | ulfl | 2006-10-15 15:42:22 -0700 (Sun, 15 Oct 2006) | 1 line
1312
 
Changed paths:
1313
 
   M /trunk/doc/README.developer
1314
 
 
1315
 
add a prerequisites section and some minor changes
1316
 
------------------------------------------------------------------------
1317
 
r19544 | etxrab | 2006-10-15 15:11:26 -0700 (Sun, 15 Oct 2006) | 2 lines
1318
 
Changed paths:
1319
 
   M /trunk/asn1/h248/h248v3.asn
1320
 
   M /trunk/epan/dissectors/packet-h248.c
1321
 
   M /trunk/epan/dissectors/packet-h248_annex_e.c
1322
 
   M /trunk/epan/dissectors/packet-isup.c
1323
 
 
1324
 
Fix Event dissection which was broken when going to V3.
1325
 
and add a few parameters.
1326
 
------------------------------------------------------------------------
1327
 
r19543 | etxrab | 2006-10-15 09:06:02 -0700 (Sun, 15 Oct 2006) | 1 line
1328
 
Changed paths:
1329
 
   M /trunk/asn1/h248/Makefile.nmake
1330
 
   M /trunk/asn1/h248/h248.cnf
1331
 
   M /trunk/asn1/h248/h248v3.asn
1332
 
   M /trunk/epan/dissectors/packet-h248.c
1333
 
   M /trunk/epan/dissectors/packet-h248.h
1334
 
   M /trunk/epan/dissectors/packet-h248_annex_e.c
1335
 
 
1336
 
Upadte to H.248 V3 and add some annex E parameters.
1337
 
------------------------------------------------------------------------
1338
 
r19542 | jmayer | 2006-10-15 05:27:51 -0700 (Sun, 15 Oct 2006) | 3 lines
1339
 
Changed paths:
1340
 
   M /trunk/epan/dissectors/packet-usb.c
1341
 
 
1342
 
- gcc dies on "default: }", add a ;
1343
 
- proto_register usb instead of eth.
1344
 
 
1345
 
------------------------------------------------------------------------
1346
 
r19541 | sahlberg | 2006-10-15 01:21:56 -0700 (Sun, 15 Oct 2006) | 3 lines
1347
 
Changed paths:
1348
 
   M /trunk/epan/dissectors/packet-usb.c
1349
 
 
1350
 
populate the info column with the request type and whetehr it is a request or a response
1351
 
 
1352
 
 
1353
 
------------------------------------------------------------------------
1354
 
r19540 | sahlberg | 2006-10-15 01:12:41 -0700 (Sun, 15 Oct 2006) | 3 lines
1355
 
Changed paths:
1356
 
   M /trunk/epan/dissectors/packet-usb.c
1357
 
 
1358
 
add tracking of request/responses for CONTROL INPUT so we can start passing parameters from request to response and dissect response data
1359
 
 
1360
 
 
1361
 
------------------------------------------------------------------------
1362
 
r19539 | sahlberg | 2006-10-14 23:10:59 -0700 (Sat, 14 Oct 2006) | 8 lines
1363
 
Changed paths:
1364
 
   M /trunk/epan/address.h
1365
 
   M /trunk/epan/column-utils.c
1366
 
   M /trunk/epan/dissectors/packet-usb.c
1367
 
 
1368
 
add a new port type for usb endpoints
1369
 
 
1370
 
 
1371
 
start introducing conversations to the usb dissector so that we can start tracking requests/responses
1372
 
which we need to in order to dissect for example the data returned by a device to a GET DESCRIPTORS call
1373
 
 
1374
 
 
1375
 
 
1376
 
------------------------------------------------------------------------
1377
 
r19538 | sahlberg | 2006-10-14 20:49:27 -0700 (Sat, 14 Oct 2006) | 5 lines
1378
 
Changed paths:
1379
 
   M /trunk/epan/dissectors/packet-usb.c
1380
 
 
1381
 
start dissecting the setup headers
1382
 
 
1383
 
dissect GET DESCRIPTOR as an example on how to add such dissectors
1384
 
 
1385
 
 
1386
 
------------------------------------------------------------------------
1387
 
r19537 | sahlberg | 2006-10-14 19:54:08 -0700 (Sat, 14 Oct 2006) | 3 lines
1388
 
Changed paths:
1389
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
1390
 
 
1391
 
more serviceactions
1392
 
 
1393
 
 
1394
 
------------------------------------------------------------------------
1395
 
r19536 | sahlberg | 2006-10-14 15:45:07 -0700 (Sat, 14 Oct 2006) | 3 lines
1396
 
Changed paths:
1397
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
1398
 
 
1399
 
some more service actions
1400
 
 
1401
 
 
1402
 
------------------------------------------------------------------------
1403
 
r19535 | sahlberg | 2006-10-14 15:31:27 -0700 (Sat, 14 Oct 2006) | 3 lines
1404
 
Changed paths:
1405
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
1406
 
 
1407
 
dissect some more osd service actions
1408
 
 
1409
 
 
1410
 
------------------------------------------------------------------------
1411
 
r19534 | sahlberg | 2006-10-14 15:05:57 -0700 (Sat, 14 Oct 2006) | 3 lines
1412
 
Changed paths:
1413
 
   M /trunk/epan/dissectors/packet-scsi.c
1414
 
 
1415
 
if reassembly did not give us a new tvb,  then dont call any scsi payload subdissector
1416
 
 
1417
 
 
1418
 
------------------------------------------------------------------------
1419
 
r19533 | guy | 2006-10-14 13:18:10 -0700 (Sat, 14 Oct 2006) | 2 lines
1420
 
Changed paths:
1421
 
   M /trunk/epan/dissectors/packet-h248_annex_e.c
1422
 
 
1423
 
Fix a compiler warning by doing what I suspect was intended.
1424
 
 
1425
 
------------------------------------------------------------------------
1426
 
r19532 | guy | 2006-10-14 13:17:14 -0700 (Sat, 14 Oct 2006) | 5 lines
1427
 
Changed paths:
1428
 
   M /trunk/epan/dissectors/packet-bootp.c
1429
 
 
1430
 
Do the suboption processing in dissect_netware_ip_suboption() a bit more
1431
 
like the way it's done in other suboption dissectors.
1432
 
 
1433
 
Fix a typo.
1434
 
 
1435
 
------------------------------------------------------------------------
1436
 
r19531 | jake | 2006-10-14 12:00:31 -0700 (Sat, 14 Oct 2006) | 1 line
1437
 
Changed paths:
1438
 
   M /trunk/doc/README.developer
1439
 
 
1440
 
Update FSF address in code template
1441
 
------------------------------------------------------------------------
1442
 
r19530 | etxrab | 2006-10-14 07:13:00 -0700 (Sat, 14 Oct 2006) | 1 line
1443
 
Changed paths:
1444
 
   M /trunk/plugins/megaco/packet-megaco.c
1445
 
 
1446
 
Dissect observedeventsdescriptor more like the actual text.
1447
 
------------------------------------------------------------------------
1448
 
r19529 | sahlberg | 2006-10-14 04:25:38 -0700 (Sat, 14 Oct 2006) | 3 lines
1449
 
Changed paths:
1450
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
1451
 
 
1452
 
add dissection of FLUSH and FLUSH COLLECTION
1453
 
 
1454
 
 
1455
 
------------------------------------------------------------------------
1456
 
r19528 | sahlberg | 2006-10-14 03:52:50 -0700 (Sat, 14 Oct 2006) | 3 lines
1457
 
Changed paths:
1458
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
1459
 
 
1460
 
implement WRITE and CREATE COLLECTION
1461
 
 
1462
 
 
1463
 
------------------------------------------------------------------------
1464
 
r19527 | sahlberg | 2006-10-14 03:09:32 -0700 (Sat, 14 Oct 2006) | 7 lines
1465
 
Changed paths:
1466
 
   M /trunk/epan/dissectors/packet-usb.c
1467
 
 
1468
 
rename some fields in the setup blob to use the same names as in the standard
1469
 
 
1470
 
 
1471
 
add dissection of the bmRequestType bitmap
1472
 
 
1473
 
 
1474
 
 
1475
 
------------------------------------------------------------------------
1476
 
r19526 | sahlberg | 2006-10-14 02:43:17 -0700 (Sat, 14 Oct 2006) | 3 lines
1477
 
Changed paths:
1478
 
   M /trunk/epan/dissectors/packet-usb.c
1479
 
 
1480
 
put the packet type in the summary line
1481
 
 
1482
 
 
1483
 
------------------------------------------------------------------------
1484
 
r19525 | sahlberg | 2006-10-14 02:18:24 -0700 (Sat, 14 Oct 2006) | 6 lines
1485
 
Changed paths:
1486
 
   M /trunk/epan/dissectors/packet-ndmp.c
1487
 
 
1488
 
set both read/write flags in ndmp scsi   and also always set the expected length to whatever length is transported inside the ndmp pdu
1489
 
 
1490
 
this fixes a regression caused by the recent scsi data in/out reassembly code which made the scsi dissector fail to dissect data in/out over ndmp correctly if scsi reassembly was enabled
1491
 
 
1492
 
 
1493
 
 
1494
 
------------------------------------------------------------------------
1495
 
r19524 | sahlberg | 2006-10-13 22:02:40 -0700 (Fri, 13 Oct 2006) | 6 lines
1496
 
Changed paths:
1497
 
   M /trunk/epan/address.h
1498
 
   M /trunk/epan/dissectors/packet-usb.c
1499
 
   M /trunk/epan/to_str.c
1500
 
 
1501
 
create a new address type AT_USB and start populating the packet list 
1502
 
with nice data
1503
 
 
1504
 
 
1505
 
 
1506
 
 
1507
 
------------------------------------------------------------------------
1508
 
r19523 | sahlberg | 2006-10-13 18:44:29 -0700 (Fri, 13 Oct 2006) | 8 lines
1509
 
Changed paths:
1510
 
   M /trunk/epan/dissectors/packet-scsi.c
1511
 
 
1512
 
let SCSI reassembly default to FALSE
1513
 
 
1514
 
put "reassembled in" in the summary line
1515
 
 
1516
 
put the fragment list at the top of the tree instead of down inside the SCSI expansion
1517
 
 
1518
 
 
1519
 
 
1520
 
------------------------------------------------------------------------
1521
 
r19522 | gerald | 2006-10-13 17:31:35 -0700 (Fri, 13 Oct 2006) | 2 lines
1522
 
Changed paths:
1523
 
   M /trunk/ChangeLog
1524
 
   M /trunk/docbook/release-notes.xml
1525
 
 
1526
 
Release note and changelog updates.
1527
 
 
1528
 
------------------------------------------------------------------------
1529
 
r19521 | gerald | 2006-10-13 17:27:50 -0700 (Fri, 13 Oct 2006) | 2 lines
1530
 
Changed paths:
1531
 
   M /trunk/packaging/u3/win32/README.txt
1532
 
   M /trunk/packaging/u3/win32/makefile.nmake
1533
 
   M /trunk/packaging/u3/win32/manifest.tmpl
1534
 
   M /trunk/packaging/u3/win32/u3util.c
1535
 
 
1536
 
Set SVN properties.
1537
 
 
1538
 
------------------------------------------------------------------------
1539
 
r19520 | ulfl | 2006-10-13 17:22:36 -0700 (Fri, 13 Oct 2006) | 1 line
1540
 
Changed paths:
1541
 
   M /trunk/gtk/color_edit_dlg.c
1542
 
 
1543
 
as Stephen Fisher noted: fix the files header comment
1544
 
------------------------------------------------------------------------
1545
 
r19519 | sahlberg | 2006-10-13 15:25:35 -0700 (Fri, 13 Oct 2006) | 3 lines
1546
 
Changed paths:
1547
 
   M /trunk/epan/dissectors/packet-scsi.c
1548
 
 
1549
 
add scsi data reassembly
1550
 
 
1551
 
 
1552
 
------------------------------------------------------------------------
1553
 
r19518 | sahlberg | 2006-10-13 14:26:03 -0700 (Fri, 13 Oct 2006) | 4 lines
1554
 
Changed paths:
1555
 
   M /trunk/epan/dissectors/packet-scsi.c
1556
 
 
1557
 
check the estinated data transfer length for the current transfer  and start adding checks for scsi data reassembly
1558
 
 
1559
 
 
1560
 
 
1561
 
------------------------------------------------------------------------
1562
 
r19517 | sahlberg | 2006-10-13 14:07:07 -0700 (Fri, 13 Oct 2006) | 4 lines
1563
 
Changed paths:
1564
 
   M /trunk/epan/dissectors/packet-scsi.c
1565
 
 
1566
 
dont call the scsi data in/out dissectors unless data offset is 0   i.e. the beginning of data in/out
1567
 
 
1568
 
 
1569
 
 
1570
 
------------------------------------------------------------------------
1571
 
r19516 | ulfl | 2006-10-13 11:19:42 -0700 (Fri, 13 Oct 2006) | 3 lines
1572
 
Changed paths:
1573
 
   M /trunk/gtk/main.c
1574
 
 
1575
 
remove the experimental display of the highest expert level in the statusbar for now.
1576
 
 
1577
 
as long as we haven't solved that TCP checksum offload problems causing checksum errors all the time, this will display the error level for almost every capture done on a local machine - rendering this display pretty useless in it's current form.
1578
 
------------------------------------------------------------------------
1579
 
r19515 | etxrab | 2006-10-13 10:04:16 -0700 (Fri, 13 Oct 2006) | 1 line
1580
 
Changed paths:
1581
 
   M /trunk/epan/dissectors/packet-h248_3gpp.c
1582
 
   M /trunk/epan/dissectors/packet-h248_annex_c.c
1583
 
 
1584
 
Set properties.
1585
 
------------------------------------------------------------------------
1586
 
r19514 | gerald | 2006-10-13 08:53:20 -0700 (Fri, 13 Oct 2006) | 3 lines
1587
 
Changed paths:
1588
 
   M /trunk/epan/dissectors/packet-ieee80211.c
1589
 
 
1590
 
Make the "WEP key count" option match the number of WEP key slots.  Add
1591
 
a note about improving the WEP key interface.
1592
 
 
1593
 
------------------------------------------------------------------------
1594
 
r19513 | jmayer | 2006-10-13 08:18:10 -0700 (Fri, 13 Oct 2006) | 6 lines
1595
 
Changed paths:
1596
 
   M /trunk/wiretap/libpcap.c
1597
 
 
1598
 
Paolo Abeni:
1599
 
the attached patch add support for the recently introduced pcap
1600
 
bluetooth data link type. Yes, pcap is going to support also bluetooth
1601
 
devices (at least on Linux) :-)
1602
 
 
1603
 
 
1604
 
------------------------------------------------------------------------
1605
 
r19512 | etxrab | 2006-10-13 07:21:02 -0700 (Fri, 13 Oct 2006) | 1 line
1606
 
Changed paths:
1607
 
   M /trunk/plugins/megaco/packet-megaco.c
1608
 
 
1609
 
Modify Signals descriptor to look more like the actual text message.
1610
 
------------------------------------------------------------------------
1611
 
r19511 | sahlberg | 2006-10-13 02:16:45 -0700 (Fri, 13 Oct 2006) | 15 lines
1612
 
Changed paths:
1613
 
   M /trunk/epan/dissectors/packet-fcp.c
1614
 
   M /trunk/epan/dissectors/packet-iscsi.c
1615
 
   M /trunk/epan/dissectors/packet-ndmp.c
1616
 
   M /trunk/epan/dissectors/packet-scsi.c
1617
 
   M /trunk/epan/dissectors/packet-scsi.h
1618
 
 
1619
 
pass the relative data offset of data in/out pdu's to the scsi data in/out dissector (dissect_scsi_payload) so that we can later add reassembly of data pdu's
1620
 
and also (if reassembly is disabled) only dissect the initial (offset==0) data pdu.
1621
 
 
1622
 
dissect_scsi_payload() does not yet use this parameter.
1623
 
 
1624
 
 
1625
 
now that we have both data offset and expected data length/bidir expected data length and also the read/write flags availabe we have what we need to reassemble data in/out pdus    (modulo overflow/underflow  but those are so rare we can worry about them later).
1626
 
 
1627
 
 
1628
 
ndmp:   ndmp conceptually always has a data in and a data out phase and never fragment the data into smaller pdu's os that dissector always report offset as 0.
1629
 
 
1630
 
 
1631
 
 
1632
 
 
1633
 
 
1634
 
------------------------------------------------------------------------
1635
 
r19510 | sahlberg | 2006-10-13 01:42:33 -0700 (Fri, 13 Oct 2006) | 7 lines
1636
 
Changed paths:
1637
 
   M /trunk/epan/dissectors/packet-fc.c
1638
 
   M /trunk/epan/dissectors/packet-fc.h
1639
 
 
1640
 
if FC type is FPC/SCSI and the relative offset bit is set in f_ctl  then the parameter field is 4 bytes and contain the relative offset of the data for data in/out
1641
 
 
1642
 
decode this field as relative offset   and also store it in the fc_hdr structure so that FCP can pick it up and pass if to the SCSI payload data in/out dissector later
1643
 
 
1644
 
 
1645
 
 
1646
 
 
1647
 
------------------------------------------------------------------------
1648
 
r19509 | ulfl | 2006-10-12 17:21:47 -0700 (Thu, 12 Oct 2006) | 1 line
1649
 
Changed paths:
1650
 
   M /trunk/Makefile.nmake
1651
 
 
1652
 
distclean should remove wireshark-gtk1/2 dirs completely
1653
 
------------------------------------------------------------------------
1654
 
r19508 | jake | 2006-10-12 14:31:00 -0700 (Thu, 12 Oct 2006) | 1 line
1655
 
Changed paths:
1656
 
   M /trunk/epan/dissectors/packet-vlan.c
1657
 
 
1658
 
Add 802.1QinQ?\194?\160Ethertype preference.
1659
 
------------------------------------------------------------------------
1660
 
r19507 | lego | 2006-10-12 10:00:11 -0700 (Thu, 12 Oct 2006) | 5 lines
1661
 
Changed paths:
1662
 
   M /trunk/epan/wslua/wslua.h
1663
 
   M /trunk/epan/wslua/wslua_util.c
1664
 
 
1665
 
- add persconffile(opt_str) 
1666
 
- add datafile_path(opt_str)
1667
 
- add Dir class -- a Directory Iterator
1668
 
 
1669
 
 
1670
 
------------------------------------------------------------------------
1671
 
r19506 | gerald | 2006-10-12 08:00:07 -0700 (Thu, 12 Oct 2006) | 3 lines
1672
 
Changed paths:
1673
 
   M /trunk/epan/dissectors/packet-ndps.c
1674
 
 
1675
 
Check to see if we've passed a null strval to ndps_string().
1676
 
Should fix the recent fuzz bugs.
1677
 
 
1678
 
------------------------------------------------------------------------
1679
 
r19505 | sahlberg | 2006-10-12 03:54:36 -0700 (Thu, 12 Oct 2006) | 12 lines
1680
 
Changed paths:
1681
 
   M /trunk/epan/dissectors/packet-fcp.c
1682
 
   M /trunk/epan/dissectors/packet-iscsi.c
1683
 
   M /trunk/epan/dissectors/packet-ndmp.c
1684
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
1685
 
   M /trunk/epan/dissectors/packet-scsi.h
1686
 
 
1687
 
wireshark does not yet consume enough memory for me to be happy
1688
 
 
1689
 
 
1690
 
pass conversation form the transports up to the scsi layer
1691
 
 
1692
 
add tracking of conversation specific info to scsi osd
1693
 
add tracking of conversation+lun specific info to scsi osd
1694
 
 
1695
 
for scsi osd   add tracking of PARTITIONS and display in which frame they were created/removed
1696
 
 
1697
 
 
1698
 
 
1699
 
------------------------------------------------------------------------
1700
 
r19504 | jake | 2006-10-12 03:38:24 -0700 (Thu, 12 Oct 2006) | 4 lines
1701
 
Changed paths:
1702
 
   M /trunk/doc/README.developer
1703
 
 
1704
 
Cleanup sample code.
1705
 
Cleanup some text and headings.
1706
 
Play trick with keyword so text remains untouched.
1707
 
 
1708
 
------------------------------------------------------------------------
1709
 
r19503 | jake | 2006-10-12 01:04:11 -0700 (Thu, 12 Oct 2006) | 5 lines
1710
 
Changed paths:
1711
 
   M /trunk/epan/dissectors/packet-usb.c
1712
 
 
1713
 
From Paolo Abeni:
1714
 
The attached patch fix parsing of the setup header in the usb dissector.
1715
 
Currently the size of the field specified into proto_tree_add_item call
1716
 
was wrong.
1717
 
 
1718
 
------------------------------------------------------------------------
1719
 
r19502 | ulfl | 2006-10-12 00:52:24 -0700 (Thu, 12 Oct 2006) | 1 line
1720
 
Changed paths:
1721
 
   M /trunk/docbook/release-notes.xml
1722
 
 
1723
 
The preferences and alike dialog button behaviour changed.
1724
 
------------------------------------------------------------------------
1725
 
r19501 | jake | 2006-10-11 23:01:51 -0700 (Wed, 11 Oct 2006) | 1 line
1726
 
Changed paths:
1727
 
   M /trunk/epan/dissectors/Makefile.common
1728
 
   A /trunk/epan/dissectors/packet-udld.c
1729
 
 
1730
 
Adding initial version of UDLD dissector
1731
 
------------------------------------------------------------------------
1732
 
r19500 | gerald | 2006-10-11 16:53:19 -0700 (Wed, 11 Oct 2006) | 2 lines
1733
 
Changed paths:
1734
 
   M /trunk/docbook/release-notes.xml
1735
 
 
1736
 
Update bug lists.
1737
 
 
1738
 
------------------------------------------------------------------------
1739
 
r19499 | gerald | 2006-10-11 16:25:51 -0700 (Wed, 11 Oct 2006) | 3 lines
1740
 
Changed paths:
1741
 
   M /trunk/gtk/graph_analysis.c
1742
 
 
1743
 
When dumping the graph data to a file, don't walk past the end of a buffer.
1744
 
Should fix bug 396.
1745
 
 
1746
 
------------------------------------------------------------------------
1747
 
r19498 | gerald | 2006-10-11 13:34:05 -0700 (Wed, 11 Oct 2006) | 2 lines
1748
 
Changed paths:
1749
 
   M /trunk/epan/libwireshark.def
1750
 
 
1751
 
Export the recent prefs changes.
1752
 
 
1753
 
------------------------------------------------------------------------
1754
 
r19497 | sahlberg | 2006-10-11 13:05:27 -0700 (Wed, 11 Oct 2006) | 8 lines
1755
 
Changed paths:
1756
 
   M /trunk/epan/dissectors/packet-scsi.c
1757
 
 
1758
 
From Patrick vd Lageweg 
1759
 
 
1760
 
Hi,
1761
 
 
1762
 
This patch makes several bit fields in the LOG SELECT command being displayed as bits instead of as numbers.
1763
 
 
1764
 
 
1765
 
 
1766
 
------------------------------------------------------------------------
1767
 
r19496 | sahlberg | 2006-10-11 13:03:44 -0700 (Wed, 11 Oct 2006) | 11 lines
1768
 
Changed paths:
1769
 
   M /trunk/epan/dissectors/packet-scsi.c
1770
 
 
1771
 
From  Patrick vd Lageweg
1772
 
 
1773
 
Hi,
1774
 
 
1775
 
This patch fixes the page number user for the "write error couner page".
1776
 
 
1777
 
 
1778
 
 
1779
 
 
1780
 
 
1781
 
 
1782
 
------------------------------------------------------------------------
1783
 
r19495 | sahlberg | 2006-10-11 13:00:43 -0700 (Wed, 11 Oct 2006) | 12 lines
1784
 
Changed paths:
1785
 
   M /trunk/AUTHORS
1786
 
   M /trunk/epan/dissectors/packet-scsi.c
1787
 
 
1788
 
From  Patrick vd Lageweg
1789
 
 
1790
 
 
1791
 
 
1792
 
Hi,
1793
 
 
1794
 
This patch impelments a dissect for the SCSI SSC Medium Partition Page.
1795
 
 
1796
 
 
1797
 
Patrick
1798
 
 
1799
 
 
1800
 
------------------------------------------------------------------------
1801
 
r19494 | guy | 2006-10-11 10:01:51 -0700 (Wed, 11 Oct 2006) | 5 lines
1802
 
Changed paths:
1803
 
   M /trunk/epan/dissectors/packet-ndps.c
1804
 
 
1805
 
Use a different heuristic to determine whether an NDPS string is ASCII
1806
 
or Unicode, and use tvb_get_ephemeral_faked_unicode() to get Unicode
1807
 
strings; this fixes problems I've seen in captures, where the string
1808
 
isn't being processed correctly.
1809
 
 
1810
 
------------------------------------------------------------------------
1811
 
r19493 | sahlberg | 2006-10-11 04:32:56 -0700 (Wed, 11 Oct 2006) | 7 lines
1812
 
Changed paths:
1813
 
   M /trunk/epan/dissectors/packet-fc.c
1814
 
   M /trunk/epan/dissectors/packet-fcp.c
1815
 
   M /trunk/epan/dissectors/packet-iscsi.c
1816
 
   M /trunk/epan/dissectors/packet-ndmp.c
1817
 
   M /trunk/epan/dissectors/packet-scsi.h
1818
 
 
1819
 
add a task_flags bitmap   and two lengths (data and bidirectional data)
1820
 
so that the two scsi transports   FCP and ISCSI can provide the expected data transfer lengths to SCSI  to allow SCSI reassembly.
1821
 
 
1822
 
NDMP does not really need these hints since for NDMP (and also iscsi-lite) there is conceptually always both data in and data out phases and there is never any fragmentation.
1823
 
 
1824
 
 
1825
 
 
1826
 
------------------------------------------------------------------------
1827
 
r19492 | sahlberg | 2006-10-11 03:38:59 -0700 (Wed, 11 Oct 2006) | 3 lines
1828
 
Changed paths:
1829
 
   M /trunk/epan/dissectors/packet-fc.c
1830
 
   M /trunk/epan/dissectors/packet-fc.h
1831
 
   M /trunk/epan/dissectors/packet-fcct.c
1832
 
   M /trunk/epan/dissectors/packet-fcdns.c
1833
 
   M /trunk/epan/dissectors/packet-fcels.c
1834
 
   M /trunk/epan/dissectors/packet-fcfcs.c
1835
 
   M /trunk/epan/dissectors/packet-fcfzs.c
1836
 
   M /trunk/epan/dissectors/packet-fclctl.c
1837
 
   M /trunk/epan/dissectors/packet-fcp.c
1838
 
   M /trunk/epan/dissectors/packet-fcsb3.c
1839
 
   M /trunk/epan/dissectors/packet-fcsp.c
1840
 
   M /trunk/epan/dissectors/packet-fcswils.c
1841
 
   M /trunk/epan/dissectors/packet-ipfc.c
1842
 
   M /trunk/epan/dissectors/packet-iscsi.c
1843
 
   M /trunk/epan/dissectors/packet-llc.c
1844
 
   M /trunk/epan/dissectors/packet-ndmp.c
1845
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
1846
 
   M /trunk/epan/dissectors/packet-scsi.c
1847
 
   M /trunk/epan/dissectors/packet-scsi.h
1848
 
   M /trunk/gtk/conversations_fc.c
1849
 
   M /trunk/gtk/fc_stat.c
1850
 
   M /trunk/gtk/hostlist_fc.c
1851
 
   M /trunk/gtk/scsi_stat.c
1852
 
   M /trunk/tap-iousers.c
1853
 
 
1854
 
move the ITL and the ITLQ structure to packet-scsi.h where it belongs
1855
 
 
1856
 
 
1857
 
------------------------------------------------------------------------
1858
 
r19491 | sahlberg | 2006-10-11 02:47:27 -0700 (Wed, 11 Oct 2006) | 5 lines
1859
 
Changed paths:
1860
 
   M /trunk/epan/dissectors/packet-usb.c
1861
 
 
1862
 
from Paolo A
1863
 
 
1864
 
update the usb dissector to reflect the recent change in the pcap format
1865
 
 
1866
 
 
1867
 
------------------------------------------------------------------------
1868
 
r19490 | sahlberg | 2006-10-11 01:18:14 -0700 (Wed, 11 Oct 2006) | 7 lines
1869
 
Changed paths:
1870
 
   M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
1871
 
   M /trunk/asn1/ldap/ldap.cnf
1872
 
   M /trunk/asn1/ldap/packet-ldap-template.c
1873
 
   M /trunk/epan/dissectors/packet-ldap.c
1874
 
 
1875
 
fix for 1148
1876
 
 
1877
 
pretty horrible hack to store an ntlmssp blob inside an ldap string
1878
 
 
1879
 
the info column is not entirely pretty but   the payload is at least decoded
1880
 
 
1881
 
 
1882
 
------------------------------------------------------------------------
1883
 
r19489 | ulfl | 2006-10-11 00:31:01 -0700 (Wed, 11 Oct 2006) | 1 line
1884
 
Changed paths:
1885
 
   M /trunk/epan/dissectors/packet-media.c
1886
 
 
1887
 
fix #1154: although g_vsnprintf() is called, it don't like a NULL pointer for a %s format string. The following proto_tree_add_text was already fixed.
1888
 
------------------------------------------------------------------------
1889
 
r19488 | etxrab | 2006-10-10 23:11:54 -0700 (Tue, 10 Oct 2006) | 14 lines
1890
 
Changed paths:
1891
 
   M /trunk/epan/dissectors/packet-ppp.c
1892
 
 
1893
 
From Donald White:
1894
 
An enhancement to the PPP multiplexing protocol 
1895
 
dissector in protocol-ppp.c.  There are two changes:
1896
 
 
1897
 
     The protocol id field of the multiplexed sub-frame is added
1898
 
     to the protocol tree using a header field.  This allows
1899
 
     filters to select the protocol as is the case when it is not
1900
 
     multiplexed.  I think this fixes a small bug as the ability to
1901
 
     filter for a protocol should not depend on the lower level
1902
 
     protocol.
1903
 
 
1904
 
     When the protocol id of the subframe is not present, the
1905
 
     appropriate default protocol is displayed with the standard
1906
 
     indication that Wireshark generated the value.
1907
 
------------------------------------------------------------------------
1908
 
r19487 | gerald | 2006-10-10 17:37:29 -0700 (Tue, 10 Oct 2006) | 3 lines
1909
 
Changed paths:
1910
 
   M /trunk/epan/prefs.c
1911
 
   M /trunk/epan/prefs.h
1912
 
 
1913
 
Add prefs_apply(), which lets us apply preferences (specifically,
1914
 
trigger a module's callback) for a specific module.
1915
 
 
1916
 
------------------------------------------------------------------------
1917
 
r19486 | gerald | 2006-10-10 15:46:58 -0700 (Tue, 10 Oct 2006) | 4 lines
1918
 
Changed paths:
1919
 
   M /trunk/epan/dissectors/packet-ipsec.c
1920
 
 
1921
 
Simplify the preference string allocation code.  Shorten the comments,
1922
 
which (as Ulf pointed out) reduces the size of the prefs file
1923
 
significantly.
1924
 
 
1925
 
------------------------------------------------------------------------
1926
 
r19485 | etxrab | 2006-10-10 14:56:10 -0700 (Tue, 10 Oct 2006) | 1 line
1927
 
Changed paths:
1928
 
   M /trunk/epan/dissectors/packet-h248_3gpp.c
1929
 
 
1930
 
Fix a typo.
1931
 
------------------------------------------------------------------------
1932
 
r19484 | etxrab | 2006-10-10 14:52:52 -0700 (Tue, 10 Oct 2006) | 1 line
1933
 
Changed paths:
1934
 
   M /trunk/epan/dissectors/Makefile.common
1935
 
   A /trunk/epan/dissectors/packet-h248_q1950.c
1936
 
 
1937
 
Add H.248 packet BCP dissecton.
1938
 
------------------------------------------------------------------------
1939
 
r19483 | etxrab | 2006-10-10 14:50:19 -0700 (Tue, 10 Oct 2006) | 1 line
1940
 
Changed paths:
1941
 
   D /trunk/epan/dissectors/packet-h248_package_bcp.c
1942
 
   D /trunk/epan/dissectors/packet-h248_package_bcp.h
1943
 
 
1944
 
Remove no longer used files.
1945
 
------------------------------------------------------------------------
1946
 
r19482 | etxrab | 2006-10-10 14:46:44 -0700 (Tue, 10 Oct 2006) | 1 line
1947
 
Changed paths:
1948
 
   M /trunk/epan/dissectors/packet-usb.c
1949
 
 
1950
 
u_int32_t gives error on Windows assuming guint32 will do.
1951
 
------------------------------------------------------------------------
1952
 
r19481 | gerald | 2006-10-10 14:15:19 -0700 (Tue, 10 Oct 2006) | 2 lines
1953
 
Changed paths:
1954
 
   M /trunk/docbook/release-notes.xml
1955
 
 
1956
 
Prep for the 0.99.4 release.
1957
 
 
1958
 
------------------------------------------------------------------------
1959
 
r19480 | sahlberg | 2006-10-10 14:00:35 -0700 (Tue, 10 Oct 2006) | 5 lines
1960
 
Changed paths:
1961
 
   M /trunk/AUTHORS
1962
 
   M /trunk/epan/dissectors/Makefile.common
1963
 
   A /trunk/epan/dissectors/packet-usb.c
1964
 
   M /trunk/wiretap/libpcap.c
1965
 
   M /trunk/wiretap/wtap.c
1966
 
   M /trunk/wiretap/wtap.h
1967
 
 
1968
 
From Paolo Abeni
1969
 
 
1970
 
USB dissector
1971
 
 
1972
 
 
1973
 
------------------------------------------------------------------------
1974
 
r19479 | gerald | 2006-10-10 13:55:38 -0700 (Tue, 10 Oct 2006) | 3 lines
1975
 
Changed paths:
1976
 
   M /trunk/test/test-backend.sh
1977
 
   M /trunk/test/test.sh
1978
 
 
1979
 
Add command-line options: -c disables color, -h prints help, -s runs
1980
 
a suite.
1981
 
 
1982
 
------------------------------------------------------------------------
1983
 
r19478 | jake | 2006-10-10 12:00:50 -0700 (Tue, 10 Oct 2006) | 1 line
1984
 
Changed paths:
1985
 
   M /trunk/gtk/main.c
1986
 
   M /trunk/version_info.c
1987
 
 
1988
 
Don't let PortAudio skip the queue on the about dialog ;)
1989
 
------------------------------------------------------------------------
1990
 
r19477 | guy | 2006-10-10 01:13:56 -0700 (Tue, 10 Oct 2006) | 2 lines
1991
 
Changed paths:
1992
 
   M /trunk/gtk/color_edit_dlg.c
1993
 
 
1994
 
Include <string.h> to declare string functions we use.
1995
 
 
1996
 
------------------------------------------------------------------------
1997
 
r19476 | guy | 2006-10-10 01:13:16 -0700 (Tue, 10 Oct 2006) | 3 lines
1998
 
Changed paths:
1999
 
   M /trunk/gtk/color_dlg.c
2000
 
 
2001
 
Get rid of declarations of functions that are no longer defined or used
2002
 
in this file.
2003
 
 
2004
 
------------------------------------------------------------------------
2005
 
r19475 | guy | 2006-10-10 01:12:40 -0700 (Tue, 10 Oct 2006) | 2 lines
2006
 
Changed paths:
2007
 
   M /trunk/epan/camel-persistentdata.c
2008
 
 
2009
 
Include "epan/tap.h" to declare a function we use.
2010
 
 
2011
 
------------------------------------------------------------------------
2012
 
r19474 | guy | 2006-10-10 01:12:04 -0700 (Tue, 10 Oct 2006) | 2 lines
2013
 
Changed paths:
2014
 
   M /trunk/epan/dissectors/packet-ber.c
2015
 
 
2016
 
Squelch a compiler warning.
2017
 
 
2018
 
------------------------------------------------------------------------
2019
 
r19473 | guy | 2006-10-10 01:10:42 -0700 (Tue, 10 Oct 2006) | 2 lines
2020
 
Changed paths:
2021
 
   M /trunk/asn1/h248/packet-h248-template.c
2022
 
   M /trunk/epan/dissectors/packet-h248.c
2023
 
 
2024
 
Clean up some compiler warnings.
2025
 
 
2026
 
------------------------------------------------------------------------
2027
 
r19472 | guy | 2006-10-10 01:09:11 -0700 (Tue, 10 Oct 2006) | 2 lines
2028
 
Changed paths:
2029
 
   M /trunk/epan/dissectors/packet-linx.c
2030
 
 
2031
 
Get rid of an unused variable.
2032
 
 
2033
 
------------------------------------------------------------------------
2034
 
r19471 | guy | 2006-10-10 01:08:17 -0700 (Tue, 10 Oct 2006) | 2 lines
2035
 
Changed paths:
2036
 
   M /trunk/tap-funnel.c
2037
 
 
2038
 
Squelch a compiler warning, and clean up indentation.
2039
 
 
2040
 
------------------------------------------------------------------------
2041
 
r19470 | guy | 2006-10-10 01:07:14 -0700 (Tue, 10 Oct 2006) | 2 lines
2042
 
Changed paths:
2043
 
   M /trunk/color_filters.c
2044
 
 
2045
 
Fix some compiler warnings.
2046
 
 
2047
 
------------------------------------------------------------------------
2048
 
r19469 | guy | 2006-10-10 00:35:47 -0700 (Tue, 10 Oct 2006) | 3 lines
2049
 
Changed paths:
2050
 
   M /trunk/epan/dissectors/packet-h248_annex_e.c
2051
 
 
2052
 
Get rid of CR's at the ends of lines, set svn:keywords and svn:eol-style
2053
 
appropriately.
2054
 
 
2055
 
------------------------------------------------------------------------
2056
 
r19468 | gerald | 2006-10-09 17:30:49 -0700 (Mon, 09 Oct 2006) | 2 lines
2057
 
Changed paths:
2058
 
   M /trunk/epan/dissectors/packet-ieee80211.c
2059
 
 
2060
 
Remove a leftover printf.
2061
 
 
2062
 
------------------------------------------------------------------------
2063
 
r19467 | gerald | 2006-10-09 17:28:53 -0700 (Mon, 09 Oct 2006) | 5 lines
2064
 
Changed paths:
2065
 
   M /trunk/airpcap.h
2066
 
   M /trunk/airpcap_loader.h
2067
 
   M /trunk/epan/dissectors/packet-ieee80211.c
2068
 
   M /trunk/epan/prefs.c
2069
 
   M /trunk/epan/prefs.h
2070
 
 
2071
 
First step in integrating the AirPcap WEP preferences with those
2072
 
from the 802.11 dissector.  Use a #define for the maximum number of
2073
 
WEP keys.  Use AirPcap's if we have it (64).  Rename find_module()
2074
 
prefs_find_module() and make it public.
2075
 
 
2076
 
------------------------------------------------------------------------
2077
 
r19466 | gerald | 2006-10-09 16:28:30 -0700 (Mon, 09 Oct 2006) | 3 lines
2078
 
Changed paths:
2079
 
   M /trunk/test/config.sh
2080
 
 
2081
 
Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwise
2082
 
use a default value.
2083
 
 
2084
 
------------------------------------------------------------------------
2085
 
r19465 | ulfl | 2006-10-09 15:32:50 -0700 (Mon, 09 Oct 2006) | 1 line
2086
 
Changed paths:
2087
 
   M /trunk/epan/wslua/Makefile.nmake
2088
 
 
2089
 
add some missing files to the clean target
2090
 
------------------------------------------------------------------------
2091
 
r19464 | gerald | 2006-10-09 13:31:48 -0700 (Mon, 09 Oct 2006) | 2 lines
2092
 
Changed paths:
2093
 
   M /trunk/test/test-backend.sh
2094
 
   M /trunk/test/test.sh
2095
 
 
2096
 
Return 1 on failure.
2097
 
 
2098
 
------------------------------------------------------------------------
2099
 
r19463 | etxrab | 2006-10-09 13:22:31 -0700 (Mon, 09 Oct 2006) | 1 line
2100
 
Changed paths:
2101
 
   A /trunk/asn1/h248/h248v3.asn
2102
 
 
2103
 
Add ASN1 for H248 v3. The aim is to replace the current asn1 file after some more testing.
2104
 
------------------------------------------------------------------------
2105
 
r19462 | sahlberg | 2006-10-09 12:35:36 -0700 (Mon, 09 Oct 2006) | 6 lines
2106
 
Changed paths:
2107
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
2108
 
 
2109
 
From Joe Breher
2110
 
 
2111
 
dissect the permission bits in the capability blob
2112
 
 
2113
 
 
2114
 
 
2115
 
------------------------------------------------------------------------
2116
 
r19461 | gerald | 2006-10-09 11:47:42 -0700 (Mon, 09 Oct 2006) | 10 lines
2117
 
Changed paths:
2118
 
   M /trunk/test/config.sh
2119
 
   M /trunk/test/suite-capture.sh
2120
 
   M /trunk/test/suite-clopts.sh
2121
 
   M /trunk/test/test-backend.sh
2122
 
   M /trunk/test/test.sh
2123
 
 
2124
 
Make preparations for running under Buildbot:
2125
 
 
2126
 
  - Check for an "all" argument at startup.  If it's present,
2127
 
    then proceed with testing.
2128
 
 
2129
 
  - Add a platform check.  Use it to handle cases where we can't run
2130
 
    as a normal user, e.g. trying to capture under Linux.
2131
 
 
2132
 
  - Add a "Skipped" result.
2133
 
 
2134
 
------------------------------------------------------------------------
2135
 
r19460 | sahlberg | 2006-10-09 01:31:04 -0700 (Mon, 09 Oct 2006) | 12 lines
2136
 
Changed paths:
2137
 
   M /trunk/AUTHORS
2138
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
2139
 
 
2140
 
from Joe Breher
2141
 
 
2142
 
This patch fixes a transposition of the orders of
2143
 
Set Attribute Number
2144
 
Set Attribute Length
2145
 
In the page oriented get and set attributes CDB parameters format
2146
 
Ref SCSI-OSD T10/1355-D Revision 10 section 5.2.2.2
2147
 
 
2148
 
 
2149
 
 
2150
 
 
2151
 
 
2152
 
------------------------------------------------------------------------
2153
 
r19459 | kukosa | 2006-10-08 23:24:03 -0700 (Sun, 08 Oct 2006) | 1 line
2154
 
Changed paths:
2155
 
   M /trunk/tools/lex.py
2156
 
   M /trunk/tools/yacc.py
2157
 
 
2158
 
Ply updated to version 2.1
2159
 
------------------------------------------------------------------------
2160
 
r19458 | wmeier | 2006-10-08 19:07:44 -0700 (Sun, 08 Oct 2006) | 1 line
2161
 
Changed paths:
2162
 
   M /trunk/Makefile.nmake
2163
 
 
2164
 
If GTK1_DIR or GTK2_DIR not defined, then corresponding install-common-deps should not be invoked....
2165
 
------------------------------------------------------------------------
2166
 
r19457 | ulfl | 2006-10-08 15:57:32 -0700 (Sun, 08 Oct 2006) | 5 lines
2167
 
Changed paths:
2168
 
   M /trunk/test/config.sh
2169
 
   M /trunk/test/suite-capture.sh
2170
 
 
2171
 
from Richard van der Hoff:
2172
 
[tshark from a fifo]
2173
 
I've even gone so far as to add a unit test for it
2174
 
 
2175
 
ULFL: as mkfifo isn't available on Win32 (not even cygwin), make this test configurable in config.sh
2176
 
------------------------------------------------------------------------
2177
 
r19456 | ulfl | 2006-10-08 15:39:23 -0700 (Sun, 08 Oct 2006) | 6 lines
2178
 
Changed paths:
2179
 
   M /trunk/capture_loop.c
2180
 
   M /trunk/capture_loop.h
2181
 
   M /trunk/tshark.c
2182
 
 
2183
 
from Richard van der Hoff:
2184
 
> [tshark from a fifo]
2185
 
> Ulf - I notice you made the relevant change here (r16787) - is there any reason why tshark shouldn't use capture_loop_dispatch to do its processing, rather than attempting to use cap_pipe_dispatch or pcap_dispatch directly?
2186
 
 
2187
 
well, there didn't seem to be, so I've made a patch which does exactly this, and which fixes the problem.
2188
 
 
2189
 
------------------------------------------------------------------------
2190
 
r19455 | ulfl | 2006-10-08 15:24:46 -0700 (Sun, 08 Oct 2006) | 3 lines
2191
 
Changed paths:
2192
 
   M /trunk/test/config.sh
2193
 
   M /trunk/test/suite-capture.sh
2194
 
 
2195
 
change the binary path to current windows debug dir: wireshark-gtk2
2196
 
 
2197
 
don't use promiscuous mode as default (my Win32 WLAN card won't capture any packets with it - might probably be better for other users as well)
2198
 
------------------------------------------------------------------------
2199
 
r19454 | etxrab | 2006-10-08 13:57:20 -0700 (Sun, 08 Oct 2006) | 4 lines
2200
 
Changed paths:
2201
 
   M /trunk/asn1/h248/packet-h248-template.c
2202
 
   M /trunk/epan/dissectors/packet-h248.c
2203
 
   M /trunk/epan/dissectors/packet-isup.c
2204
 
   M /trunk/epan/dissectors/packet-isup.h
2205
 
 
2206
 
H248:
2207
 
Lost a line in last commit.
2208
 
 
2209
 
ISUP Export a value string.
2210
 
------------------------------------------------------------------------
2211
 
r19453 | sahlberg | 2006-10-08 12:54:01 -0700 (Sun, 08 Oct 2006) | 8 lines
2212
 
Changed paths:
2213
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
2214
 
 
2215
 
add some more SCSI OSD command dissectors
2216
 
 
2217
 
REMOVE
2218
 
REMOVE PARTITION
2219
 
REMOVE COLELCTION
2220
 
SET KEY
2221
 
 
2222
 
 
2223
 
------------------------------------------------------------------------
2224
 
r19452 | sahlberg | 2006-10-08 12:11:39 -0700 (Sun, 08 Oct 2006) | 4 lines
2225
 
Changed paths:
2226
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
2227
 
 
2228
 
dissect attribute get/set data in data in/out blobs and display them for now as a blob.
2229
 
 
2230
 
 
2231
 
 
2232
 
------------------------------------------------------------------------
2233
 
r19451 | jake | 2006-10-08 00:54:06 -0700 (Sun, 08 Oct 2006) | 1 line
2234
 
Changed paths:
2235
 
   M /trunk/epan/dissectors/packet-ssl.c
2236
 
 
2237
 
Fix for bug 1153, typos in debug output
2238
 
------------------------------------------------------------------------
2239
 
r19450 | sahlberg | 2006-10-07 21:48:24 -0700 (Sat, 07 Oct 2006) | 4 lines
2240
 
Changed paths:
2241
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
2242
 
 
2243
 
scsi osd
2244
 
collapse attripute parameters, capability and security parameters into subtrees to make the display easier to read
2245
 
 
2246
 
 
2247
 
------------------------------------------------------------------------
2248
 
r19449 | sahlberg | 2006-10-07 21:13:18 -0700 (Sat, 07 Oct 2006) | 5 lines
2249
 
Changed paths:
2250
 
   M /trunk/epan/dissectors/packet-iscsi.c
2251
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
2252
 
 
2253
 
scsi: unusual scsi protocols can request multiple AHS fields for iscsi   so decode the AHS properly instead of assuming at most one field is present
2254
 
 
2255
 
scsi-osd   add dissection of  LIST data pdus  and  CREATE cdb
2256
 
 
2257
 
 
2258
 
------------------------------------------------------------------------
2259
 
r19448 | ulfl | 2006-10-07 15:41:17 -0700 (Sat, 07 Oct 2006) | 1 line
2260
 
Changed paths:
2261
 
   M /trunk/airpcap_loader.c
2262
 
 
2263
 
don't crash, if airpcap.dll isn't available
2264
 
------------------------------------------------------------------------
2265
 
r19447 | jmayer | 2006-10-07 07:48:04 -0700 (Sat, 07 Oct 2006) | 14 lines
2266
 
Changed paths:
2267
 
   M /trunk/epan/dissectors/Makefile.common
2268
 
   M /trunk/epan/dissectors/packet-ethertype.c
2269
 
   A /trunk/epan/dissectors/packet-wlccp.c
2270
 
   M /trunk/epan/etypes.h
2271
 
 
2272
 
Stephen Fisher:
2273
 
        packet-cisco-wireless.c is actually trying to dissect WLCCP:
2274
 
 
2275
 
I have attached a dissector I wrote from scratch for the
2276
 
frames that I'm seeing.  It has #defines for the field offsets and
2277
 
lengths so it should be easier to merge.  I also attached a sample
2278
 
capture with one of the frames that I'm seeing.  There are more fields
2279
 
in the frame I haven't yet figured out, hopefully your dissector has
2280
 
those that I'm missing.
2281
 
 
2282
 
Me: - Commented in wlccp over udp as well, it works most of the time.
2283
 
    - Leave the file packet-cisco-wireless.c in for the time being to
2284
 
      copy over knowledge until no usable info is left in the file.
2285
 
 
2286
 
------------------------------------------------------------------------
2287
 
r19446 | jmayer | 2006-10-07 07:24:32 -0700 (Sat, 07 Oct 2006) | 9 lines
2288
 
Changed paths:
2289
 
   M /trunk/config.nmake
2290
 
   M /trunk/gtk/Makefile.nmake
2291
 
   M /trunk/gtk/rtp_player.c
2292
 
 
2293
 
Alejandro Vaquero:
2294
 
        Add portaudio v19 support in addition to v18:
2295
 
 
2296
 
   Here is a patch using the API 2 (v19). I tested it only in Windows.
2297
 
Attached also the Windows v19 zip file used. I did not modify the
2298
 
Makefile.nmake to download this new version (when running the "setup"),
2299
 
because Windows v18 it is still good.
2300
 
 
2301
 
 
2302
 
------------------------------------------------------------------------
2303
 
r19445 | etxrab | 2006-10-06 12:48:00 -0700 (Fri, 06 Oct 2006) | 2 lines
2304
 
Changed paths:
2305
 
   M /trunk/asn1/h248/packet-h248-template.c
2306
 
   M /trunk/epan/dissectors/packet-h248.c
2307
 
   M /trunk/epan/dissectors/packet-h248_annex_c.c
2308
 
   M /trunk/epan/dissectors/packet-h248_annex_e.c
2309
 
   M /trunk/epan/dissectors/packet-isup.c
2310
 
 
2311
 
Add a few packages and fix dissecton of a_codecs and handle the case when
2312
 
hf_param = -1.
2313
 
------------------------------------------------------------------------
2314
 
r19444 | jake | 2006-10-06 12:18:55 -0700 (Fri, 06 Oct 2006) | 4 lines
2315
 
Changed paths:
2316
 
   M /trunk/epan/dissectors/packet-bgp.c
2317
 
 
2318
 
From Aaron Campbell:
2319
 
The expression (BGP_OSPF_RTYPE_EXT ||BGP_OSPF_RTYPE_NSSA) will always
2320
 
evaluate to 1.  As well, neither of these constants are defined as flag
2321
 
values, so a bitwise op was probably not intended either.
2322
 
------------------------------------------------------------------------
2323
 
r19443 | gerald | 2006-10-06 10:50:51 -0700 (Fri, 06 Oct 2006) | 2 lines
2324
 
Changed paths:
2325
 
   M /trunk/Makefile.am
2326
 
 
2327
 
Add the u3 packaging directory to the distribution.
2328
 
 
2329
 
------------------------------------------------------------------------
2330
 
r19442 | gerald | 2006-10-06 10:39:39 -0700 (Fri, 06 Oct 2006) | 2 lines
2331
 
Changed paths:
2332
 
   M /trunk/Makefile.common
2333
 
 
2334
 
Add airpcap.h to the distribution.
2335
 
 
2336
 
------------------------------------------------------------------------
2337
 
r19441 | etxrab | 2006-10-05 14:37:45 -0700 (Thu, 05 Oct 2006) | 1 line
2338
 
Changed paths:
2339
 
   M /trunk/plugins/Makefile.nmake
2340
 
 
2341
 
Remove entries for the lua plugin as it's not used any more.
2342
 
------------------------------------------------------------------------
2343
 
r19440 | lego | 2006-10-05 09:25:13 -0700 (Thu, 05 Oct 2006) | 4 lines
2344
 
Changed paths:
2345
 
   M /trunk/epan/funnel.h
2346
 
   M /trunk/epan/wslua/wslua_gui.c
2347
 
   M /trunk/gtk/funnel_stat.c
2348
 
 
2349
 
have the funnel client passing the destructors for btn data structures to the funnel.
2350
 
Although useless in practice, it is better to implement it this way... the funnel mini gui might be used by other modules in the future.
2351
 
 
2352
 
 
2353
 
------------------------------------------------------------------------
2354
 
r19439 | martinm | 2006-10-05 07:10:10 -0700 (Thu, 05 Oct 2006) | 3 lines
2355
 
Changed paths:
2356
 
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
2357
 
   M /trunk/epan/dissectors/packet-umts_fp.c
2358
 
 
2359
 
Make IPPrim based addresses filterable (mirroring ip/udp/tcp filter names).
2360
 
Add some if (tree) tests to try to avoid doing extra work (large FP captures can be very slow to load).
2361
 
 
2362
 
------------------------------------------------------------------------
2363
 
r19438 | jake | 2006-10-05 04:35:41 -0700 (Thu, 05 Oct 2006) | 2 lines
2364
 
Changed paths:
2365
 
   M /trunk/epan/dissectors/packet-kerberos.c
2366
 
 
2367
 
Patch in bug 1149, adds DCE-style flag for gss-api
2368
 
 
2369
 
------------------------------------------------------------------------
2370
 
r19437 | etxrab | 2006-10-04 15:49:40 -0700 (Wed, 04 Oct 2006) | 2 lines
2371
 
Changed paths:
2372
 
   M /trunk/plugins/megaco/packet-megaco.c
2373
 
 
2374
 
Start to make the output from the dissector more like the actual
2375
 
data.
2376
 
------------------------------------------------------------------------
2377
 
r19436 | etxrab | 2006-10-04 15:43:38 -0700 (Wed, 04 Oct 2006) | 1 line
2378
 
Changed paths:
2379
 
   M /trunk/asn1/h248/packet-h248-template.c
2380
 
   M /trunk/asn1/h248/packet-h248-template.h
2381
 
   M /trunk/epan/dissectors/packet-h248.c
2382
 
   M /trunk/epan/dissectors/packet-h248.h
2383
 
   M /trunk/epan/dissectors/packet-h248_3gpp.c
2384
 
   M /trunk/epan/dissectors/packet-h248_annex_c.c
2385
 
   M /trunk/epan/dissectors/packet-h248_annex_e.c
2386
 
 
2387
 
Added the possibillity of Statistic pkg as well.
2388
 
------------------------------------------------------------------------
2389
 
r19435 | jake | 2006-10-04 15:01:58 -0700 (Wed, 04 Oct 2006) | 7 lines
2390
 
Changed paths:
2391
 
   M /trunk/epan/dissectors/packet-linx.c
2392
 
 
2393
 
Make provisional ETHERTYPE dependant on registered ETHERTYPE
2394
 
Remove preferences stuff
2395
 
Use stringz for variable length names
2396
 
Media address size independant
2397
 
Removed generated item
2398
 
Set actual length of packet
2399
 
Make info column work without coloring rules or filters
2400
 
------------------------------------------------------------------------
2401
 
r19434 | etxrab | 2006-10-04 14:52:35 -0700 (Wed, 04 Oct 2006) | 6 lines
2402
 
Changed paths:
2403
 
   M /trunk/asn1/h248/packet-h248-template.c
2404
 
   M /trunk/epan/dissectors/packet-h248.c
2405
 
   M /trunk/epan/dissectors/packet-h248.h
2406
 
 
2407
 
Put back the bugfixes froim Revision 19190/19356
2408
 
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
2409
 
 
2410
 
"h248_handle was declared localy, udp port was not added at register.
2411
 
 
2412
 
Added a few more packagenames."
2413
 
------------------------------------------------------------------------
2414
 
r19433 | gerald | 2006-10-04 13:53:18 -0700 (Wed, 04 Oct 2006) | 2 lines
2415
 
Changed paths:
2416
 
   M /trunk/configure.in
2417
 
 
2418
 
Fix the version.
2419
 
 
2420
 
------------------------------------------------------------------------
2421
 
r19432 | lego | 2006-10-04 11:45:26 -0700 (Wed, 04 Oct 2006) | 8 lines
2422
 
Changed paths:
2423
 
   M /trunk/epan/wslua/wslua_gui.c
2424
 
   M /trunk/gtk/funnel_stat.c
2425
 
 
2426
 
Misterious bug with cf_read() solved... had nothing to do with cf_read :)
2427
 
 
2428
 
the callback data for TextWindow buttons was ep_allocated!
2429
 
after cf_read() it was reused and so it was rewritten...
2430
 
 
2431
 
fix that making it g_malloced instead.
2432
 
 
2433
 
 
2434
 
------------------------------------------------------------------------
2435
 
r19431 | gal | 2006-10-04 11:08:51 -0700 (Wed, 04 Oct 2006) | 3 lines
2436
 
Changed paths:
2437
 
   M /trunk/Makefile.nmake
2438
 
 
2439
 
Patch for clean, distclean and maintainer-clean targets for U3 packaging.
2440
 
 
2441
 
 
2442
 
------------------------------------------------------------------------
2443
 
r19430 | etxrab | 2006-10-04 11:00:32 -0700 (Wed, 04 Oct 2006) | 7 lines
2444
 
Changed paths:
2445
 
   M /trunk/epan/dissectors/Makefile.common
2446
 
   A /trunk/epan/dissectors/packet-linx.c
2447
 
 
2448
 
From Martin Peylo:
2449
 
 
2450
 
dissector for Enea's LINX protocol?
2451
 
 
2452
 
A protocol spec is available at <http://www.enea.com/templates/Extension____8947.aspx>. The source of the kernel module could be obtained from Enea by sending a request to "linx at enea dot com".
2453
 
 
2454
 
Currently they use ethertype 0x9999 which is not registered at IEEE.
2455
 
------------------------------------------------------------------------
2456
 
r19429 | etxrab | 2006-10-04 10:43:52 -0700 (Wed, 04 Oct 2006) | 2 lines
2457
 
Changed paths:
2458
 
   M /trunk/epan/dissectors/packet-mip6.c
2459
 
   M /trunk/epan/dissectors/packet-mip6.h
2460
 
 
2461
 
From Nicolas DICHTEL:
2462
 
M flag isn't for MCOA, but for HMIP (RFC4140 Section 4.1).
2463
 
------------------------------------------------------------------------
2464
 
r19428 | etxrab | 2006-10-04 10:36:40 -0700 (Wed, 04 Oct 2006) | 3 lines
2465
 
Changed paths:
2466
 
   M /trunk/wiretap/iseries.c
2467
 
 
2468
 
From Martin Warnes:
2469
 
The patch addresses issues with higher precision packet
2470
 
timings on top end iSeries hardware and should enable the iseries wiretap to handle timings in both micro and nano seconds.
2471
 
------------------------------------------------------------------------
2472
 
r19427 | etxrab | 2006-10-04 09:02:59 -0700 (Wed, 04 Oct 2006) | 1 line
2473
 
Changed paths:
2474
 
   M /trunk/Makefile.common
2475
 
   M /trunk/asn1/camel/packet-camel-template.c
2476
 
   M /trunk/epan/Makefile.common
2477
 
   M /trunk/epan/camel-persistentdata.h
2478
 
   M /trunk/epan/dissectors/packet-camel.c
2479
 
   M /trunk/epan/libwireshark.def
2480
 
   M /trunk/gtk/Makefile.common
2481
 
 
2482
 
Finally got it to complie.
2483
 
------------------------------------------------------------------------
2484
 
r19426 | lego | 2006-10-04 08:31:31 -0700 (Wed, 04 Oct 2006) | 3 lines
2485
 
Changed paths:
2486
 
   M /trunk/asn1/h248/h248.cnf
2487
 
   M /trunk/asn1/h248/packet-h248-template.c
2488
 
   M /trunk/epan/dissectors/packet-h248.c
2489
 
   M /trunk/epan/dissectors/packet-h248_annex_c.c
2490
 
   M /trunk/epan/dissectors/packet-h248_annex_e.c
2491
 
 
2492
 
more cleanup... almost there...
2493
 
 
2494
 
 
2495
 
------------------------------------------------------------------------
2496
 
r19425 | lego | 2006-10-04 07:37:46 -0700 (Wed, 04 Oct 2006) | 7 lines
2497
 
Changed paths:
2498
 
   M /trunk/epan/wslua/Makefile.am
2499
 
   M /trunk/epan/wslua/template-init.lua
2500
 
   M /trunk/epan/wslua/wslua_field.c
2501
 
   M /trunk/epan/wslua/wslua_gui.c
2502
 
   M /trunk/epan/wslua/wslua_util.c
2503
 
 
2504
 
- wslua_util.c:  replace Lua's loadfile and dofile for versions that will try to open the file in perscofdir then  dataconfdir if there's no such file in cwd
2505
 
- wslua_field.c: avoid FieldInfo:__tostring() crashing when the ftype has no val_to_string_repr
2506
 
- init.lua: inform the user that a packet has been disabled, intead of a cryptic "attemt to call nil"
2507
 
- Makefile.am: add register_wslua.c and declare_wslua.h to MAINTAINERCLEANFILES
2508
 
- wslua_gui.c: fix a typo
2509
 
 
2510
 
 
2511
 
------------------------------------------------------------------------
2512
 
r19424 | etxrab | 2006-10-04 00:18:58 -0700 (Wed, 04 Oct 2006) | 6 lines
2513
 
Changed paths:
2514
 
   M /trunk/epan/camel-persistentdata.c
2515
 
   M /trunk/epan/camel-persistentdata.h
2516
 
   M /trunk/tap-camelsrt.c
2517
 
 
2518
 
Got rid of some errors but 1 remains:
2519
 
libui.lib(camel_srt.obj) : error LNK2001: unresolved external symbol _camelSRTt
2520
 
pe_naming
2521
 
wireshark.exe : fatal error LNK1120: 1 unresolved externals
2522
 
NMAKE : fatal error U1077: 'link' : return code '0x460'
2523
 
Stop.
2524
 
------------------------------------------------------------------------
2525
 
r19423 | ulfl | 2006-10-03 16:32:51 -0700 (Tue, 03 Oct 2006) | 7 lines
2526
 
Changed paths:
2527
 
   M /trunk/epan/wslua/Makefile.am
2528
 
 
2529
 
an attempt to fix the Ubuntu buildbot:
2530
 
 
2531
 
ERROR: files left in build directory after distclean:
2532
 
./epan/wslua/declare_wslua.h
2533
 
./epan/wslua/register_wslua.c
2534
 
 
2535
 
Louis, could you have a look - I might have produced a mess :-)
2536
 
------------------------------------------------------------------------
2537
 
r19422 | ulfl | 2006-10-03 16:24:48 -0700 (Tue, 03 Oct 2006) | 1 line
2538
 
Changed paths:
2539
 
   M /trunk/color_filters.c
2540
 
   M /trunk/color_filters.h
2541
 
   M /trunk/file.c
2542
 
 
2543
 
fix the memory leak problem mentioned lately by adding and using color_filters_cleanup()
2544
 
------------------------------------------------------------------------
2545
 
r19421 | ulfl | 2006-10-03 15:32:03 -0700 (Tue, 03 Oct 2006) | 3 lines
2546
 
Changed paths:
2547
 
   M /trunk/color_filters.c
2548
 
   M /trunk/file.c
2549
 
 
2550
 
changes of the coloring rules sometimes crashed as dissection keeps pointers to the color_filter for later reference -> simply deleting the filters leave the pointers invalid  -> crash.
2551
 
 
2552
 
for now, don't delete the filters but keep them floating around in memory (leaking) -> at least better than crashing
2553
 
------------------------------------------------------------------------
2554
 
r19420 | etxrab | 2006-10-03 15:12:47 -0700 (Tue, 03 Oct 2006) | 9 lines
2555
 
Changed paths:
2556
 
   A /trunk/epan/camel-persistentdata.c
2557
 
   A /trunk/epan/camel-persistentdata.h
2558
 
   A /trunk/gtk/camel_counter.c
2559
 
   A /trunk/gtk/camel_srt.c
2560
 
   A /trunk/tap-camelcounter.c
2561
 
   A /trunk/tap-camelsrt.c
2562
 
 
2563
 
From Florent.Drouin@alcatel.fr:
2564
 
Please find two new TAP for Camel Statistics.
2565
 
The first one updates  counters related to camel operations. It is located in the GSM submenu. The second one , named Camel Service Response Time, gives the time ellapsed between a couple of camel specifics operations. (For example InitialDP/Continue or InitialDP GPRS/Continue GPRS). With Wireshark, you can have the Min/Max/Mean delay time for your traces files, and with Tshark, you have the additional information for percentile (1%,95% 99% etc )
2566
 
 
2567
 
To enable the use of the Camel statistics, you have 2 new parameters in the preferences,
2568
 
- SRT, enable the service Response Time calculation.
2569
 
- persistentSRT, keep the data in a context, even after the  camel session has been closed. This is mandatory with Wireshark, to have a clean display of the stats.
2570
 
 
2571
 
Only the new files checked in for now because of include problems.
2572
 
------------------------------------------------------------------------
2573
 
r19419 | ulfl | 2006-10-03 14:25:16 -0700 (Tue, 03 Oct 2006) | 1 line
2574
 
Changed paths:
2575
 
   M /trunk/epan/prefs.c
2576
 
 
2577
 
"saying your preferences once ..." -> "applying your preferences once ..."
2578
 
------------------------------------------------------------------------
2579
 
r19418 | ulfl | 2006-10-03 14:03:08 -0700 (Tue, 03 Oct 2006) | 1 line
2580
 
Changed paths:
2581
 
   M /trunk/gtk/color_dlg.c
2582
 
   M /trunk/gtk/filter_dlg.c
2583
 
   M /trunk/gtk/prefs_dlg.c
2584
 
   M /trunk/gtk/proto_dlg.c
2585
 
 
2586
 
As Stephen Fisher noted, the Apply button should also save the changed settings (if the Save button is disabled)
2587
 
------------------------------------------------------------------------
2588
 
r19417 | ulfl | 2006-10-03 13:11:08 -0700 (Tue, 03 Oct 2006) | 1 line
2589
 
Changed paths:
2590
 
   M /trunk/gtk/color_dlg.c
2591
 
 
2592
 
fix a bug in the export function
2593
 
------------------------------------------------------------------------
2594
 
r19416 | ulfl | 2006-10-03 13:01:39 -0700 (Tue, 03 Oct 2006) | 1 line
2595
 
Changed paths:
2596
 
   M /trunk/gtk/capture_file_dlg.c
2597
 
 
2598
 
the whole ARGUMENT_CL mimic isn't required any longer - remove it. This should fix compile problems under Unix.
2599
 
------------------------------------------------------------------------
2600
 
r19415 | ulfl | 2006-10-03 12:53:10 -0700 (Tue, 03 Oct 2006) | 11 lines
2601
 
Changed paths:
2602
 
   M /trunk/epan/prefs.c
2603
 
   M /trunk/epan/prefs.h
2604
 
   M /trunk/gtk/color_dlg.c
2605
 
   M /trunk/gtk/filter_dlg.c
2606
 
   M /trunk/gtk/gui_prefs.c
2607
 
   M /trunk/gtk/prefs_dlg.c
2608
 
   M /trunk/gtk/proto_dlg.c
2609
 
 
2610
 
now: Don't have a Save button in the following settings dialogs:
2611
 
 
2612
 
- Edit/Preferences
2613
 
- View/Coloring Rules
2614
 
- Capture/Capture Filters
2615
 
- Analyze/Display Filters
2616
 
- Analyze/Enabled Protocols
2617
 
 
2618
 
The settings will be automatically saved when pressing the Ok button.
2619
 
 
2620
 
If someone really wants the explicit Save buttons as before - you can get them back at the Edit/Preferences/User Interface page.
2621
 
------------------------------------------------------------------------
2622
 
r19414 | etxrab | 2006-10-03 12:24:22 -0700 (Tue, 03 Oct 2006) | 3 lines
2623
 
Changed paths:
2624
 
   M /trunk/asn1/tcap/packet-tcap-template.c
2625
 
   M /trunk/epan/dissectors/packet-tcap.c
2626
 
 
2627
 
From Florent.Drouin@alcatel.fr:
2628
 
I did improve the OID management in the tcap dissector.
2629
 
Now, when a tcap message is reveived, without upper layer, the ACN is saved in the TCAP context, and can be used for the next messages of the dialogue. It is used only when the upper layer session is opened with Tcap only messages.
2630
 
------------------------------------------------------------------------
2631
 
r19413 | ulfl | 2006-10-03 11:39:36 -0700 (Tue, 03 Oct 2006) | 8 lines
2632
 
Changed paths:
2633
 
   M /trunk/color_filters.c
2634
 
   M /trunk/color_filters.h
2635
 
   M /trunk/file.c
2636
 
   M /trunk/gtk/capture_file_dlg.c
2637
 
   M /trunk/gtk/color_dlg.c
2638
 
   M /trunk/gtk/win32-file-dlg.c
2639
 
   M /trunk/gtk/win32-file-dlg.h
2640
 
 
2641
 
Implement a real "Cancel" button for the coloring rules dialog - this was a hard one! It seems to be working without bugs and as designed now.
2642
 
 
2643
 
As this was a huge internal change, new bugs are very probable - please report.
2644
 
 
2645
 
The implementation isn't still perfect, a new dialog internal list could possibly be removed again. 
2646
 
 
2647
 
However, I want to check in at this condition, just in case I make things worse - again.
2648
 
 
2649
 
------------------------------------------------------------------------
2650
 
r19412 | lego | 2006-10-03 11:38:04 -0700 (Tue, 03 Oct 2006) | 4 lines
2651
 
Changed paths:
2652
 
   M /trunk/asn1/h248/h248.cnf
2653
 
   M /trunk/epan/dissectors/packet-h248.c
2654
 
 
2655
 
Get it to compile...
2656
 
 
2657
 
 
2658
 
 
2659
 
------------------------------------------------------------------------
2660
 
r19411 | lego | 2006-10-03 11:24:08 -0700 (Tue, 03 Oct 2006) | 3 lines
2661
 
Changed paths:
2662
 
   M /trunk/epan/wslua/Makefile.nmake
2663
 
 
2664
 
Update nmakefile to latest changes.
2665
 
 
2666
 
 
2667
 
------------------------------------------------------------------------
2668
 
r19410 | etxrab | 2006-10-03 11:11:55 -0700 (Tue, 03 Oct 2006) | 9 lines
2669
 
Changed paths:
2670
 
   M /trunk/epan/dissectors/packet-bacapp.c
2671
 
   M /trunk/epan/dissectors/packet-bacapp.h
2672
 
 
2673
 
From  David Richards:
2674
 
numerous changes, most notably:
2675
 
 
2676
 
1) BACnetStatusFlags is bit string, not enum, in NotificationParameters
2677
 
2) Fixes many places where enclosing context tags were not handled properly.
2678
 
3) Simplify tag decoding logic.  Change to explicit decoding in many 
2679
 
instances rather
2680
 
    than read tags in a loop and do a switch based on tag number.  Looping
2681
 
    ignores out-of-order and other types of tagging errors.
2682
 
------------------------------------------------------------------------
2683
 
r19409 | lego | 2006-10-03 11:07:31 -0700 (Tue, 03 Oct 2006) | 3 lines
2684
 
Changed paths:
2685
 
   M /trunk/asn1/h248/packet-h248-template.c
2686
 
   M /trunk/epan/dissectors/packet-h248.c
2687
 
 
2688
 
MSVCC does not like mixing code and variable declarations
2689
 
 
2690
 
 
2691
 
------------------------------------------------------------------------
2692
 
r19408 | etxrab | 2006-10-03 11:04:15 -0700 (Tue, 03 Oct 2006) | 1 line
2693
 
Changed paths:
2694
 
   M /trunk/epan/dissectors/packet-xml.c
2695
 
 
2696
 
Add application/media_control+xml
2697
 
------------------------------------------------------------------------
2698
 
r19407 | lego | 2006-10-03 10:24:28 -0700 (Tue, 03 Oct 2006) | 10 lines
2699
 
Changed paths:
2700
 
   M /trunk/asn1/h248/MEGACO.asn
2701
 
   M /trunk/asn1/h248/h248.cnf
2702
 
   M /trunk/asn1/h248/packet-h248-template.c
2703
 
   M /trunk/asn1/h248/packet-h248-template.h
2704
 
   M /trunk/epan/dissectors/Makefile.common
2705
 
   M /trunk/epan/dissectors/packet-h248.c
2706
 
   M /trunk/epan/dissectors/packet-h248.h
2707
 
   A /trunk/epan/dissectors/packet-h248_3gpp.c
2708
 
   A /trunk/epan/dissectors/packet-h248_annex_c.c
2709
 
   A /trunk/epan/dissectors/packet-h248_annex_e.c
2710
 
 
2711
 
H.248 packages...
2712
 
 
2713
 
few things to be fixed:
2714
 
- // comments,
2715
 
- not every hf_xxx used might be registered
2716
 
 
2717
 
some packages from the current h248 dissector are still missing.
2718
 
 
2719
 
 
2720
 
 
2721
 
------------------------------------------------------------------------
2722
 
r19406 | lego | 2006-10-03 07:27:45 -0700 (Tue, 03 Oct 2006) | 5 lines
2723
 
Changed paths:
2724
 
   M /trunk/epan/funnel.h
2725
 
   M /trunk/epan/wslua/Makefile.am
2726
 
   M /trunk/epan/wslua/make-reg.pl
2727
 
   M /trunk/epan/wslua/wslua.h
2728
 
   M /trunk/epan/wslua/wslua_gui.c
2729
 
   M /trunk/gtk/funnel_stat.c
2730
 
   M /trunk/tap-funnel.c
2731
 
 
2732
 
- Make sure that the registration files are created whenever there's a change
2733
 
- get rid of 5.0.2 stuff
2734
 
- add the apply_filter() API
2735
 
 
2736
 
 
2737
 
------------------------------------------------------------------------
2738
 
r19405 | martinm | 2006-10-03 07:21:07 -0700 (Tue, 03 Oct 2006) | 4 lines
2739
 
Changed paths:
2740
 
   M /trunk/epan/dissectors/packet-umts_fp.c
2741
 
   M /trunk/wiretap/catapult_dct2000.c
2742
 
 
2743
 
- Add special case for reading strange encoding of ATM CID field
2744
 
- Indicate direction of DCH Data in info column
2745
 
- Assume EDCH payload CRC if 2 bytes are left over (previous test was broken)
2746
 
 
2747
 
------------------------------------------------------------------------
2748
 
r19404 | lego | 2006-10-03 05:07:10 -0700 (Tue, 03 Oct 2006) | 7 lines
2749
 
Changed paths:
2750
 
   M /trunk/epan/funnel.h
2751
 
   M /trunk/epan/wslua/wslua_gui.c
2752
 
   M /trunk/gtk/funnel_stat.c
2753
 
   M /trunk/tap-funnel.c
2754
 
 
2755
 
more Lua APIs:
2756
 
- set_filter() : sets the main window filter
2757
 
- reload() : reloads the current capture file
2758
 
- copy_to_clipboard() : copies its first arfg to the clipboard
2759
 
- open_capture_file() : opens a capture file for viewing (still broken)
2760
 
 
2761
 
 
2762
 
------------------------------------------------------------------------
2763
 
r19403 | etxrab | 2006-10-02 22:50:28 -0700 (Mon, 02 Oct 2006) | 4 lines
2764
 
Changed paths:
2765
 
   M /trunk/epan/dissectors/packet-newmail.c
2766
 
 
2767
 
From Stephen Fisher:
2768
 
always register 
2769
 
itself on the port from the preferences (defaults to 0) upon launch.  
2770
 
This allows the user to right-click and use decode as.
2771
 
------------------------------------------------------------------------
2772
 
r19402 | etxrab | 2006-10-02 22:48:47 -0700 (Mon, 02 Oct 2006) | 4 lines
2773
 
Changed paths:
2774
 
   M /trunk/epan/dissectors/packet-vnc.c
2775
 
 
2776
 
From Stephen Fisher:
2777
 
Modifie the VNC dissector to desegment 
2778
 
the "server cut text" message type for cases where the cut text is in 
2779
 
the next tcp segment from the first part of the message.
2780
 
------------------------------------------------------------------------
2781
 
r19401 | gerald | 2006-10-02 16:44:10 -0700 (Mon, 02 Oct 2006) | 4 lines
2782
 
Changed paths:
2783
 
   M /trunk/airpcap.h
2784
 
   M /trunk/airpcap_loader.c
2785
 
   M /trunk/airpcap_loader.h
2786
 
   M /trunk/config.nmake
2787
 
   M /trunk/configure.in
2788
 
   M /trunk/gtk/airpcap_dlg.c
2789
 
   M /trunk/gtk/airpcap_gui_utils.c
2790
 
   M /trunk/gtk/airpcap_gui_utils.h
2791
 
   M /trunk/gtk/capture_dlg.c
2792
 
   M /trunk/gtk/keys.h
2793
 
 
2794
 
Fix WEP key bug in the AirPcap code that could cause a crash.  Enable
2795
 
AirPcap by default. Add initial support for the "Any" device in AirPcap
2796
 
(more to come).
2797
 
 
2798
 
------------------------------------------------------------------------
2799
 
r19400 | ulfl | 2006-10-02 16:11:55 -0700 (Mon, 02 Oct 2006) | 1 line
2800
 
Changed paths:
2801
 
   M /trunk/gtk/capture_file_dlg.c
2802
 
   M /trunk/gtk/color_dlg.h
2803
 
 
2804
 
missing mark -> select changes
2805
 
------------------------------------------------------------------------
2806
 
r19399 | ulfl | 2006-10-02 16:01:33 -0700 (Mon, 02 Oct 2006) | 1 line
2807
 
Changed paths:
2808
 
   M /trunk/color_filters.c
2809
 
   M /trunk/color_filters.h
2810
 
   M /trunk/gtk/color_dlg.c
2811
 
 
2812
 
further code cleanup: don't use the term "marked" for the color filters, the right term is "selected". That caused me "concerns" wether the marked feature of the packet list was involved - which is actually not
2813
 
------------------------------------------------------------------------
2814
 
r19398 | ulfl | 2006-10-02 14:55:26 -0700 (Mon, 02 Oct 2006) | 2 lines
2815
 
Changed paths:
2816
 
   M /trunk/color_filters.c
2817
 
 
2818
 
refactor apply_color_filter() as it was a bit confusing - it will also be a bit faster now -
2819
 
and some other minor code cleanup
2820
 
------------------------------------------------------------------------
2821
 
r19397 | ulfl | 2006-10-02 13:59:38 -0700 (Mon, 02 Oct 2006) | 1 line
2822
 
Changed paths:
2823
 
   M /trunk/gtk/filter_dlg.c
2824
 
 
2825
 
instead of reverting the whole changes by the *first* cancelled dialog box, revert them by clicking "Cancel" on the *last* dialog - this behaviour just makes more sense.
2826
 
------------------------------------------------------------------------
2827
 
r19396 | tuexen | 2006-10-02 12:26:53 -0700 (Mon, 02 Oct 2006) | 2 lines
2828
 
Changed paths:
2829
 
   M /trunk/capture_loop.c
2830
 
 
2831
 
Do not show the Windows specific message on non-Windows systems.
2832
 
 
2833
 
------------------------------------------------------------------------
2834
 
r19395 | ulfl | 2006-10-02 12:07:01 -0700 (Mon, 02 Oct 2006) | 1 line
2835
 
Changed paths:
2836
 
   M /trunk/Makefile.nmake
2837
 
 
2838
 
as noted by Anders Broman: the Win2000 version of copy don't like the /d switch
2839
 
------------------------------------------------------------------------
2840
 
r19394 | martinm | 2006-10-02 06:38:13 -0700 (Mon, 02 Oct 2006) | 1 line
2841
 
Changed paths:
2842
 
   M /trunk/gtk/menu.c
2843
 
 
2844
 
Don't show Tools menu at all if Lua not present
2845
 
------------------------------------------------------------------------
2846
 
r19393 | martinm | 2006-10-02 03:49:57 -0700 (Mon, 02 Oct 2006) | 1 line
2847
 
Changed paths:
2848
 
   M /trunk/epan/dissectors/packet-rtp.c
2849
 
 
2850
 
Set correct length for extensions root
2851
 
------------------------------------------------------------------------
2852
 
r19392 | ulfl | 2006-10-01 17:13:14 -0700 (Sun, 01 Oct 2006) | 1 line
2853
 
Changed paths:
2854
 
   M /trunk/color_filters.h
2855
 
   M /trunk/gtk/Makefile.am
2856
 
   M /trunk/gtk/Makefile.common
2857
 
   M /trunk/gtk/color_dlg.c
2858
 
   A /trunk/gtk/color_edit_dlg.c
2859
 
   A /trunk/gtk/color_edit_dlg.h
2860
 
 
2861
 
various (huge) code cleanup incl. splitting of the coloring dialog and the actual color rule edit dialog into two files - this makes the things much more clearer now (at least for me)
2862
 
------------------------------------------------------------------------
2863
 
r19391 | ulfl | 2006-10-01 12:34:03 -0700 (Sun, 01 Oct 2006) | 1 line
2864
 
Changed paths:
2865
 
   M /trunk/gtk/filter_dlg.c
2866
 
 
2867
 
If the Cancel button was clicked and another filter dialog is still open - yes that's possible - reverse the changes on it as well to reflect the current internal list.
2868
 
------------------------------------------------------------------------
2869
 
r19390 | ulfl | 2006-10-01 10:59:30 -0700 (Sun, 01 Oct 2006) | 1 line
2870
 
Changed paths:
2871
 
   M /trunk/filters.c
2872
 
   M /trunk/filters.h
2873
 
   M /trunk/gtk/filter_dlg.c
2874
 
 
2875
 
Change the filter dialog (capture and display filters), so it has a real Cancel button now - the former Close button didn't reverted the changes done.
2876
 
------------------------------------------------------------------------
2877
 
r19389 | sahlberg | 2006-09-30 14:49:11 -0700 (Sat, 30 Sep 2006) | 6 lines
2878
 
Changed paths:
2879
 
   M /trunk/epan/dissectors/packet-iscsi.c
2880
 
 
2881
 
fix for header digest detection being broken when AHS is used.
2882
 
 
2883
 
 
2884
 
we simply forgot to account for the AHS when testing to calculate the crc
2885
 
 
2886
 
 
2887
 
------------------------------------------------------------------------
2888
 
r19388 | sahlberg | 2006-09-30 14:08:27 -0700 (Sat, 30 Sep 2006) | 5 lines
2889
 
Changed paths:
2890
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
2891
 
 
2892
 
add dissection of the cdb for service action LIST
2893
 
(but no decoding of the data in yet)
2894
 
 
2895
 
 
2896
 
 
2897
 
------------------------------------------------------------------------
2898
 
r19387 | sahlberg | 2006-09-30 13:40:04 -0700 (Sat, 30 Sep 2006) | 6 lines
2899
 
Changed paths:
2900
 
   M /trunk/epan/dissectors/packet-iscsi.c
2901
 
 
2902
 
the ahs length inside the AHS for an extended cdb includes the reserved byte before the start of cdb data
2903
 
 
2904
 
account for this extra reserved byte in the ahs length so that the reconstructed cdb has the correct length and does not contain one extra byte at the end
2905
 
 
2906
 
 
2907
 
 
2908
 
------------------------------------------------------------------------
2909
 
r19386 | ulfl | 2006-09-30 11:30:43 -0700 (Sat, 30 Sep 2006) | 1 line
2910
 
Changed paths:
2911
 
   M /trunk/epan/dissectors/packet-http.c
2912
 
 
2913
 
fix a typo
2914
 
------------------------------------------------------------------------
2915
 
r19385 | etxrab | 2006-09-30 08:50:38 -0700 (Sat, 30 Sep 2006) | 3 lines
2916
 
Changed paths:
2917
 
   M /trunk/asn1/umts_rrc/Makefile
2918
 
   M /trunk/asn1/umts_rrc_Internode-defs/Makefile
2919
 
   M /trunk/asn1/umts_rrc_ies/Makefile
2920
 
   M /trunk/asn1/umts_rrc_pdu_def/Makefile
2921
 
 
2922
 
From Reinhard Speyerer:
2923
 
Update asn1/umts_rrc*/Makefile
2924
 
for the renamed asn2eth.py -> asn2wrs.py.
2925
 
------------------------------------------------------------------------
2926
 
r19384 | ulfl | 2006-09-30 07:57:50 -0700 (Sat, 30 Sep 2006) | 1 line
2927
 
Changed paths:
2928
 
   M /trunk/gtk/proto_draw.c
2929
 
 
2930
 
add a missing #include
2931
 
------------------------------------------------------------------------
2932
 
r19383 | gal | 2006-09-30 07:37:09 -0700 (Sat, 30 Sep 2006) | 5 lines
2933
 
Changed paths:
2934
 
   M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
2935
 
   M /trunk/asn1/x509ce/x509ce-exp.cnf
2936
 
   M /trunk/asn1/x509ce/x509ce.cnf
2937
 
   M /trunk/epan/dissectors/packet-logotypecertextn.c
2938
 
   M /trunk/epan/dissectors/packet-x509ce.c
2939
 
   M /trunk/epan/proto.h
2940
 
   M /trunk/gtk/proto_draw.c
2941
 
 
2942
 
A new field information flag, FI_URL, to indicate a field contains a URL.
2943
 
This is used to display the field underlined and to allow the user to double-click on it (like FT_FRAMENUM) to open the URL in the configured browser. 
2944
 
Example usage in the x509ce and logotype certificate extensions. 
2945
 
 
2946
 
 
2947
 
------------------------------------------------------------------------
2948
 
r19382 | ulfl | 2006-09-30 06:40:36 -0700 (Sat, 30 Sep 2006) | 1 line
2949
 
Changed paths:
2950
 
   M /trunk/epan/dissectors/packet-gtp.c
2951
 
 
2952
 
remove compiler warnings
2953
 
------------------------------------------------------------------------
2954
 
r19381 | ulfl | 2006-09-30 06:25:05 -0700 (Sat, 30 Sep 2006) | 1 line
2955
 
Changed paths:
2956
 
   M /trunk/plugins/Custom.nmake.example
2957
 
 
2958
 
we don't need to .. the dirs for the clean targets here
2959
 
------------------------------------------------------------------------
2960
 
r19380 | gal | 2006-09-30 05:58:52 -0700 (Sat, 30 Sep 2006) | 3 lines
2961
 
Changed paths:
2962
 
   M /trunk/packaging/u3/win32/makefile.nmake
2963
 
 
2964
 
Update for latest lua changes.
2965
 
 
2966
 
 
2967
 
------------------------------------------------------------------------
2968
 
r19379 | sahlberg | 2006-09-30 03:24:23 -0700 (Sat, 30 Sep 2006) | 3 lines
2969
 
Changed paths:
2970
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
2971
 
 
2972
 
 add dissection of SCSI OSD CREATE PARTITION
2973
 
 
2974
 
 
2975
 
------------------------------------------------------------------------
2976
 
r19378 | sahlberg | 2006-09-30 03:08:43 -0700 (Sat, 30 Sep 2006) | 3 lines
2977
 
Changed paths:
2978
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
2979
 
 
2980
 
finish off the remainder of FORMAT OSD   for scsi osd dissector
2981
 
 
2982
 
 
2983
 
------------------------------------------------------------------------
2984
 
r19377 | ulfl | 2006-09-30 02:45:51 -0700 (Sat, 30 Sep 2006) | 7 lines
2985
 
Changed paths:
2986
 
   A /trunk/plugins/Custom.nmake.example
2987
 
   M /trunk/plugins/Makefile.nmake
2988
 
 
2989
 
"Pluggable custom makefile"
2990
 
A custom plugin (not yet to be released to the public) can be added to Makefile.nmake easily. But this has a drawback:
2991
 
The modified Makefile.nmake appears as a modified file in the commit list and in generated patches (this annoyed me for years).
2992
 
 
2993
 
To solve this I've added a plugin like mechanism which calls a Custom.nmake file for each target (if the file is existing). I've also added a Custom.nmake.example for a quick start.
2994
 
 
2995
 
I don't know how to do this for the Makefile.am, so I leave this as an exercise for the interested reader ;-)
2996
 
------------------------------------------------------------------------
2997
 
r19376 | sahlberg | 2006-09-30 02:34:58 -0700 (Sat, 30 Sep 2006) | 9 lines
2998
 
Changed paths:
2999
 
   M /trunk/epan/dissectors/packet-iscsi.c
3000
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
3001
 
 
3002
 
scsi osd updates
3003
 
 
3004
 
 
3005
 
iscsi: when iscsi transfers a cdb that is alrger than 16 bytes,  the first 16 bytes are transferred in the normal place in the header and ther remainder of the cdb is transported inside the AHS.
3006
 
 
3007
 
reassemble these cdb into a proper tvb before passing it to the scsi dissector
3008
 
 
3009
 
 
3010
 
 
3011
 
------------------------------------------------------------------------
3012
 
r19375 | ulfl | 2006-09-30 02:15:15 -0700 (Sat, 30 Sep 2006) | 1 line
3013
 
Changed paths:
3014
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
3015
 
 
3016
 
remove a warning
3017
 
------------------------------------------------------------------------
3018
 
r19374 | sahlberg | 2006-09-29 21:10:28 -0700 (Fri, 29 Sep 2006) | 8 lines
3019
 
Changed paths:
3020
 
   M /trunk/epan/dissectors/packet-fc.c
3021
 
   M /trunk/epan/dissectors/packet-fc.h
3022
 
   M /trunk/epan/dissectors/packet-iscsi.c
3023
 
   M /trunk/epan/dissectors/packet-ndmp.c
3024
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
3025
 
 
3026
 
add an extra_data pointer to the itlq structure where specific commandsets/cdbs can hang additional data that are unique to that commandset/cdb
3027
 
 
3028
 
 
3029
 
make the scsi osd service action and getsetattributetype use this facility
3030
 
 
3031
 
furhter enhancements to scsi osd
3032
 
 
3033
 
 
3034
 
------------------------------------------------------------------------
3035
 
r19373 | sahlberg | 2006-09-29 18:01:57 -0700 (Fri, 29 Sep 2006) | 3 lines
3036
 
Changed paths:
3037
 
   M /trunk/epan/dissectors/packet-iscsi.c
3038
 
 
3039
 
scsi opcode 0x7f is variable length   so dont clamp the cdb length to 16 bytes
3040
 
 
3041
 
 
3042
 
------------------------------------------------------------------------
3043
 
r19372 | ulfl | 2006-09-29 17:45:03 -0700 (Fri, 29 Sep 2006) | 1 line
3044
 
Changed paths:
3045
 
   M /trunk/Makefile.nmake
3046
 
 
3047
 
that wasn't a typo, xcopy can't rename files that way
3048
 
------------------------------------------------------------------------
3049
 
r19371 | sahlberg | 2006-09-29 17:31:36 -0700 (Fri, 29 Sep 2006) | 5 lines
3050
 
Changed paths:
3051
 
   M /trunk/epan/dissectors/packet-fc.h
3052
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
3053
 
 
3054
 
scsi osd additions
3055
 
 
3056
 
we also need to track the serviceaction in the itlq structure so we can decode the data in/out properly
3057
 
 
3058
 
 
3059
 
------------------------------------------------------------------------
3060
 
r19370 | ulfl | 2006-09-29 15:48:38 -0700 (Fri, 29 Sep 2006) | 5 lines
3061
 
Changed paths:
3062
 
   M /trunk/epan/prefs-int.h
3063
 
   M /trunk/epan/prefs.c
3064
 
   M /trunk/epan/prefs.h
3065
 
   M /trunk/gtk/prefs_dlg.c
3066
 
 
3067
 
from Stephen Fisher:
3068
 
 
3069
 
Attached is a patch for consideration that changes the title in the 
3070
 
preferences notebook to be the full description of the preference (but 
3071
 
leaves the short name in the preferences list on the left).
3072
 
------------------------------------------------------------------------
3073
 
r19369 | ulfl | 2006-09-29 15:40:55 -0700 (Fri, 29 Sep 2006) | 1 line
3074
 
Changed paths:
3075
 
   M /trunk/gtk/prefs_dlg.c
3076
 
 
3077
 
fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again in 19291)
3078
 
------------------------------------------------------------------------
3079
 
r19368 | ulfl | 2006-09-29 14:53:54 -0700 (Fri, 29 Sep 2006) | 1 line
3080
 
Changed paths:
3081
 
   M /trunk/epan/dissectors/packet-scsi-osd.c
3082
 
 
3083
 
MSVC doesn't like empty array inits
3084
 
------------------------------------------------------------------------
3085
 
r19367 | etxrab | 2006-09-29 14:27:58 -0700 (Fri, 29 Sep 2006) | 1 line
3086
 
Changed paths:
3087
 
   M /trunk/plugins/asn1/packet-asn1.c
3088
 
 
3089
 
Use #defines from packet-ber.h rather than asn1.h change default ports to Zero.
3090
 
------------------------------------------------------------------------
3091
 
r19366 | etxrab | 2006-09-29 14:26:27 -0700 (Fri, 29 Sep 2006) | 1 line
3092
 
Changed paths:
3093
 
   M /trunk/diameter/dictionary.xml
3094
 
   M /trunk/epan/dissectors/packet-diameter-defs.h
3095
 
   M /trunk/radius/dictionary.3gpp
3096
 
 
3097
 
Update Diamater and Radius AVP:s
3098
 
------------------------------------------------------------------------
3099
 
r19365 | jake | 2006-09-29 12:39:40 -0700 (Fri, 29 Sep 2006) | 3 lines
3100
 
Changed paths:
3101
 
   M /trunk/epan/dissectors/packet-xot.c
3102
 
 
3103
 
Fix for bug 1133:
3104
 
add a test for (length > 0) in the dissector (dissect_xot_pdu), to avoid to
3105
 
allocate a new tvb when the XOT decoded length is null. 
3106
 
------------------------------------------------------------------------
3107
 
r19364 | martinm | 2006-09-29 10:35:23 -0700 (Fri, 29 Sep 2006) | 1 line
3108
 
Changed paths:
3109
 
   M /trunk/epan/dissectors/packet-sip.c
3110
 
 
3111
 
Dissect Via header
3112
 
------------------------------------------------------------------------
3113
 
r19363 | jake | 2006-09-29 09:31:52 -0700 (Fri, 29 Sep 2006) | 4 lines
3114
 
Changed paths:
3115
 
   M /trunk/epan/dissectors/packet-mip6.h
3116
 
 
3117
 
From Nicolas DICHTEL:
3118
 
Please find enclosed a patch about Mobile Network Prefix option in NEMO.
3119
 
Following RFC3963 Section 4.3, lenght of this option is 18, not 16.
3120
 
 
3121
 
------------------------------------------------------------------------
3122
 
r19362 | sahlberg | 2006-09-29 04:12:18 -0700 (Fri, 29 Sep 2006) | 7 lines
3123
 
Changed paths:
3124
 
   M /trunk/epan/dissectors/packet-iscsi.c
3125
 
 
3126
 
add a missing heuristic to acept a NOP_IN packet and correct a broken heuristic that would refuse all NOP_OUT pdus as non-iscsi
3127
 
 
3128
 
 
3129
 
 
3130
 
it is absolutely amazing that none of the iscsi implementors and users of wireshark had noticed this breakage and reported it.   they apparently do not use wireshark.
3131
 
 
3132
 
 
3133
 
------------------------------------------------------------------------
3134
 
r19361 | kukosa | 2006-09-29 04:09:17 -0700 (Fri, 29 Sep 2006) | 2 lines
3135
 
Changed paths:
3136
 
   M /trunk/epan/dissectors/packet-per.c
3137
 
 
3138
 
From Reinhard Speyerer:
3139
 
patch fixes a small typo in epan/dissectors/packet-per.c
3140
 
------------------------------------------------------------------------
3141
 
r19360 | sahlberg | 2006-09-29 03:40:51 -0700 (Fri, 29 Sep 2006) | 7 lines
3142
 
Changed paths:
3143
 
   M /trunk/epan/dissectors/Makefile.common
3144
 
   A /trunk/epan/dissectors/packet-scsi-osd.c
3145
 
   A /trunk/epan/dissectors/packet-scsi-osd.h
3146
 
   M /trunk/epan/dissectors/packet-scsi.c
3147
 
   M /trunk/epan/dissectors/packet-scsi.h
3148
 
 
3149
 
add initial scsi osd dissector  but only dissect sdbs that are impoerted from SPC
3150
 
 
3151
 
various changes to the existing scsi dissector to start allowing different commandsets to be implemented in their own dissector files to prevent the scsi dissector to become as huge as the parlay dissector
3152
 
 
3153
 
 
3154
 
 
3155
 
 
3156
 
------------------------------------------------------------------------
3157
 
r19359 | sahlberg | 2006-09-29 02:24:51 -0700 (Fri, 29 Sep 2006) | 3 lines
3158
 
Changed paths:
3159
 
   M /trunk/epan/dissectors/packet-scsi.c
3160
 
   M /trunk/epan/dissectors/packet-scsi.h
3161
 
 
3162
 
move the defines for SPC command opcode values to the headerfile
3163
 
 
3164
 
 
3165
 
------------------------------------------------------------------------
3166
 
r19358 | jake | 2006-09-29 01:47:51 -0700 (Fri, 29 Sep 2006) | 6 lines
3167
 
Changed paths:
3168
 
   M /trunk/wiretap/eyesdn.c
3169
 
 
3170
 
From: Rolf Fiedler 
3171
 
So far Wireshark complained about channel 129, now it gets a little further 
3172
 
and then complains about channel 128. 
3173
 
 
3174
 
Solution: Open up all channel from 128 up. 
3175
 
 
3176
 
------------------------------------------------------------------------
3177
 
r19357 | etxrab | 2006-09-28 22:53:47 -0700 (Thu, 28 Sep 2006) | 1 line
3178
 
Changed paths:
3179
 
   M /trunk/Makefile.nmake
3180
 
 
3181
 
Fixa a typo copy -> xcopy
3182
 
------------------------------------------------------------------------
3183
 
r19356 | etxrab | 2006-09-28 22:52:41 -0700 (Thu, 28 Sep 2006) | 1 line
3184
 
Changed paths:
3185
 
   M /trunk/asn1/h248/packet-h248-template.c
3186
 
 
3187
 
Add some more package names.
3188
 
------------------------------------------------------------------------
3189
 
r19355 | etxrab | 2006-09-28 22:51:44 -0700 (Thu, 28 Sep 2006) | 1 line
3190
 
Changed paths:
3191
 
   M /trunk/epan/dissectors/packet-isakmp.c
3192
 
 
3193
 
Update some value_strings
3194
 
------------------------------------------------------------------------
3195
 
r19354 | etxrab | 2006-09-28 22:50:41 -0700 (Thu, 28 Sep 2006) | 9 lines
3196
 
Changed paths:
3197
 
   M /trunk/epan/dissectors/packet-tipc.c
3198
 
 
3199
 
From Martin Peylo:
3200
 
 
3201
 
- dissection of TIPCv2 internal messages now shows
3202
 
  all fields used according to the protocol spec
3203
 
- there should be no issues with the current protocol
3204
 
  spec anymore
3205
 
- the info column is more concise and gives more
3206
 
  details
3207
 
- some code beautifications
3208
 
------------------------------------------------------------------------
3209
 
r19353 | jake | 2006-09-28 13:28:26 -0700 (Thu, 28 Sep 2006) | 5 lines
3210
 
Changed paths:
3211
 
   M /trunk/wiretap/eyesdn.c
3212
 
 
3213
 
From Rolf Fiedler:
3214
 
I am the author of the eyesdn wiretap module. Recently we added ATM
3215
 
support to our trace format. We used channel id 129 for that, so far
3216
 
only 0 for D channel and 1-30 for bearer channels had been in use.
3217
 
 
3218
 
------------------------------------------------------------------------
3219
 
r19352 | ulfl | 2006-09-28 12:53:11 -0700 (Thu, 28 Sep 2006) | 5 lines
3220
 
Changed paths:
3221
 
   M /trunk/docbook/wsug_src/WSUG_app_files.xml
3222
 
   M /trunk/docbook/wsug_src/WSUG_app_messages.xml
3223
 
   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
3224
 
   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
3225
 
   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
3226
 
   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
3227
 
   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
3228
 
   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
3229
 
   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
3230
 
   M /trunk/docbook/wsug_src/WSUG_preface.xml
3231
 
 
3232
 
from Stephen Fisher:
3233
 
 
3234
 
Attached is a patch to fix some spelling mistakes in the Wireshark 
3235
 
User's Guide.  I also fixed the author's email addresses as the 
3236
 
addresses did not match the right names.
3237
 
------------------------------------------------------------------------
3238
 
r19351 | jake | 2006-09-28 09:30:20 -0700 (Thu, 28 Sep 2006) | 5 lines
3239
 
Changed paths:
3240
 
   M /trunk/epan/dissectors/packet-mip6.c
3241
 
   M /trunk/epan/dissectors/packet-mip6.h
3242
 
 
3243
 
From Nicolas DICHTEL:
3244
 
I've two patchs for FMIPv6:
3245
 
- FBU encapsulated in FNA are not correctly parsed;
3246
 
- there is an error when parsing LLA Option.
3247
 
 
3248
 
------------------------------------------------------------------------
3249
 
r19350 | sahlberg | 2006-09-28 09:29:18 -0700 (Thu, 28 Sep 2006) | 34 lines
3250
 
Changed paths:
3251
 
   M /trunk/AUTHORS
3252
 
   M /trunk/epan/dissectors/Makefile.common
3253
 
   M /trunk/epan/dissectors/packet-dcerpc-mapi.c
3254
 
   M /trunk/epan/dissectors/packet-dcerpc.c
3255
 
   A /trunk/epan/dissectors/packet-newmail.c
3256
 
 
3257
 
From stephen fisher:
3258
 
 
3259
 
 
3260
 
I have figured out one of the fields in the MAPI
3261
 
EcRRegisterPushNotification packet.  The field is a UDP port number that
3262
 
the client wants the Exchange server to send new mail notifications on.
3263
 
These notifications are on a port > 1023 and are always 8 bytes long.
3264
 
 
3265
 
It looks like I would add the function name to the
3266
 
dcerpc_mapi_dissectors[] for the register push notification.  What would
3267
 
my new function need to do besides display the field?
3268
 
 
3269
 
 
3270
 
Thanks,
3271
 
 
3272
 
Steve
3273
 
 
3274
 
Here is a patch to add this functionality.  It displays the notification
3275
 
port and the notification payload (not sure what the payload itself
3276
 
means yet).  It also dynamically registers each notification port found
3277
 
with a new dissector (that I called newmail for lack of a better name -
3278
 
I'm open to suggestions) that displays the notification payload.  This
3279
 
is all undocumented by Microsoft in their usual fashion.
3280
 
 
3281
 
I also changed the code to always display the mapi.opnum field;
3282
 
currently, the mapi.opnum is only displayed when the
3283
 
dcerpc_mapi_dissector is null.
3284
 
 
3285
 
 
3286
 
Steve
3287
 
 
3288
 
 
3289
 
 
3290
 
 
3291
 
------------------------------------------------------------------------
3292
 
r19349 | sahlberg | 2006-09-28 08:57:54 -0700 (Thu, 28 Sep 2006) | 3 lines
3293
 
Changed paths:
3294
 
   M /trunk/epan/dissectors/packet-scsi.c
3295
 
 
3296
 
additional scsi sense codes from patrick@abra2.bitwizard.nl
3297
 
 
3298
 
 
3299
 
------------------------------------------------------------------------
3300
 
r19348 | sahlberg | 2006-09-28 08:55:13 -0700 (Thu, 28 Sep 2006) | 9 lines
3301
 
Changed paths:
3302
 
   M /trunk/epan/dissectors/packet-scsi.c
3303
 
 
3304
 
Hi,
3305
 
 
3306
 
This patch fixes the page code selector for the scsi log sense command.
3307
 
 
3308
 
Patrick
3309
 
 
3310
 
 
3311
 
 
3312
 
 
3313
 
------------------------------------------------------------------------
3314
 
r19347 | martinm | 2006-09-28 02:27:28 -0700 (Thu, 28 Sep 2006) | 1 line
3315
 
Changed paths:
3316
 
   M /trunk/print.c
3317
 
 
3318
 
Remove extra double quote from fix to bug 1110
3319
 
------------------------------------------------------------------------
3320
 
r19346 | lego | 2006-09-28 01:57:29 -0700 (Thu, 28 Sep 2006) | 3 lines
3321
 
Changed paths:
3322
 
   M /trunk/gtk/menu.c
3323
 
   M /trunk/stat_menu.h
3324
 
 
3325
 
Avoid to add an empty menu if there's no Lua.
3326
 
 
3327
 
 
3328
 
------------------------------------------------------------------------
3329
 
r19345 | sahlberg | 2006-09-28 00:52:46 -0700 (Thu, 28 Sep 2006) | 12 lines
3330
 
Changed paths:
3331
 
   M /trunk/AUTHORS
3332
 
   M /trunk/epan/dissectors/packet-nfs.c
3333
 
 
3334
 
From Alex Burlyga
3335
 
 
3336
 
This patch adds support for dissecting ontap's nfsv4 filehandle,
3337
 
as well as some updates to nfsv3 filehandle as well in the nfs
3338
 
dissector.
3339
 
 
3340
 
Alex.
3341
 
 
3342
 
 
3343
 
checked in with minor changes
3344
 
 
3345
 
 
3346
 
------------------------------------------------------------------------
3347
 
r19344 | gerald | 2006-09-27 17:33:46 -0700 (Wed, 27 Sep 2006) | 2 lines
3348
 
Changed paths:
3349
 
   M /trunk/packaging/nsis/wireshark.nsi
3350
 
 
3351
 
Add lua5.1.dll to the installer.
3352
 
 
3353
 
------------------------------------------------------------------------
3354
 
r19343 | sahlberg | 2006-09-27 13:56:15 -0700 (Wed, 27 Sep 2006) | 3 lines
3355
 
Changed paths:
3356
 
   D /trunk/epan/dissectors/dcerpc/efs
3357
 
 
3358
 
EFS is generated by PIDL now so we dont need the old idl2wrs folder any more
3359
 
 
3360
 
 
3361
 
------------------------------------------------------------------------
3362
 
r19342 | sahlberg | 2006-09-27 13:55:13 -0700 (Wed, 27 Sep 2006) | 3 lines
3363
 
Changed paths:
3364
 
   M /trunk/epan/dissectors/packet-dcerpc-efs.c
3365
 
   M /trunk/epan/dissectors/packet-dcerpc-efs.h
3366
 
   A /trunk/epan/dissectors/pidl/efs.cnf
3367
 
   A /trunk/epan/dissectors/pidl/efs.idl
3368
 
 
3369
 
generate the EFS DCERPC interface dissector using PIDL
3370
 
 
3371
 
 
3372
 
------------------------------------------------------------------------
3373
 
r19341 | etxrab | 2006-09-27 13:06:06 -0700 (Wed, 27 Sep 2006) | 12 lines
3374
 
Changed paths:
3375
 
   M /trunk/asn1/camel/packet-camel-template.c
3376
 
   M /trunk/asn1/gsmmap/GSMMAP.asn
3377
 
   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
3378
 
   M /trunk/asn1/tcap/packet-tcap-template.c
3379
 
   M /trunk/asn1/tcap/packet-tcap-template.h
3380
 
   M /trunk/asn1/tcap/tcap.cnf
3381
 
   M /trunk/epan/Makefile.common
3382
 
   M /trunk/epan/dissectors/packet-camel.c
3383
 
   M /trunk/epan/dissectors/packet-gsm_map.c
3384
 
   M /trunk/epan/dissectors/packet-tcap.c
3385
 
   M /trunk/epan/dissectors/packet-tcap.h
3386
 
   A /trunk/epan/tcap-persistentdata.c
3387
 
   A /trunk/epan/tcap-persistentdata.h
3388
 
 
3389
 
From Florent Drouin:
3390
 
Here are some patches and a new module to introduce the notion of Tcap context for a Tcap transaction. For each Tcap transaction, several parameters, like session identifier, start time or OID, will be saved in a hash table, to keep these informations available for the next messages. This context is then given to the upper layer, and can be used, for example, to generate transaction-associated statistics.
3391
 
 
3392
 
Moreover, the Upper protocol, detected in the Begin of the TCAP transaction ( according to the OID ), is saved in the context, and will be reused for the next messages of the transaction. This help the decoding of SS7 messages, without any SSN configuration in the "wireshark preferences".
3393
 
 
3394
 
You will have too, the possibility to apply a filter to see only the messages related to a TCAP transaction. (tcap.srt.session_id=XXX)
3395
 
 
3396
 
To enable the use of the Tcap context, you have 2 new parameters in the preferences,
3397
 
- SRT, enable search for a Tcap context for any TCAP messages
3398
 
- persistentSRT, keep the Tcap context, even after the transaction has been closed. This is mandatory with Wireshark, to have a clean display of the stats.
3399
 
 
3400
 
There is 2 new timers  in the preferences for the statistics, to tune the retransmission timeout, and messages lost timeout.
3401
 
------------------------------------------------------------------------
3402
 
r19340 | etxrab | 2006-09-27 12:30:22 -0700 (Wed, 27 Sep 2006) | 1 line
3403
 
Changed paths:
3404
 
   M /trunk/epan/dissectors/packet-per.c
3405
 
 
3406
 
Handle unaligned dissect_per_length_determinant and dissect_per_restricted_character_string_sorted.
3407
 
------------------------------------------------------------------------
3408
 
r19339 | gerald | 2006-09-27 11:02:40 -0700 (Wed, 27 Sep 2006) | 7 lines
3409
 
Changed paths:
3410
 
   M /trunk/Makefile.nmake
3411
 
   M /trunk/config.nmake
3412
 
   M /trunk/tools/win32-setup.sh
3413
 
 
3414
 
Update GNUTLS to 1.5.1.  This includes an updated libgcrypt, which should
3415
 
fix bug 1096.
3416
 
 
3417
 
Switch back to fetching a date-stamped URL in win32-setup.sh.  This
3418
 
ensures backward compatibility with previous releases and non-updated
3419
 
SVN trees.
3420
 
 
3421
 
------------------------------------------------------------------------
3422
 
r19338 | lego | 2006-09-27 10:12:42 -0700 (Wed, 27 Sep 2006) | 6 lines
3423
 
Changed paths:
3424
 
   M /trunk/epan/funnel.c
3425
 
   M /trunk/epan/funnel.h
3426
 
   M /trunk/epan/wslua/make-init-lua.pl
3427
 
   M /trunk/epan/wslua/template-init.lua
3428
 
   M /trunk/epan/wslua/wslua_gui.c
3429
 
   M /trunk/gtk/funnel_stat.c
3430
 
   M /trunk/gtk/gui_stat_menu.h
3431
 
   M /trunk/gtk/menu.c
3432
 
   M /trunk/gtk/tap_dfilter_dlg.c
3433
 
   M /trunk/stat_menu.h
3434
 
   M /trunk/tap-funnel.c
3435
 
   M /trunk/tap_dfilter_dlg.h
3436
 
 
3437
 
 
3438
 
* rename REGISTER_STAT_GROUP_E -> register_stat_group_t
3439
 
* Add a "Tools" menu
3440
 
* allow wslua's register_menu to register menu items into more menus
3441
 
 
3442
 
 
3443
 
------------------------------------------------------------------------
3444
 
r19337 | gerald | 2006-09-27 09:49:53 -0700 (Wed, 27 Sep 2006) | 3 lines
3445
 
Changed paths:
3446
 
   M /trunk/packaging/nsis/Makefile.nmake
3447
 
 
3448
 
Make the NSIS distclean target be a bit more thorough about cleaning up old
3449
 
installers.
3450
 
 
3451
 
------------------------------------------------------------------------
3452
 
r19336 | martinm | 2006-09-27 05:49:00 -0700 (Wed, 27 Sep 2006) | 2 lines
3453
 
Changed paths:
3454
 
   M /trunk/epan/dissectors/packet-sip.c
3455
 
 
3456
 
Dissect sequence number & method name of CSeq header.
3457
 
 
3458
 
------------------------------------------------------------------------
3459
 
r19335 | jmayer | 2006-09-27 04:03:22 -0700 (Wed, 27 Sep 2006) | 5 lines
3460
 
Changed paths:
3461
 
   M /trunk/acinclude.m4
3462
 
 
3463
 
Change some messages when ucd snmp is found but --with-ssl
3464
 
is missing. Also I changed the behaviour to just disable
3465
 
ucd snmp in case it was requested but no --with-ssl was
3466
 
given instead of bailing out with an error.
3467
 
 
3468
 
------------------------------------------------------------------------
3469
 
r19334 | martinm | 2006-09-27 02:48:42 -0700 (Wed, 27 Sep 2006) | 1 line
3470
 
Changed paths:
3471
 
   M /trunk/print.c
3472
 
 
3473
 
Fix PDML export problem for FT_NONE fields (bug 1110)
3474
 
------------------------------------------------------------------------
3475
 
r19333 | sahlberg | 2006-09-27 01:59:20 -0700 (Wed, 27 Sep 2006) | 6 lines
3476
 
Changed paths:
3477
 
   M /trunk/epan/dissectors/Makefile.common
3478
 
   A /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
3479
 
   A /trunk/epan/dissectors/packet-dcerpc-wzcsvc.h
3480
 
   A /trunk/epan/dissectors/pidl/wzcsvc.cnf
3481
 
   A /trunk/epan/dissectors/pidl/wzcsvc.idl
3482
 
 
3483
 
add new dcerpc protocol WZCSVC based on samba4 idl
3484
 
 
3485
 
this protocol is not too interesting yet since only the function names of this interface is known  but it is more that no dissection at all
3486
 
 
3487
 
 
3488
 
 
3489
 
------------------------------------------------------------------------
3490
 
r19332 | lego | 2006-09-26 19:51:08 -0700 (Tue, 26 Sep 2006) | 3 lines
3491
 
Changed paths:
3492
 
   M /trunk/epan/wslua/template-init.lua
3493
 
 
3494
 
Add a simple lua console to allow evaluation of conde into init.lua
3495
 
 
3496
 
 
3497
 
------------------------------------------------------------------------
3498
 
r19331 | lego | 2006-09-26 17:45:55 -0700 (Tue, 26 Sep 2006) | 1 line
3499
 
Changed paths:
3500
 
   M /trunk/Makefile.nmake
3501
 
   M /trunk/config.nmake
3502
 
 
3503
 
use luaforge's 5.1 dll to be able to link on windows. fix some mistakes
3504
 
------------------------------------------------------------------------
3505
 
r19330 | gerald | 2006-09-26 15:51:04 -0700 (Tue, 26 Sep 2006) | 2 lines
3506
 
Changed paths:
3507
 
   M /trunk/epan/Makefile.nmake
3508
 
 
3509
 
Don't try to build wslua if LUA_DIR isn't defined.
3510
 
 
3511
 
------------------------------------------------------------------------
3512
 
r19329 | gerald | 2006-09-26 15:24:50 -0700 (Tue, 26 Sep 2006) | 4 lines
3513
 
Changed paths:
3514
 
   M /trunk/epan/Makefile.am
3515
 
   M /trunk/epan/wslua/Makefile.am
3516
 
 
3517
 
Fix distcheck errors.  Add epan/wslua to the list of distribution
3518
 
directories, make sure $(scrdir) is prepended to script paths, and 
3519
 
fixup the wslua distclean target.
3520
 
 
3521
 
------------------------------------------------------------------------
3522
 
r19328 | martinm | 2006-09-26 06:01:27 -0700 (Tue, 26 Sep 2006) | 3 lines
3523
 
Changed paths:
3524
 
   M /trunk/epan/dissectors/packet-multipart.c
3525
 
 
3526
 
- Mark the multipart type as a generated field.
3527
 
- Remove the RFC 3261 attribution in the long text version of several headers (some of them I couldn't easily work out where the first non-obsoleted introduction of them is)
3528
 
 
3529
 
------------------------------------------------------------------------
3530
 
r19327 | lego | 2006-09-26 03:22:20 -0700 (Tue, 26 Sep 2006) | 3 lines
3531
 
Changed paths:
3532
 
   M /trunk/epan/epan.c
3533
 
 
3534
 
Re-enable lua as the windows version is already there.
3535
 
 
3536
 
 
3537
 
------------------------------------------------------------------------
3538
 
r19326 | lego | 2006-09-25 21:06:17 -0700 (Mon, 25 Sep 2006) | 3 lines
3539
 
Changed paths:
3540
 
   M /trunk/epan/wslua/init_wslua.c
3541
 
 
3542
 
wslua_init() must return a value
3543
 
 
3544
 
 
3545
 
------------------------------------------------------------------------
3546
 
r19325 | lego | 2006-09-25 20:36:31 -0700 (Mon, 25 Sep 2006) | 3 lines
3547
 
Changed paths:
3548
 
   M /trunk/Makefile.nmake
3549
 
   M /trunk/tools/win32-setup.sh
3550
 
 
3551
 
The forgotten files!
3552
 
 
3553
 
 
3554
 
------------------------------------------------------------------------
3555
 
r19324 | lego | 2006-09-25 20:31:00 -0700 (Mon, 25 Sep 2006) | 3 lines
3556
 
Changed paths:
3557
 
   M /trunk/config.nmake
3558
 
   M /trunk/epan/Makefile.nmake
3559
 
   M /trunk/epan/wslua/Makefile.am
3560
 
   M /trunk/epan/wslua/Makefile.nmake
3561
 
   M /trunk/epan/wslua/wslua.h
3562
 
   M /trunk/packaging/nsis/Makefile.nmake
3563
 
   M /trunk/packaging/nsis/wireshark.nsi
3564
 
   M /trunk/plugins/Makefile.nmake
3565
 
 
3566
 
Lua 5.1.1 for windows
3567
 
 
3568
 
 
3569
 
------------------------------------------------------------------------
3570
 
r19323 | lego | 2006-09-25 18:19:29 -0700 (Mon, 25 Sep 2006) | 5 lines
3571
 
Changed paths:
3572
 
   M /trunk/epan/epan.c
3573
 
 
3574
 
Complete the workarround of prev rev, temporarilly disabling lua from unix as well.
3575
 
 
3576
 
Luis.
3577
 
 
3578
 
 
3579
 
------------------------------------------------------------------------
3580
 
r19322 | lego | 2006-09-25 18:12:14 -0700 (Mon, 25 Sep 2006) | 5 lines
3581
 
Changed paths:
3582
 
   M /trunk/epan/epan.c
3583
 
 
3584
 
Since there's no Lua headers in windows yet, as a temporary workarround just declare wslua_init instead of including wslua.h.
3585
 
 
3586
 
Sorry!
3587
 
 
3588
 
 
3589
 
------------------------------------------------------------------------
3590
 
r19321 | sahlberg | 2006-09-25 01:50:21 -0700 (Mon, 25 Sep 2006) | 3 lines
3591
 
Changed paths:
3592
 
   M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c
3593
 
   M /trunk/epan/dissectors/packet-dcerpc-wkssvc.h
3594
 
   M /trunk/epan/dissectors/pidl/wkssvc.cnf
3595
 
   M /trunk/epan/dissectors/pidl/wkssvc.idl
3596
 
 
3597
 
update the idl for wkssvc and generate the dissector by pidl
3598
 
 
3599
 
 
3600
 
------------------------------------------------------------------------
3601
 
r19320 | sahlberg | 2006-09-25 01:10:10 -0700 (Mon, 25 Sep 2006) | 3 lines
3602
 
Changed paths:
3603
 
   M /trunk/capture_loop.c
3604
 
 
3605
 
make sure we still compile for all out rh71 users
3606
 
 
3607
 
 
3608
 
------------------------------------------------------------------------
3609
 
r19319 | lego | 2006-09-24 18:09:00 -0700 (Sun, 24 Sep 2006) | 5 lines
3610
 
Changed paths:
3611
 
   M /trunk/Makefile.am
3612
 
   M /trunk/configure.in
3613
 
   M /trunk/epan/Makefile.am
3614
 
   M /trunk/epan/epan.c
3615
 
   A /trunk/epan/wslua
3616
 
   A /trunk/epan/wslua/Makefile.am
3617
 
   A /trunk/epan/wslua/Makefile.nmake
3618
 
   A /trunk/epan/wslua/init_wslua.c
3619
 
   A /trunk/epan/wslua/make-doc.pl
3620
 
   A /trunk/epan/wslua/make-init-lua.pl
3621
 
   A /trunk/epan/wslua/make-reg.pl
3622
 
   A /trunk/epan/wslua/make-taps.pl
3623
 
   A /trunk/epan/wslua/taps
3624
 
   A /trunk/epan/wslua/template-init.lua
3625
 
   A /trunk/epan/wslua/wslua.h
3626
 
   A /trunk/epan/wslua/wslua_dumper.c
3627
 
   A /trunk/epan/wslua/wslua_field.c
3628
 
   A /trunk/epan/wslua/wslua_gui.c
3629
 
   A /trunk/epan/wslua/wslua_listener.c
3630
 
   A /trunk/epan/wslua/wslua_pinfo.c
3631
 
   A /trunk/epan/wslua/wslua_proto.c
3632
 
   A /trunk/epan/wslua/wslua_tree.c
3633
 
   A /trunk/epan/wslua/wslua_tvb.c
3634
 
   A /trunk/epan/wslua/wslua_util.c
3635
 
   M /trunk/plugins/Makefile.am
3636
 
 
3637
 
Move the Lua interface into epan... (not a plugin anymore).
3638
 
- Rename Tap into Listener
3639
 
- add a mechanism to pass protocols' tap data to the Listener
3640
 
 
3641
 
 
3642
 
------------------------------------------------------------------------
3643
 
r19318 | etxrab | 2006-09-24 14:04:53 -0700 (Sun, 24 Sep 2006) | 1 line
3644
 
Changed paths:
3645
 
   M /trunk/epan/dissectors/packet-ber.c
3646
 
 
3647
 
Handle Zero length SEQUENCE and SEQUENCE OF.
3648
 
------------------------------------------------------------------------
3649
 
r19317 | ulfl | 2006-09-24 13:37:30 -0700 (Sun, 24 Sep 2006) | 1 line
3650
 
Changed paths:
3651
 
   M /trunk/gtk/gtkvumeter.h
3652
 
 
3653
 
instead of simply removing G_BEGIN_DECLS (maybe someone wants to use it in a c++ project), use an #if GTK_MAJOR_VERSION >= 2 around all definitions. This will also make it clear that this widget won't work with gtk 1.x
3654
 
------------------------------------------------------------------------
3655
 
r19316 | guy | 2006-09-24 13:31:02 -0700 (Sun, 24 Sep 2006) | 2 lines
3656
 
Changed paths:
3657
 
   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
3658
 
   M /trunk/epan/dissectors/pidl/eventlog.cnf
3659
 
 
3660
 
dissect_ndr_uint16()'s last argument points to a guint16, not a guint.
3661
 
 
3662
 
------------------------------------------------------------------------
3663
 
r19315 | guy | 2006-09-24 13:29:47 -0700 (Sun, 24 Sep 2006) | 4 lines
3664
 
Changed paths:
3665
 
   M /trunk/epan/dissectors/packet-ssl.c
3666
 
 
3667
 
Squelch a compiler warning.
3668
 
 
3669
 
Clean up indentation.
3670
 
 
3671
 
------------------------------------------------------------------------
3672
 
r19314 | guy | 2006-09-24 13:28:16 -0700 (Sun, 24 Sep 2006) | 2 lines
3673
 
Changed paths:
3674
 
   M /trunk/image/toolbar/capture_airpcap_16.xpm
3675
 
   M /trunk/image/toolbar/capture_ethernet_16.xpm
3676
 
 
3677
 
Squelch some compiler warnings.
3678
 
 
3679
 
------------------------------------------------------------------------
3680
 
r19313 | guy | 2006-09-24 13:27:25 -0700 (Sun, 24 Sep 2006) | 2 lines
3681
 
Changed paths:
3682
 
   M /trunk/gtk/gtkvumeter.c
3683
 
 
3684
 
Squelch some compiler warnings.
3685
 
 
3686
 
------------------------------------------------------------------------
3687
 
r19312 | sahlberg | 2006-09-24 13:24:39 -0700 (Sun, 24 Sep 2006) | 3 lines
3688
 
Changed paths:
3689
 
   D /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
3690
 
   D /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h
3691
 
   D /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
3692
 
   D /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h
3693
 
   D /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
3694
 
   D /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h
3695
 
 
3696
 
these dissector functions should not be in svn in pidl   they are just temporary files that are copied to the correct location after being manually compiled
3697
 
 
3698
 
 
3699
 
------------------------------------------------------------------------
3700
 
r19311 | sahlberg | 2006-09-24 13:23:17 -0700 (Sun, 24 Sep 2006) | 4 lines
3701
 
Changed paths:
3702
 
   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
3703
 
   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
3704
 
   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
3705
 
   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
3706
 
   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
3707
 
   M /trunk/epan/dissectors/pidl/atsvc.idl
3708
 
   M /trunk/epan/dissectors/pidl/dfs.idl
3709
 
   M /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
3710
 
   M /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
3711
 
   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
3712
 
 
3713
 
pidl has been updated to use WERR instead of DOS error tables.
3714
 
regenerate some dissectors
3715
 
 
3716
 
 
3717
 
------------------------------------------------------------------------
3718
 
r19310 | sahlberg | 2006-09-24 13:21:27 -0700 (Sun, 24 Sep 2006) | 6 lines
3719
 
Changed paths:
3720
 
   M /trunk/gtk/gtkvumeter.h
3721
 
 
3722
 
we dont have G_BEGIN_DECLS on old gtk/glib versions
3723
 
 
3724
 
since we dont use c++ anyway we dont need these macros
3725
 
 
3726
 
 
3727
 
 
3728
 
------------------------------------------------------------------------
3729
 
r19309 | ulfl | 2006-09-24 04:10:31 -0700 (Sun, 24 Sep 2006) | 1 line
3730
 
Changed paths:
3731
 
   M /trunk/epan/dissectors/packet-dcerpc.c
3732
 
 
3733
 
print the connectionless interface name if such is known
3734
 
------------------------------------------------------------------------
3735
 
r19308 | ulfl | 2006-09-23 17:45:31 -0700 (Sat, 23 Sep 2006) | 3 lines
3736
 
Changed paths:
3737
 
   M /trunk/epan/dissectors/packet-image-png.c
3738
 
 
3739
 
don't replace the COL_PROTO and COL_INFO entries simply with "PNG", but append it only to the COL_INFO just like the GIF dissector is doing
3740
 
 
3741
 
this keeps valuable info in COL_INFO, e.g. the HTTP status code 
3742
 
------------------------------------------------------------------------
3743
 
r19307 | ulfl | 2006-09-23 15:08:39 -0700 (Sat, 23 Sep 2006) | 1 line
3744
 
Changed paths:
3745
 
   M /trunk/packaging/nsis/wireshark.nsi
3746
 
 
3747
 
fix a typo, the comment char is ; not !
3748
 
------------------------------------------------------------------------
3749
 
r19306 | sahlberg | 2006-09-23 14:55:40 -0700 (Sat, 23 Sep 2006) | 13 lines
3750
 
Changed paths:
3751
 
   M /trunk/epan/dissectors/packet-windows-common.c
3752
 
   M /trunk/epan/dissectors/packet-windows-common.h
3753
 
 
3754
 
we did not have a proper WERR error table for the windows errors   insterad we justkept adding the errors to the DOS error table (this merging does work ok since there is so very little overlap between he values in both ranges)
3755
 
 
3756
 
Add a new WERR error table to packet-windows-common    so that PIDL generated dissectors can use this table instead of the DOS table.
3757
 
 
3758
 
 
3759
 
To make this table as complete and accurate as possible and to avoid having to type all the values in by hand    the table is generated from the samba doserr.h file and two small commandlines.
3760
 
The commends in pakcet-windows-common.h explains how to regenerate the table from doserr.h
3761
 
 
3762
 
 
3763
 
 
3764
 
 
3765
 
 
3766
 
 
3767
 
------------------------------------------------------------------------
3768
 
r19305 | lego | 2006-09-23 07:24:22 -0700 (Sat, 23 Sep 2006) | 3 lines
3769
 
Changed paths:
3770
 
   M /trunk/gtk/Makefile.am
3771
 
 
3772
 
Get rid of a tab after a / that caused make on MacOS X to believe that \t was another target
3773
 
 
3774
 
 
3775
 
------------------------------------------------------------------------
3776
 
r19304 | sahlberg | 2006-09-23 06:21:54 -0700 (Sat, 23 Sep 2006) | 9 lines
3777
 
Changed paths:
3778
 
   M /trunk/epan/dissectors/packet-dcerpc.c
3779
 
   M /trunk/epan/dissectors/packet-smb-pipe.c
3780
 
   M /trunk/epan/dissectors/packet-smb.c
3781
 
 
3782
 
replace a rotating buffer in smb with ep allocated memory
3783
 
 
3784
 
dont try dcerpc reassembly of fragments if we dont have the entire pdu
3785
 
 
3786
 
only call the heuristical dissectors once from smb/pipe as per guy(?)s comments about idempotence.
3787
 
when doing reassembly, the dcerpc dissector is indeed not idempotent any more.
3788
 
 
3789
 
 
3790
 
 
3791
 
------------------------------------------------------------------------
3792
 
r19303 | ulfl | 2006-09-23 01:39:54 -0700 (Sat, 23 Sep 2006) | 1 line
3793
 
Changed paths:
3794
 
   M /trunk/Makefile.nmake
3795
 
 
3796
 
fix a typo
3797
 
------------------------------------------------------------------------
3798
 
r19302 | ulfl | 2006-09-22 18:39:07 -0700 (Fri, 22 Sep 2006) | 3 lines
3799
 
Changed paths:
3800
 
   M /trunk/Makefile.nmake
3801
 
   M /trunk/config.nmake
3802
 
   M /trunk/doc/Makefile.nmake
3803
 
 
3804
 
change the Win32 build environment, so we can create release zip files without the need of an installer - a feature requested from time to time. When this is matured, we might want to add these zip files (of GTK1 and GTK2 versions) to the released files.
3805
 
 
3806
 
config.nmake contains the target INSTALL1_DIR and INSTALL2_DIR. I guess you can retain the previous behaviour by using . for both DIRs, though I never tested this...
3807
 
------------------------------------------------------------------------
3808
 
r19301 | ulfl | 2006-09-22 17:38:56 -0700 (Fri, 22 Sep 2006) | 1 line
3809
 
Changed paths:
3810
 
   M /trunk/capture_sync.c
3811
 
 
3812
 
use unicode-utils.h instead of strutil.h
3813
 
------------------------------------------------------------------------
3814
 
r19300 | ulfl | 2006-09-22 17:38:00 -0700 (Fri, 22 Sep 2006) | 1 line
3815
 
Changed paths:
3816
 
   M /trunk/capture_loop.c
3817
 
 
3818
 
squelch some compiler warnings due to currently disabled code
3819
 
------------------------------------------------------------------------
3820
 
r19299 | ulfl | 2006-09-22 17:28:04 -0700 (Fri, 22 Sep 2006) | 1 line
3821
 
Changed paths:
3822
 
   M /trunk/gtk/Makefile.nmake
3823
 
 
3824
 
rtp_player.c is already included in WIRESHARK_GTK_SRC, no need to mention it twice
3825
 
------------------------------------------------------------------------
3826
 
r19298 | ulfl | 2006-09-22 17:14:48 -0700 (Fri, 22 Sep 2006) | 9 lines
3827
 
Changed paths:
3828
 
   M /trunk/gtk/Makefile.am
3829
 
   M /trunk/gtk/Makefile.common
3830
 
   M /trunk/gtk/capture_if_details_dlg.c
3831
 
   A /trunk/gtk/gtkvumeter.c
3832
 
   A /trunk/gtk/gtkvumeter.h
3833
 
 
3834
 
GTK2: add an analog VU meter like display widget 
3835
 
 
3836
 
Win32: use the widget to display the RSSI and Link Speed values as this is far better understandable than the raw numerical values (especially if you don't know the values well).
3837
 
 
3838
 
the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1 
3839
 
 
3840
 
... and I've heavily changed and extended it to fit the problem here.
3841
 
 
3842
 
We might use the VU meter widget later at other places as well ...
3843
 
------------------------------------------------------------------------
3844
 
r19297 | ulfl | 2006-09-22 16:49:08 -0700 (Fri, 22 Sep 2006) | 5 lines
3845
 
Changed paths:
3846
 
   M /trunk/gtk/main.c
3847
 
 
3848
 
experimental: append the current maximum expert warning level to the "File" statusbar, e.g. "[Expert: Chat]".
3849
 
 
3850
 
I'm still looking for a good way to display the current expert level and this seems to be the best place.
3851
 
 
3852
 
However, ideas are still welcome ...
3853
 
------------------------------------------------------------------------
3854
 
r19296 | gerald | 2006-09-22 16:26:52 -0700 (Fri, 22 Sep 2006) | 2 lines
3855
 
Changed paths:
3856
 
   M /trunk/gtk/main.c
3857
 
 
3858
 
Don't complain if we can't find airpcap.dll.
3859
 
 
3860
 
------------------------------------------------------------------------
3861
 
r19295 | ulfl | 2006-09-22 16:16:31 -0700 (Fri, 22 Sep 2006) | 2 lines
3862
 
Changed paths:
3863
 
   M /trunk/Makefile.nmake
3864
 
 
3865
 
add a packaging_u3 target
3866
 
rename gtk2_distclean -> clean_gtk2.tmp (as that's what it's really doing)
3867
 
------------------------------------------------------------------------
3868
 
r19294 | ulfl | 2006-09-22 16:08:06 -0700 (Fri, 22 Sep 2006) | 1 line
3869
 
Changed paths:
3870
 
   M /trunk/capture-wpcap.c
3871
 
   M /trunk/version_info.c
3872
 
 
3873
 
Slightly reshape the version text: Bring the OS info above the WinPcap text - this just makes more sense IMHO
3874
 
------------------------------------------------------------------------
3875
 
r19293 | gerald | 2006-09-22 15:34:54 -0700 (Fri, 22 Sep 2006) | 2 lines
3876
 
Changed paths:
3877
 
   M /trunk/epan/filesystem.c
3878
 
   A /trunk/epan/unicode-utils.c
3879
 
   A /trunk/epan/unicode-utils.h
3880
 
 
3881
 
Add missing files from last commit.  Fix an #include.
3882
 
 
3883
 
------------------------------------------------------------------------
3884
 
r19292 | jake | 2006-09-22 14:18:51 -0700 (Fri, 22 Sep 2006) | 2 lines
3885
 
Changed paths:
3886
 
   M /trunk/gtk/menu.c
3887
 
 
3888
 
Move Copy below the tree manipulation options.
3889
 
 
3890
 
------------------------------------------------------------------------
3891
 
r19291 | gerald | 2006-09-22 14:14:54 -0700 (Fri, 22 Sep 2006) | 10 lines
3892
 
Changed paths:
3893
 
   M /trunk/Makefile.common
3894
 
   M /trunk/capture_loop.c
3895
 
   M /trunk/capture_loop.h
3896
 
   M /trunk/doc/tshark.pod
3897
 
   M /trunk/dumpcap.c
3898
 
   M /trunk/epan/Makefile.common
3899
 
   M /trunk/epan/guid-utils.c
3900
 
   M /trunk/epan/proto.c
3901
 
   M /trunk/epan/proto.h
3902
 
   M /trunk/epan/strutil.c
3903
 
   M /trunk/epan/strutil.h
3904
 
   M /trunk/gtk/font_utils.c
3905
 
   M /trunk/gtk/help_dlg.c
3906
 
   M /trunk/gtk/prefs_dlg.c
3907
 
   M /trunk/gtk/webbrowser.c
3908
 
   M /trunk/gtk/win32-file-dlg.c
3909
 
   M /trunk/tshark.c
3910
 
   M /trunk/version_info.c
3911
 
 
3912
 
Add support for reading from stdin under Windows.  Based on a patch sent
3913
 
in last year by Gianluca Varenni.
3914
 
 
3915
 
Add partial support for reading from named pipes (currently disabled).
3916
 
 
3917
 
Move utf_8to16() and utf_16to8() to a separate module (unicode-utils.[ch])
3918
 
so that we don't have to cut and paste code in dumpcap.c.
3919
 
 
3920
 
Fix up whitespace.
3921
 
 
3922
 
------------------------------------------------------------------------
3923
 
r19290 | gram | 2006-09-22 11:51:25 -0700 (Fri, 22 Sep 2006) | 3 lines
3924
 
Changed paths:
3925
 
   M /trunk/tools/netscreen2dump.py
3926
 
 
3927
 
Handle netscreen 5.3r4 snoop output, too.
3928
 
This format adds "len=\d+" before the ":"
3929
 
 
3930
 
------------------------------------------------------------------------
3931
 
r19289 | gal | 2006-09-22 10:39:02 -0700 (Fri, 22 Sep 2006) | 3 lines
3932
 
Changed paths:
3933
 
   M /trunk/epan/dissectors/packet-ber.c
3934
 
 
3935
 
Fix to show all the internal tokens. when configured, when dissecting an unknown piece of BER.
3936
 
 
3937
 
 
3938
 
------------------------------------------------------------------------
3939
 
r19288 | gal | 2006-09-22 08:19:32 -0700 (Fri, 22 Sep 2006) | 5 lines
3940
 
Changed paths:
3941
 
   M /trunk/asn1/ldap/packet-ldap-template.c
3942
 
   M /trunk/epan/dissectors/packet-ldap.c
3943
 
 
3944
 
When dissecting LDAP, the assumption was made that the maximum LDAP PDU size will be 65535. Anything bigger than this was considered not to be LDAP. However, LDAP can have PDU sizes bigger than this - a CRL can easily grow to be bigger than this, for example.
3945
 
 
3946
 
This patch makes the the maximum valid LDAP PDU size a preference. The default value for this new preference is 65535 for backwards compatibility.
3947
 
 
3948
 
 
3949
 
------------------------------------------------------------------------
3950
 
r19287 | martinm | 2006-09-22 05:41:30 -0700 (Fri, 22 Sep 2006) | 1 line
3951
 
Changed paths:
3952
 
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
3953
 
   M /trunk/epan/dissectors/packet-umts_fp.h
3954
 
 
3955
 
Add missing updates to unbreak build...
3956
 
------------------------------------------------------------------------
3957
 
r19286 | martinm | 2006-09-22 05:35:06 -0700 (Fri, 22 Sep 2006) | 1 line
3958
 
Changed paths:
3959
 
   M /trunk/epan/dissectors/packet-umts_fp.c
3960
 
 
3961
 
Add remaining dedicated control message types.  This dissector is pretty complete now.
3962
 
------------------------------------------------------------------------
3963
 
r19285 | martinm | 2006-09-22 03:29:19 -0700 (Fri, 22 Sep 2006) | 1 line
3964
 
Changed paths:
3965
 
   M /trunk/epan/dissectors/packet-umts_fp.c
3966
 
 
3967
 
EDCH new fields + another DCH control message type
3968
 
------------------------------------------------------------------------
3969
 
r19284 | sahlberg | 2006-09-22 02:27:25 -0700 (Fri, 22 Sep 2006) | 3 lines
3970
 
Changed paths:
3971
 
   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
3972
 
   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
3973
 
   M /trunk/epan/dissectors/pidl/dfs.idl
3974
 
 
3975
 
dfs updates from the s4 idl repository
3976
 
 
3977
 
 
3978
 
------------------------------------------------------------------------
3979
 
r19283 | sahlberg | 2006-09-22 00:56:18 -0700 (Fri, 22 Sep 2006) | 4 lines
3980
 
Changed paths:
3981
 
   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
3982
 
   M /trunk/epan/dissectors/pidl/eventlog.cnf
3983
 
 
3984
 
update where the extra strings in the record are being dissected to that the decode follows the packet structure more closely
3985
 
 
3986
 
 
3987
 
 
3988
 
------------------------------------------------------------------------
3989
 
r19282 | sahlberg | 2006-09-22 00:43:29 -0700 (Fri, 22 Sep 2006) | 6 lines
3990
 
Changed paths:
3991
 
   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
3992
 
   M /trunk/epan/dissectors/pidl/eventlog.cnf
3993
 
 
3994
 
update to eventlog record
3995
 
 
3996
 
dissect the informational strings that may be present inside an event
3997
 
 
3998
 
 
3999
 
 
4000
 
------------------------------------------------------------------------
4001
 
r19281 | ulfl | 2006-09-22 00:41:56 -0700 (Fri, 22 Sep 2006) | 1 line
4002
 
Changed paths:
4003
 
   M /trunk/packaging/nsis/wireshark.nsi
4004
 
   M /trunk/packaging/u3/win32/makefile.nmake
4005
 
 
4006
 
remove AUTHOS-SHORT-FORMAT from NSIS and U3 installation
4007
 
------------------------------------------------------------------------
4008
 
r19280 | sahlberg | 2006-09-21 18:40:23 -0700 (Thu, 21 Sep 2006) | 4 lines
4009
 
Changed paths:
4010
 
   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
4011
 
   M /trunk/epan/dissectors/pidl/eventlog.cnf
4012
 
 
4013
 
add conformance file magic to decode the non-NDR  source/computer name strings of the eventlog_Record
4014
 
 
4015
 
 
4016
 
 
4017
 
------------------------------------------------------------------------
4018
 
r19279 | sahlberg | 2006-09-21 17:01:38 -0700 (Thu, 21 Sep 2006) | 5 lines
4019
 
Changed paths:
4020
 
   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
4021
 
   M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
4022
 
   M /trunk/epan/dissectors/pidl/eventlog.cnf
4023
 
 
4024
 
updates to eventlog to use the pidl generated dissector  and enhance the conformance file to dissect parts of the eventlog Records.
4025
 
(record dissection is incomplete since this is not really NDR encoded   but better than nothing)
4026
 
 
4027
 
 
4028
 
 
4029
 
------------------------------------------------------------------------
4030
 
r19278 | sahlberg | 2006-09-21 15:02:08 -0700 (Thu, 21 Sep 2006) | 3 lines
4031
 
Changed paths:
4032
 
   M /trunk/epan/dissectors/pidl/eventlog.idl
4033
 
 
4034
 
merge JBMs changes from the handwritten dissector to the idl
4035
 
 
4036
 
 
4037
 
------------------------------------------------------------------------
4038
 
r19277 | sahlberg | 2006-09-21 15:01:32 -0700 (Thu, 21 Sep 2006) | 3 lines
4039
 
Changed paths:
4040
 
   A /trunk/epan/dissectors/pidl/eventlog.cnf
4041
 
   A /trunk/epan/dissectors/pidl/eventlog.idl
4042
 
 
4043
 
add idl file and conformance file for eventlog interface
4044
 
 
4045
 
 
4046
 
------------------------------------------------------------------------
4047
 
r19276 | sahlberg | 2006-09-21 14:14:33 -0700 (Thu, 21 Sep 2006) | 3 lines
4048
 
Changed paths:
4049
 
   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
4050
 
   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
4051
 
   M /trunk/epan/dissectors/pidl/winreg.idl
4052
 
 
4053
 
winreg updates    resync idl from s4
4054
 
 
4055
 
 
4056
 
------------------------------------------------------------------------
4057
 
r19275 | etxrab | 2006-09-21 12:39:42 -0700 (Thu, 21 Sep 2006) | 4 lines
4058
 
Changed paths:
4059
 
   M /trunk/epan/dissectors/packet-lapd.c
4060
 
   M /trunk/epan/dissectors/packet-q931.c
4061
 
 
4062
 
Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106
4063
 
 
4064
 
packet-lapd.c change on 2006-03-02 (17452) by etxrab swaps SRC/DST for the default case
4065
 
And added a comment to Q.931
4066
 
------------------------------------------------------------------------
4067
 
r19274 | guy | 2006-09-21 10:42:23 -0700 (Thu, 21 Sep 2006) | 2 lines
4068
 
Changed paths:
4069
 
   M /trunk/epan/dissectors/packet-bootp.c
4070
 
 
4071
 
Add some space after commas.
4072
 
 
4073
 
------------------------------------------------------------------------
4074
 
r19273 | guy | 2006-09-21 10:41:47 -0700 (Thu, 21 Sep 2006) | 3 lines
4075
 
Changed paths:
4076
 
   M /trunk/epan/dissectors/packet-bootp.c
4077
 
 
4078
 
Fix the handling of IPv4-address and Boolean suboptions of the Novell
4079
 
options item.
4080
 
 
4081
 
------------------------------------------------------------------------
4082
 
r19272 | guy | 2006-09-21 10:39:17 -0700 (Thu, 21 Sep 2006) | 7 lines
4083
 
Changed paths:
4084
 
   M /trunk/gtk/rtp_player.c
4085
 
   M /trunk/gtk/rtp_player.h
4086
 
   M /trunk/gtk/voip_calls.c
4087
 
 
4088
 
Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTP
4089
 
player, so that we get declartions of rtp_player_init() and
4090
 
add_rtp_packet().
4091
 
 
4092
 
Constify the first argument to add_rtp_packet(), as it's passed a
4093
 
pointer to a const value.
4094
 
 
4095
 
------------------------------------------------------------------------
4096
 
r19271 | jake | 2006-09-21 06:08:50 -0700 (Thu, 21 Sep 2006) | 5 lines
4097
 
Changed paths:
4098
 
   M /trunk/epan/dissectors/packet-smb.c
4099
 
 
4100
 
From: Marco Strack
4101
 
The smb dissector displays lock requests in the "Locking AndX Request" as a vector of locks. It opens a tree branch
4102
 
"Locks" and appends the locks to this branch. Instead of adding "Lock" objects to this branch it added "Unlock"
4103
 
objects. Everything else is fine.
4104
 
 
4105
 
------------------------------------------------------------------------
4106
 
r19270 | martinm | 2006-09-21 03:21:12 -0700 (Thu, 21 Sep 2006) | 1 line
4107
 
Changed paths:
4108
 
   M /trunk/epan/dissectors/packet-umts_fp.c
4109
 
 
4110
 
New fields in R6 RACH
4111
 
------------------------------------------------------------------------
4112
 
r19269 | sahlberg | 2006-09-21 02:18:39 -0700 (Thu, 21 Sep 2006) | 3 lines
4113
 
Changed paths:
4114
 
   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
4115
 
   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
4116
 
   M /trunk/epan/dissectors/pidl/dfs.idl
4117
 
 
4118
 
dfs updates
4119
 
 
4120
 
 
4121
 
------------------------------------------------------------------------
4122
 
r19268 | jake | 2006-09-20 22:29:41 -0700 (Wed, 20 Sep 2006) | 2 lines
4123
 
Changed paths:
4124
 
   M /trunk/epan/libwireshark.def
4125
 
 
4126
 
Add http_dissector_add upon request
4127
 
 
4128
 
------------------------------------------------------------------------
4129
 
r19267 | jake | 2006-09-20 07:59:37 -0700 (Wed, 20 Sep 2006) | 2 lines
4130
 
Changed paths:
4131
 
   M /trunk/radius/dictionary
4132
 
 
4133
 
Repair patch to accurately follow RFC 4590
4134
 
 
4135
 
------------------------------------------------------------------------
4136
 
r19266 | jmayer | 2006-09-20 07:22:15 -0700 (Wed, 20 Sep 2006) | 5 lines
4137
 
Changed paths:
4138
 
   M /trunk/radius/dictionary
4139
 
 
4140
 
Alexander Schrab:
4141
 
        Subject: [Wireshark-dev] New radius attributes (RFC 4590)
4142
 
        Hi, i noticed you haven't updated the radius dictionary file. Here is a patch
4143
 
 
4144
 
 
4145
 
------------------------------------------------------------------------
4146
 
r19265 | martinm | 2006-09-20 05:13:18 -0700 (Wed, 20 Sep 2006) | 2 lines
4147
 
Changed paths:
4148
 
   M /trunk/epan/dissectors/packet-msrp.c
4149
 
 
4150
 
Make the data part of the message filterable
4151
 
 
4152
 
------------------------------------------------------------------------
4153
 
r19264 | martinm | 2006-09-20 05:12:18 -0700 (Wed, 20 Sep 2006) | 2 lines
4154
 
Changed paths:
4155
 
   M /trunk/epan/dissectors/packet-multipart.c
4156
 
 
4157
 
Add Content-Id and Content-Transfer-Encoding headers, as described in RFC 2045/6
4158
 
 
4159
 
------------------------------------------------------------------------
4160
 
r19263 | etxrab | 2006-09-19 23:14:45 -0700 (Tue, 19 Sep 2006) | 1 line
4161
 
Changed paths:
4162
 
   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
4163
 
 
4164
 
Dont use itu_ssn
4165
 
------------------------------------------------------------------------
4166
 
r19262 | etxrab | 2006-09-19 23:13:02 -0700 (Tue, 19 Sep 2006) | 5 lines
4167
 
Changed paths:
4168
 
   M /trunk/epan/dissectors/packet-llc.c
4169
 
   M /trunk/epan/libwireshark.def
4170
 
   M /trunk/epan/oui.h
4171
 
 
4172
 
From David Pelton:
4173
 
Add  the ieee802a_add_oui function to libwireshark.def, and also adds the OUI that I am using to a couple of internal lists (in epan/oui.h and dissectors/packet-llc.c).
4174
 
 
4175
 
From me:
4176
 
Resorted the oui  lists, some witespace changes and added Ericsson OUI:s.
4177
 
------------------------------------------------------------------------
4178
 
r19261 | guy | 2006-09-19 19:52:26 -0700 (Tue, 19 Sep 2006) | 3 lines
4179
 
Changed paths:
4180
 
   M /trunk/epan/libwireshark.def
4181
 
 
4182
 
Add some routines to the list of routines exported by libwireshark - at
4183
 
least one dissector writer needs them.
4184
 
 
4185
 
------------------------------------------------------------------------
4186
 
r19260 | etxrab | 2006-09-19 13:25:57 -0700 (Tue, 19 Sep 2006) | 5 lines
4187
 
Changed paths:
4188
 
   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
4189
 
   M /trunk/epan/dissectors/packet-gsm_map.c
4190
 
 
4191
 
From Graham Addis:
4192
 
 In dissect_geographical_description the longitude is multiplied by 260 
4193
 
 and should be by 360(degrees).
4194
 
 
4195
 
 Also it would be good to display to 5 decimal places.
4196
 
------------------------------------------------------------------------
4197
 
r19259 | martinm | 2006-09-19 10:40:24 -0700 (Tue, 19 Sep 2006) | 1 line
4198
 
Changed paths:
4199
 
   M /trunk/epan/dissectors/packet-sip.c
4200
 
 
4201
 
Make Content-Length and Max-Forwards fields uints
4202
 
------------------------------------------------------------------------
4203
 
r19258 | jmayer | 2006-09-19 08:29:38 -0700 (Tue, 19 Sep 2006) | 6 lines
4204
 
Changed paths:
4205
 
   M /trunk/tools/pidl/TODO
4206
 
   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
4207
 
   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Client.pm
4208
 
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
4209
 
   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Header.pm
4210
 
   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Parser.pm
4211
 
   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Server.pm
4212
 
   A /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
4213
 
   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Template.pm
4214
 
   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Types.pm
4215
 
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
4216
 
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4217
 
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
4218
 
   M /trunk/tools/pidl/pidl
4219
 
   M /trunk/tools/pidl/tests/ndr_string.pl
4220
 
 
4221
 
Update from samba tree revision 18221 to 18675
4222
 
============================ Samba log start ============
4223
 
svn: When specifying working copy paths, only one target may be given
4224
 
============================ Samba log end ==============
4225
 
 
4226
 
 
4227
 
------------------------------------------------------------------------
4228
 
r19257 | sahlberg | 2006-09-19 01:02:19 -0700 (Tue, 19 Sep 2006) | 3 lines
4229
 
Changed paths:
4230
 
   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
4231
 
   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
4232
 
   A /trunk/epan/dissectors/pidl/dfs.cnf
4233
 
   A /trunk/epan/dissectors/pidl/dfs.idl
4234
 
 
4235
 
import DFS.idl from samba and use it to generate a much more complete DFS dissector
4236
 
 
4237
 
 
4238
 
------------------------------------------------------------------------
4239
 
r19256 | gerald | 2006-09-18 15:22:44 -0700 (Mon, 18 Sep 2006) | 2 lines
4240
 
Changed paths:
4241
 
   M /trunk/gtk/main.c
4242
 
 
4243
 
Fix protocol reference link URL.
4244
 
 
4245
 
------------------------------------------------------------------------
4246
 
r19255 | jake | 2006-09-18 07:29:58 -0700 (Mon, 18 Sep 2006) | 10 lines
4247
 
Changed paths:
4248
 
   M /trunk/epan/dissectors/packet-ymsg.c
4249
 
 
4250
 
From G.F. aka Gena01
4251
 
I have put together a patch for YMSG packet dissector. This is based on my own code and service lists (this
4252
 
should match Gaim and Kopete service lists). This new code should bring the code up to par to most of the
4253
 
known services. Which should cover up to Yahoo 7.x or most of it.
4254
 
 
4255
 
I have also setup a new set of constants which are specific to YMSG packets. These are the types that I've
4256
 
seen in miranda network logs and they should reveal more information. The other constants are mostly for buddy
4257
 
statuses and need nor apply to the YMSG header.  I have left them in the code (for now). These constants are
4258
 
currently used in my own code.
4259
 
 
4260
 
------------------------------------------------------------------------
4261
 
r19254 | jake | 2006-09-18 06:59:30 -0700 (Mon, 18 Sep 2006) | 2 lines
4262
 
Changed paths:
4263
 
   M /trunk/epan/dissectors/packet-dcp.c
4264
 
   M /trunk/epan/dissectors/packet-dcp.h
4265
 
   M /trunk/epan/dissectors/packet-icep.c
4266
 
 
4267
 
Licepnse -> License
4268
 
 
4269
 
------------------------------------------------------------------------
4270
 
r19253 | martinm | 2006-09-18 06:39:23 -0700 (Mon, 18 Sep 2006) | 1 line
4271
 
Changed paths:
4272
 
   M /trunk/epan/dissectors/packet-umts_fp.c
4273
 
 
4274
 
Add old release DSCH FDD fields.  Try to squash compiler warnings seen on MACOS buildbot
4275
 
------------------------------------------------------------------------
4276
 
r19252 | jmayer | 2006-09-18 03:14:12 -0700 (Mon, 18 Sep 2006) | 4 lines
4277
 
Changed paths:
4278
 
   M /trunk/epan/dissectors/packet-mtp3.c
4279
 
 
4280
 
jeff morriss:
4281
 
        Patch for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1102
4282
 
 
4283
 
 
4284
 
------------------------------------------------------------------------
4285
 
r19251 | jake | 2006-09-18 02:27:47 -0700 (Mon, 18 Sep 2006) | 4 lines
4286
 
Changed paths:
4287
 
   M /trunk/AUTHORS
4288
 
   M /trunk/epan/dissectors/Makefile.common
4289
 
   A /trunk/epan/dissectors/packet-pktgen.c
4290
 
 
4291
 
From Francesco Fondelli:
4292
 
You find attached a patch file (against svn 19058) to dissect packets
4293
 
produced by the Linux kernel packet generator.
4294
 
 
4295
 
------------------------------------------------------------------------
4296
 
r19250 | sahlberg | 2006-09-18 01:42:46 -0700 (Mon, 18 Sep 2006) | 3 lines
4297
 
Changed paths:
4298
 
   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
4299
 
   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
4300
 
   M /trunk/epan/dissectors/pidl/srvsvc.idl
4301
 
 
4302
 
some more bitmaps for SRVSVC
4303
 
 
4304
 
 
4305
 
------------------------------------------------------------------------
4306
 
r19249 | sahlberg | 2006-09-18 01:05:51 -0700 (Mon, 18 Sep 2006) | 4 lines
4307
 
Changed paths:
4308
 
   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
4309
 
   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
4310
 
   M /trunk/epan/dissectors/pidl/srvsvc.idl
4311
 
 
4312
 
add decoding of the SessionInfo userflags
4313
 
 
4314
 
 
4315
 
 
4316
 
------------------------------------------------------------------------
4317
 
r19248 | etxrab | 2006-09-17 13:23:23 -0700 (Sun, 17 Sep 2006) | 2 lines
4318
 
Changed paths:
4319
 
   M /trunk/epan/dissectors/packet-tipc.c
4320
 
 
4321
 
From Martin Peylo:
4322
 
Improve Infocolumn output.
4323
 
------------------------------------------------------------------------
4324
 
r19247 | etxrab | 2006-09-17 12:43:13 -0700 (Sun, 17 Sep 2006) | 6 lines
4325
 
Changed paths:
4326
 
   M /trunk/epan/dissectors/packet-uma.c
4327
 
 
4328
 
Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107
4329
 
 
4330
 
"The decoder has some bugs:
4331
 
 * RTP redundancy field is decoded incorrectly.
4332
 
 * Timer TU3920 is displayed as being in seconds, but it is really in units of
4333
 
100 ms."
4334
 
------------------------------------------------------------------------
4335
 
r19246 | ulfl | 2006-09-16 06:06:38 -0700 (Sat, 16 Sep 2006) | 3 lines
4336
 
Changed paths:
4337
 
   M /trunk/docbook/wsug_graphics/ws-merge-gtk2.png
4338
 
   M /trunk/docbook/wsug_graphics/ws-merge-win32.png
4339
 
   M /trunk/docbook/wsug_graphics/ws-save-as-gtk2.png
4340
 
   M /trunk/docbook/wsug_graphics/ws-save-as-win32.png
4341
 
   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
4342
 
 
4343
 
second step to fix the file dialog "mess":
4344
 
- rewrite the "File Save" and "File Merge" sections
4345
 
 
4346
 
------------------------------------------------------------------------
4347
 
r19245 | ulfl | 2006-09-16 05:13:32 -0700 (Sat, 16 Sep 2006) | 7 lines
4348
 
Changed paths:
4349
 
   M /trunk/docbook/Makefile
4350
 
 
4351
 
can we agree on using lynx?
4352
 
 
4353
 
Cygwin situation:
4354
 
- lynx works
4355
 
- elinks is not available (at least on the standard repositories)
4356
 
- links and true doesn't produce any output
4357
 
 
4358
 
------------------------------------------------------------------------
4359
 
r19244 | sahlberg | 2006-09-16 04:57:14 -0700 (Sat, 16 Sep 2006) | 6 lines
4360
 
Changed paths:
4361
 
   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
4362
 
   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
4363
 
   A /trunk/epan/dissectors/pidl/srvsvc.cnf
4364
 
   M /trunk/epan/dissectors/pidl/srvsvc.idl
4365
 
 
4366
 
generate SRVSVC by pidl
4367
 
 
4368
 
small prettification regression but that will be fixed in the next few days
4369
 
 
4370
 
 
4371
 
 
4372
 
------------------------------------------------------------------------
4373
 
r19243 | sahlberg | 2006-09-16 02:20:34 -0700 (Sat, 16 Sep 2006) | 4 lines
4374
 
Changed paths:
4375
 
   M /trunk/asn1/ldap/packet-ldap-template.c
4376
 
   M /trunk/epan/dissectors/packet-ldap.c
4377
 
   M /trunk/epan/dissectors/packet-windows-common.c
4378
 
 
4379
 
make dissect_nt_sid return ep allocated memory and thus fix a few memory leaks
4380
 
(this function is often called from dcerpc dissectors)
4381
 
 
4382
 
 
4383
 
------------------------------------------------------------------------
4384
 
r19242 | sahlberg | 2006-09-16 02:10:23 -0700 (Sat, 16 Sep 2006) | 6 lines
4385
 
Changed paths:
4386
 
   M /trunk/epan/dissectors/packet-dcerpc-nt.c
4387
 
 
4388
 
strings we pass up to the caller through private_data are now of ep scope
4389
 
 
4390
 
 
4391
 
this closes a few memory leaks
4392
 
 
4393
 
 
4394
 
------------------------------------------------------------------------
4395
 
r19241 | sahlberg | 2006-09-16 01:51:03 -0700 (Sat, 16 Sep 2006) | 3 lines
4396
 
Changed paths:
4397
 
   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
4398
 
 
4399
 
remove any dependencies that dcv->private_data is persistent
4400
 
 
4401
 
 
4402
 
------------------------------------------------------------------------
4403
 
r19240 | sahlberg | 2006-09-15 22:30:31 -0700 (Fri, 15 Sep 2006) | 7 lines
4404
 
Changed paths:
4405
 
   M /trunk/epan/dissectors/packet-dcerpc-samr.c
4406
 
 
4407
 
make SAMR not rely on dcv->private_data being persistent any more and use dcv->se_data
4408
 
 
4409
 
 
4410
 
once the private_data -> se_data conversion is complete we can plug quite a large number of memory leaks related to dcerpc
4411
 
 
4412
 
 
4413
 
 
4414
 
------------------------------------------------------------------------
4415
 
r19239 | ulfl | 2006-09-15 15:56:15 -0700 (Fri, 15 Sep 2006) | 3 lines
4416
 
Changed paths:
4417
 
   M /trunk/docbook/Makefile
4418
 
   M /trunk/docbook/user-guide.xml
4419
 
   A /trunk/docbook/wsug_graphics/ws-merge-gtk1.png
4420
 
   A /trunk/docbook/wsug_graphics/ws-merge-gtk2.png (from /trunk/docbook/wsug_graphics/ws-merge.png:19229)
4421
 
   A /trunk/docbook/wsug_graphics/ws-merge-win32.png
4422
 
   D /trunk/docbook/wsug_graphics/ws-merge.png
4423
 
   A /trunk/docbook/wsug_graphics/ws-open-gtk1.png
4424
 
   A /trunk/docbook/wsug_graphics/ws-open-gtk2.png (from /trunk/docbook/wsug_graphics/ws-open.png:19229)
4425
 
   A /trunk/docbook/wsug_graphics/ws-open-win32.png
4426
 
   D /trunk/docbook/wsug_graphics/ws-open.png
4427
 
   A /trunk/docbook/wsug_graphics/ws-save-as-gtk1.png
4428
 
   A /trunk/docbook/wsug_graphics/ws-save-as-gtk2.png (from /trunk/docbook/wsug_graphics/ws-save-as.png:19229)
4429
 
   A /trunk/docbook/wsug_graphics/ws-save-as-win32.png
4430
 
   D /trunk/docbook/wsug_graphics/ws-save-as.png
4431
 
   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
4432
 
 
4433
 
first step to fix the file dialog "mess":
4434
 
- use different screenshots for: GTK1, GTK2 and Win32
4435
 
- rewrite the "File Open Dialog" section
4436
 
------------------------------------------------------------------------
4437
 
r19238 | ulfl | 2006-09-15 15:03:20 -0700 (Fri, 15 Sep 2006) | 1 line
4438
 
Changed paths:
4439
 
   M /trunk/gtk/win32-file-dlg.c
4440
 
 
4441
 
Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: Select a capture file" -> "Wireshark: Open Capture File"
4442
 
------------------------------------------------------------------------
4443
 
r19237 | ulfl | 2006-09-15 14:59:09 -0700 (Fri, 15 Sep 2006) | 1 line
4444
 
Changed paths:
4445
 
   M /trunk/image/win32-file-dlg.rc
4446
 
 
4447
 
"Elapsed Time:" is truncated, use "Elapsed:" instead
4448
 
------------------------------------------------------------------------
4449
 
r19236 | gerald | 2006-09-15 14:35:01 -0700 (Fri, 15 Sep 2006) | 6 lines
4450
 
Changed paths:
4451
 
   M /trunk/doc/wireshark.pod
4452
 
   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
4453
 
   M /trunk/util.c
4454
 
 
4455
 
Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions.
4456
 
Look for a string that starts with "rdp".  This should take care of
4457
 
cases where a default capture filter is set needlessly.
4458
 
 
4459
 
Update the docs accordingly.
4460
 
 
4461
 
------------------------------------------------------------------------
4462
 
r19235 | martinm | 2006-09-15 08:03:18 -0700 (Fri, 15 Sep 2006) | 1 line
4463
 
Changed paths:
4464
 
   M /trunk/epan/dissectors/packet-umts_fp.c
4465
 
 
4466
 
More missing message types
4467
 
------------------------------------------------------------------------
4468
 
r19234 | etxrab | 2006-09-14 10:21:28 -0700 (Thu, 14 Sep 2006) | 1 line
4469
 
Changed paths:
4470
 
   M /trunk/epan/dissectors/packet-umts_fp.c
4471
 
   M /trunk/epan/dissectors/packet-umts_fp.h
4472
 
 
4473
 
svn propset.
4474
 
------------------------------------------------------------------------
4475
 
r19233 | martinm | 2006-09-14 08:43:43 -0700 (Thu, 14 Sep 2006) | 1 line
4476
 
Changed paths:
4477
 
   M /trunk/epan/dissectors/packet-umts_fp.c
4478
 
 
4479
 
More fixes and prettifications
4480
 
------------------------------------------------------------------------
4481
 
r19232 | sahlberg | 2006-09-14 05:01:18 -0700 (Thu, 14 Sep 2006) | 7 lines
4482
 
Changed paths:
4483
 
   M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
4484
 
 
4485
 
add OpenSCManagerW
4486
 
 
4487
 
 
4488
 
also make the dissector manage that dcv->private_data in the future will be of ep scope
4489
 
 
4490
 
 
4491
 
 
4492
 
------------------------------------------------------------------------
4493
 
r19231 | jmayer | 2006-09-14 03:51:44 -0700 (Thu, 14 Sep 2006) | 17 lines
4494
 
Changed paths:
4495
 
   M /trunk/epan/dissectors/packet-mtp3.c
4496
 
   M /trunk/epan/dissectors/packet-mtp3.h
4497
 
   M /trunk/epan/dissectors/packet-mtp3mg.c
4498
 
   M /trunk/epan/dissectors/packet-sccp.c
4499
 
   M /trunk/epan/dissectors/packet-sccpmg.c
4500
 
 
4501
 
Jeff Morriss:
4502
 
        Fix for bug 1036
4503
 
 
4504
 
I looked at this today and found that in fact the PC stuff is pretty
4505
 
hosed up in the SS7 dissectors.  For example, MTP3 *looks* OK here (DPC is
4506
 
4-5-6):
4507
 
 
4508
 
    Routing label
4509
 
        DPC (4-5-6) (394500)
4510
 
 
4511
 
but 394500 == 0x60504 == 6-5-4.  Something's not right.
4512
 
 
4513
 
I made a common PC dissector function for all the SS7 dissectors so as to
4514
 
concentrate all this code in one place (something I've been wanting to do for a
4515
 
while anyway) and fixed the reported problem as well as the above problem in
4516
 
the attached patch.
4517
 
 
4518
 
------------------------------------------------------------------------
4519
 
r19230 | ulfl | 2006-09-13 13:37:37 -0700 (Wed, 13 Sep 2006) | 1 line
4520
 
Changed paths:
4521
 
   M /trunk/docbook/wsug_graphics/ws-display-filter-tcp.png
4522
 
   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
4523
 
   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
4524
 
   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
4525
 
   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
4526
 
   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
4527
 
 
4528
 
fix various minor things noted by Brian Drab
4529
 
------------------------------------------------------------------------
4530
 
r19229 | martinm | 2006-09-13 06:32:31 -0700 (Wed, 13 Sep 2006) | 3 lines
4531
 
Changed paths:
4532
 
   M /trunk/epan/dissectors/packet-umts_fp.c
4533
 
 
4534
 
Add support for R6 HSDPA data 'new IEs' (the spec seems not be be very clear...).
4535
 
Try to cast away a warning seen on buildbot logs
4536
 
 
4537
 
------------------------------------------------------------------------
4538
 
r19228 | ulfl | 2006-09-13 04:28:36 -0700 (Wed, 13 Sep 2006) | 1 line
4539
 
Changed paths:
4540
 
   M /trunk/config.nmake
4541
 
 
4542
 
so it's HAVE_LIBPORTAUDIO
4543
 
------------------------------------------------------------------------
4544
 
r19227 | jmayer | 2006-09-13 03:51:40 -0700 (Wed, 13 Sep 2006) | 1 line
4545
 
Changed paths:
4546
 
   M /trunk/CMakeLists.txt
4547
 
 
4548
 
Add a comment
4549
 
------------------------------------------------------------------------
4550
 
r19226 | sahlberg | 2006-09-13 01:30:16 -0700 (Wed, 13 Sep 2006) | 16 lines
4551
 
Changed paths:
4552
 
   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
4553
 
   M /trunk/epan/dissectors/packet-dcerpc.c
4554
 
   M /trunk/epan/dissectors/packet-dcerpc.h
4555
 
 
4556
 
the way we pass dcerpc strings from deep down in helpers to high level dissector functions (dcv->private_data) for things such as strings and sids is a mess and very difficult to handle without a lot of memory leakage.
4557
 
 
4558
 
the biggest problem in changing this is the dcv->private_data usage.
4559
 
 
4560
 
 
4561
 
add a dcv->se_data which can keep data around from a request to a response and use this to change the LSA/OpenPolicy2 servername passing from request to response as a test pattern of moving all users of dcv->private data over to use dcv->se_data.
4562
 
 
4563
 
once all users are migrated over we can then change the dcv->private data pointer to be of ep scope and thus not need an explicit free (which is quite difficult and it is quite difficult in the old semantics to know WHEN we need to free this pointer)
4564
 
 
4565
 
this will eventually make the usage more clean and at the same time close down quite a few memory leaks.
4566
 
 
4567
 
 
4568
 
eventually this will make dissect_ndr_nt_SID return a pointer to ep allocated memory that need not be explicitely freed.
4569
 
 
4570
 
 
4571
 
 
4572
 
------------------------------------------------------------------------
4573
 
r19225 | guy | 2006-09-12 18:28:07 -0700 (Tue, 12 Sep 2006) | 5 lines
4574
 
Changed paths:
4575
 
   M /trunk/epan/dissectors/packet-netflow.c
4576
 
 
4577
 
Not all platforms define "u_short", and "tvb_length_remaining()+4" isn't
4578
 
guaranteed to fit into a "u_short" in any case.  Use "gint" instead.
4579
 
 
4580
 
Squelch some compiler warnings.
4581
 
 
4582
 
------------------------------------------------------------------------
4583
 
r19224 | gerald | 2006-09-12 14:59:54 -0700 (Tue, 12 Sep 2006) | 2 lines
4584
 
Changed paths:
4585
 
   M /trunk/wiretap/ber.c
4586
 
 
4587
 
Get rid of a compiler warning.
4588
 
 
4589
 
------------------------------------------------------------------------
4590
 
r19223 | guy | 2006-09-12 13:24:42 -0700 (Tue, 12 Sep 2006) | 3 lines
4591
 
Changed paths:
4592
 
   M /trunk/acinclude.m4
4593
 
 
4594
 
AC_CHECK_TYPE already prints a "checking for" message; don't bother
4595
 
printing another one before calling it.
4596
 
 
4597
 
------------------------------------------------------------------------
4598
 
r19222 | guy | 2006-09-12 13:23:57 -0700 (Tue, 12 Sep 2006) | 5 lines
4599
 
Changed paths:
4600
 
   M /trunk/gtk/main.c
4601
 
   M /trunk/version_info.c
4602
 
 
4603
 
Move the PortAudio stuff to from version_info.c to gtk/main.c, so it can
4604
 
use Pa_GetVersionText().
4605
 
 
4606
 
(The word-wrapping stuff appears to work.)
4607
 
 
4608
 
------------------------------------------------------------------------
4609
 
r19221 | etxrab | 2006-09-12 12:11:45 -0700 (Tue, 12 Sep 2006) | 3 lines
4610
 
Changed paths:
4611
 
   M /trunk/epan/dissectors/packet-netflow.c
4612
 
 
4613
 
From: Luca Deri via Andrew Feren:
4614
 
> please find enclosed a patch to the CFlow dissector (packet-netflow.c) 
4615
 
> that enables it to decode IPFIX packet traces.
4616
 
------------------------------------------------------------------------
4617
 
r19220 | etxrab | 2006-09-12 12:02:10 -0700 (Tue, 12 Sep 2006) | 1 line
4618
 
Changed paths:
4619
 
   M /trunk/epan/dissectors/packet-osi.c
4620
 
 
4621
 
Set default port to zero.
4622
 
------------------------------------------------------------------------
4623
 
r19219 | jmayer | 2006-09-12 11:51:22 -0700 (Tue, 12 Sep 2006) | 7 lines
4624
 
Changed paths:
4625
 
   M /trunk/version_info.c
4626
 
 
4627
 
tshark wouldn't link any more, as it doesn't link against
4628
 
libportaudio, but version_info.c with libportaudio >= 19
4629
 
needs to link against this.
4630
 
 
4631
 
FIXME: Just print out >= 19 instead of real version string
4632
 
  until someone finds a proper solution.
4633
 
 
4634
 
------------------------------------------------------------------------
4635
 
r19218 | jmayer | 2006-09-12 11:43:56 -0700 (Tue, 12 Sep 2006) | 11 lines
4636
 
Changed paths:
4637
 
   M /trunk/Makefile.nmake
4638
 
   M /trunk/config.h.win32
4639
 
   M /trunk/version_info.c
4640
 
 
4641
 
Makefile.nmake
4642
 
config.h.win32
4643
 
  - Use HAVE_LIBPORTAUDIO instead of HAVE_PORTAUDIO to make
4644
 
    sure we use the same var everywhere (including sources
4645
 
    and autofoo stuff).
4646
 
  - Use PORTAUDIO_API_1 everywhere
4647
 
 
4648
 
version_info.c
4649
 
  - Include <portaudio.h>
4650
 
  - Add some , and breaks when printing version infos.
4651
 
 
4652
 
------------------------------------------------------------------------
4653
 
r19217 | ulfl | 2006-09-12 10:50:36 -0700 (Tue, 12 Sep 2006) | 7 lines
4654
 
Changed paths:
4655
 
   M /trunk/version_info.c
4656
 
 
4657
 
add version output (e.g. in the About box) for the following libraries:
4658
 
-GnuTLS
4659
 
-Gcrypt
4660
 
-Kerberos (no version, only if compiled with MIT/HEIMDAL or without any kerberos)
4661
 
-PortAudio (version number only for V>=19, maybe need some fixing)
4662
 
 
4663
 
Don't know how to use the line breaking stuff, if someone could help me here ...
4664
 
------------------------------------------------------------------------
4665
 
r19216 | ulfl | 2006-09-12 10:46:55 -0700 (Tue, 12 Sep 2006) | 1 line
4666
 
Changed paths:
4667
 
   M /trunk/Makefile.nmake
4668
 
 
4669
 
fix the generation of config.h, some HAVE_... were wrong
4670
 
------------------------------------------------------------------------
4671
 
r19215 | ulfl | 2006-09-12 10:45:43 -0700 (Tue, 12 Sep 2006) | 1 line
4672
 
Changed paths:
4673
 
   M /trunk/config.nmake
4674
 
 
4675
 
it's HAVE_PORTAUDIO, not HAVE_LIBPORTAUDIO
4676
 
------------------------------------------------------------------------
4677
 
r19214 | ulfl | 2006-09-12 10:34:41 -0700 (Tue, 12 Sep 2006) | 1 line
4678
 
Changed paths:
4679
 
   M /trunk/config.h.win32
4680
 
 
4681
 
it's HAVE_LIBGNUTLS instead HAVE_GNUTLS
4682
 
------------------------------------------------------------------------
4683
 
r19213 | ulfl | 2006-09-12 10:28:38 -0700 (Tue, 12 Sep 2006) | 1 line
4684
 
Changed paths:
4685
 
   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
4686
 
 
4687
 
use the official name spelling for some projects
4688
 
------------------------------------------------------------------------
4689
 
r19212 | martinm | 2006-09-12 10:13:56 -0700 (Tue, 12 Sep 2006) | 1 line
4690
 
Changed paths:
4691
 
   M /trunk/epan/dissectors/packet-umts_fp.c
4692
 
 
4693
 
More DCH control types
4694
 
------------------------------------------------------------------------
4695
 
r19211 | jake | 2006-09-12 05:58:16 -0700 (Tue, 12 Sep 2006) | 2 lines
4696
 
Changed paths:
4697
 
   M /trunk/epan/dissectors/packet-bpdu.c
4698
 
   M /trunk/epan/dissectors/packet-ethertype.c
4699
 
   M /trunk/epan/etypes.h
4700
 
 
4701
 
Fix for bug 1098. Add BPDU dissector to ethertype 0x8181.
4702
 
 
4703
 
------------------------------------------------------------------------
4704
 
r19210 | sahlberg | 2006-09-12 05:08:34 -0700 (Tue, 12 Sep 2006) | 27 lines
4705
 
Changed paths:
4706
 
   M /trunk/AUTHORS
4707
 
   M /trunk/epan/dissectors/packet-s5066.c
4708
 
 
4709
 
from Taner Kurtulus and Menno Andriesse
4710
 
 
4711
 
Hi folks,
4712
 
We think we've found a bug in STANAG 5066 SIS layer dissector.
4713
 
 
4714
 
Problem is at S_EXPEDITED_UNIDATA_INDICATION S_Prim's parser
4715
 
and occurs when we receive a U_PDU via expedited unidata channel.
4716
 
Dissector tries to parse first 2 bytes of U_PDU as a header size of  type
4717
 
21 s_prim (S_UNIDATA_INDICATION). But, this is not an wanted  process on
4718
 
that parser. Maybe, it was forgotten unchanged from
4719
 
S_UNIDATA_INDICATION dissector while copying it. So it shows
4720
 
data (U_PDU) 2 bytes short. Moreover, if data is just 1-byte, TCP datagrams
4721
 
receive TCP checksum error.
4722
 
 
4723
 
 
4724
 
Confirmed.
4725
 
 
4726
 
It was indeed a "copy-paste-did not edit correctly" bug.
4727
 
 
4728
 
While going over the code once more, I found:
4729
 
 
4730
 
1 - One bug in the heuristic. (Changed '&&' to '||')
4731
 
2 - One to-do that was already done. (Removed the /* TODO */)
4732
 
3 - One to-do that is now done. ;-)
4733
 
 
4734
 
 
4735
 
 
4736
 
------------------------------------------------------------------------
4737
 
r19209 | sahlberg | 2006-09-12 04:51:48 -0700 (Tue, 12 Sep 2006) | 8 lines
4738
 
Changed paths:
4739
 
   M /trunk/epan/dissectors/packet-redback.c
4740
 
 
4741
 
from Florian Lohoff
4742
 
 
4743
 
Hi,
4744
 
after using the redback dissector again i found some more protocol
4745
 
types:
4746
 
 
4747
 
 
4748
 
 
4749
 
------------------------------------------------------------------------
4750
 
r19208 | sahlberg | 2006-09-12 04:39:51 -0700 (Tue, 12 Sep 2006) | 14 lines
4751
 
Changed paths:
4752
 
   M /trunk/AUTHORS
4753
 
   M /trunk/epan/dissectors/packet-http.c
4754
 
 
4755
 
from bryant eastham
4756
 
 
4757
 
 
4758
 
Also, there is still an outstanding issue regarding the default use of
4759
 
the "media" dissector. The way it is currently coded there is no way to
4760
 
have a heuristic decoder when a content-type header is specified.
4761
 
 
4762
 
 
4763
 
In this way if there is a decoder for a specific content-type then it
4764
 
will be used, then the heuristic decoders have a chance, and finally the
4765
 
default of either the media-type decoder of the http_payload decoder.
4766
 
 
4767
 
 
4768
 
 
4769
 
------------------------------------------------------------------------
4770
 
r19207 | martinm | 2006-09-12 04:36:42 -0700 (Tue, 12 Sep 2006) | 1 line
4771
 
Changed paths:
4772
 
   M /trunk/epan/dissectors/packet-umts_fp.c
4773
 
 
4774
 
Various small fixes and prettifications
4775
 
------------------------------------------------------------------------
4776
 
r19206 | sahlberg | 2006-09-12 03:04:11 -0700 (Tue, 12 Sep 2006) | 8 lines
4777
 
Changed paths:
4778
 
   M /trunk/epan/dissectors/packet-ipsec.c
4779
 
 
4780
 
put the ah and esp payload as its own top level expansion in the tree instead of as an expansion inside the ah/esp layer.
4781
 
 
4782
 
 
4783
 
since source/dest/protocol/info is updated by the content of the payload    it doesnt make sense to hide the actual payload inside esp/ah
4784
 
it just would look confusing
4785
 
 
4786
 
 
4787
 
 
4788
 
------------------------------------------------------------------------
4789
 
r19205 | sahlberg | 2006-09-12 03:02:28 -0700 (Tue, 12 Sep 2006) | 2 lines
4790
 
Changed paths:
4791
 
   M /trunk/AUTHORS
4792
 
 
4793
 
the name of the protocol is IPsec, not IP-sec
4794
 
 
4795
 
------------------------------------------------------------------------
4796
 
r19204 | sahlberg | 2006-09-12 02:53:10 -0700 (Tue, 12 Sep 2006) | 7 lines
4797
 
Changed paths:
4798
 
   M /trunk/epan/dissectors/packet-ipsec.c
4799
 
 
4800
 
prettify dissection of ESP
4801
 
 
4802
 
show the IV as a hexadecimal
4803
 
show the protocol name for the Next header field inside ESP
4804
 
 
4805
 
 
4806
 
 
4807
 
------------------------------------------------------------------------
4808
 
r19203 | jmayer | 2006-09-12 02:35:29 -0700 (Tue, 12 Sep 2006) | 4 lines
4809
 
Changed paths:
4810
 
   M /trunk/docbook/Makefile
4811
 
 
4812
 
- Replace the ELINKS variable by HTML2TEXT and include the parameters
4813
 
  into the variable to make this actually portable.
4814
 
- Some whitespace changes between filenames and the \
4815
 
 
4816
 
------------------------------------------------------------------------
4817
 
r19202 | ulfl | 2006-09-12 01:24:01 -0700 (Tue, 12 Sep 2006) | 1 line
4818
 
Changed paths:
4819
 
   M /trunk/Makefile.nmake
4820
 
 
4821
 
add a missing dependency from wiretap to the image dir, otherwise image/wiretap.res can't be generated for some targets
4822
 
------------------------------------------------------------------------
4823
 
r19201 | ulfl | 2006-09-12 01:22:02 -0700 (Tue, 12 Sep 2006) | 1 line
4824
 
Changed paths:
4825
 
   M /trunk/image/win32-file-dlg.rc
4826
 
   M /trunk/image/wireshark.rc.in
4827
 
 
4828
 
wireshark.res is generated in the image dir, so the paths for includes should be relative to /image and not to /
4829
 
------------------------------------------------------------------------
4830
 
r19200 | ulfl | 2006-09-12 01:19:39 -0700 (Tue, 12 Sep 2006) | 1 line
4831
 
Changed paths:
4832
 
   M /trunk/image/Makefile.nmake
4833
 
 
4834
 
add a comment, that .res files are generated using an implicit (built in) nmake rule
4835
 
------------------------------------------------------------------------
4836
 
r19199 | ulfl | 2006-09-11 18:04:35 -0700 (Mon, 11 Sep 2006) | 3 lines
4837
 
Changed paths:
4838
 
   M /trunk/Makefile.nmake
4839
 
 
4840
 
Hmmm, don't optimize too much :-)
4841
 
 
4842
 
also fix the clean_setup
4843
 
------------------------------------------------------------------------
4844
 
r19198 | ulfl | 2006-09-11 17:27:03 -0700 (Mon, 11 Sep 2006) | 1 line
4845
 
Changed paths:
4846
 
   M /trunk/Makefile.nmake
4847
 
   M /trunk/config.nmake
4848
 
   M /trunk/epan/dissectors/Makefile.nmake
4849
 
   M /trunk/gtk/Makefile.nmake
4850
 
   M /trunk/gtk/help_dlg.c
4851
 
   M /trunk/gtk/menu.c
4852
 
 
4853
 
various nmake related build file cleanups
4854
 
------------------------------------------------------------------------
4855
 
r19197 | ulfl | 2006-09-11 17:23:46 -0700 (Mon, 11 Sep 2006) | 1 line
4856
 
Changed paths:
4857
 
   M /trunk/airpcap_loader.c
4858
 
   M /trunk/airpcap_loader.h
4859
 
 
4860
 
remove obsolete "HAVE_AIRPCAP_API" comment
4861
 
------------------------------------------------------------------------
4862
 
r19196 | ulfl | 2006-09-11 15:47:57 -0700 (Mon, 11 Sep 2006) | 1 line
4863
 
Changed paths:
4864
 
   M /trunk/Makefile.nmake
4865
 
   M /trunk/config.h.win32
4866
 
   M /trunk/config.nmake
4867
 
   M /trunk/epan/Makefile.nmake
4868
 
 
4869
 
tweak the nmake build so the NET-SNMP library is in fact optional (as it is in the UNIX builds)
4870
 
------------------------------------------------------------------------
4871
 
r19195 | ulfl | 2006-09-11 15:43:00 -0700 (Mon, 11 Sep 2006) | 1 line
4872
 
Changed paths:
4873
 
   M /trunk/config.nmake
4874
 
 
4875
 
let the user only specify the PortAudio version and do the "ugly details" in the part below, just as we do it for most other libs 
4876
 
------------------------------------------------------------------------
4877
 
r19194 | ulfl | 2006-09-11 15:37:46 -0700 (Mon, 11 Sep 2006) | 1 line
4878
 
Changed paths:
4879
 
   M /trunk/tools/win32-setup.sh
4880
 
 
4881
 
a proxy might also be specified using .wgetrc, so don't switch off the proxy explicitly
4882
 
------------------------------------------------------------------------
4883
 
r19193 | ulfl | 2006-09-11 15:34:29 -0700 (Mon, 11 Sep 2006) | 3 lines
4884
 
Changed paths:
4885
 
   M /trunk/README.win32
4886
 
 
4887
 
As no one seems to update the install information in this file (including me), remove most of the installation text and mention the User's Guide instead.
4888
 
 
4889
 
Some minor updates in the development section as well.
4890
 
------------------------------------------------------------------------
4891
 
r19192 | ulfl | 2006-09-11 15:30:12 -0700 (Mon, 11 Sep 2006) | 4 lines
4892
 
Changed paths:
4893
 
   M /trunk/docbook/user-guide.xml
4894
 
   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
4895
 
   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
4896
 
   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
4897
 
 
4898
 
add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct)
4899
 
 
4900
 
fix a lot of broken URL's
4901
 
 
4902
 
------------------------------------------------------------------------
4903
 
r19191 | ulfl | 2006-09-11 13:41:32 -0700 (Mon, 11 Sep 2006) | 1 line
4904
 
Changed paths:
4905
 
   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
4906
 
 
4907
 
add the LUA plugin install option
4908
 
------------------------------------------------------------------------
4909
 
r19190 | etxrab | 2006-09-11 13:35:24 -0700 (Mon, 11 Sep 2006) | 5 lines
4910
 
Changed paths:
4911
 
   M /trunk/asn1/h248/packet-h248-template.c
4912
 
   M /trunk/epan/dissectors/packet-h248.c
4913
 
 
4914
 
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
4915
 
 
4916
 
h248_handle was declared localy, udp port was not added at register.
4917
 
 
4918
 
Added a few more packagenames.
4919
 
------------------------------------------------------------------------
4920
 
r19189 | martinm | 2006-09-11 05:03:29 -0700 (Mon, 11 Sep 2006) | 3 lines
4921
 
Changed paths:
4922
 
   M /trunk/epan/dissectors/packet-atm.c
4923
 
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
4924
 
   M /trunk/epan/dissectors/packet-umts_fp.c
4925
 
   M /trunk/epan/dissectors/packet-umts_fp.h
4926
 
 
4927
 
Added E-DCH (HSUPA) channels to FP.
4928
 
Also show VPI/VCI/CID in ATM protocol label.
4929
 
 
4930
 
------------------------------------------------------------------------
4931
 
r19188 | jake | 2006-09-10 11:48:33 -0700 (Sun, 10 Sep 2006) | 1 line
4932
 
Changed paths:
4933
 
   M /trunk/epan/dissectors/packet-vrrp.c
4934
 
 
4935
 
VRRPver3 support fixed: Count restored, Auth Type is reserved field.
4936
 
------------------------------------------------------------------------
4937
 
r19187 | etxrab | 2006-09-10 11:03:22 -0700 (Sun, 10 Sep 2006) | 5 lines
4938
 
Changed paths:
4939
 
   M /trunk/config.nmake
4940
 
   M /trunk/gtk/voip_calls.c
4941
 
 
4942
 
From Alejandro Vaquero:
4943
 
Need to use HAVE_LIBPORTAUDIO instead 
4944
 
of PORTAUDIO_DIR in voip_calls.c
4945
 
 
4946
 
And build the windows version with Port audio.
4947
 
------------------------------------------------------------------------
4948
 
r19186 | sahlberg | 2006-09-10 07:34:57 -0700 (Sun, 10 Sep 2006) | 6 lines
4949
 
Changed paths:
4950
 
   M /trunk/epan/dissectors/packet-tcp.c
4951
 
 
4952
 
fix for bug 1045
4953
 
 
4954
 
 
4955
 
windows in SYN and SYN+ACK packets are not scaled so dont apply window scaling to them when displaying them in the tree
4956
 
 
4957
 
 
4958
 
------------------------------------------------------------------------
4959
 
r19185 | sahlberg | 2006-09-10 07:03:08 -0700 (Sun, 10 Sep 2006) | 10 lines
4960
 
Changed paths:
4961
 
   M /trunk/epan/dissectors/packet-tcp.c
4962
 
   M /trunk/epan/dissectors/packet-tcp.h
4963
 
   M /trunk/epan/packet_info.h
4964
 
   M /trunk/epan/req_resp_hdrs.c
4965
 
 
4966
 
implement support to reassemble tcp sessions until the end of the session (FIN)
4967
 
 
4968
 
add required code to the http (and others) code in req_resp_hdrs.c to signal to tcp
4969
 
when it wants a session to be reassembled to the FIN.
4970
 
 
4971
 
This is currently done for all HTTP packets where we have a Content-type in the header but no content-length.
4972
 
 
4973
 
 
4974
 
 
4975
 
 
4976
 
------------------------------------------------------------------------
4977
 
r19184 | wmeier | 2006-09-10 06:37:42 -0700 (Sun, 10 Sep 2006) | 1 line
4978
 
Changed paths:
4979
 
   M /trunk/Makefile.nmake
4980
 
   M /trunk/codecs/Makefile.nmake
4981
 
   M /trunk/gtk/Makefile.nmake
4982
 
 
4983
 
minor cleanup for making codecs
4984
 
------------------------------------------------------------------------
4985
 
r19183 | ulfl | 2006-09-08 00:45:22 -0700 (Fri, 08 Sep 2006) | 1 line
4986
 
Changed paths:
4987
 
   M /trunk/docbook/custom_layer_pdf.xsl
4988
 
 
4989
 
switch off draft mode, so the PDF generation won't try to load a draft image from the web
4990
 
------------------------------------------------------------------------
4991
 
r19182 | ulfl | 2006-09-08 00:44:22 -0700 (Fri, 08 Sep 2006) | 1 line
4992
 
Changed paths:
4993
 
   M /trunk/docbook/Makefile
4994
 
 
4995
 
add dependency to custom_layer_pdf.xsl for all fo files
4996
 
------------------------------------------------------------------------
4997
 
r19181 | etxrab | 2006-09-08 00:32:13 -0700 (Fri, 08 Sep 2006) | 6 lines
4998
 
Changed paths:
4999
 
   M /trunk/epan/dissectors/packet-ipsec.c
5000
 
 
5001
 
From Fr?\195?\169d?\195?\169ric Roudaut:
5002
 
as requested  here is a patch  in order to take into account  Encryption 
5003
 
and Authentication keys for ESP in hexa. 
5004
 
You only have to write your key with 0x first. In this case if the key 
5005
 
is not in 8-bit unit, it will be considered as starting with a "0" (4 bits). Excepted this case, the key should be completely written, even if it 
5006
 
starts with "0x00".
5007
 
------------------------------------------------------------------------
5008
 
r19180 | etxrab | 2006-09-07 23:58:40 -0700 (Thu, 07 Sep 2006) | 1 line
5009
 
Changed paths:
5010
 
   M /trunk/epan/dissectors/packet-clnp.c
5011
 
   M /trunk/epan/dissectors/packet-osi.c
5012
 
 
5013
 
Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it belongs.
5014
 
------------------------------------------------------------------------
5015
 
r19179 | jmayer | 2006-09-07 19:25:55 -0700 (Thu, 07 Sep 2006) | 1 line
5016
 
Changed paths:
5017
 
   M /trunk/docbook/Makefile
5018
 
 
5019
 
. is not necessarily in /home/jmayer/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/cross/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/sbin, so add it
5020
 
------------------------------------------------------------------------
5021
 
r19178 | jmayer | 2006-09-07 16:44:22 -0700 (Thu, 07 Sep 2006) | 1 line
5022
 
Changed paths:
5023
 
   M /trunk/docbook/check_svn_version.sh
5024
 
 
5025
 
propset svn:executable
5026
 
------------------------------------------------------------------------
5027
 
r19177 | lego | 2006-09-07 15:38:16 -0700 (Thu, 07 Sep 2006) | 18 lines
5028
 
Changed paths:
5029
 
   M /trunk/epan/make-sminmpec.pl
5030
 
 
5031
 
removed options.
5032
 
 
5033
 
 
5034
 
now it can either be called as
5035
 
 
5036
 
make-sminmpec.pl
5037
 
 
5038
 
so it will fetch the file only if it has been modified since we last loaded it
5039
 
 
5040
 
or 
5041
 
 
5042
 
make-sminmpec.pl enterprise-numbers
5043
 
 
5044
 
to regenerate the C file from the given file.
5045
 
 
5046
 
Luis
5047
 
 
5048
 
 
5049
 
------------------------------------------------------------------------
5050
 
r19176 | ulfl | 2006-09-07 13:35:26 -0700 (Thu, 07 Sep 2006) | 1 line
5051
 
Changed paths:
5052
 
   M /trunk/epan/dissectors/packet-dcerpc.c
5053
 
   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
5054
 
   M /trunk/epan/dissectors/packet-tcp.c
5055
 
 
5056
 
tweak some expert infos so they better work with the composite dialog (e.g. remove some minor details)
5057
 
------------------------------------------------------------------------
5058
 
r19175 | ulfl | 2006-09-07 13:33:02 -0700 (Thu, 07 Sep 2006) | 1 line
5059
 
Changed paths:
5060
 
   M /trunk/epan/dissectors/packet-dcerpc-epm.c
5061
 
 
5062
 
add some probable protocol IDs from the DCOM specs
5063
 
------------------------------------------------------------------------
5064
 
r19174 | ulfl | 2006-09-07 13:30:48 -0700 (Thu, 07 Sep 2006) | 1 line
5065
 
Changed paths:
5066
 
   M /trunk/epan/dissectors/packet-dcom-sysact.c
5067
 
   M /trunk/epan/dissectors/packet-dcom.c
5068
 
   M /trunk/epan/dissectors/packet-dcom.h
5069
 
 
5070
 
distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some DCOM things are just unknown and cannot be implemented therefore
5071
 
------------------------------------------------------------------------
5072
 
r19173 | ulfl | 2006-09-07 13:01:07 -0700 (Thu, 07 Sep 2006) | 4 lines
5073
 
Changed paths:
5074
 
   M /trunk/docbook/Makefile
5075
 
   A /trunk/docbook/check_svn_version.sh
5076
 
 
5077
 
fix bug #842: "make" now won't try to rebuild again if nothing changed since the last make call.
5078
 
Other minor dependency fixes.
5079
 
 
5080
 
I didn't found a way to implement the SVN version check using make, so using a new shell script instead ...
5081
 
------------------------------------------------------------------------
5082
 
r19172 | lego | 2006-09-07 09:16:51 -0700 (Thu, 07 Sep 2006) | 25 lines
5083
 
Changed paths:
5084
 
   M /trunk/epan/make-sminmpec.pl
5085
 
 
5086
 
From Andrew Feren:
5087
 
        This adds some features to update enterprise-numbers from the web.
5088
 
 
5089
 
As used in the Makefile currently
5090
 
 make-sminmpec.pl <infile> <outfile.c>
5091
 
 
5092
 
works exactly the same.  Additionally <infile> can be a URL to an infile in
5093
 
the expected format.
5094
 
 
5095
 
Using the new "-gen" switch will create a new <infile>
5096
 
 
5097
 
example:
5098
 
make-sminmpec.pl -gen \
5099
 
   http://www.iana.org/assignments/enterprise-numbers \
5100
 
   enterprise-numbers
5101
 
 
5102
 
other than that I modified so that calling it like
5103
 
make-sminmpec.pl -gen
5104
 
be like 
5105
 
make-sminmpec.pl -gen \
5106
 
 http://www.iana.org/assignments/enterprise-numbers \
5107
 
 sminmpec.c
5108
 
 
5109
 
 
5110
 
 
5111
 
------------------------------------------------------------------------
5112
 
r19171 | jmayer | 2006-09-07 06:22:45 -0700 (Thu, 07 Sep 2006) | 7 lines
5113
 
Changed paths:
5114
 
   M /trunk/tools/pidl/idl.yp
5115
 
   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
5116
 
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
5117
 
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
5118
 
   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
5119
 
 
5120
 
Update from samba tree revision 17666 to 18221
5121
 
============================ Samba log start ============
5122
 
svn: When specifying working copy paths, only one target may be given
5123
 
============================ Samba log end ==============
5124
 
 
5125
 
 
5126
 
 
5127
 
------------------------------------------------------------------------
5128
 
r19170 | sahlberg | 2006-09-07 03:53:32 -0700 (Thu, 07 Sep 2006) | 4 lines
5129
 
Changed paths:
5130
 
   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
5131
 
   M /trunk/epan/dissectors/packet-dcerpc-winreg.h
5132
 
   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
5133
 
   M /trunk/epan/dissectors/pidl/winreg.cnf
5134
 
   M /trunk/epan/dissectors/pidl/winreg.idl
5135
 
 
5136
 
 pidl now handles empty bitmaps properly so no need for the dummy (dont trigger empty bitmapbug entry)
5137
 
 
5138
 
 
5139
 
 
5140
 
------------------------------------------------------------------------
5141
 
r19169 | jmayer | 2006-09-06 15:59:25 -0700 (Wed, 06 Sep 2006) | 3 lines
5142
 
Changed paths:
5143
 
   M /trunk/CMakeLists.txt
5144
 
   M /trunk/cmake/modules/FindGTK2.cmake
5145
 
 
5146
 
The last update to FindGTK2.cmake was incompatible with it's use.
5147
 
Fix a bug and adapt CMakeLists.txt to the new usage.
5148
 
 
5149
 
------------------------------------------------------------------------
5150
 
r19168 | jmayer | 2006-09-06 15:28:19 -0700 (Wed, 06 Sep 2006) | 10 lines
5151
 
Changed paths:
5152
 
   M /trunk/CMakeLists.txt
5153
 
   A /trunk/cmake/modules/FindGLIB.cmake
5154
 
   A /trunk/cmake/modules/FindGLIB2.cmake
5155
 
   A /trunk/cmake/modules/FindLEX.cmake
5156
 
   A /trunk/cmake/modules/FindPCAP.cmake
5157
 
   D /trunk/cmake/modules/FindPcap.cmake
5158
 
   A /trunk/cmake/modules/FindYACC.cmake
5159
 
   A /trunk/cmake/modules/LICENSE.txt
5160
 
   A /trunk/cmakeconfig.h.in
5161
 
 
5162
 
cmake/
5163
 
        Add some more (hackish) tests.
5164
 
        Add a LICENSE file until I find the time to add it to all
5165
 
        files individually.
5166
 
 
5167
 
CMakeLists.txt
5168
 
        Add some addiotional stuff regarding options.
5169
 
        Add (non-working) code to generate config.h
5170
 
        Handle GTK1 vs GTK2 and GLIB1 vs GLIB2
5171
 
 
5172
 
------------------------------------------------------------------------
5173
 
r19167 | jmayer | 2006-09-06 15:14:20 -0700 (Wed, 06 Sep 2006) | 1 line
5174
 
Changed paths:
5175
 
   M /trunk/README.cmake
5176
 
 
5177
 
Add cmake-modules URL
5178
 
------------------------------------------------------------------------
5179
 
r19166 | jmayer | 2006-09-06 15:13:52 -0700 (Wed, 06 Sep 2006) | 5 lines
5180
 
Changed paths:
5181
 
   M /trunk/cmake/modules/FindGTK2.cmake
5182
 
 
5183
 
Update to newer version of the file from
5184
 
http://cmake-modules.googlecode.com/svn/trunk/
5185
 
 
5186
 
This update adds a license text (dual: GPLv2 and 3 clause BSD)
5187
 
 
5188
 
------------------------------------------------------------------------
5189
 
r19165 | jake | 2006-09-06 14:08:24 -0700 (Wed, 06 Sep 2006) | 2 lines
5190
 
Changed paths:
5191
 
   M /trunk/epan/enterprise-numbers
5192
 
 
5193
 
Update enterprise-numbers
5194
 
 
5195
 
------------------------------------------------------------------------
5196
 
r19164 | martinm | 2006-09-06 07:08:40 -0700 (Wed, 06 Sep 2006) | 1 line
5197
 
Changed paths:
5198
 
   M /trunk/epan/dissectors/packet-umts_fp.c
5199
 
 
5200
 
Dissect some more common control messages
5201
 
------------------------------------------------------------------------
5202
 
r19163 | sahlberg | 2006-09-06 01:36:13 -0700 (Wed, 06 Sep 2006) | 3 lines
5203
 
Changed paths:
5204
 
   M /trunk/epan/dissectors/packet-isakmp.c
5205
 
 
5206
 
fix for the typo in bug 1094
5207
 
 
5208
 
 
5209
 
------------------------------------------------------------------------
5210
 
r19162 | jmayer | 2006-09-06 01:24:36 -0700 (Wed, 06 Sep 2006) | 10 lines
5211
 
Changed paths:
5212
 
   M /trunk/epan/dissectors/packet-tftp.c
5213
 
 
5214
 
- Make options filterable
5215
 
- Display options in info column
5216
 
- Only remember blksize from OACK packets
5217
 
- Add some rfc numbers
5218
 
- Move tftp_dissect_options in front of dissect_tftp
5219
 
  (I forgot to fix the forward decl once too often ;)
5220
 
- Warning fixes
5221
 
- Add expert error in case of tftp-error pdu
5222
 
 
5223
 
 
5224
 
------------------------------------------------------------------------
5225
 
r19161 | etxrab | 2006-09-05 22:23:38 -0700 (Tue, 05 Sep 2006) | 1 line
5226
 
Changed paths:
5227
 
   M /trunk/config.nmake
5228
 
 
5229
 
Add comments about PORTAUDIO API version comment out use of PORTAUDIO library for now.
5230
 
------------------------------------------------------------------------
5231
 
r19160 | etxrab | 2006-09-05 22:22:05 -0700 (Tue, 05 Sep 2006) | 1 line
5232
 
Changed paths:
5233
 
   M /trunk/plugins/megaco/packet-megaco.c
5234
 
 
5235
 
NAME can also contain '_'
5236
 
------------------------------------------------------------------------
5237
 
r19159 | etxrab | 2006-09-05 13:35:41 -0700 (Tue, 05 Sep 2006) | 1 line
5238
 
Changed paths:
5239
 
   M /trunk/Makefile.nmake
5240
 
   M /trunk/config.h.win32
5241
 
   M /trunk/config.nmake
5242
 
 
5243
 
Handle PORTAUDIO_API_1 and add clean-deps target to distclean.
5244
 
------------------------------------------------------------------------
5245
 
r19158 | jmayer | 2006-09-05 09:09:49 -0700 (Tue, 05 Sep 2006) | 1 line
5246
 
Changed paths:
5247
 
   M /trunk/epan/dissectors/packet-tftp.c
5248
 
 
5249
 
option name "blksize" is case in-sensitive
5250
 
------------------------------------------------------------------------
5251
 
r19157 | martinm | 2006-09-05 09:06:41 -0700 (Tue, 05 Sep 2006) | 1 line
5252
 
Changed paths:
5253
 
   M /trunk/epan/dissectors/packet-radius.c
5254
 
   M /trunk/epan/dissectors/packet-smrse.c
5255
 
 
5256
 
Make smrse & radius dissectors findable by name
5257
 
------------------------------------------------------------------------
5258
 
r19156 | martinm | 2006-09-05 09:05:23 -0700 (Tue, 05 Sep 2006) | 4 lines
5259
 
Changed paths:
5260
 
   M /trunk/epan/dissectors/packet-atm.c
5261
 
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
5262
 
   M /trunk/wiretap/catapult_dct2000.c
5263
 
   M /trunk/wiretap/wtap.h
5264
 
 
5265
 
For DCT2000, show better transport info:
5266
 
- for FP over AAL2, add CID to AAL tree
5267
 
- for IPPRIM protocols, show IPV4 addresses in src & dst columns
5268
 
 
5269
 
------------------------------------------------------------------------
5270
 
r19155 | jmayer | 2006-09-05 08:58:11 -0700 (Tue, 05 Sep 2006) | 9 lines
5271
 
Changed paths:
5272
 
   M /trunk/epan/dissectors/packet-tftp.c
5273
 
 
5274
 
Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1092
5275
 
Actually, this was a feature request:
5276
 
 
5277
 
Store the value of the blksize option in the conversation data
5278
 
and use that information to compare whether we have reached the
5279
 
last packet.
5280
 
 
5281
 
Includes the cleanup ideas from Ronnie.
5282
 
 
5283
 
------------------------------------------------------------------------
5284
 
r19154 | sahlberg | 2006-09-05 08:13:39 -0700 (Tue, 05 Sep 2006) | 9 lines
5285
 
Changed paths:
5286
 
   M /trunk/epan/dissectors/packet-windows-common.c
5287
 
 
5288
 
fix for bug 1054
5289
 
 
5290
 
there were instances where the function dissect_nt_sid() would not fill in the return pointer for the sid string
5291
 
causing callers that rely on that this string will ALWAYS be assigned try to access and g_free() an uninitialized pointer.
5292
 
 
5293
 
dissect_nt_sid() should be changed to use and return ep allocated memory instead of gmalloced memory
5294
 
 
5295
 
 
5296
 
 
5297
 
------------------------------------------------------------------------
5298
 
r19153 | sahlberg | 2006-09-05 07:32:15 -0700 (Tue, 05 Sep 2006) | 6 lines
5299
 
Changed paths:
5300
 
   M /trunk/epan/dissectors/packet-http.c
5301
 
 
5302
 
fix for bug 1079
5303
 
 
5304
 
verify that stat_info->request_uri is non null before doing string manipulations on it
5305
 
so that we dont try to dereference a null pointer further down the code
5306
 
 
5307
 
 
5308
 
------------------------------------------------------------------------
5309
 
r19152 | jake | 2006-09-05 05:22:44 -0700 (Tue, 05 Sep 2006) | 2 lines
5310
 
Changed paths:
5311
 
   M /trunk/epan/dissectors/packet-isakmp.c
5312
 
 
5313
 
Fix for bug 1093, as proposed by Atsushi Fukumoto
5314
 
 
5315
 
------------------------------------------------------------------------
5316
 
r19151 | jmayer | 2006-09-05 05:04:46 -0700 (Tue, 05 Sep 2006) | 1 line
5317
 
Changed paths:
5318
 
   M /trunk/README.cmake
5319
 
 
5320
 
Add some links for further reading
5321
 
------------------------------------------------------------------------
5322
 
r19150 | jmayer | 2006-09-05 02:50:45 -0700 (Tue, 05 Sep 2006) | 1 line
5323
 
Changed paths:
5324
 
   M /trunk/CMakeLists.txt
5325
 
   M /trunk/README.cmake
5326
 
   M /trunk/cmake/modules/FindGTK2.cmake
5327
 
   M /trunk/cmake/modules/FindPcap.cmake
5328
 
   M /trunk/wiretap/CMakeLists.txt
5329
 
 
5330
 
propset, add $Id: ChangeLog 19757 2006-10-31 17:45:15Z gerald $ and copyright headers
5331
 
------------------------------------------------------------------------
5332
 
r19149 | jmayer | 2006-09-05 02:27:22 -0700 (Tue, 05 Sep 2006) | 7 lines
5333
 
Changed paths:
5334
 
   A /trunk/CMakeLists.txt
5335
 
   A /trunk/README.cmake
5336
 
   A /trunk/cmake
5337
 
   A /trunk/cmake/modules
5338
 
   A /trunk/cmake/modules/FindGTK2.cmake
5339
 
   A /trunk/cmake/modules/FindPcap.cmake
5340
 
   A /trunk/wiretap/CMakeLists.txt
5341
 
 
5342
 
OK, as I haven't had any negative feedback, I'm adding my work
5343
 
to use cmake as a build system. It's in no way complete, I'd
5344
 
just like others to be able to participate in playing with cmake
5345
 
and to document what I'm doing.
5346
 
 
5347
 
Please read the README.cmake for what can be done right now.
5348
 
 
5349
 
------------------------------------------------------------------------
5350
 
r19148 | jmayer | 2006-09-05 02:17:55 -0700 (Tue, 05 Sep 2006) | 8 lines
5351
 
Changed paths:
5352
 
   M /trunk/acinclude.m4
5353
 
   M /trunk/gtk/rtp_player.c
5354
 
 
5355
 
rtp_player.c will now compile with the new API, although it will not
5356
 
actually do something useful except to print that the new API is not
5357
 
supported.
5358
 
 
5359
 
Adapt acinclude.m4 to provide PORTAUDIO_API_1 and add back the
5360
 
check_message to indicate *why* we are checking for the type.
5361
 
 
5362
 
 
5363
 
------------------------------------------------------------------------
5364
 
r19147 | jmayer | 2006-09-05 02:14:18 -0700 (Tue, 05 Sep 2006) | 1 line
5365
 
Changed paths:
5366
 
   M /trunk/asn1/h248
5367
 
 
5368
 
Added some files to svn:ignore
5369
 
------------------------------------------------------------------------
5370
 
r19146 | guy | 2006-09-05 00:58:14 -0700 (Tue, 05 Sep 2006) | 4 lines
5371
 
Changed paths:
5372
 
   M /trunk/gtk/voip_calls_dlg.c
5373
 
 
5374
 
Move the include of rtp_player.h after the include of stuff it needs,
5375
 
and include rtp_analysis.h as well, as it declares something else
5376
 
rtp_player.h needs.
5377
 
 
5378
 
------------------------------------------------------------------------
5379
 
r19145 | etxrab | 2006-09-04 22:38:11 -0700 (Mon, 04 Sep 2006) | 8 lines
5380
 
Changed paths:
5381
 
   M /trunk/epan/dissectors/packet-vnc.c
5382
 
   M /trunk/epan/dissectors/packet-x11-keysym.h
5383
 
 
5384
 
From Stephen Fisher:
5385
 
A patch to bring the VNC dissector almost to completion.
5386
 
 
5387
 
I have not had a chance to finish the server message type "frame buffer 
5388
 
update," which are the pixel values for screen rectangle updates.  
5389
 
Everything else is there - tracking the keys the user is pushing, 
5390
 
ringing a bell on the client, mouse button pushes/pointer movements, 
5391
 
etc.
5392
 
------------------------------------------------------------------------
5393
 
r19144 | guy | 2006-09-04 16:23:16 -0700 (Mon, 04 Sep 2006) | 2 lines
5394
 
Changed paths:
5395
 
   M /trunk/gtk/rtp_player.c
5396
 
 
5397
 
Comment #endifs so you can tell what they match.
5398
 
 
5399
 
------------------------------------------------------------------------
5400
 
r19143 | guy | 2006-09-04 16:22:39 -0700 (Mon, 04 Sep 2006) | 2 lines
5401
 
Changed paths:
5402
 
   M /trunk/gtk/Makefile.common
5403
 
 
5404
 
Build with rtp_player.c.
5405
 
 
5406
 
------------------------------------------------------------------------
5407
 
r19142 | guy | 2006-09-04 16:21:52 -0700 (Mon, 04 Sep 2006) | 3 lines
5408
 
Changed paths:
5409
 
   M /trunk/codecs/G711a/G711adecode.c
5410
 
   M /trunk/codecs/G711a/G711adecode.h
5411
 
   M /trunk/codecs/G711a/G711atable.h
5412
 
   M /trunk/codecs/G711u/G711udecode.c
5413
 
   M /trunk/codecs/G711u/G711udecode.h
5414
 
   M /trunk/codecs/G711u/G711utable.h
5415
 
 
5416
 
Add RCS IDs, introductory comments, and multiple-include protection. 
5417
 
Remove extra blank lines.
5418
 
 
5419
 
------------------------------------------------------------------------
5420
 
r19141 | guy | 2006-09-04 16:20:52 -0700 (Mon, 04 Sep 2006) | 3 lines
5421
 
Changed paths:
5422
 
   M /trunk/asn1/h248/packet-h248-template.c
5423
 
   M /trunk/epan/dissectors/packet-h248.c
5424
 
 
5425
 
Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they're
5426
 
used.
5427
 
 
5428
 
------------------------------------------------------------------------
5429
 
r19140 | guy | 2006-09-04 15:47:16 -0700 (Mon, 04 Sep 2006) | 7 lines
5430
 
Changed paths:
5431
 
   M /trunk/acinclude.m4
5432
 
 
5433
 
AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issue
5434
 
one ourselves.
5435
 
 
5436
 
The documentation for autoconf isn't very clear on the "includes"
5437
 
argument to AC_CHECK_TYPE - it's in the form of a list of #include
5438
 
statements.
5439
 
 
5440
 
------------------------------------------------------------------------
5441
 
r19139 | etxrab | 2006-09-04 14:07:35 -0700 (Mon, 04 Sep 2006) | 4 lines
5442
 
Changed paths:
5443
 
   M /trunk/epan/dissectors/packet-sdp.c
5444
 
 
5445
 
Fix(?) bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1042
5446
 
Does the string need to be freed ad destruction of the hashtable?
5447
 
 
5448
 
Surplus add_text removed.
5449
 
------------------------------------------------------------------------
5450
 
r19138 | etxrab | 2006-09-04 13:36:52 -0700 (Mon, 04 Sep 2006) | 1 line
5451
 
Changed paths:
5452
 
   M /trunk/plugins/megaco/packet-megaco.c
5453
 
 
5454
 
Always dissect SDP info to set up RTP conversation.
5455
 
------------------------------------------------------------------------
5456
 
r19137 | etxrab | 2006-09-04 11:11:02 -0700 (Mon, 04 Sep 2006) | 1 line
5457
 
Changed paths:
5458
 
   M /trunk/Makefile.nmake
5459
 
 
5460
 
Fix a typo for rtp_player
5461
 
------------------------------------------------------------------------
5462
 
r19136 | etxrab | 2006-09-04 11:10:14 -0700 (Mon, 04 Sep 2006) | 14 lines
5463
 
Changed paths:
5464
 
   M /trunk/asn1/h248/h248.cnf
5465
 
   M /trunk/asn1/h248/packet-h248-template.c
5466
 
   M /trunk/epan/dissectors/packet-h248.c
5467
 
   M /trunk/epan/dissectors/packet-h248.h
5468
 
 
5469
 
From Oleg Kostenko:
5470
 
This patch will add the following functionality to the H.248
5471
 
 dissector:
5472
 
 
5473
 
 1. Dissection of properties from Annex C.11 SDP equivalents.
5474
 
 
5475
 
 2. Dissection of EventNames and SignalNames from Annex E Basic
5476
 
Packages.
5477
 
 
5478
 
 3. Dissection of event and signal parameters from Annex E.9 Analog
5479
 
 Line Supervision Package.
5480
 
 
5481
 
 4. Dissection of statistics from Annex E.11 Network Package and
5482
 
 Annex E.12 RTP Package.
5483
 
------------------------------------------------------------------------
5484
 
r19135 | etxrab | 2006-09-04 11:04:10 -0700 (Mon, 04 Sep 2006) | 1 line
5485
 
Changed paths:
5486
 
   M /trunk/gtk/rtp_player.c
5487
 
   M /trunk/gtk/rtp_player.h
5488
 
 
5489
 
Correct some typos and add some comments.
5490
 
------------------------------------------------------------------------
5491
 
r19134 | jmayer | 2006-09-04 07:19:12 -0700 (Mon, 04 Sep 2006) | 6 lines
5492
 
Changed paths:
5493
 
   M /trunk/gtk/Makefile.am
5494
 
   M /trunk/gtk/rtp_player.c
5495
 
   M /trunk/gtk/rtp_player.h
5496
 
 
5497
 
The previous way of (not) including portaudio support didn't
5498
 
work reliably (at least it didn't work on my system).
5499
 
Change it to just wrap the rtp_player.[hc] files into a
5500
 
#if defined(...) #endif.
5501
 
 
5502
 
 
5503
 
------------------------------------------------------------------------
5504
 
r19133 | jmayer | 2006-09-04 07:16:50 -0700 (Mon, 04 Sep 2006) | 7 lines
5505
 
Changed paths:
5506
 
   M /trunk/acinclude.m4
5507
 
 
5508
 
After some reading it is clear that the code was written for
5509
 
portaudio versions <= 18. At least Suse 10.1 provides a snapshot
5510
 
of version 19, which, in turn has the brand new and incompatible
5511
 
version 2.0 of the API. Change the error message to tell the
5512
 
user that he needs portaudio <= 18.
5513
 
 
5514
 
 
5515
 
------------------------------------------------------------------------
5516
 
r19132 | jake | 2006-09-04 07:12:26 -0700 (Mon, 04 Sep 2006) | 13 lines
5517
 
Changed paths:
5518
 
   M /trunk/epan/dissectors/packet-ppp.c
5519
 
 
5520
 
From Donald White:
5521
 
First, the length of the header of a sub-frame may be miscalculated if
5522
 
if the PID field is not present, but was present in a previous
5523
 
sub-frame.  The calculation of the header length will use the value from
5524
 
the previous sub-frame.
5525
 
 
5526
 
Second, correct the typo "ength" to "length".
5527
 
 
5528
 
Third, the length of the current sub-frame was not passed as the
5529
 
reported length to a sub-dissector.  When the sub-dissector calls
5530
 
tvb_reported_length(), the function returns the length of the complete
5531
 
frame and not the length of the sub-frame to be dissected.
5532
 
 
5533
 
------------------------------------------------------------------------
5534
 
r19131 | jmayer | 2006-09-04 06:34:48 -0700 (Mon, 04 Sep 2006) | 8 lines
5535
 
Changed paths:
5536
 
   M /trunk/acinclude.m4
5537
 
   M /trunk/configure.in
5538
 
 
5539
 
Use portaudio if it's there. Check that we have the right version.
5540
 
Note: This check is currently carried out by checking that the include
5541
 
defines PortAudioStream. If you know of any better check, please let
5542
 
me know.
5543
 
 
5544
 
acinclude.m4:
5545
 
        Replace sequences of 8 spaces by tab
5546
 
 
5547
 
------------------------------------------------------------------------
5548
 
r19130 | martinm | 2006-09-04 04:04:14 -0700 (Mon, 04 Sep 2006) | 2 lines
5549
 
Changed paths:
5550
 
   M /trunk/epan/dissectors/Makefile.common
5551
 
   M /trunk/epan/dissectors/packet-atm.c
5552
 
   M /trunk/epan/dissectors/packet-catapult-dct2000.c
5553
 
   A /trunk/epan/dissectors/packet-umts_fp.c
5554
 
   A /trunk/epan/dissectors/packet-umts_fp.h
5555
 
   M /trunk/wiretap/catapult_dct2000.c
5556
 
   M /trunk/wiretap/wtap.h
5557
 
 
5558
 
Partial implementation of UMTS FP.  Currently only works with Catapult DCT2000 format files, as need extra information about packet when decoding.  There are a few TODOs (notably E-DCH channels), but the current version gives OK coverage.
5559
 
 
5560
 
------------------------------------------------------------------------
5561
 
r19129 | sahlberg | 2006-09-04 01:18:52 -0700 (Mon, 04 Sep 2006) | 8 lines
5562
 
Changed paths:
5563
 
   M /trunk/epan/dissectors/packet-kerberos.c
5564
 
   M /trunk/epan/dissectors/packet-kerberos4.c
5565
 
 
5566
 
krb4 is a new style dissector and is called through a handle from krb5 which is also new style.
5567
 
 
5568
 
use call_dissector_only()  which is new-style aware and not call_dissector() which is not.
5569
 
 
5570
 
this fixes a recent bug found on the heimdal list.
5571
 
 
5572
 
 
5573
 
 
5574
 
------------------------------------------------------------------------
5575
 
r19128 | sahlberg | 2006-09-04 00:44:30 -0700 (Mon, 04 Sep 2006) | 4 lines
5576
 
Changed paths:
5577
 
   M /trunk/epan/dissectors/packet-kerberos4.c
5578
 
 
5579
 
make the heuristics for detecting kerberos4 stronger
5580
 
 
5581
 
 
5582
 
 
5583
 
------------------------------------------------------------------------
5584
 
r19127 | jmayer | 2006-09-03 08:41:42 -0700 (Sun, 03 Sep 2006) | 3 lines
5585
 
Changed paths:
5586
 
   M /trunk/gtk/rtp_player.c
5587
 
 
5588
 
Ad $Id: ?\194?\167 and reorder and reformat some comments in the header.
5589
 
 
5590
 
 
5591
 
------------------------------------------------------------------------
5592
 
r19126 | etxrab | 2006-09-02 16:21:59 -0700 (Sat, 02 Sep 2006) | 1 line
5593
 
Changed paths:
5594
 
   M /trunk/plugins/megaco/packet-megaco.c
5595
 
 
5596
 
Comment out debug code.
5597
 
------------------------------------------------------------------------
5598
 
r19125 | sahlberg | 2006-09-02 16:18:38 -0700 (Sat, 02 Sep 2006) | 15 lines
5599
 
Changed paths:
5600
 
   M /trunk/AUTHORS
5601
 
   M /trunk/epan/dissectors/Makefile.common
5602
 
   A /trunk/epan/dissectors/packet-epl_v1.c
5603
 
   A /trunk/epan/dissectors/packet-epl_v1.h
5604
 
   M /trunk/epan/dissectors/packet-ethertype.c
5605
 
   M /trunk/epan/etypes.h
5606
 
 
5607
 
From David Buechi
5608
 
New protocol: epl v1
5609
 
 
5610
 
 
5611
 
Hi,
5612
 
 
5613
 
in addition to the recently submitted dissector for the EPL v2 protocol,
5614
 
this is the dissector for the first version of the EPL protocol.
5615
 
 
5616
 
Best Regards,
5617
 
David
5618
 
 
5619
 
 
5620
 
 
5621
 
 
5622
 
------------------------------------------------------------------------
5623
 
r19124 | etxrab | 2006-09-02 09:56:22 -0700 (Sat, 02 Sep 2006) | 1 line
5624
 
Changed paths:
5625
 
   M /trunk/plugins/megaco/packet-megaco.c
5626
 
 
5627
 
Packages can have digits and '/' in their names...
5628
 
------------------------------------------------------------------------
5629
 
r19123 | etxrab | 2006-09-02 09:55:31 -0700 (Sat, 02 Sep 2006) | 1 line
5630
 
Changed paths:
5631
 
   M /trunk/Makefile.nmake
5632
 
 
5633
 
Include codecs in the all target.
5634
 
------------------------------------------------------------------------
5635
 
r19122 | etxrab | 2006-09-02 09:05:03 -0700 (Sat, 02 Sep 2006) | 1 line
5636
 
Changed paths:
5637
 
   M /trunk/plugins/megaco/packet-megaco.c
5638
 
 
5639
 
Remove some extra output for MediaDescriptor.
5640
 
------------------------------------------------------------------------
5641
 
r19121 | etxrab | 2006-09-02 08:50:24 -0700 (Sat, 02 Sep 2006) | 1 line
5642
 
Changed paths:
5643
 
   M /trunk/plugins/megaco/packet-megaco.c
5644
 
 
5645
 
Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1080.
5646
 
------------------------------------------------------------------------
5647
 
r19120 | etxrab | 2006-09-02 07:18:47 -0700 (Sat, 02 Sep 2006) | 1 line
5648
 
Changed paths:
5649
 
   M /trunk/Makefile.nmake
5650
 
   M /trunk/codecs/Makefile.nmake
5651
 
   M /trunk/gtk/Makefile.nmake
5652
 
 
5653
 
Fix path and name.
5654
 
------------------------------------------------------------------------
5655
 
r19119 | sahlberg | 2006-09-02 04:46:15 -0700 (Sat, 02 Sep 2006) | 6 lines
5656
 
Changed paths:
5657
 
   M /trunk/epan/dissectors/packet-gssapi.c
5658
 
 
5659
 
add primitive reassembly of gssapi
5660
 
 
5661
 
this will allow reassembly of gssapi blobs that span multiple smb/sessionsetup command pdus
5662
 
 
5663
 
 
5664
 
 
5665
 
------------------------------------------------------------------------
5666
 
r19118 | guy | 2006-09-02 00:18:16 -0700 (Sat, 02 Sep 2006) | 9 lines
5667
 
Changed paths:
5668
 
   M /trunk/codecs/G711a/G711adecode.h
5669
 
   M /trunk/codecs/G711u/G711udecode.h
5670
 
   M /trunk/gtk/rtp_player.c
5671
 
   M /trunk/gtk/rtp_player.h
5672
 
 
5673
 
Squelch compiler warnings, and get rid of unused variables and
5674
 
declarations.
5675
 
 
5676
 
Define functions with no arguments as such.
5677
 
 
5678
 
Clean up white space.
5679
 
 
5680
 
Declare tables in the codec .h files.
5681
 
 
5682
 
------------------------------------------------------------------------
5683
 
r19117 | guy | 2006-09-01 23:39:43 -0700 (Fri, 01 Sep 2006) | 4 lines
5684
 
Changed paths:
5685
 
   M /trunk/Makefile.am
5686
 
   M /trunk/Makefile.nmake
5687
 
   A /trunk/codecs (from /trunk/gtk/codecs:19108)
5688
 
   M /trunk/configure.in
5689
 
   M /trunk/gtk/Makefile.am
5690
 
   M /trunk/gtk/Makefile.nmake
5691
 
   D /trunk/gtk/codecs
5692
 
   M /trunk/gtk/rtp_player.c
5693
 
 
5694
 
Move the codecs into a top-level "codecs" subdirectory; there's no
5695
 
guarantee that all programs using the codecs will necessarily be using
5696
 
GTK+.
5697
 
 
5698
 
------------------------------------------------------------------------
5699
 
r19116 | guy | 2006-09-01 23:39:09 -0700 (Fri, 01 Sep 2006) | 2 lines
5700
 
Changed paths:
5701
 
   M /trunk/epan/filesystem.c
5702
 
 
5703
 
Clean up indentation, etc.
5704
 
 
5705
 
------------------------------------------------------------------------
5706
 
r19115 | guy | 2006-09-01 23:38:21 -0700 (Fri, 01 Sep 2006) | 4 lines
5707
 
Changed paths:
5708
 
   M /trunk/epan/dissectors/packet-wtls.c
5709
 
 
5710
 
Add a common routine for adding session IDs.  Have it handle session IDs
5711
 
from 1 to 8 bytes, and not only handle 0-byte session IDs as special,
5712
 
have it handle session IDs > 8 bytes as special as well.
5713
 
 
5714
 
------------------------------------------------------------------------
5715
 
r19114 | guy | 2006-09-01 23:36:42 -0700 (Fri, 01 Sep 2006) | 4 lines
5716
 
Changed paths:
5717
 
   M /trunk/epan/dissectors/packet-dcerpc.c
5718
 
 
5719
 
Add brackets to squelch a compiler warning.
5720
 
 
5721
 
Fix indentation.
5722
 
 
5723
 
------------------------------------------------------------------------
5724
 
r19113 | sahlberg | 2006-09-01 19:03:26 -0700 (Fri, 01 Sep 2006) | 5 lines
5725
 
Changed paths:
5726
 
   M /trunk/epan/dissectors/packet-gssapi.c
5727
 
 
5728
 
break out the handling of conversation specific data so that we will always have one such struct (and not an value pointer to an oid struct)
5729
 
so that it is easier to attach other useage to the conversation specific state
5730
 
 
5731
 
 
5732
 
 
5733
 
------------------------------------------------------------------------
5734
 
r19112 | sahlberg | 2006-09-01 17:43:19 -0700 (Fri, 01 Sep 2006) | 18 lines
5735
 
Changed paths:
5736
 
   M /trunk/epan/dissectors/packet-gssapi.c
5737
 
 
5738
 
resolve the oid to a variable before we check it in the conditional so that
5739
 
we can add code to check that it looks sane (for better heuristics) when
5740
 
we start adding GSS-KRB reassembly.
5741
 
 
5742
 
we need this for some transports such as SMB/SessionSetup that will transport GSS-KRB blobs inside multiple PDUs (multiple different SMB/SessionSetups) so we can reassemble the blobs before decoding them.
5743
 
 
5744
 
 
5745
 
this probably only happens for SMB/SessionSetup   but the design of that command is so "nice" that you can not tell whether the blob is fragmented or not or how big it is supposed to be by looking at the SMB layer itself, one needs to know the BER length field for the BER APPLICATION tag. :-(
5746
 
 
5747
 
to make things worse, the only way match multiple such fragments together one will need not just the fragments from the SessionSetup requests  but also the UID that is returned in the response to the initial request.
5748
 
perverse design.
5749
 
 
5750
 
 
5751
 
lets assume that there will almost never be multiple sessionsetups on the same tcp session in real traces    so to make things easier just ignore the UID for now when reassembling. (well reassembly is not added yet but will be)
5752
 
 
5753
 
 
5754
 
 
5755
 
 
5756
 
------------------------------------------------------------------------
5757
 
r19111 | sahlberg | 2006-09-01 17:24:31 -0700 (Fri, 01 Sep 2006) | 4 lines
5758
 
Changed paths:
5759
 
   M /trunk/epan/dissectors/packet-gssapi.c
5760
 
 
5761
 
remove a comment with dead code
5762
 
remove three pointless volatile declarations
5763
 
 
5764
 
 
5765
 
------------------------------------------------------------------------
5766
 
r19110 | sahlberg | 2006-09-01 17:17:35 -0700 (Fri, 01 Sep 2006) | 6 lines
5767
 
Changed paths:
5768
 
   M /trunk/epan/dissectors/packet-gssapi.c
5769
 
 
5770
 
always create a conversation for gssapi
5771
 
 
5772
 
we will need a conversation in more places once we start adding reassembly of gss-krb blobs that span multiple pdus (smb/sessionsetup)
5773
 
 
5774
 
 
5775
 
 
5776
 
------------------------------------------------------------------------
5777
 
r19108 | etxrab | 2006-09-01 09:17:48 -0700 (Fri, 01 Sep 2006) | 2 lines
5778
 
Changed paths:
5779
 
   M /trunk/asn1/camel/packet-camel-template.c
5780
 
   M /trunk/epan/dissectors/packet-camel.c
5781
 
 
5782
 
From Florent Drouin:
5783
 
patch to implement the decoding of the GPRS reference. The specific oid for the CAP-GPRS-ReferenceNumber is attached to a decoding function in the camel module.
5784
 
------------------------------------------------------------------------
5785
 
r19107 | jmayer | 2006-08-31 21:26:53 -0700 (Thu, 31 Aug 2006) | 7 lines
5786
 
Changed paths:
5787
 
   M /trunk/gtk/codecs
5788
 
   M /trunk/gtk/codecs/Makefile.am
5789
 
 
5790
 
- Add svn:ignore
5791
 
- Replace the completely wrong Makefile.am (was a copy of makefile.nmake)
5792
 
  by the version the author sent. As I needed to retrieve it from the ML
5793
 
  archives, it may be different from the originally sent version. If
5794
 
  someone still has the original version in his inbox, please send it to
5795
 
  me.
5796
 
 
5797
 
------------------------------------------------------------------------
5798
 
r19106 | ulfl | 2006-08-31 16:00:44 -0700 (Thu, 31 Aug 2006) | 1 line
5799
 
Changed paths:
5800
 
   M /trunk/epan/dissectors/packet-tcp.c
5801
 
 
5802
 
mark the "short segment" message field as generated and add an expert_info to it
5803
 
------------------------------------------------------------------------
5804
 
r19105 | ulfl | 2006-08-31 15:58:22 -0700 (Thu, 31 Aug 2006) | 1 line
5805
 
Changed paths:
5806
 
   M /trunk/epan/dissectors/packet-icq.c
5807
 
 
5808
 
use an expert_info instead of an fprintf to show an undecoded message (fprintf won't work on windows as usually no console available)
5809
 
------------------------------------------------------------------------
5810
 
r19104 | ulfl | 2006-08-31 15:56:38 -0700 (Thu, 31 Aug 2006) | 2 lines
5811
 
Changed paths:
5812
 
   M /trunk/epan/expert.c
5813
 
   M /trunk/epan/expert.h
5814
 
   M /trunk/epan/libwireshark.def
5815
 
   M /trunk/epan/packet.c
5816
 
   M /trunk/gtk/expert_comp_table.c
5817
 
   M /trunk/gtk/expert_dlg.c
5818
 
 
5819
 
move value_strings from expert_dialogs into expert.c to remove duplicates
5820
 
keep the highest severity level of the current file (experimental)
5821
 
------------------------------------------------------------------------
5822
 
r19103 | jmayer | 2006-08-31 06:14:48 -0700 (Thu, 31 Aug 2006) | 5 lines
5823
 
Changed paths:
5824
 
   M /trunk/epan/Makefile.am
5825
 
   M /trunk/epan/dissectors/Makefile.am
5826
 
 
5827
 
Albert Chin:
5828
 
 
5829
 
Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1078
5830
 
 
5831
 
 
5832
 
------------------------------------------------------------------------
5833
 
r19102 | jmayer | 2006-08-31 06:12:09 -0700 (Thu, 31 Aug 2006) | 1 line
5834
 
Changed paths:
5835
 
   M /trunk/Makefile.am
5836
 
 
5837
 
don't recycle ethereal-icons
5838
 
------------------------------------------------------------------------
5839
 
r19101 | sahlberg | 2006-08-31 05:13:12 -0700 (Thu, 31 Aug 2006) | 12 lines
5840
 
Changed paths:
5841
 
   M /trunk/Makefile.am
5842
 
   M /trunk/gtk/codecs/Makefile.am
5843
 
 
5844
 
dont include config.nmake in the codecs makefile    it appears it is not needed
5845
 
 
5846
 
 
5847
 
dont link with libcodec.a
5848
 
1, this should be a shared library not a static one?
5849
 
2, its not built on unix so it is missing
5850
 
 
5851
 
 
5852
 
making unix/linux build work again
5853
 
 
5854
 
 
5855
 
 
5856
 
------------------------------------------------------------------------
5857
 
r19100 | sahlberg | 2006-08-31 02:37:02 -0700 (Thu, 31 Aug 2006) | 4 lines
5858
 
Changed paths:
5859
 
   M /trunk/gtk/codecs/Makefile.am
5860
 
 
5861
 
the commands for a rule in a amkefile must in classical makefiles start with a TAB not with spaces.
5862
 
 
5863
 
 
5864
 
 
5865
 
------------------------------------------------------------------------
5866
 
r19099 | jake | 2006-08-30 23:58:29 -0700 (Wed, 30 Aug 2006) | 1 line
5867
 
Changed paths:
5868
 
   M /trunk/gtk/codecs/Makefile.am
5869
 
 
5870
 
Remove trailing backslash from CFLAGS
5871
 
------------------------------------------------------------------------
5872
 
r19098 | ulfl | 2006-08-30 18:50:11 -0700 (Wed, 30 Aug 2006) | 3 lines
5873
 
Changed paths:
5874
 
   M /trunk/config.nmake
5875
 
 
5876
 
a huge redesign of the settings in config.nmake
5877
 
 
5878
 
most changes are related to comments and the sequence of the settings, so by comparing the old and the new file, any merge conflicts will be hopefully easily resolved at least manually.
5879
 
------------------------------------------------------------------------
5880
 
r19097 | ulfl | 2006-08-30 16:27:37 -0700 (Wed, 30 Aug 2006) | 1 line
5881
 
Changed paths:
5882
 
   M /trunk/config.nmake
5883
 
 
5884
 
 remove the MAKENSIS_MODERN_UI, as the modern UI of NSIS is very stable now so there's no need for this setting any longer (removing some unnecessary complexity)
5885
 
------------------------------------------------------------------------
5886
 
r19096 | ulfl | 2006-08-30 16:25:15 -0700 (Wed, 30 Aug 2006) | 1 line
5887
 
Changed paths:
5888
 
   M /trunk/packaging/nsis/Makefile.nmake
5889
 
   M /trunk/packaging/nsis/wireshark.nsi
5890
 
 
5891
 
remove the MAKENSIS_MODERN_UI, as the modern UI of NSIS is very stable now so there's no need for this setting any longer (removing some unnecessary complexity)
5892
 
------------------------------------------------------------------------
5893
 
r19095 | ulfl | 2006-08-30 15:26:34 -0700 (Wed, 30 Aug 2006) | 1 line
5894
 
Changed paths:
5895
 
   M /trunk/Makefile.nmake
5896
 
 
5897
 
fix a suspected typo of the portaudio commit
5898
 
------------------------------------------------------------------------
5899
 
r19094 | etxrab | 2006-08-30 14:51:31 -0700 (Wed, 30 Aug 2006) | 8 lines
5900
 
Changed paths:
5901
 
   M /trunk/Makefile.am
5902
 
   M /trunk/Makefile.nmake
5903
 
   M /trunk/acinclude.m4
5904
 
   M /trunk/config.h.win32
5905
 
   M /trunk/config.nmake
5906
 
   M /trunk/configure.in
5907
 
   M /trunk/gtk/Makefile.am
5908
 
   M /trunk/gtk/Makefile.nmake
5909
 
   M /trunk/gtk/voip_calls.c
5910
 
   M /trunk/gtk/voip_calls_dlg.c
5911
 
   M /trunk/tools/win32-setup.sh
5912
 
 
5913
 
From Alejandro Vaquero:
5914
 
- Change the "listen_rtp" to "rtp_player"
5915
 
- Change from a plugin to be part of the core
5916
 
- By default it will not compile with the rtp_player. In order to 
5917
 
compile it is necessary to:
5918
 
       + For windows: uncomment the line 
5919
 
"PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake
5920
 
       + For linux: using the "--with-portaudio=yes"
5921
 
------------------------------------------------------------------------
5922
 
r19093 | etxrab | 2006-08-30 13:50:37 -0700 (Wed, 30 Aug 2006) | 8 lines
5923
 
Changed paths:
5924
 
   A /trunk/gtk/rtp_player.c
5925
 
   A /trunk/gtk/rtp_player.h
5926
 
 
5927
 
From Alejandro Vaquero:
5928
 
- Change the "listen_rtp" to "rtp_player"
5929
 
- Change from a plugin to be part of the core
5930
 
- By default it will not compile with the rtp_player. In order to 
5931
 
compile it is necessary to:
5932
 
       + For windows: uncomment the line 
5933
 
"PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake
5934
 
       + For linux: using the "--with-portaudio=yes"
5935
 
------------------------------------------------------------------------
5936
 
r19092 | etxrab | 2006-08-30 13:47:16 -0700 (Wed, 30 Aug 2006) | 2 lines
5937
 
Changed paths:
5938
 
   A /trunk/gtk/codecs
5939
 
   A /trunk/gtk/codecs/G711a
5940
 
   A /trunk/gtk/codecs/G711a/G711adecode.c
5941
 
   A /trunk/gtk/codecs/G711a/G711adecode.h
5942
 
   A /trunk/gtk/codecs/G711a/G711atable.h
5943
 
   A /trunk/gtk/codecs/G711u
5944
 
   A /trunk/gtk/codecs/G711u/G711udecode.c
5945
 
   A /trunk/gtk/codecs/G711u/G711udecode.h
5946
 
   A /trunk/gtk/codecs/G711u/G711utable.h
5947
 
   A /trunk/gtk/codecs/Makefile.am
5948
 
   A /trunk/gtk/codecs/Makefile.nmake
5949
 
 
5950
 
From Alejandro Vaquero:
5951
 
The "codecs"
5952
 
------------------------------------------------------------------------
5953
 
r19091 | ulfl | 2006-08-30 13:45:13 -0700 (Wed, 30 Aug 2006) | 5 lines
5954
 
Changed paths:
5955
 
   M /trunk/gtk/win32-file-dlg.c
5956
 
 
5957
 
Remove a lot of XXX:
5958
 
- add help buttons to the dialogs
5959
 
- the read filter fields are now working (the filter button still not)
5960
 
- PDML export don't need "Packet Format" settings, grey them out
5961
 
- fix a bug in the filter fields coloring function (g_alloc space was too small)
5962
 
------------------------------------------------------------------------
5963
 
r19090 | ulfl | 2006-08-30 13:38:17 -0700 (Wed, 30 Aug 2006) | 3 lines
5964
 
Changed paths:
5965
 
   M /trunk/gtk/menu.c
5966
 
 
5967
 
have only one Export/File menu entry for the Win32 dialog, instead of 5 entries leading to exactly the same dialog (with a single setting - the file type - set different)
5968
 
 
5969
 
we might want the Unix/GTK version work the same way, as this is how other programs I know work as well ... and making the documentation easier by desribing only one way how it's working
5970
 
------------------------------------------------------------------------
5971
 
r19089 | ulfl | 2006-08-30 13:27:12 -0700 (Wed, 30 Aug 2006) | 3 lines
5972
 
Changed paths:
5973
 
   M /trunk/gtk/help_dlg.c
5974
 
   M /trunk/gtk/help_dlg.h
5975
 
   M /trunk/gtk/print_dlg.c
5976
 
 
5977
 
add some file dialog related help pages
5978
 
 
5979
 
use file related instead of print related help pages for the export dialogs
5980
 
------------------------------------------------------------------------
5981
 
r19088 | ulfl | 2006-08-30 13:24:49 -0700 (Wed, 30 Aug 2006) | 1 line
5982
 
Changed paths:
5983
 
   M /trunk/gtk/capture_if_dlg.c
5984
 
 
5985
 
seems the height offset 16 seems a bit too small to prevent a scrollbar, using 20 instead
5986
 
------------------------------------------------------------------------
5987
 
r19087 | etxrab | 2006-08-30 12:27:54 -0700 (Wed, 30 Aug 2006) | 3 lines
5988
 
Changed paths:
5989
 
   D /trunk/plugins/listen_rtp
5990
 
 
5991
 
From Alejandro Vaquero:
5992
 
- The current "/plugin/listen_rtp" directory should be removed from the 
5993
 
source
5994
 
------------------------------------------------------------------------
5995
 
r19086 | kukosa | 2006-08-30 03:03:50 -0700 (Wed, 30 Aug 2006) | 1 line
5996
 
Changed paths:
5997
 
   M /trunk/epan/dissectors/packet-tcp.c
5998
 
 
5999
 
flags have only 1 byte
6000
 
------------------------------------------------------------------------
6001
 
r19085 | martinm | 2006-08-30 02:48:12 -0700 (Wed, 30 Aug 2006) | 1 line
6002
 
Changed paths:
6003
 
   M /trunk/gtk/sip_stat.c
6004
 
   M /trunk/tap-sipstat.c
6005
 
 
6006
 
Add SIP response code 494 from RFC 3329
6007
 
------------------------------------------------------------------------
6008
 
r19084 | kukosa | 2006-08-30 00:31:36 -0700 (Wed, 30 Aug 2006) | 1 line
6009
 
Changed paths:
6010
 
   M /trunk/epan/dissectors/packet-ssl.c
6011
 
 
6012
 
display Random as a single item with two subitems
6013
 
------------------------------------------------------------------------
6014
 
r19083 | etxrab | 2006-08-29 22:03:16 -0700 (Tue, 29 Aug 2006) | 1 line
6015
 
Changed paths:
6016
 
   M /trunk/epan/dissectors/packet-clnp.c
6017
 
 
6018
 
Remove debugcode left by mistake...
6019
 
------------------------------------------------------------------------
6020
 
r19082 | etxrab | 2006-08-29 15:18:39 -0700 (Tue, 29 Aug 2006) | 1 line
6021
 
Changed paths:
6022
 
   M /trunk/epan/dissectors/packet-clnp.c
6023
 
 
6024
 
Add CLNP over TCP over TPKT dissection. The port number is by default set to 0.
6025
 
------------------------------------------------------------------------
6026
 
r19081 | ulfl | 2006-08-29 14:12:45 -0700 (Tue, 29 Aug 2006) | 1 line
6027
 
Changed paths:
6028
 
   M /trunk/gtk/Makefile.common
6029
 
 
6030
 
sort the u3.c file into the list alphabetically
6031
 
------------------------------------------------------------------------
6032
 
r19080 | ulfl | 2006-08-29 14:09:32 -0700 (Tue, 29 Aug 2006) | 1 line
6033
 
Changed paths:
6034
 
   M /trunk/gtk/fileset_dlg.c
6035
 
 
6036
 
fix #331: add a scrollbar to the dialog. If a fileset contains more than 18 files, use that scrollbar. These 18 files should be displayable even on a 800*600 display.
6037
 
------------------------------------------------------------------------
6038
 
r19079 | ulfl | 2006-08-29 14:06:36 -0700 (Tue, 29 Aug 2006) | 1 line
6039
 
Changed paths:
6040
 
   M /trunk/gtk/Makefile.am
6041
 
 
6042
 
add u3.h to the distribution files (hopefully this fixes ubuntu buildbot distcheck)
6043
 
------------------------------------------------------------------------
6044
 
r19078 | ulfl | 2006-08-29 14:03:33 -0700 (Tue, 29 Aug 2006) | 1 line
6045
 
Changed paths:
6046
 
   M /trunk/fileset.c
6047
 
 
6048
 
fix a minor bug: don't show a single file twice in the fileset dialog
6049
 
------------------------------------------------------------------------
6050
 
r19077 | ulfl | 2006-08-29 14:01:05 -0700 (Tue, 29 Aug 2006) | 1 line
6051
 
Changed paths:
6052
 
   M /trunk/test/test-backend.sh
6053
 
   M /trunk/test/test.sh
6054
 
 
6055
 
use unique variable names to prevent "global variable" side effects -> endless repeating tests of subsections
6056
 
------------------------------------------------------------------------
6057
 
r19076 | jmayer | 2006-08-29 13:21:47 -0700 (Tue, 29 Aug 2006) | 4 lines
6058
 
Changed paths:
6059
 
   M /trunk/wireshark.desktop
6060
 
 
6061
 
- Update to 0.9.5 (from 0.9.4)
6062
 
- Remove some unneeded entries
6063
 
- Add a translation
6064
 
 
6065
 
------------------------------------------------------------------------
6066
 
r19075 | jake | 2006-08-29 09:54:39 -0700 (Tue, 29 Aug 2006) | 1 line
6067
 
Changed paths:
6068
 
   M /trunk/epan/addr_resolv.c
6069
 
 
6070
 
Fix for bug 795: handle CR as line end as well
6071
 
------------------------------------------------------------------------
6072
 
r19074 | jmayer | 2006-08-29 09:31:00 -0700 (Tue, 29 Aug 2006) | 4 lines
6073
 
Changed paths:
6074
 
   M /trunk/epan/dissectors/packet-alcap.c
6075
 
 
6076
 
Florent DROUIN <florent.drouin@alcatel.fr>:
6077
 
 
6078
 
Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1077
6079
 
 
6080
 
------------------------------------------------------------------------
6081
 
r19073 | gmorris | 2006-08-29 01:45:53 -0700 (Tue, 29 Aug 2006) | 114 lines
6082
 
Changed paths:
6083
 
   M /trunk/epan/dissectors/ncp2222.py
6084
 
   M /trunk/epan/dissectors/packet-ncp-int.h
6085
 
   M /trunk/epan/dissectors/packet-ncp-sss.c
6086
 
   M /trunk/epan/dissectors/packet-ncp.c
6087
 
   M /trunk/epan/dissectors/packet-ncp2222.inc
6088
 
 
6089
 
Fixes and updated files:
6090
 
 
6091
 
File NCP2222.py:
6092
 
1. Added NCP service type 0xffff = All types
6093
 
2. Added evaluation of task states. (following bits are defined. 0=normal, 1 = TTS explicit transaction in progress, 2= TTS implicit transaction in progress, 4 = Shared file ste lock in progress)
6094
 
3. Reversed the Volume Request Flags, this was backwards (s/b 0=do not return name with volume number, 1=Return name with volume number)
6095
 
4. Fixed endianess of Creator ID in NetWare Information Struct.
6096
 
5. File information structure incorrectly defined Current Block Being Decompressed.
6097
 
6. Logical Lock Status structure incorrectly identified Task Number as a byte. It should be two bytes "word".
6098
 
7. Fixed endianess of Modifier ID in NetWare Information Struct.
6099
 
8. Fixed Name Space Information structure (was defined as Name Space, changed to Creator Name Space Number).
6100
 
9. Fixed Semaphore Structure (Task Number was incorrectly defined as a byte, should be two bytes "word").
6101
 
10. Added Task structure (Task Number, Task State)
6102
 
11. Fixed Volume structure (incorrectly defined Volume Name)
6103
 
12. Added VolumeWithName structure (This struct contains both volume number and volume name)
6104
 
13. Added error 0x8901 - "No purgable files available"
6105
 
14. Added error 0x8977 - "Buffer too small" 
6106
 
15. Added error 0x899c - "No more trustees found"
6107
 
16. Added error 0x89d9 - "Queue station is not a server"
6108
 
17. Added NCP connection status values (0=Ok, 1=Bad service connection, 10=File server is down, 40=Broadcast Message Pending)
6109
 
18. Fixed error definitions for NCP 22/50.
6110
 
19. Fixed reply packet for NCP 22/52 to properly display volume information depending on reply struct, Volume or volume with name.
6111
 
20. Fixed error definitions for NCP 22/52
6112
 
21. Fixed NCP 23/26 reply packet to properly return internet address and display correctly.
6113
 
22. Fixed NCP 23/27 Reply packet structure to properly repeat connection numbers array.
6114
 
23. Fixed error definitions for NCP 23/33
6115
 
24. Fixed NCP 23/114 Request (improperly defined Charge Information as a long value, s/b word)
6116
 
25. Fixed NCP 23/120 Reply (Improperly defined Job Number as a long value, s/b word)
6117
 
26. Fixed error definitions for NCP 23/123
6118
 
27. Fixed error definitions for NCP 23/124
6119
 
28. Fixed error definitions for NCP 23/131
6120
 
29. Fixed error definitions for NCP 23/132
6121
 
30. Fixed error definitions for NCP 23/135
6122
 
31. Fixed error definitions for NCP 23/137
6123
 
32. Fixed error definitions for NCP 23/138
6124
 
33. Fixed NCP 23/205 Reply (User Login Allowed incorrectly defined as long value, s/b byte value)
6125
 
34. Fixed NCP 23/234 Reply (Reply structure incorrectly defined based on old NCP documentation. Corrected per new docs)
6126
 
35. Fixed endianess of NCP 23/237 Reply on value Number of Locks.
6127
 
36. Fixed endianess of NCP 23/238 Reply on value Number of Locks.
6128
 
37. Fixed error definitions for NCP 30
6129
 
38. Fixed error definitions for NCP 36/6
6130
 
39. Fixed error definitions for NCP 86/2
6131
 
40. Fixed error definitions for NCP 86/3
6132
 
41. Fixed error definitions for NCP 86/4
6133
 
42. Fixed error definitions for NCP 86/5
6134
 
43. Fixed error definitions for NCP 87/1
6135
 
44. Fixed error definitions for NCP 87/4
6136
 
45. Fixed error definitions for NCP 87/5
6137
 
46. Fixed error definitions for NCP 87/10
6138
 
47. Fixed error definitions for NCP 87/11
6139
 
48. Fixed error definitions for NCP 87/12
6140
 
49. Fixed error definitions for NCP 87/17
6141
 
50. Fixed error definitions for NCP 87/18
6142
 
51. Fixed NCP 87/20 Reply to properly decode multiple entries returned. This used to only dissect the first entry.
6143
 
52. Fixed error definitions for NCP 87/30
6144
 
53. Fixed NCP 87/33 Reply to properly utilize the request flags to dissect the reply packet NetWare Info Struct
6145
 
54. Fixed error definitions for NCP 87/33
6146
 
55. Fixed error definitions for NCP 88/22
6147
 
56. Fixed error definitions for NCP 89/1
6148
 
57. Fixed error definitions for NCP 89/10
6149
 
58. Fixed NCP 89/11 Request packet structure
6150
 
59. Fixed error definitions for NCP 89/11
6151
 
60. Fixed NCP 89/20 Reply to properly decode multiple entries returned. This used to only dissect the first entry.
6152
 
61. Fixed error definitions for NCP 104/5
6153
 
62. Added undefined NCP 112
6154
 
63. Fixed NCP 123/11 Reply to properly dissect FileName, Name, and copyright.
6155
 
64. Fixed NCP 123/17 Reply to properly display NCP Network Address values.
6156
 
65. Fixed NCP 123/24 Reply to properly display Driver Board Name, Driver Short Name, and Dirver Logical Name.
6157
 
66. Fixed error definitions for NCP 123/33
6158
 
67. Fixed NCP 123/60 to properly display Set Command Name and Set Command Value.
6159
 
68. Fixed error definitions for NCP 123/70
6160
 
69. Fixed NCP 123/71 Reply to utilize new File Information Struct
6161
 
70. Fixed error definitions for NCP 123/71
6162
 
71. Fixed error definitions for NCP 123/72
6163
 
72. Added NCP 123/249
6164
 
73. Added NCP 123/251
6165
 
74. Added NCP 123/252
6166
 
75. Added NCP 123/253
6167
 
76. Added NCP 123/254
6168
 
77. Added NCP 123/255
6169
 
78. Fixed error definitions for NCP 131/1
6170
 
79. Fixed error definitions for NCP 131/2
6171
 
 
6172
 
File packet-ncp2222.inc
6173
 
1. Added new NCP preference setting to tell Wireshark to decode the NetWare information structure as new or old style.
6174
 
2. Set default NCP preference settings of echo connection and echo file to FALSE.
6175
 
3. Added NDS verb 2 Request Flags (0=retain old object, 1=delete old object)
6176
 
4. Fixed problem where NDS fragmentation could not be reassembled on reload. (fragment array needed to be re-initialized on reload)
6177
 
5. Fixed NCP service types 1111, 5555, bbbb, and 1111/LIP to reflect real type number. (Was defined as 0xf1, 0xf2, 0xf3, etc... Now defined as 0x1, 0x5, 0xb, etc)
6178
 
6. Fixed function build_expert_data to parse subtree memory structures to acquire NCP request value records
6179
 
7. Fix NDS attribute type Boolean to byte value and properly aligned.
6180
 
8. Fixed attribute zendmSearchOrder to display properly regardless of number or order of value entries.
6181
 
9. Added check of length of packet prior to attempting to defragment
6182
 
10. Added for Request packets logic to abort if NCP type isn't found.
6183
 
11. Added logic to store packet length and then manually decode NCP function 123 based on length.
6184
 
12. Added logic to manually dissect NCP 87/20 and 89/20 reply packets.
6185
 
13. NDS resolve name replies with remote entry as the specifier should not store the EID returned (0x00000000)
6186
 
14. Added logic to trap and echo to expert tap when connection status flags indicate an error.
6187
 
15. Added manual dissect of NCP 23/26 replies
6188
 
16. Added logic to Capture the EID returned form NCP 22/51 "Get vol info".
6189
 
17. Fixed NDS verb 0x2a
6190
 
18. Fixed NDS verb 0x2b
6191
 
 
6192
 
File packet-ncp.c
6193
 
1. Fix offset for packet signature. (This used to automatically set the offset to account for packet signature if it could not determine the correct NCP type. But for some failed fragment packets, retransmissions, etc, this would be wrongly identified. So first we check to see if we can read a valid type at the offset before we just automatically assume that packet signature is being used)
6194
 
2. Register the new NCP preference for old/new NetWareInfoStruct.
6195
 
 
6196
 
File packet-ncp-int.h
6197
 
1. Add extern declaration for ncp_newstyle setting.
6198
 
2. Add length, req_mask, and req_mast_ext to ncp_req_hash_value structure
6199
 
 
6200
 
File packet-ncp-sss.c
6201
 
1. Fix SecretStore request verb Write App Secrets, Client Put Data, to evaluate packet length.
6202
 
 
6203
 
------------------------------------------------------------------------
6204
 
r19072 | kukosa | 2006-08-29 01:33:52 -0700 (Tue, 29 Aug 2006) | 1 line
6205
 
Changed paths:
6206
 
   M /trunk/epan/dissectors/packet-ssl-utils.c
6207
 
   M /trunk/epan/dissectors/packet-ssl-utils.h
6208
 
   M /trunk/epan/dissectors/packet-ssl.c
6209
 
   M /trunk/epan/dissectors/packet-ssl.h
6210
 
 
6211
 
get rid of few warnings
6212
 
------------------------------------------------------------------------
6213
 
r19071 | gerald | 2006-08-28 19:19:27 -0700 (Mon, 28 Aug 2006) | 2 lines
6214
 
Changed paths:
6215
 
   M /trunk/epan/dissectors/Makefile.common
6216
 
 
6217
 
Add a missing file.
6218
 
 
6219
 
------------------------------------------------------------------------
6220
 
r19070 | ulfl | 2006-08-28 17:15:09 -0700 (Mon, 28 Aug 2006) | 5 lines
6221
 
Changed paths:
6222
 
   M /trunk/doc/README.developer
6223
 
 
6224
 
from Stephen Fisher:
6225
 
 
6226
 
"I ran doc/README.developer through a spell checker and conservatively 
6227
 
changed misspelled words.  Attached is a compressed patch with the 
6228
 
corrections."
6229
 
------------------------------------------------------------------------
6230
 
r19069 | ulfl | 2006-08-28 15:54:12 -0700 (Mon, 28 Aug 2006) | 1 line
6231
 
Changed paths:
6232
 
   M /trunk/gtk/prefs_dlg.c
6233
 
 
6234
 
fix #1061: the logic to search for a specific protocol page was missing the changes of the scrollable window indirection
6235
 
------------------------------------------------------------------------
6236
 
r19068 | gerald | 2006-08-28 15:52:26 -0700 (Mon, 28 Aug 2006) | 2 lines
6237
 
Changed paths:
6238
 
   M /trunk/epan/dissectors/Makefile.common
6239
 
 
6240
 
Fix a typo.
6241
 
 
6242
 
------------------------------------------------------------------------
6243
 
r19067 | ulfl | 2006-08-28 15:23:18 -0700 (Mon, 28 Aug 2006) | 1 line
6244
 
Changed paths:
6245
 
   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
6246
 
 
6247
 
fix a minor typo
6248
 
------------------------------------------------------------------------
6249
 
r19066 | ulfl | 2006-08-28 14:14:36 -0700 (Mon, 28 Aug 2006) | 1 line
6250
 
Changed paths:
6251
 
   M /trunk/epan/dissectors/packet-dcom.c
6252
 
 
6253
 
add a new this/that flag value
6254
 
------------------------------------------------------------------------
6255
 
r19065 | ulfl | 2006-08-28 14:13:37 -0700 (Mon, 28 Aug 2006) | 1 line
6256
 
Changed paths:
6257
 
   M /trunk/epan/dissectors/packet-dcerpc.c
6258
 
 
6259
 
minor format string change
6260
 
------------------------------------------------------------------------
6261
 
r19064 | ulfl | 2006-08-28 14:12:44 -0700 (Mon, 28 Aug 2006) | 1 line
6262
 
Changed paths:
6263
 
   M /trunk/epan/dissectors/packet-dcerpc-epm.c
6264
 
 
6265
 
add some more right-hand-side infos of the tower data
6266
 
------------------------------------------------------------------------
6267
 
r19063 | ulfl | 2006-08-28 14:11:10 -0700 (Mon, 28 Aug 2006) | 1 line
6268
 
Changed paths:
6269
 
   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
6270
 
 
6271
 
add information about remote traffic capture filter
6272
 
------------------------------------------------------------------------
6273
 
r19062 | jake | 2006-08-28 12:15:08 -0700 (Mon, 28 Aug 2006) | 1 line
6274
 
Changed paths:
6275
 
   M /trunk/epan/dissectors/packet-udp.c
6276
 
 
6277
 
Fix length check for IP packets with options.
6278
 
------------------------------------------------------------------------
6279
 
r19061 | jmayer | 2006-08-28 09:55:03 -0700 (Mon, 28 Aug 2006) | 7 lines
6280
 
Changed paths:
6281
 
   M /trunk/epan/dissectors/packet-ppp.c
6282
 
 
6283
 
Donald White <donald_white@qwest.net>
6284
 
 
6285
 
There is a small bug in the function dissect_ppp() which prevents proper
6286
 
demuxing of packets.  Patch is attached.
6287
 
 
6288
 
 
6289
 
 
6290
 
------------------------------------------------------------------------
6291
 
r19060 | gmorris | 2006-08-28 05:24:24 -0700 (Mon, 28 Aug 2006) | 2 lines
6292
 
Changed paths:
6293
 
   M /trunk/epan/dissectors/packet-srvloc.c
6294
 
 
6295
 
Fix the decoding of SLP attributes. Open SLP has the ability to pass back multiple attribute types in each reply. Previously the dissector only would dissect address attributes. The change adds parsing of attributes and proper dissection of names and address attributes contained in the same reply payload.
6296
 
 
6297
 
------------------------------------------------------------------------
6298
 
r19059 | kukosa | 2006-08-28 00:05:02 -0700 (Mon, 28 Aug 2006) | 5 lines
6299
 
Changed paths:
6300
 
   M /trunk/asn1/h225/packet-h225-template.c
6301
 
   M /trunk/epan/dissectors/packet-h225.c
6302
 
   M /trunk/epan/dissectors/packet-q931.c
6303
 
   M /trunk/epan/dissectors/packet-sip.c
6304
 
   M /trunk/epan/dissectors/packet-ssl-utils.c
6305
 
   M /trunk/epan/dissectors/packet-ssl.c
6306
 
   M /trunk/epan/dissectors/packet-ssl.h
6307
 
   M /trunk/epan/libwireshark.def
6308
 
   M /trunk/epan/proto.c
6309
 
   M /trunk/epan/proto.h
6310
 
 
6311
 
- new function ssl_dissector_delete()
6312
 
- register H.225.0 over TLS (configurable port 1300)
6313
 
- register SIP over TLS (fixed port 5061)
6314
 
- new function proto_tree_get_root()
6315
 
 
6316
 
------------------------------------------------------------------------
6317
 
r19058 | etxrab | 2006-08-27 22:32:16 -0700 (Sun, 27 Aug 2006) | 1 line
6318
 
Changed paths:
6319
 
   M /trunk/epan/dissectors/packet-gtp.c
6320
 
 
6321
 
More release 6 changes.
6322
 
------------------------------------------------------------------------
6323
 
r19057 | gerald | 2006-08-27 19:06:28 -0700 (Sun, 27 Aug 2006) | 6 lines
6324
 
Changed paths:
6325
 
   M /trunk/epan/dissectors/packet-image-png.c
6326
 
 
6327
 
Don't abort the entire program if we have bad data.  Just mark the
6328
 
packet as malformed and continue on our merry way.  This should fix
6329
 
bugs 1064 - 1073.
6330
 
 
6331
 
Fix up whitespace.
6332
 
 
6333
 
------------------------------------------------------------------------
6334
 
r19056 | etxrab | 2006-08-27 13:30:01 -0700 (Sun, 27 Aug 2006) | 1 line
6335
 
Changed paths:
6336
 
   M /trunk/epan/dissectors/packet-bssgp.c
6337
 
   M /trunk/epan/dissectors/packet-bssgp.h
6338
 
   M /trunk/epan/dissectors/packet-gtp.c
6339
 
 
6340
 
Do some more of the relase 6 stuff.
6341
 
------------------------------------------------------------------------
6342
 
r19055 | etxrab | 2006-08-27 12:15:20 -0700 (Sun, 27 Aug 2006) | 1 line
6343
 
Changed paths:
6344
 
   M /trunk/gtk/stats_tree_stat.c
6345
 
 
6346
 
Fixa a typo.
6347
 
------------------------------------------------------------------------
6348
 
r19054 | ulfl | 2006-08-27 05:35:26 -0700 (Sun, 27 Aug 2006) | 3 lines
6349
 
Changed paths:
6350
 
   M /trunk/gtk/print_mswin.c
6351
 
 
6352
 
fix #707: "It's not possible to print each packet on a new page"
6353
 
 
6354
 
Win32: detect "form feed" char and create a new page in that case
6355
 
------------------------------------------------------------------------
6356
 
r19053 | ulfl | 2006-08-27 04:46:02 -0700 (Sun, 27 Aug 2006) | 1 line
6357
 
Changed paths:
6358
 
   M /trunk/doc/README.capture
6359
 
   M /trunk/docbook/wsug_src/WSUG_app_howitworks.xml
6360
 
   M /trunk/help/capturing.txt
6361
 
 
6362
 
fix #1063, some leftover typo's: Etheral -> Wireshark
6363
 
------------------------------------------------------------------------
6364
 
r19052 | ulfl | 2006-08-27 04:27:47 -0700 (Sun, 27 Aug 2006) | 1 line
6365
 
Changed paths:
6366
 
   M /trunk/epan/dissectors/packet-radius.c
6367
 
   M /trunk/epan/dissectors/packet-rmcp.c
6368
 
   M /trunk/epan/guid-utils.c
6369
 
   M /trunk/gtk/stats_tree_stat.c
6370
 
 
6371
 
squelch some compiler warnings
6372
 
------------------------------------------------------------------------
6373
 
r19051 | ulfl | 2006-08-27 03:41:30 -0700 (Sun, 27 Aug 2006) | 1 line
6374
 
Changed paths:
6375
 
   M /trunk/gtk/capture_if_dlg.c
6376
 
   M /trunk/gtk/gui_utils.c
6377
 
   M /trunk/gtk/gui_utils.h
6378
 
 
6379
 
fix a warning by removing now unused code
6380
 
------------------------------------------------------------------------
6381
 
r19050 | gal | 2006-08-27 02:03:21 -0700 (Sun, 27 Aug 2006) | 4 lines
6382
 
Changed paths:
6383
 
   M /trunk/asn1/acse/acse-exp.cnf
6384
 
   M /trunk/asn1/acse/acse.asn
6385
 
   M /trunk/epan/dissectors/packet-acse.c
6386
 
   M /trunk/epan/dissectors/packet-acse.h
6387
 
 
6388
 
An octet string  form of the ASO-qualifier used by some systems from the days when it was an ANY.
6389
 
Really just an elaboration of the "...".
6390
 
 
6391
 
 
6392
 
------------------------------------------------------------------------
6393
 
r19049 | gal | 2006-08-27 01:31:29 -0700 (Sun, 27 Aug 2006) | 3 lines
6394
 
Changed paths:
6395
 
   M /trunk/epan/dissectors/packet-tpkt.c
6396
 
 
6397
 
Register tpkt as a dissector so subdissectors can register tpkt on ports other than 102.
6398
 
 
6399
 
 
6400
 
------------------------------------------------------------------------
6401
 
r19048 | gal | 2006-08-27 01:19:55 -0700 (Sun, 27 Aug 2006) | 3 lines
6402
 
Changed paths:
6403
 
   M /trunk/asn1/dap/dap-exp.cnf
6404
 
   M /trunk/asn1/dap/dap.asn
6405
 
   M /trunk/asn1/dap/dap.cnf
6406
 
   M /trunk/epan/dissectors/packet-dap.c
6407
 
   M /trunk/epan/dissectors/packet-dap.h
6408
 
 
6409
 
Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP.
6410
 
 
6411
 
 
6412
 
------------------------------------------------------------------------
6413
 
r19047 | guy | 2006-08-26 11:36:09 -0700 (Sat, 26 Aug 2006) | 10 lines
6414
 
Changed paths:
6415
 
   M /trunk/capture_loop.c
6416
 
   M /trunk/capture_opts.c
6417
 
   M /trunk/capture_opts.h
6418
 
   M /trunk/gtk/main.c
6419
 
   M /trunk/tshark.c
6420
 
 
6421
 
Go back to setting the capture filter to an empty string when we start;
6422
 
that obviates the need to check for a null capture filter string, and
6423
 
fixes bug 1055.
6424
 
 
6425
 
Keep track of whether it was set from the command line, though, so we
6426
 
can catch attempts to set the filter more than once, and attempts to set
6427
 
it when we're not capturing.
6428
 
 
6429
 
Clean up white space.
6430
 
 
6431
 
------------------------------------------------------------------------
6432
 
r19046 | gal | 2006-08-26 10:55:21 -0700 (Sat, 26 Aug 2006) | 5 lines
6433
 
Changed paths:
6434
 
   M /trunk/epan/filesystem.c
6435
 
   M /trunk/epan/libwireshark.def
6436
 
   M /trunk/gtk/Makefile.common
6437
 
   M /trunk/gtk/file_dlg.c
6438
 
   M /trunk/gtk/main.c
6439
 
   A /trunk/gtk/u3.c
6440
 
   A /trunk/gtk/u3.h
6441
 
   A /trunk/packaging/u3
6442
 
   A /trunk/packaging/u3/win32
6443
 
   A /trunk/packaging/u3/win32/README.txt
6444
 
   A /trunk/packaging/u3/win32/makefile.nmake
6445
 
   A /trunk/packaging/u3/win32/manifest.tmpl
6446
 
   A /trunk/packaging/u3/win32/u3util.c
6447
 
 
6448
 
U3 packaging, utility and Wireshark modifications that allows Wireshark to be run from a U3 USB device. 
6449
 
 
6450
 
For more details see packaging/u3/win32/README.txt
6451
 
 
6452
 
 
6453
 
------------------------------------------------------------------------
6454
 
r19045 | sahlberg | 2006-08-26 05:26:19 -0700 (Sat, 26 Aug 2006) | 3 lines
6455
 
Changed paths:
6456
 
   M /trunk/epan/dissectors/packet-image-png.c
6457
 
 
6458
 
two more chunks
6459
 
 
6460
 
 
6461
 
------------------------------------------------------------------------
6462
 
r19044 | sahlberg | 2006-08-26 04:57:28 -0700 (Sat, 26 Aug 2006) | 5 lines
6463
 
Changed paths:
6464
 
   M /trunk/epan/dissectors/packet-image-png.c
6465
 
 
6466
 
fix wrong constant in a valuestring
6467
 
 
6468
 
add two more chunks to be dissected
6469
 
 
6470
 
 
6471
 
------------------------------------------------------------------------
6472
 
r19043 | ulfl | 2006-08-26 04:03:41 -0700 (Sat, 26 Aug 2006) | 1 line
6473
 
Changed paths:
6474
 
   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
6475
 
 
6476
 
rework the pop-up menu section
6477
 
------------------------------------------------------------------------
6478
 
r19042 | sahlberg | 2006-08-26 02:16:38 -0700 (Sat, 26 Aug 2006) | 4 lines
6479
 
Changed paths:
6480
 
   M /trunk/epan/dissectors/Makefile.common
6481
 
   A /trunk/epan/dissectors/packet-image-png.c
6482
 
 
6483
 
initial PNG dissector  (Portable Network Graphics)
6484
 
 
6485
 
 
6486
 
 
6487
 
------------------------------------------------------------------------
6488
 
r19041 | guy | 2006-08-25 17:12:12 -0700 (Fri, 25 Aug 2006) | 4 lines
6489
 
Changed paths:
6490
 
   M /trunk/gtk/capture_if_dlg.c
6491
 
 
6492
 
Clean up indentation.
6493
 
 
6494
 
Only define cap_air_w if we have AirPcap.
6495
 
 
6496
 
------------------------------------------------------------------------
6497
 
r19040 | guy | 2006-08-25 17:08:51 -0700 (Fri, 25 Aug 2006) | 2 lines
6498
 
Changed paths:
6499
 
   M /trunk/gtk/firewall_dlg.c
6500
 
 
6501
 
Get rid of aun unused routine.
6502
 
 
6503
 
------------------------------------------------------------------------
6504
 
r19039 | guy | 2006-08-25 17:07:13 -0700 (Fri, 25 Aug 2006) | 2 lines
6505
 
Changed paths:
6506
 
   M /trunk/gtk/capture_dlg.c
6507
 
 
6508
 
Get rid of unused variable.
6509
 
 
6510
 
------------------------------------------------------------------------
6511
 
r19038 | guy | 2006-08-25 17:06:40 -0700 (Fri, 25 Aug 2006) | 5 lines
6512
 
Changed paths:
6513
 
   M /trunk/epan/dissectors/packet-ieee80211.c
6514
 
 
6515
 
Don't define the Aironet/Cisco Wireless OUI ourselves; get it from
6516
 
<epan/oui.h>.
6517
 
 
6518
 
Fix indentation.
6519
 
 
6520
 
------------------------------------------------------------------------
6521
 
r19037 | guy | 2006-08-25 17:05:26 -0700 (Fri, 25 Aug 2006) | 3 lines
6522
 
Changed paths:
6523
 
   M /trunk/epan/dissectors/packet-dtls.c
6524
 
 
6525
 
Fix some compiler warnings (some by getting rid of variables unused if
6526
 
you don't have GNU TLS).
6527
 
 
6528
 
------------------------------------------------------------------------
6529
 
r19036 | guy | 2006-08-25 17:03:59 -0700 (Fri, 25 Aug 2006) | 3 lines
6530
 
Changed paths:
6531
 
   M /trunk/epan/dissectors/packet-mp2t.c
6532
 
 
6533
 
Don't use %ld for guint64 - use PRIu64.  (Also, don't use %d for guint32
6534
 
- use %u.)
6535
 
 
6536
 
------------------------------------------------------------------------
6537
 
r19035 | guy | 2006-08-25 16:59:25 -0700 (Fri, 25 Aug 2006) | 3 lines
6538
 
Changed paths:
6539
 
   M /trunk/image/toolbar/capture_details_16.xpm
6540
 
   M /trunk/image/toolbar/capture_details_24.xpm
6541
 
 
6542
 
Constify the capture details icons, and get rid of the CRs in
6543
 
capture_details_24.xpm and give it the appropriate Subversion keywords.
6544
 
 
6545
 
------------------------------------------------------------------------
6546
 
r19034 | sahlberg | 2006-08-25 14:53:37 -0700 (Fri, 25 Aug 2006) | 3 lines
6547
 
Changed paths:
6548
 
   M /trunk/epan/dissectors/packet-eth.c
6549
 
 
6550
 
remove the code that conditionally dissects LG only if IG is set
6551
 
 
6552
 
 
6553
 
------------------------------------------------------------------------
6554
 
r19033 | sahlberg | 2006-08-25 14:33:23 -0700 (Fri, 25 Aug 2006) | 9 lines
6555
 
Changed paths:
6556
 
   M /trunk/epan/dissectors/packet-eth.c
6557
 
 
6558
 
from Stephen F
6559
 
ethernet IG/LG bit changes   with minor modifications
6560
 
 
6561
 
(only dissect LG if it is a unicast address
6562
 
 put a hint what locally administered means in the dissect tree
6563
 
)
6564
 
 
6565
 
 
6566
 
 
6567
 
------------------------------------------------------------------------
6568
 
r19032 | ulfl | 2006-08-25 13:02:57 -0700 (Fri, 25 Aug 2006) | 1 line
6569
 
Changed paths:
6570
 
   M /trunk/docbook/Makefile
6571
 
   M /trunk/docbook/developer-guide.xml
6572
 
   M /trunk/docbook/user-guide.xml
6573
 
   D /trunk/docbook/wsdg_graphics/ethereal-capture-sync.dia
6574
 
   D /trunk/docbook/wsdg_graphics/ethereal-capture-sync.png
6575
 
   D /trunk/docbook/wsdg_graphics/ethereal-capture_internals.dia
6576
 
   D /trunk/docbook/wsdg_graphics/ethereal-capture_internals.png
6577
 
   D /trunk/docbook/wsdg_graphics/ethereal-function-blocks.dia
6578
 
   D /trunk/docbook/wsdg_graphics/ethereal-function-blocks.png
6579
 
   D /trunk/docbook/wsdg_graphics/wireshark-logo.png
6580
 
   A /trunk/docbook/wsdg_graphics/ws-capture-sync.dia (from /trunk/docbook/wsdg_graphics/ethereal-capture-sync.dia:19024)
6581
 
   A /trunk/docbook/wsdg_graphics/ws-capture-sync.png (from /trunk/docbook/wsdg_graphics/ethereal-capture-sync.png:19024)
6582
 
   A /trunk/docbook/wsdg_graphics/ws-capture_internals.dia (from /trunk/docbook/wsdg_graphics/ethereal-capture_internals.dia:19024)
6583
 
   A /trunk/docbook/wsdg_graphics/ws-capture_internals.png (from /trunk/docbook/wsdg_graphics/ethereal-capture_internals.png:19024)
6584
 
   A /trunk/docbook/wsdg_graphics/ws-function-blocks.dia (from /trunk/docbook/wsdg_graphics/ethereal-function-blocks.dia:19024)
6585
 
   A /trunk/docbook/wsdg_graphics/ws-function-blocks.png (from /trunk/docbook/wsdg_graphics/ethereal-function-blocks.png:19024)
6586
 
   A /trunk/docbook/wsdg_graphics/ws-logo.png (from /trunk/docbook/wsdg_graphics/wireshark-logo.png:19024)
6587
 
   D /trunk/docbook/wsug_graphics/ethereal-3pane.png
6588
 
   D /trunk/docbook/wsug_graphics/ethereal-analyze-menu.png
6589
 
   D /trunk/docbook/wsug_graphics/ethereal-bytes-pane-popup-menu.png
6590
 
   D /trunk/docbook/wsug_graphics/ethereal-bytes-pane-tabs.png
6591
 
   D /trunk/docbook/wsug_graphics/ethereal-bytes-pane.png
6592
 
   D /trunk/docbook/wsug_graphics/ethereal-capture-info.png
6593
 
   D /trunk/docbook/wsug_graphics/ethereal-capture-interfaces.png
6594
 
   D /trunk/docbook/wsug_graphics/ethereal-capture-menu.png
6595
 
   D /trunk/docbook/wsug_graphics/ethereal-capture-options.png
6596
 
   D /trunk/docbook/wsug_graphics/ethereal-capture-preferences.png
6597
 
   D /trunk/docbook/wsug_graphics/ethereal-choose-color-rule.png
6598
 
   D /trunk/docbook/wsug_graphics/ethereal-coloring-rules-dialog.png
6599
 
   D /trunk/docbook/wsug_graphics/ethereal-decode-as-show.png
6600
 
   D /trunk/docbook/wsug_graphics/ethereal-decode-as.png
6601
 
   D /trunk/docbook/wsug_graphics/ethereal-details-pane-popup-menu.png
6602
 
   D /trunk/docbook/wsug_graphics/ethereal-details-pane.png
6603
 
   D /trunk/docbook/wsug_graphics/ethereal-display-filter-tcp.png
6604
 
   D /trunk/docbook/wsug_graphics/ethereal-edit-color-rule-dialog.png
6605
 
   D /trunk/docbook/wsug_graphics/ethereal-edit-menu.png
6606
 
   D /trunk/docbook/wsug_graphics/ethereal-empty.png
6607
 
   D /trunk/docbook/wsug_graphics/ethereal-enabled-protocols.png
6608
 
   D /trunk/docbook/wsug_graphics/ethereal-error-file-exists.png
6609
 
   D /trunk/docbook/wsug_graphics/ethereal-error-open.png
6610
 
   D /trunk/docbook/wsug_graphics/ethereal-export-pdml.png
6611
 
   D /trunk/docbook/wsug_graphics/ethereal-export-plain.png
6612
 
   D /trunk/docbook/wsug_graphics/ethereal-export-ps.png
6613
 
   D /trunk/docbook/wsug_graphics/ethereal-export-psml.png
6614
 
   D /trunk/docbook/wsug_graphics/ethereal-export-selected.png
6615
 
   D /trunk/docbook/wsug_graphics/ethereal-file-menu.png
6616
 
   D /trunk/docbook/wsug_graphics/ethereal-file-set-dialog.png
6617
 
   D /trunk/docbook/wsug_graphics/ethereal-filter-add-expression.png
6618
 
   D /trunk/docbook/wsug_graphics/ethereal-filter-toolbar.png
6619
 
   D /trunk/docbook/wsug_graphics/ethereal-filters-2.png
6620
 
   D /trunk/docbook/wsug_graphics/ethereal-filters.png
6621
 
   D /trunk/docbook/wsug_graphics/ethereal-find-packet.png
6622
 
   D /trunk/docbook/wsug_graphics/ethereal-follow-stream.png
6623
 
   D /trunk/docbook/wsug_graphics/ethereal-go-menu.png
6624
 
   D /trunk/docbook/wsug_graphics/ethereal-goto-packet.png
6625
 
   D /trunk/docbook/wsug_graphics/ethereal-gui-colors-preferences.png
6626
 
   D /trunk/docbook/wsug_graphics/ethereal-gui-columns-preferences.png
6627
 
   D /trunk/docbook/wsug_graphics/ethereal-gui-font-preferences.png
6628
 
   D /trunk/docbook/wsug_graphics/ethereal-gui-layout-preferences.png
6629
 
   D /trunk/docbook/wsug_graphics/ethereal-gui-preferences.png
6630
 
   D /trunk/docbook/wsug_graphics/ethereal-help-menu.png
6631
 
   D /trunk/docbook/wsug_graphics/ethereal-list-pane.png
6632
 
   D /trunk/docbook/wsug_graphics/ethereal-main-toolbar.png
6633
 
   D /trunk/docbook/wsug_graphics/ethereal-menu.png
6634
 
   D /trunk/docbook/wsug_graphics/ethereal-merge.png
6635
 
   D /trunk/docbook/wsug_graphics/ethereal-nameresolution-preferences.png
6636
 
   D /trunk/docbook/wsug_graphics/ethereal-open.png
6637
 
   D /trunk/docbook/wsug_graphics/ethereal-packet-format.png
6638
 
   D /trunk/docbook/wsug_graphics/ethereal-packet-pane-popup-menu.png
6639
 
   D /trunk/docbook/wsug_graphics/ethereal-packet-range.png
6640
 
   D /trunk/docbook/wsug_graphics/ethereal-packet-selected.png
6641
 
   D /trunk/docbook/wsug_graphics/ethereal-packet-sep-win.png
6642
 
   D /trunk/docbook/wsug_graphics/ethereal-print.png
6643
 
   D /trunk/docbook/wsug_graphics/ethereal-printing-preferences.png
6644
 
   D /trunk/docbook/wsug_graphics/ethereal-save-as.png
6645
 
   D /trunk/docbook/wsug_graphics/ethereal-statistics-menu.png
6646
 
   D /trunk/docbook/wsug_graphics/ethereal-stats-conversations.png
6647
 
   D /trunk/docbook/wsug_graphics/ethereal-stats-endpoints.png
6648
 
   D /trunk/docbook/wsug_graphics/ethereal-stats-hierarchy.png
6649
 
   D /trunk/docbook/wsug_graphics/ethereal-stats-iographs.png
6650
 
   D /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc-filter.png
6651
 
   D /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc.png
6652
 
   D /trunk/docbook/wsug_graphics/ethereal-stats-summary.png
6653
 
   D /trunk/docbook/wsug_graphics/ethereal-statusbar-empty.png
6654
 
   D /trunk/docbook/wsug_graphics/ethereal-statusbar-loaded.png
6655
 
   D /trunk/docbook/wsug_graphics/ethereal-statusbar-selected.png
6656
 
   D /trunk/docbook/wsug_graphics/ethereal-time-reference.png
6657
 
   D /trunk/docbook/wsug_graphics/ethereal-view-menu.png
6658
 
   A /trunk/docbook/wsug_graphics/toolbar/stock_apply_20.png
6659
 
   A /trunk/docbook/wsug_graphics/toolbar/stock_clear_24.png
6660
 
   D /trunk/docbook/wsug_graphics/wireshark-logo.png
6661
 
   D /trunk/docbook/wsug_graphics/wireshark-main.png
6662
 
   A /trunk/docbook/wsug_graphics/ws-analyze-menu.png (from /trunk/docbook/wsug_graphics/ethereal-analyze-menu.png:19024)
6663
 
   A /trunk/docbook/wsug_graphics/ws-bytes-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane-popup-menu.png:19024)
6664
 
   A /trunk/docbook/wsug_graphics/ws-bytes-pane-tabs.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane-tabs.png:19024)
6665
 
   A /trunk/docbook/wsug_graphics/ws-bytes-pane.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane.png:19024)
6666
 
   A /trunk/docbook/wsug_graphics/ws-capture-info.png (from /trunk/docbook/wsug_graphics/ethereal-capture-info.png:19024)
6667
 
   A /trunk/docbook/wsug_graphics/ws-capture-interfaces.png (from /trunk/docbook/wsug_graphics/ethereal-capture-interfaces.png:19024)
6668
 
   A /trunk/docbook/wsug_graphics/ws-capture-menu.png (from /trunk/docbook/wsug_graphics/ethereal-capture-menu.png:19024)
6669
 
   A /trunk/docbook/wsug_graphics/ws-capture-options.png (from /trunk/docbook/wsug_graphics/ethereal-capture-options.png:19024)
6670
 
   A /trunk/docbook/wsug_graphics/ws-capture-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-capture-preferences.png:19024)
6671
 
   A /trunk/docbook/wsug_graphics/ws-choose-color-rule.png (from /trunk/docbook/wsug_graphics/ethereal-choose-color-rule.png:19024)
6672
 
   A /trunk/docbook/wsug_graphics/ws-coloring-fields.png
6673
 
   A /trunk/docbook/wsug_graphics/ws-coloring-rules-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-coloring-rules-dialog.png:19024)
6674
 
   A /trunk/docbook/wsug_graphics/ws-decode-as-show.png (from /trunk/docbook/wsug_graphics/ethereal-decode-as-show.png:19024)
6675
 
   A /trunk/docbook/wsug_graphics/ws-decode-as.png (from /trunk/docbook/wsug_graphics/ethereal-decode-as.png:19024)
6676
 
   A /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-details-pane-popup-menu.png:19024)
6677
 
   A /trunk/docbook/wsug_graphics/ws-details-pane.png (from /trunk/docbook/wsug_graphics/ethereal-details-pane.png:19024)
6678
 
   A /trunk/docbook/wsug_graphics/ws-display-filter-tcp.png (from /trunk/docbook/wsug_graphics/ethereal-display-filter-tcp.png:19024)
6679
 
   A /trunk/docbook/wsug_graphics/ws-edit-color-rule-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-edit-color-rule-dialog.png:19024)
6680
 
   A /trunk/docbook/wsug_graphics/ws-edit-menu.png (from /trunk/docbook/wsug_graphics/ethereal-edit-menu.png:19024)
6681
 
   A /trunk/docbook/wsug_graphics/ws-enabled-protocols.png (from /trunk/docbook/wsug_graphics/ethereal-enabled-protocols.png:19024)
6682
 
   A /trunk/docbook/wsug_graphics/ws-export-pdml.png (from /trunk/docbook/wsug_graphics/ethereal-export-pdml.png:19024)
6683
 
   A /trunk/docbook/wsug_graphics/ws-export-plain.png (from /trunk/docbook/wsug_graphics/ethereal-export-plain.png:19024)
6684
 
   A /trunk/docbook/wsug_graphics/ws-export-ps.png (from /trunk/docbook/wsug_graphics/ethereal-export-ps.png:19024)
6685
 
   A /trunk/docbook/wsug_graphics/ws-export-psml.png (from /trunk/docbook/wsug_graphics/ethereal-export-psml.png:19024)
6686
 
   A /trunk/docbook/wsug_graphics/ws-export-selected.png (from /trunk/docbook/wsug_graphics/ethereal-export-selected.png:19024)
6687
 
   A /trunk/docbook/wsug_graphics/ws-file-menu.png (from /trunk/docbook/wsug_graphics/ethereal-file-menu.png:19024)
6688
 
   A /trunk/docbook/wsug_graphics/ws-file-set-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-file-set-dialog.png:19024)
6689
 
   A /trunk/docbook/wsug_graphics/ws-filter-add-expression.png (from /trunk/docbook/wsug_graphics/ethereal-filter-add-expression.png:19024)
6690
 
   A /trunk/docbook/wsug_graphics/ws-filter-toolbar.png (from /trunk/docbook/wsug_graphics/ethereal-filter-toolbar.png:19024)
6691
 
   A /trunk/docbook/wsug_graphics/ws-filters.png (from /trunk/docbook/wsug_graphics/ethereal-filters.png:19024)
6692
 
   A /trunk/docbook/wsug_graphics/ws-find-packet.png (from /trunk/docbook/wsug_graphics/ethereal-find-packet.png:19024)
6693
 
   A /trunk/docbook/wsug_graphics/ws-follow-stream.png (from /trunk/docbook/wsug_graphics/ethereal-follow-stream.png:19024)
6694
 
   A /trunk/docbook/wsug_graphics/ws-go-menu.png (from /trunk/docbook/wsug_graphics/ethereal-go-menu.png:19024)
6695
 
   A /trunk/docbook/wsug_graphics/ws-goto-packet.png (from /trunk/docbook/wsug_graphics/ethereal-goto-packet.png:19024)
6696
 
   A /trunk/docbook/wsug_graphics/ws-gui-colors-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-colors-preferences.png:19024)
6697
 
   A /trunk/docbook/wsug_graphics/ws-gui-columns-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-columns-preferences.png:19024)
6698
 
   A /trunk/docbook/wsug_graphics/ws-gui-font-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-font-preferences.png:19024)
6699
 
   A /trunk/docbook/wsug_graphics/ws-gui-layout-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-layout-preferences.png:19024)
6700
 
   A /trunk/docbook/wsug_graphics/ws-gui-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-preferences.png:19024)
6701
 
   A /trunk/docbook/wsug_graphics/ws-help-menu.png (from /trunk/docbook/wsug_graphics/ethereal-help-menu.png:19024)
6702
 
   A /trunk/docbook/wsug_graphics/ws-list-pane.png (from /trunk/docbook/wsug_graphics/ethereal-list-pane.png:19024)
6703
 
   A /trunk/docbook/wsug_graphics/ws-logo.png (from /trunk/docbook/wsug_graphics/wireshark-logo.png:19024)
6704
 
   A /trunk/docbook/wsug_graphics/ws-main-toolbar.png (from /trunk/docbook/wsug_graphics/ethereal-main-toolbar.png:19024)
6705
 
   A /trunk/docbook/wsug_graphics/ws-main.png (from /trunk/docbook/wsug_graphics/wireshark-main.png:19024)
6706
 
   A /trunk/docbook/wsug_graphics/ws-menu.png (from /trunk/docbook/wsug_graphics/ethereal-menu.png:19024)
6707
 
   A /trunk/docbook/wsug_graphics/ws-merge.png (from /trunk/docbook/wsug_graphics/ethereal-merge.png:19024)
6708
 
   A /trunk/docbook/wsug_graphics/ws-nameresolution-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-nameresolution-preferences.png:19024)
6709
 
   A /trunk/docbook/wsug_graphics/ws-open.png (from /trunk/docbook/wsug_graphics/ethereal-open.png:19024)
6710
 
   A /trunk/docbook/wsug_graphics/ws-packet-format.png (from /trunk/docbook/wsug_graphics/ethereal-packet-format.png:19024)
6711
 
   A /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-packet-pane-popup-menu.png:19024)
6712
 
   A /trunk/docbook/wsug_graphics/ws-packet-range.png (from /trunk/docbook/wsug_graphics/ethereal-packet-range.png:19024)
6713
 
   A /trunk/docbook/wsug_graphics/ws-packet-selected.png (from /trunk/docbook/wsug_graphics/ethereal-packet-selected.png:19024)
6714
 
   A /trunk/docbook/wsug_graphics/ws-packet-sep-win.png (from /trunk/docbook/wsug_graphics/ethereal-packet-sep-win.png:19024)
6715
 
   A /trunk/docbook/wsug_graphics/ws-print.png (from /trunk/docbook/wsug_graphics/ethereal-print.png:19024)
6716
 
   A /trunk/docbook/wsug_graphics/ws-printing-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-printing-preferences.png:19024)
6717
 
   A /trunk/docbook/wsug_graphics/ws-save-as.png (from /trunk/docbook/wsug_graphics/ethereal-save-as.png:19024)
6718
 
   A /trunk/docbook/wsug_graphics/ws-statistics-menu.png (from /trunk/docbook/wsug_graphics/ethereal-statistics-menu.png:19024)
6719
 
   A /trunk/docbook/wsug_graphics/ws-stats-conversations.png (from /trunk/docbook/wsug_graphics/ethereal-stats-conversations.png:19024)
6720
 
   A /trunk/docbook/wsug_graphics/ws-stats-endpoints.png (from /trunk/docbook/wsug_graphics/ethereal-stats-endpoints.png:19024)
6721
 
   A /trunk/docbook/wsug_graphics/ws-stats-hierarchy.png (from /trunk/docbook/wsug_graphics/ethereal-stats-hierarchy.png:19024)
6722
 
   A /trunk/docbook/wsug_graphics/ws-stats-iographs.png (from /trunk/docbook/wsug_graphics/ethereal-stats-iographs.png:19024)
6723
 
   A /trunk/docbook/wsug_graphics/ws-stats-srt-dcerpc-filter.png (from /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc-filter.png:19024)
6724
 
   A /trunk/docbook/wsug_graphics/ws-stats-srt-dcerpc.png (from /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc.png:19024)
6725
 
   A /trunk/docbook/wsug_graphics/ws-stats-summary.png (from /trunk/docbook/wsug_graphics/ethereal-stats-summary.png:19024)
6726
 
   A /trunk/docbook/wsug_graphics/ws-statusbar-empty.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-empty.png:19024)
6727
 
   A /trunk/docbook/wsug_graphics/ws-statusbar-loaded.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-loaded.png:19024)
6728
 
   A /trunk/docbook/wsug_graphics/ws-statusbar-selected.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-selected.png:19024)
6729
 
   A /trunk/docbook/wsug_graphics/ws-time-reference.png (from /trunk/docbook/wsug_graphics/ethereal-time-reference.png:19024)
6730
 
   A /trunk/docbook/wsug_graphics/ws-view-menu.png
6731
 
   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
6732
 
   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
6733
 
   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
6734
 
   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
6735
 
 
6736
 
User's/Developer's Guide: finish Ethereal to Wireshark transition by "reshoot" *all* screenshots (and rename them) and update some of the menu items that changed in the meantime.
6737
 
------------------------------------------------------------------------
6738
 
r19031 | ulfl | 2006-08-25 12:19:21 -0700 (Fri, 25 Aug 2006) | 1 line
6739
 
Changed paths:
6740
 
   M /trunk/gtk/capture_dlg.c
6741
 
 
6742
 
don't show the "Wireless Settings" button if HAVE_AIRPCAP isn't defined
6743
 
------------------------------------------------------------------------
6744
 
r19030 | ulfl | 2006-08-25 12:15:55 -0700 (Fri, 25 Aug 2006) | 1 line
6745
 
Changed paths:
6746
 
   M /trunk/gtk/menu.c
6747
 
 
6748
 
don't put "..." in front of a menu item
6749
 
------------------------------------------------------------------------
6750
 
r19029 | ulfl | 2006-08-25 12:13:02 -0700 (Fri, 25 Aug 2006) | 1 line
6751
 
Changed paths:
6752
 
   M /trunk/gtk/dlg_utils.c
6753
 
 
6754
 
fix bug #1057: remove "start" completely
6755
 
------------------------------------------------------------------------
6756
 
r19028 | kukosa | 2006-08-25 04:28:00 -0700 (Fri, 25 Aug 2006) | 1 line
6757
 
Changed paths:
6758
 
   A /trunk/epan/dissectors/packet-ssl.h
6759
 
 
6760
 
commit forgotten file
6761
 
------------------------------------------------------------------------
6762
 
r19027 | guy | 2006-08-25 01:10:35 -0700 (Fri, 25 Aug 2006) | 3 lines
6763
 
Changed paths:
6764
 
   M /trunk/epan/dissectors/packet-rpc.c
6765
 
 
6766
 
If the length of a GSS token is zero, it's a null token, and the opaque
6767
 
data shouldn't be dissected.
6768
 
 
6769
 
------------------------------------------------------------------------
6770
 
r19026 | kukosa | 2006-08-25 01:07:26 -0700 (Fri, 25 Aug 2006) | 1 line
6771
 
Changed paths:
6772
 
   M /trunk/epan/dissectors/packet-dtls.c
6773
 
   M /trunk/epan/dissectors/packet-ssl-utils.c
6774
 
   M /trunk/epan/dissectors/packet-ssl-utils.h
6775
 
   M /trunk/epan/dissectors/packet-ssl.c
6776
 
   M /trunk/epan/libwireshark.def
6777
 
 
6778
 
new ssl_dissector_add() function which can be called from another dissectors (similar to dissector_add())
6779
 
------------------------------------------------------------------------
6780
 
r19025 | ulfl | 2006-08-25 01:04:38 -0700 (Fri, 25 Aug 2006) | 6 lines
6781
 
Changed paths:
6782
 
   M /trunk/gtk/color_dlg.c
6783
 
 
6784
 
ugly workaround for bug #699 (Up/Down buttons don't work properly)
6785
 
 
6786
 
After experimenting a bit, this is a GTK bug IMHO, I don't see a better way to simply use the GTK1.x code for now, which is working ok.
6787
 
 
6788
 
GTK2.4 was working properly, GTK2.6 and 2.8 has this bug, hopefully GTK2.10 will fix it again.
6789
 
 
6790
 
------------------------------------------------------------------------
6791
 
r19024 | ulfl | 2006-08-25 00:24:58 -0700 (Fri, 25 Aug 2006) | 1 line
6792
 
Changed paths:
6793
 
   M /trunk/Makefile.am
6794
 
   A /trunk/image/toolbar/capture_details_24.xpm
6795
 
 
6796
 
add a missing icon from yesterdays commit
6797
 
------------------------------------------------------------------------
6798
 
r19023 | etxrab | 2006-08-24 22:49:37 -0700 (Thu, 24 Aug 2006) | 3 lines
6799
 
Changed paths:
6800
 
   M /trunk/epan/dissectors/Makefile.common
6801
 
   A /trunk/epan/dissectors/packet-mp2t.c
6802
 
 
6803
 
From Erwin Rol:
6804
 
this patch adds support for MPEG2 transport stream packets in RTP (type 
6805
 
MP2T). It currently dissects the headers of the MPEG2 packets
6806
 
------------------------------------------------------------------------
6807
 
r19022 | gerald | 2006-08-24 15:05:26 -0700 (Thu, 24 Aug 2006) | 2 lines
6808
 
Changed paths:
6809
 
   M /trunk/epan/dissectors/packet-http.c
6810
 
 
6811
 
Make sure a string pointer exists before we try to use it.  Fixes bug 1050.
6812
 
 
6813
 
------------------------------------------------------------------------
6814
 
r19021 | ulfl | 2006-08-24 14:44:30 -0700 (Thu, 24 Aug 2006) | 1 line
6815
 
Changed paths:
6816
 
   M /trunk/gtk/capture_if_details_dlg.c
6817
 
 
6818
 
add WinPcap 4.0 beta 1 to the list of known and tested versions
6819
 
------------------------------------------------------------------------
6820
 
r19020 | ulfl | 2006-08-24 14:40:53 -0700 (Thu, 24 Aug 2006) | 2 lines
6821
 
Changed paths:
6822
 
   M /trunk/gtk/capture_if_dlg.c
6823
 
   M /trunk/gtk/capture_info_dlg.c
6824
 
   M /trunk/gtk/compat_macros.h
6825
 
   M /trunk/gtk/dlg_utils.c
6826
 
   M /trunk/gtk/help_dlg.c
6827
 
   M /trunk/gtk/help_dlg.h
6828
 
   M /trunk/gtk/toolbar.c
6829
 
 
6830
 
capture interfaces dialog: use capture stock icons instead of plain text buttons
6831
 
capture info dialog: add a "Help" and use stock buttons
6832
 
------------------------------------------------------------------------
6833
 
r19019 | etxrab | 2006-08-24 14:19:49 -0700 (Thu, 24 Aug 2006) | 3 lines
6834
 
Changed paths:
6835
 
   M /trunk/epan/dissectors/Makefile.common
6836
 
   M /trunk/epan/dissectors/packet-bssgp.c
6837
 
   A /trunk/epan/dissectors/packet-bssgp.h
6838
 
   M /trunk/epan/dissectors/packet-gsm_a.h
6839
 
   M /trunk/epan/dissectors/packet-gtp.c
6840
 
 
6841
 
BSSGP: Wrong length on IE and preparation to export IE dissection.
6842
 
GSM_a: Add an if_def
6843
 
GTP: Update comments
6844
 
------------------------------------------------------------------------
6845
 
r19018 | etxrab | 2006-08-24 14:15:15 -0700 (Thu, 24 Aug 2006) | 3 lines
6846
 
Changed paths:
6847
 
   M /trunk/epan/dissectors/packet-ansi_map.c
6848
 
 
6849
 
From Jeff Morriss:
6850
 
 however there's a bug in the ANSI MAP dissector 
6851
 
SSN preference code - it's deleting an ANSI SSN and adding an ITU one
6852
 
------------------------------------------------------------------------
6853
 
r19017 | etxrab | 2006-08-24 12:01:01 -0700 (Thu, 24 Aug 2006) | 1 line
6854
 
Changed paths:
6855
 
   M /trunk/asn1/Makefile.nmake
6856
 
 
6857
 
Add missing Clean target
6858
 
------------------------------------------------------------------------
6859
 
r19016 | etxrab | 2006-08-24 10:27:45 -0700 (Thu, 24 Aug 2006) | 1 line
6860
 
Changed paths:
6861
 
   M /trunk/epan/dissectors/packet-gsm_a.c
6862
 
   M /trunk/epan/dissectors/packet-gsm_a.h
6863
 
   M /trunk/epan/dissectors/packet-gtp.c
6864
 
 
6865
 
Dissect 'User Location Information' IE and MS Time Zone' IE.
6866
 
------------------------------------------------------------------------
6867
 
r19015 | gerald | 2006-08-24 09:29:49 -0700 (Thu, 24 Aug 2006) | 2 lines
6868
 
Changed paths:
6869
 
   M /trunk/ChangeLog
6870
 
   M /trunk/NEWS
6871
 
   M /trunk/docbook/release-notes.xml
6872
 
 
6873
 
Copy over files from the release.
6874
 
 
6875
 
------------------------------------------------------------------------
6876
 
r19014 | gerald | 2006-08-24 09:23:32 -0700 (Thu, 24 Aug 2006) | 2 lines
6877
 
Changed paths:
6878
 
   M /trunk/config.nmake
6879
 
   M /trunk/configure.in
6880
 
 
6881
 
Bump the version to 0.99.4.
6882
 
 
6883
 
------------------------------------------------------------------------
6884
 
r19012 | gerald | 2006-08-24 09:19:49 -0700 (Thu, 24 Aug 2006) | 2 lines
6885
 
Changed paths:
6886
 
   M /trunk/Makefile.am
6887
 
 
6888
 
Add missing files to the distribution.
6889
 
 
6890
 
------------------------------------------------------------------------
6891
 
r19008 | ulfl | 2006-08-23 14:19:02 -0700 (Wed, 23 Aug 2006) | 1 line
6892
 
Changed paths:
6893
 
   M /trunk/gtk/capture_file_dlg.c
6894
 
   M /trunk/gtk/win32-file-dlg.c
6895
 
 
6896
 
fix #927: Win32: delete an existing file, if the user want's to overwrite a file and confirmed this already
6897
 
------------------------------------------------------------------------
6898
 
r19007 | jake | 2006-08-23 08:51:15 -0700 (Wed, 23 Aug 2006) | 3 lines
6899
 
Changed paths:
6900
 
   M /trunk/epan/dissectors/packet-ntp.c
6901
 
 
6902
 
From Toralf Foerster (in bug 1044):
6903
 
Add new primary sources, fix typo. 
6904
 
 
6905
 
------------------------------------------------------------------------
6906
 
r19003 | sahlberg | 2006-08-23 02:48:16 -0700 (Wed, 23 Aug 2006) | 3 lines
6907
 
Changed paths:
6908
 
   M /trunk/epan/dissectors/packet-dns.c
6909
 
 
6910
 
testdrive the request/response README and implement request/response matching for DNS
6911
 
 
6912
 
 
6913
 
------------------------------------------------------------------------
6914
 
r19002 | sahlberg | 2006-08-23 01:05:28 -0700 (Wed, 23 Aug 2006) | 6 lines
6915
 
Changed paths:
6916
 
   M /trunk/asn1/snmp/snmp.cnf
6917
 
   M /trunk/epan/dissectors/packet-snmp.c
6918
 
 
6919
 
Counter64 should be a FT_UINT64  and not a FT_UINT32
6920
 
 
6921
 
 
6922
 
fixes bug 1047
6923
 
 
6924
 
 
6925
 
------------------------------------------------------------------------
6926
 
r19001 | sahlberg | 2006-08-23 00:41:43 -0700 (Wed, 23 Aug 2006) | 3 lines
6927
 
Changed paths:
6928
 
   M /trunk/epan/dissectors/packet-epl.c
6929
 
 
6930
 
move the include for emem.h so that size_t is defined before emem.h is invoked
6931
 
 
6932
 
 
6933
 
------------------------------------------------------------------------
6934
 
r18999 | etxrab | 2006-08-22 13:39:20 -0700 (Tue, 22 Aug 2006) | 1 line
6935
 
Changed paths:
6936
 
   M /trunk/asn1/rrlp/Makefile.nmake
6937
 
   M /trunk/asn1/umts_rrc/Makefile.nmake
6938
 
   M /trunk/asn1/umts_rrc_Internode-defs/Makefile.nmake
6939
 
   M /trunk/asn1/umts_rrc_ies/Makefile.nmake
6940
 
   M /trunk/asn1/umts_rrc_pdu_def/Makefile.nmake
6941
 
 
6942
 
Complete clean targets
6943
 
------------------------------------------------------------------------
6944
 
r18998 | etxrab | 2006-08-22 12:55:31 -0700 (Tue, 22 Aug 2006) | 2 lines
6945
 
Changed paths:
6946
 
   M /trunk/epan/dissectors/Makefile.common
6947
 
   A /trunk/epan/dissectors/packet-epl.c
6948
 
   A /trunk/epan/dissectors/packet-epl.h
6949
 
   M /trunk/epan/dissectors/packet-ethertype.c
6950
 
   M /trunk/epan/etypes.h
6951
 
   M /trunk/manuf
6952
 
   M /trunk/wka.tmpl
6953
 
 
6954
 
From David Buechi:
6955
 
Add support for the ETHERNET Powerlink protocol
6956
 
------------------------------------------------------------------------
6957
 
r18997 | ulfl | 2006-08-22 12:43:38 -0700 (Tue, 22 Aug 2006) | 1 line
6958
 
Changed paths:
6959
 
   M /trunk/plugins/profinet/packet-pn-mrp.c
6960
 
 
6961
 
(slightly) further dissection of the Option (Organizationally specific) block
6962
 
------------------------------------------------------------------------
6963
 
r18996 | ulfl | 2006-08-22 12:42:04 -0700 (Tue, 22 Aug 2006) | 1 line
6964
 
Changed paths:
6965
 
   M /trunk/plugins/profinet/packet-pn-mrp.c
6966
 
 
6967
 
fix TLB block alignment to be compatible with the current MRP draft. Would be nice if included in the 0.99.3
6968
 
------------------------------------------------------------------------
6969
 
r18995 | gerald | 2006-08-22 08:55:42 -0700 (Tue, 22 Aug 2006) | 4 lines
6970
 
Changed paths:
6971
 
   M /trunk/plugins/megaco/packet-megaco.c
6972
 
 
6973
 
Bail out of an infinite loop.  Fixes bug 1048.  (This was introduced after
6974
 
the 0.99.3 trunk was created.)  Remove a couple of static buffers.  Fix up
6975
 
whitespace.
6976
 
 
6977
 
------------------------------------------------------------------------
6978
 
r18992 | gerald | 2006-08-22 07:46:51 -0700 (Tue, 22 Aug 2006) | 8 lines
6979
 
Changed paths:
6980
 
   M /trunk/epan/dissectors/packet-q2931.c
6981
 
 
6982
 
From Florent Drouin:
6983
 
 
6984
 
  I found a loop in the q2931 dissector, whereas I was dissecting Ranap
6985
 
  Traces with a bad wireshark configuration.
6986
 
  Wireshark did crash, after eating all the memory.
6987
 
 
6988
 
Make other loop checks more paranoid.
6989
 
 
6990
 
------------------------------------------------------------------------
6991
 
r18991 | martinm | 2006-08-22 07:00:18 -0700 (Tue, 22 Aug 2006) | 1 line
6992
 
Changed paths:
6993
 
   M /trunk/epan/dissectors/packet-iuup.c
6994
 
 
6995
 
Fix iuup.delta FT_ type mismatch
6996
 
------------------------------------------------------------------------
6997
 
r18990 | guy | 2006-08-21 16:36:59 -0700 (Mon, 21 Aug 2006) | 3 lines
6998
 
Changed paths:
6999
 
   M /trunk/doc/tshark.pod
7000
 
 
7001
 
Indicate in the synopsis that you can put the capture filter at the end
7002
 
of the command line without "-f".
7003
 
 
7004
 
------------------------------------------------------------------------
7005
 
r18989 | guy | 2006-08-21 16:28:19 -0700 (Mon, 21 Aug 2006) | 13 lines
7006
 
Changed paths:
7007
 
   M /trunk/capture_loop.c
7008
 
   M /trunk/capture_opts.c
7009
 
   M /trunk/tshark.c
7010
 
 
7011
 
Initialize the cfilter field of a capture_opts structure to a null
7012
 
pointer, so we can determine whether a capture filter has been set or
7013
 
not.
7014
 
 
7015
 
Use that to check in TShark whether the user specified a filter with
7016
 
"-f" or not, rather than using the no-longer-set
7017
 
"capture_filter_specified" variable.
7018
 
 
7019
 
Also, check for multiple "-f" options.
7020
 
 
7021
 
If no capture filter is specified, use a null string, to work around
7022
 
broken versions of Linux libpcap.
7023
 
 
7024
 
------------------------------------------------------------------------
7025
 
r18988 | guy | 2006-08-21 16:23:22 -0700 (Mon, 21 Aug 2006) | 2 lines
7026
 
Changed paths:
7027
 
   M /trunk/epan/dissectors/packet-windows-common.c
7028
 
 
7029
 
Squelch a compiler warning.
7030
 
 
7031
 
------------------------------------------------------------------------
7032
 
r18987 | guy | 2006-08-21 16:06:40 -0700 (Mon, 21 Aug 2006) | 2 lines
7033
 
Changed paths:
7034
 
   M /trunk/dumpcap.c
7035
 
 
7036
 
Add to a comment.
7037
 
 
7038
 
------------------------------------------------------------------------
7039
 
r18986 | etxrab | 2006-08-21 14:58:30 -0700 (Mon, 21 Aug 2006) | 2 lines
7040
 
Changed paths:
7041
 
   M /trunk/asn1/camel/camel.asn
7042
 
   M /trunk/asn1/camel/camel.cnf
7043
 
   M /trunk/asn1/camel/packet-camel-template.c
7044
 
   M /trunk/epan/dissectors/packet-camel.c
7045
 
 
7046
 
From Florent Drouin:
7047
 
This patch introduce the decoding of the RP-Cause element in the Release SMS message for Camel.
7048
 
------------------------------------------------------------------------
7049
 
r18985 | etxrab | 2006-08-21 14:24:42 -0700 (Mon, 21 Aug 2006) | 4 lines
7050
 
Changed paths:
7051
 
   M /trunk/epan/dissectors/packet-gsm_a.c
7052
 
 
7053
 
From Florent Drouin:
7054
 
This patch provide a correction for the element "Channel Needed" in the Paging message. and some improvements for the display of AUTH,SRES,RAND etc..
7055
 
 
7056
 
With some further changes to APDU and LSA Identifier dissection.
7057
 
------------------------------------------------------------------------
7058
 
r18984 | etxrab | 2006-08-21 14:19:48 -0700 (Mon, 21 Aug 2006) | 2 lines
7059
 
Changed paths:
7060
 
   M /trunk/epan/dissectors/packet-bssap.c
7061
 
 
7062
 
From Florent Drouin:
7063
 
This patch allow to change the value of the SSN associated to the bssap dissector.
7064
 
------------------------------------------------------------------------
7065
 
r18981 | gerald | 2006-08-21 12:22:33 -0700 (Mon, 21 Aug 2006) | 2 lines
7066
 
Changed paths:
7067
 
   M /trunk/airpcap_loader.c
7068
 
   M /trunk/airpcap_loader.h
7069
 
   M /trunk/gtk/airpcap_dlg.c
7070
 
   M /trunk/gtk/airpcap_dlg.h
7071
 
   M /trunk/gtk/airpcap_gui_utils.c
7072
 
   M /trunk/gtk/airpcap_gui_utils.h
7073
 
 
7074
 
Fix up copyrights and whitespace.
7075
 
 
7076
 
------------------------------------------------------------------------
7077
 
r18979 | jmayer | 2006-08-21 09:17:24 -0700 (Mon, 21 Aug 2006) | 1 line
7078
 
Changed paths:
7079
 
   M /trunk/FAQ
7080
 
   M /trunk/help/faq.txt
7081
 
 
7082
 
Update FAQ
7083
 
------------------------------------------------------------------------
7084
 
r18978 | jmayer | 2006-08-21 09:16:01 -0700 (Mon, 21 Aug 2006) | 1 line
7085
 
Changed paths:
7086
 
   M /trunk/manuf
7087
 
 
7088
 
Update manuf list
7089
 
------------------------------------------------------------------------
7090
 
r18976 | gerald | 2006-08-21 07:40:05 -0700 (Mon, 21 Aug 2006) | 5 lines
7091
 
Changed paths:
7092
 
   M /trunk/gtk/menu.c
7093
 
 
7094
 
AirPcap fix from Florent Drouin:
7095
 
 
7096
 
Since version 18928, there is a GTK warning at wireshark startup.
7097
 
I think a #ifdef HAVE_AIRPCAP is missing in ./gtk/menu.c
7098
 
 
7099
 
------------------------------------------------------------------------
7100
 
r18975 | sahlberg | 2006-08-21 06:44:37 -0700 (Mon, 21 Aug 2006) | 3 lines
7101
 
Changed paths:
7102
 
   M /trunk/asn1/mms/mms.cnf
7103
 
   M /trunk/epan/dissectors/packet-mms.c
7104
 
 
7105
 
prettify the MMS dissector by at least putting the pdu name in the info column
7106
 
 
7107
 
 
7108
 
------------------------------------------------------------------------
7109
 
r18974 | sahlberg | 2006-08-21 06:32:07 -0700 (Mon, 21 Aug 2006) | 17 lines
7110
 
Changed paths:
7111
 
   M /trunk/asn1/mms/mms-exp.cnf
7112
 
   M /trunk/asn1/mms/mms.asn
7113
 
   M /trunk/epan/dissectors/packet-mms.c
7114
 
   M /trunk/epan/dissectors/packet-mms.h
7115
 
 
7116
 
 from Angel de Juan
7117
 
 
7118
 
make mms bitstrings easier to read
7119
 
 
7120
 
 
7121
 
--
7122
 
Hi, this is my new mms with some changes in order to display some data in
7123
 
binary instead of hex.
7124
 
 
7125
 
Excuse me because is not a diff from the repository, but I don't know how to
7126
 
create a diff.
7127
 
 
7128
 
I also have the compiled packet-mms.c and packet-mms.h if you want it only
7129
 
mail me.
7130
 
 
7131
 
 
7132
 
 
7133
 
------------------------------------------------------------------------
7134
 
r18973 | sahlberg | 2006-08-21 06:05:18 -0700 (Mon, 21 Aug 2006) | 3 lines
7135
 
Changed paths:
7136
 
   M /trunk/epan/dissectors/packet-tcp.c
7137
 
 
7138
 
get rid of a rotating buffer
7139
 
 
7140
 
 
7141
 
------------------------------------------------------------------------
7142
 
r18972 | sahlberg | 2006-08-21 06:00:55 -0700 (Mon, 21 Aug 2006) | 2 lines
7143
 
Changed paths:
7144
 
   M /trunk/epan/dissectors/packet-3com-njack.c
7145
 
   M /trunk/epan/dissectors/packet-aim-chat.c
7146
 
 
7147
 
move a few arrays off the stack
7148
 
 
7149
 
------------------------------------------------------------------------
7150
 
r18971 | sahlberg | 2006-08-21 05:41:59 -0700 (Mon, 21 Aug 2006) | 3 lines
7151
 
Changed paths:
7152
 
   M /trunk/epan/dissectors/packet-rpc.c
7153
 
 
7154
 
remove two hashtables and replace with binary trees
7155
 
 
7156
 
 
7157
 
------------------------------------------------------------------------
7158
 
r18970 | martinm | 2006-08-21 04:52:20 -0700 (Mon, 21 Aug 2006) | 1 line
7159
 
Changed paths:
7160
 
   M /trunk/dtds/reginfo.dtd
7161
 
 
7162
 
The xmlns attribute isn't really part of the schema, so probably shouldn't be #REQUIRED (not that the XML dissector currently uses this property)
7163
 
------------------------------------------------------------------------
7164
 
r18969 | martinm | 2006-08-21 04:45:37 -0700 (Mon, 21 Aug 2006) | 1 line
7165
 
Changed paths:
7166
 
   M /trunk/epan/proto.c
7167
 
 
7168
 
Make apply-as-filter strings work for FT_UINT_STRING (rather than using frame[...])
7169
 
------------------------------------------------------------------------
7170
 
r18968 | martinm | 2006-08-21 04:41:32 -0700 (Mon, 21 Aug 2006) | 1 line
7171
 
Changed paths:
7172
 
   M /trunk/epan/dissectors/packet-rtcp.c
7173
 
 
7174
 
Use FT_UINT_STRING for TBCP DENY reason-phrase
7175
 
------------------------------------------------------------------------
7176
 
r18967 | sahlberg | 2006-08-21 04:26:34 -0700 (Mon, 21 Aug 2006) | 5 lines
7177
 
Changed paths:
7178
 
   M /trunk/gtk/scsi_stat.c
7179
 
 
7180
 
make the scsi statistics dialogs easier to understand for scsi novices
7181
 
 
7182
 
explain what the commandsets refer to   SBC==disk  SSC=tape  MMC=cd
7183
 
 
7184
 
 
7185
 
------------------------------------------------------------------------
7186
 
r18966 | etxrab | 2006-08-20 14:18:43 -0700 (Sun, 20 Aug 2006) | 1 line
7187
 
Changed paths:
7188
 
   M /trunk/asn1/h245/h245-exp.cnf
7189
 
   M /trunk/asn1/h245/h245.cnf
7190
 
   M /trunk/epan/dissectors/packet-h245.c
7191
 
   M /trunk/epan/dissectors/packet-h245.h
7192
 
   M /trunk/epan/libwireshark.def
7193
 
   M /trunk/plugins/megaco/packet-megaco.c
7194
 
 
7195
 
Dissect some more H.245 messages in MEGACO
7196
 
------------------------------------------------------------------------
7197
 
r18965 | sahlberg | 2006-08-19 23:00:16 -0700 (Sat, 19 Aug 2006) | 7 lines
7198
 
Changed paths:
7199
 
   M /trunk/asn1/ldap/packet-ldap-template.c
7200
 
   M /trunk/epan/dissectors/packet-ldap.c
7201
 
 
7202
 
 in LDAP over TCP
7203
 
 
7204
 
use tcp_dissect_pdus() which works    insterad of trying to do the pdu tracking and signalling for reassembly manually.
7205
 
This makes ldap pdu tracking and reassembly work properly for cases when hosts are streaming lpad over tcp and there is little or none alignlemt of pdus to the start of a segment
7206
 
 
7207
 
 
7208
 
 
7209
 
------------------------------------------------------------------------
7210
 
r18964 | sahlberg | 2006-08-19 22:18:10 -0700 (Sat, 19 Aug 2006) | 4 lines
7211
 
Changed paths:
7212
 
   M /trunk/epan/dissectors/packet-tcp.c
7213
 
 
7214
 
we have to search for multisegments starting PRIOR to the start of the current semgent   or elsae it will break for the case when one multisegment ends in this segment   there are a few smaller ones completely within this segment  and then another segment starts that spans across future segments.
7215
 
 
7216
 
 
7217
 
 
7218
 
------------------------------------------------------------------------
7219
 
r18961 | gerald | 2006-08-19 18:19:56 -0700 (Sat, 19 Aug 2006) | 2 lines
7220
 
Changed paths:
7221
 
   M /trunk/airpcap_loader.c
7222
 
 
7223
 
Make sure a preference exists before we try to use it.
7224
 
 
7225
 
------------------------------------------------------------------------
7226
 
r18960 | etxrab | 2006-08-19 14:42:25 -0700 (Sat, 19 Aug 2006) | 1 line
7227
 
Changed paths:
7228
 
   M /trunk/plugins/megaco/packet-megaco.c
7229
 
 
7230
 
Improve parsing a bit and correctly dissect errorDescriptor in Reply.
7231
 
------------------------------------------------------------------------
7232
 
r18959 | sahlberg | 2006-08-19 02:22:20 -0700 (Sat, 19 Aug 2006) | 4 lines
7233
 
Changed paths:
7234
 
   M /trunk/epan/dissectors/packet-windows-common.c
7235
 
   M /trunk/epan/dissectors/packet-windows-common.h
7236
 
 
7237
 
add some well known rids from s4 security.idl and code to show the name of this rid
7238
 
when dissecting a security descriptor
7239
 
 
7240
 
 
7241
 
------------------------------------------------------------------------
7242
 
r18958 | guy | 2006-08-18 20:01:53 -0700 (Fri, 18 Aug 2006) | 2 lines
7243
 
Changed paths:
7244
 
   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
7245
 
 
7246
 
Fix some g_warning() calls.
7247
 
 
7248
 
------------------------------------------------------------------------
7249
 
r18957 | guy | 2006-08-18 20:01:15 -0700 (Fri, 18 Aug 2006) | 2 lines
7250
 
Changed paths:
7251
 
   M /trunk/epan/dissectors/packet-dcom.c
7252
 
 
7253
 
Fix some format strings and format string arguments.
7254
 
 
7255
 
------------------------------------------------------------------------
7256
 
r18956 | guy | 2006-08-18 20:00:16 -0700 (Fri, 18 Aug 2006) | 2 lines
7257
 
Changed paths:
7258
 
   M /trunk/epan/guid-utils.c
7259
 
 
7260
 
Squelch a compiler warning.
7261
 
 
7262
 
------------------------------------------------------------------------
7263
 
r18955 | guy | 2006-08-18 19:58:48 -0700 (Fri, 18 Aug 2006) | 3 lines
7264
 
Changed paths:
7265
 
   M /trunk/epan/dissectors/packet-gsm_sms.c
7266
 
 
7267
 
Define "char_def_alphabet_ext_decode()" with a return type - and define
7268
 
it as static as it's not used outside this file.
7269
 
 
7270
 
------------------------------------------------------------------------
7271
 
r18954 | guy | 2006-08-18 19:56:16 -0700 (Fri, 18 Aug 2006) | 2 lines
7272
 
Changed paths:
7273
 
   M /trunk/asn1/ldap/packet-ldap-template.c
7274
 
   M /trunk/epan/dissectors/packet-ldap.c
7275
 
 
7276
 
Squelch a compiler warning.
7277
 
 
7278
 
------------------------------------------------------------------------
7279
 
r18953 | guy | 2006-08-18 17:24:40 -0700 (Fri, 18 Aug 2006) | 2 lines
7280
 
Changed paths:
7281
 
   M /trunk/Makefile.nmake
7282
 
 
7283
 
Fix cut-and-pasteo.
7284
 
 
7285
 
------------------------------------------------------------------------