Add Windows version info resource.
[obnox/wireshark/wip.git] / ChangeLog
1 ------------------------------------------------------------------------
2 r18953 | guy | 2006-08-18 17:24:40 -0700 (Fri, 18 Aug 2006) | 2 lines
3 Changed paths:
4    M /trunk/Makefile.nmake
5
6 Fix cut-and-pasteo.
7
8 ------------------------------------------------------------------------
9 r18954 | guy | 2006-08-18 19:56:16 -0700 (Fri, 18 Aug 2006) | 2 lines
10 Changed paths:
11    M /trunk/asn1/ldap/packet-ldap-template.c
12    M /trunk/epan/dissectors/packet-ldap.c
13
14 Squelch a compiler warning.
15
16 ------------------------------------------------------------------------
17 r18955 | guy | 2006-08-18 19:58:48 -0700 (Fri, 18 Aug 2006) | 3 lines
18 Changed paths:
19    M /trunk/epan/dissectors/packet-gsm_sms.c
20
21 Define "char_def_alphabet_ext_decode()" with a return type - and define
22 it as static as it's not used outside this file.
23
24 ------------------------------------------------------------------------
25 r18956 | guy | 2006-08-18 20:00:16 -0700 (Fri, 18 Aug 2006) | 2 lines
26 Changed paths:
27    M /trunk/epan/guid-utils.c
28
29 Squelch a compiler warning.
30
31 ------------------------------------------------------------------------
32 r18957 | guy | 2006-08-18 20:01:15 -0700 (Fri, 18 Aug 2006) | 2 lines
33 Changed paths:
34    M /trunk/epan/dissectors/packet-dcom.c
35
36 Fix some format strings and format string arguments.
37
38 ------------------------------------------------------------------------
39 r18958 | guy | 2006-08-18 20:01:53 -0700 (Fri, 18 Aug 2006) | 2 lines
40 Changed paths:
41    M /trunk/epan/dissectors/packet-dcom-cba-acco.c
42
43 Fix some g_warning() calls.
44
45 ------------------------------------------------------------------------
46 r18959 | sahlberg | 2006-08-19 02:22:20 -0700 (Sat, 19 Aug 2006) | 4 lines
47 Changed paths:
48    M /trunk/epan/dissectors/packet-windows-common.c
49    M /trunk/epan/dissectors/packet-windows-common.h
50
51 add some well known rids from s4 security.idl and code to show the name of this rid
52 when dissecting a security descriptor
53
54
55 ------------------------------------------------------------------------
56 r18960 | etxrab | 2006-08-19 14:42:25 -0700 (Sat, 19 Aug 2006) | 1 line
57 Changed paths:
58    M /trunk/plugins/megaco/packet-megaco.c
59
60 Improve parsing a bit and correctly dissect errorDescriptor in Reply.
61 ------------------------------------------------------------------------
62 r18961 | gerald | 2006-08-19 18:19:56 -0700 (Sat, 19 Aug 2006) | 2 lines
63 Changed paths:
64    M /trunk/airpcap_loader.c
65
66 Make sure a preference exists before we try to use it.
67
68 ------------------------------------------------------------------------
69 r18964 | sahlberg | 2006-08-19 22:18:10 -0700 (Sat, 19 Aug 2006) | 4 lines
70 Changed paths:
71    M /trunk/epan/dissectors/packet-tcp.c
72
73 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.
74
75
76
77 ------------------------------------------------------------------------
78 r18965 | sahlberg | 2006-08-19 23:00:16 -0700 (Sat, 19 Aug 2006) | 7 lines
79 Changed paths:
80    M /trunk/asn1/ldap/packet-ldap-template.c
81    M /trunk/epan/dissectors/packet-ldap.c
82
83  in LDAP over TCP
84
85 use tcp_dissect_pdus() which works    insterad of trying to do the pdu tracking and signalling for reassembly manually.
86 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
87
88
89
90 ------------------------------------------------------------------------
91 r18966 | etxrab | 2006-08-20 14:18:43 -0700 (Sun, 20 Aug 2006) | 1 line
92 Changed paths:
93    M /trunk/asn1/h245/h245-exp.cnf
94    M /trunk/asn1/h245/h245.cnf
95    M /trunk/epan/dissectors/packet-h245.c
96    M /trunk/epan/dissectors/packet-h245.h
97    M /trunk/epan/libwireshark.def
98    M /trunk/plugins/megaco/packet-megaco.c
99
100 Dissect some more H.245 messages in MEGACO
101 ------------------------------------------------------------------------
102 r18967 | sahlberg | 2006-08-21 04:26:34 -0700 (Mon, 21 Aug 2006) | 5 lines
103 Changed paths:
104    M /trunk/gtk/scsi_stat.c
105
106 make the scsi statistics dialogs easier to understand for scsi novices
107
108 explain what the commandsets refer to   SBC==disk  SSC=tape  MMC=cd
109
110
111 ------------------------------------------------------------------------
112 r18968 | martinm | 2006-08-21 04:41:32 -0700 (Mon, 21 Aug 2006) | 1 line
113 Changed paths:
114    M /trunk/epan/dissectors/packet-rtcp.c
115
116 Use FT_UINT_STRING for TBCP DENY reason-phrase
117 ------------------------------------------------------------------------
118 r18969 | martinm | 2006-08-21 04:45:37 -0700 (Mon, 21 Aug 2006) | 1 line
119 Changed paths:
120    M /trunk/epan/proto.c
121
122 Make apply-as-filter strings work for FT_UINT_STRING (rather than using frame[...])
123 ------------------------------------------------------------------------
124 r18970 | martinm | 2006-08-21 04:52:20 -0700 (Mon, 21 Aug 2006) | 1 line
125 Changed paths:
126    M /trunk/dtds/reginfo.dtd
127
128 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)
129 ------------------------------------------------------------------------
130 r18971 | sahlberg | 2006-08-21 05:41:59 -0700 (Mon, 21 Aug 2006) | 3 lines
131 Changed paths:
132    M /trunk/epan/dissectors/packet-rpc.c
133
134 remove two hashtables and replace with binary trees
135
136
137 ------------------------------------------------------------------------
138 r18972 | sahlberg | 2006-08-21 06:00:55 -0700 (Mon, 21 Aug 2006) | 2 lines
139 Changed paths:
140    M /trunk/epan/dissectors/packet-3com-njack.c
141    M /trunk/epan/dissectors/packet-aim-chat.c
142
143 move a few arrays off the stack
144
145 ------------------------------------------------------------------------
146 r18973 | sahlberg | 2006-08-21 06:05:18 -0700 (Mon, 21 Aug 2006) | 3 lines
147 Changed paths:
148    M /trunk/epan/dissectors/packet-tcp.c
149
150 get rid of a rotating buffer
151
152
153 ------------------------------------------------------------------------
154 r18974 | sahlberg | 2006-08-21 06:32:07 -0700 (Mon, 21 Aug 2006) | 17 lines
155 Changed paths:
156    M /trunk/asn1/mms/mms-exp.cnf
157    M /trunk/asn1/mms/mms.asn
158    M /trunk/epan/dissectors/packet-mms.c
159    M /trunk/epan/dissectors/packet-mms.h
160
161  from Angel de Juan
162
163 make mms bitstrings easier to read
164
165
166 --
167 Hi, this is my new mms with some changes in order to display some data in
168 binary instead of hex.
169
170 Excuse me because is not a diff from the repository, but I don't know how to
171 create a diff.
172
173 I also have the compiled packet-mms.c and packet-mms.h if you want it only
174 mail me.
175
176
177
178 ------------------------------------------------------------------------
179 r18975 | sahlberg | 2006-08-21 06:44:37 -0700 (Mon, 21 Aug 2006) | 3 lines
180 Changed paths:
181    M /trunk/asn1/mms/mms.cnf
182    M /trunk/epan/dissectors/packet-mms.c
183
184 prettify the MMS dissector by at least putting the pdu name in the info column
185
186
187 ------------------------------------------------------------------------
188 r18976 | gerald | 2006-08-21 07:40:05 -0700 (Mon, 21 Aug 2006) | 5 lines
189 Changed paths:
190    M /trunk/gtk/menu.c
191
192 AirPcap fix from Florent Drouin:
193
194 Since version 18928, there is a GTK warning at wireshark startup.
195 I think a #ifdef HAVE_AIRPCAP is missing in ./gtk/menu.c
196
197 ------------------------------------------------------------------------
198 r18978 | jmayer | 2006-08-21 09:16:01 -0700 (Mon, 21 Aug 2006) | 1 line
199 Changed paths:
200    M /trunk/manuf
201
202 Update manuf list
203 ------------------------------------------------------------------------
204 r18979 | jmayer | 2006-08-21 09:17:24 -0700 (Mon, 21 Aug 2006) | 1 line
205 Changed paths:
206    M /trunk/FAQ
207    M /trunk/help/faq.txt
208
209 Update FAQ
210 ------------------------------------------------------------------------
211 r18981 | gerald | 2006-08-21 12:22:33 -0700 (Mon, 21 Aug 2006) | 2 lines
212 Changed paths:
213    M /trunk/airpcap_loader.c
214    M /trunk/airpcap_loader.h
215    M /trunk/gtk/airpcap_dlg.c
216    M /trunk/gtk/airpcap_dlg.h
217    M /trunk/gtk/airpcap_gui_utils.c
218    M /trunk/gtk/airpcap_gui_utils.h
219
220 Fix up copyrights and whitespace.
221
222 ------------------------------------------------------------------------
223 r18984 | etxrab | 2006-08-21 14:19:48 -0700 (Mon, 21 Aug 2006) | 2 lines
224 Changed paths:
225    M /trunk/epan/dissectors/packet-bssap.c
226
227 From Florent Drouin:
228 This patch allow to change the value of the SSN associated to the bssap dissector.
229 ------------------------------------------------------------------------
230 r18985 | etxrab | 2006-08-21 14:24:42 -0700 (Mon, 21 Aug 2006) | 4 lines
231 Changed paths:
232    M /trunk/epan/dissectors/packet-gsm_a.c
233
234 From Florent Drouin:
235 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..
236
237 With some further changes to APDU and LSA Identifier dissection.
238 ------------------------------------------------------------------------
239 r18986 | etxrab | 2006-08-21 14:58:30 -0700 (Mon, 21 Aug 2006) | 2 lines
240 Changed paths:
241    M /trunk/asn1/camel/camel.asn
242    M /trunk/asn1/camel/camel.cnf
243    M /trunk/asn1/camel/packet-camel-template.c
244    M /trunk/epan/dissectors/packet-camel.c
245
246 From Florent Drouin:
247 This patch introduce the decoding of the RP-Cause element in the Release SMS message for Camel.
248 ------------------------------------------------------------------------
249 r18987 | guy | 2006-08-21 16:06:40 -0700 (Mon, 21 Aug 2006) | 2 lines
250 Changed paths:
251    M /trunk/dumpcap.c
252
253 Add to a comment.
254
255 ------------------------------------------------------------------------
256 r18988 | guy | 2006-08-21 16:23:22 -0700 (Mon, 21 Aug 2006) | 2 lines
257 Changed paths:
258    M /trunk/epan/dissectors/packet-windows-common.c
259
260 Squelch a compiler warning.
261
262 ------------------------------------------------------------------------
263 r18989 | guy | 2006-08-21 16:28:19 -0700 (Mon, 21 Aug 2006) | 13 lines
264 Changed paths:
265    M /trunk/capture_loop.c
266    M /trunk/capture_opts.c
267    M /trunk/tshark.c
268
269 Initialize the cfilter field of a capture_opts structure to a null
270 pointer, so we can determine whether a capture filter has been set or
271 not.
272
273 Use that to check in TShark whether the user specified a filter with
274 "-f" or not, rather than using the no-longer-set
275 "capture_filter_specified" variable.
276
277 Also, check for multiple "-f" options.
278
279 If no capture filter is specified, use a null string, to work around
280 broken versions of Linux libpcap.
281
282 ------------------------------------------------------------------------
283 r18990 | guy | 2006-08-21 16:36:59 -0700 (Mon, 21 Aug 2006) | 3 lines
284 Changed paths:
285    M /trunk/doc/tshark.pod
286
287 Indicate in the synopsis that you can put the capture filter at the end
288 of the command line without "-f".
289
290 ------------------------------------------------------------------------
291 r18991 | martinm | 2006-08-22 07:00:18 -0700 (Tue, 22 Aug 2006) | 1 line
292 Changed paths:
293    M /trunk/epan/dissectors/packet-iuup.c
294
295 Fix iuup.delta FT_ type mismatch
296 ------------------------------------------------------------------------
297 r18992 | gerald | 2006-08-22 07:46:51 -0700 (Tue, 22 Aug 2006) | 8 lines
298 Changed paths:
299    M /trunk/epan/dissectors/packet-q2931.c
300
301 From Florent Drouin:
302
303   I found a loop in the q2931 dissector, whereas I was dissecting Ranap
304   Traces with a bad wireshark configuration.
305   Wireshark did crash, after eating all the memory.
306
307 Make other loop checks more paranoid.
308
309 ------------------------------------------------------------------------
310 r18995 | gerald | 2006-08-22 08:55:42 -0700 (Tue, 22 Aug 2006) | 4 lines
311 Changed paths:
312    M /trunk/plugins/megaco/packet-megaco.c
313
314 Bail out of an infinite loop.  Fixes bug 1048.  (This was introduced after
315 the 0.99.3 trunk was created.)  Remove a couple of static buffers.  Fix up
316 whitespace.
317
318 ------------------------------------------------------------------------
319 r18996 | ulfl | 2006-08-22 12:42:04 -0700 (Tue, 22 Aug 2006) | 1 line
320 Changed paths:
321    M /trunk/plugins/profinet/packet-pn-mrp.c
322
323 fix TLB block alignment to be compatible with the current MRP draft. Would be nice if included in the 0.99.3
324 ------------------------------------------------------------------------
325 r18997 | ulfl | 2006-08-22 12:43:38 -0700 (Tue, 22 Aug 2006) | 1 line
326 Changed paths:
327    M /trunk/plugins/profinet/packet-pn-mrp.c
328
329 (slightly) further dissection of the Option (Organizationally specific) block
330 ------------------------------------------------------------------------
331 r18998 | etxrab | 2006-08-22 12:55:31 -0700 (Tue, 22 Aug 2006) | 2 lines
332 Changed paths:
333    M /trunk/epan/dissectors/Makefile.common
334    A /trunk/epan/dissectors/packet-epl.c
335    A /trunk/epan/dissectors/packet-epl.h
336    M /trunk/epan/dissectors/packet-ethertype.c
337    M /trunk/epan/etypes.h
338    M /trunk/manuf
339    M /trunk/wka.tmpl
340
341 From David Buechi:
342 Add support for the ETHERNET Powerlink protocol
343 ------------------------------------------------------------------------
344 r18999 | etxrab | 2006-08-22 13:39:20 -0700 (Tue, 22 Aug 2006) | 1 line
345 Changed paths:
346    M /trunk/asn1/rrlp/Makefile.nmake
347    M /trunk/asn1/umts_rrc/Makefile.nmake
348    M /trunk/asn1/umts_rrc_Internode-defs/Makefile.nmake
349    M /trunk/asn1/umts_rrc_ies/Makefile.nmake
350    M /trunk/asn1/umts_rrc_pdu_def/Makefile.nmake
351
352 Complete clean targets
353 ------------------------------------------------------------------------
354 r19001 | sahlberg | 2006-08-23 00:41:43 -0700 (Wed, 23 Aug 2006) | 3 lines
355 Changed paths:
356    M /trunk/epan/dissectors/packet-epl.c
357
358 move the include for emem.h so that size_t is defined before emem.h is invoked
359
360
361 ------------------------------------------------------------------------
362 r19002 | sahlberg | 2006-08-23 01:05:28 -0700 (Wed, 23 Aug 2006) | 6 lines
363 Changed paths:
364    M /trunk/asn1/snmp/snmp.cnf
365    M /trunk/epan/dissectors/packet-snmp.c
366
367 Counter64 should be a FT_UINT64  and not a FT_UINT32
368
369
370 fixes bug 1047
371
372
373 ------------------------------------------------------------------------
374 r19003 | sahlberg | 2006-08-23 02:48:16 -0700 (Wed, 23 Aug 2006) | 3 lines
375 Changed paths:
376    M /trunk/epan/dissectors/packet-dns.c
377
378 testdrive the request/response README and implement request/response matching for DNS
379
380
381 ------------------------------------------------------------------------
382 r19007 | jake | 2006-08-23 08:51:15 -0700 (Wed, 23 Aug 2006) | 3 lines
383 Changed paths:
384    M /trunk/epan/dissectors/packet-ntp.c
385
386 From Toralf Foerster (in bug 1044):
387 Add new primary sources, fix typo. 
388
389 ------------------------------------------------------------------------
390 r19008 | ulfl | 2006-08-23 14:19:02 -0700 (Wed, 23 Aug 2006) | 1 line
391 Changed paths:
392    M /trunk/gtk/capture_file_dlg.c
393    M /trunk/gtk/win32-file-dlg.c
394
395 fix #927: Win32: delete an existing file, if the user want's to overwrite a file and confirmed this already
396 ------------------------------------------------------------------------
397 r19012 | gerald | 2006-08-24 09:19:49 -0700 (Thu, 24 Aug 2006) | 2 lines
398 Changed paths:
399    M /trunk/Makefile.am
400
401 Add missing files to the distribution.
402
403 ------------------------------------------------------------------------
404 r19014 | gerald | 2006-08-24 09:23:32 -0700 (Thu, 24 Aug 2006) | 2 lines
405 Changed paths:
406    M /trunk/config.nmake
407    M /trunk/configure.in
408
409 Bump the version to 0.99.4.
410
411 ------------------------------------------------------------------------
412 r19015 | gerald | 2006-08-24 09:29:49 -0700 (Thu, 24 Aug 2006) | 2 lines
413 Changed paths:
414    M /trunk/ChangeLog
415    M /trunk/NEWS
416    M /trunk/docbook/release-notes.xml
417
418 Copy over files from the release.
419
420 ------------------------------------------------------------------------
421 r19016 | etxrab | 2006-08-24 10:27:45 -0700 (Thu, 24 Aug 2006) | 1 line
422 Changed paths:
423    M /trunk/epan/dissectors/packet-gsm_a.c
424    M /trunk/epan/dissectors/packet-gsm_a.h
425    M /trunk/epan/dissectors/packet-gtp.c
426
427 Dissect 'User Location Information' IE and MS Time Zone' IE.
428 ------------------------------------------------------------------------
429 r19017 | etxrab | 2006-08-24 12:01:01 -0700 (Thu, 24 Aug 2006) | 1 line
430 Changed paths:
431    M /trunk/asn1/Makefile.nmake
432
433 Add missing Clean target
434 ------------------------------------------------------------------------
435 r19018 | etxrab | 2006-08-24 14:15:15 -0700 (Thu, 24 Aug 2006) | 3 lines
436 Changed paths:
437    M /trunk/epan/dissectors/packet-ansi_map.c
438
439 From Jeff Morriss:
440  however there's a bug in the ANSI MAP dissector 
441 SSN preference code - it's deleting an ANSI SSN and adding an ITU one
442 ------------------------------------------------------------------------
443 r19019 | etxrab | 2006-08-24 14:19:49 -0700 (Thu, 24 Aug 2006) | 3 lines
444 Changed paths:
445    M /trunk/epan/dissectors/Makefile.common
446    M /trunk/epan/dissectors/packet-bssgp.c
447    A /trunk/epan/dissectors/packet-bssgp.h
448    M /trunk/epan/dissectors/packet-gsm_a.h
449    M /trunk/epan/dissectors/packet-gtp.c
450
451 BSSGP: Wrong length on IE and preparation to export IE dissection.
452 GSM_a: Add an if_def
453 GTP: Update comments
454 ------------------------------------------------------------------------
455 r19020 | ulfl | 2006-08-24 14:40:53 -0700 (Thu, 24 Aug 2006) | 2 lines
456 Changed paths:
457    M /trunk/gtk/capture_if_dlg.c
458    M /trunk/gtk/capture_info_dlg.c
459    M /trunk/gtk/compat_macros.h
460    M /trunk/gtk/dlg_utils.c
461    M /trunk/gtk/help_dlg.c
462    M /trunk/gtk/help_dlg.h
463    M /trunk/gtk/toolbar.c
464
465 capture interfaces dialog: use capture stock icons instead of plain text buttons
466 capture info dialog: add a "Help" and use stock buttons
467 ------------------------------------------------------------------------
468 r19021 | ulfl | 2006-08-24 14:44:30 -0700 (Thu, 24 Aug 2006) | 1 line
469 Changed paths:
470    M /trunk/gtk/capture_if_details_dlg.c
471
472 add WinPcap 4.0 beta 1 to the list of known and tested versions
473 ------------------------------------------------------------------------
474 r19022 | gerald | 2006-08-24 15:05:26 -0700 (Thu, 24 Aug 2006) | 2 lines
475 Changed paths:
476    M /trunk/epan/dissectors/packet-http.c
477
478 Make sure a string pointer exists before we try to use it.  Fixes bug 1050.
479
480 ------------------------------------------------------------------------
481 r19023 | etxrab | 2006-08-24 22:49:37 -0700 (Thu, 24 Aug 2006) | 3 lines
482 Changed paths:
483    M /trunk/epan/dissectors/Makefile.common
484    A /trunk/epan/dissectors/packet-mp2t.c
485
486 From Erwin Rol:
487 this patch adds support for MPEG2 transport stream packets in RTP (type 
488 MP2T). It currently dissects the headers of the MPEG2 packets
489 ------------------------------------------------------------------------
490 r19024 | ulfl | 2006-08-25 00:24:58 -0700 (Fri, 25 Aug 2006) | 1 line
491 Changed paths:
492    M /trunk/Makefile.am
493    A /trunk/image/toolbar/capture_details_24.xpm
494
495 add a missing icon from yesterdays commit
496 ------------------------------------------------------------------------
497 r19025 | ulfl | 2006-08-25 01:04:38 -0700 (Fri, 25 Aug 2006) | 6 lines
498 Changed paths:
499    M /trunk/gtk/color_dlg.c
500
501 ugly workaround for bug #699 (Up/Down buttons don't work properly)
502
503 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.
504
505 GTK2.4 was working properly, GTK2.6 and 2.8 has this bug, hopefully GTK2.10 will fix it again.
506
507 ------------------------------------------------------------------------
508 r19026 | kukosa | 2006-08-25 01:07:26 -0700 (Fri, 25 Aug 2006) | 1 line
509 Changed paths:
510    M /trunk/epan/dissectors/packet-dtls.c
511    M /trunk/epan/dissectors/packet-ssl-utils.c
512    M /trunk/epan/dissectors/packet-ssl-utils.h
513    M /trunk/epan/dissectors/packet-ssl.c
514    M /trunk/epan/libwireshark.def
515
516 new ssl_dissector_add() function which can be called from another dissectors (similar to dissector_add())
517 ------------------------------------------------------------------------
518 r19027 | guy | 2006-08-25 01:10:35 -0700 (Fri, 25 Aug 2006) | 3 lines
519 Changed paths:
520    M /trunk/epan/dissectors/packet-rpc.c
521
522 If the length of a GSS token is zero, it's a null token, and the opaque
523 data shouldn't be dissected.
524
525 ------------------------------------------------------------------------
526 r19028 | kukosa | 2006-08-25 04:28:00 -0700 (Fri, 25 Aug 2006) | 1 line
527 Changed paths:
528    A /trunk/epan/dissectors/packet-ssl.h
529
530 commit forgotten file
531 ------------------------------------------------------------------------
532 r19029 | ulfl | 2006-08-25 12:13:02 -0700 (Fri, 25 Aug 2006) | 1 line
533 Changed paths:
534    M /trunk/gtk/dlg_utils.c
535
536 fix bug #1057: remove "start" completely
537 ------------------------------------------------------------------------
538 r19030 | ulfl | 2006-08-25 12:15:55 -0700 (Fri, 25 Aug 2006) | 1 line
539 Changed paths:
540    M /trunk/gtk/menu.c
541
542 don't put "..." in front of a menu item
543 ------------------------------------------------------------------------
544 r19031 | ulfl | 2006-08-25 12:19:21 -0700 (Fri, 25 Aug 2006) | 1 line
545 Changed paths:
546    M /trunk/gtk/capture_dlg.c
547
548 don't show the "Wireless Settings" button if HAVE_AIRPCAP isn't defined
549 ------------------------------------------------------------------------
550 r19032 | ulfl | 2006-08-25 13:02:57 -0700 (Fri, 25 Aug 2006) | 1 line
551 Changed paths:
552    M /trunk/docbook/Makefile
553    M /trunk/docbook/developer-guide.xml
554    M /trunk/docbook/user-guide.xml
555    D /trunk/docbook/wsdg_graphics/ethereal-capture-sync.dia
556    D /trunk/docbook/wsdg_graphics/ethereal-capture-sync.png
557    D /trunk/docbook/wsdg_graphics/ethereal-capture_internals.dia
558    D /trunk/docbook/wsdg_graphics/ethereal-capture_internals.png
559    D /trunk/docbook/wsdg_graphics/ethereal-function-blocks.dia
560    D /trunk/docbook/wsdg_graphics/ethereal-function-blocks.png
561    D /trunk/docbook/wsdg_graphics/wireshark-logo.png
562    A /trunk/docbook/wsdg_graphics/ws-capture-sync.dia (from /trunk/docbook/wsdg_graphics/ethereal-capture-sync.dia:19024)
563    A /trunk/docbook/wsdg_graphics/ws-capture-sync.png (from /trunk/docbook/wsdg_graphics/ethereal-capture-sync.png:19024)
564    A /trunk/docbook/wsdg_graphics/ws-capture_internals.dia (from /trunk/docbook/wsdg_graphics/ethereal-capture_internals.dia:19024)
565    A /trunk/docbook/wsdg_graphics/ws-capture_internals.png (from /trunk/docbook/wsdg_graphics/ethereal-capture_internals.png:19024)
566    A /trunk/docbook/wsdg_graphics/ws-function-blocks.dia (from /trunk/docbook/wsdg_graphics/ethereal-function-blocks.dia:19024)
567    A /trunk/docbook/wsdg_graphics/ws-function-blocks.png (from /trunk/docbook/wsdg_graphics/ethereal-function-blocks.png:19024)
568    A /trunk/docbook/wsdg_graphics/ws-logo.png (from /trunk/docbook/wsdg_graphics/wireshark-logo.png:19024)
569    D /trunk/docbook/wsug_graphics/ethereal-3pane.png
570    D /trunk/docbook/wsug_graphics/ethereal-analyze-menu.png
571    D /trunk/docbook/wsug_graphics/ethereal-bytes-pane-popup-menu.png
572    D /trunk/docbook/wsug_graphics/ethereal-bytes-pane-tabs.png
573    D /trunk/docbook/wsug_graphics/ethereal-bytes-pane.png
574    D /trunk/docbook/wsug_graphics/ethereal-capture-info.png
575    D /trunk/docbook/wsug_graphics/ethereal-capture-interfaces.png
576    D /trunk/docbook/wsug_graphics/ethereal-capture-menu.png
577    D /trunk/docbook/wsug_graphics/ethereal-capture-options.png
578    D /trunk/docbook/wsug_graphics/ethereal-capture-preferences.png
579    D /trunk/docbook/wsug_graphics/ethereal-choose-color-rule.png
580    D /trunk/docbook/wsug_graphics/ethereal-coloring-rules-dialog.png
581    D /trunk/docbook/wsug_graphics/ethereal-decode-as-show.png
582    D /trunk/docbook/wsug_graphics/ethereal-decode-as.png
583    D /trunk/docbook/wsug_graphics/ethereal-details-pane-popup-menu.png
584    D /trunk/docbook/wsug_graphics/ethereal-details-pane.png
585    D /trunk/docbook/wsug_graphics/ethereal-display-filter-tcp.png
586    D /trunk/docbook/wsug_graphics/ethereal-edit-color-rule-dialog.png
587    D /trunk/docbook/wsug_graphics/ethereal-edit-menu.png
588    D /trunk/docbook/wsug_graphics/ethereal-empty.png
589    D /trunk/docbook/wsug_graphics/ethereal-enabled-protocols.png
590    D /trunk/docbook/wsug_graphics/ethereal-error-file-exists.png
591    D /trunk/docbook/wsug_graphics/ethereal-error-open.png
592    D /trunk/docbook/wsug_graphics/ethereal-export-pdml.png
593    D /trunk/docbook/wsug_graphics/ethereal-export-plain.png
594    D /trunk/docbook/wsug_graphics/ethereal-export-ps.png
595    D /trunk/docbook/wsug_graphics/ethereal-export-psml.png
596    D /trunk/docbook/wsug_graphics/ethereal-export-selected.png
597    D /trunk/docbook/wsug_graphics/ethereal-file-menu.png
598    D /trunk/docbook/wsug_graphics/ethereal-file-set-dialog.png
599    D /trunk/docbook/wsug_graphics/ethereal-filter-add-expression.png
600    D /trunk/docbook/wsug_graphics/ethereal-filter-toolbar.png
601    D /trunk/docbook/wsug_graphics/ethereal-filters-2.png
602    D /trunk/docbook/wsug_graphics/ethereal-filters.png
603    D /trunk/docbook/wsug_graphics/ethereal-find-packet.png
604    D /trunk/docbook/wsug_graphics/ethereal-follow-stream.png
605    D /trunk/docbook/wsug_graphics/ethereal-go-menu.png
606    D /trunk/docbook/wsug_graphics/ethereal-goto-packet.png
607    D /trunk/docbook/wsug_graphics/ethereal-gui-colors-preferences.png
608    D /trunk/docbook/wsug_graphics/ethereal-gui-columns-preferences.png
609    D /trunk/docbook/wsug_graphics/ethereal-gui-font-preferences.png
610    D /trunk/docbook/wsug_graphics/ethereal-gui-layout-preferences.png
611    D /trunk/docbook/wsug_graphics/ethereal-gui-preferences.png
612    D /trunk/docbook/wsug_graphics/ethereal-help-menu.png
613    D /trunk/docbook/wsug_graphics/ethereal-list-pane.png
614    D /trunk/docbook/wsug_graphics/ethereal-main-toolbar.png
615    D /trunk/docbook/wsug_graphics/ethereal-menu.png
616    D /trunk/docbook/wsug_graphics/ethereal-merge.png
617    D /trunk/docbook/wsug_graphics/ethereal-nameresolution-preferences.png
618    D /trunk/docbook/wsug_graphics/ethereal-open.png
619    D /trunk/docbook/wsug_graphics/ethereal-packet-format.png
620    D /trunk/docbook/wsug_graphics/ethereal-packet-pane-popup-menu.png
621    D /trunk/docbook/wsug_graphics/ethereal-packet-range.png
622    D /trunk/docbook/wsug_graphics/ethereal-packet-selected.png
623    D /trunk/docbook/wsug_graphics/ethereal-packet-sep-win.png
624    D /trunk/docbook/wsug_graphics/ethereal-print.png
625    D /trunk/docbook/wsug_graphics/ethereal-printing-preferences.png
626    D /trunk/docbook/wsug_graphics/ethereal-save-as.png
627    D /trunk/docbook/wsug_graphics/ethereal-statistics-menu.png
628    D /trunk/docbook/wsug_graphics/ethereal-stats-conversations.png
629    D /trunk/docbook/wsug_graphics/ethereal-stats-endpoints.png
630    D /trunk/docbook/wsug_graphics/ethereal-stats-hierarchy.png
631    D /trunk/docbook/wsug_graphics/ethereal-stats-iographs.png
632    D /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc-filter.png
633    D /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc.png
634    D /trunk/docbook/wsug_graphics/ethereal-stats-summary.png
635    D /trunk/docbook/wsug_graphics/ethereal-statusbar-empty.png
636    D /trunk/docbook/wsug_graphics/ethereal-statusbar-loaded.png
637    D /trunk/docbook/wsug_graphics/ethereal-statusbar-selected.png
638    D /trunk/docbook/wsug_graphics/ethereal-time-reference.png
639    D /trunk/docbook/wsug_graphics/ethereal-view-menu.png
640    A /trunk/docbook/wsug_graphics/toolbar/stock_apply_20.png
641    A /trunk/docbook/wsug_graphics/toolbar/stock_clear_24.png
642    D /trunk/docbook/wsug_graphics/wireshark-logo.png
643    D /trunk/docbook/wsug_graphics/wireshark-main.png
644    A /trunk/docbook/wsug_graphics/ws-analyze-menu.png (from /trunk/docbook/wsug_graphics/ethereal-analyze-menu.png:19024)
645    A /trunk/docbook/wsug_graphics/ws-bytes-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane-popup-menu.png:19024)
646    A /trunk/docbook/wsug_graphics/ws-bytes-pane-tabs.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane-tabs.png:19024)
647    A /trunk/docbook/wsug_graphics/ws-bytes-pane.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane.png:19024)
648    A /trunk/docbook/wsug_graphics/ws-capture-info.png (from /trunk/docbook/wsug_graphics/ethereal-capture-info.png:19024)
649    A /trunk/docbook/wsug_graphics/ws-capture-interfaces.png (from /trunk/docbook/wsug_graphics/ethereal-capture-interfaces.png:19024)
650    A /trunk/docbook/wsug_graphics/ws-capture-menu.png (from /trunk/docbook/wsug_graphics/ethereal-capture-menu.png:19024)
651    A /trunk/docbook/wsug_graphics/ws-capture-options.png (from /trunk/docbook/wsug_graphics/ethereal-capture-options.png:19024)
652    A /trunk/docbook/wsug_graphics/ws-capture-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-capture-preferences.png:19024)
653    A /trunk/docbook/wsug_graphics/ws-choose-color-rule.png (from /trunk/docbook/wsug_graphics/ethereal-choose-color-rule.png:19024)
654    A /trunk/docbook/wsug_graphics/ws-coloring-fields.png
655    A /trunk/docbook/wsug_graphics/ws-coloring-rules-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-coloring-rules-dialog.png:19024)
656    A /trunk/docbook/wsug_graphics/ws-decode-as-show.png (from /trunk/docbook/wsug_graphics/ethereal-decode-as-show.png:19024)
657    A /trunk/docbook/wsug_graphics/ws-decode-as.png (from /trunk/docbook/wsug_graphics/ethereal-decode-as.png:19024)
658    A /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-details-pane-popup-menu.png:19024)
659    A /trunk/docbook/wsug_graphics/ws-details-pane.png (from /trunk/docbook/wsug_graphics/ethereal-details-pane.png:19024)
660    A /trunk/docbook/wsug_graphics/ws-display-filter-tcp.png (from /trunk/docbook/wsug_graphics/ethereal-display-filter-tcp.png:19024)
661    A /trunk/docbook/wsug_graphics/ws-edit-color-rule-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-edit-color-rule-dialog.png:19024)
662    A /trunk/docbook/wsug_graphics/ws-edit-menu.png (from /trunk/docbook/wsug_graphics/ethereal-edit-menu.png:19024)
663    A /trunk/docbook/wsug_graphics/ws-enabled-protocols.png (from /trunk/docbook/wsug_graphics/ethereal-enabled-protocols.png:19024)
664    A /trunk/docbook/wsug_graphics/ws-export-pdml.png (from /trunk/docbook/wsug_graphics/ethereal-export-pdml.png:19024)
665    A /trunk/docbook/wsug_graphics/ws-export-plain.png (from /trunk/docbook/wsug_graphics/ethereal-export-plain.png:19024)
666    A /trunk/docbook/wsug_graphics/ws-export-ps.png (from /trunk/docbook/wsug_graphics/ethereal-export-ps.png:19024)
667    A /trunk/docbook/wsug_graphics/ws-export-psml.png (from /trunk/docbook/wsug_graphics/ethereal-export-psml.png:19024)
668    A /trunk/docbook/wsug_graphics/ws-export-selected.png (from /trunk/docbook/wsug_graphics/ethereal-export-selected.png:19024)
669    A /trunk/docbook/wsug_graphics/ws-file-menu.png (from /trunk/docbook/wsug_graphics/ethereal-file-menu.png:19024)
670    A /trunk/docbook/wsug_graphics/ws-file-set-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-file-set-dialog.png:19024)
671    A /trunk/docbook/wsug_graphics/ws-filter-add-expression.png (from /trunk/docbook/wsug_graphics/ethereal-filter-add-expression.png:19024)
672    A /trunk/docbook/wsug_graphics/ws-filter-toolbar.png (from /trunk/docbook/wsug_graphics/ethereal-filter-toolbar.png:19024)
673    A /trunk/docbook/wsug_graphics/ws-filters.png (from /trunk/docbook/wsug_graphics/ethereal-filters.png:19024)
674    A /trunk/docbook/wsug_graphics/ws-find-packet.png (from /trunk/docbook/wsug_graphics/ethereal-find-packet.png:19024)
675    A /trunk/docbook/wsug_graphics/ws-follow-stream.png (from /trunk/docbook/wsug_graphics/ethereal-follow-stream.png:19024)
676    A /trunk/docbook/wsug_graphics/ws-go-menu.png (from /trunk/docbook/wsug_graphics/ethereal-go-menu.png:19024)
677    A /trunk/docbook/wsug_graphics/ws-goto-packet.png (from /trunk/docbook/wsug_graphics/ethereal-goto-packet.png:19024)
678    A /trunk/docbook/wsug_graphics/ws-gui-colors-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-colors-preferences.png:19024)
679    A /trunk/docbook/wsug_graphics/ws-gui-columns-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-columns-preferences.png:19024)
680    A /trunk/docbook/wsug_graphics/ws-gui-font-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-font-preferences.png:19024)
681    A /trunk/docbook/wsug_graphics/ws-gui-layout-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-layout-preferences.png:19024)
682    A /trunk/docbook/wsug_graphics/ws-gui-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-preferences.png:19024)
683    A /trunk/docbook/wsug_graphics/ws-help-menu.png (from /trunk/docbook/wsug_graphics/ethereal-help-menu.png:19024)
684    A /trunk/docbook/wsug_graphics/ws-list-pane.png (from /trunk/docbook/wsug_graphics/ethereal-list-pane.png:19024)
685    A /trunk/docbook/wsug_graphics/ws-logo.png (from /trunk/docbook/wsug_graphics/wireshark-logo.png:19024)
686    A /trunk/docbook/wsug_graphics/ws-main-toolbar.png (from /trunk/docbook/wsug_graphics/ethereal-main-toolbar.png:19024)
687    A /trunk/docbook/wsug_graphics/ws-main.png (from /trunk/docbook/wsug_graphics/wireshark-main.png:19024)
688    A /trunk/docbook/wsug_graphics/ws-menu.png (from /trunk/docbook/wsug_graphics/ethereal-menu.png:19024)
689    A /trunk/docbook/wsug_graphics/ws-merge.png (from /trunk/docbook/wsug_graphics/ethereal-merge.png:19024)
690    A /trunk/docbook/wsug_graphics/ws-nameresolution-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-nameresolution-preferences.png:19024)
691    A /trunk/docbook/wsug_graphics/ws-open.png (from /trunk/docbook/wsug_graphics/ethereal-open.png:19024)
692    A /trunk/docbook/wsug_graphics/ws-packet-format.png (from /trunk/docbook/wsug_graphics/ethereal-packet-format.png:19024)
693    A /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-packet-pane-popup-menu.png:19024)
694    A /trunk/docbook/wsug_graphics/ws-packet-range.png (from /trunk/docbook/wsug_graphics/ethereal-packet-range.png:19024)
695    A /trunk/docbook/wsug_graphics/ws-packet-selected.png (from /trunk/docbook/wsug_graphics/ethereal-packet-selected.png:19024)
696    A /trunk/docbook/wsug_graphics/ws-packet-sep-win.png (from /trunk/docbook/wsug_graphics/ethereal-packet-sep-win.png:19024)
697    A /trunk/docbook/wsug_graphics/ws-print.png (from /trunk/docbook/wsug_graphics/ethereal-print.png:19024)
698    A /trunk/docbook/wsug_graphics/ws-printing-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-printing-preferences.png:19024)
699    A /trunk/docbook/wsug_graphics/ws-save-as.png (from /trunk/docbook/wsug_graphics/ethereal-save-as.png:19024)
700    A /trunk/docbook/wsug_graphics/ws-statistics-menu.png (from /trunk/docbook/wsug_graphics/ethereal-statistics-menu.png:19024)
701    A /trunk/docbook/wsug_graphics/ws-stats-conversations.png (from /trunk/docbook/wsug_graphics/ethereal-stats-conversations.png:19024)
702    A /trunk/docbook/wsug_graphics/ws-stats-endpoints.png (from /trunk/docbook/wsug_graphics/ethereal-stats-endpoints.png:19024)
703    A /trunk/docbook/wsug_graphics/ws-stats-hierarchy.png (from /trunk/docbook/wsug_graphics/ethereal-stats-hierarchy.png:19024)
704    A /trunk/docbook/wsug_graphics/ws-stats-iographs.png (from /trunk/docbook/wsug_graphics/ethereal-stats-iographs.png:19024)
705    A /trunk/docbook/wsug_graphics/ws-stats-srt-dcerpc-filter.png (from /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc-filter.png:19024)
706    A /trunk/docbook/wsug_graphics/ws-stats-srt-dcerpc.png (from /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc.png:19024)
707    A /trunk/docbook/wsug_graphics/ws-stats-summary.png (from /trunk/docbook/wsug_graphics/ethereal-stats-summary.png:19024)
708    A /trunk/docbook/wsug_graphics/ws-statusbar-empty.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-empty.png:19024)
709    A /trunk/docbook/wsug_graphics/ws-statusbar-loaded.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-loaded.png:19024)
710    A /trunk/docbook/wsug_graphics/ws-statusbar-selected.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-selected.png:19024)
711    A /trunk/docbook/wsug_graphics/ws-time-reference.png (from /trunk/docbook/wsug_graphics/ethereal-time-reference.png:19024)
712    A /trunk/docbook/wsug_graphics/ws-view-menu.png
713    M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
714    M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
715    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
716    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
717
718 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.
719 ------------------------------------------------------------------------
720 r19033 | sahlberg | 2006-08-25 14:33:23 -0700 (Fri, 25 Aug 2006) | 9 lines
721 Changed paths:
722    M /trunk/epan/dissectors/packet-eth.c
723
724 from Stephen F
725 ethernet IG/LG bit changes   with minor modifications
726
727 (only dissect LG if it is a unicast address
728  put a hint what locally administered means in the dissect tree
729 )
730  
731
732
733 ------------------------------------------------------------------------
734 r19034 | sahlberg | 2006-08-25 14:53:37 -0700 (Fri, 25 Aug 2006) | 3 lines
735 Changed paths:
736    M /trunk/epan/dissectors/packet-eth.c
737
738 remove the code that conditionally dissects LG only if IG is set
739
740
741 ------------------------------------------------------------------------
742 r19035 | guy | 2006-08-25 16:59:25 -0700 (Fri, 25 Aug 2006) | 3 lines
743 Changed paths:
744    M /trunk/image/toolbar/capture_details_16.xpm
745    M /trunk/image/toolbar/capture_details_24.xpm
746
747 Constify the capture details icons, and get rid of the CRs in
748 capture_details_24.xpm and give it the appropriate Subversion keywords.
749
750 ------------------------------------------------------------------------
751 r19036 | guy | 2006-08-25 17:03:59 -0700 (Fri, 25 Aug 2006) | 3 lines
752 Changed paths:
753    M /trunk/epan/dissectors/packet-mp2t.c
754
755 Don't use %ld for guint64 - use PRIu64.  (Also, don't use %d for guint32
756 - use %u.)
757
758 ------------------------------------------------------------------------
759 r19037 | guy | 2006-08-25 17:05:26 -0700 (Fri, 25 Aug 2006) | 3 lines
760 Changed paths:
761    M /trunk/epan/dissectors/packet-dtls.c
762
763 Fix some compiler warnings (some by getting rid of variables unused if
764 you don't have GNU TLS).
765
766 ------------------------------------------------------------------------
767 r19038 | guy | 2006-08-25 17:06:40 -0700 (Fri, 25 Aug 2006) | 5 lines
768 Changed paths:
769    M /trunk/epan/dissectors/packet-ieee80211.c
770
771 Don't define the Aironet/Cisco Wireless OUI ourselves; get it from
772 <epan/oui.h>.
773
774 Fix indentation.
775
776 ------------------------------------------------------------------------
777 r19039 | guy | 2006-08-25 17:07:13 -0700 (Fri, 25 Aug 2006) | 2 lines
778 Changed paths:
779    M /trunk/gtk/capture_dlg.c
780
781 Get rid of unused variable.
782
783 ------------------------------------------------------------------------
784 r19040 | guy | 2006-08-25 17:08:51 -0700 (Fri, 25 Aug 2006) | 2 lines
785 Changed paths:
786    M /trunk/gtk/firewall_dlg.c
787
788 Get rid of aun unused routine.
789
790 ------------------------------------------------------------------------
791 r19041 | guy | 2006-08-25 17:12:12 -0700 (Fri, 25 Aug 2006) | 4 lines
792 Changed paths:
793    M /trunk/gtk/capture_if_dlg.c
794
795 Clean up indentation.
796
797 Only define cap_air_w if we have AirPcap.
798
799 ------------------------------------------------------------------------
800 r19042 | sahlberg | 2006-08-26 02:16:38 -0700 (Sat, 26 Aug 2006) | 4 lines
801 Changed paths:
802    M /trunk/epan/dissectors/Makefile.common
803    A /trunk/epan/dissectors/packet-image-png.c
804
805 initial PNG dissector  (Portable Network Graphics)
806
807
808
809 ------------------------------------------------------------------------
810 r19043 | ulfl | 2006-08-26 04:03:41 -0700 (Sat, 26 Aug 2006) | 1 line
811 Changed paths:
812    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
813
814 rework the pop-up menu section
815 ------------------------------------------------------------------------
816 r19044 | sahlberg | 2006-08-26 04:57:28 -0700 (Sat, 26 Aug 2006) | 5 lines
817 Changed paths:
818    M /trunk/epan/dissectors/packet-image-png.c
819
820 fix wrong constant in a valuestring
821
822 add two more chunks to be dissected
823
824
825 ------------------------------------------------------------------------
826 r19045 | sahlberg | 2006-08-26 05:26:19 -0700 (Sat, 26 Aug 2006) | 3 lines
827 Changed paths:
828    M /trunk/epan/dissectors/packet-image-png.c
829
830 two more chunks
831
832
833 ------------------------------------------------------------------------
834 r19046 | gal | 2006-08-26 10:55:21 -0700 (Sat, 26 Aug 2006) | 5 lines
835 Changed paths:
836    M /trunk/epan/filesystem.c
837    M /trunk/epan/libwireshark.def
838    M /trunk/gtk/Makefile.common
839    M /trunk/gtk/file_dlg.c
840    M /trunk/gtk/main.c
841    A /trunk/gtk/u3.c
842    A /trunk/gtk/u3.h
843    A /trunk/packaging/u3
844    A /trunk/packaging/u3/win32
845    A /trunk/packaging/u3/win32/README.txt
846    A /trunk/packaging/u3/win32/makefile.nmake
847    A /trunk/packaging/u3/win32/manifest.tmpl
848    A /trunk/packaging/u3/win32/u3util.c
849
850 U3 packaging, utility and Wireshark modifications that allows Wireshark to be run from a U3 USB device. 
851
852 For more details see packaging/u3/win32/README.txt
853
854
855 ------------------------------------------------------------------------
856 r19047 | guy | 2006-08-26 11:36:09 -0700 (Sat, 26 Aug 2006) | 10 lines
857 Changed paths:
858    M /trunk/capture_loop.c
859    M /trunk/capture_opts.c
860    M /trunk/capture_opts.h
861    M /trunk/gtk/main.c
862    M /trunk/tshark.c
863
864 Go back to setting the capture filter to an empty string when we start;
865 that obviates the need to check for a null capture filter string, and
866 fixes bug 1055.
867
868 Keep track of whether it was set from the command line, though, so we
869 can catch attempts to set the filter more than once, and attempts to set
870 it when we're not capturing.
871
872 Clean up white space.
873
874 ------------------------------------------------------------------------
875 r19048 | gal | 2006-08-27 01:19:55 -0700 (Sun, 27 Aug 2006) | 3 lines
876 Changed paths:
877    M /trunk/asn1/dap/dap-exp.cnf
878    M /trunk/asn1/dap/dap.asn
879    M /trunk/asn1/dap/dap.cnf
880    M /trunk/epan/dissectors/packet-dap.c
881    M /trunk/epan/dissectors/packet-dap.h
882
883 Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP.
884
885
886 ------------------------------------------------------------------------
887 r19049 | gal | 2006-08-27 01:31:29 -0700 (Sun, 27 Aug 2006) | 3 lines
888 Changed paths:
889    M /trunk/epan/dissectors/packet-tpkt.c
890
891 Register tpkt as a dissector so subdissectors can register tpkt on ports other than 102.
892
893
894 ------------------------------------------------------------------------
895 r19050 | gal | 2006-08-27 02:03:21 -0700 (Sun, 27 Aug 2006) | 4 lines
896 Changed paths:
897    M /trunk/asn1/acse/acse-exp.cnf
898    M /trunk/asn1/acse/acse.asn
899    M /trunk/epan/dissectors/packet-acse.c
900    M /trunk/epan/dissectors/packet-acse.h
901
902 An octet string  form of the ASO-qualifier used by some systems from the days when it was an ANY.
903 Really just an elaboration of the "...".
904
905
906 ------------------------------------------------------------------------
907 r19051 | ulfl | 2006-08-27 03:41:30 -0700 (Sun, 27 Aug 2006) | 1 line
908 Changed paths:
909    M /trunk/gtk/capture_if_dlg.c
910    M /trunk/gtk/gui_utils.c
911    M /trunk/gtk/gui_utils.h
912
913 fix a warning by removing now unused code
914 ------------------------------------------------------------------------
915 r19052 | ulfl | 2006-08-27 04:27:47 -0700 (Sun, 27 Aug 2006) | 1 line
916 Changed paths:
917    M /trunk/epan/dissectors/packet-radius.c
918    M /trunk/epan/dissectors/packet-rmcp.c
919    M /trunk/epan/guid-utils.c
920    M /trunk/gtk/stats_tree_stat.c
921
922 squelch some compiler warnings
923 ------------------------------------------------------------------------
924 r19053 | ulfl | 2006-08-27 04:46:02 -0700 (Sun, 27 Aug 2006) | 1 line
925 Changed paths:
926    M /trunk/doc/README.capture
927    M /trunk/docbook/wsug_src/WSUG_app_howitworks.xml
928    M /trunk/help/capturing.txt
929
930 fix #1063, some leftover typo's: Etheral -> Wireshark
931 ------------------------------------------------------------------------
932 r19054 | ulfl | 2006-08-27 05:35:26 -0700 (Sun, 27 Aug 2006) | 3 lines
933 Changed paths:
934    M /trunk/gtk/print_mswin.c
935
936 fix #707: "It's not possible to print each packet on a new page"
937
938 Win32: detect "form feed" char and create a new page in that case
939 ------------------------------------------------------------------------
940 r19055 | etxrab | 2006-08-27 12:15:20 -0700 (Sun, 27 Aug 2006) | 1 line
941 Changed paths:
942    M /trunk/gtk/stats_tree_stat.c
943
944 Fixa a typo.
945 ------------------------------------------------------------------------
946 r19056 | etxrab | 2006-08-27 13:30:01 -0700 (Sun, 27 Aug 2006) | 1 line
947 Changed paths:
948    M /trunk/epan/dissectors/packet-bssgp.c
949    M /trunk/epan/dissectors/packet-bssgp.h
950    M /trunk/epan/dissectors/packet-gtp.c
951
952 Do some more of the relase 6 stuff.
953 ------------------------------------------------------------------------
954 r19057 | gerald | 2006-08-27 19:06:28 -0700 (Sun, 27 Aug 2006) | 6 lines
955 Changed paths:
956    M /trunk/epan/dissectors/packet-image-png.c
957
958 Don't abort the entire program if we have bad data.  Just mark the
959 packet as malformed and continue on our merry way.  This should fix
960 bugs 1064 - 1073.
961
962 Fix up whitespace.
963
964 ------------------------------------------------------------------------
965 r19058 | etxrab | 2006-08-27 22:32:16 -0700 (Sun, 27 Aug 2006) | 1 line
966 Changed paths:
967    M /trunk/epan/dissectors/packet-gtp.c
968
969 More release 6 changes.
970 ------------------------------------------------------------------------
971 r19059 | kukosa | 2006-08-28 00:05:02 -0700 (Mon, 28 Aug 2006) | 5 lines
972 Changed paths:
973    M /trunk/asn1/h225/packet-h225-template.c
974    M /trunk/epan/dissectors/packet-h225.c
975    M /trunk/epan/dissectors/packet-q931.c
976    M /trunk/epan/dissectors/packet-sip.c
977    M /trunk/epan/dissectors/packet-ssl-utils.c
978    M /trunk/epan/dissectors/packet-ssl.c
979    M /trunk/epan/dissectors/packet-ssl.h
980    M /trunk/epan/libwireshark.def
981    M /trunk/epan/proto.c
982    M /trunk/epan/proto.h
983
984 - new function ssl_dissector_delete()
985 - register H.225.0 over TLS (configurable port 1300)
986 - register SIP over TLS (fixed port 5061)
987 - new function proto_tree_get_root()
988
989 ------------------------------------------------------------------------
990 r19060 | gmorris | 2006-08-28 05:24:24 -0700 (Mon, 28 Aug 2006) | 2 lines
991 Changed paths:
992    M /trunk/epan/dissectors/packet-srvloc.c
993
994 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.
995
996 ------------------------------------------------------------------------
997 r19061 | jmayer | 2006-08-28 09:55:03 -0700 (Mon, 28 Aug 2006) | 7 lines
998 Changed paths:
999    M /trunk/epan/dissectors/packet-ppp.c
1000
1001 Donald White <donald_white@qwest.net>
1002
1003 There is a small bug in the function dissect_ppp() which prevents proper
1004 demuxing of packets.  Patch is attached.
1005
1006
1007
1008 ------------------------------------------------------------------------
1009 r19062 | jake | 2006-08-28 12:15:08 -0700 (Mon, 28 Aug 2006) | 1 line
1010 Changed paths:
1011    M /trunk/epan/dissectors/packet-udp.c
1012
1013 Fix length check for IP packets with options.
1014 ------------------------------------------------------------------------
1015 r19063 | ulfl | 2006-08-28 14:11:10 -0700 (Mon, 28 Aug 2006) | 1 line
1016 Changed paths:
1017    M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
1018
1019 add information about remote traffic capture filter
1020 ------------------------------------------------------------------------
1021 r19064 | ulfl | 2006-08-28 14:12:44 -0700 (Mon, 28 Aug 2006) | 1 line
1022 Changed paths:
1023    M /trunk/epan/dissectors/packet-dcerpc-epm.c
1024
1025 add some more right-hand-side infos of the tower data
1026 ------------------------------------------------------------------------
1027 r19065 | ulfl | 2006-08-28 14:13:37 -0700 (Mon, 28 Aug 2006) | 1 line
1028 Changed paths:
1029    M /trunk/epan/dissectors/packet-dcerpc.c
1030
1031 minor format string change
1032 ------------------------------------------------------------------------
1033 r19066 | ulfl | 2006-08-28 14:14:36 -0700 (Mon, 28 Aug 2006) | 1 line
1034 Changed paths:
1035    M /trunk/epan/dissectors/packet-dcom.c
1036
1037 add a new this/that flag value
1038 ------------------------------------------------------------------------
1039 r19067 | ulfl | 2006-08-28 15:23:18 -0700 (Mon, 28 Aug 2006) | 1 line
1040 Changed paths:
1041    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
1042
1043 fix a minor typo
1044 ------------------------------------------------------------------------
1045 r19068 | gerald | 2006-08-28 15:52:26 -0700 (Mon, 28 Aug 2006) | 2 lines
1046 Changed paths:
1047    M /trunk/epan/dissectors/Makefile.common
1048
1049 Fix a typo.
1050
1051 ------------------------------------------------------------------------
1052 r19069 | ulfl | 2006-08-28 15:54:12 -0700 (Mon, 28 Aug 2006) | 1 line
1053 Changed paths:
1054    M /trunk/gtk/prefs_dlg.c
1055
1056 fix #1061: the logic to search for a specific protocol page was missing the changes of the scrollable window indirection
1057 ------------------------------------------------------------------------
1058 r19070 | ulfl | 2006-08-28 17:15:09 -0700 (Mon, 28 Aug 2006) | 5 lines
1059 Changed paths:
1060    M /trunk/doc/README.developer
1061
1062 from Stephen Fisher:
1063
1064 "I ran doc/README.developer through a spell checker and conservatively 
1065 changed misspelled words.  Attached is a compressed patch with the 
1066 corrections."
1067 ------------------------------------------------------------------------
1068 r19071 | gerald | 2006-08-28 19:19:27 -0700 (Mon, 28 Aug 2006) | 2 lines
1069 Changed paths:
1070    M /trunk/epan/dissectors/Makefile.common
1071
1072 Add a missing file.
1073
1074 ------------------------------------------------------------------------
1075 r19072 | kukosa | 2006-08-29 01:33:52 -0700 (Tue, 29 Aug 2006) | 1 line
1076 Changed paths:
1077    M /trunk/epan/dissectors/packet-ssl-utils.c
1078    M /trunk/epan/dissectors/packet-ssl-utils.h
1079    M /trunk/epan/dissectors/packet-ssl.c
1080    M /trunk/epan/dissectors/packet-ssl.h
1081
1082 get rid of few warnings
1083 ------------------------------------------------------------------------
1084 r19073 | gmorris | 2006-08-29 01:45:53 -0700 (Tue, 29 Aug 2006) | 114 lines
1085 Changed paths:
1086    M /trunk/epan/dissectors/ncp2222.py
1087    M /trunk/epan/dissectors/packet-ncp-int.h
1088    M /trunk/epan/dissectors/packet-ncp-sss.c
1089    M /trunk/epan/dissectors/packet-ncp.c
1090    M /trunk/epan/dissectors/packet-ncp2222.inc
1091
1092 Fixes and updated files:
1093  
1094 File NCP2222.py:
1095 1. Added NCP service type 0xffff = All types
1096 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)
1097 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)
1098 4. Fixed endianess of Creator ID in NetWare Information Struct.
1099 5. File information structure incorrectly defined Current Block Being Decompressed.
1100 6. Logical Lock Status structure incorrectly identified Task Number as a byte. It should be two bytes "word".
1101 7. Fixed endianess of Modifier ID in NetWare Information Struct.
1102 8. Fixed Name Space Information structure (was defined as Name Space, changed to Creator Name Space Number).
1103 9. Fixed Semaphore Structure (Task Number was incorrectly defined as a byte, should be two bytes "word").
1104 10. Added Task structure (Task Number, Task State)
1105 11. Fixed Volume structure (incorrectly defined Volume Name)
1106 12. Added VolumeWithName structure (This struct contains both volume number and volume name)
1107 13. Added error 0x8901 - "No purgable files available"
1108 14. Added error 0x8977 - "Buffer too small" 
1109 15. Added error 0x899c - "No more trustees found"
1110 16. Added error 0x89d9 - "Queue station is not a server"
1111 17. Added NCP connection status values (0=Ok, 1=Bad service connection, 10=File server is down, 40=Broadcast Message Pending)
1112 18. Fixed error definitions for NCP 22/50.
1113 19. Fixed reply packet for NCP 22/52 to properly display volume information depending on reply struct, Volume or volume with name.
1114 20. Fixed error definitions for NCP 22/52
1115 21. Fixed NCP 23/26 reply packet to properly return internet address and display correctly.
1116 22. Fixed NCP 23/27 Reply packet structure to properly repeat connection numbers array.
1117 23. Fixed error definitions for NCP 23/33
1118 24. Fixed NCP 23/114 Request (improperly defined Charge Information as a long value, s/b word)
1119 25. Fixed NCP 23/120 Reply (Improperly defined Job Number as a long value, s/b word)
1120 26. Fixed error definitions for NCP 23/123
1121 27. Fixed error definitions for NCP 23/124
1122 28. Fixed error definitions for NCP 23/131
1123 29. Fixed error definitions for NCP 23/132
1124 30. Fixed error definitions for NCP 23/135
1125 31. Fixed error definitions for NCP 23/137
1126 32. Fixed error definitions for NCP 23/138
1127 33. Fixed NCP 23/205 Reply (User Login Allowed incorrectly defined as long value, s/b byte value)
1128 34. Fixed NCP 23/234 Reply (Reply structure incorrectly defined based on old NCP documentation. Corrected per new docs)
1129 35. Fixed endianess of NCP 23/237 Reply on value Number of Locks.
1130 36. Fixed endianess of NCP 23/238 Reply on value Number of Locks.
1131 37. Fixed error definitions for NCP 30
1132 38. Fixed error definitions for NCP 36/6
1133 39. Fixed error definitions for NCP 86/2
1134 40. Fixed error definitions for NCP 86/3
1135 41. Fixed error definitions for NCP 86/4
1136 42. Fixed error definitions for NCP 86/5
1137 43. Fixed error definitions for NCP 87/1
1138 44. Fixed error definitions for NCP 87/4
1139 45. Fixed error definitions for NCP 87/5
1140 46. Fixed error definitions for NCP 87/10
1141 47. Fixed error definitions for NCP 87/11
1142 48. Fixed error definitions for NCP 87/12
1143 49. Fixed error definitions for NCP 87/17
1144 50. Fixed error definitions for NCP 87/18
1145 51. Fixed NCP 87/20 Reply to properly decode multiple entries returned. This used to only dissect the first entry.
1146 52. Fixed error definitions for NCP 87/30
1147 53. Fixed NCP 87/33 Reply to properly utilize the request flags to dissect the reply packet NetWare Info Struct
1148 54. Fixed error definitions for NCP 87/33
1149 55. Fixed error definitions for NCP 88/22
1150 56. Fixed error definitions for NCP 89/1
1151 57. Fixed error definitions for NCP 89/10
1152 58. Fixed NCP 89/11 Request packet structure
1153 59. Fixed error definitions for NCP 89/11
1154 60. Fixed NCP 89/20 Reply to properly decode multiple entries returned. This used to only dissect the first entry.
1155 61. Fixed error definitions for NCP 104/5
1156 62. Added undefined NCP 112
1157 63. Fixed NCP 123/11 Reply to properly dissect FileName, Name, and copyright.
1158 64. Fixed NCP 123/17 Reply to properly display NCP Network Address values.
1159 65. Fixed NCP 123/24 Reply to properly display Driver Board Name, Driver Short Name, and Dirver Logical Name.
1160 66. Fixed error definitions for NCP 123/33
1161 67. Fixed NCP 123/60 to properly display Set Command Name and Set Command Value.
1162 68. Fixed error definitions for NCP 123/70
1163 69. Fixed NCP 123/71 Reply to utilize new File Information Struct
1164 70. Fixed error definitions for NCP 123/71
1165 71. Fixed error definitions for NCP 123/72
1166 72. Added NCP 123/249
1167 73. Added NCP 123/251
1168 74. Added NCP 123/252
1169 75. Added NCP 123/253
1170 76. Added NCP 123/254
1171 77. Added NCP 123/255
1172 78. Fixed error definitions for NCP 131/1
1173 79. Fixed error definitions for NCP 131/2
1174  
1175 File packet-ncp2222.inc
1176 1. Added new NCP preference setting to tell Wireshark to decode the NetWare information structure as new or old style.
1177 2. Set default NCP preference settings of echo connection and echo file to FALSE.
1178 3. Added NDS verb 2 Request Flags (0=retain old object, 1=delete old object)
1179 4. Fixed problem where NDS fragmentation could not be reassembled on reload. (fragment array needed to be re-initialized on reload)
1180 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)
1181 6. Fixed function build_expert_data to parse subtree memory structures to acquire NCP request value records
1182 7. Fix NDS attribute type Boolean to byte value and properly aligned.
1183 8. Fixed attribute zendmSearchOrder to display properly regardless of number or order of value entries.
1184 9. Added check of length of packet prior to attempting to defragment
1185 10. Added for Request packets logic to abort if NCP type isn't found.
1186 11. Added logic to store packet length and then manually decode NCP function 123 based on length.
1187 12. Added logic to manually dissect NCP 87/20 and 89/20 reply packets.
1188 13. NDS resolve name replies with remote entry as the specifier should not store the EID returned (0x00000000)
1189 14. Added logic to trap and echo to expert tap when connection status flags indicate an error.
1190 15. Added manual dissect of NCP 23/26 replies
1191 16. Added logic to Capture the EID returned form NCP 22/51 "Get vol info".
1192 17. Fixed NDS verb 0x2a
1193 18. Fixed NDS verb 0x2b
1194  
1195 File packet-ncp.c
1196 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)
1197 2. Register the new NCP preference for old/new NetWareInfoStruct.
1198  
1199 File packet-ncp-int.h
1200 1. Add extern declaration for ncp_newstyle setting.
1201 2. Add length, req_mask, and req_mast_ext to ncp_req_hash_value structure
1202  
1203 File packet-ncp-sss.c
1204 1. Fix SecretStore request verb Write App Secrets, Client Put Data, to evaluate packet length.
1205
1206 ------------------------------------------------------------------------
1207 r19074 | jmayer | 2006-08-29 09:31:00 -0700 (Tue, 29 Aug 2006) | 4 lines
1208 Changed paths:
1209    M /trunk/epan/dissectors/packet-alcap.c
1210
1211 Florent DROUIN <florent.drouin@alcatel.fr>:
1212
1213 Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1077
1214
1215 ------------------------------------------------------------------------
1216 r19075 | jake | 2006-08-29 09:54:39 -0700 (Tue, 29 Aug 2006) | 1 line
1217 Changed paths:
1218    M /trunk/epan/addr_resolv.c
1219
1220 Fix for bug 795: handle CR as line end as well
1221 ------------------------------------------------------------------------
1222 r19076 | jmayer | 2006-08-29 13:21:47 -0700 (Tue, 29 Aug 2006) | 4 lines
1223 Changed paths:
1224    M /trunk/wireshark.desktop
1225
1226 - Update to 0.9.5 (from 0.9.4)
1227 - Remove some unneeded entries
1228 - Add a translation
1229
1230 ------------------------------------------------------------------------
1231 r19077 | ulfl | 2006-08-29 14:01:05 -0700 (Tue, 29 Aug 2006) | 1 line
1232 Changed paths:
1233    M /trunk/test/test-backend.sh
1234    M /trunk/test/test.sh
1235
1236 use unique variable names to prevent "global variable" side effects -> endless repeating tests of subsections
1237 ------------------------------------------------------------------------
1238 r19078 | ulfl | 2006-08-29 14:03:33 -0700 (Tue, 29 Aug 2006) | 1 line
1239 Changed paths:
1240    M /trunk/fileset.c
1241
1242 fix a minor bug: don't show a single file twice in the fileset dialog
1243 ------------------------------------------------------------------------
1244 r19079 | ulfl | 2006-08-29 14:06:36 -0700 (Tue, 29 Aug 2006) | 1 line
1245 Changed paths:
1246    M /trunk/gtk/Makefile.am
1247
1248 add u3.h to the distribution files (hopefully this fixes ubuntu buildbot distcheck)
1249 ------------------------------------------------------------------------
1250 r19080 | ulfl | 2006-08-29 14:09:32 -0700 (Tue, 29 Aug 2006) | 1 line
1251 Changed paths:
1252    M /trunk/gtk/fileset_dlg.c
1253
1254 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.
1255 ------------------------------------------------------------------------
1256 r19081 | ulfl | 2006-08-29 14:12:45 -0700 (Tue, 29 Aug 2006) | 1 line
1257 Changed paths:
1258    M /trunk/gtk/Makefile.common
1259
1260 sort the u3.c file into the list alphabetically
1261 ------------------------------------------------------------------------
1262 r19082 | etxrab | 2006-08-29 15:18:39 -0700 (Tue, 29 Aug 2006) | 1 line
1263 Changed paths:
1264    M /trunk/epan/dissectors/packet-clnp.c
1265
1266 Add CLNP over TCP over TPKT dissection. The port number is by default set to 0.
1267 ------------------------------------------------------------------------
1268 r19083 | etxrab | 2006-08-29 22:03:16 -0700 (Tue, 29 Aug 2006) | 1 line
1269 Changed paths:
1270    M /trunk/epan/dissectors/packet-clnp.c
1271
1272 Remove debugcode left by mistake...
1273 ------------------------------------------------------------------------
1274 r19084 | kukosa | 2006-08-30 00:31:36 -0700 (Wed, 30 Aug 2006) | 1 line
1275 Changed paths:
1276    M /trunk/epan/dissectors/packet-ssl.c
1277
1278 display Random as a single item with two subitems
1279 ------------------------------------------------------------------------
1280 r19085 | martinm | 2006-08-30 02:48:12 -0700 (Wed, 30 Aug 2006) | 1 line
1281 Changed paths:
1282    M /trunk/gtk/sip_stat.c
1283    M /trunk/tap-sipstat.c
1284
1285 Add SIP response code 494 from RFC 3329
1286 ------------------------------------------------------------------------
1287 r19086 | kukosa | 2006-08-30 03:03:50 -0700 (Wed, 30 Aug 2006) | 1 line
1288 Changed paths:
1289    M /trunk/epan/dissectors/packet-tcp.c
1290
1291 flags have only 1 byte
1292 ------------------------------------------------------------------------
1293 r19087 | etxrab | 2006-08-30 12:27:54 -0700 (Wed, 30 Aug 2006) | 3 lines
1294 Changed paths:
1295    D /trunk/plugins/listen_rtp
1296
1297 From Alejandro Vaquero:
1298 - The current "/plugin/listen_rtp" directory should be removed from the 
1299 source
1300 ------------------------------------------------------------------------
1301 r19088 | ulfl | 2006-08-30 13:24:49 -0700 (Wed, 30 Aug 2006) | 1 line
1302 Changed paths:
1303    M /trunk/gtk/capture_if_dlg.c
1304
1305 seems the height offset 16 seems a bit too small to prevent a scrollbar, using 20 instead
1306 ------------------------------------------------------------------------
1307 r19089 | ulfl | 2006-08-30 13:27:12 -0700 (Wed, 30 Aug 2006) | 3 lines
1308 Changed paths:
1309    M /trunk/gtk/help_dlg.c
1310    M /trunk/gtk/help_dlg.h
1311    M /trunk/gtk/print_dlg.c
1312
1313 add some file dialog related help pages
1314
1315 use file related instead of print related help pages for the export dialogs
1316 ------------------------------------------------------------------------
1317 r19090 | ulfl | 2006-08-30 13:38:17 -0700 (Wed, 30 Aug 2006) | 3 lines
1318 Changed paths:
1319    M /trunk/gtk/menu.c
1320
1321 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)
1322
1323 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
1324 ------------------------------------------------------------------------
1325 r19091 | ulfl | 2006-08-30 13:45:13 -0700 (Wed, 30 Aug 2006) | 5 lines
1326 Changed paths:
1327    M /trunk/gtk/win32-file-dlg.c
1328
1329 Remove a lot of XXX:
1330 - add help buttons to the dialogs
1331 - the read filter fields are now working (the filter button still not)
1332 - PDML export don't need "Packet Format" settings, grey them out
1333 - fix a bug in the filter fields coloring function (g_alloc space was too small)
1334 ------------------------------------------------------------------------
1335 r19092 | etxrab | 2006-08-30 13:47:16 -0700 (Wed, 30 Aug 2006) | 2 lines
1336 Changed paths:
1337    A /trunk/gtk/codecs
1338    A /trunk/gtk/codecs/G711a
1339    A /trunk/gtk/codecs/G711a/G711adecode.c
1340    A /trunk/gtk/codecs/G711a/G711adecode.h
1341    A /trunk/gtk/codecs/G711a/G711atable.h
1342    A /trunk/gtk/codecs/G711u
1343    A /trunk/gtk/codecs/G711u/G711udecode.c
1344    A /trunk/gtk/codecs/G711u/G711udecode.h
1345    A /trunk/gtk/codecs/G711u/G711utable.h
1346    A /trunk/gtk/codecs/Makefile.am
1347    A /trunk/gtk/codecs/Makefile.nmake
1348
1349 From Alejandro Vaquero:
1350 The "codecs"
1351 ------------------------------------------------------------------------
1352 r19093 | etxrab | 2006-08-30 13:50:37 -0700 (Wed, 30 Aug 2006) | 8 lines
1353 Changed paths:
1354    A /trunk/gtk/rtp_player.c
1355    A /trunk/gtk/rtp_player.h
1356
1357 From Alejandro Vaquero:
1358 - Change the "listen_rtp" to "rtp_player"
1359 - Change from a plugin to be part of the core
1360 - By default it will not compile with the rtp_player. In order to 
1361 compile it is necessary to:
1362        + For windows: uncomment the line 
1363 "PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake
1364        + For linux: using the "--with-portaudio=yes"
1365 ------------------------------------------------------------------------
1366 r19094 | etxrab | 2006-08-30 14:51:31 -0700 (Wed, 30 Aug 2006) | 8 lines
1367 Changed paths:
1368    M /trunk/Makefile.am
1369    M /trunk/Makefile.nmake
1370    M /trunk/acinclude.m4
1371    M /trunk/config.h.win32
1372    M /trunk/config.nmake
1373    M /trunk/configure.in
1374    M /trunk/gtk/Makefile.am
1375    M /trunk/gtk/Makefile.nmake
1376    M /trunk/gtk/voip_calls.c
1377    M /trunk/gtk/voip_calls_dlg.c
1378    M /trunk/tools/win32-setup.sh
1379
1380 From Alejandro Vaquero:
1381 - Change the "listen_rtp" to "rtp_player"
1382 - Change from a plugin to be part of the core
1383 - By default it will not compile with the rtp_player. In order to 
1384 compile it is necessary to:
1385        + For windows: uncomment the line 
1386 "PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake
1387        + For linux: using the "--with-portaudio=yes"
1388 ------------------------------------------------------------------------
1389 r19095 | ulfl | 2006-08-30 15:26:34 -0700 (Wed, 30 Aug 2006) | 1 line
1390 Changed paths:
1391    M /trunk/Makefile.nmake
1392
1393 fix a suspected typo of the portaudio commit
1394 ------------------------------------------------------------------------
1395 r19096 | ulfl | 2006-08-30 16:25:15 -0700 (Wed, 30 Aug 2006) | 1 line
1396 Changed paths:
1397    M /trunk/packaging/nsis/Makefile.nmake
1398    M /trunk/packaging/nsis/wireshark.nsi
1399
1400 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)
1401 ------------------------------------------------------------------------
1402 r19097 | ulfl | 2006-08-30 16:27:37 -0700 (Wed, 30 Aug 2006) | 1 line
1403 Changed paths:
1404    M /trunk/config.nmake
1405
1406  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)
1407 ------------------------------------------------------------------------
1408 r19098 | ulfl | 2006-08-30 18:50:11 -0700 (Wed, 30 Aug 2006) | 3 lines
1409 Changed paths:
1410    M /trunk/config.nmake
1411
1412 a huge redesign of the settings in config.nmake
1413
1414 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.
1415 ------------------------------------------------------------------------
1416 r19099 | jake | 2006-08-30 23:58:29 -0700 (Wed, 30 Aug 2006) | 1 line
1417 Changed paths:
1418    M /trunk/gtk/codecs/Makefile.am
1419
1420 Remove trailing backslash from CFLAGS
1421 ------------------------------------------------------------------------
1422 r19100 | sahlberg | 2006-08-31 02:37:02 -0700 (Thu, 31 Aug 2006) | 4 lines
1423 Changed paths:
1424    M /trunk/gtk/codecs/Makefile.am
1425
1426 the commands for a rule in a amkefile must in classical makefiles start with a TAB not with spaces.
1427
1428
1429
1430 ------------------------------------------------------------------------
1431 r19101 | sahlberg | 2006-08-31 05:13:12 -0700 (Thu, 31 Aug 2006) | 12 lines
1432 Changed paths:
1433    M /trunk/Makefile.am
1434    M /trunk/gtk/codecs/Makefile.am
1435
1436 dont include config.nmake in the codecs makefile    it appears it is not needed
1437
1438
1439 dont link with libcodec.a
1440 1, this should be a shared library not a static one?
1441 2, its not built on unix so it is missing
1442
1443
1444 making unix/linux build work again
1445
1446
1447
1448 ------------------------------------------------------------------------
1449 r19102 | jmayer | 2006-08-31 06:12:09 -0700 (Thu, 31 Aug 2006) | 1 line
1450 Changed paths:
1451    M /trunk/Makefile.am
1452
1453 don't recycle ethereal-icons
1454 ------------------------------------------------------------------------
1455 r19103 | jmayer | 2006-08-31 06:14:48 -0700 (Thu, 31 Aug 2006) | 5 lines
1456 Changed paths:
1457    M /trunk/epan/Makefile.am
1458    M /trunk/epan/dissectors/Makefile.am
1459
1460 Albert Chin:
1461
1462 Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1078
1463
1464
1465 ------------------------------------------------------------------------
1466 r19104 | ulfl | 2006-08-31 15:56:38 -0700 (Thu, 31 Aug 2006) | 2 lines
1467 Changed paths:
1468    M /trunk/epan/expert.c
1469    M /trunk/epan/expert.h
1470    M /trunk/epan/libwireshark.def
1471    M /trunk/epan/packet.c
1472    M /trunk/gtk/expert_comp_table.c
1473    M /trunk/gtk/expert_dlg.c
1474
1475 move value_strings from expert_dialogs into expert.c to remove duplicates
1476 keep the highest severity level of the current file (experimental)
1477 ------------------------------------------------------------------------
1478 r19105 | ulfl | 2006-08-31 15:58:22 -0700 (Thu, 31 Aug 2006) | 1 line
1479 Changed paths:
1480    M /trunk/epan/dissectors/packet-icq.c
1481
1482 use an expert_info instead of an fprintf to show an undecoded message (fprintf won't work on windows as usually no console available)
1483 ------------------------------------------------------------------------
1484 r19106 | ulfl | 2006-08-31 16:00:44 -0700 (Thu, 31 Aug 2006) | 1 line
1485 Changed paths:
1486    M /trunk/epan/dissectors/packet-tcp.c
1487
1488 mark the "short segment" message field as generated and add an expert_info to it
1489 ------------------------------------------------------------------------
1490 r19107 | jmayer | 2006-08-31 21:26:53 -0700 (Thu, 31 Aug 2006) | 7 lines
1491 Changed paths:
1492    M /trunk/gtk/codecs
1493    M /trunk/gtk/codecs/Makefile.am
1494
1495 - Add svn:ignore
1496 - Replace the completely wrong Makefile.am (was a copy of makefile.nmake)
1497   by the version the author sent. As I needed to retrieve it from the ML
1498   archives, it may be different from the originally sent version. If
1499   someone still has the original version in his inbox, please send it to
1500   me.
1501
1502 ------------------------------------------------------------------------
1503 r19108 | etxrab | 2006-09-01 09:17:48 -0700 (Fri, 01 Sep 2006) | 2 lines
1504 Changed paths:
1505    M /trunk/asn1/camel/packet-camel-template.c
1506    M /trunk/epan/dissectors/packet-camel.c
1507
1508 From Florent Drouin:
1509 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.
1510 ------------------------------------------------------------------------
1511 r19110 | sahlberg | 2006-09-01 17:17:35 -0700 (Fri, 01 Sep 2006) | 6 lines
1512 Changed paths:
1513    M /trunk/epan/dissectors/packet-gssapi.c
1514
1515 always create a conversation for gssapi
1516
1517 we will need a conversation in more places once we start adding reassembly of gss-krb blobs that span multiple pdus (smb/sessionsetup)
1518
1519
1520
1521 ------------------------------------------------------------------------
1522 r19111 | sahlberg | 2006-09-01 17:24:31 -0700 (Fri, 01 Sep 2006) | 4 lines
1523 Changed paths:
1524    M /trunk/epan/dissectors/packet-gssapi.c
1525
1526 remove a comment with dead code
1527 remove three pointless volatile declarations
1528
1529
1530 ------------------------------------------------------------------------
1531 r19112 | sahlberg | 2006-09-01 17:43:19 -0700 (Fri, 01 Sep 2006) | 18 lines
1532 Changed paths:
1533    M /trunk/epan/dissectors/packet-gssapi.c
1534
1535 resolve the oid to a variable before we check it in the conditional so that
1536 we can add code to check that it looks sane (for better heuristics) when
1537 we start adding GSS-KRB reassembly.
1538
1539 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.
1540
1541
1542 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. :-(
1543
1544 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.
1545 perverse design.
1546
1547
1548 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)
1549
1550
1551
1552
1553 ------------------------------------------------------------------------
1554 r19113 | sahlberg | 2006-09-01 19:03:26 -0700 (Fri, 01 Sep 2006) | 5 lines
1555 Changed paths:
1556    M /trunk/epan/dissectors/packet-gssapi.c
1557
1558 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)
1559 so that it is easier to attach other useage to the conversation specific state
1560
1561
1562
1563 ------------------------------------------------------------------------
1564 r19114 | guy | 2006-09-01 23:36:42 -0700 (Fri, 01 Sep 2006) | 4 lines
1565 Changed paths:
1566    M /trunk/epan/dissectors/packet-dcerpc.c
1567
1568 Add brackets to squelch a compiler warning.
1569
1570 Fix indentation.
1571
1572 ------------------------------------------------------------------------
1573 r19115 | guy | 2006-09-01 23:38:21 -0700 (Fri, 01 Sep 2006) | 4 lines
1574 Changed paths:
1575    M /trunk/epan/dissectors/packet-wtls.c
1576
1577 Add a common routine for adding session IDs.  Have it handle session IDs
1578 from 1 to 8 bytes, and not only handle 0-byte session IDs as special,
1579 have it handle session IDs > 8 bytes as special as well.
1580
1581 ------------------------------------------------------------------------
1582 r19116 | guy | 2006-09-01 23:39:09 -0700 (Fri, 01 Sep 2006) | 2 lines
1583 Changed paths:
1584    M /trunk/epan/filesystem.c
1585
1586 Clean up indentation, etc.
1587
1588 ------------------------------------------------------------------------
1589 r19117 | guy | 2006-09-01 23:39:43 -0700 (Fri, 01 Sep 2006) | 4 lines
1590 Changed paths:
1591    M /trunk/Makefile.am
1592    M /trunk/Makefile.nmake
1593    A /trunk/codecs (from /trunk/gtk/codecs:19108)
1594    M /trunk/configure.in
1595    M /trunk/gtk/Makefile.am
1596    M /trunk/gtk/Makefile.nmake
1597    D /trunk/gtk/codecs
1598    M /trunk/gtk/rtp_player.c
1599
1600 Move the codecs into a top-level "codecs" subdirectory; there's no
1601 guarantee that all programs using the codecs will necessarily be using
1602 GTK+.
1603
1604 ------------------------------------------------------------------------
1605 r19118 | guy | 2006-09-02 00:18:16 -0700 (Sat, 02 Sep 2006) | 9 lines
1606 Changed paths:
1607    M /trunk/codecs/G711a/G711adecode.h
1608    M /trunk/codecs/G711u/G711udecode.h
1609    M /trunk/gtk/rtp_player.c
1610    M /trunk/gtk/rtp_player.h
1611
1612 Squelch compiler warnings, and get rid of unused variables and
1613 declarations.
1614
1615 Define functions with no arguments as such.
1616
1617 Clean up white space.
1618
1619 Declare tables in the codec .h files.
1620
1621 ------------------------------------------------------------------------
1622 r19119 | sahlberg | 2006-09-02 04:46:15 -0700 (Sat, 02 Sep 2006) | 6 lines
1623 Changed paths:
1624    M /trunk/epan/dissectors/packet-gssapi.c
1625
1626 add primitive reassembly of gssapi
1627
1628 this will allow reassembly of gssapi blobs that span multiple smb/sessionsetup command pdus
1629
1630
1631
1632 ------------------------------------------------------------------------
1633 r19120 | etxrab | 2006-09-02 07:18:47 -0700 (Sat, 02 Sep 2006) | 1 line
1634 Changed paths:
1635    M /trunk/Makefile.nmake
1636    M /trunk/codecs/Makefile.nmake
1637    M /trunk/gtk/Makefile.nmake
1638
1639 Fix path and name.
1640 ------------------------------------------------------------------------
1641 r19121 | etxrab | 2006-09-02 08:50:24 -0700 (Sat, 02 Sep 2006) | 1 line
1642 Changed paths:
1643    M /trunk/plugins/megaco/packet-megaco.c
1644
1645 Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1080.
1646 ------------------------------------------------------------------------
1647 r19122 | etxrab | 2006-09-02 09:05:03 -0700 (Sat, 02 Sep 2006) | 1 line
1648 Changed paths:
1649    M /trunk/plugins/megaco/packet-megaco.c
1650
1651 Remove some extra output for MediaDescriptor.
1652 ------------------------------------------------------------------------
1653 r19123 | etxrab | 2006-09-02 09:55:31 -0700 (Sat, 02 Sep 2006) | 1 line
1654 Changed paths:
1655    M /trunk/Makefile.nmake
1656
1657 Include codecs in the all target.
1658 ------------------------------------------------------------------------
1659 r19124 | etxrab | 2006-09-02 09:56:22 -0700 (Sat, 02 Sep 2006) | 1 line
1660 Changed paths:
1661    M /trunk/plugins/megaco/packet-megaco.c
1662
1663 Packages can have digits and '/' in their names...
1664 ------------------------------------------------------------------------
1665 r19125 | sahlberg | 2006-09-02 16:18:38 -0700 (Sat, 02 Sep 2006) | 15 lines
1666 Changed paths:
1667    M /trunk/AUTHORS
1668    M /trunk/epan/dissectors/Makefile.common
1669    A /trunk/epan/dissectors/packet-epl_v1.c
1670    A /trunk/epan/dissectors/packet-epl_v1.h
1671    M /trunk/epan/dissectors/packet-ethertype.c
1672    M /trunk/epan/etypes.h
1673
1674 From David Buechi
1675 New protocol: epl v1
1676
1677
1678 Hi,
1679
1680 in addition to the recently submitted dissector for the EPL v2 protocol,
1681 this is the dissector for the first version of the EPL protocol.
1682
1683 Best Regards,
1684 David
1685
1686
1687
1688
1689 ------------------------------------------------------------------------
1690 r19126 | etxrab | 2006-09-02 16:21:59 -0700 (Sat, 02 Sep 2006) | 1 line
1691 Changed paths:
1692    M /trunk/plugins/megaco/packet-megaco.c
1693
1694 Comment out debug code.
1695 ------------------------------------------------------------------------
1696 r19127 | jmayer | 2006-09-03 08:41:42 -0700 (Sun, 03 Sep 2006) | 3 lines
1697 Changed paths:
1698    M /trunk/gtk/rtp_player.c
1699
1700 Ad $Id: Â§ and reorder and reformat some comments in the header.
1701
1702
1703 ------------------------------------------------------------------------
1704 r19128 | sahlberg | 2006-09-04 00:44:30 -0700 (Mon, 04 Sep 2006) | 4 lines
1705 Changed paths:
1706    M /trunk/epan/dissectors/packet-kerberos4.c
1707
1708 make the heuristics for detecting kerberos4 stronger
1709
1710
1711
1712 ------------------------------------------------------------------------
1713 r19129 | sahlberg | 2006-09-04 01:18:52 -0700 (Mon, 04 Sep 2006) | 8 lines
1714 Changed paths:
1715    M /trunk/epan/dissectors/packet-kerberos.c
1716    M /trunk/epan/dissectors/packet-kerberos4.c
1717
1718 krb4 is a new style dissector and is called through a handle from krb5 which is also new style.
1719
1720 use call_dissector_only()  which is new-style aware and not call_dissector() which is not.
1721
1722 this fixes a recent bug found on the heimdal list.
1723
1724
1725
1726 ------------------------------------------------------------------------
1727 r19130 | martinm | 2006-09-04 04:04:14 -0700 (Mon, 04 Sep 2006) | 2 lines
1728 Changed paths:
1729    M /trunk/epan/dissectors/Makefile.common
1730    M /trunk/epan/dissectors/packet-atm.c
1731    M /trunk/epan/dissectors/packet-catapult-dct2000.c
1732    A /trunk/epan/dissectors/packet-umts_fp.c
1733    A /trunk/epan/dissectors/packet-umts_fp.h
1734    M /trunk/wiretap/catapult_dct2000.c
1735    M /trunk/wiretap/wtap.h
1736
1737 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.
1738
1739 ------------------------------------------------------------------------
1740 r19131 | jmayer | 2006-09-04 06:34:48 -0700 (Mon, 04 Sep 2006) | 8 lines
1741 Changed paths:
1742    M /trunk/acinclude.m4
1743    M /trunk/configure.in
1744
1745 Use portaudio if it's there. Check that we have the right version.
1746 Note: This check is currently carried out by checking that the include
1747 defines PortAudioStream. If you know of any better check, please let
1748 me know.
1749
1750 acinclude.m4:
1751         Replace sequences of 8 spaces by tab
1752
1753 ------------------------------------------------------------------------
1754 r19132 | jake | 2006-09-04 07:12:26 -0700 (Mon, 04 Sep 2006) | 13 lines
1755 Changed paths:
1756    M /trunk/epan/dissectors/packet-ppp.c
1757
1758 From Donald White:
1759 First, the length of the header of a sub-frame may be miscalculated if
1760 if the PID field is not present, but was present in a previous
1761 sub-frame.  The calculation of the header length will use the value from
1762 the previous sub-frame.
1763
1764 Second, correct the typo "ength" to "length".
1765
1766 Third, the length of the current sub-frame was not passed as the
1767 reported length to a sub-dissector.  When the sub-dissector calls
1768 tvb_reported_length(), the function returns the length of the complete
1769 frame and not the length of the sub-frame to be dissected.
1770
1771 ------------------------------------------------------------------------
1772 r19133 | jmayer | 2006-09-04 07:16:50 -0700 (Mon, 04 Sep 2006) | 7 lines
1773 Changed paths:
1774    M /trunk/acinclude.m4
1775
1776 After some reading it is clear that the code was written for
1777 portaudio versions <= 18. At least Suse 10.1 provides a snapshot
1778 of version 19, which, in turn has the brand new and incompatible
1779 version 2.0 of the API. Change the error message to tell the
1780 user that he needs portaudio <= 18.
1781
1782
1783 ------------------------------------------------------------------------
1784 r19134 | jmayer | 2006-09-04 07:19:12 -0700 (Mon, 04 Sep 2006) | 6 lines
1785 Changed paths:
1786    M /trunk/gtk/Makefile.am
1787    M /trunk/gtk/rtp_player.c
1788    M /trunk/gtk/rtp_player.h
1789
1790 The previous way of (not) including portaudio support didn't
1791 work reliably (at least it didn't work on my system).
1792 Change it to just wrap the rtp_player.[hc] files into a
1793 #if defined(...) #endif.
1794
1795
1796 ------------------------------------------------------------------------
1797 r19135 | etxrab | 2006-09-04 11:04:10 -0700 (Mon, 04 Sep 2006) | 1 line
1798 Changed paths:
1799    M /trunk/gtk/rtp_player.c
1800    M /trunk/gtk/rtp_player.h
1801
1802 Correct some typos and add some comments.
1803 ------------------------------------------------------------------------
1804 r19136 | etxrab | 2006-09-04 11:10:14 -0700 (Mon, 04 Sep 2006) | 14 lines
1805 Changed paths:
1806    M /trunk/asn1/h248/h248.cnf
1807    M /trunk/asn1/h248/packet-h248-template.c
1808    M /trunk/epan/dissectors/packet-h248.c
1809    M /trunk/epan/dissectors/packet-h248.h
1810
1811 From Oleg Kostenko:
1812 This patch will add the following functionality to the H.248
1813  dissector:
1814
1815  1. Dissection of properties from Annex C.11 SDP equivalents.
1816
1817  2. Dissection of EventNames and SignalNames from Annex E Basic
1818 Packages.
1819
1820  3. Dissection of event and signal parameters from Annex E.9 Analog
1821  Line Supervision Package.
1822
1823  4. Dissection of statistics from Annex E.11 Network Package and
1824  Annex E.12 RTP Package.
1825 ------------------------------------------------------------------------
1826 r19137 | etxrab | 2006-09-04 11:11:02 -0700 (Mon, 04 Sep 2006) | 1 line
1827 Changed paths:
1828    M /trunk/Makefile.nmake
1829
1830 Fix a typo for rtp_player
1831 ------------------------------------------------------------------------
1832 r19138 | etxrab | 2006-09-04 13:36:52 -0700 (Mon, 04 Sep 2006) | 1 line
1833 Changed paths:
1834    M /trunk/plugins/megaco/packet-megaco.c
1835
1836 Always dissect SDP info to set up RTP conversation.
1837 ------------------------------------------------------------------------
1838 r19139 | etxrab | 2006-09-04 14:07:35 -0700 (Mon, 04 Sep 2006) | 4 lines
1839 Changed paths:
1840    M /trunk/epan/dissectors/packet-sdp.c
1841
1842 Fix(?) bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1042
1843 Does the string need to be freed ad destruction of the hashtable?
1844
1845 Surplus add_text removed.
1846 ------------------------------------------------------------------------
1847 r19140 | guy | 2006-09-04 15:47:16 -0700 (Mon, 04 Sep 2006) | 7 lines
1848 Changed paths:
1849    M /trunk/acinclude.m4
1850
1851 AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issue
1852 one ourselves.
1853
1854 The documentation for autoconf isn't very clear on the "includes"
1855 argument to AC_CHECK_TYPE - it's in the form of a list of #include
1856 statements.
1857
1858 ------------------------------------------------------------------------
1859 r19141 | guy | 2006-09-04 16:20:52 -0700 (Mon, 04 Sep 2006) | 3 lines
1860 Changed paths:
1861    M /trunk/asn1/h248/packet-h248-template.c
1862    M /trunk/epan/dissectors/packet-h248.c
1863
1864 Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they're
1865 used.
1866
1867 ------------------------------------------------------------------------
1868 r19142 | guy | 2006-09-04 16:21:52 -0700 (Mon, 04 Sep 2006) | 3 lines
1869 Changed paths:
1870    M /trunk/codecs/G711a/G711adecode.c
1871    M /trunk/codecs/G711a/G711adecode.h
1872    M /trunk/codecs/G711a/G711atable.h
1873    M /trunk/codecs/G711u/G711udecode.c
1874    M /trunk/codecs/G711u/G711udecode.h
1875    M /trunk/codecs/G711u/G711utable.h
1876
1877 Add RCS IDs, introductory comments, and multiple-include protection. 
1878 Remove extra blank lines.
1879
1880 ------------------------------------------------------------------------
1881 r19143 | guy | 2006-09-04 16:22:39 -0700 (Mon, 04 Sep 2006) | 2 lines
1882 Changed paths:
1883    M /trunk/gtk/Makefile.common
1884
1885 Build with rtp_player.c.
1886
1887 ------------------------------------------------------------------------
1888 r19144 | guy | 2006-09-04 16:23:16 -0700 (Mon, 04 Sep 2006) | 2 lines
1889 Changed paths:
1890    M /trunk/gtk/rtp_player.c
1891
1892 Comment #endifs so you can tell what they match.
1893
1894 ------------------------------------------------------------------------
1895 r19145 | etxrab | 2006-09-04 22:38:11 -0700 (Mon, 04 Sep 2006) | 8 lines
1896 Changed paths:
1897    M /trunk/epan/dissectors/packet-vnc.c
1898    M /trunk/epan/dissectors/packet-x11-keysym.h
1899
1900 From Stephen Fisher:
1901 A patch to bring the VNC dissector almost to completion.
1902
1903 I have not had a chance to finish the server message type "frame buffer 
1904 update," which are the pixel values for screen rectangle updates.  
1905 Everything else is there - tracking the keys the user is pushing, 
1906 ringing a bell on the client, mouse button pushes/pointer movements, 
1907 etc.
1908 ------------------------------------------------------------------------
1909 r19146 | guy | 2006-09-05 00:58:14 -0700 (Tue, 05 Sep 2006) | 4 lines
1910 Changed paths:
1911    M /trunk/gtk/voip_calls_dlg.c
1912
1913 Move the include of rtp_player.h after the include of stuff it needs,
1914 and include rtp_analysis.h as well, as it declares something else
1915 rtp_player.h needs.
1916
1917 ------------------------------------------------------------------------
1918 r19147 | jmayer | 2006-09-05 02:14:18 -0700 (Tue, 05 Sep 2006) | 1 line
1919 Changed paths:
1920    M /trunk/asn1/h248
1921
1922 Added some files to svn:ignore
1923 ------------------------------------------------------------------------
1924 r19148 | jmayer | 2006-09-05 02:17:55 -0700 (Tue, 05 Sep 2006) | 8 lines
1925 Changed paths:
1926    M /trunk/acinclude.m4
1927    M /trunk/gtk/rtp_player.c
1928
1929 rtp_player.c will now compile with the new API, although it will not
1930 actually do something useful except to print that the new API is not
1931 supported.
1932
1933 Adapt acinclude.m4 to provide PORTAUDIO_API_1 and add back the
1934 check_message to indicate *why* we are checking for the type.
1935
1936
1937 ------------------------------------------------------------------------
1938 r19149 | jmayer | 2006-09-05 02:27:22 -0700 (Tue, 05 Sep 2006) | 7 lines
1939 Changed paths:
1940    A /trunk/CMakeLists.txt
1941    A /trunk/README.cmake
1942    A /trunk/cmake
1943    A /trunk/cmake/modules
1944    A /trunk/cmake/modules/FindGTK2.cmake
1945    A /trunk/cmake/modules/FindPcap.cmake
1946    A /trunk/wiretap/CMakeLists.txt
1947
1948 OK, as I haven't had any negative feedback, I'm adding my work
1949 to use cmake as a build system. It's in no way complete, I'd
1950 just like others to be able to participate in playing with cmake
1951 and to document what I'm doing.
1952
1953 Please read the README.cmake for what can be done right now.
1954
1955 ------------------------------------------------------------------------
1956 r19150 | jmayer | 2006-09-05 02:50:45 -0700 (Tue, 05 Sep 2006) | 1 line
1957 Changed paths:
1958    M /trunk/CMakeLists.txt
1959    M /trunk/README.cmake
1960    M /trunk/cmake/modules/FindGTK2.cmake
1961    M /trunk/cmake/modules/FindPcap.cmake
1962    M /trunk/wiretap/CMakeLists.txt
1963
1964 propset, add $Id$ and copyright headers
1965 ------------------------------------------------------------------------
1966 r19151 | jmayer | 2006-09-05 05:04:46 -0700 (Tue, 05 Sep 2006) | 1 line
1967 Changed paths:
1968    M /trunk/README.cmake
1969
1970 Add some links for further reading
1971 ------------------------------------------------------------------------
1972 r19152 | jake | 2006-09-05 05:22:44 -0700 (Tue, 05 Sep 2006) | 2 lines
1973 Changed paths:
1974    M /trunk/epan/dissectors/packet-isakmp.c
1975
1976 Fix for bug 1093, as proposed by Atsushi Fukumoto
1977
1978 ------------------------------------------------------------------------
1979 r19153 | sahlberg | 2006-09-05 07:32:15 -0700 (Tue, 05 Sep 2006) | 6 lines
1980 Changed paths:
1981    M /trunk/epan/dissectors/packet-http.c
1982
1983 fix for bug 1079
1984
1985 verify that stat_info->request_uri is non null before doing string manipulations on it
1986 so that we dont try to dereference a null pointer further down the code
1987
1988
1989 ------------------------------------------------------------------------
1990 r19154 | sahlberg | 2006-09-05 08:13:39 -0700 (Tue, 05 Sep 2006) | 9 lines
1991 Changed paths:
1992    M /trunk/epan/dissectors/packet-windows-common.c
1993
1994 fix for bug 1054
1995
1996 there were instances where the function dissect_nt_sid() would not fill in the return pointer for the sid string
1997 causing callers that rely on that this string will ALWAYS be assigned try to access and g_free() an uninitialized pointer.
1998
1999 dissect_nt_sid() should be changed to use and return ep allocated memory instead of gmalloced memory
2000
2001
2002
2003 ------------------------------------------------------------------------
2004 r19155 | jmayer | 2006-09-05 08:58:11 -0700 (Tue, 05 Sep 2006) | 9 lines
2005 Changed paths:
2006    M /trunk/epan/dissectors/packet-tftp.c
2007
2008 Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1092
2009 Actually, this was a feature request:
2010
2011 Store the value of the blksize option in the conversation data
2012 and use that information to compare whether we have reached the
2013 last packet.
2014
2015 Includes the cleanup ideas from Ronnie.
2016
2017 ------------------------------------------------------------------------
2018 r19156 | martinm | 2006-09-05 09:05:23 -0700 (Tue, 05 Sep 2006) | 4 lines
2019 Changed paths:
2020    M /trunk/epan/dissectors/packet-atm.c
2021    M /trunk/epan/dissectors/packet-catapult-dct2000.c
2022    M /trunk/wiretap/catapult_dct2000.c
2023    M /trunk/wiretap/wtap.h
2024
2025 For DCT2000, show better transport info:
2026 - for FP over AAL2, add CID to AAL tree
2027 - for IPPRIM protocols, show IPV4 addresses in src & dst columns
2028
2029 ------------------------------------------------------------------------
2030 r19157 | martinm | 2006-09-05 09:06:41 -0700 (Tue, 05 Sep 2006) | 1 line
2031 Changed paths:
2032    M /trunk/epan/dissectors/packet-radius.c
2033    M /trunk/epan/dissectors/packet-smrse.c
2034
2035 Make smrse & radius dissectors findable by name
2036 ------------------------------------------------------------------------
2037 r19158 | jmayer | 2006-09-05 09:09:49 -0700 (Tue, 05 Sep 2006) | 1 line
2038 Changed paths:
2039    M /trunk/epan/dissectors/packet-tftp.c
2040
2041 option name "blksize" is case in-sensitive
2042 ------------------------------------------------------------------------
2043 r19159 | etxrab | 2006-09-05 13:35:41 -0700 (Tue, 05 Sep 2006) | 1 line
2044 Changed paths:
2045    M /trunk/Makefile.nmake
2046    M /trunk/config.h.win32
2047    M /trunk/config.nmake
2048
2049 Handle PORTAUDIO_API_1 and add clean-deps target to distclean.
2050 ------------------------------------------------------------------------
2051 r19160 | etxrab | 2006-09-05 22:22:05 -0700 (Tue, 05 Sep 2006) | 1 line
2052 Changed paths:
2053    M /trunk/plugins/megaco/packet-megaco.c
2054
2055 NAME can also contain '_'
2056 ------------------------------------------------------------------------
2057 r19161 | etxrab | 2006-09-05 22:23:38 -0700 (Tue, 05 Sep 2006) | 1 line
2058 Changed paths:
2059    M /trunk/config.nmake
2060
2061 Add comments about PORTAUDIO API version comment out use of PORTAUDIO library for now.
2062 ------------------------------------------------------------------------
2063 r19162 | jmayer | 2006-09-06 01:24:36 -0700 (Wed, 06 Sep 2006) | 10 lines
2064 Changed paths:
2065    M /trunk/epan/dissectors/packet-tftp.c
2066
2067 - Make options filterable
2068 - Display options in info column
2069 - Only remember blksize from OACK packets
2070 - Add some rfc numbers
2071 - Move tftp_dissect_options in front of dissect_tftp
2072   (I forgot to fix the forward decl once too often ;)
2073 - Warning fixes
2074 - Add expert error in case of tftp-error pdu
2075
2076
2077 ------------------------------------------------------------------------
2078 r19163 | sahlberg | 2006-09-06 01:36:13 -0700 (Wed, 06 Sep 2006) | 3 lines
2079 Changed paths:
2080    M /trunk/epan/dissectors/packet-isakmp.c
2081
2082 fix for the typo in bug 1094
2083
2084
2085 ------------------------------------------------------------------------
2086 r19164 | martinm | 2006-09-06 07:08:40 -0700 (Wed, 06 Sep 2006) | 1 line
2087 Changed paths:
2088    M /trunk/epan/dissectors/packet-umts_fp.c
2089
2090 Dissect some more common control messages
2091 ------------------------------------------------------------------------
2092 r19165 | jake | 2006-09-06 14:08:24 -0700 (Wed, 06 Sep 2006) | 2 lines
2093 Changed paths:
2094    M /trunk/epan/enterprise-numbers
2095
2096 Update enterprise-numbers
2097
2098 ------------------------------------------------------------------------
2099 r19166 | jmayer | 2006-09-06 15:13:52 -0700 (Wed, 06 Sep 2006) | 5 lines
2100 Changed paths:
2101    M /trunk/cmake/modules/FindGTK2.cmake
2102
2103 Update to newer version of the file from
2104 http://cmake-modules.googlecode.com/svn/trunk/
2105
2106 This update adds a license text (dual: GPLv2 and 3 clause BSD)
2107
2108 ------------------------------------------------------------------------
2109 r19167 | jmayer | 2006-09-06 15:14:20 -0700 (Wed, 06 Sep 2006) | 1 line
2110 Changed paths:
2111    M /trunk/README.cmake
2112
2113 Add cmake-modules URL
2114 ------------------------------------------------------------------------
2115 r19168 | jmayer | 2006-09-06 15:28:19 -0700 (Wed, 06 Sep 2006) | 10 lines
2116 Changed paths:
2117    M /trunk/CMakeLists.txt
2118    A /trunk/cmake/modules/FindGLIB.cmake
2119    A /trunk/cmake/modules/FindGLIB2.cmake
2120    A /trunk/cmake/modules/FindLEX.cmake
2121    A /trunk/cmake/modules/FindPCAP.cmake
2122    D /trunk/cmake/modules/FindPcap.cmake
2123    A /trunk/cmake/modules/FindYACC.cmake
2124    A /trunk/cmake/modules/LICENSE.txt
2125    A /trunk/cmakeconfig.h.in
2126
2127 cmake/
2128         Add some more (hackish) tests.
2129         Add a LICENSE file until I find the time to add it to all
2130         files individually.
2131
2132 CMakeLists.txt
2133         Add some addiotional stuff regarding options.
2134         Add (non-working) code to generate config.h
2135         Handle GTK1 vs GTK2 and GLIB1 vs GLIB2
2136
2137 ------------------------------------------------------------------------
2138 r19169 | jmayer | 2006-09-06 15:59:25 -0700 (Wed, 06 Sep 2006) | 3 lines
2139 Changed paths:
2140    M /trunk/CMakeLists.txt
2141    M /trunk/cmake/modules/FindGTK2.cmake
2142
2143 The last update to FindGTK2.cmake was incompatible with it's use.
2144 Fix a bug and adapt CMakeLists.txt to the new usage.
2145
2146 ------------------------------------------------------------------------
2147 r19170 | sahlberg | 2006-09-07 03:53:32 -0700 (Thu, 07 Sep 2006) | 4 lines
2148 Changed paths:
2149    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
2150    M /trunk/epan/dissectors/packet-dcerpc-winreg.h
2151    M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
2152    M /trunk/epan/dissectors/pidl/winreg.cnf
2153    M /trunk/epan/dissectors/pidl/winreg.idl
2154
2155  pidl now handles empty bitmaps properly so no need for the dummy (dont trigger empty bitmapbug entry)
2156
2157
2158
2159 ------------------------------------------------------------------------
2160 r19171 | jmayer | 2006-09-07 06:22:45 -0700 (Thu, 07 Sep 2006) | 7 lines
2161 Changed paths:
2162    M /trunk/tools/pidl/idl.yp
2163    M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
2164    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
2165    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
2166    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
2167
2168 Update from samba tree revision 17666 to 18221
2169 ============================ Samba log start ============
2170 svn: When specifying working copy paths, only one target may be given
2171 ============================ Samba log end ==============
2172
2173
2174
2175 ------------------------------------------------------------------------
2176 r19172 | lego | 2006-09-07 09:16:51 -0700 (Thu, 07 Sep 2006) | 25 lines
2177 Changed paths:
2178    M /trunk/epan/make-sminmpec.pl
2179
2180 From Andrew Feren:
2181         This adds some features to update enterprise-numbers from the web.
2182
2183 As used in the Makefile currently
2184  make-sminmpec.pl <infile> <outfile.c>
2185
2186 works exactly the same.  Additionally <infile> can be a URL to an infile in
2187 the expected format.
2188
2189 Using the new "-gen" switch will create a new <infile>
2190
2191 example:
2192 make-sminmpec.pl -gen \
2193    http://www.iana.org/assignments/enterprise-numbers \
2194    enterprise-numbers
2195
2196 other than that I modified so that calling it like
2197 make-sminmpec.pl -gen
2198 be like 
2199 make-sminmpec.pl -gen \
2200  http://www.iana.org/assignments/enterprise-numbers \
2201  sminmpec.c
2202
2203
2204
2205 ------------------------------------------------------------------------
2206 r19173 | ulfl | 2006-09-07 13:01:07 -0700 (Thu, 07 Sep 2006) | 4 lines
2207 Changed paths:
2208    M /trunk/docbook/Makefile
2209    A /trunk/docbook/check_svn_version.sh
2210
2211 fix bug #842: "make" now won't try to rebuild again if nothing changed since the last make call.
2212 Other minor dependency fixes.
2213
2214 I didn't found a way to implement the SVN version check using make, so using a new shell script instead ...
2215 ------------------------------------------------------------------------
2216 r19174 | ulfl | 2006-09-07 13:30:48 -0700 (Thu, 07 Sep 2006) | 1 line
2217 Changed paths:
2218    M /trunk/epan/dissectors/packet-dcom-sysact.c
2219    M /trunk/epan/dissectors/packet-dcom.c
2220    M /trunk/epan/dissectors/packet-dcom.h
2221
2222 distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some DCOM things are just unknown and cannot be implemented therefore
2223 ------------------------------------------------------------------------
2224 r19175 | ulfl | 2006-09-07 13:33:02 -0700 (Thu, 07 Sep 2006) | 1 line
2225 Changed paths:
2226    M /trunk/epan/dissectors/packet-dcerpc-epm.c
2227
2228 add some probable protocol IDs from the DCOM specs
2229 ------------------------------------------------------------------------
2230 r19176 | ulfl | 2006-09-07 13:35:26 -0700 (Thu, 07 Sep 2006) | 1 line
2231 Changed paths:
2232    M /trunk/epan/dissectors/packet-dcerpc.c
2233    M /trunk/epan/dissectors/packet-dcom-cba-acco.c
2234    M /trunk/epan/dissectors/packet-tcp.c
2235
2236 tweak some expert infos so they better work with the composite dialog (e.g. remove some minor details)
2237 ------------------------------------------------------------------------
2238 r19177 | lego | 2006-09-07 15:38:16 -0700 (Thu, 07 Sep 2006) | 18 lines
2239 Changed paths:
2240    M /trunk/epan/make-sminmpec.pl
2241
2242 removed options.
2243
2244
2245 now it can either be called as
2246
2247 make-sminmpec.pl
2248
2249 so it will fetch the file only if it has been modified since we last loaded it
2250
2251 or 
2252
2253 make-sminmpec.pl enterprise-numbers
2254
2255 to regenerate the C file from the given file.
2256
2257 Luis
2258
2259
2260 ------------------------------------------------------------------------
2261 r19178 | jmayer | 2006-09-07 16:44:22 -0700 (Thu, 07 Sep 2006) | 1 line
2262 Changed paths:
2263    M /trunk/docbook/check_svn_version.sh
2264
2265 propset svn:executable
2266 ------------------------------------------------------------------------
2267 r19179 | jmayer | 2006-09-07 19:25:55 -0700 (Thu, 07 Sep 2006) | 1 line
2268 Changed paths:
2269    M /trunk/docbook/Makefile
2270
2271 . 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
2272 ------------------------------------------------------------------------
2273 r19180 | etxrab | 2006-09-07 23:58:40 -0700 (Thu, 07 Sep 2006) | 1 line
2274 Changed paths:
2275    M /trunk/epan/dissectors/packet-clnp.c
2276    M /trunk/epan/dissectors/packet-osi.c
2277
2278 Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it belongs.
2279 ------------------------------------------------------------------------
2280 r19181 | etxrab | 2006-09-08 00:32:13 -0700 (Fri, 08 Sep 2006) | 6 lines
2281 Changed paths:
2282    M /trunk/epan/dissectors/packet-ipsec.c
2283
2284 From Frédéric Roudaut:
2285 as requested  here is a patch  in order to take into account  Encryption 
2286 and Authentication keys for ESP in hexa. 
2287 You only have to write your key with 0x first. In this case if the key 
2288 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 
2289 starts with "0x00".
2290 ------------------------------------------------------------------------
2291 r19182 | ulfl | 2006-09-08 00:44:22 -0700 (Fri, 08 Sep 2006) | 1 line
2292 Changed paths:
2293    M /trunk/docbook/Makefile
2294
2295 add dependency to custom_layer_pdf.xsl for all fo files
2296 ------------------------------------------------------------------------
2297 r19183 | ulfl | 2006-09-08 00:45:22 -0700 (Fri, 08 Sep 2006) | 1 line
2298 Changed paths:
2299    M /trunk/docbook/custom_layer_pdf.xsl
2300
2301 switch off draft mode, so the PDF generation won't try to load a draft image from the web
2302 ------------------------------------------------------------------------
2303 r19184 | wmeier | 2006-09-10 06:37:42 -0700 (Sun, 10 Sep 2006) | 1 line
2304 Changed paths:
2305    M /trunk/Makefile.nmake
2306    M /trunk/codecs/Makefile.nmake
2307    M /trunk/gtk/Makefile.nmake
2308
2309 minor cleanup for making codecs
2310 ------------------------------------------------------------------------
2311 r19185 | sahlberg | 2006-09-10 07:03:08 -0700 (Sun, 10 Sep 2006) | 10 lines
2312 Changed paths:
2313    M /trunk/epan/dissectors/packet-tcp.c
2314    M /trunk/epan/dissectors/packet-tcp.h
2315    M /trunk/epan/packet_info.h
2316    M /trunk/epan/req_resp_hdrs.c
2317
2318 implement support to reassemble tcp sessions until the end of the session (FIN)
2319
2320 add required code to the http (and others) code in req_resp_hdrs.c to signal to tcp
2321 when it wants a session to be reassembled to the FIN.
2322
2323 This is currently done for all HTTP packets where we have a Content-type in the header but no content-length.
2324
2325
2326
2327
2328 ------------------------------------------------------------------------
2329 r19186 | sahlberg | 2006-09-10 07:34:57 -0700 (Sun, 10 Sep 2006) | 6 lines
2330 Changed paths:
2331    M /trunk/epan/dissectors/packet-tcp.c
2332
2333 fix for bug 1045
2334
2335
2336 windows in SYN and SYN+ACK packets are not scaled so dont apply window scaling to them when displaying them in the tree
2337
2338
2339 ------------------------------------------------------------------------
2340 r19187 | etxrab | 2006-09-10 11:03:22 -0700 (Sun, 10 Sep 2006) | 5 lines
2341 Changed paths:
2342    M /trunk/config.nmake
2343    M /trunk/gtk/voip_calls.c
2344
2345 From Alejandro Vaquero:
2346 Need to use HAVE_LIBPORTAUDIO instead 
2347 of PORTAUDIO_DIR in voip_calls.c
2348
2349 And build the windows version with Port audio.
2350 ------------------------------------------------------------------------
2351 r19188 | jake | 2006-09-10 11:48:33 -0700 (Sun, 10 Sep 2006) | 1 line
2352 Changed paths:
2353    M /trunk/epan/dissectors/packet-vrrp.c
2354
2355 VRRPver3 support fixed: Count restored, Auth Type is reserved field.
2356 ------------------------------------------------------------------------
2357 r19189 | martinm | 2006-09-11 05:03:29 -0700 (Mon, 11 Sep 2006) | 3 lines
2358 Changed paths:
2359    M /trunk/epan/dissectors/packet-atm.c
2360    M /trunk/epan/dissectors/packet-catapult-dct2000.c
2361    M /trunk/epan/dissectors/packet-umts_fp.c
2362    M /trunk/epan/dissectors/packet-umts_fp.h
2363
2364 Added E-DCH (HSUPA) channels to FP.
2365 Also show VPI/VCI/CID in ATM protocol label.
2366
2367 ------------------------------------------------------------------------
2368 r19190 | etxrab | 2006-09-11 13:35:24 -0700 (Mon, 11 Sep 2006) | 5 lines
2369 Changed paths:
2370    M /trunk/asn1/h248/packet-h248-template.c
2371    M /trunk/epan/dissectors/packet-h248.c
2372
2373 Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
2374
2375 h248_handle was declared localy, udp port was not added at register.
2376
2377 Added a few more packagenames.
2378 ------------------------------------------------------------------------
2379 r19191 | ulfl | 2006-09-11 13:41:32 -0700 (Mon, 11 Sep 2006) | 1 line
2380 Changed paths:
2381    M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
2382
2383 add the LUA plugin install option
2384 ------------------------------------------------------------------------
2385 r19192 | ulfl | 2006-09-11 15:30:12 -0700 (Mon, 11 Sep 2006) | 4 lines
2386 Changed paths:
2387    M /trunk/docbook/user-guide.xml
2388    M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
2389    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
2390    M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
2391
2392 add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct)
2393
2394 fix a lot of broken URL's
2395
2396 ------------------------------------------------------------------------
2397 r19193 | ulfl | 2006-09-11 15:34:29 -0700 (Mon, 11 Sep 2006) | 3 lines
2398 Changed paths:
2399    M /trunk/README.win32
2400
2401 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.
2402
2403 Some minor updates in the development section as well.
2404 ------------------------------------------------------------------------
2405 r19194 | ulfl | 2006-09-11 15:37:46 -0700 (Mon, 11 Sep 2006) | 1 line
2406 Changed paths:
2407    M /trunk/tools/win32-setup.sh
2408
2409 a proxy might also be specified using .wgetrc, so don't switch off the proxy explicitly
2410 ------------------------------------------------------------------------
2411 r19195 | ulfl | 2006-09-11 15:43:00 -0700 (Mon, 11 Sep 2006) | 1 line
2412 Changed paths:
2413    M /trunk/config.nmake
2414
2415 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 
2416 ------------------------------------------------------------------------
2417 r19196 | ulfl | 2006-09-11 15:47:57 -0700 (Mon, 11 Sep 2006) | 1 line
2418 Changed paths:
2419    M /trunk/Makefile.nmake
2420    M /trunk/config.h.win32
2421    M /trunk/config.nmake
2422    M /trunk/epan/Makefile.nmake
2423
2424 tweak the nmake build so the NET-SNMP library is in fact optional (as it is in the UNIX builds)
2425 ------------------------------------------------------------------------
2426 r19197 | ulfl | 2006-09-11 17:23:46 -0700 (Mon, 11 Sep 2006) | 1 line
2427 Changed paths:
2428    M /trunk/airpcap_loader.c
2429    M /trunk/airpcap_loader.h
2430
2431 remove obsolete "HAVE_AIRPCAP_API" comment
2432 ------------------------------------------------------------------------
2433 r19198 | ulfl | 2006-09-11 17:27:03 -0700 (Mon, 11 Sep 2006) | 1 line
2434 Changed paths:
2435    M /trunk/Makefile.nmake
2436    M /trunk/config.nmake
2437    M /trunk/epan/dissectors/Makefile.nmake
2438    M /trunk/gtk/Makefile.nmake
2439    M /trunk/gtk/help_dlg.c
2440    M /trunk/gtk/menu.c
2441
2442 various nmake related build file cleanups
2443 ------------------------------------------------------------------------
2444 r19199 | ulfl | 2006-09-11 18:04:35 -0700 (Mon, 11 Sep 2006) | 3 lines
2445 Changed paths:
2446    M /trunk/Makefile.nmake
2447
2448 Hmmm, don't optimize too much :-)
2449
2450 also fix the clean_setup
2451 ------------------------------------------------------------------------
2452 r19200 | ulfl | 2006-09-12 01:19:39 -0700 (Tue, 12 Sep 2006) | 1 line
2453 Changed paths:
2454    M /trunk/image/Makefile.nmake
2455
2456 add a comment, that .res files are generated using an implicit (built in) nmake rule
2457 ------------------------------------------------------------------------
2458 r19201 | ulfl | 2006-09-12 01:22:02 -0700 (Tue, 12 Sep 2006) | 1 line
2459 Changed paths:
2460    M /trunk/image/win32-file-dlg.rc
2461    M /trunk/image/wireshark.rc.in
2462
2463 wireshark.res is generated in the image dir, so the paths for includes should be relative to /image and not to /
2464 ------------------------------------------------------------------------
2465 r19202 | ulfl | 2006-09-12 01:24:01 -0700 (Tue, 12 Sep 2006) | 1 line
2466 Changed paths:
2467    M /trunk/Makefile.nmake
2468
2469 add a missing dependency from wiretap to the image dir, otherwise image/wiretap.res can't be generated for some targets
2470 ------------------------------------------------------------------------
2471 r19203 | jmayer | 2006-09-12 02:35:29 -0700 (Tue, 12 Sep 2006) | 4 lines
2472 Changed paths:
2473    M /trunk/docbook/Makefile
2474
2475 - Replace the ELINKS variable by HTML2TEXT and include the parameters
2476   into the variable to make this actually portable.
2477 - Some whitespace changes between filenames and the \
2478
2479 ------------------------------------------------------------------------
2480 r19204 | sahlberg | 2006-09-12 02:53:10 -0700 (Tue, 12 Sep 2006) | 7 lines
2481 Changed paths:
2482    M /trunk/epan/dissectors/packet-ipsec.c
2483
2484 prettify dissection of ESP
2485
2486 show the IV as a hexadecimal
2487 show the protocol name for the Next header field inside ESP
2488
2489
2490
2491 ------------------------------------------------------------------------
2492 r19205 | sahlberg | 2006-09-12 03:02:28 -0700 (Tue, 12 Sep 2006) | 2 lines
2493 Changed paths:
2494    M /trunk/AUTHORS
2495
2496 the name of the protocol is IPsec, not IP-sec
2497
2498 ------------------------------------------------------------------------
2499 r19206 | sahlberg | 2006-09-12 03:04:11 -0700 (Tue, 12 Sep 2006) | 8 lines
2500 Changed paths:
2501    M /trunk/epan/dissectors/packet-ipsec.c
2502
2503 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.
2504
2505
2506 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
2507 it just would look confusing
2508
2509
2510
2511 ------------------------------------------------------------------------
2512 r19207 | martinm | 2006-09-12 04:36:42 -0700 (Tue, 12 Sep 2006) | 1 line
2513 Changed paths:
2514    M /trunk/epan/dissectors/packet-umts_fp.c
2515
2516 Various small fixes and prettifications
2517 ------------------------------------------------------------------------
2518 r19208 | sahlberg | 2006-09-12 04:39:51 -0700 (Tue, 12 Sep 2006) | 14 lines
2519 Changed paths:
2520    M /trunk/AUTHORS
2521    M /trunk/epan/dissectors/packet-http.c
2522
2523 from bryant eastham
2524
2525
2526 Also, there is still an outstanding issue regarding the default use of
2527 the "media" dissector. The way it is currently coded there is no way to
2528 have a heuristic decoder when a content-type header is specified.
2529
2530
2531 In this way if there is a decoder for a specific content-type then it
2532 will be used, then the heuristic decoders have a chance, and finally the
2533 default of either the media-type decoder of the http_payload decoder.
2534
2535
2536
2537 ------------------------------------------------------------------------
2538 r19209 | sahlberg | 2006-09-12 04:51:48 -0700 (Tue, 12 Sep 2006) | 8 lines
2539 Changed paths:
2540    M /trunk/epan/dissectors/packet-redback.c
2541
2542 from Florian Lohoff
2543
2544 Hi,
2545 after using the redback dissector again i found some more protocol
2546 types:
2547
2548
2549
2550 ------------------------------------------------------------------------
2551 r19210 | sahlberg | 2006-09-12 05:08:34 -0700 (Tue, 12 Sep 2006) | 27 lines
2552 Changed paths:
2553    M /trunk/AUTHORS
2554    M /trunk/epan/dissectors/packet-s5066.c
2555
2556 from Taner Kurtulus and Menno Andriesse
2557
2558 Hi folks,
2559 We think we've found a bug in STANAG 5066 SIS layer dissector.
2560
2561 Problem is at S_EXPEDITED_UNIDATA_INDICATION S_Prim's parser
2562 and occurs when we receive a U_PDU via expedited unidata channel.
2563 Dissector tries to parse first 2 bytes of U_PDU as a header size of  type
2564 21 s_prim (S_UNIDATA_INDICATION). But, this is not an wanted  process on
2565 that parser. Maybe, it was forgotten unchanged from
2566 S_UNIDATA_INDICATION dissector while copying it. So it shows
2567 data (U_PDU) 2 bytes short. Moreover, if data is just 1-byte, TCP datagrams
2568 receive TCP checksum error.
2569
2570
2571 Confirmed.
2572
2573 It was indeed a "copy-paste-did not edit correctly" bug.
2574
2575 While going over the code once more, I found:
2576
2577 1 - One bug in the heuristic. (Changed '&&' to '||')
2578 2 - One to-do that was already done. (Removed the /* TODO */)
2579 3 - One to-do that is now done. ;-)
2580
2581
2582
2583 ------------------------------------------------------------------------
2584 r19211 | jake | 2006-09-12 05:58:16 -0700 (Tue, 12 Sep 2006) | 2 lines
2585 Changed paths:
2586    M /trunk/epan/dissectors/packet-bpdu.c
2587    M /trunk/epan/dissectors/packet-ethertype.c
2588    M /trunk/epan/etypes.h
2589
2590 Fix for bug 1098. Add BPDU dissector to ethertype 0x8181.
2591
2592 ------------------------------------------------------------------------
2593 r19212 | martinm | 2006-09-12 10:13:56 -0700 (Tue, 12 Sep 2006) | 1 line
2594 Changed paths:
2595    M /trunk/epan/dissectors/packet-umts_fp.c
2596
2597 More DCH control types
2598 ------------------------------------------------------------------------
2599 r19213 | ulfl | 2006-09-12 10:28:38 -0700 (Tue, 12 Sep 2006) | 1 line
2600 Changed paths:
2601    M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
2602
2603 use the official name spelling for some projects
2604 ------------------------------------------------------------------------
2605 r19214 | ulfl | 2006-09-12 10:34:41 -0700 (Tue, 12 Sep 2006) | 1 line
2606 Changed paths:
2607    M /trunk/config.h.win32
2608
2609 it's HAVE_LIBGNUTLS instead HAVE_GNUTLS
2610 ------------------------------------------------------------------------
2611 r19215 | ulfl | 2006-09-12 10:45:43 -0700 (Tue, 12 Sep 2006) | 1 line
2612 Changed paths:
2613    M /trunk/config.nmake
2614
2615 it's HAVE_PORTAUDIO, not HAVE_LIBPORTAUDIO
2616 ------------------------------------------------------------------------
2617 r19216 | ulfl | 2006-09-12 10:46:55 -0700 (Tue, 12 Sep 2006) | 1 line
2618 Changed paths:
2619    M /trunk/Makefile.nmake
2620
2621 fix the generation of config.h, some HAVE_... were wrong
2622 ------------------------------------------------------------------------
2623 r19217 | ulfl | 2006-09-12 10:50:36 -0700 (Tue, 12 Sep 2006) | 7 lines
2624 Changed paths:
2625    M /trunk/version_info.c
2626
2627 add version output (e.g. in the About box) for the following libraries:
2628 -GnuTLS
2629 -Gcrypt
2630 -Kerberos (no version, only if compiled with MIT/HEIMDAL or without any kerberos)
2631 -PortAudio (version number only for V>=19, maybe need some fixing)
2632
2633 Don't know how to use the line breaking stuff, if someone could help me here ...
2634 ------------------------------------------------------------------------
2635 r19218 | jmayer | 2006-09-12 11:43:56 -0700 (Tue, 12 Sep 2006) | 11 lines
2636 Changed paths:
2637    M /trunk/Makefile.nmake
2638    M /trunk/config.h.win32
2639    M /trunk/version_info.c
2640
2641 Makefile.nmake
2642 config.h.win32
2643   - Use HAVE_LIBPORTAUDIO instead of HAVE_PORTAUDIO to make
2644     sure we use the same var everywhere (including sources
2645     and autofoo stuff).
2646   - Use PORTAUDIO_API_1 everywhere
2647
2648 version_info.c
2649   - Include <portaudio.h>
2650   - Add some , and breaks when printing version infos.
2651
2652 ------------------------------------------------------------------------
2653 r19219 | jmayer | 2006-09-12 11:51:22 -0700 (Tue, 12 Sep 2006) | 7 lines
2654 Changed paths:
2655    M /trunk/version_info.c
2656
2657 tshark wouldn't link any more, as it doesn't link against
2658 libportaudio, but version_info.c with libportaudio >= 19
2659 needs to link against this.
2660
2661 FIXME: Just print out >= 19 instead of real version string
2662   until someone finds a proper solution.
2663
2664 ------------------------------------------------------------------------
2665 r19220 | etxrab | 2006-09-12 12:02:10 -0700 (Tue, 12 Sep 2006) | 1 line
2666 Changed paths:
2667    M /trunk/epan/dissectors/packet-osi.c
2668
2669 Set default port to zero.
2670 ------------------------------------------------------------------------
2671 r19221 | etxrab | 2006-09-12 12:11:45 -0700 (Tue, 12 Sep 2006) | 3 lines
2672 Changed paths:
2673    M /trunk/epan/dissectors/packet-netflow.c
2674
2675 From: Luca Deri via Andrew Feren:
2676 > please find enclosed a patch to the CFlow dissector (packet-netflow.c) 
2677 > that enables it to decode IPFIX packet traces.
2678 ------------------------------------------------------------------------
2679 r19222 | guy | 2006-09-12 13:23:57 -0700 (Tue, 12 Sep 2006) | 5 lines
2680 Changed paths:
2681    M /trunk/gtk/main.c
2682    M /trunk/version_info.c
2683
2684 Move the PortAudio stuff to from version_info.c to gtk/main.c, so it can
2685 use Pa_GetVersionText().
2686
2687 (The word-wrapping stuff appears to work.)
2688
2689 ------------------------------------------------------------------------
2690 r19223 | guy | 2006-09-12 13:24:42 -0700 (Tue, 12 Sep 2006) | 3 lines
2691 Changed paths:
2692    M /trunk/acinclude.m4
2693
2694 AC_CHECK_TYPE already prints a "checking for" message; don't bother
2695 printing another one before calling it.
2696
2697 ------------------------------------------------------------------------
2698 r19224 | gerald | 2006-09-12 14:59:54 -0700 (Tue, 12 Sep 2006) | 2 lines
2699 Changed paths:
2700    M /trunk/wiretap/ber.c
2701
2702 Get rid of a compiler warning.
2703
2704 ------------------------------------------------------------------------
2705 r19225 | guy | 2006-09-12 18:28:07 -0700 (Tue, 12 Sep 2006) | 5 lines
2706 Changed paths:
2707    M /trunk/epan/dissectors/packet-netflow.c
2708
2709 Not all platforms define "u_short", and "tvb_length_remaining()+4" isn't
2710 guaranteed to fit into a "u_short" in any case.  Use "gint" instead.
2711
2712 Squelch some compiler warnings.
2713
2714 ------------------------------------------------------------------------
2715 r19226 | sahlberg | 2006-09-13 01:30:16 -0700 (Wed, 13 Sep 2006) | 16 lines
2716 Changed paths:
2717    M /trunk/epan/dissectors/packet-dcerpc-lsa.c
2718    M /trunk/epan/dissectors/packet-dcerpc.c
2719    M /trunk/epan/dissectors/packet-dcerpc.h
2720
2721 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.
2722
2723 the biggest problem in changing this is the dcv->private_data usage.
2724
2725
2726 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.
2727
2728 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)
2729
2730 this will eventually make the usage more clean and at the same time close down quite a few memory leaks.
2731
2732
2733 eventually this will make dissect_ndr_nt_SID return a pointer to ep allocated memory that need not be explicitely freed.
2734
2735
2736
2737 ------------------------------------------------------------------------
2738 r19227 | jmayer | 2006-09-13 03:51:40 -0700 (Wed, 13 Sep 2006) | 1 line
2739 Changed paths:
2740    M /trunk/CMakeLists.txt
2741
2742 Add a comment
2743 ------------------------------------------------------------------------
2744 r19228 | ulfl | 2006-09-13 04:28:36 -0700 (Wed, 13 Sep 2006) | 1 line
2745 Changed paths:
2746    M /trunk/config.nmake
2747
2748 so it's HAVE_LIBPORTAUDIO
2749 ------------------------------------------------------------------------
2750 r19229 | martinm | 2006-09-13 06:32:31 -0700 (Wed, 13 Sep 2006) | 3 lines
2751 Changed paths:
2752    M /trunk/epan/dissectors/packet-umts_fp.c
2753
2754 Add support for R6 HSDPA data 'new IEs' (the spec seems not be be very clear...).
2755 Try to cast away a warning seen on buildbot logs
2756
2757 ------------------------------------------------------------------------
2758 r19230 | ulfl | 2006-09-13 13:37:37 -0700 (Wed, 13 Sep 2006) | 1 line
2759 Changed paths:
2760    M /trunk/docbook/wsug_graphics/ws-display-filter-tcp.png
2761    M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
2762    M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
2763    M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
2764    M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
2765    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
2766
2767 fix various minor things noted by Brian Drab
2768 ------------------------------------------------------------------------
2769 r19231 | jmayer | 2006-09-14 03:51:44 -0700 (Thu, 14 Sep 2006) | 17 lines
2770 Changed paths:
2771    M /trunk/epan/dissectors/packet-mtp3.c
2772    M /trunk/epan/dissectors/packet-mtp3.h
2773    M /trunk/epan/dissectors/packet-mtp3mg.c
2774    M /trunk/epan/dissectors/packet-sccp.c
2775    M /trunk/epan/dissectors/packet-sccpmg.c
2776
2777 Jeff Morriss:
2778         Fix for bug 1036
2779
2780 I looked at this today and found that in fact the PC stuff is pretty
2781 hosed up in the SS7 dissectors.  For example, MTP3 *looks* OK here (DPC is
2782 4-5-6):
2783
2784     Routing label
2785         DPC (4-5-6) (394500)
2786
2787 but 394500 == 0x60504 == 6-5-4.  Something's not right.
2788
2789 I made a common PC dissector function for all the SS7 dissectors so as to
2790 concentrate all this code in one place (something I've been wanting to do for a
2791 while anyway) and fixed the reported problem as well as the above problem in
2792 the attached patch.
2793
2794 ------------------------------------------------------------------------
2795 r19232 | sahlberg | 2006-09-14 05:01:18 -0700 (Thu, 14 Sep 2006) | 7 lines
2796 Changed paths:
2797    M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
2798
2799 add OpenSCManagerW
2800
2801
2802 also make the dissector manage that dcv->private_data in the future will be of ep scope
2803
2804
2805
2806 ------------------------------------------------------------------------
2807 r19233 | martinm | 2006-09-14 08:43:43 -0700 (Thu, 14 Sep 2006) | 1 line
2808 Changed paths:
2809    M /trunk/epan/dissectors/packet-umts_fp.c
2810
2811 More fixes and prettifications
2812 ------------------------------------------------------------------------
2813 r19234 | etxrab | 2006-09-14 10:21:28 -0700 (Thu, 14 Sep 2006) | 1 line
2814 Changed paths:
2815    M /trunk/epan/dissectors/packet-umts_fp.c
2816    M /trunk/epan/dissectors/packet-umts_fp.h
2817
2818 svn propset.
2819 ------------------------------------------------------------------------
2820 r19235 | martinm | 2006-09-15 08:03:18 -0700 (Fri, 15 Sep 2006) | 1 line
2821 Changed paths:
2822    M /trunk/epan/dissectors/packet-umts_fp.c
2823
2824 More missing message types
2825 ------------------------------------------------------------------------
2826 r19236 | gerald | 2006-09-15 14:35:01 -0700 (Fri, 15 Sep 2006) | 6 lines
2827 Changed paths:
2828    M /trunk/doc/wireshark.pod
2829    M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
2830    M /trunk/util.c
2831
2832 Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions.
2833 Look for a string that starts with "rdp".  This should take care of
2834 cases where a default capture filter is set needlessly.
2835
2836 Update the docs accordingly.
2837
2838 ------------------------------------------------------------------------
2839 r19237 | ulfl | 2006-09-15 14:59:09 -0700 (Fri, 15 Sep 2006) | 1 line
2840 Changed paths:
2841    M /trunk/image/win32-file-dlg.rc
2842
2843 "Elapsed Time:" is truncated, use "Elapsed:" instead
2844 ------------------------------------------------------------------------
2845 r19238 | ulfl | 2006-09-15 15:03:20 -0700 (Fri, 15 Sep 2006) | 1 line
2846 Changed paths:
2847    M /trunk/gtk/win32-file-dlg.c
2848
2849 Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: Select a capture file" -> "Wireshark: Open Capture File"
2850 ------------------------------------------------------------------------
2851 r19239 | ulfl | 2006-09-15 15:56:15 -0700 (Fri, 15 Sep 2006) | 3 lines
2852 Changed paths:
2853    M /trunk/docbook/Makefile
2854    M /trunk/docbook/user-guide.xml
2855    A /trunk/docbook/wsug_graphics/ws-merge-gtk1.png
2856    A /trunk/docbook/wsug_graphics/ws-merge-gtk2.png (from /trunk/docbook/wsug_graphics/ws-merge.png:19229)
2857    A /trunk/docbook/wsug_graphics/ws-merge-win32.png
2858    D /trunk/docbook/wsug_graphics/ws-merge.png
2859    A /trunk/docbook/wsug_graphics/ws-open-gtk1.png
2860    A /trunk/docbook/wsug_graphics/ws-open-gtk2.png (from /trunk/docbook/wsug_graphics/ws-open.png:19229)
2861    A /trunk/docbook/wsug_graphics/ws-open-win32.png
2862    D /trunk/docbook/wsug_graphics/ws-open.png
2863    A /trunk/docbook/wsug_graphics/ws-save-as-gtk1.png
2864    A /trunk/docbook/wsug_graphics/ws-save-as-gtk2.png (from /trunk/docbook/wsug_graphics/ws-save-as.png:19229)
2865    A /trunk/docbook/wsug_graphics/ws-save-as-win32.png
2866    D /trunk/docbook/wsug_graphics/ws-save-as.png
2867    M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
2868
2869 first step to fix the file dialog "mess":
2870 - use different screenshots for: GTK1, GTK2 and Win32
2871 - rewrite the "File Open Dialog" section
2872 ------------------------------------------------------------------------
2873 r19240 | sahlberg | 2006-09-15 22:30:31 -0700 (Fri, 15 Sep 2006) | 7 lines
2874 Changed paths:
2875    M /trunk/epan/dissectors/packet-dcerpc-samr.c
2876
2877 make SAMR not rely on dcv->private_data being persistent any more and use dcv->se_data
2878
2879
2880 once the private_data -> se_data conversion is complete we can plug quite a large number of memory leaks related to dcerpc
2881
2882
2883
2884 ------------------------------------------------------------------------
2885 r19241 | sahlberg | 2006-09-16 01:51:03 -0700 (Sat, 16 Sep 2006) | 3 lines
2886 Changed paths:
2887    M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
2888
2889 remove any dependencies that dcv->private_data is persistent
2890
2891
2892 ------------------------------------------------------------------------
2893 r19242 | sahlberg | 2006-09-16 02:10:23 -0700 (Sat, 16 Sep 2006) | 6 lines
2894 Changed paths:
2895    M /trunk/epan/dissectors/packet-dcerpc-nt.c
2896
2897 strings we pass up to the caller through private_data are now of ep scope
2898
2899
2900 this closes a few memory leaks
2901
2902
2903 ------------------------------------------------------------------------
2904 r19243 | sahlberg | 2006-09-16 02:20:34 -0700 (Sat, 16 Sep 2006) | 4 lines
2905 Changed paths:
2906    M /trunk/asn1/ldap/packet-ldap-template.c
2907    M /trunk/epan/dissectors/packet-ldap.c
2908    M /trunk/epan/dissectors/packet-windows-common.c
2909
2910 make dissect_nt_sid return ep allocated memory and thus fix a few memory leaks
2911 (this function is often called from dcerpc dissectors)
2912
2913
2914 ------------------------------------------------------------------------
2915 r19244 | sahlberg | 2006-09-16 04:57:14 -0700 (Sat, 16 Sep 2006) | 6 lines
2916 Changed paths:
2917    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
2918    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
2919    A /trunk/epan/dissectors/pidl/srvsvc.cnf
2920    M /trunk/epan/dissectors/pidl/srvsvc.idl
2921
2922 generate SRVSVC by pidl
2923
2924 small prettification regression but that will be fixed in the next few days
2925
2926
2927
2928 ------------------------------------------------------------------------
2929 r19245 | ulfl | 2006-09-16 05:13:32 -0700 (Sat, 16 Sep 2006) | 7 lines
2930 Changed paths:
2931    M /trunk/docbook/Makefile
2932
2933 can we agree on using lynx?
2934
2935 Cygwin situation:
2936 - lynx works
2937 - elinks is not available (at least on the standard repositories)
2938 - links and true doesn't produce any output
2939
2940 ------------------------------------------------------------------------
2941 r19246 | ulfl | 2006-09-16 06:06:38 -0700 (Sat, 16 Sep 2006) | 3 lines
2942 Changed paths:
2943    M /trunk/docbook/wsug_graphics/ws-merge-gtk2.png
2944    M /trunk/docbook/wsug_graphics/ws-merge-win32.png
2945    M /trunk/docbook/wsug_graphics/ws-save-as-gtk2.png
2946    M /trunk/docbook/wsug_graphics/ws-save-as-win32.png
2947    M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
2948
2949 second step to fix the file dialog "mess":
2950 - rewrite the "File Save" and "File Merge" sections
2951
2952 ------------------------------------------------------------------------
2953 r19247 | etxrab | 2006-09-17 12:43:13 -0700 (Sun, 17 Sep 2006) | 6 lines
2954 Changed paths:
2955    M /trunk/epan/dissectors/packet-uma.c
2956
2957 Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107
2958
2959 "The decoder has some bugs:
2960  * RTP redundancy field is decoded incorrectly.
2961  * Timer TU3920 is displayed as being in seconds, but it is really in units of
2962 100 ms."
2963 ------------------------------------------------------------------------
2964 r19248 | etxrab | 2006-09-17 13:23:23 -0700 (Sun, 17 Sep 2006) | 2 lines
2965 Changed paths:
2966    M /trunk/epan/dissectors/packet-tipc.c
2967
2968 From Martin Peylo:
2969 Improve Infocolumn output.
2970 ------------------------------------------------------------------------
2971 r19249 | sahlberg | 2006-09-18 01:05:51 -0700 (Mon, 18 Sep 2006) | 4 lines
2972 Changed paths:
2973    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
2974    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
2975    M /trunk/epan/dissectors/pidl/srvsvc.idl
2976
2977 add decoding of the SessionInfo userflags
2978
2979
2980
2981 ------------------------------------------------------------------------
2982 r19250 | sahlberg | 2006-09-18 01:42:46 -0700 (Mon, 18 Sep 2006) | 3 lines
2983 Changed paths:
2984    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
2985    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
2986    M /trunk/epan/dissectors/pidl/srvsvc.idl
2987
2988 some more bitmaps for SRVSVC
2989
2990
2991 ------------------------------------------------------------------------
2992 r19251 | jake | 2006-09-18 02:27:47 -0700 (Mon, 18 Sep 2006) | 4 lines
2993 Changed paths:
2994    M /trunk/AUTHORS
2995    M /trunk/epan/dissectors/Makefile.common
2996    A /trunk/epan/dissectors/packet-pktgen.c
2997
2998 From Francesco Fondelli:
2999 You find attached a patch file (against svn 19058) to dissect packets
3000 produced by the Linux kernel packet generator.
3001
3002 ------------------------------------------------------------------------
3003 r19252 | jmayer | 2006-09-18 03:14:12 -0700 (Mon, 18 Sep 2006) | 4 lines
3004 Changed paths:
3005    M /trunk/epan/dissectors/packet-mtp3.c
3006
3007 jeff morriss:
3008         Patch for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1102
3009
3010
3011 ------------------------------------------------------------------------
3012 r19253 | martinm | 2006-09-18 06:39:23 -0700 (Mon, 18 Sep 2006) | 1 line
3013 Changed paths:
3014    M /trunk/epan/dissectors/packet-umts_fp.c
3015
3016 Add old release DSCH FDD fields.  Try to squash compiler warnings seen on MACOS buildbot
3017 ------------------------------------------------------------------------
3018 r19254 | jake | 2006-09-18 06:59:30 -0700 (Mon, 18 Sep 2006) | 2 lines
3019 Changed paths:
3020    M /trunk/epan/dissectors/packet-dcp.c
3021    M /trunk/epan/dissectors/packet-dcp.h
3022    M /trunk/epan/dissectors/packet-icep.c
3023
3024 Licepnse -> License
3025
3026 ------------------------------------------------------------------------
3027 r19255 | jake | 2006-09-18 07:29:58 -0700 (Mon, 18 Sep 2006) | 10 lines
3028 Changed paths:
3029    M /trunk/epan/dissectors/packet-ymsg.c
3030
3031 From G.F. aka Gena01
3032 I have put together a patch for YMSG packet dissector. This is based on my own code and service lists (this
3033 should match Gaim and Kopete service lists). This new code should bring the code up to par to most of the
3034 known services. Which should cover up to Yahoo 7.x or most of it.
3035
3036 I have also setup a new set of constants which are specific to YMSG packets. These are the types that I've
3037 seen in miranda network logs and they should reveal more information. The other constants are mostly for buddy
3038 statuses and need nor apply to the YMSG header.  I have left them in the code (for now). These constants are
3039 currently used in my own code.
3040
3041 ------------------------------------------------------------------------
3042 r19256 | gerald | 2006-09-18 15:22:44 -0700 (Mon, 18 Sep 2006) | 2 lines
3043 Changed paths:
3044    M /trunk/gtk/main.c
3045
3046 Fix protocol reference link URL.
3047
3048 ------------------------------------------------------------------------
3049 r19257 | sahlberg | 2006-09-19 01:02:19 -0700 (Tue, 19 Sep 2006) | 3 lines
3050 Changed paths:
3051    M /trunk/epan/dissectors/packet-dcerpc-dfs.c
3052    M /trunk/epan/dissectors/packet-dcerpc-dfs.h
3053    A /trunk/epan/dissectors/pidl/dfs.cnf
3054    A /trunk/epan/dissectors/pidl/dfs.idl
3055
3056 import DFS.idl from samba and use it to generate a much more complete DFS dissector
3057
3058
3059 ------------------------------------------------------------------------
3060 r19258 | jmayer | 2006-09-19 08:29:38 -0700 (Tue, 19 Sep 2006) | 6 lines
3061 Changed paths:
3062    M /trunk/tools/pidl/TODO
3063    M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
3064    D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Client.pm
3065    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
3066    D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Header.pm
3067    D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Parser.pm
3068    D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Server.pm
3069    A /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
3070    D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Template.pm
3071    D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Types.pm
3072    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
3073    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
3074    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
3075    M /trunk/tools/pidl/pidl
3076    M /trunk/tools/pidl/tests/ndr_string.pl
3077
3078 Update from samba tree revision 18221 to 18675
3079 ============================ Samba log start ============
3080 svn: When specifying working copy paths, only one target may be given
3081 ============================ Samba log end ==============
3082
3083
3084 ------------------------------------------------------------------------
3085 r19259 | martinm | 2006-09-19 10:40:24 -0700 (Tue, 19 Sep 2006) | 1 line
3086 Changed paths:
3087    M /trunk/epan/dissectors/packet-sip.c
3088
3089 Make Content-Length and Max-Forwards fields uints
3090 ------------------------------------------------------------------------
3091 r19260 | etxrab | 2006-09-19 13:25:57 -0700 (Tue, 19 Sep 2006) | 5 lines
3092 Changed paths:
3093    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
3094    M /trunk/epan/dissectors/packet-gsm_map.c
3095
3096 From Graham Addis:
3097  In dissect_geographical_description the longitude is multiplied by 260 
3098  and should be by 360(degrees).
3099
3100  Also it would be good to display to 5 decimal places.
3101 ------------------------------------------------------------------------
3102 r19261 | guy | 2006-09-19 19:52:26 -0700 (Tue, 19 Sep 2006) | 3 lines
3103 Changed paths:
3104    M /trunk/epan/libwireshark.def
3105
3106 Add some routines to the list of routines exported by libwireshark - at
3107 least one dissector writer needs them.
3108
3109 ------------------------------------------------------------------------
3110 r19262 | etxrab | 2006-09-19 23:13:02 -0700 (Tue, 19 Sep 2006) | 5 lines
3111 Changed paths:
3112    M /trunk/epan/dissectors/packet-llc.c
3113    M /trunk/epan/libwireshark.def
3114    M /trunk/epan/oui.h
3115
3116 From David Pelton:
3117 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).
3118
3119 From me:
3120 Resorted the oui  lists, some witespace changes and added Ericsson OUI:s.
3121 ------------------------------------------------------------------------
3122 r19263 | etxrab | 2006-09-19 23:14:45 -0700 (Tue, 19 Sep 2006) | 1 line
3123 Changed paths:
3124    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
3125
3126 Dont use itu_ssn
3127 ------------------------------------------------------------------------
3128 r19264 | martinm | 2006-09-20 05:12:18 -0700 (Wed, 20 Sep 2006) | 2 lines
3129 Changed paths:
3130    M /trunk/epan/dissectors/packet-multipart.c
3131
3132 Add Content-Id and Content-Transfer-Encoding headers, as described in RFC 2045/6
3133
3134 ------------------------------------------------------------------------
3135 r19265 | martinm | 2006-09-20 05:13:18 -0700 (Wed, 20 Sep 2006) | 2 lines
3136 Changed paths:
3137    M /trunk/epan/dissectors/packet-msrp.c
3138
3139 Make the data part of the message filterable
3140
3141 ------------------------------------------------------------------------
3142 r19266 | jmayer | 2006-09-20 07:22:15 -0700 (Wed, 20 Sep 2006) | 5 lines
3143 Changed paths:
3144    M /trunk/radius/dictionary
3145
3146 Alexander Schrab:
3147         Subject: [Wireshark-dev] New radius attributes (RFC 4590)
3148         Hi, i noticed you haven't updated the radius dictionary file. Here is a patch
3149
3150
3151 ------------------------------------------------------------------------
3152 r19267 | jake | 2006-09-20 07:59:37 -0700 (Wed, 20 Sep 2006) | 2 lines
3153 Changed paths:
3154    M /trunk/radius/dictionary
3155
3156 Repair patch to accurately follow RFC 4590
3157
3158 ------------------------------------------------------------------------
3159 r19268 | jake | 2006-09-20 22:29:41 -0700 (Wed, 20 Sep 2006) | 2 lines
3160 Changed paths:
3161    M /trunk/epan/libwireshark.def
3162
3163 Add http_dissector_add upon request
3164
3165 ------------------------------------------------------------------------
3166 r19269 | sahlberg | 2006-09-21 02:18:39 -0700 (Thu, 21 Sep 2006) | 3 lines
3167 Changed paths:
3168    M /trunk/epan/dissectors/packet-dcerpc-dfs.c
3169    M /trunk/epan/dissectors/packet-dcerpc-dfs.h
3170    M /trunk/epan/dissectors/pidl/dfs.idl
3171
3172 dfs updates
3173
3174
3175 ------------------------------------------------------------------------
3176 r19270 | martinm | 2006-09-21 03:21:12 -0700 (Thu, 21 Sep 2006) | 1 line
3177 Changed paths:
3178    M /trunk/epan/dissectors/packet-umts_fp.c
3179
3180 New fields in R6 RACH
3181 ------------------------------------------------------------------------
3182 r19271 | jake | 2006-09-21 06:08:50 -0700 (Thu, 21 Sep 2006) | 5 lines
3183 Changed paths:
3184    M /trunk/epan/dissectors/packet-smb.c
3185
3186 From: Marco Strack
3187 The smb dissector displays lock requests in the "Locking AndX Request" as a vector of locks. It opens a tree branch
3188 "Locks" and appends the locks to this branch. Instead of adding "Lock" objects to this branch it added "Unlock"
3189 objects. Everything else is fine.
3190
3191 ------------------------------------------------------------------------
3192 r19272 | guy | 2006-09-21 10:39:17 -0700 (Thu, 21 Sep 2006) | 7 lines
3193 Changed paths:
3194    M /trunk/gtk/rtp_player.c
3195    M /trunk/gtk/rtp_player.h
3196    M /trunk/gtk/voip_calls.c
3197
3198 Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTP
3199 player, so that we get declartions of rtp_player_init() and
3200 add_rtp_packet().
3201
3202 Constify the first argument to add_rtp_packet(), as it's passed a
3203 pointer to a const value.
3204
3205 ------------------------------------------------------------------------
3206 r19273 | guy | 2006-09-21 10:41:47 -0700 (Thu, 21 Sep 2006) | 3 lines
3207 Changed paths:
3208    M /trunk/epan/dissectors/packet-bootp.c
3209
3210 Fix the handling of IPv4-address and Boolean suboptions of the Novell
3211 options item.
3212
3213 ------------------------------------------------------------------------
3214 r19274 | guy | 2006-09-21 10:42:23 -0700 (Thu, 21 Sep 2006) | 2 lines
3215 Changed paths:
3216    M /trunk/epan/dissectors/packet-bootp.c
3217
3218 Add some space after commas.
3219
3220 ------------------------------------------------------------------------
3221 r19275 | etxrab | 2006-09-21 12:39:42 -0700 (Thu, 21 Sep 2006) | 4 lines
3222 Changed paths:
3223    M /trunk/epan/dissectors/packet-lapd.c
3224    M /trunk/epan/dissectors/packet-q931.c
3225
3226 Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106
3227
3228 packet-lapd.c change on 2006-03-02 (17452) by etxrab swaps SRC/DST for the default case
3229 And added a comment to Q.931
3230 ------------------------------------------------------------------------
3231 r19276 | sahlberg | 2006-09-21 14:14:33 -0700 (Thu, 21 Sep 2006) | 3 lines
3232 Changed paths:
3233    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
3234    M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
3235    M /trunk/epan/dissectors/pidl/winreg.idl
3236
3237 winreg updates    resync idl from s4
3238
3239
3240 ------------------------------------------------------------------------
3241 r19277 | sahlberg | 2006-09-21 15:01:32 -0700 (Thu, 21 Sep 2006) | 3 lines
3242 Changed paths:
3243    A /trunk/epan/dissectors/pidl/eventlog.cnf
3244    A /trunk/epan/dissectors/pidl/eventlog.idl
3245
3246 add idl file and conformance file for eventlog interface
3247
3248
3249 ------------------------------------------------------------------------
3250 r19278 | sahlberg | 2006-09-21 15:02:08 -0700 (Thu, 21 Sep 2006) | 3 lines
3251 Changed paths:
3252    M /trunk/epan/dissectors/pidl/eventlog.idl
3253
3254 merge JBMs changes from the handwritten dissector to the idl
3255
3256
3257 ------------------------------------------------------------------------
3258 r19279 | sahlberg | 2006-09-21 17:01:38 -0700 (Thu, 21 Sep 2006) | 5 lines
3259 Changed paths:
3260    M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
3261    M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
3262    M /trunk/epan/dissectors/pidl/eventlog.cnf
3263
3264 updates to eventlog to use the pidl generated dissector  and enhance the conformance file to dissect parts of the eventlog Records.
3265 (record dissection is incomplete since this is not really NDR encoded   but better than nothing)
3266
3267
3268
3269 ------------------------------------------------------------------------
3270 r19280 | sahlberg | 2006-09-21 18:40:23 -0700 (Thu, 21 Sep 2006) | 4 lines
3271 Changed paths:
3272    M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
3273    M /trunk/epan/dissectors/pidl/eventlog.cnf
3274
3275 add conformance file magic to decode the non-NDR  source/computer name strings of the eventlog_Record
3276
3277
3278
3279 ------------------------------------------------------------------------
3280 r19281 | ulfl | 2006-09-22 00:41:56 -0700 (Fri, 22 Sep 2006) | 1 line
3281 Changed paths:
3282    M /trunk/packaging/nsis/wireshark.nsi
3283    M /trunk/packaging/u3/win32/makefile.nmake
3284
3285 remove AUTHOS-SHORT-FORMAT from NSIS and U3 installation
3286 ------------------------------------------------------------------------
3287 r19282 | sahlberg | 2006-09-22 00:43:29 -0700 (Fri, 22 Sep 2006) | 6 lines
3288 Changed paths:
3289    M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
3290    M /trunk/epan/dissectors/pidl/eventlog.cnf
3291
3292 update to eventlog record
3293
3294 dissect the informational strings that may be present inside an event
3295
3296
3297
3298 ------------------------------------------------------------------------
3299 r19283 | sahlberg | 2006-09-22 00:56:18 -0700 (Fri, 22 Sep 2006) | 4 lines
3300 Changed paths:
3301    M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
3302    M /trunk/epan/dissectors/pidl/eventlog.cnf
3303
3304 update where the extra strings in the record are being dissected to that the decode follows the packet structure more closely
3305
3306
3307
3308 ------------------------------------------------------------------------
3309 r19284 | sahlberg | 2006-09-22 02:27:25 -0700 (Fri, 22 Sep 2006) | 3 lines
3310 Changed paths:
3311    M /trunk/epan/dissectors/packet-dcerpc-dfs.c
3312    M /trunk/epan/dissectors/packet-dcerpc-dfs.h
3313    M /trunk/epan/dissectors/pidl/dfs.idl
3314
3315 dfs updates from the s4 idl repository
3316
3317
3318 ------------------------------------------------------------------------
3319 r19285 | martinm | 2006-09-22 03:29:19 -0700 (Fri, 22 Sep 2006) | 1 line
3320 Changed paths:
3321    M /trunk/epan/dissectors/packet-umts_fp.c
3322
3323 EDCH new fields + another DCH control message type
3324 ------------------------------------------------------------------------
3325 r19286 | martinm | 2006-09-22 05:35:06 -0700 (Fri, 22 Sep 2006) | 1 line
3326 Changed paths:
3327    M /trunk/epan/dissectors/packet-umts_fp.c
3328
3329 Add remaining dedicated control message types.  This dissector is pretty complete now.
3330 ------------------------------------------------------------------------
3331 r19287 | martinm | 2006-09-22 05:41:30 -0700 (Fri, 22 Sep 2006) | 1 line
3332 Changed paths:
3333    M /trunk/epan/dissectors/packet-catapult-dct2000.c
3334    M /trunk/epan/dissectors/packet-umts_fp.h
3335
3336 Add missing updates to unbreak build...
3337 ------------------------------------------------------------------------
3338 r19288 | gal | 2006-09-22 08:19:32 -0700 (Fri, 22 Sep 2006) | 5 lines
3339 Changed paths:
3340    M /trunk/asn1/ldap/packet-ldap-template.c
3341    M /trunk/epan/dissectors/packet-ldap.c
3342
3343 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.
3344
3345 This patch makes the the maximum valid LDAP PDU size a preference. The default value for this new preference is 65535 for backwards compatibility.
3346
3347
3348 ------------------------------------------------------------------------
3349 r19289 | gal | 2006-09-22 10:39:02 -0700 (Fri, 22 Sep 2006) | 3 lines
3350 Changed paths:
3351    M /trunk/epan/dissectors/packet-ber.c
3352
3353 Fix to show all the internal tokens. when configured, when dissecting an unknown piece of BER.
3354
3355
3356 ------------------------------------------------------------------------
3357 r19290 | gram | 2006-09-22 11:51:25 -0700 (Fri, 22 Sep 2006) | 3 lines
3358 Changed paths:
3359    M /trunk/tools/netscreen2dump.py
3360
3361 Handle netscreen 5.3r4 snoop output, too.
3362 This format adds "len=\d+" before the ":"
3363
3364 ------------------------------------------------------------------------
3365 r19291 | gerald | 2006-09-22 14:14:54 -0700 (Fri, 22 Sep 2006) | 10 lines
3366 Changed paths:
3367    M /trunk/Makefile.common
3368    M /trunk/capture_loop.c
3369    M /trunk/capture_loop.h
3370    M /trunk/doc/tshark.pod
3371    M /trunk/dumpcap.c
3372    M /trunk/epan/Makefile.common
3373    M /trunk/epan/guid-utils.c
3374    M /trunk/epan/proto.c
3375    M /trunk/epan/proto.h
3376    M /trunk/epan/strutil.c
3377    M /trunk/epan/strutil.h
3378    M /trunk/gtk/font_utils.c
3379    M /trunk/gtk/help_dlg.c
3380    M /trunk/gtk/prefs_dlg.c
3381    M /trunk/gtk/webbrowser.c
3382    M /trunk/gtk/win32-file-dlg.c
3383    M /trunk/tshark.c
3384    M /trunk/version_info.c
3385
3386 Add support for reading from stdin under Windows.  Based on a patch sent
3387 in last year by Gianluca Varenni.
3388
3389 Add partial support for reading from named pipes (currently disabled).
3390
3391 Move utf_8to16() and utf_16to8() to a separate module (unicode-utils.[ch])
3392 so that we don't have to cut and paste code in dumpcap.c.
3393
3394 Fix up whitespace.
3395
3396 ------------------------------------------------------------------------
3397 r19292 | jake | 2006-09-22 14:18:51 -0700 (Fri, 22 Sep 2006) | 2 lines
3398 Changed paths:
3399    M /trunk/gtk/menu.c
3400
3401 Move Copy below the tree manipulation options.
3402
3403 ------------------------------------------------------------------------
3404 r19293 | gerald | 2006-09-22 15:34:54 -0700 (Fri, 22 Sep 2006) | 2 lines
3405 Changed paths:
3406    M /trunk/epan/filesystem.c
3407    A /trunk/epan/unicode-utils.c
3408    A /trunk/epan/unicode-utils.h
3409
3410 Add missing files from last commit.  Fix an #include.
3411
3412 ------------------------------------------------------------------------
3413 r19294 | ulfl | 2006-09-22 16:08:06 -0700 (Fri, 22 Sep 2006) | 1 line
3414 Changed paths:
3415    M /trunk/capture-wpcap.c
3416    M /trunk/version_info.c
3417
3418 Slightly reshape the version text: Bring the OS info above the WinPcap text - this just makes more sense IMHO
3419 ------------------------------------------------------------------------
3420 r19295 | ulfl | 2006-09-22 16:16:31 -0700 (Fri, 22 Sep 2006) | 2 lines
3421 Changed paths:
3422    M /trunk/Makefile.nmake
3423
3424 add a packaging_u3 target
3425 rename gtk2_distclean -> clean_gtk2.tmp (as that's what it's really doing)
3426 ------------------------------------------------------------------------
3427 r19296 | gerald | 2006-09-22 16:26:52 -0700 (Fri, 22 Sep 2006) | 2 lines
3428 Changed paths:
3429    M /trunk/gtk/main.c
3430
3431 Don't complain if we can't find airpcap.dll.
3432
3433 ------------------------------------------------------------------------
3434 r19297 | ulfl | 2006-09-22 16:49:08 -0700 (Fri, 22 Sep 2006) | 5 lines
3435 Changed paths:
3436    M /trunk/gtk/main.c
3437
3438 experimental: append the current maximum expert warning level to the "File" statusbar, e.g. "[Expert: Chat]".
3439
3440 I'm still looking for a good way to display the current expert level and this seems to be the best place.
3441
3442 However, ideas are still welcome ...
3443 ------------------------------------------------------------------------
3444 r19298 | ulfl | 2006-09-22 17:14:48 -0700 (Fri, 22 Sep 2006) | 9 lines
3445 Changed paths:
3446    M /trunk/gtk/Makefile.am
3447    M /trunk/gtk/Makefile.common
3448    M /trunk/gtk/capture_if_details_dlg.c
3449    A /trunk/gtk/gtkvumeter.c
3450    A /trunk/gtk/gtkvumeter.h
3451
3452 GTK2: add an analog VU meter like display widget 
3453
3454 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).
3455
3456 the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1 
3457
3458 ... and I've heavily changed and extended it to fit the problem here.
3459
3460 We might use the VU meter widget later at other places as well ...
3461 ------------------------------------------------------------------------
3462 r19299 | ulfl | 2006-09-22 17:28:04 -0700 (Fri, 22 Sep 2006) | 1 line
3463 Changed paths:
3464    M /trunk/gtk/Makefile.nmake
3465
3466 rtp_player.c is already included in WIRESHARK_GTK_SRC, no need to mention it twice
3467 ------------------------------------------------------------------------
3468 r19300 | ulfl | 2006-09-22 17:38:00 -0700 (Fri, 22 Sep 2006) | 1 line
3469 Changed paths:
3470    M /trunk/capture_loop.c
3471
3472 squelch some compiler warnings due to currently disabled code
3473 ------------------------------------------------------------------------
3474 r19301 | ulfl | 2006-09-22 17:38:56 -0700 (Fri, 22 Sep 2006) | 1 line
3475 Changed paths:
3476    M /trunk/capture_sync.c
3477
3478 use unicode-utils.h instead of strutil.h
3479 ------------------------------------------------------------------------
3480 r19302 | ulfl | 2006-09-22 18:39:07 -0700 (Fri, 22 Sep 2006) | 3 lines
3481 Changed paths:
3482    M /trunk/Makefile.nmake
3483    M /trunk/config.nmake
3484    M /trunk/doc/Makefile.nmake
3485
3486 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.
3487
3488 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...
3489 ------------------------------------------------------------------------
3490 r19303 | ulfl | 2006-09-23 01:39:54 -0700 (Sat, 23 Sep 2006) | 1 line
3491 Changed paths:
3492    M /trunk/Makefile.nmake
3493
3494 fix a typo
3495 ------------------------------------------------------------------------
3496 r19304 | sahlberg | 2006-09-23 06:21:54 -0700 (Sat, 23 Sep 2006) | 9 lines
3497 Changed paths:
3498    M /trunk/epan/dissectors/packet-dcerpc.c
3499    M /trunk/epan/dissectors/packet-smb-pipe.c
3500    M /trunk/epan/dissectors/packet-smb.c
3501
3502 replace a rotating buffer in smb with ep allocated memory
3503
3504 dont try dcerpc reassembly of fragments if we dont have the entire pdu
3505
3506 only call the heuristical dissectors once from smb/pipe as per guy(?)s comments about idempotence.
3507 when doing reassembly, the dcerpc dissector is indeed not idempotent any more.
3508
3509
3510
3511 ------------------------------------------------------------------------
3512 r19305 | lego | 2006-09-23 07:24:22 -0700 (Sat, 23 Sep 2006) | 3 lines
3513 Changed paths:
3514    M /trunk/gtk/Makefile.am
3515
3516 Get rid of a tab after a / that caused make on MacOS X to believe that \t was another target
3517
3518
3519 ------------------------------------------------------------------------
3520 r19306 | sahlberg | 2006-09-23 14:55:40 -0700 (Sat, 23 Sep 2006) | 13 lines
3521 Changed paths:
3522    M /trunk/epan/dissectors/packet-windows-common.c
3523    M /trunk/epan/dissectors/packet-windows-common.h
3524
3525 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)
3526
3527 Add a new WERR error table to packet-windows-common    so that PIDL generated dissectors can use this table instead of the DOS table.
3528
3529
3530 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.
3531 The commends in pakcet-windows-common.h explains how to regenerate the table from doserr.h
3532
3533
3534
3535
3536
3537
3538 ------------------------------------------------------------------------
3539 r19307 | ulfl | 2006-09-23 15:08:39 -0700 (Sat, 23 Sep 2006) | 1 line
3540 Changed paths:
3541    M /trunk/packaging/nsis/wireshark.nsi
3542
3543 fix a typo, the comment char is ; not !
3544 ------------------------------------------------------------------------
3545 r19308 | ulfl | 2006-09-23 17:45:31 -0700 (Sat, 23 Sep 2006) | 3 lines
3546 Changed paths:
3547    M /trunk/epan/dissectors/packet-image-png.c
3548
3549 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
3550
3551 this keeps valuable info in COL_INFO, e.g. the HTTP status code 
3552 ------------------------------------------------------------------------
3553 r19309 | ulfl | 2006-09-24 04:10:31 -0700 (Sun, 24 Sep 2006) | 1 line
3554 Changed paths:
3555    M /trunk/epan/dissectors/packet-dcerpc.c
3556
3557 print the connectionless interface name if such is known
3558 ------------------------------------------------------------------------
3559 r19310 | sahlberg | 2006-09-24 13:21:27 -0700 (Sun, 24 Sep 2006) | 6 lines
3560 Changed paths:
3561    M /trunk/gtk/gtkvumeter.h
3562
3563 we dont have G_BEGIN_DECLS on old gtk/glib versions
3564
3565 since we dont use c++ anyway we dont need these macros
3566
3567
3568
3569 ------------------------------------------------------------------------
3570 r19311 | sahlberg | 2006-09-24 13:23:17 -0700 (Sun, 24 Sep 2006) | 4 lines
3571 Changed paths:
3572    M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
3573    M /trunk/epan/dissectors/packet-dcerpc-dfs.c
3574    M /trunk/epan/dissectors/packet-dcerpc-dfs.h
3575    M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
3576    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
3577    M /trunk/epan/dissectors/pidl/atsvc.idl
3578    M /trunk/epan/dissectors/pidl/dfs.idl
3579    M /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
3580    M /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
3581    M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
3582
3583 pidl has been updated to use WERR instead of DOS error tables.
3584 regenerate some dissectors
3585
3586
3587 ------------------------------------------------------------------------
3588 r19312 | sahlberg | 2006-09-24 13:24:39 -0700 (Sun, 24 Sep 2006) | 3 lines
3589 Changed paths:
3590    D /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
3591    D /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h
3592    D /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
3593    D /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h
3594    D /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
3595    D /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h
3596
3597 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
3598
3599
3600 ------------------------------------------------------------------------
3601 r19313 | guy | 2006-09-24 13:27:25 -0700 (Sun, 24 Sep 2006) | 2 lines
3602 Changed paths:
3603    M /trunk/gtk/gtkvumeter.c
3604
3605 Squelch some compiler warnings.
3606
3607 ------------------------------------------------------------------------
3608 r19314 | guy | 2006-09-24 13:28:16 -0700 (Sun, 24 Sep 2006) | 2 lines
3609 Changed paths:
3610    M /trunk/image/toolbar/capture_airpcap_16.xpm
3611    M /trunk/image/toolbar/capture_ethernet_16.xpm
3612
3613 Squelch some compiler warnings.
3614
3615 ------------------------------------------------------------------------
3616 r19315 | guy | 2006-09-24 13:29:47 -0700 (Sun, 24 Sep 2006) | 4 lines
3617 Changed paths:
3618    M /trunk/epan/dissectors/packet-ssl.c
3619
3620 Squelch a compiler warning.
3621
3622 Clean up indentation.
3623
3624 ------------------------------------------------------------------------
3625 r19316 | guy | 2006-09-24 13:31:02 -0700 (Sun, 24 Sep 2006) | 2 lines
3626 Changed paths:
3627    M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
3628    M /trunk/epan/dissectors/pidl/eventlog.cnf
3629
3630 dissect_ndr_uint16()'s last argument points to a guint16, not a guint.
3631
3632 ------------------------------------------------------------------------
3633 r19317 | ulfl | 2006-09-24 13:37:30 -0700 (Sun, 24 Sep 2006) | 1 line
3634 Changed paths:
3635    M /trunk/gtk/gtkvumeter.h
3636
3637 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
3638 ------------------------------------------------------------------------
3639 r19318 | etxrab | 2006-09-24 14:04:53 -0700 (Sun, 24 Sep 2006) | 1 line
3640 Changed paths:
3641    M /trunk/epan/dissectors/packet-ber.c
3642
3643 Handle Zero length SEQUENCE and SEQUENCE OF.
3644 ------------------------------------------------------------------------
3645 r19319 | lego | 2006-09-24 18:09:00 -0700 (Sun, 24 Sep 2006) | 5 lines
3646 Changed paths:
3647    M /trunk/Makefile.am
3648    M /trunk/configure.in
3649    M /trunk/epan/Makefile.am
3650    M /trunk/epan/epan.c
3651    A /trunk/epan/wslua
3652    A /trunk/epan/wslua/Makefile.am
3653    A /trunk/epan/wslua/Makefile.nmake
3654    A /trunk/epan/wslua/init_wslua.c
3655    A /trunk/epan/wslua/make-doc.pl
3656    A /trunk/epan/wslua/make-init-lua.pl
3657    A /trunk/epan/wslua/make-reg.pl
3658    A /trunk/epan/wslua/make-taps.pl
3659    A /trunk/epan/wslua/taps
3660    A /trunk/epan/wslua/template-init.lua
3661    A /trunk/epan/wslua/wslua.h
3662    A /trunk/epan/wslua/wslua_dumper.c
3663    A /trunk/epan/wslua/wslua_field.c
3664    A /trunk/epan/wslua/wslua_gui.c
3665    A /trunk/epan/wslua/wslua_listener.c
3666    A /trunk/epan/wslua/wslua_pinfo.c
3667    A /trunk/epan/wslua/wslua_proto.c
3668    A /trunk/epan/wslua/wslua_tree.c
3669    A /trunk/epan/wslua/wslua_tvb.c
3670    A /trunk/epan/wslua/wslua_util.c
3671    M /trunk/plugins/Makefile.am
3672
3673 Move the Lua interface into epan... (not a plugin anymore).
3674 - Rename Tap into Listener
3675 - add a mechanism to pass protocols' tap data to the Listener
3676
3677
3678 ------------------------------------------------------------------------
3679 r19320 | sahlberg | 2006-09-25 01:10:10 -0700 (Mon, 25 Sep 2006) | 3 lines
3680 Changed paths:
3681    M /trunk/capture_loop.c
3682
3683 make sure we still compile for all out rh71 users
3684
3685
3686 ------------------------------------------------------------------------
3687 r19321 | sahlberg | 2006-09-25 01:50:21 -0700 (Mon, 25 Sep 2006) | 3 lines
3688 Changed paths:
3689    M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c
3690    M /trunk/epan/dissectors/packet-dcerpc-wkssvc.h
3691    M /trunk/epan/dissectors/pidl/wkssvc.cnf
3692    M /trunk/epan/dissectors/pidl/wkssvc.idl
3693
3694 update the idl for wkssvc and generate the dissector by pidl
3695
3696
3697 ------------------------------------------------------------------------
3698 r19322 | lego | 2006-09-25 18:12:14 -0700 (Mon, 25 Sep 2006) | 5 lines
3699 Changed paths:
3700    M /trunk/epan/epan.c
3701
3702 Since there's no Lua headers in windows yet, as a temporary workarround just declare wslua_init instead of including wslua.h.
3703
3704 Sorry!
3705
3706
3707 ------------------------------------------------------------------------
3708 r19323 | lego | 2006-09-25 18:19:29 -0700 (Mon, 25 Sep 2006) | 5 lines
3709 Changed paths:
3710    M /trunk/epan/epan.c
3711
3712 Complete the workarround of prev rev, temporarilly disabling lua from unix as well.
3713
3714 Luis.
3715
3716
3717 ------------------------------------------------------------------------
3718 r19324 | lego | 2006-09-25 20:31:00 -0700 (Mon, 25 Sep 2006) | 3 lines
3719 Changed paths:
3720    M /trunk/config.nmake
3721    M /trunk/epan/Makefile.nmake
3722    M /trunk/epan/wslua/Makefile.am
3723    M /trunk/epan/wslua/Makefile.nmake
3724    M /trunk/epan/wslua/wslua.h
3725    M /trunk/packaging/nsis/Makefile.nmake
3726    M /trunk/packaging/nsis/wireshark.nsi
3727    M /trunk/plugins/Makefile.nmake
3728
3729 Lua 5.1.1 for windows
3730
3731
3732 ------------------------------------------------------------------------
3733 r19325 | lego | 2006-09-25 20:36:31 -0700 (Mon, 25 Sep 2006) | 3 lines
3734 Changed paths:
3735    M /trunk/Makefile.nmake
3736    M /trunk/tools/win32-setup.sh
3737
3738 The forgotten files!
3739
3740
3741 ------------------------------------------------------------------------
3742 r19326 | lego | 2006-09-25 21:06:17 -0700 (Mon, 25 Sep 2006) | 3 lines
3743 Changed paths:
3744    M /trunk/epan/wslua/init_wslua.c
3745
3746 wslua_init() must return a value
3747
3748
3749 ------------------------------------------------------------------------
3750 r19327 | lego | 2006-09-26 03:22:20 -0700 (Tue, 26 Sep 2006) | 3 lines
3751 Changed paths:
3752    M /trunk/epan/epan.c
3753
3754 Re-enable lua as the windows version is already there.
3755
3756
3757 ------------------------------------------------------------------------
3758 r19328 | martinm | 2006-09-26 06:01:27 -0700 (Tue, 26 Sep 2006) | 3 lines
3759 Changed paths:
3760    M /trunk/epan/dissectors/packet-multipart.c
3761
3762 - Mark the multipart type as a generated field.
3763 - 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)
3764
3765 ------------------------------------------------------------------------
3766 r19329 | gerald | 2006-09-26 15:24:50 -0700 (Tue, 26 Sep 2006) | 4 lines
3767 Changed paths:
3768    M /trunk/epan/Makefile.am
3769    M /trunk/epan/wslua/Makefile.am
3770
3771 Fix distcheck errors.  Add epan/wslua to the list of distribution
3772 directories, make sure $(scrdir) is prepended to script paths, and 
3773 fixup the wslua distclean target.
3774
3775 ------------------------------------------------------------------------
3776 r19330 | gerald | 2006-09-26 15:51:04 -0700 (Tue, 26 Sep 2006) | 2 lines
3777 Changed paths:
3778    M /trunk/epan/Makefile.nmake
3779
3780 Don't try to build wslua if LUA_DIR isn't defined.
3781
3782 ------------------------------------------------------------------------
3783 r19331 | lego | 2006-09-26 17:45:55 -0700 (Tue, 26 Sep 2006) | 1 line
3784 Changed paths:
3785    M /trunk/Makefile.nmake
3786    M /trunk/config.nmake
3787
3788 use luaforge's 5.1 dll to be able to link on windows. fix some mistakes
3789 ------------------------------------------------------------------------
3790 r19332 | lego | 2006-09-26 19:51:08 -0700 (Tue, 26 Sep 2006) | 3 lines
3791 Changed paths:
3792    M /trunk/epan/wslua/template-init.lua
3793
3794 Add a simple lua console to allow evaluation of conde into init.lua
3795
3796
3797 ------------------------------------------------------------------------
3798 r19333 | sahlberg | 2006-09-27 01:59:20 -0700 (Wed, 27 Sep 2006) | 6 lines
3799 Changed paths:
3800    M /trunk/epan/dissectors/Makefile.common
3801    A /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
3802    A /trunk/epan/dissectors/packet-dcerpc-wzcsvc.h
3803    A /trunk/epan/dissectors/pidl/wzcsvc.cnf
3804    A /trunk/epan/dissectors/pidl/wzcsvc.idl
3805
3806 add new dcerpc protocol WZCSVC based on samba4 idl
3807
3808 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
3809
3810
3811
3812 ------------------------------------------------------------------------
3813 r19334 | martinm | 2006-09-27 02:48:42 -0700 (Wed, 27 Sep 2006) | 1 line
3814 Changed paths:
3815    M /trunk/print.c
3816
3817 Fix PDML export problem for FT_NONE fields (bug 1110)
3818 ------------------------------------------------------------------------
3819 r19335 | jmayer | 2006-09-27 04:03:22 -0700 (Wed, 27 Sep 2006) | 5 lines
3820 Changed paths:
3821    M /trunk/acinclude.m4
3822
3823 Change some messages when ucd snmp is found but --with-ssl
3824 is missing. Also I changed the behaviour to just disable
3825 ucd snmp in case it was requested but no --with-ssl was
3826 given instead of bailing out with an error.
3827
3828 ------------------------------------------------------------------------
3829 r19336 | martinm | 2006-09-27 05:49:00 -0700 (Wed, 27 Sep 2006) | 2 lines
3830 Changed paths:
3831    M /trunk/epan/dissectors/packet-sip.c
3832
3833 Dissect sequence number & method name of CSeq header.
3834
3835 ------------------------------------------------------------------------
3836 r19337 | gerald | 2006-09-27 09:49:53 -0700 (Wed, 27 Sep 2006) | 3 lines
3837 Changed paths:
3838    M /trunk/packaging/nsis/Makefile.nmake
3839
3840 Make the NSIS distclean target be a bit more thorough about cleaning up old
3841 installers.
3842
3843 ------------------------------------------------------------------------
3844 r19338 | lego | 2006-09-27 10:12:42 -0700 (Wed, 27 Sep 2006) | 6 lines
3845 Changed paths:
3846    M /trunk/epan/funnel.c
3847    M /trunk/epan/funnel.h
3848    M /trunk/epan/wslua/make-init-lua.pl
3849    M /trunk/epan/wslua/template-init.lua
3850    M /trunk/epan/wslua/wslua_gui.c
3851    M /trunk/gtk/funnel_stat.c
3852    M /trunk/gtk/gui_stat_menu.h
3853    M /trunk/gtk/menu.c
3854    M /trunk/gtk/tap_dfilter_dlg.c
3855    M /trunk/stat_menu.h
3856    M /trunk/tap-funnel.c
3857    M /trunk/tap_dfilter_dlg.h
3858
3859
3860 * rename REGISTER_STAT_GROUP_E -> register_stat_group_t
3861 * Add a "Tools" menu
3862 * allow wslua's register_menu to register menu items into more menus
3863
3864
3865 ------------------------------------------------------------------------
3866 r19339 | gerald | 2006-09-27 11:02:40 -0700 (Wed, 27 Sep 2006) | 7 lines
3867 Changed paths:
3868    M /trunk/Makefile.nmake
3869    M /trunk/config.nmake
3870    M /trunk/tools/win32-setup.sh
3871
3872 Update GNUTLS to 1.5.1.  This includes an updated libgcrypt, which should
3873 fix bug 1096.
3874
3875 Switch back to fetching a date-stamped URL in win32-setup.sh.  This
3876 ensures backward compatibility with previous releases and non-updated
3877 SVN trees.
3878
3879 ------------------------------------------------------------------------
3880 r19340 | etxrab | 2006-09-27 12:30:22 -0700 (Wed, 27 Sep 2006) | 1 line
3881 Changed paths:
3882    M /trunk/epan/dissectors/packet-per.c
3883
3884 Handle unaligned dissect_per_length_determinant and dissect_per_restricted_character_string_sorted.
3885 ------------------------------------------------------------------------
3886 r19341 | etxrab | 2006-09-27 13:06:06 -0700 (Wed, 27 Sep 2006) | 12 lines
3887 Changed paths:
3888    M /trunk/asn1/camel/packet-camel-template.c
3889    M /trunk/asn1/gsmmap/GSMMAP.asn
3890    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
3891    M /trunk/asn1/tcap/packet-tcap-template.c
3892    M /trunk/asn1/tcap/packet-tcap-template.h
3893    M /trunk/asn1/tcap/tcap.cnf
3894    M /trunk/epan/Makefile.common
3895    M /trunk/epan/dissectors/packet-camel.c
3896    M /trunk/epan/dissectors/packet-gsm_map.c
3897    M /trunk/epan/dissectors/packet-tcap.c
3898    M /trunk/epan/dissectors/packet-tcap.h
3899    A /trunk/epan/tcap-persistentdata.c
3900    A /trunk/epan/tcap-persistentdata.h
3901
3902 From Florent Drouin:
3903 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.
3904
3905 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".
3906
3907 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)
3908
3909 To enable the use of the Tcap context, you have 2 new parameters in the preferences,
3910 - SRT, enable search for a Tcap context for any TCAP messages
3911 - 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.
3912
3913 There is 2 new timers  in the preferences for the statistics, to tune the retransmission timeout, and messages lost timeout.
3914 ------------------------------------------------------------------------
3915 r19342 | sahlberg | 2006-09-27 13:55:13 -0700 (Wed, 27 Sep 2006) | 3 lines
3916 Changed paths:
3917    M /trunk/epan/dissectors/packet-dcerpc-efs.c
3918    M /trunk/epan/dissectors/packet-dcerpc-efs.h
3919    A /trunk/epan/dissectors/pidl/efs.cnf
3920    A /trunk/epan/dissectors/pidl/efs.idl
3921
3922 generate the EFS DCERPC interface dissector using PIDL
3923
3924
3925 ------------------------------------------------------------------------
3926 r19343 | sahlberg | 2006-09-27 13:56:15 -0700 (Wed, 27 Sep 2006) | 3 lines
3927 Changed paths:
3928    D /trunk/epan/dissectors/dcerpc/efs
3929
3930 EFS is generated by PIDL now so we dont need the old idl2wrs folder any more
3931
3932
3933 ------------------------------------------------------------------------
3934 r19344 | gerald | 2006-09-27 17:33:46 -0700 (Wed, 27 Sep 2006) | 2 lines
3935 Changed paths:
3936    M /trunk/packaging/nsis/wireshark.nsi
3937
3938 Add lua5.1.dll to the installer.
3939
3940 ------------------------------------------------------------------------
3941 r19345 | sahlberg | 2006-09-28 00:52:46 -0700 (Thu, 28 Sep 2006) | 12 lines
3942 Changed paths:
3943    M /trunk/AUTHORS
3944    M /trunk/epan/dissectors/packet-nfs.c
3945
3946 From Alex Burlyga
3947
3948 This patch adds support for dissecting ontap's nfsv4 filehandle,
3949 as well as some updates to nfsv3 filehandle as well in the nfs
3950 dissector.
3951
3952 Alex.
3953
3954
3955 checked in with minor changes
3956
3957
3958 ------------------------------------------------------------------------
3959 r19346 | lego | 2006-09-28 01:57:29 -0700 (Thu, 28 Sep 2006) | 3 lines
3960 Changed paths:
3961    M /trunk/gtk/menu.c
3962    M /trunk/stat_menu.h
3963
3964 Avoid to add an empty menu if there's no Lua.
3965
3966
3967 ------------------------------------------------------------------------
3968 r19347 | martinm | 2006-09-28 02:27:28 -0700 (Thu, 28 Sep 2006) | 1 line
3969 Changed paths:
3970    M /trunk/print.c
3971
3972 Remove extra double quote from fix to bug 1110
3973 ------------------------------------------------------------------------
3974 r19348 | sahlberg | 2006-09-28 08:55:13 -0700 (Thu, 28 Sep 2006) | 9 lines
3975 Changed paths:
3976    M /trunk/epan/dissectors/packet-scsi.c
3977
3978 Hi,
3979
3980 This patch fixes the page code selector for the scsi log sense command.
3981
3982 Patrick
3983
3984
3985
3986
3987 ------------------------------------------------------------------------
3988 r19349 | sahlberg | 2006-09-28 08:57:54 -0700 (Thu, 28 Sep 2006) | 3 lines
3989 Changed paths:
3990    M /trunk/epan/dissectors/packet-scsi.c
3991
3992 additional scsi sense codes from patrick@abra2.bitwizard.nl
3993
3994
3995 ------------------------------------------------------------------------
3996 r19350 | sahlberg | 2006-09-28 09:29:18 -0700 (Thu, 28 Sep 2006) | 34 lines
3997 Changed paths:
3998    M /trunk/AUTHORS
3999    M /trunk/epan/dissectors/Makefile.common
4000    M /trunk/epan/dissectors/packet-dcerpc-mapi.c
4001    M /trunk/epan/dissectors/packet-dcerpc.c
4002    A /trunk/epan/dissectors/packet-newmail.c
4003
4004 From stephen fisher:
4005
4006
4007 I have figured out one of the fields in the MAPI
4008 EcRRegisterPushNotification packet.  The field is a UDP port number that
4009 the client wants the Exchange server to send new mail notifications on.
4010 These notifications are on a port > 1023 and are always 8 bytes long.
4011
4012 It looks like I would add the function name to the
4013 dcerpc_mapi_dissectors[] for the register push notification.  What would
4014 my new function need to do besides display the field?
4015
4016
4017 Thanks,
4018
4019 Steve
4020
4021 Here is a patch to add this functionality.  It displays the notification
4022 port and the notification payload (not sure what the payload itself
4023 means yet).  It also dynamically registers each notification port found
4024 with a new dissector (that I called newmail for lack of a better name -
4025 I'm open to suggestions) that displays the notification payload.  This
4026 is all undocumented by Microsoft in their usual fashion.
4027
4028 I also changed the code to always display the mapi.opnum field;
4029 currently, the mapi.opnum is only displayed when the
4030 dcerpc_mapi_dissector is null.
4031
4032
4033 Steve
4034
4035
4036
4037
4038 ------------------------------------------------------------------------
4039 r19351 | jake | 2006-09-28 09:30:20 -0700 (Thu, 28 Sep 2006) | 5 lines
4040 Changed paths:
4041    M /trunk/epan/dissectors/packet-mip6.c
4042    M /trunk/epan/dissectors/packet-mip6.h
4043
4044 From Nicolas DICHTEL:
4045 I've two patchs for FMIPv6:
4046 - FBU encapsulated in FNA are not correctly parsed;
4047 - there is an error when parsing LLA Option.
4048
4049 ------------------------------------------------------------------------
4050 r19352 | ulfl | 2006-09-28 12:53:11 -0700 (Thu, 28 Sep 2006) | 5 lines
4051 Changed paths:
4052    M /trunk/docbook/wsug_src/WSUG_app_files.xml
4053    M /trunk/docbook/wsug_src/WSUG_app_messages.xml
4054    M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
4055    M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
4056    M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
4057    M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
4058    M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
4059    M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
4060    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
4061    M /trunk/docbook/wsug_src/WSUG_preface.xml
4062
4063 from Stephen Fisher:
4064
4065 Attached is a patch to fix some spelling mistakes in the Wireshark 
4066 User's Guide.  I also fixed the author's email addresses as the 
4067 addresses did not match the right names.
4068 ------------------------------------------------------------------------
4069 r19353 | jake | 2006-09-28 13:28:26 -0700 (Thu, 28 Sep 2006) | 5 lines
4070 Changed paths:
4071    M /trunk/wiretap/eyesdn.c
4072
4073 From Rolf Fiedler:
4074 I am the author of the eyesdn wiretap module. Recently we added ATM
4075 support to our trace format. We used channel id 129 for that, so far
4076 only 0 for D channel and 1-30 for bearer channels had been in use.
4077
4078 ------------------------------------------------------------------------
4079 r19354 | etxrab | 2006-09-28 22:50:41 -0700 (Thu, 28 Sep 2006) | 9 lines
4080 Changed paths:
4081    M /trunk/epan/dissectors/packet-tipc.c
4082
4083 From Martin Peylo:
4084
4085 - dissection of TIPCv2 internal messages now shows
4086   all fields used according to the protocol spec
4087 - there should be no issues with the current protocol
4088   spec anymore
4089 - the info column is more concise and gives more
4090   details
4091 - some code beautifications
4092 ------------------------------------------------------------------------
4093 r19355 | etxrab | 2006-09-28 22:51:44 -0700 (Thu, 28 Sep 2006) | 1 line
4094 Changed paths:
4095    M /trunk/epan/dissectors/packet-isakmp.c
4096
4097 Update some value_strings
4098 ------------------------------------------------------------------------
4099 r19356 | etxrab | 2006-09-28 22:52:41 -0700 (Thu, 28 Sep 2006) | 1 line
4100 Changed paths:
4101    M /trunk/asn1/h248/packet-h248-template.c
4102
4103 Add some more package names.
4104 ------------------------------------------------------------------------
4105 r19357 | etxrab | 2006-09-28 22:53:47 -0700 (Thu, 28 Sep 2006) | 1 line
4106 Changed paths:
4107    M /trunk/Makefile.nmake
4108
4109 Fixa a typo copy -> xcopy
4110 ------------------------------------------------------------------------
4111 r19358 | jake | 2006-09-29 01:47:51 -0700 (Fri, 29 Sep 2006) | 6 lines
4112 Changed paths:
4113    M /trunk/wiretap/eyesdn.c
4114
4115 From: Rolf Fiedler 
4116 So far Wireshark complained about channel 129, now it gets a little further 
4117 and then complains about channel 128. 
4118
4119 Solution: Open up all channel from 128 up. 
4120
4121 ------------------------------------------------------------------------
4122 r19359 | sahlberg | 2006-09-29 02:24:51 -0700 (Fri, 29 Sep 2006) | 3 lines
4123 Changed paths:
4124    M /trunk/epan/dissectors/packet-scsi.c
4125    M /trunk/epan/dissectors/packet-scsi.h
4126
4127 move the defines for SPC command opcode values to the headerfile
4128
4129
4130 ------------------------------------------------------------------------
4131 r19360 | sahlberg | 2006-09-29 03:40:51 -0700 (Fri, 29 Sep 2006) | 7 lines
4132 Changed paths:
4133    M /trunk/epan/dissectors/Makefile.common
4134    A /trunk/epan/dissectors/packet-scsi-osd.c
4135    A /trunk/epan/dissectors/packet-scsi-osd.h
4136    M /trunk/epan/dissectors/packet-scsi.c
4137    M /trunk/epan/dissectors/packet-scsi.h
4138
4139 add initial scsi osd dissector  but only dissect sdbs that are impoerted from SPC
4140
4141 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
4142
4143
4144
4145
4146 ------------------------------------------------------------------------
4147 r19361 | kukosa | 2006-09-29 04:09:17 -0700 (Fri, 29 Sep 2006) | 2 lines
4148 Changed paths:
4149    M /trunk/epan/dissectors/packet-per.c
4150
4151 From Reinhard Speyerer:
4152 patch fixes a small typo in epan/dissectors/packet-per.c
4153 ------------------------------------------------------------------------
4154 r19362 | sahlberg | 2006-09-29 04:12:18 -0700 (Fri, 29 Sep 2006) | 7 lines
4155 Changed paths:
4156    M /trunk/epan/dissectors/packet-iscsi.c
4157
4158 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
4159
4160
4161
4162 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.
4163
4164
4165 ------------------------------------------------------------------------
4166 r19363 | jake | 2006-09-29 09:31:52 -0700 (Fri, 29 Sep 2006) | 4 lines
4167 Changed paths:
4168    M /trunk/epan/dissectors/packet-mip6.h
4169
4170 From Nicolas DICHTEL:
4171 Please find enclosed a patch about Mobile Network Prefix option in NEMO.
4172 Following RFC3963 Section 4.3, lenght of this option is 18, not 16.
4173
4174 ------------------------------------------------------------------------
4175 r19364 | martinm | 2006-09-29 10:35:23 -0700 (Fri, 29 Sep 2006) | 1 line
4176 Changed paths:
4177    M /trunk/epan/dissectors/packet-sip.c
4178
4179 Dissect Via header
4180 ------------------------------------------------------------------------
4181 r19365 | jake | 2006-09-29 12:39:40 -0700 (Fri, 29 Sep 2006) | 3 lines
4182 Changed paths:
4183    M /trunk/epan/dissectors/packet-xot.c
4184
4185 Fix for bug 1133:
4186 add a test for (length > 0) in the dissector (dissect_xot_pdu), to avoid to
4187 allocate a new tvb when the XOT decoded length is null. 
4188 ------------------------------------------------------------------------
4189 r19366 | etxrab | 2006-09-29 14:26:27 -0700 (Fri, 29 Sep 2006) | 1 line
4190 Changed paths:
4191    M /trunk/diameter/dictionary.xml
4192    M /trunk/epan/dissectors/packet-diameter-defs.h
4193    M /trunk/radius/dictionary.3gpp
4194
4195 Update Diamater and Radius AVP:s
4196 ------------------------------------------------------------------------
4197 r19367 | etxrab | 2006-09-29 14:27:58 -0700 (Fri, 29 Sep 2006) | 1 line
4198 Changed paths:
4199    M /trunk/plugins/asn1/packet-asn1.c
4200
4201 Use #defines from packet-ber.h rather than asn1.h change default ports to Zero.
4202 ------------------------------------------------------------------------
4203 r19368 | ulfl | 2006-09-29 14:53:54 -0700 (Fri, 29 Sep 2006) | 1 line
4204 Changed paths:
4205    M /trunk/epan/dissectors/packet-scsi-osd.c
4206
4207 MSVC doesn't like empty array inits
4208 ------------------------------------------------------------------------
4209 r19369 | ulfl | 2006-09-29 15:40:55 -0700 (Fri, 29 Sep 2006) | 1 line
4210 Changed paths:
4211    M /trunk/gtk/prefs_dlg.c
4212
4213 fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again in 19291)
4214 ------------------------------------------------------------------------
4215 r19370 | ulfl | 2006-09-29 15:48:38 -0700 (Fri, 29 Sep 2006) | 5 lines
4216 Changed paths:
4217    M /trunk/epan/prefs-int.h
4218    M /trunk/epan/prefs.c
4219    M /trunk/epan/prefs.h
4220    M /trunk/gtk/prefs_dlg.c
4221
4222 from Stephen Fisher:
4223
4224 Attached is a patch for consideration that changes the title in the 
4225 preferences notebook to be the full description of the preference (but 
4226 leaves the short name in the preferences list on the left).
4227 ------------------------------------------------------------------------
4228 r19371 | sahlberg | 2006-09-29 17:31:36 -0700 (Fri, 29 Sep 2006) | 5 lines
4229 Changed paths:
4230    M /trunk/epan/dissectors/packet-fc.h
4231    M /trunk/epan/dissectors/packet-scsi-osd.c
4232
4233 scsi osd additions
4234
4235 we also need to track the serviceaction in the itlq structure so we can decode the data in/out properly
4236
4237
4238 ------------------------------------------------------------------------
4239 r19372 | ulfl | 2006-09-29 17:45:03 -0700 (Fri, 29 Sep 2006) | 1 line
4240 Changed paths:
4241    M /trunk/Makefile.nmake
4242
4243 that wasn't a typo, xcopy can't rename files that way
4244 ------------------------------------------------------------------------
4245 r19373 | sahlberg | 2006-09-29 18:01:57 -0700 (Fri, 29 Sep 2006) | 3 lines
4246 Changed paths:
4247    M /trunk/epan/dissectors/packet-iscsi.c
4248
4249 scsi opcode 0x7f is variable length   so dont clamp the cdb length to 16 bytes
4250
4251
4252 ------------------------------------------------------------------------
4253 r19374 | sahlberg | 2006-09-29 21:10:28 -0700 (Fri, 29 Sep 2006) | 8 lines
4254 Changed paths:
4255    M /trunk/epan/dissectors/packet-fc.c
4256    M /trunk/epan/dissectors/packet-fc.h
4257    M /trunk/epan/dissectors/packet-iscsi.c
4258    M /trunk/epan/dissectors/packet-ndmp.c
4259    M /trunk/epan/dissectors/packet-scsi-osd.c
4260
4261 add an extra_data pointer to the itlq structure where specific commandsets/cdbs can hang additional data that are unique to that commandset/cdb
4262
4263
4264 make the scsi osd service action and getsetattributetype use this facility
4265
4266 furhter enhancements to scsi osd
4267
4268
4269 ------------------------------------------------------------------------
4270 r19375 | ulfl | 2006-09-30 02:15:15 -0700 (Sat, 30 Sep 2006) | 1 line
4271 Changed paths:
4272    M /trunk/epan/dissectors/packet-scsi-osd.c
4273
4274 remove a warning
4275 ------------------------------------------------------------------------
4276 r19376 | sahlberg | 2006-09-30 02:34:58 -0700 (Sat, 30 Sep 2006) | 9 lines
4277 Changed paths:
4278    M /trunk/epan/dissectors/packet-iscsi.c
4279    M /trunk/epan/dissectors/packet-scsi-osd.c
4280
4281 scsi osd updates
4282
4283
4284 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.
4285
4286 reassemble these cdb into a proper tvb before passing it to the scsi dissector
4287
4288
4289
4290 ------------------------------------------------------------------------
4291 r19377 | ulfl | 2006-09-30 02:45:51 -0700 (Sat, 30 Sep 2006) | 7 lines
4292 Changed paths:
4293    A /trunk/plugins/Custom.nmake.example
4294    M /trunk/plugins/Makefile.nmake
4295
4296 "Pluggable custom makefile"
4297 A custom plugin (not yet to be released to the public) can be added to Makefile.nmake easily. But this has a drawback:
4298 The modified Makefile.nmake appears as a modified file in the commit list and in generated patches (this annoyed me for years).
4299
4300 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.
4301
4302 I don't know how to do this for the Makefile.am, so I leave this as an exercise for the interested reader ;-)
4303 ------------------------------------------------------------------------
4304 r19378 | sahlberg | 2006-09-30 03:08:43 -0700 (Sat, 30 Sep 2006) | 3 lines
4305 Changed paths:
4306    M /trunk/epan/dissectors/packet-scsi-osd.c
4307
4308 finish off the remainder of FORMAT OSD   for scsi osd dissector
4309
4310
4311 ------------------------------------------------------------------------
4312 r19379 | sahlberg | 2006-09-30 03:24:23 -0700 (Sat, 30 Sep 2006) | 3 lines
4313 Changed paths:
4314    M /trunk/epan/dissectors/packet-scsi-osd.c
4315
4316  add dissection of SCSI OSD CREATE PARTITION
4317
4318
4319 ------------------------------------------------------------------------
4320 r19380 | gal | 2006-09-30 05:58:52 -0700 (Sat, 30 Sep 2006) | 3 lines
4321 Changed paths:
4322    M /trunk/packaging/u3/win32/makefile.nmake
4323
4324 Update for latest lua changes.
4325
4326
4327 ------------------------------------------------------------------------
4328 r19381 | ulfl | 2006-09-30 06:25:05 -0700 (Sat, 30 Sep 2006) | 1 line
4329 Changed paths:
4330    M /trunk/plugins/Custom.nmake.example
4331
4332 we don't need to .. the dirs for the clean targets here
4333 ------------------------------------------------------------------------
4334 r19382 | ulfl | 2006-09-30 06:40:36 -0700 (Sat, 30 Sep 2006) | 1 line
4335 Changed paths:
4336    M /trunk/epan/dissectors/packet-gtp.c
4337
4338 remove compiler warnings
4339 ------------------------------------------------------------------------
4340 r19383 | gal | 2006-09-30 07:37:09 -0700 (Sat, 30 Sep 2006) | 5 lines
4341 Changed paths:
4342    M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
4343    M /trunk/asn1/x509ce/x509ce-exp.cnf
4344    M /trunk/asn1/x509ce/x509ce.cnf
4345    M /trunk/epan/dissectors/packet-logotypecertextn.c
4346    M /trunk/epan/dissectors/packet-x509ce.c
4347    M /trunk/epan/proto.h
4348    M /trunk/gtk/proto_draw.c
4349
4350 A new field information flag, FI_URL, to indicate a field contains a URL.
4351 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. 
4352 Example usage in the x509ce and logotype certificate extensions. 
4353
4354
4355 ------------------------------------------------------------------------
4356 r19384 | ulfl | 2006-09-30 07:57:50 -0700 (Sat, 30 Sep 2006) | 1 line
4357 Changed paths:
4358    M /trunk/gtk/proto_draw.c
4359
4360 add a missing #include
4361 ------------------------------------------------------------------------
4362 r19385 | etxrab | 2006-09-30 08:50:38 -0700 (Sat, 30 Sep 2006) | 3 lines
4363 Changed paths:
4364    M /trunk/asn1/umts_rrc/Makefile
4365    M /trunk/asn1/umts_rrc_Internode-defs/Makefile
4366    M /trunk/asn1/umts_rrc_ies/Makefile
4367    M /trunk/asn1/umts_rrc_pdu_def/Makefile
4368
4369 From Reinhard Speyerer:
4370 Update asn1/umts_rrc*/Makefile
4371 for the renamed asn2eth.py -> asn2wrs.py.
4372 ------------------------------------------------------------------------
4373 r19386 | ulfl | 2006-09-30 11:30:43 -0700 (Sat, 30 Sep 2006) | 1 line
4374 Changed paths:
4375    M /trunk/epan/dissectors/packet-http.c
4376
4377 fix a typo
4378 ------------------------------------------------------------------------
4379 r19387 | sahlberg | 2006-09-30 13:40:04 -0700 (Sat, 30 Sep 2006) | 6 lines
4380 Changed paths:
4381    M /trunk/epan/dissectors/packet-iscsi.c
4382
4383 the ahs length inside the AHS for an extended cdb includes the reserved byte before the start of cdb data
4384
4385 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
4386
4387
4388
4389 ------------------------------------------------------------------------
4390 r19388 | sahlberg | 2006-09-30 14:08:27 -0700 (Sat, 30 Sep 2006) | 5 lines
4391 Changed paths:
4392    M /trunk/epan/dissectors/packet-scsi-osd.c
4393
4394 add dissection of the cdb for service action LIST
4395 (but no decoding of the data in yet)
4396
4397
4398
4399 ------------------------------------------------------------------------
4400 r19389 | sahlberg | 2006-09-30 14:49:11 -0700 (Sat, 30 Sep 2006) | 6 lines
4401 Changed paths:
4402    M /trunk/epan/dissectors/packet-iscsi.c
4403
4404 fix for header digest detection being broken when AHS is used.
4405
4406
4407 we simply forgot to account for the AHS when testing to calculate the crc
4408
4409
4410 ------------------------------------------------------------------------
4411 r19390 | ulfl | 2006-10-01 10:59:30 -0700 (Sun, 01 Oct 2006) | 1 line
4412 Changed paths:
4413    M /trunk/filters.c
4414    M /trunk/filters.h
4415    M /trunk/gtk/filter_dlg.c
4416
4417 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.
4418 ------------------------------------------------------------------------
4419 r19391 | ulfl | 2006-10-01 12:34:03 -0700 (Sun, 01 Oct 2006) | 1 line
4420 Changed paths:
4421    M /trunk/gtk/filter_dlg.c
4422
4423 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.
4424 ------------------------------------------------------------------------
4425 r19392 | ulfl | 2006-10-01 17:13:14 -0700 (Sun, 01 Oct 2006) | 1 line
4426 Changed paths:
4427    M /trunk/color_filters.h
4428    M /trunk/gtk/Makefile.am
4429    M /trunk/gtk/Makefile.common
4430    M /trunk/gtk/color_dlg.c
4431    A /trunk/gtk/color_edit_dlg.c
4432    A /trunk/gtk/color_edit_dlg.h
4433
4434 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)
4435 ------------------------------------------------------------------------
4436 r19393 | martinm | 2006-10-02 03:49:57 -0700 (Mon, 02 Oct 2006) | 1 line
4437 Changed paths:
4438    M /trunk/epan/dissectors/packet-rtp.c
4439
4440 Set correct length for extensions root
4441 ------------------------------------------------------------------------
4442 r19394 | martinm | 2006-10-02 06:38:13 -0700 (Mon, 02 Oct 2006) | 1 line
4443 Changed paths:
4444    M /trunk/gtk/menu.c
4445
4446 Don't show Tools menu at all if Lua not present
4447 ------------------------------------------------------------------------
4448 r19395 | ulfl | 2006-10-02 12:07:01 -0700 (Mon, 02 Oct 2006) | 1 line
4449 Changed paths:
4450    M /trunk/Makefile.nmake
4451
4452 as noted by Anders Broman: the Win2000 version of copy don't like the /d switch
4453 ------------------------------------------------------------------------
4454 r19396 | tuexen | 2006-10-02 12:26:53 -0700 (Mon, 02 Oct 2006) | 2 lines
4455 Changed paths:
4456    M /trunk/capture_loop.c
4457
4458 Do not show the Windows specific message on non-Windows systems.
4459
4460 ------------------------------------------------------------------------
4461 r19397 | ulfl | 2006-10-02 13:59:38 -0700 (Mon, 02 Oct 2006) | 1 line
4462 Changed paths:
4463    M /trunk/gtk/filter_dlg.c
4464
4465 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.
4466 ------------------------------------------------------------------------
4467 r19398 | ulfl | 2006-10-02 14:55:26 -0700 (Mon, 02 Oct 2006) | 2 lines
4468 Changed paths:
4469    M /trunk/color_filters.c
4470
4471 refactor apply_color_filter() as it was a bit confusing - it will also be a bit faster now -
4472 and some other minor code cleanup
4473 ------------------------------------------------------------------------
4474 r19399 | ulfl | 2006-10-02 16:01:33 -0700 (Mon, 02 Oct 2006) | 1 line
4475 Changed paths:
4476    M /trunk/color_filters.c
4477    M /trunk/color_filters.h
4478    M /trunk/gtk/color_dlg.c
4479
4480 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
4481 ------------------------------------------------------------------------
4482 r19400 | ulfl | 2006-10-02 16:11:55 -0700 (Mon, 02 Oct 2006) | 1 line
4483 Changed paths:
4484    M /trunk/gtk/capture_file_dlg.c
4485    M /trunk/gtk/color_dlg.h
4486
4487 missing mark -> select changes
4488 ------------------------------------------------------------------------
4489 r19401 | gerald | 2006-10-02 16:44:10 -0700 (Mon, 02 Oct 2006) | 4 lines
4490 Changed paths:
4491    M /trunk/airpcap.h
4492    M /trunk/airpcap_loader.c
4493    M /trunk/airpcap_loader.h
4494    M /trunk/config.nmake
4495    M /trunk/configure.in
4496    M /trunk/gtk/airpcap_dlg.c
4497    M /trunk/gtk/airpcap_gui_utils.c
4498    M /trunk/gtk/airpcap_gui_utils.h
4499    M /trunk/gtk/capture_dlg.c
4500    M /trunk/gtk/keys.h
4501
4502 Fix WEP key bug in the AirPcap code that could cause a crash.  Enable
4503 AirPcap by default. Add initial support for the "Any" device in AirPcap
4504 (more to come).
4505
4506 ------------------------------------------------------------------------
4507 r19402 | etxrab | 2006-10-02 22:48:47 -0700 (Mon, 02 Oct 2006) | 4 lines
4508 Changed paths:
4509    M /trunk/epan/dissectors/packet-vnc.c
4510
4511 From Stephen Fisher:
4512 Modifie the VNC dissector to desegment 
4513 the "server cut text" message type for cases where the cut text is in 
4514 the next tcp segment from the first part of the message.
4515 ------------------------------------------------------------------------
4516 r19403 | etxrab | 2006-10-02 22:50:28 -0700 (Mon, 02 Oct 2006) | 4 lines
4517 Changed paths:
4518    M /trunk/epan/dissectors/packet-newmail.c
4519
4520 From Stephen Fisher:
4521 always register 
4522 itself on the port from the preferences (defaults to 0) upon launch.  
4523 This allows the user to right-click and use decode as.
4524 ------------------------------------------------------------------------
4525 r19404 | lego | 2006-10-03 05:07:10 -0700 (Tue, 03 Oct 2006) | 7 lines
4526 Changed paths:
4527    M /trunk/epan/funnel.h
4528    M /trunk/epan/wslua/wslua_gui.c
4529    M /trunk/gtk/funnel_stat.c
4530    M /trunk/tap-funnel.c
4531
4532 more Lua APIs:
4533 - set_filter() : sets the main window filter
4534 - reload() : reloads the current capture file
4535 - copy_to_clipboard() : copies its first arfg to the clipboard
4536 - open_capture_file() : opens a capture file for viewing (still broken)
4537
4538
4539 ------------------------------------------------------------------------
4540 r19405 | martinm | 2006-10-03 07:21:07 -0700 (Tue, 03 Oct 2006) | 4 lines
4541 Changed paths:
4542    M /trunk/epan/dissectors/packet-umts_fp.c
4543    M /trunk/wiretap/catapult_dct2000.c
4544
4545 - Add special case for reading strange encoding of ATM CID field
4546 - Indicate direction of DCH Data in info column
4547 - Assume EDCH payload CRC if 2 bytes are left over (previous test was broken)
4548
4549 ------------------------------------------------------------------------
4550 r19406 | lego | 2006-10-03 07:27:45 -0700 (Tue, 03 Oct 2006) | 5 lines
4551 Changed paths:
4552    M /trunk/epan/funnel.h
4553    M /trunk/epan/wslua/Makefile.am
4554    M /trunk/epan/wslua/make-reg.pl
4555    M /trunk/epan/wslua/wslua.h
4556    M /trunk/epan/wslua/wslua_gui.c
4557    M /trunk/gtk/funnel_stat.c
4558    M /trunk/tap-funnel.c
4559
4560 - Make sure that the registration files are created whenever there's a change
4561 - get rid of 5.0.2 stuff
4562 - add the apply_filter() API
4563
4564
4565 ------------------------------------------------------------------------
4566 r19407 | lego | 2006-10-03 10:24:28 -0700 (Tue, 03 Oct 2006) | 10 lines
4567 Changed paths:
4568    M /trunk/asn1/h248/MEGACO.asn
4569    M /trunk/asn1/h248/h248.cnf
4570    M /trunk/asn1/h248/packet-h248-template.c
4571    M /trunk/asn1/h248/packet-h248-template.h
4572    M /trunk/epan/dissectors/Makefile.common
4573    M /trunk/epan/dissectors/packet-h248.c
4574    M /trunk/epan/dissectors/packet-h248.h
4575    A /trunk/epan/dissectors/packet-h248_3gpp.c
4576    A /trunk/epan/dissectors/packet-h248_annex_c.c
4577    A /trunk/epan/dissectors/packet-h248_annex_e.c
4578
4579 H.248 packages...
4580
4581 few things to be fixed:
4582 - // comments,
4583 - not every hf_xxx used might be registered
4584
4585 some packages from the current h248 dissector are still missing.
4586
4587
4588
4589 ------------------------------------------------------------------------
4590 r19408 | etxrab | 2006-10-03 11:04:15 -0700 (Tue, 03 Oct 2006) | 1 line
4591 Changed paths:
4592    M /trunk/epan/dissectors/packet-xml.c
4593
4594 Add application/media_control+xml
4595 ------------------------------------------------------------------------
4596 r19409 | lego | 2006-10-03 11:07:31 -0700 (Tue, 03 Oct 2006) | 3 lines
4597 Changed paths:
4598    M /trunk/asn1/h248/packet-h248-template.c
4599    M /trunk/epan/dissectors/packet-h248.c
4600
4601 MSVCC does not like mixing code and variable declarations
4602
4603
4604 ------------------------------------------------------------------------
4605 r19410 | etxrab | 2006-10-03 11:11:55 -0700 (Tue, 03 Oct 2006) | 9 lines
4606 Changed paths:
4607    M /trunk/epan/dissectors/packet-bacapp.c
4608    M /trunk/epan/dissectors/packet-bacapp.h
4609
4610 From  David Richards:
4611 numerous changes, most notably:
4612
4613 1) BACnetStatusFlags is bit string, not enum, in NotificationParameters
4614 2) Fixes many places where enclosing context tags were not handled properly.
4615 3) Simplify tag decoding logic.  Change to explicit decoding in many 
4616 instances rather
4617     than read tags in a loop and do a switch based on tag number.  Looping
4618     ignores out-of-order and other types of tagging errors.
4619 ------------------------------------------------------------------------
4620 r19411 | lego | 2006-10-03 11:24:08 -0700 (Tue, 03 Oct 2006) | 3 lines
4621 Changed paths:
4622    M /trunk/epan/wslua/Makefile.nmake
4623
4624 Update nmakefile to latest changes.
4625
4626
4627 ------------------------------------------------------------------------
4628 r19412 | lego | 2006-10-03 11:38:04 -0700 (Tue, 03 Oct 2006) | 4 lines
4629 Changed paths:
4630    M /trunk/asn1/h248/h248.cnf
4631    M /trunk/epan/dissectors/packet-h248.c
4632
4633 Get it to compile...
4634
4635
4636
4637 ------------------------------------------------------------------------
4638 r19413 | ulfl | 2006-10-03 11:39:36 -0700 (Tue, 03 Oct 2006) | 8 lines
4639 Changed paths:
4640    M /trunk/color_filters.c
4641    M /trunk/color_filters.h
4642    M /trunk/file.c
4643    M /trunk/gtk/capture_file_dlg.c
4644    M /trunk/gtk/color_dlg.c
4645    M /trunk/gtk/win32-file-dlg.c
4646    M /trunk/gtk/win32-file-dlg.h
4647
4648 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.
4649
4650 As this was a huge internal change, new bugs are very probable - please report.
4651
4652 The implementation isn't still perfect, a new dialog internal list could possibly be removed again. 
4653
4654 However, I want to check in at this condition, just in case I make things worse - again.
4655
4656 ------------------------------------------------------------------------
4657 r19414 | etxrab | 2006-10-03 12:24:22 -0700 (Tue, 03 Oct 2006) | 3 lines
4658 Changed paths:
4659    M /trunk/asn1/tcap/packet-tcap-template.c
4660    M /trunk/epan/dissectors/packet-tcap.c
4661
4662 From Florent.Drouin@alcatel.fr:
4663 I did improve the OID management in the tcap dissector.
4664 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.
4665 ------------------------------------------------------------------------
4666 r19415 | ulfl | 2006-10-03 12:53:10 -0700 (Tue, 03 Oct 2006) | 11 lines
4667 Changed paths:
4668    M /trunk/epan/prefs.c
4669    M /trunk/epan/prefs.h
4670    M /trunk/gtk/color_dlg.c
4671    M /trunk/gtk/filter_dlg.c
4672    M /trunk/gtk/gui_prefs.c
4673    M /trunk/gtk/prefs_dlg.c
4674    M /trunk/gtk/proto_dlg.c
4675
4676 now: Don't have a Save button in the following settings dialogs:
4677
4678 - Edit/Preferences
4679 - View/Coloring Rules
4680 - Capture/Capture Filters
4681 - Analyze/Display Filters
4682 - Analyze/Enabled Protocols
4683
4684 The settings will be automatically saved when pressing the Ok button.
4685
4686 If someone really wants the explicit Save buttons as before - you can get them back at the Edit/Preferences/User Interface page.
4687 ------------------------------------------------------------------------
4688 r19416 | ulfl | 2006-10-03 13:01:39 -0700 (Tue, 03 Oct 2006) | 1 line
4689 Changed paths:
4690    M /trunk/gtk/capture_file_dlg.c
4691
4692 the whole ARGUMENT_CL mimic isn't required any longer - remove it. This should fix compile problems under Unix.
4693 ------------------------------------------------------------------------
4694 r19417 | ulfl | 2006-10-03 13:11:08 -0700 (Tue, 03 Oct 2006) | 1 line
4695 Changed paths:
4696    M /trunk/gtk/color_dlg.c
4697
4698 fix a bug in the export function
4699 ------------------------------------------------------------------------
4700 r19418 | ulfl | 2006-10-03 14:03:08 -0700 (Tue, 03 Oct 2006) | 1 line
4701 Changed paths:
4702    M /trunk/gtk/color_dlg.c
4703    M /trunk/gtk/filter_dlg.c
4704    M /trunk/gtk/prefs_dlg.c
4705    M /trunk/gtk/proto_dlg.c
4706
4707 As Stephen Fisher noted, the Apply button should also save the changed settings (if the Save button is disabled)
4708 ------------------------------------------------------------------------
4709 r19419 | ulfl | 2006-10-03 14:25:16 -0700 (Tue, 03 Oct 2006) | 1 line
4710 Changed paths:
4711    M /trunk/epan/prefs.c
4712
4713 "saying your preferences once ..." -> "applying your preferences once ..."
4714 ------------------------------------------------------------------------
4715 r19420 | etxrab | 2006-10-03 15:12:47 -0700 (Tue, 03 Oct 2006) | 9 lines
4716 Changed paths:
4717    A /trunk/epan/camel-persistentdata.c
4718    A /trunk/epan/camel-persistentdata.h
4719    A /trunk/gtk/camel_counter.c
4720    A /trunk/gtk/camel_srt.c
4721    A /trunk/tap-camelcounter.c
4722    A /trunk/tap-camelsrt.c
4723
4724 From Florent.Drouin@alcatel.fr:
4725 Please find two new TAP for Camel Statistics.
4726 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 )
4727
4728 To enable the use of the Camel statistics, you have 2 new parameters in the preferences,
4729 - SRT, enable the service Response Time calculation.
4730 - 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.
4731
4732 Only the new files checked in for now because of include problems.
4733 ------------------------------------------------------------------------
4734 r19421 | ulfl | 2006-10-03 15:32:03 -0700 (Tue, 03 Oct 2006) | 3 lines
4735 Changed paths:
4736    M /trunk/color_filters.c
4737    M /trunk/file.c
4738
4739 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.
4740
4741 for now, don't delete the filters but keep them floating around in memory (leaking) -> at least better than crashing
4742 ------------------------------------------------------------------------
4743 r19422 | ulfl | 2006-10-03 16:24:48 -0700 (Tue, 03 Oct 2006) | 1 line
4744 Changed paths:
4745    M /trunk/color_filters.c
4746    M /trunk/color_filters.h
4747    M /trunk/file.c
4748
4749 fix the memory leak problem mentioned lately by adding and using color_filters_cleanup()
4750 ------------------------------------------------------------------------
4751 r19423 | ulfl | 2006-10-03 16:32:51 -0700 (Tue, 03 Oct 2006) | 7 lines
4752 Changed paths:
4753    M /trunk/epan/wslua/Makefile.am
4754
4755 an attempt to fix the Ubuntu buildbot:
4756
4757 ERROR: files left in build directory after distclean:
4758 ./epan/wslua/declare_wslua.h
4759 ./epan/wslua/register_wslua.c
4760
4761 Louis, could you have a look - I might have produced a mess :-)
4762 ------------------------------------------------------------------------
4763 r19424 | etxrab | 2006-10-04 00:18:58 -0700 (Wed, 04 Oct 2006) | 6 lines
4764 Changed paths:
4765    M /trunk/epan/camel-persistentdata.c
4766    M /trunk/epan/camel-persistentdata.h
4767    M /trunk/tap-camelsrt.c
4768
4769 Got rid of some errors but 1 remains:
4770 libui.lib(camel_srt.obj) : error LNK2001: unresolved external symbol _camelSRTt
4771 pe_naming
4772 wireshark.exe : fatal error LNK1120: 1 unresolved externals
4773 NMAKE : fatal error U1077: 'link' : return code '0x460'
4774 Stop.
4775 ------------------------------------------------------------------------
4776 r19425 | lego | 2006-10-04 07:37:46 -0700 (Wed, 04 Oct 2006) | 7 lines
4777 Changed paths:
4778    M /trunk/epan/wslua/Makefile.am
4779    M /trunk/epan/wslua/template-init.lua
4780    M /trunk/epan/wslua/wslua_field.c
4781    M /trunk/epan/wslua/wslua_gui.c
4782    M /trunk/epan/wslua/wslua_util.c
4783
4784 - 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
4785 - wslua_field.c: avoid FieldInfo:__tostring() crashing when the ftype has no val_to_string_repr
4786 - init.lua: inform the user that a packet has been disabled, intead of a cryptic "attemt to call nil"
4787 - Makefile.am: add register_wslua.c and declare_wslua.h to MAINTAINERCLEANFILES
4788 - wslua_gui.c: fix a typo
4789
4790
4791 ------------------------------------------------------------------------
4792 r19426 | lego | 2006-10-04 08:31:31 -0700 (Wed, 04 Oct 2006) | 3 lines
4793 Changed paths:
4794    M /trunk/asn1/h248/h248.cnf
4795    M /trunk/asn1/h248/packet-h248-template.c
4796    M /trunk/epan/dissectors/packet-h248.c
4797    M /trunk/epan/dissectors/packet-h248_annex_c.c
4798    M /trunk/epan/dissectors/packet-h248_annex_e.c
4799
4800 more cleanup... almost there...
4801
4802
4803 ------------------------------------------------------------------------
4804 r19427 | etxrab | 2006-10-04 09:02:59 -0700 (Wed, 04 Oct 2006) | 1 line
4805 Changed paths:
4806    M /trunk/Makefile.common
4807    M /trunk/asn1/camel/packet-camel-template.c
4808    M /trunk/epan/Makefile.common
4809    M /trunk/epan/camel-persistentdata.h
4810    M /trunk/epan/dissectors/packet-camel.c
4811    M /trunk/epan/libwireshark.def
4812    M /trunk/gtk/Makefile.common
4813
4814 Finally got it to complie.
4815 ------------------------------------------------------------------------
4816 r19428 | etxrab | 2006-10-04 10:36:40 -0700 (Wed, 04 Oct 2006) | 3 lines
4817 Changed paths:
4818    M /trunk/wiretap/iseries.c
4819
4820 From Martin Warnes:
4821 The patch addresses issues with higher precision packet
4822 timings on top end iSeries hardware and should enable the iseries wiretap to handle timings in both micro and nano seconds.
4823 ------------------------------------------------------------------------
4824 r19429 | etxrab | 2006-10-04 10:43:52 -0700 (Wed, 04 Oct 2006) | 2 lines
4825 Changed paths:
4826    M /trunk/epan/dissectors/packet-mip6.c
4827    M /trunk/epan/dissectors/packet-mip6.h
4828
4829 From Nicolas DICHTEL:
4830 M flag isn't for MCOA, but for HMIP (RFC4140 Section 4.1).
4831 ------------------------------------------------------------------------
4832 r19430 | etxrab | 2006-10-04 11:00:32 -0700 (Wed, 04 Oct 2006) | 7 lines
4833 Changed paths:
4834    M /trunk/epan/dissectors/Makefile.common
4835    A /trunk/epan/dissectors/packet-linx.c
4836
4837 From Martin Peylo:
4838
4839 dissector for Enea's LINX protocol?
4840
4841 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".
4842
4843 Currently they use ethertype 0x9999 which is not registered at IEEE.
4844 ------------------------------------------------------------------------
4845 r19431 | gal | 2006-10-04 11:08:51 -0700 (Wed, 04 Oct 2006) | 3 lines
4846 Changed paths:
4847    M /trunk/Makefile.nmake
4848
4849 Patch for clean, distclean and maintainer-clean targets for U3 packaging.
4850
4851
4852 ------------------------------------------------------------------------
4853 r19432 | lego | 2006-10-04 11:45:26 -0700 (Wed, 04 Oct 2006) | 8 lines
4854 Changed paths:
4855    M /trunk/epan/wslua/wslua_gui.c
4856    M /trunk/gtk/funnel_stat.c
4857
4858 Misterious bug with cf_read() solved... had nothing to do with cf_read :)
4859
4860 the callback data for TextWindow buttons was ep_allocated!
4861 after cf_read() it was reused and so it was rewritten...
4862
4863 fix that making it g_malloced instead.
4864
4865
4866 ------------------------------------------------------------------------
4867 r19433 | gerald | 2006-10-04 13:53:18 -0700 (Wed, 04 Oct 2006) | 2 lines
4868 Changed paths:
4869    M /trunk/configure.in
4870
4871 Fix the version.
4872
4873 ------------------------------------------------------------------------
4874 r19434 | etxrab | 2006-10-04 14:52:35 -0700 (Wed, 04 Oct 2006) | 6 lines
4875 Changed paths:
4876    M /trunk/asn1/h248/packet-h248-template.c
4877    M /trunk/epan/dissectors/packet-h248.c
4878    M /trunk/epan/dissectors/packet-h248.h
4879
4880 Put back the bugfixes froim Revision 19190/19356
4881 Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
4882
4883 "h248_handle was declared localy, udp port was not added at register.
4884
4885 Added a few more packagenames."
4886 ------------------------------------------------------------------------
4887 r19435 | jake | 2006-10-04 15:01:58 -0700 (Wed, 04 Oct 2006) | 7 lines
4888 Changed paths:
4889    M /trunk/epan/dissectors/packet-linx.c
4890
4891 Make provisional ETHERTYPE dependant on registered ETHERTYPE
4892 Remove preferences stuff
4893 Use stringz for variable length names
4894 Media address size independant
4895 Removed generated item
4896 Set actual length of packet
4897 Make info column work without coloring rules or filters
4898 ------------------------------------------------------------------------
4899 r19436 | etxrab | 2006-10-04 15:43:38 -0700 (Wed, 04 Oct 2006) | 1 line
4900 Changed paths:
4901    M /trunk/asn1/h248/packet-h248-template.c
4902    M /trunk/asn1/h248/packet-h248-template.h
4903    M /trunk/epan/dissectors/packet-h248.c
4904    M /trunk/epan/dissectors/packet-h248.h
4905    M /trunk/epan/dissectors/packet-h248_3gpp.c
4906    M /trunk/epan/dissectors/packet-h248_annex_c.c
4907    M /trunk/epan/dissectors/packet-h248_annex_e.c
4908
4909 Added the possibillity of Statistic pkg as well.
4910 ------------------------------------------------------------------------
4911 r19437 | etxrab | 2006-10-04 15:49:40 -0700 (Wed, 04 Oct 2006) | 2 lines
4912 Changed paths:
4913    M /trunk/plugins/megaco/packet-megaco.c
4914
4915 Start to make the output from the dissector more like the actual
4916 data.
4917 ------------------------------------------------------------------------
4918 r19438 | jake | 2006-10-05 04:35:41 -0700 (Thu, 05 Oct 2006) | 2 lines
4919 Changed paths:
4920    M /trunk/epan/dissectors/packet-kerberos.c
4921
4922 Patch in bug 1149, adds DCE-style flag for gss-api
4923
4924 ------------------------------------------------------------------------
4925 r19439 | martinm | 2006-10-05 07:10:10 -0700 (Thu, 05 Oct 2006) | 3 lines
4926 Changed paths:
4927    M /trunk/epan/dissectors/packet-catapult-dct2000.c
4928    M /trunk/epan/dissectors/packet-umts_fp.c
4929
4930 Make IPPrim based addresses filterable (mirroring ip/udp/tcp filter names).
4931 Add some if (tree) tests to try to avoid doing extra work (large FP captures can be very slow to load).
4932
4933 ------------------------------------------------------------------------
4934 r19440 | lego | 2006-10-05 09:25:13 -0700 (Thu, 05 Oct 2006) | 4 lines
4935 Changed paths:
4936    M /trunk/epan/funnel.h
4937    M /trunk/epan/wslua/wslua_gui.c
4938    M /trunk/gtk/funnel_stat.c
4939
4940 have the funnel client passing the destructors for btn data structures to the funnel.
4941 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.
4942
4943
4944 ------------------------------------------------------------------------
4945 r19441 | etxrab | 2006-10-05 14:37:45 -0700 (Thu, 05 Oct 2006) | 1 line
4946 Changed paths:
4947    M /trunk/plugins/Makefile.nmake
4948
4949 Remove entries for the lua plugin as it's not used any more.
4950 ------------------------------------------------------------------------
4951 r19442 | gerald | 2006-10-06 10:39:39 -0700 (Fri, 06 Oct 2006) | 2 lines
4952 Changed paths:
4953    M /trunk/Makefile.common
4954
4955 Add airpcap.h to the distribution.
4956
4957 ------------------------------------------------------------------------
4958 r19443 | gerald | 2006-10-06 10:50:51 -0700 (Fri, 06 Oct 2006) | 2 lines
4959 Changed paths:
4960    M /trunk/Makefile.am
4961
4962 Add the u3 packaging directory to the distribution.
4963
4964 ------------------------------------------------------------------------
4965 r19444 | jake | 2006-10-06 12:18:55 -0700 (Fri, 06 Oct 2006) | 4 lines
4966 Changed paths:
4967    M /trunk/epan/dissectors/packet-bgp.c
4968
4969 From Aaron Campbell:
4970 The expression (BGP_OSPF_RTYPE_EXT ||BGP_OSPF_RTYPE_NSSA) will always
4971 evaluate to 1.  As well, neither of these constants are defined as flag
4972 values, so a bitwise op was probably not intended either.
4973 ------------------------------------------------------------------------
4974 r19445 | etxrab | 2006-10-06 12:48:00 -0700 (Fri, 06 Oct 2006) | 2 lines
4975 Changed paths:
4976    M /trunk/asn1/h248/packet-h248-template.c
4977    M /trunk/epan/dissectors/packet-h248.c
4978    M /trunk/epan/dissectors/packet-h248_annex_c.c
4979    M /trunk/epan/dissectors/packet-h248_annex_e.c
4980    M /trunk/epan/dissectors/packet-isup.c
4981
4982 Add a few packages and fix dissecton of a_codecs and handle the case when
4983 hf_param = -1.
4984 ------------------------------------------------------------------------
4985 r19446 | jmayer | 2006-10-07 07:24:32 -0700 (Sat, 07 Oct 2006) | 9 lines
4986 Changed paths:
4987    M /trunk/config.nmake
4988    M /trunk/gtk/Makefile.nmake
4989    M /trunk/gtk/rtp_player.c
4990
4991 Alejandro Vaquero:
4992         Add portaudio v19 support in addition to v18:
4993
4994    Here is a patch using the API 2 (v19). I tested it only in Windows.
4995 Attached also the Windows v19 zip file used. I did not modify the
4996 Makefile.nmake to download this new version (when running the "setup"),
4997 because Windows v18 it is still good.
4998
4999
5000 ------------------------------------------------------------------------
5001 r19447 | jmayer | 2006-10-07 07:48:04 -0700 (Sat, 07 Oct 2006) | 14 lines
5002 Changed paths:
5003    M /trunk/epan/dissectors/Makefile.common
5004    M /trunk/epan/dissectors/packet-ethertype.c
5005    A /trunk/epan/dissectors/packet-wlccp.c
5006    M /trunk/epan/etypes.h
5007
5008 Stephen Fisher:
5009         packet-cisco-wireless.c is actually trying to dissect WLCCP:
5010
5011 I have attached a dissector I wrote from scratch for the
5012 frames that I'm seeing.  It has #defines for the field offsets and
5013 lengths so it should be easier to merge.  I also attached a sample
5014 capture with one of the frames that I'm seeing.  There are more fields
5015 in the frame I haven't yet figured out, hopefully your dissector has
5016 those that I'm missing.
5017
5018 Me: - Commented in wlccp over udp as well, it works most of the time.
5019     - Leave the file packet-cisco-wireless.c in for the time being to
5020       copy over knowledge until no usable info is left in the file.
5021
5022 ------------------------------------------------------------------------
5023 r19448 | ulfl | 2006-10-07 15:41:17 -0700 (Sat, 07 Oct 2006) | 1 line
5024 Changed paths:
5025    M /trunk/airpcap_loader.c
5026
5027 don't crash, if airpcap.dll isn't available
5028 ------------------------------------------------------------------------
5029 r19449 | sahlberg | 2006-10-07 21:13:18 -0700 (Sat, 07 Oct 2006) | 5 lines
5030 Changed paths:
5031    M /trunk/epan/dissectors/packet-iscsi.c
5032    M /trunk/epan/dissectors/packet-scsi-osd.c
5033
5034 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
5035
5036 scsi-osd   add dissection of  LIST data pdus  and  CREATE cdb
5037
5038
5039 ------------------------------------------------------------------------
5040 r19450 | sahlberg | 2006-10-07 21:48:24 -0700 (Sat, 07 Oct 2006) | 4 lines
5041 Changed paths:
5042    M /trunk/epan/dissectors/packet-scsi-osd.c
5043
5044 scsi osd
5045 collapse attripute parameters, capability and security parameters into subtrees to make the display easier to read
5046
5047
5048 ------------------------------------------------------------------------
5049 r19451 | jake | 2006-10-08 00:54:06 -0700 (Sun, 08 Oct 2006) | 1 line
5050 Changed paths:
5051    M /trunk/epan/dissectors/packet-ssl.c
5052
5053 Fix for bug 1153, typos in debug output
5054 ------------------------------------------------------------------------
5055 r19452 | sahlberg | 2006-10-08 12:11:39 -0700 (Sun, 08 Oct 2006) | 4 lines
5056 Changed paths:
5057    M /trunk/epan/dissectors/packet-scsi-osd.c
5058
5059 dissect attribute get/set data in data in/out blobs and display them for now as a blob.
5060
5061
5062
5063 ------------------------------------------------------------------------
5064 r19453 | sahlberg | 2006-10-08 12:54:01 -0700 (Sun, 08 Oct 2006) | 8 lines
5065 Changed paths:
5066    M /trunk/epan/dissectors/packet-scsi-osd.c
5067
5068 add some more SCSI OSD command dissectors
5069
5070 REMOVE
5071 REMOVE PARTITION
5072 REMOVE COLELCTION
5073 SET KEY
5074
5075
5076 ------------------------------------------------------------------------
5077 r19454 | etxrab | 2006-10-08 13:57:20 -0700 (Sun, 08 Oct 2006) | 4 lines
5078 Changed paths:
5079    M /trunk/asn1/h248/packet-h248-template.c
5080    M /trunk/epan/dissectors/packet-h248.c
5081    M /trunk/epan/dissectors/packet-isup.c
5082    M /trunk/epan/dissectors/packet-isup.h
5083
5084 H248:
5085 Lost a line in last commit.
5086
5087 ISUP Export a value string.
5088 ------------------------------------------------------------------------
5089 r19455 | ulfl | 2006-10-08 15:24:46 -0700 (Sun, 08 Oct 2006) | 3 lines
5090 Changed paths:
5091    M /trunk/test/config.sh
5092    M /trunk/test/suite-capture.sh
5093
5094 change the binary path to current windows debug dir: wireshark-gtk2
5095
5096 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)
5097 ------------------------------------------------------------------------
5098 r19456 | ulfl | 2006-10-08 15:39:23 -0700 (Sun, 08 Oct 2006) | 6 lines
5099 Changed paths:
5100    M /trunk/capture_loop.c
5101    M /trunk/capture_loop.h
5102    M /trunk/tshark.c
5103
5104 from Richard van der Hoff:
5105 > [tshark from a fifo]
5106 > 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?
5107
5108 well, there didn't seem to be, so I've made a patch which does exactly this, and which fixes the problem.
5109
5110 ------------------------------------------------------------------------
5111 r19457 | ulfl | 2006-10-08 15:57:32 -0700 (Sun, 08 Oct 2006) | 5 lines
5112 Changed paths:
5113    M /trunk/test/config.sh
5114    M /trunk/test/suite-capture.sh
5115
5116 from Richard van der Hoff:
5117 [tshark from a fifo]
5118 I've even gone so far as to add a unit test for it
5119
5120 ULFL: as mkfifo isn't available on Win32 (not even cygwin), make this test configurable in config.sh
5121 ------------------------------------------------------------------------
5122 r19458 | wmeier | 2006-10-08 19:07:44 -0700 (Sun, 08 Oct 2006) | 1 line
5123 Changed paths:
5124    M /trunk/Makefile.nmake
5125
5126 If GTK1_DIR or GTK2_DIR not defined, then corresponding install-common-deps should not be invoked....
5127 ------------------------------------------------------------------------
5128 r19459 | kukosa | 2006-10-08 23:24:03 -0700 (Sun, 08 Oct 2006) | 1 line
5129 Changed paths:
5130    M /trunk/tools/lex.py
5131    M /trunk/tools/yacc.py
5132
5133 Ply updated to version 2.1
5134 ------------------------------------------------------------------------
5135 r19460 | sahlberg | 2006-10-09 01:31:04 -0700 (Mon, 09 Oct 2006) | 12 lines
5136 Changed paths:
5137    M /trunk/AUTHORS
5138    M /trunk/epan/dissectors/packet-scsi-osd.c
5139
5140 from Joe Breher
5141
5142 This patch fixes a transposition of the orders of
5143 Set Attribute Number
5144 Set Attribute Length
5145 In the page oriented get and set attributes CDB parameters format
5146 Ref SCSI-OSD T10/1355-D Revision 10 section 5.2.2.2
5147
5148
5149
5150
5151
5152 ------------------------------------------------------------------------
5153 r19461 | gerald | 2006-10-09 11:47:42 -0700 (Mon, 09 Oct 2006) | 10 lines
5154 Changed paths:
5155    M /trunk/test/config.sh
5156    M /trunk/test/suite-capture.sh
5157    M /trunk/test/suite-clopts.sh
5158    M /trunk/test/test-backend.sh
5159    M /trunk/test/test.sh
5160
5161 Make preparations for running under Buildbot:
5162
5163   - Check for an "all" argument at startup.  If it's present,
5164     then proceed with testing.
5165
5166   - Add a platform check.  Use it to handle cases where we can't run
5167     as a normal user, e.g. trying to capture under Linux.
5168
5169   - Add a "Skipped" result.
5170
5171 ------------------------------------------------------------------------
5172 r19462 | sahlberg | 2006-10-09 12:35:36 -0700 (Mon, 09 Oct 2006) | 6 lines
5173 Changed paths:
5174    M /trunk/epan/dissectors/packet-scsi-osd.c
5175
5176 From Joe Breher
5177
5178 dissect the permission bits in the capability blob
5179
5180
5181
5182 ------------------------------------------------------------------------
5183 r19463 | etxrab | 2006-10-09 13:22:31 -0700 (Mon, 09 Oct 2006) | 1 line
5184 Changed paths:
5185    A /trunk/asn1/h248/h248v3.asn
5186
5187 Add ASN1 for H248 v3. The aim is to replace the current asn1 file after some more testing.
5188 ------------------------------------------------------------------------
5189 r19464 | gerald | 2006-10-09 13:31:48 -0700 (Mon, 09 Oct 2006) | 2 lines
5190 Changed paths:
5191    M /trunk/test/test-backend.sh
5192    M /trunk/test/test.sh
5193
5194 Return 1 on failure.
5195
5196 ------------------------------------------------------------------------
5197 r19465 | ulfl | 2006-10-09 15:32:50 -0700 (Mon, 09 Oct 2006) | 1 line
5198 Changed paths:
5199    M /trunk/epan/wslua/Makefile.nmake
5200
5201 add some missing files to the clean target
5202 ------------------------------------------------------------------------
5203 r19466 | gerald | 2006-10-09 16:28:30 -0700 (Mon, 09 Oct 2006) | 3 lines
5204 Changed paths:
5205    M /trunk/test/config.sh
5206
5207 Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwise
5208 use a default value.
5209
5210 ------------------------------------------------------------------------
5211 r19467 | gerald | 2006-10-09 17:28:53 -0700 (Mon, 09 Oct 2006) | 5 lines
5212 Changed paths:
5213    M /trunk/airpcap.h
5214    M /trunk/airpcap_loader.h
5215    M /trunk/epan/dissectors/packet-ieee80211.c
5216    M /trunk/epan/prefs.c
5217    M /trunk/epan/prefs.h
5218
5219 First step in integrating the AirPcap WEP preferences with those
5220 from the 802.11 dissector.  Use a #define for the maximum number of
5221 WEP keys.  Use AirPcap's if we have it (64).  Rename find_module()
5222 prefs_find_module() and make it public.
5223
5224 ------------------------------------------------------------------------
5225 r19468 | gerald | 2006-10-09 17:30:49 -0700 (Mon, 09 Oct 2006) | 2 lines
5226 Changed paths:
5227    M /trunk/epan/dissectors/packet-ieee80211.c
5228
5229 Remove a leftover printf.
5230
5231 ------------------------------------------------------------------------
5232 r19469 | guy | 2006-10-10 00:35:47 -0700 (Tue, 10 Oct 2006) | 3 lines
5233 Changed paths:
5234    M /trunk/epan/dissectors/packet-h248_annex_e.c
5235
5236 Get rid of CR's at the ends of lines, set svn:keywords and svn:eol-style
5237 appropriately.
5238
5239 ------------------------------------------------------------------------
5240 r19470 | guy | 2006-10-10 01:07:14 -0700 (Tue, 10 Oct 2006) | 2 lines
5241 Changed paths:
5242    M /trunk/color_filters.c
5243
5244 Fix some compiler warnings.
5245
5246 ------------------------------------------------------------------------
5247 r19471 | guy | 2006-10-10 01:08:17 -0700 (Tue, 10 Oct 2006) | 2 lines
5248 Changed paths:
5249    M /trunk/tap-funnel.c
5250
5251 Squelch a compiler warning, and clean up indentation.
5252
5253 ------------------------------------------------------------------------
5254 r19472 | guy | 2006-10-10 01:09:11 -0700 (Tue, 10 Oct 2006) | 2 lines
5255 Changed paths:
5256    M /trunk/epan/dissectors/packet-linx.c
5257
5258 Get rid of an unused variable.
5259
5260 ------------------------------------------------------------------------
5261 r19473 | guy | 2006-10-10 01:10:42 -0700 (Tue, 10 Oct 2006) | 2 lines
5262 Changed paths:
5263    M /trunk/asn1/h248/packet-h248-template.c
5264    M /trunk/epan/dissectors/packet-h248.c
5265
5266 Clean up some compiler warnings.
5267
5268 ------------------------------------------------------------------------
5269 r19474 | guy | 2006-10-10 01:12:04 -0700 (Tue, 10 Oct 2006) | 2 lines
5270 Changed paths:
5271    M /trunk/epan/dissectors/packet-ber.c
5272
5273 Squelch a compiler warning.
5274
5275 ------------------------------------------------------------------------
5276 r19475 | guy | 2006-10-10 01:12:40 -0700 (Tue, 10 Oct 2006) | 2 lines
5277 Changed paths:
5278    M /trunk/epan/camel-persistentdata.c
5279
5280 Include "epan/tap.h" to declare a function we use.
5281
5282 ------------------------------------------------------------------------
5283 r19476 | guy | 2006-10-10 01:13:16 -0700 (Tue, 10 Oct 2006) | 3 lines
5284 Changed paths:
5285    M /trunk/gtk/color_dlg.c
5286
5287 Get rid of declarations of functions that are no longer defined or used
5288 in this file.
5289
5290 ------------------------------------------------------------------------
5291 r19477 | guy | 2006-10-10 01:13:56 -0700 (Tue, 10 Oct 2006) | 2 lines
5292 Changed paths:
5293    M /trunk/gtk/color_edit_dlg.c
5294
5295 Include <string.h> to declare string functions we use.
5296
5297 ------------------------------------------------------------------------
5298 r19478 | jake | 2006-10-10 12:00:50 -0700 (Tue, 10 Oct 2006) | 1 line
5299 Changed paths:
5300    M /trunk/gtk/main.c
5301    M /trunk/version_info.c
5302
5303 Don't let PortAudio skip the queue on the about dialog ;)
5304 ------------------------------------------------------------------------
5305 r19479 | gerald | 2006-10-10 13:55:38 -0700 (Tue, 10 Oct 2006) | 3 lines
5306 Changed paths:
5307    M /trunk/test/test-backend.sh
5308    M /trunk/test/test.sh
5309
5310 Add command-line options: -c disables color, -h prints help, -s runs
5311 a suite.
5312
5313 ------------------------------------------------------------------------
5314 r19480 | sahlberg | 2006-10-10 14:00:35 -0700 (Tue, 10 Oct 2006) | 5 lines
5315 Changed paths:
5316    M /trunk/AUTHORS
5317    M /trunk/epan/dissectors/Makefile.common
5318    A /trunk/epan/dissectors/packet-usb.c
5319    M /trunk/wiretap/libpcap.c
5320    M /trunk/wiretap/wtap.c
5321    M /trunk/wiretap/wtap.h
5322
5323 From Paolo Abeni
5324
5325 USB dissector
5326
5327
5328 ------------------------------------------------------------------------
5329 r19481 | gerald | 2006-10-10 14:15:19 -0700 (Tue, 10 Oct 2006) | 2 lines
5330 Changed paths:
5331    M /trunk/docbook/release-notes.xml
5332
5333 Prep for the 0.99.4 release.
5334
5335 ------------------------------------------------------------------------
5336 r19482 | etxrab | 2006-10-10 14:46:44 -0700 (Tue, 10 Oct 2006) | 1 line
5337 Changed paths:
5338    M /trunk/epan/dissectors/packet-usb.c
5339
5340 u_int32_t gives error on Windows assuming guint32 will do.
5341 ------------------------------------------------------------------------
5342 r19483 | etxrab | 2006-10-10 14:50:19 -0700 (Tue, 10 Oct 2006) | 1 line
5343 Changed paths:
5344    D /trunk/epan/dissectors/packet-h248_package_bcp.c
5345    D /trunk/epan/dissectors/packet-h248_package_bcp.h
5346
5347 Remove no longer used files.
5348 ------------------------------------------------------------------------
5349 r19484 | etxrab | 2006-10-10 14:52:52 -0700 (Tue, 10 Oct 2006) | 1 line
5350 Changed paths:
5351    M /trunk/epan/dissectors/Makefile.common
5352    A /trunk/epan/dissectors/packet-h248_q1950.c
5353
5354 Add H.248 packet BCP dissecton.
5355 ------------------------------------------------------------------------
5356 r19485 | etxrab | 2006-10-10 14:56:10 -0700 (Tue, 10 Oct 2006) | 1 line
5357 Changed paths:
5358    M /trunk/epan/dissectors/packet-h248_3gpp.c
5359
5360 Fix a typo.
5361 ------------------------------------------------------------------------
5362 r19486 | gerald | 2006-10-10 15:46:58 -0700 (Tue, 10 Oct 2006) | 4 lines
5363 Changed paths:
5364    M /trunk/epan/dissectors/packet-ipsec.c
5365
5366 Simplify the preference string allocation code.  Shorten the comments,
5367 which (as Ulf pointed out) reduces the size of the prefs file
5368 significantly.
5369
5370 ------------------------------------------------------------------------
5371 r19487 | gerald | 2006-10-10 17:37:29 -0700 (Tue, 10 Oct 2006) | 3 lines
5372 Changed paths:
5373    M /trunk/epan/prefs.c
5374    M /trunk/epan/prefs.h
5375
5376 Add prefs_apply(), which lets us apply preferences (specifically,
5377 trigger a module's callback) for a specific module.
5378
5379 ------------------------------------------------------------------------
5380 r19488 | etxrab | 2006-10-10 23:11:54 -0700 (Tue, 10 Oct 2006) | 14 lines
5381 Changed paths:
5382    M /trunk/epan/dissectors/packet-ppp.c
5383
5384 From Donald White:
5385 An enhancement to the PPP multiplexing protocol 
5386 dissector in protocol-ppp.c.  There are two changes:
5387
5388      The protocol id field of the multiplexed sub-frame is added
5389      to the protocol tree using a header field.  This allows
5390      filters to select the protocol as is the case when it is not
5391      multiplexed.  I think this fixes a small bug as the ability to
5392      filter for a protocol should not depend on the lower level
5393      protocol.
5394
5395      When the protocol id of the subframe is not present, the
5396      appropriate default protocol is displayed with the standard
5397      indication that Wireshark generated the value.
5398 ------------------------------------------------------------------------
5399 r19489 | ulfl | 2006-10-11 00:31:01 -0700 (Wed, 11 Oct 2006) | 1 line
5400 Changed paths:
5401    M /trunk/epan/dissectors/packet-media.c
5402
5403 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.
5404 ------------------------------------------------------------------------
5405 r19490 | sahlberg | 2006-10-11 01:18:14 -0700 (Wed, 11 Oct 2006) | 7 lines
5406 Changed paths:
5407    M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
5408    M /trunk/asn1/ldap/ldap.cnf
5409    M /trunk/asn1/ldap/packet-ldap-template.c
5410    M /trunk/epan/dissectors/packet-ldap.c
5411
5412 fix for 1148
5413
5414 pretty horrible hack to store an ntlmssp blob inside an ldap string
5415
5416 the info column is not entirely pretty but   the payload is at least decoded
5417
5418
5419 ------------------------------------------------------------------------
5420 r19491 | sahlberg | 2006-10-11 02:47:27 -0700 (Wed, 11 Oct 2006) | 5 lines
5421 Changed paths:
5422    M /trunk/epan/dissectors/packet-usb.c
5423
5424 from Paolo A
5425
5426 update the usb dissector to reflect the recent change in the pcap format
5427
5428
5429 ------------------------------------------------------------------------
5430 r19492 | sahlberg | 2006-10-11 03:38:59 -0700 (Wed, 11 Oct 2006) | 3 lines
5431 Changed paths:
5432    M /trunk/epan/dissectors/packet-fc.c
5433    M /trunk/epan/dissectors/packet-fc.h
5434    M /trunk/epan/dissectors/packet-fcct.c
5435    M /trunk/epan/dissectors/packet-fcdns.c
5436    M /trunk/epan/dissectors/packet-fcels.c
5437    M /trunk/epan/dissectors/packet-fcfcs.c
5438    M /trunk/epan/dissectors/packet-fcfzs.c
5439    M /trunk/epan/dissectors/packet-fclctl.c
5440    M /trunk/epan/dissectors/packet-fcp.c
5441    M /trunk/epan/dissectors/packet-fcsb3.c
5442    M /trunk/epan/dissectors/packet-fcsp.c
5443    M /trunk/epan/dissectors/packet-fcswils.c
5444    M /trunk/epan/dissectors/packet-ipfc.c
5445    M /trunk/epan/dissectors/packet-iscsi.c
5446    M /trunk/epan/dissectors/packet-llc.c
5447    M /trunk/epan/dissectors/packet-ndmp.c
5448    M /trunk/epan/dissectors/packet-scsi-osd.c
5449    M /trunk/epan/dissectors/packet-scsi.c
5450    M /trunk/epan/dissectors/packet-scsi.h
5451    M /trunk/gtk/conversations_fc.c
5452    M /trunk/gtk/fc_stat.c
5453    M /trunk/gtk/hostlist_fc.c
5454    M /trunk/gtk/scsi_stat.c
5455    M /trunk/tap-iousers.c
5456
5457 move the ITL and the ITLQ structure to packet-scsi.h where it belongs
5458
5459
5460 ------------------------------------------------------------------------
5461 r19493 | sahlberg | 2006-10-11 04:32:56 -0700 (Wed, 11 Oct 2006) | 7 lines
5462 Changed paths:
5463    M /trunk/epan/dissectors/packet-fc.c
5464    M /trunk/epan/dissectors/packet-fcp.c
5465    M /trunk/epan/dissectors/packet-iscsi.c
5466    M /trunk/epan/dissectors/packet-ndmp.c
5467    M /trunk/epan/dissectors/packet-scsi.h
5468
5469 add a task_flags bitmap   and two lengths (data and bidirectional data)
5470 so that the two scsi transports   FCP and ISCSI can provide the expected data transfer lengths to SCSI  to allow SCSI reassembly.
5471
5472 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.
5473
5474
5475
5476 ------------------------------------------------------------------------
5477 r19494 | guy | 2006-10-11 10:01:51 -0700 (Wed, 11 Oct 2006) | 5 lines
5478 Changed paths:
5479    M /trunk/epan/dissectors/packet-ndps.c
5480
5481 Use a different heuristic to determine whether an NDPS string is ASCII
5482 or Unicode, and use tvb_get_ephemeral_faked_unicode() to get Unicode
5483 strings; this fixes problems I've seen in captures, where the string
5484 isn't being processed correctly.
5485
5486 ------------------------------------------------------------------------
5487 r19495 | sahlberg | 2006-10-11 13:00:43 -0700 (Wed, 11 Oct 2006) | 12 lines
5488 Changed paths:
5489    M /trunk/AUTHORS
5490    M /trunk/epan/dissectors/packet-scsi.c
5491
5492 From  Patrick vd Lageweg
5493
5494
5495
5496 Hi,
5497
5498 This patch impelments a dissect for the SCSI SSC Medium Partition Page.
5499
5500
5501 Patrick
5502
5503
5504 ------------------------------------------------------------------------
5505 r19496 | sahlberg | 2006-10-11 13:03:44 -0700 (Wed, 11 Oct 2006) | 11 lines
5506 Changed paths:
5507    M /trunk/epan/dissectors/packet-scsi.c
5508
5509 From  Patrick vd Lageweg
5510
5511 Hi,
5512
5513 This patch fixes the page number user for the "write error couner page".
5514
5515
5516
5517
5518
5519
5520 ------------------------------------------------------------------------
5521 r19497 | sahlberg | 2006-10-11 13:05:27 -0700 (Wed, 11 Oct 2006) | 8 lines
5522 Changed paths:
5523    M /trunk/epan/dissectors/packet-scsi.c
5524
5525 From Patrick vd Lageweg 
5526
5527 Hi,
5528
5529 This patch makes several bit fields in the LOG SELECT command being displayed as bits instead of as numbers.
5530
5531
5532
5533 ------------------------------------------------------------------------
5534 r19498 | gerald | 2006-10-11 13:34:05 -0700 (Wed, 11 Oct 2006) | 2 lines
5535 Changed paths:
5536    M /trunk/epan/libwireshark.def
5537
5538 Export the recent prefs changes.
5539
5540 ------------------------------------------------------------------------
5541 r19499 | gerald | 2006-10-11 16:25:51 -0700 (Wed, 11 Oct 2006) | 3 lines
5542 Changed paths:
5543    M /trunk/gtk/graph_analysis.c
5544
5545 When dumping the graph data to a file, don't walk past the end of a buffer.
5546 Should fix bug 396.
5547
5548 ------------------------------------------------------------------------
5549 r19500 | gerald | 2006-10-11 16:53:19 -0700 (Wed, 11 Oct 2006) | 2 lines
5550 Changed paths:
5551    M /trunk/docbook/release-notes.xml
5552
5553 Update bug lists.
5554
5555 ------------------------------------------------------------------------
5556 r19501 | jake | 2006-10-11 23:01:51 -0700 (Wed, 11 Oct 2006) | 1 line
5557 Changed paths:
5558    M /trunk/epan/dissectors/Makefile.common
5559    A /trunk/epan/dissectors/packet-udld.c
5560
5561 Adding initial version of UDLD dissector
5562 ------------------------------------------------------------------------
5563 r19502 | ulfl | 2006-10-12 00:52:24 -0700 (Thu, 12 Oct 2006) | 1 line
5564 Changed paths:
5565    M /trunk/docbook/release-notes.xml
5566
5567 The preferences and alike dialog button behaviour changed.
5568 ------------------------------------------------------------------------
5569 r19503 | jake | 2006-10-12 01:04:11 -0700 (Thu, 12 Oct 2006) | 5 lines
5570 Changed paths:
5571    M /trunk/epan/dissectors/packet-usb.c
5572
5573 From Paolo Abeni:
5574 The attached patch fix parsing of the setup header in the usb dissector.
5575 Currently the size of the field specified into proto_tree_add_item call
5576 was wrong.
5577
5578 ------------------------------------------------------------------------
5579 r19504 | jake | 2006-10-12 03:38:24 -0700 (Thu, 12 Oct 2006) | 4 lines
5580 Changed paths:
5581    M /trunk/doc/README.developer
5582
5583 Cleanup sample code.
5584 Cleanup some text and headings.
5585 Play trick with keyword so text remains untouched.
5586
5587 ------------------------------------------------------------------------
5588 r19505 | sahlberg | 2006-10-12 03:54:36 -0700 (Thu, 12 Oct 2006) | 12 lines
5589 Changed paths:
5590    M /trunk/epan/dissectors/packet-fcp.c
5591    M /trunk/epan/dissectors/packet-iscsi.c
5592    M /trunk/epan/dissectors/packet-ndmp.c
5593    M /trunk/epan/dissectors/packet-scsi-osd.c
5594    M /trunk/epan/dissectors/packet-scsi.h
5595
5596 wireshark does not yet consume enough memory for me to be happy
5597
5598
5599 pass conversation form the transports up to the scsi layer
5600
5601 add tracking of conversation specific info to scsi osd
5602 add tracking of conversation+lun specific info to scsi osd
5603
5604 for scsi osd   add tracking of PARTITIONS and display in which frame they were created/removed
5605
5606
5607
5608 ------------------------------------------------------------------------
5609 r19506 | gerald | 2006-10-12 08:00:07 -0700 (Thu, 12 Oct 2006) | 3 lines
5610 Changed paths:
5611    M /trunk/epan/dissectors/packet-ndps.c
5612
5613 Check to see if we've passed a null strval to ndps_string().
5614 Should fix the recent fuzz bugs.
5615
5616 ------------------------------------------------------------------------
5617 r19507 | lego | 2006-10-12 10:00:11 -0700 (Thu, 12 Oct 2006) | 5 lines
5618 Changed paths:
5619    M /trunk/epan/wslua/wslua.h
5620    M /trunk/epan/wslua/wslua_util.c
5621
5622 - add persconffile(opt_str) 
5623 - add datafile_path(opt_str)
5624 - add Dir class -- a Directory Iterator
5625
5626
5627 ------------------------------------------------------------------------
5628 r19508 | jake | 2006-10-12 14:31:00 -0700 (Thu, 12 Oct 2006) | 1 line
5629 Changed paths:
5630    M /trunk/epan/dissectors/packet-vlan.c
5631
5632 Add 802.1QinQ Ethertype preference.
5633 ------------------------------------------------------------------------
5634 r19509 | ulfl | 2006-10-12 17:21:47 -0700 (Thu, 12 Oct 2006) | 1 line
5635 Changed paths:
5636    M /trunk/Makefile.nmake
5637
5638 distclean should remove wireshark-gtk1/2 dirs completely
5639 ------------------------------------------------------------------------
5640 r19510 | sahlberg | 2006-10-13 01:42:33 -0700 (Fri, 13 Oct 2006) | 7 lines
5641 Changed paths:
5642    M /trunk/epan/dissectors/packet-fc.c
5643    M /trunk/epan/dissectors/packet-fc.h
5644
5645 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
5646
5647 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
5648
5649
5650
5651
5652 ------------------------------------------------------------------------
5653 r19511 | sahlberg | 2006-10-13 02:16:45 -0700 (Fri, 13 Oct 2006) | 15 lines
5654 Changed paths:
5655    M /trunk/epan/dissectors/packet-fcp.c
5656    M /trunk/epan/dissectors/packet-iscsi.c
5657    M /trunk/epan/dissectors/packet-ndmp.c
5658    M /trunk/epan/dissectors/packet-scsi.c
5659    M /trunk/epan/dissectors/packet-scsi.h
5660
5661 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
5662 and also (if reassembly is disabled) only dissect the initial (offset==0) data pdu.
5663
5664 dissect_scsi_payload() does not yet use this parameter.
5665
5666
5667 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).
5668
5669
5670 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.
5671
5672
5673
5674
5675
5676 ------------------------------------------------------------------------
5677 r19512 | etxrab | 2006-10-13 07:21:02 -0700 (Fri, 13 Oct 2006) | 1 line
5678 Changed paths:
5679    M /trunk/plugins/megaco/packet-megaco.c
5680
5681 Modify Signals descriptor to look more like the actual text message.
5682 ------------------------------------------------------------------------
5683 r19513 | jmayer | 2006-10-13 08:18:10 -0700 (Fri, 13 Oct 2006) | 6 lines
5684 Changed paths:
5685    M /trunk/wiretap/libpcap.c
5686
5687 Paolo Abeni:
5688 the attached patch add support for the recently introduced pcap
5689 bluetooth data link type. Yes, pcap is going to support also bluetooth
5690 devices (at least on Linux) :-)
5691
5692
5693 ------------------------------------------------------------------------
5694 r19514 | gerald | 2006-10-13 08:53:20 -0700 (Fri, 13 Oct 2006) | 3 lines
5695 Changed paths:
5696    M /trunk/epan/dissectors/packet-ieee80211.c
5697
5698 Make the "WEP key count" option match the number of WEP key slots.  Add
5699 a note about improving the WEP key interface.
5700
5701 ------------------------------------------------------------------------
5702 r19515 | etxrab | 2006-10-13 10:04:16 -0700 (Fri, 13 Oct 2006) | 1 line
5703 Changed paths:
5704    M /trunk/epan/dissectors/packet-h248_3gpp.c
5705    M /trunk/epan/dissectors/packet-h248_annex_c.c
5706
5707 Set properties.
5708 ------------------------------------------------------------------------
5709 r19516 | ulfl | 2006-10-13 11:19:42 -0700 (Fri, 13 Oct 2006) | 3 lines
5710 Changed paths:
5711    M /trunk/gtk/main.c
5712
5713 remove the experimental display of the highest expert level in the statusbar for now.
5714
5715 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.
5716 ------------------------------------------------------------------------
5717 r19517 | sahlberg | 2006-10-13 14:07:07 -0700 (Fri, 13 Oct 2006) | 4 lines
5718 Changed paths:
5719    M /trunk/epan/dissectors/packet-scsi.c
5720
5721 dont call the scsi data in/out dissectors unless data offset is 0   i.e. the beginning of data in/out
5722
5723
5724
5725 ------------------------------------------------------------------------
5726 r19518 | sahlberg | 2006-10-13 14:26:03 -0700 (Fri, 13 Oct 2006) | 4 lines
5727 Changed paths:
5728    M /trunk/epan/dissectors/packet-scsi.c
5729
5730 check the estinated data transfer length for the current transfer  and start adding checks for scsi data reassembly
5731
5732
5733
5734 ------------------------------------------------------------------------
5735 r19519 | sahlberg | 2006-10-13 15:25:35 -0700 (Fri, 13 Oct 2006) | 3 lines
5736 Changed paths:
5737    M /trunk/epan/dissectors/packet-scsi.c
5738
5739 add scsi data reassembly
5740
5741
5742 ------------------------------------------------------------------------
5743 r19520 | ulfl | 2006-10-13 17:22:36 -0700 (Fri, 13 Oct 2006) | 1 line
5744 Changed paths:
5745    M /trunk/gtk/color_edit_dlg.c
5746
5747 as Stephen Fisher noted: fix the files header comment
5748 ------------------------------------------------------------------------
5749 r19521 | gerald | 2006-10-13 17:27:50 -0700 (Fri, 13 Oct 2006) | 2 lines
5750 Changed paths:
5751    M /trunk/packaging/u3/win32/README.txt
5752    M /trunk/packaging/u3/win32/makefile.nmake
5753    M /trunk/packaging/u3/win32/manifest.tmpl
5754    M /trunk/packaging/u3/win32/u3util.c
5755
5756 Set SVN properties.
5757
5758 ------------------------------------------------------------------------
5759 r19522 | gerald | 2006-10-13 17:31:35 -0700 (Fri, 13 Oct 2006) | 2 lines
5760 Changed paths:
5761    M /trunk/ChangeLog
5762    M /trunk/docbook/release-notes.xml
5763
5764 Release note and changelog updates.
5765
5766 ------------------------------------------------------------------------
5767 r19523 | sahlberg | 2006-10-13 18:44:29 -0700 (Fri, 13 Oct 2006) | 8 lines
5768 Changed paths:
5769    M /trunk/epan/dissectors/packet-scsi.c
5770
5771 let SCSI reassembly default to FALSE
5772
5773 put "reassembled in" in the summary line
5774
5775 put the fragment list at the top of the tree instead of down inside the SCSI expansion
5776
5777
5778
5779 ------------------------------------------------------------------------
5780 r19524 | sahlberg | 2006-10-13 22:02:40 -0700 (Fri, 13 Oct 2006) | 6 lines
5781 Changed paths:
5782    M /trunk/epan/address.h
5783    M /trunk/epan/dissectors/packet-usb.c
5784    M /trunk/epan/to_str.c
5785
5786 create a new address type AT_USB and start populating the packet list 
5787 with nice data
5788
5789
5790
5791
5792 ------------------------------------------------------------------------
5793 r19525 | sahlberg | 2006-10-14 02:18:24 -0700 (Sat, 14 Oct 2006) | 6 lines
5794 Changed paths:
5795    M /trunk/epan/dissectors/packet-ndmp.c
5796
5797 set both read/write flags in ndmp scsi   and also always set the expected length to whatever length is transported inside the ndmp pdu
5798
5799 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
5800
5801
5802
5803 ------------------------------------------------------------------------
5804 r19526 | sahlberg | 2006-10-14 02:43:17 -0700 (Sat, 14 Oct 2006) | 3 lines
5805 Changed paths:
5806    M /trunk/epan/dissectors/packet-usb.c
5807
5808 put the packet type in the summary line
5809
5810
5811 ------------------------------------------------------------------------
5812 r19527 | sahlberg | 2006-10-14 03:09:32 -0700 (Sat, 14 Oct 2006) | 7 lines
5813 Changed paths:
5814    M /trunk/epan/dissectors/packet-usb.c
5815
5816 rename some fields in the setup blob to use the same names as in the standard
5817
5818
5819 add dissection of the bmRequestType bitmap
5820
5821
5822
5823 ------------------------------------------------------------------------
5824 r19528 | sahlberg | 2006-10-14 03:52:50 -0700 (Sat, 14 Oct 2006) | 3 lines
5825 Changed paths:
5826    M /trunk/epan/dissectors/packet-scsi-osd.c
5827
5828 implement WRITE and CREATE COLLECTION
5829
5830
5831 ------------------------------------------------------------------------
5832 r19529 | sahlberg | 2006-10-14 04:25:38 -0700 (Sat, 14 Oct 2006) | 3 lines
5833 Changed paths:
5834    M /trunk/epan/dissectors/packet-scsi-osd.c
5835
5836 add dissection of FLUSH and FLUSH COLLECTION
5837
5838
5839 ------------------------------------------------------------------------
5840 r19530 | etxrab | 2006-10-14 07:13:00 -0700 (Sat, 14 Oct 2006) | 1 line
5841 Changed paths:
5842    M /trunk/plugins/megaco/packet-megaco.c
5843
5844 Dissect observedeventsdescriptor more like the actual text.
5845 ------------------------------------------------------------------------
5846 r19531 | jake | 2006-10-14 12:00:31 -0700 (Sat, 14 Oct 2006) | 1 line
5847 Changed paths:
5848    M /trunk/doc/README.developer
5849
5850 Update FSF address in code template
5851 ------------------------------------------------------------------------
5852 r19532 | guy | 2006-10-14 13:17:14 -0700 (Sat, 14 Oct 2006) | 5 lines
5853 Changed paths:
5854    M /trunk/epan/dissectors/packet-bootp.c
5855
5856 Do the suboption processing in dissect_netware_ip_suboption() a bit more
5857 like the way it's done in other suboption dissectors.
5858
5859 Fix a typo.
5860
5861 ------------------------------------------------------------------------
5862 r19533 | guy | 2006-10-14 13:18:10 -0700 (Sat, 14 Oct 2006) | 2 lines
5863 Changed paths:
5864    M /trunk/epan/dissectors/packet-h248_annex_e.c
5865
5866 Fix a compiler warning by doing what I suspect was intended.
5867
5868 ------------------------------------------------------------------------
5869 r19534 | sahlberg | 2006-10-14 15:05:57 -0700 (Sat, 14 Oct 2006) | 3 lines
5870 Changed paths:
5871    M /trunk/epan/dissectors/packet-scsi.c
5872
5873 if reassembly did not give us a new tvb,  then dont call any scsi payload subdissector
5874
5875
5876 ------------------------------------------------------------------------
5877 r19535 | sahlberg | 2006-10-14 15:31:27 -0700 (Sat, 14 Oct 2006) | 3 lines
5878 Changed paths:
5879    M /trunk/epan/dissectors/packet-scsi-osd.c
5880
5881 dissect some more osd service actions
5882
5883
5884 ------------------------------------------------------------------------
5885 r19536 | sahlberg | 2006-10-14 15:45:07 -0700 (Sat, 14 Oct 2006) | 3 lines
5886 Changed paths:
5887    M /trunk/epan/dissectors/packet-scsi-osd.c
5888
5889 some more service actions
5890
5891
5892 ------------------------------------------------------------------------
5893 r19537 | sahlberg | 2006-10-14 19:54:08 -0700 (Sat, 14 Oct 2006) | 3 lines
5894 Changed paths:
5895    M /trunk/epan/dissectors/packet-scsi-osd.c
5896
5897 more serviceactions
5898
5899
5900 ------------------------------------------------------------------------
5901 r19538 | sahlberg | 2006-10-14 20:49:27 -0700 (Sat, 14 Oct 2006) | 5 lines
5902 Changed paths:
5903    M /trunk/epan/dissectors/packet-usb.c
5904
5905 start dissecting the setup headers
5906
5907 dissect GET DESCRIPTOR as an example on how to add such dissectors
5908
5909
5910 ------------------------------------------------------------------------
5911 r19539 | sahlberg | 2006-10-14 23:10:59 -0700 (Sat, 14 Oct 2006) | 8 lines
5912 Changed paths:
5913    M /trunk/epan/address.h
5914    M /trunk/epan/column-utils.c
5915    M /trunk/epan/dissectors/packet-usb.c
5916
5917 add a new port type for usb endpoints
5918
5919
5920 start introducing conversations to the usb dissector so that we can start tracking requests/responses
5921 which we need to in order to dissect for example the data returned by a device to a GET DESCRIPTORS call
5922
5923
5924
5925 ------------------------------------------------------------------------
5926 r19540 | sahlberg | 2006-10-15 01:12:41 -0700 (Sun, 15 Oct 2006) | 3 lines
5927 Changed paths:
5928    M /trunk/epan/dissectors/packet-usb.c
5929
5930 add tracking of request/responses for CONTROL INPUT so we can start passing parameters from request to response and dissect response data
5931
5932
5933 ------------------------------------------------------------------------
5934 r19541 | sahlberg | 2006-10-15 01:21:56 -0700 (Sun, 15 Oct 2006) | 3 lines
5935 Changed paths:
5936    M /trunk/epan/dissectors/packet-usb.c
5937
5938 populate the info column with the request type and whetehr it is a request or a response
5939
5940
5941 ------------------------------------------------------------------------
5942 r19542 | jmayer | 2006-10-15 05:27:51 -0700 (Sun, 15 Oct 2006) | 3 lines
5943 Changed paths:
5944    M /trunk/epan/dissectors/packet-usb.c
5945
5946 - gcc dies on "default: }", add a ;
5947 - proto_register usb instead of eth.
5948
5949 ------------------------------------------------------------------------
5950 r19543 | etxrab | 2006-10-15 09:06:02 -0700 (Sun, 15 Oct 2006) | 1 line
5951 Changed paths:
5952    M /trunk/asn1/h248/Makefile.nmake
5953    M /trunk/asn1/h248/h248.cnf
5954    M /trunk/asn1/h248/h248v3.asn
5955    M /trunk/epan/dissectors/packet-h248.c
5956    M /trunk/epan/dissectors/packet-h248.h
5957    M /trunk/epan/dissectors/packet-h248_annex_e.c
5958
5959 Upadte to H.248 V3 and add some annex E parameters.
5960 ------------------------------------------------------------------------
5961 r19544 | etxrab | 2006-10-15 15:11:26 -0700 (Sun, 15 Oct 2006) | 2 lines
5962 Changed paths:
5963    M /trunk/asn1/h248/h248v3.asn
5964    M /trunk/epan/dissectors/packet-h248.c
5965    M /trunk/epan/dissectors/packet-h248_annex_e.c
5966    M /trunk/epan/dissectors/packet-isup.c
5967
5968 Fix Event dissection which was broken when going to V3.
5969 and add a few parameters.
5970 ------------------------------------------------------------------------
5971 r19545 | ulfl | 2006-10-15 15:42:22 -0700 (Sun, 15 Oct 2006) | 1 line
5972 Changed paths:
5973    M /trunk/doc/README.developer
5974
5975 add a prerequisites section and some minor changes
5976 ------------------------------------------------------------------------
5977 r19546 | ulfl | 2006-10-15 15:57:31 -0700 (Sun, 15 Oct 2006) | 1 line
5978 Changed paths:
5979    M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
5980
5981 move the README files before the source code, they are more important
5982 ------------------------------------------------------------------------
5983 r19547 | ulfl | 2006-10-15 18:43:04 -0700 (Sun, 15 Oct 2006) | 1 line
5984 Changed paths:
5985    M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
5986
5987 be more specific about the README.developer file
5988 ------------------------------------------------------------------------
5989 r19548 | ulfl | 2006-10-15 18:48:16 -0700 (Sun, 15 Oct 2006) | 3 lines
5990 Changed paths:
5991    M /trunk/README.win32
5992    M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
5993    M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
5994
5995 deleted lot's of irrelevant/outdated content from README.win32.
5996
5997 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.
5998 ------------------------------------------------------------------------
5999 r19549 | ulfl | 2006-10-15 19:37:06 -0700 (Sun, 15 Oct 2006) | 1 line
6000 Changed paths:
6001    M /trunk/doc/README.developer
6002    A /trunk/doc/README.display_filter
6003
6004 split the display filter engine doc into it's own file
6005 ------------------------------------------------------------------------
6006 r19550 | ulfl | 2006-10-15 20:23:43 -0700 (Sun, 15 Oct 2006) | 1 line
6007 Changed paths:
6008    M /trunk/doc/README.binarytrees
6009
6010 fix a typo
6011 ------------------------------------------------------------------------
6012 r19551 | ulfl | 2006-10-15 20:25:50 -0700 (Sun, 15 Oct 2006) | 4 lines
6013 Changed paths:
6014    M /trunk/doc/README.developer
6015
6016 - some more cleanup
6017 - mention the other README files
6018 - encode some @ chars to [AT] in mail addresses
6019
6020 ------------------------------------------------------------------------