From Steve Karg:
[obnox/wireshark/wip.git] / ChangeLog
1 ------------------------------------------------------------------------
2 r19646 | gerald | 2006-10-20 16:22:53 -0700 (Fri, 20 Oct 2006) | 6 lines
3 Changed paths:
4    M /trunk/gtk/airpcap_dlg.c
5    M /trunk/gtk/airpcap_gui_utils.h
6    M /trunk/gtk/main.c
7    M /trunk/gtk/prefs_dlg.c
8
9 AirPcap fixes from Giorgio Tino:
10
11 1) When choosing to Merge, Import or Keep decryption keys,  key lists will be saved to the preferences file AND into the registry.
12
13 2) Now if you check/uncheck the WEP deccryption checkbox in the Preferences..., the AirPcap toolbar will be modified as well.
14
15 ------------------------------------------------------------------------
16 r19649 | sahlberg | 2006-10-20 21:57:12 -0700 (Fri, 20 Oct 2006) | 6 lines
17 Changed paths:
18    M /trunk/epan/dissectors/packet-usb.c
19
20 prettify the flags field and power consumption for CONFIGURATION DESCRIPTOR
21
22 dissect the self-powered and the remote-wakeup flags
23 show the powerconsumption in mA
24
25
26 ------------------------------------------------------------------------
27 r19650 | sahlberg | 2006-10-20 22:07:48 -0700 (Fri, 20 Oct 2006) | 3 lines
28 Changed paths:
29    M /trunk/epan/dissectors/packet-usb.c
30
31 the flags are FT_BOOLEAN not FT_UINT8
32
33
34 ------------------------------------------------------------------------
35 r19651 | ulfl | 2006-10-21 02:40:18 -0700 (Sat, 21 Oct 2006) | 1 line
36 Changed paths:
37    M /trunk/packaging/nsis/wireshark.nsi
38
39 remove two packaging warnings - could this be applied to 0.99.4?
40 ------------------------------------------------------------------------
41 r19652 | ulfl | 2006-10-21 05:06:26 -0700 (Sat, 21 Oct 2006) | 5 lines
42 Changed paths:
43    M /trunk/gtk/about_dlg.c
44
45 the text in the about box license page was hard to read because of line breaks at the wrong places.
46
47 set the minimum size of the widget to 600 pixels - this is working well on my machine. If anyone has problems even with this width (e.g. because of using a larger font) we might increase the size even further.
48
49 Of course, this increases the overall size of the about dialog, but the other tabs seem to be working well with it.
50 ------------------------------------------------------------------------
51 r19653 | guy | 2006-10-21 10:48:45 -0700 (Sat, 21 Oct 2006) | 3 lines
52 Changed paths:
53    M /trunk/gtk/main.c
54
55 Put the ", " before the PortAudio item regardless of whether we have
56 PortAudio or not; this fixes 1174.
57
58 ------------------------------------------------------------------------
59 r19654 | sahlberg | 2006-10-21 15:17:43 -0700 (Sat, 21 Oct 2006) | 6 lines
60 Changed paths:
61    M /trunk/epan/dissectors/packet-http.c
62
63 teach the http header dissector how to handle integer fields instead of just assuming everything is a string field
64
65
66 change http.content_length to be FT_UINT32
67
68
69 ------------------------------------------------------------------------
70 r19655 | sahlberg | 2006-10-21 17:21:40 -0700 (Sat, 21 Oct 2006) | 6 lines
71 Changed paths:
72    M /trunk/epan/dissectors/packet-tcp.c
73    M /trunk/epan/packet.c
74    M /trunk/epan/packet_info.h
75
76 add a tcp_tree field to packet_info so that we can access the tree from tcp_dissect_pdus() (and others if need be)
77
78 in tcp_dissect_pdus()  add a field ( tcp.pdu.size ) to the tree that displays the pdu size.
79
80
81
82 ------------------------------------------------------------------------
83 r19656 | sahlberg | 2006-10-21 18:21:20 -0700 (Sat, 21 Oct 2006) | 3 lines
84 Changed paths:
85    M /trunk/epan/dissectors/packet-usb.c
86
87 dissect the individual bits in the CONFIDURATION descriptor field for the endpoint address
88
89
90 ------------------------------------------------------------------------
91 r19657 | sahlberg | 2006-10-21 22:21:37 -0700 (Sat, 21 Oct 2006) | 3 lines
92 Changed paths:
93    M /trunk/epan/dissectors/packet-usb.c
94
95 fix some endianess issues
96
97
98 ------------------------------------------------------------------------
99 r19658 | sahlberg | 2006-10-22 02:38:59 -0700 (Sun, 22 Oct 2006) | 3 lines
100 Changed paths:
101    M /trunk/epan/dissectors/packet-usb.c
102
103 add tracking of interface class for CONTROL_INPUT as well as existing support for BULK INPUT/OUTPUT
104
105
106 ------------------------------------------------------------------------
107 r19659 | sahlberg | 2006-10-22 04:49:23 -0700 (Sun, 22 Oct 2006) | 9 lines
108 Changed paths:
109    M /trunk/epan/dissectors/packet-usb-masstorage.c
110    M /trunk/epan/dissectors/packet-usb.c
111    M /trunk/epan/dissectors/packet-usb.h
112
113 add a dissector table for class specific control input/output pdus
114
115 implement class specific control commands : reset and getmaxlun for mass storage
116
117
118 now with a better understanding of the problem space for usb and device classes we can start cleaning the code up and make it nice
119
120
121
122 ------------------------------------------------------------------------
123 r19660 | jake | 2006-10-22 07:28:54 -0700 (Sun, 22 Oct 2006) | 1 line
124 Changed paths:
125    M /trunk/print.c
126
127 Fix bug 1173, remove the space after the comma in CSV lines
128 ------------------------------------------------------------------------
129 r19661 | jake | 2006-10-22 22:30:37 -0700 (Sun, 22 Oct 2006) | 3 lines
130 Changed paths:
131    M /trunk/epan/dissectors/packet-wlccp.c
132
133 From Stephen Fisher:
134 Here is a patch to make a few small fixes to packet-wlccp.c:
135
136 ------------------------------------------------------------------------
137 r19662 | lego | 2006-10-23 07:57:54 -0700 (Mon, 23 Oct 2006) | 4 lines
138 Changed paths:
139    M /trunk/editcap.c
140
141 As proposed by Tim Furlong:
142 set starttm.tm_isdst to -1 to have mktime() propperly interpret DST.
143 Might fix Bug 1158
144
145 ------------------------------------------------------------------------
146 r19663 | tuexen | 2006-10-23 10:12:48 -0700 (Mon, 23 Oct 2006) | 3 lines
147 Changed paths:
148    M /trunk/wiretap/netxray.c
149
150 Use G_GINT64_CONSTANT to handle 64-bit constants in the code.
151
152
153 ------------------------------------------------------------------------
154 r19664 | martinm | 2006-10-23 10:22:20 -0700 (Mon, 23 Oct 2006) | 3 lines
155 Changed paths:
156    M /trunk/epan/dissectors/packet-catapult-dct2000.c
157    M /trunk/wiretap/catapult_dct2000.c
158    M /trunk/wiretap/catapult_dct2000.h
159
160 - Fix problems with parsing sctpprim headers
161 - Add dissection of nbap (as encap or inside sctp primitive)
162
163 ------------------------------------------------------------------------
164 r19665 | ashokn | 2006-10-23 10:32:15 -0700 (Mon, 23 Oct 2006) | 4 lines
165 Changed paths:
166    M /trunk/epan/dissectors/packet-rsvp.c
167
168
169 Add support for dissecting RSVP E2E IGNORE proto packets (RFC3175)
170
171
172 ------------------------------------------------------------------------
173 r19666 | jake | 2006-10-23 15:43:11 -0700 (Mon, 23 Oct 2006) | 1 line
174 Changed paths:
175    M /trunk/gtk/dfilter_expr_dlg.c
176
177 Fix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in the expression selection dialog.
178 ------------------------------------------------------------------------
179 r19667 | jake | 2006-10-23 22:17:49 -0700 (Mon, 23 Oct 2006) | 2 lines
180 Changed paths:
181    M /trunk/gtk/voip_calls.c
182
183 From Alejandro Vaquero:
184 Find attached a patch for this bug. The problem was actually in the "Voip Calls" logic, when the first RTP packet was after the last signaling packet (e.g. a call connected and the release not captured), that caused the RTP to not be added to the graph list and therefor to the player.
185 ------------------------------------------------------------------------
186 r19668 | etxrab | 2006-10-23 22:21:00 -0700 (Mon, 23 Oct 2006) | 3 lines
187 Changed paths:
188    M /trunk/Makefile.common
189    M /trunk/epan/dissectors/packet-radius.c
190    M /trunk/epan/dissectors/packet-radius.h
191    M /trunk/gtk/Makefile.common
192    A /trunk/gtk/radius_stat.c
193    A /trunk/tap-radiusstat.c
194
195 From Alejandro Vaquero:
196 For the Radius dissector to add statistics
197  in the "Service Response Time" menu and the tshark stats.
198 ------------------------------------------------------------------------
199 r19669 | sahlberg | 2006-10-24 00:27:32 -0700 (Tue, 24 Oct 2006) | 9 lines
200 Changed paths:
201    M /trunk/epan/dissectors/packet-tcp.c
202
203 by popular request
204 reintroducing the ACK_RTT   measurement how long it took to ACK a data segment
205
206
207
208 Gerald   this is a trivially correct patch   can you apply it to the release branch?
209
210
211
212 ------------------------------------------------------------------------
213 r19670 | lego | 2006-10-24 06:16:57 -0700 (Tue, 24 Oct 2006) | 9 lines
214 Changed paths:
215    M /trunk/epan/wslua/Makefile.am
216    M /trunk/epan/wslua/make-doc.pl
217    M /trunk/epan/wslua/template-init.lua
218    M /trunk/epan/wslua/wslua_gui.c
219    M /trunk/epan/wslua/wslua_pinfo.c
220    M /trunk/epan/wslua/wslua_proto.c
221    M /trunk/epan/wslua/wslua_tree.c
222    M /trunk/epan/wslua/wslua_tvb.c
223    M /trunk/epan/wslua/wslua_util.c
224
225 Have Lua disabled by default.
226
227 Add more documentation to the code.
228 change make-dco.pl so that it creates more readable docbook output.
229
230 This should be copied over to 0.99.4
231
232
233
234 ------------------------------------------------------------------------
235 r19671 | lego | 2006-10-24 10:34:17 -0700 (Tue, 24 Oct 2006) | 4 lines
236 Changed paths:
237    M /trunk/epan/wslua/make-doc.pl
238    M /trunk/epan/wslua/wslua_field.c
239    M /trunk/epan/wslua/wslua_listener.c
240    M /trunk/epan/wslua/wslua_proto.c
241
242 Improve the documentation generators
243 add some docs.
244
245
246 ------------------------------------------------------------------------
247 r19672 | jmayer | 2006-10-24 10:39:32 -0700 (Tue, 24 Oct 2006) | 5 lines
248 Changed paths:
249    M /trunk/CMakeLists.txt
250    A /trunk/cmake/modules/Check64BitFormat.c.in
251    A /trunk/cmake/modules/Check64BitFormat.cmake
252    A /trunk/cmake/modules/FindADNS.cmake
253    A /trunk/cmake/modules/FindDBUS.cmake
254    A /trunk/cmake/modules/FindDBUSGLIB.cmake
255    A /trunk/cmake/modules/FindGCRYPT.cmake
256    M /trunk/cmake/modules/FindGLIB2.cmake
257    M /trunk/cmake/modules/FindGTK2.cmake
258    M /trunk/cmake/modules/FindLEX.cmake
259    M /trunk/cmake/modules/FindPCAP.cmake
260    A /trunk/cmake/modules/FindQt4.cmake
261    A /trunk/cmake/modules/UsePkgConfig.cmake
262    M /trunk/cmakeconfig.h.in
263    M /trunk/wiretap/CMakeLists.txt
264
265 Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179
266
267 Frederic Heem:
268 * More cmake system checks. It compiles dumpcap without running configure,
269
270 ------------------------------------------------------------------------
271 r19673 | gerald | 2006-10-24 14:07:05 -0700 (Tue, 24 Oct 2006) | 3 lines
272 Changed paths:
273    M /trunk/gtk/main.c
274
275 Put a trailing ellipsis behind the wireless toolbar buttons since they open
276 a new window.
277
278 ------------------------------------------------------------------------
279 r19675 | etxrab | 2006-10-24 15:06:34 -0700 (Tue, 24 Oct 2006) | 4 lines
280 Changed paths:
281    M /trunk/epan/dissectors/packet-gsm_a.c
282
283 From Reinhard Speyerer:
284 Fixes the incorrect decoding of the CC-SETUP CLIR suppression and invoke info elements (which seem to have been copied from the location update accept PDU).
285
286 and added some info from a later spec.
287 ------------------------------------------------------------------------
288 r19677 | gerald | 2006-10-24 17:17:28 -0700 (Tue, 24 Oct 2006) | 2 lines
289 Changed paths:
290    M /trunk/epan/wslua/wslua_field.c
291
292 Attempt to get compilation working under Windows.
293
294 ------------------------------------------------------------------------
295 r19678 | gerald | 2006-10-24 17:49:36 -0700 (Tue, 24 Oct 2006) | 2 lines
296 Changed paths:
297    M /trunk/epan/dissectors/packet-scsi.c
298
299 Attempt to squelch Coverity CID 221.
300
301 ------------------------------------------------------------------------
302 r19679 | guy | 2006-10-24 20:03:53 -0700 (Tue, 24 Oct 2006) | 2 lines
303 Changed paths:
304    M /trunk/epan/dissectors/packet-bootp.c
305
306 Clean up some compiler warnings.
307
308 ------------------------------------------------------------------------
309 r19680 | gram | 2006-10-25 08:16:49 -0700 (Wed, 25 Oct 2006) | 4 lines
310 Changed paths:
311    M /trunk/epan/dissectors/packet-radiotap.c
312
313 Fix bug 1085 --  handle the various ways that a radiotap frame can
314 have an FCS. Also, clean up the parsing and presentation of the various
315 flags, and show some that aren't already shown.
316
317 ------------------------------------------------------------------------
318 r19681 | jake | 2006-10-25 08:22:39 -0700 (Wed, 25 Oct 2006) | 5 lines
319 Changed paths:
320    M /trunk/epan/dissectors/packet-wbxml.c
321
322 From Stephen Fisher
323 Attached is a patch to fix bug #1170: "Wireshark interpretation of WBXML
324 does not comply with Spec."  This has been verified with the sample
325 capture the user provided.
326
327 ------------------------------------------------------------------------
328 r19682 | gerald | 2006-10-25 09:39:19 -0700 (Wed, 25 Oct 2006) | 2 lines
329 Changed paths:
330    M /trunk/epan/dissectors/packet-fcp.c
331
332 Squelch Coverity CID 220.  Fix up whitespace.
333
334 ------------------------------------------------------------------------
335 r19683 | martinm | 2006-10-25 09:46:27 -0700 (Wed, 25 Oct 2006) | 3 lines
336 Changed paths:
337    M /trunk/epan/dissectors/packet-catapult-dct2000.c
338    M /trunk/epan/dissectors/packet-smtp.c
339
340 Allow DCT2000 support to find a couple of more protocols.
341 Try to squash some warnings seen on the ubuntu buildbot log
342
343 ------------------------------------------------------------------------
344 r19684 | gerald | 2006-10-25 10:00:33 -0700 (Wed, 25 Oct 2006) | 2 lines
345 Changed paths:
346    M /trunk/asn1/h248/packet-h248-template.c
347    M /trunk/epan/dissectors/packet-h248.c
348    M /trunk/epan/dissectors/packet-h248.h
349
350 Add more paranoid pointer checks.  Fixes CID 219.
351
352 ------------------------------------------------------------------------
353 r19685 | guy | 2006-10-25 11:25:17 -0700 (Wed, 25 Oct 2006) | 3 lines
354 Changed paths:
355    M /trunk/gtk/webbrowser.c
356
357 Include the top-level header for CoreFoundation, to see whether it'll
358 fix a build failure I've seen on L**p*rd.
359
360 ------------------------------------------------------------------------
361 r19686 | etxrab | 2006-10-25 12:26:58 -0700 (Wed, 25 Oct 2006) | 1 line
362 Changed paths:
363    M /trunk/asn1/snmp/snmp.asn
364
365 Fix Id marking
366 ------------------------------------------------------------------------
367 r19687 | guy | 2006-10-25 12:48:54 -0700 (Wed, 25 Oct 2006) | 4 lines
368 Changed paths:
369    M /trunk/gtk/rtp_player.c
370
371 Unreffing rci->cursor_pixbuf should cause the pixbuf to be released, so
372 null out the pointer to it.  This prevents a freed pixbuf from being
373 used.
374
375 ------------------------------------------------------------------------
376 r19688 | etxrab | 2006-10-25 15:09:48 -0700 (Wed, 25 Oct 2006) | 1 line
377 Changed paths:
378    M /trunk/asn1/camel/camel.asn
379    M /trunk/epan/dissectors/packet-camel.c
380    M /trunk/epan/dissectors/packet-camel.h
381
382 Remove some unused asn1 code(not in spec) to get rid of some Ubuntu warnings.
383 ------------------------------------------------------------------------
384 r19693 | ulfl | 2006-10-25 16:54:56 -0700 (Wed, 25 Oct 2006) | 1 line
385 Changed paths:
386    M /trunk/gtk/airpcap_gui_utils.c
387
388 the labels of the airpcap toolbar, e.g. "Not a valid Wireless Interface" are pretty misleading. I've changed it to "AirPcap interface: Not selected" which might be more helpful
389 ------------------------------------------------------------------------
390 r19694 | ulfl | 2006-10-25 17:39:05 -0700 (Wed, 25 Oct 2006) | 3 lines
391 Changed paths:
392    M /trunk/gtk/airpcap_dlg.c
393
394 don't use custom build buttons for standard tasks like: Ok, Apply, Cancel.
395
396 It might be a good idea to add tooltips to the various GUI elements - this makes understanding the GUI *much* faster.
397 ------------------------------------------------------------------------
398 r19695 | etxrab | 2006-10-26 00:25:07 -0700 (Thu, 26 Oct 2006) | 1 line
399 Changed paths:
400    M /trunk/Makefile.nmake
401    M /trunk/config.nmake
402    M /trunk/tools/win32-setup.sh
403
404 Preparations for using the latest GTK 2.8 files for now only gettext is updated.
405 ------------------------------------------------------------------------
406 r19696 | etxrab | 2006-10-26 00:34:10 -0700 (Thu, 26 Oct 2006) | 1 line
407 Changed paths:
408    M /trunk/Makefile.nmake
409
410 Missed a change.
411 ------------------------------------------------------------------------
412 r19697 | sahlberg | 2006-10-26 00:34:22 -0700 (Thu, 26 Oct 2006) | 3 lines
413 Changed paths:
414    M /trunk/AUTHORS
415
416 update of shaun j's detains
417
418
419 ------------------------------------------------------------------------
420 r19698 | sahlberg | 2006-10-26 00:45:01 -0700 (Thu, 26 Oct 2006) | 14 lines
421 Changed paths:
422    M /trunk/epan/dissectors/packet-imap.c
423
424 from stephen f    fix for 1040
425
426
427 Attached is a patch to fix bug #1040: "imap packet: not all infos are
428 displayed." ?\194?\160It has been tested against the capture file the user
429 provided as well as my own capture of an imap session.
430
431
432 Thanks,
433  ?\194?\160Steve
434
435
436
437
438 ------------------------------------------------------------------------
439 r19699 | ulfl | 2006-10-26 01:07:13 -0700 (Thu, 26 Oct 2006) | 1 line
440 Changed paths:
441    M /trunk/epan/dissectors/Makefile.nmake
442
443 put python script name in brackets
444 ------------------------------------------------------------------------
445 r19700 | ulfl | 2006-10-26 01:08:13 -0700 (Thu, 26 Oct 2006) | 1 line
446 Changed paths:
447    M /trunk/epan/dissectors/packet-dcom-cba-acco.c
448
449 slightly improve info column output
450 ------------------------------------------------------------------------
451 r19701 | sahlberg | 2006-10-26 01:37:39 -0700 (Thu, 26 Oct 2006) | 4 lines
452 Changed paths:
453    M /trunk/epan/dissectors/packet-usb.c
454
455 break request/response matching to track transactions out from the CONTROL handler to use the same code for ALL pdu types
456
457
458
459 ------------------------------------------------------------------------
460 r19702 | martinm | 2006-10-26 03:11:09 -0700 (Thu, 26 Oct 2006) | 1 line
461 Changed paths:
462    M /trunk/epan/dissectors/packet-catapult-dct2000.c
463    M /trunk/epan/dissectors/packet-umts_fp.c
464
465 Hopefully zap some warnings
466 ------------------------------------------------------------------------
467 r19703 | guy | 2006-10-26 03:27:16 -0700 (Thu, 26 Oct 2006) | 2 lines
468 Changed paths:
469    M /trunk/doc/README.developer
470
471 Mention the 64-bit-integer accessors.
472
473 ------------------------------------------------------------------------
474 r19704 | martinm | 2006-10-26 05:45:14 -0700 (Thu, 26 Oct 2006) | 1 line
475 Changed paths:
476    M /trunk/epan/dissectors/packet-umts_fp.c
477
478 Cast away remaining warnings seen on buildbot
479 ------------------------------------------------------------------------
480 r19705 | jake | 2006-10-26 07:36:09 -0700 (Thu, 26 Oct 2006) | 4 lines
481 Changed paths:
482    M /trunk/epan/dissectors/packet-ntp.c
483
484 From Xiaoguang Liu
485 In wireshark a NTP field is displayed as "clock dispersion".
486 But should it be called "root dispersion" as per RFC 1305?
487
488 ------------------------------------------------------------------------
489 r19706 | jmayer | 2006-10-26 07:50:03 -0700 (Thu, 26 Oct 2006) | 3 lines
490 Changed paths:
491    M /trunk/acinclude.m4
492
493 Don't include /usr/local if usage of /usr/local has been disabled via
494 configure option.
495
496 ------------------------------------------------------------------------
497 r19707 | jmayer | 2006-10-26 08:36:50 -0700 (Thu, 26 Oct 2006) | 8 lines
498 Changed paths:
499    M /trunk/CMakeLists.txt
500    A /trunk/cmake/modules/CMakeInstallDirs.cmake
501    M /trunk/cmake/modules/Check64BitFormat.cmake
502    M /trunk/cmake/modules/FindPCAP.cmake
503
504 frederic.heem:
505   Update/Add FindPCAP.cmake CMakeInstallDirs.cmake CMakeLists.txt
506
507 me:
508   Fix a typo, change gcc flags to mimic the behaviour of autofoo
509   stuff.
510
511
512 ------------------------------------------------------------------------
513 r19708 | jmayer | 2006-10-26 09:39:34 -0700 (Thu, 26 Oct 2006) | 3 lines
514 Changed paths:
515    M /trunk/cmake/modules/LICENSE.txt
516
517 Only include the license text and not the rest of the source file
518 it was copied from as well.
519
520 ------------------------------------------------------------------------
521 r19709 | martinm | 2006-10-26 09:52:55 -0700 (Thu, 26 Oct 2006) | 1 line
522 Changed paths:
523    M /trunk/epan/dissectors/packet-rtcp.c
524
525 Try to declare and cast away warnings
526 ------------------------------------------------------------------------
527 r19710 | martinm | 2006-10-26 10:03:45 -0700 (Thu, 26 Oct 2006) | 1 line
528 Changed paths:
529    M /trunk/epan/dissectors/packet-sdp.c
530
531 More warnings...
532 ------------------------------------------------------------------------
533 r19711 | etxrab | 2006-10-26 14:31:48 -0700 (Thu, 26 Oct 2006) | 1 line
534 Changed paths:
535    M /trunk/asn1/camel/camel.asn
536    M /trunk/asn1/camel/packet-camel-template.c
537    M /trunk/epan/dissectors/packet-camel.c
538
539 Fix more Ubuntu warnings.
540 ------------------------------------------------------------------------
541 r19712 | gerald | 2006-10-26 14:53:30 -0700 (Thu, 26 Oct 2006) | 3 lines
542 Changed paths:
543    M /trunk/airpcap_loader.c
544
545 Add a lot of sanity checks, particularly to get_airpcap_interface_list(),
546 which should fix bug 1176.  Fix up whitespace and indentation.
547
548 ------------------------------------------------------------------------
549 r19714 | martinm | 2006-10-27 03:16:22 -0700 (Fri, 27 Oct 2006) | 3 lines
550 Changed paths:
551    M /trunk/epan/dissectors/packet-ipsec.c
552
553 When key length wrong, show expected value.
554 Fix Preference label where %d was missing from specifier.
555
556 ------------------------------------------------------------------------
557 r19715 | ulfl | 2006-10-27 05:06:13 -0700 (Fri, 27 Oct 2006) | 3 lines
558 Changed paths:
559    M /trunk/Makefile.nmake
560    M /trunk/config.nmake
561    M /trunk/packaging/nsis/Makefile.nmake
562    M /trunk/packaging/nsis/wireshark.nsi
563    M /trunk/packaging/u3/win32/makefile.nmake
564
565 fix the GTK-WIMP paths for GTK2.8 - both source and destination paths completely changed from 2.6 to 2.8 due to the integration of Wimp into the main GTK repository
566
567 remove settings for GTK2.2 and 2.4 in config.nmake - as no one uses it IMHO
568 ------------------------------------------------------------------------
569 r19716 | martinm | 2006-10-27 06:03:38 -0700 (Fri, 27 Oct 2006) | 1 line
570 Changed paths:
571    M /trunk/epan/dissectors/packet-sdp.c
572
573 More warnings
574 ------------------------------------------------------------------------
575 r19717 | martinm | 2006-10-27 07:36:48 -0700 (Fri, 27 Oct 2006) | 3 lines
576 Changed paths:
577    M /trunk/epan/dissectors/packet-sdp.c
578
579 Cast away most remaining warnings.
580 2 will remain, because the 'needle' arg in tvb_pbrk_guint8() isn't const...  Should it be?
581
582 ------------------------------------------------------------------------
583 r19719 | gerald | 2006-10-27 12:15:57 -0700 (Fri, 27 Oct 2006) | 3 lines
584 Changed paths:
585    M /trunk/docbook/Makefile
586
587 Allow each program called by the Docbook Makefile to be specified using
588 the environment.
589
590 ------------------------------------------------------------------------
591 r19720 | gerald | 2006-10-27 13:33:19 -0700 (Fri, 27 Oct 2006) | 3 lines
592 Changed paths:
593    M /trunk/airpcap_loader.c
594
595 Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtained
596 our addresses.
597
598 ------------------------------------------------------------------------
599 r19721 | jake | 2006-10-28 14:32:38 -0700 (Sat, 28 Oct 2006) | 3 lines
600 Changed paths:
601    M /trunk/epan/dissectors/packet-tcp.c
602
603 From Pierre Juhen:
604 I would like to have a tcp.options field with a name for PMDL output;
605 I include a patch to packet-tcp.c to provide that.
606 ------------------------------------------------------------------------
607 r19722 | jake | 2006-10-28 14:52:38 -0700 (Sat, 28 Oct 2006) | 3 lines
608 Changed paths:
609    M /trunk/epan/dissectors/Makefile.common
610    M /trunk/epan/dissectors/packet-igmp.c
611    A /trunk/epan/dissectors/packet-rgmp.c
612    A /trunk/epan/dissectors/packet-rgmp.h
613
614 Based on RFC3488. This is a setup for RGMP dissection, a simple protocol bolted on IGMP.
615
616
617 ------------------------------------------------------------------------
618 r19723 | guy | 2006-10-28 17:06:02 -0700 (Sat, 28 Oct 2006) | 2 lines
619 Changed paths:
620    M /trunk/epan/dissectors/packet-tcp.c
621
622 The TCP options data is a byte array, not a character string.
623
624 ------------------------------------------------------------------------
625 r19724 | gerald | 2006-10-28 22:55:04 -0700 (Sat, 28 Oct 2006) | 2 lines
626 Changed paths:
627    M /trunk/image/wsicon.svg
628    M /trunk/image/wsicon16.png
629    M /trunk/image/wsicon200.png
630    M /trunk/image/wsicon32.png
631    M /trunk/image/wsicon48.png
632    M /trunk/image/wsicon64.png
633    M /trunk/image/wsiconcap.svg
634    M /trunk/image/wsiconcap200.png
635
636 Add a glossy highlight.
637
638 ------------------------------------------------------------------------
639 r19725 | jake | 2006-10-29 03:50:30 -0800 (Sun, 29 Oct 2006) | 4 lines
640 Changed paths:
641    M /trunk/epan/dissectors/packet-udp.c
642
643 From Stephen Fisher:
644 Attached is a patch to allow the disabling of the UDP/UDPlite checksum
645 verification for cards that offload it and report it incorrectly.
646
647 ------------------------------------------------------------------------
648 r19726 | ulfl | 2006-10-29 04:51:15 -0800 (Sun, 29 Oct 2006) | 3 lines
649 Changed paths:
650    M /trunk/file.c
651
652 fix #1188: scroll the packet list to the bottom (in a running capture) *after* thawing the list - otherwise the scrolling won't be done correctly
653
654 this one should go into 0.99.4 IMHO
655 ------------------------------------------------------------------------
656 r19727 | ulfl | 2006-10-29 05:53:07 -0800 (Sun, 29 Oct 2006) | 1 line
657 Changed paths:
658    M /trunk/colorfilters
659    M /trunk/epan/dissectors/packet-tcp.c
660    M /trunk/epan/dissectors/packet-udp.c
661
662 make the checksum fields visible for TCP and UDP
663 ------------------------------------------------------------------------
664 r19728 | ulfl | 2006-10-29 06:41:16 -0800 (Sun, 29 Oct 2006) | 1 line
665 Changed paths:
666    M /trunk/config.nmake
667
668 change the default GTK version from GTK2.6 to GTK2.8
669 ------------------------------------------------------------------------
670 r19729 | ulfl | 2006-10-29 09:14:13 -0800 (Sun, 29 Oct 2006) | 4 lines
671 Changed paths:
672    M /trunk/docbook/wsdg_src/WSDG_chapter_capture.xml
673    M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
674    M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
675
676 from Sake Blok:
677
678 While I was reading the development guide I noticed a few typo's.
679 The attached patch fixes them (the patch is against revision 19724).
680 ------------------------------------------------------------------------
681 r19730 | ulfl | 2006-10-29 09:19:52 -0800 (Sun, 29 Oct 2006) | 9 lines
682 Changed paths:
683    M /trunk/asn1/MAP_Dialogue/Makefile.nmake
684    M /trunk/asn1/acp133/Makefile.nmake
685    M /trunk/asn1/acse/Makefile.nmake
686    M /trunk/asn1/ansi_map/Makefile.nmake
687    M /trunk/asn1/camel/Makefile.nmake
688    M /trunk/asn1/cdt/Makefile.nmake
689    M /trunk/asn1/cmip/Makefile.nmake
690    M /trunk/asn1/cms/Makefile.nmake
691    M /trunk/asn1/dap/Makefile.nmake
692    M /trunk/asn1/disp/Makefile.nmake
693    M /trunk/asn1/dop/Makefile.nmake
694    M /trunk/asn1/dsp/Makefile.nmake
695    M /trunk/asn1/ess/Makefile.nmake
696    M /trunk/asn1/ftam/Makefile.nmake
697    M /trunk/asn1/ftbp/Makefile.nmake
698    M /trunk/asn1/gnm/Makefile.nmake
699    M /trunk/asn1/gsm_ss/Makefile.nmake
700    M /trunk/asn1/gsmmap/Makefile.nmake
701    M /trunk/asn1/h225/Makefile.nmake
702    M /trunk/asn1/h235/Makefile.nmake
703    M /trunk/asn1/h245/Makefile.nmake
704    M /trunk/asn1/h248/Makefile.nmake
705    M /trunk/asn1/h450/Makefile.nmake
706    M /trunk/asn1/inap/Makefile.nmake
707    M /trunk/asn1/ldap/Makefile.nmake
708    M /trunk/asn1/logotype-cert-extn/Makefile.nmake
709    M /trunk/asn1/mms/Makefile.nmake
710    M /trunk/asn1/nbap/Makefile.nmake
711    M /trunk/asn1/ns-cert-exts/Makefile.nmake
712    M /trunk/asn1/ocsp/Makefile.nmake
713    M /trunk/asn1/pkcs1/Makefile.nmake
714    M /trunk/asn1/pkinit/Makefile.nmake
715    M /trunk/asn1/pkix1explicit/Makefile.nmake
716    M /trunk/asn1/pkix1implicit/Makefile.nmake
717    M /trunk/asn1/pkixcmp/Makefile.nmake
718    M /trunk/asn1/pkixcrmf/Makefile.nmake
719    M /trunk/asn1/pkixproxy/Makefile.nmake
720    M /trunk/asn1/pkixqualified/Makefile.nmake
721    M /trunk/asn1/pkixtsp/Makefile.nmake
722    M /trunk/asn1/pres/Makefile.nmake
723    M /trunk/asn1/ranap/Makefile.nmake
724    M /trunk/asn1/rnsap/Makefile.nmake
725    M /trunk/asn1/ros/Makefile.nmake
726    M /trunk/asn1/rrlp/Makefile.nmake
727    M /trunk/asn1/rtse/Makefile.nmake
728    M /trunk/asn1/s4406/Makefile.nmake
729    M /trunk/asn1/smrse/Makefile.nmake
730    M /trunk/asn1/snmp/Makefile.nmake
731    M /trunk/asn1/spnego/Makefile.nmake
732    M /trunk/asn1/tcap/Makefile.nmake
733    M /trunk/asn1/ulp/Makefile.nmake
734    M /trunk/asn1/umts_rrc/Makefile.nmake
735    M /trunk/asn1/umts_rrc_Internode-defs/Makefile.nmake
736    M /trunk/asn1/umts_rrc_ies/Makefile.nmake
737    M /trunk/asn1/umts_rrc_pdu_def/Makefile.nmake
738    M /trunk/asn1/wlancertextn/Makefile.nmake
739    M /trunk/asn1/x411/Makefile.nmake
740    M /trunk/asn1/x420/Makefile.nmake
741    M /trunk/asn1/x509af/Makefile.nmake
742    M /trunk/asn1/x509ce/Makefile.nmake
743    M /trunk/asn1/x509if/Makefile.nmake
744    M /trunk/asn1/x509sat/Makefile.nmake
745    M /trunk/plugins/acn/Makefile.nmake
746    M /trunk/plugins/agentx/Makefile.nmake
747    M /trunk/plugins/artnet/Makefile.nmake
748    M /trunk/plugins/asn1/Makefile.nmake
749    M /trunk/plugins/ciscosm/Makefile.nmake
750    M /trunk/plugins/docsis/Makefile.nmake
751    M /trunk/plugins/enttec/Makefile.nmake
752    M /trunk/plugins/gryphon/Makefile.nmake
753    M /trunk/plugins/h223/Makefile.nmake
754    M /trunk/plugins/irda/Makefile.nmake
755    M /trunk/plugins/lwres/Makefile.nmake
756    M /trunk/plugins/megaco/Makefile.nmake
757    M /trunk/plugins/mgcp/Makefile.nmake
758    M /trunk/plugins/opsi/Makefile.nmake
759    M /trunk/plugins/pcli/Makefile.nmake
760    M /trunk/plugins/profinet/Makefile.nmake
761    M /trunk/plugins/rlm/Makefile.nmake
762    M /trunk/plugins/rtnet/Makefile.nmake
763    M /trunk/plugins/rudp/Makefile.nmake
764    M /trunk/plugins/sbus/Makefile.nmake
765    M /trunk/plugins/v5ua/Makefile.nmake
766
767 put every python script name into "" so the call won't fail on Win32 native python.
768
769 The problem is the slash in e.g.:
770
771  @$(PYTHON) ../../tools/make-dissector-reg.py
772
773 is interpreted as an option instead of being part of the path.
774
775 I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port.
776 ------------------------------------------------------------------------
777 r19731 | jake | 2006-10-29 11:14:31 -0800 (Sun, 29 Oct 2006) | 5 lines
778 Changed paths:
779    M /trunk/epan/dissectors/packet-arp.c
780
781 From Roger Gottsponer:
782 During troubleshooting an ARP problem, I found an issue with wireshark
783 to properly recognise Gratuitous ARP packets. Gratuitous ARP packets
784 can be made with ARP request or ARP reply packets.
785
786 ------------------------------------------------------------------------
787 r19732 | ulfl | 2006-10-29 11:47:59 -0800 (Sun, 29 Oct 2006) | 1 line
788 Changed paths:
789    M /trunk/docbook/Makefile
790
791 fix a typo in the recent change to the hhc.exe command line, so the chm files compile again - took me more than an hour to find out and reproduce :-(
792 ------------------------------------------------------------------------
793 r19733 | sahlberg | 2006-10-29 12:56:00 -0800 (Sun, 29 Oct 2006) | 16 lines
794 Changed paths:
795    M /trunk/epan/dissectors/packet-ses.c
796
797 from Stephen fischer
798
799 Attached is a patch to fix bug #1163: "Dissector bug. ISO8073 COTP
800 protocol." ?\194?\160The SES dissector was incorrectly believing it had PDUs
801 within the COTP PDUs. ?\194?\160I added an additional heuristic check to see if
802 the length of the SES PDU is 0, then return false since it can't be zero
803 length.
804
805
806 Thanks,
807  ?\194?\160Steve
808
809
810
811
812
813 ------------------------------------------------------------------------
814 r19734 | sahlberg | 2006-10-29 13:01:57 -0800 (Sun, 29 Oct 2006) | 15 lines
815 Changed paths:
816    M /trunk/epan/dissectors/packet-bpdu.c
817
818 from sake blok
819
820 Hi,
821
822 The attached file is a patch to packet-bpdu.c so that Wireshark is
823 able to dissect the Cisco MST BPDU's that I encountered last week.
824
825 Cheers,
826
827
828 Sake
829
830
831
832
833 ------------------------------------------------------------------------
834 r19735 | ulfl | 2006-10-29 18:09:59 -0800 (Sun, 29 Oct 2006) | 5 lines
835 Changed paths:
836    M /trunk/gtk/packet_list.c
837
838 fix #1159 from Jim Young (should go into 0.99.4):
839 I think I have a fix for this problem.   The procedure
840 packet_list_set_selected_row()would do a clist freeze but not a corresponding
841 clist thaw if the list was empty.  A one line fix to gtk/packet_list.c appears
842 to fix this problem.
843 ------------------------------------------------------------------------
844 r19736 | gerald | 2006-10-29 22:34:31 -0800 (Sun, 29 Oct 2006) | 3 lines
845 Changed paths:
846    M /trunk/airpcap.h
847    M /trunk/airpcap_loader.c
848    M /trunk/airpcap_loader.h
849    M /trunk/gtk/about_dlg.c
850    M /trunk/gtk/airpcap_dlg.c
851    M /trunk/gtk/airpcap_gui_utils.c
852    M /trunk/gtk/airpcap_gui_utils.h
853    M /trunk/gtk/main.c
854
855 From Giorgio Tino: Add support for version 2.0 of the AirPcap driver,
856 which has an updated API for WEP key handling.
857
858 ------------------------------------------------------------------------
859 r19737 | martinm | 2006-10-30 01:50:39 -0800 (Mon, 30 Oct 2006) | 1 line
860 Changed paths:
861    M /trunk/print.c
862
863 Fix for (already-closed) bug 1180
864 ------------------------------------------------------------------------
865 r19738 | sahlberg | 2006-10-30 04:18:29 -0800 (Mon, 30 Oct 2006) | 7 lines
866 Changed paths:
867    M /trunk/epan/dissectors/Makefile.common
868    A /trunk/epan/dissectors/packet-scsi-mmc.c
869    A /trunk/epan/dissectors/packet-scsi-mmc.h
870    M /trunk/epan/dissectors/packet-scsi-osd.c
871    M /trunk/epan/dissectors/packet-scsi.c
872    M /trunk/epan/dissectors/packet-scsi.h
873
874 start splitting the monolitic scsi dissector up into commandset dissectors
875
876
877 split the MMC commandset out of the main scsi dissector
878
879
880
881 ------------------------------------------------------------------------
882 r19739 | martinm | 2006-10-30 07:36:40 -0800 (Mon, 30 Oct 2006) | 4 lines
883 Changed paths:
884    M /trunk/epan/dissectors/packet-icmpv6.c
885
886 A little prettifying:
887 - Most Router Advertisement fields are now properly filterable
888 - Option tree has improved label, length set, fixed fields filterable
889
890 ------------------------------------------------------------------------
891 r19740 | gerald | 2006-10-30 08:01:40 -0800 (Mon, 30 Oct 2006) | 3 lines
892 Changed paths:
893    M /trunk/gtk/color_edit_dlg.c
894
895 Fix for bug 1164 from Stephen Fisher: In the coloring rules edit dialog, set
896 the foreground color correctly.
897
898 ------------------------------------------------------------------------
899 r19742 | jmayer | 2006-10-30 10:17:10 -0800 (Mon, 30 Oct 2006) | 5 lines
900 Changed paths:
901    M /trunk/Makefile.am
902    M /trunk/configure.in
903    D /trunk/tools/idl2wrs.sh
904    A /trunk/tools/idl2wrs.sh.in (from /trunk/tools/idl2wrs.sh:19741)
905
906 carsten.prescher@eads.com:
907
908 Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1114
909 @SHELL@ not replaced in idl2wrs
910
911 ------------------------------------------------------------------------
912 r19743 | jake | 2006-10-30 10:25:44 -0800 (Mon, 30 Oct 2006) | 3 lines
913 Changed paths:
914    M /trunk/epan/dissectors/packet-ymsg.c
915
916 From Gennady Feldman:
917 Here is an updated patch. Should be pretty safe. Just added a couple of constants and changed some strings to be cleaner and easier to read.
918
919 ------------------------------------------------------------------------
920 r19744 | jmayer | 2006-10-30 10:38:14 -0800 (Mon, 30 Oct 2006) | 5 lines
921 Changed paths:
922    M /trunk/cmake/modules/CMakeInstallDirs.cmake
923    M /trunk/cmake/modules/Check64BitFormat.cmake
924    M /trunk/cmake/modules/FindADNS.cmake
925    M /trunk/cmake/modules/FindDBUS.cmake
926    M /trunk/cmake/modules/FindDBUSGLIB.cmake
927    D /trunk/cmake/modules/FindGCRYPT.cmake
928    M /trunk/cmake/modules/FindPCAP.cmake
929    M /trunk/cmake/modules/UsePkgConfig.cmake
930
931 frederic heem:
932
933 Please find the patch that adds copyrights.
934
935
936 ------------------------------------------------------------------------
937 r19746 | gerald | 2006-10-30 17:28:29 -0800 (Mon, 30 Oct 2006) | 3 lines
938 Changed paths:
939    M /trunk/epan/dissectors/packet-radiotap.c
940
941 Make sure we round up to the nearest 4-byte boundary before trying to process
942 the FCS.
943
944 ------------------------------------------------------------------------
945 r19747 | gerald | 2006-10-30 17:44:11 -0800 (Mon, 30 Oct 2006) | 3 lines
946 Changed paths:
947    M /trunk/airpcap_loader.c
948    M /trunk/gtk/main.c
949    M /trunk/gtk/recent.c
950    M /trunk/gtk/recent.h
951    M /trunk/gtk/simple_dialog.c
952
953 From Giorgio Tino:  Add a "Don't show this message again" option to an
954 AirPcap warning dialog.  Fix a callback bug in simple_dialog.c.
955
956 ------------------------------------------------------------------------
957 r19748 | gerald | 2006-10-30 17:46:59 -0800 (Mon, 30 Oct 2006) | 2 lines
958 Changed paths:
959    M /trunk/epan/dissectors/packet-vnc.c
960
961 Escape non-ASCII characters in the client and server protocol version strings.
962
963 ------------------------------------------------------------------------
964 r19751 | sahlberg | 2006-10-31 01:29:07 -0800 (Tue, 31 Oct 2006) | 7 lines
965 Changed paths:
966    M /trunk/asn1/ldap/packet-ldap-template.c
967    M /trunk/asn1/pkixcmp/cmp-exp.cnf
968    M /trunk/asn1/pkixcmp/packet-cmp-template.c
969    M /trunk/asn1/ulp/packet-ulp-template.c
970    M /trunk/asn1/ulp/ulp-exp.cnf
971    M /trunk/epan/dissectors/packet-aim.c
972    M /trunk/epan/dissectors/packet-ajp13.c
973    M /trunk/epan/dissectors/packet-bittorrent.c
974    M /trunk/epan/dissectors/packet-cast.c
975    M /trunk/epan/dissectors/packet-cmp.c
976    M /trunk/epan/dissectors/packet-cmp.h
977    M /trunk/epan/dissectors/packet-cops.c
978    M /trunk/epan/dissectors/packet-dcm.c
979    M /trunk/epan/dissectors/packet-dhcp-failover.c
980    M /trunk/epan/dissectors/packet-diameter.c
981    M /trunk/epan/dissectors/packet-dlsw.c
982    M /trunk/epan/dissectors/packet-dns.c
983    M /trunk/epan/dissectors/packet-dsi.c
984    M /trunk/epan/dissectors/packet-edonkey.c
985    M /trunk/epan/dissectors/packet-enip.c
986    M /trunk/epan/dissectors/packet-giop.c
987    M /trunk/epan/dissectors/packet-gnutella.c
988    M /trunk/epan/dissectors/packet-icep.c
989    M /trunk/epan/dissectors/packet-ifcp.c
990    M /trunk/epan/dissectors/packet-ipdc.c
991    M /trunk/epan/dissectors/packet-isns.c
992    M /trunk/epan/dissectors/packet-kerberos.c
993    M /trunk/epan/dissectors/packet-kerberos.h
994    M /trunk/epan/dissectors/packet-laplink.c
995    M /trunk/epan/dissectors/packet-ldap.c
996    M /trunk/epan/dissectors/packet-lsc.c
997    M /trunk/epan/dissectors/packet-mq.c
998    M /trunk/epan/dissectors/packet-mysql.c
999    M /trunk/epan/dissectors/packet-ncp.c
1000    M /trunk/epan/dissectors/packet-ndmp.c
1001    M /trunk/epan/dissectors/packet-ndps.c
1002    M /trunk/epan/dissectors/packet-netsync.c
1003    M /trunk/epan/dissectors/packet-pgsql.c
1004    M /trunk/epan/dissectors/packet-pvfs2.c
1005    M /trunk/epan/dissectors/packet-s5066.c
1006    M /trunk/epan/dissectors/packet-skinny.c
1007    M /trunk/epan/dissectors/packet-slsk.c
1008    M /trunk/epan/dissectors/packet-smpp.c
1009    M /trunk/epan/dissectors/packet-srvloc.c
1010    M /trunk/epan/dissectors/packet-tali.c
1011    M /trunk/epan/dissectors/packet-tcp.c
1012    M /trunk/epan/dissectors/packet-tcp.h
1013    M /trunk/epan/dissectors/packet-tns.c
1014    M /trunk/epan/dissectors/packet-ucp.c
1015    M /trunk/epan/dissectors/packet-ulp.c
1016    M /trunk/epan/dissectors/packet-ulp.h
1017    M /trunk/epan/dissectors/packet-uma.c
1018    M /trunk/epan/dissectors/packet-winsrepl.c
1019    M /trunk/epan/dissectors/packet-xot.c
1020    M /trunk/epan/dissectors/packet-ymsg.c
1021    M /trunk/plugins/agentx/packet-agentx.c
1022    M /trunk/plugins/gryphon/packet-gryphon.c
1023    M /trunk/plugins/opsi/packet-opsi.c
1024
1025 change the signature for the get_pdu_len() function pointer passed to tcp_dissect_pdus() to also include a packet_info pointer.
1026
1027
1028 there are many reasons why some protocols actually need to be able to access the pinfo structure while determining the pdu size
1029
1030
1031
1032 ------------------------------------------------------------------------
1033 r19752 | sahlberg | 2006-10-31 03:16:01 -0800 (Tue, 31 Oct 2006) | 4 lines
1034 Changed paths:
1035    M /trunk/epan/dissectors/Makefile.common
1036    A /trunk/epan/dissectors/packet-nbd.c
1037
1038  new protocol NBD   NetworkBlockDevice
1039
1040
1041
1042 ------------------------------------------------------------------------
1043 r19753 | jmayer | 2006-10-31 03:35:55 -0800 (Tue, 31 Oct 2006) | 13 lines
1044 Changed paths:
1045    M /trunk/Makefile.am
1046    M /trunk/configure.in
1047    M /trunk/tools/lemon/Makefile.am
1048
1049 Robert Schwebel:
1050   Fix for http://bugs.wireshark.org/bugzilla/attachment.cgi?id=419&action=view
1051   cross compilation fails
1052
1053 With the following change: Use only AC_CANONICAL_TARGET
1054
1055 From the autoconf manual:
1056      The user is encouraged to use either `AC_CANONICAL_BUILD', or
1057      `AC_CANONICAL_HOST', or `AC_CANONICAL_TARGET', depending on the
1058      needs.  Using `AC_CANONICAL_TARGET' is enough to run the two other
1059      macros.
1060
1061
1062 ------------------------------------------------------------------------
1063 r19754 | jmayer | 2006-10-31 06:36:32 -0800 (Tue, 31 Oct 2006) | 1 line
1064 Changed paths:
1065    M /trunk/epan/etypes.h
1066
1067 Order ethertypes by number - no other changes
1068 ------------------------------------------------------------------------
1069 r19755 | jmayer | 2006-10-31 06:47:34 -0800 (Tue, 31 Oct 2006) | 3 lines
1070 Changed paths:
1071    M /trunk/configure.in
1072
1073 Repeat after me: Test submission before sending.
1074 Repeat after me: Test patches before committing.
1075
1076 ------------------------------------------------------------------------
1077 r19756 | jmayer | 2006-10-31 06:49:11 -0800 (Tue, 31 Oct 2006) | 1 line
1078 Changed paths:
1079    M /trunk/epan/etypes.h
1080
1081 Fix another typowq
1082 ------------------------------------------------------------------------
1083 r19758 | sahlberg | 2006-10-31 13:13:46 -0800 (Tue, 31 Oct 2006) | 3 lines
1084 Changed paths:
1085    M /trunk/epan/dissectors/packet-nbd.c
1086
1087 prettify the info column and add a generated item for the type (read/write) to response packets
1088
1089
1090 ------------------------------------------------------------------------
1091 r19759 | gram | 2006-10-31 13:15:38 -0800 (Tue, 31 Oct 2006) | 3 lines
1092 Changed paths:
1093    M /trunk/epan/dissectors/packet-2dparityfec.c
1094
1095 The protocol must be registered before its fields, so that
1096 proto_registrar_dump_fields() knows the relationship.
1097
1098 ------------------------------------------------------------------------
1099 r19760 | sahlberg | 2006-10-31 13:25:31 -0800 (Tue, 31 Oct 2006) | 3 lines
1100 Changed paths:
1101    M /trunk/epan/dissectors/packet-nbd.c
1102
1103 show "Disconnect request" in the info column for disconnects
1104
1105
1106 ------------------------------------------------------------------------
1107 r19761 | gram | 2006-10-31 13:29:34 -0800 (Tue, 31 Oct 2006) | 3 lines
1108 Changed paths:
1109    M /trunk/epan/dissectors/packet-dhcpv6.c
1110
1111 Provide field names for fields with true/false values so they
1112 can be searched on.
1113
1114 ------------------------------------------------------------------------
1115 r19762 | gram | 2006-10-31 13:43:48 -0800 (Tue, 31 Oct 2006) | 2 lines
1116 Changed paths:
1117    M /trunk/epan/dissectors/packet-t38.c
1118
1119 value_string arrays need to be terminated with a {0, NULL}.
1120
1121 ------------------------------------------------------------------------
1122 r19763 | gram | 2006-10-31 14:00:41 -0800 (Tue, 31 Oct 2006) | 5 lines
1123 Changed paths:
1124    M /trunk/epan/proto.c
1125
1126 When processing '-G fields', ignore the "proto_tree_add_text"
1127 pseudo-field by looking at the ID for hf_text_only. Apparently
1128 some fields really don't have 'name' fields, but we still want
1129 their info to be dumped out.
1130
1131 ------------------------------------------------------------------------
1132 r19764 | etxrab | 2006-10-31 14:28:50 -0800 (Tue, 31 Oct 2006) | 2 lines
1133 Changed paths:
1134    M /trunk/epan/wslua/Makefile.am
1135
1136 console.lua missing from the svn tarball preventing making a package. I hope this
1137 is the right way to fix it.
1138 ------------------------------------------------------------------------
1139 r19766 | sahlberg | 2006-11-01 01:54:48 -0800 (Wed, 01 Nov 2006) | 4 lines
1140 Changed paths:
1141    M /trunk/epan/dissectors/packet-usb.c
1142    M /trunk/epan/dissectors/packet-usb.h
1143
1144 update the list of defined application classes and list all the official ones from www.usb.org
1145
1146
1147
1148 ------------------------------------------------------------------------
1149 r19767 | gerald | 2006-11-01 12:32:23 -0800 (Wed, 01 Nov 2006) | 2 lines
1150 Changed paths:
1151    M /trunk/epan/proto.c
1152
1153 Throw an exception if we try to add more than a million items to the tree.
1154
1155 ------------------------------------------------------------------------
1156 r19768 | jmayer | 2006-11-01 14:22:27 -0800 (Wed, 01 Nov 2006) | 1 line
1157 Changed paths:
1158    M /trunk/cmake/modules/Check64BitFormat.c.in
1159
1160 Add same license info as in Check64BitFormat.cmake
1161 ------------------------------------------------------------------------
1162 r19769 | etxrab | 2006-11-01 14:58:41 -0800 (Wed, 01 Nov 2006) | 1 line
1163 Changed paths:
1164    M /trunk/epan/dissectors/packet-amr.c
1165
1166 Handle RFC 3267 Bandwidth-efficient mode.
1167 ------------------------------------------------------------------------
1168 r19770 | etxrab | 2006-11-01 15:01:14 -0800 (Wed, 01 Nov 2006) | 1 line
1169 Changed paths:
1170    M /trunk/plugins/megaco/packet-megaco.c
1171
1172 Add h324_muxtbl_out
1173 ------------------------------------------------------------------------
1174 r19771 | ulfl | 2006-11-01 15:22:13 -0800 (Wed, 01 Nov 2006) | 1 line
1175 Changed paths:
1176    M /trunk/airpcap_loader.c
1177
1178 fix a warning: "airpcap_loader.c(2287) : warning C4700: local variable 'ad' used without having been initialized"
1179 ------------------------------------------------------------------------
1180 r19772 | kukosa | 2006-11-02 00:48:58 -0800 (Thu, 02 Nov 2006) | 2 lines
1181 Changed paths:
1182    M /trunk/epan/ftypes/ftype-bytes.c
1183
1184 Bug 1053: New SNMP filtering is broken
1185 Do not try to parse OID as hexbytes string
1186 ------------------------------------------------------------------------
1187 r19773 | jmayer | 2006-11-02 00:52:25 -0800 (Thu, 02 Nov 2006) | 2 lines
1188 Changed paths:
1189    M /trunk/gtk/follow_dlg.c
1190
1191 Try to fix bug 1043.
1192
1193 ------------------------------------------------------------------------
1194 r19774 | jmayer | 2006-11-02 01:26:38 -0800 (Thu, 02 Nov 2006) | 9 lines
1195 Changed paths:
1196    M /trunk/epan/dissectors/packet-ieee80211.c
1197
1198 Zhu Yi:
1199
1200 ieee80211e dissect patch
1201 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1191
1202
1203 Me:
1204 Fix signedness warnings regarding ssid and ccode.
1205 (in the old code, not in the 11e code)
1206
1207 ------------------------------------------------------------------------
1208 r19775 | jmayer | 2006-11-02 01:30:12 -0800 (Thu, 02 Nov 2006) | 2 lines
1209 Changed paths:
1210    M /trunk/tools
1211
1212 add idl2wrs.sh to svn:ignore
1213
1214 ------------------------------------------------------------------------
1215 r19776 | ulfl | 2006-11-02 01:36:47 -0800 (Thu, 02 Nov 2006) | 3 lines
1216 Changed paths:
1217    M /trunk/packaging/nsis/wireshark.nsi
1218
1219 we don't support 95/98/ME any longer, and indeed WS doesn't work on these versions.
1220
1221 Give a hint that the last known working version was Ethereal 0.99.0 and quit the installer.
1222 ------------------------------------------------------------------------
1223 r19777 | jmayer | 2006-11-02 01:45:12 -0800 (Thu, 02 Nov 2006) | 5 lines
1224 Changed paths:
1225    M /trunk/capture-pcap-util.c
1226    M /trunk/capture_loop.c
1227    M /trunk/capture_opts.c
1228    M /trunk/dumpcap.c
1229
1230 Frederic Heem:
1231  Fix some memleaks and overflows.
1232
1233 I haven't committed the changes that are not bug fixes.
1234
1235 ------------------------------------------------------------------------
1236 r19778 | martinm | 2006-11-02 03:51:09 -0800 (Thu, 02 Nov 2006) | 1 line
1237 Changed paths:
1238    M /trunk/epan/dissectors/packet-rtcp.c
1239
1240 Don't try to report -ve roundtrip delays
1241 ------------------------------------------------------------------------
1242 r19779 | jake | 2006-11-02 08:47:13 -0800 (Thu, 02 Nov 2006) | 5 lines
1243 Changed paths:
1244    M /trunk/epan/dissectors/packet-icmpv6.c
1245
1246 From Nicolas Dichtel:
1247 here is a patch that transforms "valid lifetime" and "prefered lifetime" in a prefix option (in RA)
1248 in human readable format. Following the RFC2461 Section 4.6.2, if the value is 0xffffffff, this means lifetime
1249 is infinity.
1250
1251 ------------------------------------------------------------------------
1252 r19780 | gerald | 2006-11-02 22:30:52 -0800 (Thu, 02 Nov 2006) | 5 lines
1253 Changed paths:
1254    M /trunk/image/README.image
1255    A /trunk/image/make-icons
1256    M /trunk/image/wsicon.svg
1257    M /trunk/image/wsicon16.png
1258    M /trunk/image/wsicon16.xpm
1259    D /trunk/image/wsicon200.png
1260    A /trunk/image/wsicon256.png (from /trunk/image/wsicon200.png:19779)
1261    M /trunk/image/wsicon32.png
1262    M /trunk/image/wsicon32.xpm
1263    M /trunk/image/wsicon48.png
1264    M /trunk/image/wsicon48.xpm
1265    M /trunk/image/wsicon64.png
1266    M /trunk/image/wsicon64.xpm
1267    M /trunk/image/wsiconcap.svg
1268    M /trunk/image/wsiconcap16.xpm
1269    D /trunk/image/wsiconcap200.png
1270    A /trunk/image/wsiconcap256.png (from /trunk/image/wsiconcap200.png:19779)
1271    M /trunk/image/wsiconcap32.xpm
1272    M /trunk/image/wsiconcap48.xpm
1273    A /trunk/image/wsicondoc.svg
1274    A /trunk/image/wsicondoc256.png
1275
1276 Touch up the glossy highlight in the main icon.  Split "wsiconcap" into
1277 "capture-in-progress" and "document" icons.  Update the highlight in
1278 each of them as well.  Resize and rename the 200-pixel icons to 256.
1279 Add a script to generate icons from their canonical sources.
1280
1281 ------------------------------------------------------------------------
1282 r19781 | gerald | 2006-11-02 22:55:30 -0800 (Thu, 02 Nov 2006) | 2 lines
1283 Changed paths:
1284    M /trunk/config.nmake
1285    M /trunk/configure.in
1286
1287 Bump the version to 0.99.5.
1288
1289 ------------------------------------------------------------------------
1290 r19782 | tuexen | 2006-11-03 02:12:36 -0800 (Fri, 03 Nov 2006) | 2 lines
1291 Changed paths:
1292    M /trunk/tools/lemon/Makefile.am
1293
1294 Fixes ./autogen.sh on Mac OS X...
1295
1296 ------------------------------------------------------------------------
1297 r19783 | jmayer | 2006-11-03 07:10:17 -0800 (Fri, 03 Nov 2006) | 6 lines
1298 Changed paths:
1299    M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
1300    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
1301    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
1302    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
1303
1304 Update from samba tree revision 18675 to 19540
1305 ============================ Samba log start ============
1306 svn: When specifying working copy paths, only one target may be given
1307 ============================ Samba log end ==============
1308
1309
1310 ------------------------------------------------------------------------
1311 r19784 | gerald | 2006-11-03 07:54:12 -0800 (Fri, 03 Nov 2006) | 2 lines
1312 Changed paths:
1313    M /trunk/image/wireshark.ico
1314    M /trunk/image/wireshark.rc.in
1315    A /trunk/image/wiresharkdoc.ico
1316    M /trunk/packaging/nsis/wireshark.nsi
1317
1318 Update the Windows icons.  Use the document icon for capture files.
1319
1320 ------------------------------------------------------------------------
1321 r19785 | guy | 2006-11-03 10:39:03 -0800 (Fri, 03 Nov 2006) | 2 lines
1322 Changed paths:
1323    M /trunk/epan/Makefile.am
1324    M /trunk/epan/dfilter/Makefile.am
1325    M /trunk/plugins/mate/Makefile.am
1326
1327 Add $(EXEXT) after references to the Lemon executable.
1328
1329 ------------------------------------------------------------------------
1330 r19786 | etxrab | 2006-11-03 12:15:17 -0800 (Fri, 03 Nov 2006) | 1 line
1331 Changed paths:
1332    M /trunk/asn1/h245/h245-exp.cnf
1333    M /trunk/asn1/h245/h245.cnf
1334    M /trunk/epan/dissectors/packet-h245.c
1335    M /trunk/epan/dissectors/packet-h245.h
1336    M /trunk/epan/dissectors/packet-sdp.c
1337
1338 Dissect h324ext_h223lcparm.
1339 ------------------------------------------------------------------------
1340 r19787 | ulfl | 2006-11-03 14:12:57 -0800 (Fri, 03 Nov 2006) | 1 line
1341 Changed paths:
1342    M /trunk/packaging/nsis/wireshark.nsi
1343
1344 don't forget to uninstall pango\1.5.0, we might want to have something like this checked by the buildbot to prevent such problems
1345 ------------------------------------------------------------------------
1346 r19788 | ulfl | 2006-11-03 14:39:28 -0800 (Fri, 03 Nov 2006) | 3 lines
1347 Changed paths:
1348    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
1349
1350 split subversion into command line and GUI (TortoiseSVN) client
1351
1352 update various version infos
1353 ------------------------------------------------------------------------
1354 r19789 | gerald | 2006-11-03 16:35:04 -0800 (Fri, 03 Nov 2006) | 2 lines
1355 Changed paths:
1356    M /trunk/Makefile.am
1357
1358 Fix distcheck.
1359
1360 ------------------------------------------------------------------------
1361 r19790 | gal | 2006-11-04 00:01:44 -0800 (Sat, 04 Nov 2006) | 6 lines
1362 Changed paths:
1363    M /trunk/packaging/u3/win32/makefile.nmake
1364    M /trunk/packaging/u3/win32/manifest.tmpl
1365
1366 Update to U3 packaging to:
1367 *) Assign a new UUID for version 0.99.5 (so different versions of Wireshark can be installed on one U3 device)
1368 *) Include version number in U3 program name to allow user to differentiate versions
1369 *) Catch up with packaging changes
1370
1371
1372 ------------------------------------------------------------------------
1373 r19791 | sahlberg | 2006-11-04 00:54:45 -0800 (Sat, 04 Nov 2006) | 17 lines
1374 Changed paths:
1375    M /trunk/epan/dissectors/packet-ssl.c
1376
1377 From SF
1378
1379 Attached is a fix for bug #1156: "If a dissector depends on a new
1380 datasource created by a new tvb, that dissector's protocol can't be
1381 filtered on."
1382
1383
1384 Thanks,
1385  ?\194?\160Steve
1386
1387
1388
1389 I change the code slightly to avoid dereferenceing a NULL pointer.
1390 While the original code was fine and safe on unix   dereferencing a null pointer in this way would be unsafe and cause a segmentation violation on windows   if tree is NULL.
1391
1392
1393
1394 ------------------------------------------------------------------------
1395 r19792 | gal | 2006-11-04 01:14:54 -0800 (Sat, 04 Nov 2006) | 7 lines
1396 Changed paths:
1397    M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
1398    M /trunk/asn1/ldap/ldap.cnf
1399    M /trunk/asn1/ldap/packet-ldap-template.c
1400    M /trunk/epan/dissectors/packet-ber.c
1401    M /trunk/epan/dissectors/packet-ber.h
1402    M /trunk/epan/dissectors/packet-ldap.c
1403    M /trunk/epan/libwireshark.def
1404
1405 General updates to:
1406 *) Remove maximum LDAP PDU size check - they can get large with either large attributes (e.g. CRLs, SPIFs) or with lots of results (see http://www.wireshark.org/lists/wireshark-users/200610/msg00197.html). The max size preference is also removed.
1407 *) Support for dissecting LDAP controls including server side sorting and paged results. A new BER function is introduced to see if there is a dissector for a given OID.
1408 *) Remove reference to removed BER preference in the LDAP reassembly preference.
1409 *) Mark a LDAPURL as a URL
1410
1411
1412 ------------------------------------------------------------------------
1413 r19793 | jmayer | 2006-11-04 08:57:21 -0800 (Sat, 04 Nov 2006) | 38 lines
1414 Changed paths:
1415    M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
1416    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
1417    M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
1418    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
1419    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
1420
1421 Update from samba tree revision 19540 to 19553
1422 ============================ Samba log start ============
1423 ------------------------------------------------------------------------
1424 r19541 | jelmer | 2006-11-03 20:55:17 +0100 (Fri, 03 Nov 2006) | 3 lines
1425
1426 Explicitly segfault when the API is being used incorrectly. Previously
1427 this would've caused a silent premature return.
1428
1429 ------------------------------------------------------------------------
1430 r19544 | jelmer | 2006-11-04 00:08:33 +0100 (Sat, 04 Nov 2006) | 2 lines
1431
1432 Fix case of 'warning'.
1433
1434 ------------------------------------------------------------------------
1435 r19545 | jelmer | 2006-11-04 02:53:29 +0100 (Sat, 04 Nov 2006) | 2 lines
1436
1437 Allow enums as return types in code generated for wireshark. Originally based on a patch by Julien Kerihuel.
1438
1439 ------------------------------------------------------------------------
1440 r19546 | jelmer | 2006-11-04 03:51:03 +0100 (Sat, 04 Nov 2006) | 3 lines
1441
1442 fix number of bytes pushed when using switch_type() set to enum types.
1443 die() on invalid used of enum_type_fn()
1444
1445 ------------------------------------------------------------------------
1446 r19547 | jelmer | 2006-11-04 03:54:24 +0100 (Sat, 04 Nov 2006) | 2 lines
1447
1448 Fix use of v1_enum on enums used in return types.
1449
1450 ------------------------------------------------------------------------
1451 r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
1452
1453 Add check for correct API usage.
1454
1455 ------------------------------------------------------------------------
1456 ============================ Samba log end ==============
1457
1458
1459 ------------------------------------------------------------------------
1460 r19794 | jmayer | 2006-11-04 09:44:37 -0800 (Sat, 04 Nov 2006) | 11 lines
1461 Changed paths:
1462    M /trunk/epan/dissectors/packet-dcerpc-nspi.c
1463    A /trunk/epan/dissectors/packet-dcerpc-nspi.h
1464    A /trunk/idl/nspi
1465    A /trunk/idl/nspi/Makefile
1466    A /trunk/idl/nspi/README
1467    A /trunk/idl/nspi/mapicodes_enum.h
1468    A /trunk/idl/nspi/mapitags_enum.h
1469    A /trunk/idl/nspi/nspi.idl
1470
1471 Julien Kerihuel:
1472
1473 The new version of the dissector will compile without any patches to apply to
1474 Wireshark/NDR.pm. Jelmer has improved the patch and pidl now support enums as
1475 return type. Regarding the nspi.cnf file, it won't be useful anymore.
1476
1477 Regarding the dissector, I've noticed a bug in NspiGetMatches which isn't
1478 dumped correctly. I'm currently investigating the problem and I'll notify the
1479 list when a fixed version is available.
1480
1481
1482 ------------------------------------------------------------------------
1483 r19795 | jmayer | 2006-11-04 10:00:29 -0800 (Sat, 04 Nov 2006) | 3 lines
1484 Changed paths:
1485    M /trunk/epan/dissectors/packet-dcerpc-nspi.h
1486    M /trunk/idl/nspi/Makefile
1487    M /trunk/idl/nspi/README
1488    A /trunk/idl/nspi/README.ws
1489    M /trunk/idl/nspi/mapicodes_enum.h
1490    M /trunk/idl/nspi/mapitags_enum.h
1491    M /trunk/idl/nspi/nspi.idl
1492
1493 propset...
1494
1495
1496 ------------------------------------------------------------------------
1497 r19796 | guy | 2006-11-04 12:37:16 -0800 (Sat, 04 Nov 2006) | 4 lines
1498 Changed paths:
1499    M /trunk/tools/lemon/Makefile.am
1500
1501 xxx_PROGRAMS variables have the name of the program without $(EXEEXT).
1502
1503 Update Gerald's address.
1504
1505 ------------------------------------------------------------------------
1506 r19797 | sahlberg | 2006-11-04 13:19:14 -0800 (Sat, 04 Nov 2006) | 25 lines
1507 Changed paths:
1508    M /trunk/epan/dissectors/packet-bacapp.c
1509
1510 from Dave Richards
1511
1512
1513 Here is a patch to fix a problem with notification parameters.  Fix is:
1514
1515 Remove premature return statements from fNotificationParameters.
1516
1517 The real problem is that the original code is inconsistent about putting
1518 a break in all cases of the switch blocks and some were falling through
1519 to the default case where there was a return.  I took the simple route
1520 and removed the unnecessary returns - they were OK for default case but
1521 not for the fall through.
1522
1523 Is there a standard about having breaks?  If it is desired to have a
1524 consistent coding style I will further update the code to conform.
1525 Otherwise, could someone please commit this change as it does fix the bug?
1526
1527 Thanks,
1528
1529 Dave Richards
1530
1531
1532
1533
1534
1535 ------------------------------------------------------------------------
1536 r19798 | guy | 2006-11-04 16:54:17 -0800 (Sat, 04 Nov 2006) | 22 lines
1537 Changed paths:
1538    M /trunk/gtk/main.c
1539    M /trunk/gtk/packet_win.c
1540    M /trunk/gtk/proto_draw.c
1541    M /trunk/gtk/proto_draw.h
1542
1543 Make the routines that manipulate the hex/text display window take a
1544 GtkWidget * as an argument, rather than a version-of-GTK+-dependent
1545 pointer; that way, we need fewer #ifdefs.
1546
1547 Use WIDGET_SET_SIZE() instead of #ifdeffed code using
1548 gtk_widget_set_usize() or gtk_widget_set_size_request() -
1549 WIDGET_SET_SIZE() was created to encapsulate that GTK+ 1.2[.x] vs. 2.x
1550 difference.
1551
1552 Make some variables not used outside gtk/main.c static.
1553
1554 Clean up white space.
1555
1556 Clean up handling of return value from load_airpcap() a bit.
1557
1558 Use one big #ifdef HAVE_AIRPCAP/#endif for all the AirPcap stuff in
1559 gtk/main.c.
1560
1561 Attach _U_ to the unused arguments to driver_warning_dialog_cb(), not to
1562 the arguments that are being used - and don't include it at all if
1563 HAVE_AIRPCAP isn't defined, as it's not used in that case.
1564
1565 ------------------------------------------------------------------------
1566 r19799 | sahlberg | 2006-11-04 20:38:47 -0800 (Sat, 04 Nov 2006) | 3 lines
1567 Changed paths:
1568    M /trunk/gtk/proto_draw.c
1569
1570 it is GtkText in gtk-1.x   not GtkTextView
1571
1572
1573 ------------------------------------------------------------------------
1574 r19800 | sahlberg | 2006-11-04 20:49:20 -0800 (Sat, 04 Nov 2006) | 6 lines
1575 Changed paths:
1576    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
1577    M /trunk/epan/dissectors/packet-dcerpc-winreg.h
1578    M /trunk/epan/dissectors/pidl/winreg.cnf
1579
1580 testing out latest pidl where PARAM values can be used to track policy handles properly
1581
1582 winreg now tracks also where policy handles were closed    which previously didnt work properly
1583
1584
1585
1586 ------------------------------------------------------------------------
1587 r19801 | sahlberg | 2006-11-04 21:21:33 -0800 (Sat, 04 Nov 2006) | 3 lines
1588 Changed paths:
1589    M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
1590    M /trunk/epan/dissectors/pidl/eventlog.cnf
1591
1592 add tracking of policy_handles to the eventlog dissector
1593
1594
1595 ------------------------------------------------------------------------
1596 r19802 | gerald | 2006-11-04 21:33:53 -0800 (Sat, 04 Nov 2006) | 2 lines
1597 Changed paths:
1598    M /trunk/epan/dissectors/Makefile.common
1599
1600 Add packet-dcerpc-nspi.h to the distribution.
1601
1602 ------------------------------------------------------------------------
1603 r19803 | sahlberg | 2006-11-04 21:35:06 -0800 (Sat, 04 Nov 2006) | 3 lines
1604 Changed paths:
1605    M /trunk/epan/dissectors/packet-dcerpc-efs.c
1606    M /trunk/epan/dissectors/pidl/efs.cnf
1607
1608 add tracking of policy handles to the efs dissector
1609
1610
1611 ------------------------------------------------------------------------
1612 r19804 | sahlberg | 2006-11-04 21:56:27 -0800 (Sat, 04 Nov 2006) | 4 lines
1613 Changed paths:
1614    A /trunk/epan/dissectors/pidl/nspi (from /trunk/idl/nspi:19798)
1615    D /trunk/idl/nspi
1616
1617 rename the nspi dissector from idl (where the idl2wrs dissectors live) ro epan/dissector/pidl  (where the pidl generated dce/rpc dissectors live)
1618
1619
1620
1621 ------------------------------------------------------------------------
1622 r19805 | sahlberg | 2006-11-04 22:00:01 -0800 (Sat, 04 Nov 2006) | 3 lines
1623 Changed paths:
1624    M /trunk/epan/dissectors/pidl/nspi/Makefile
1625
1626 update the Makefile to point to the new path after the svn move
1627
1628
1629 ------------------------------------------------------------------------
1630 r19806 | sahlberg | 2006-11-04 22:12:24 -0800 (Sat, 04 Nov 2006) | 3 lines
1631 Changed paths:
1632    M /trunk/epan/dissectors/packet-dcerpc-nspi.c
1633
1634 regenerate NSPI using the latest version of pidl
1635
1636
1637 ------------------------------------------------------------------------
1638 r19807 | sahlberg | 2006-11-04 23:59:20 -0800 (Sat, 04 Nov 2006) | 4 lines
1639 Changed paths:
1640    M /trunk/epan/dissectors/packet-scsi-osd.c
1641
1642 dissect the Get Attributes List Offset according to the really weird encoding in 4.12.5
1643
1644
1645
1646 ------------------------------------------------------------------------
1647 r19808 | sahlberg | 2006-11-05 02:48:53 -0800 (Sun, 05 Nov 2006) | 8 lines
1648 Changed paths:
1649    M /trunk/epan/dissectors/packet-scsi-osd.c
1650
1651  add a framework to manage dissection of osd attribute pages, attribute number and name and dissectors for them.
1652
1653 implement the dissector for attribute page 1 (user object info) number 82 (logical length) as an example.
1654
1655
1656
1657
1658
1659 ------------------------------------------------------------------------
1660 r19809 | sahlberg | 2006-11-05 03:19:46 -0800 (Sun, 05 Nov 2006) | 5 lines
1661 Changed paths:
1662    M /trunk/epan/dissectors/packet-scsi-osd.c
1663
1664 we used the wrong offset for attribute lists,   fixed
1665
1666 add decoding for attribute lists for another instance where these blobs appear in the data in/out buffers
1667
1668
1669 ------------------------------------------------------------------------
1670 r19810 | gal | 2006-11-05 04:15:52 -0800 (Sun, 05 Nov 2006) | 4 lines
1671 Changed paths:
1672    M /trunk/asn1/ldap/ldap.cnf
1673    M /trunk/epan/dissectors/packet-ldap.c
1674
1675 Tidy up of information column for NTLM authentication.
1676 Related to Bug 1148.
1677
1678
1679 ------------------------------------------------------------------------
1680 r19811 | ulfl | 2006-11-05 05:47:17 -0800 (Sun, 05 Nov 2006) | 1 line
1681 Changed paths:
1682    M /trunk/file.c
1683
1684 fix svn728: don't scroll down packet list while capturing, if no packets are newly displayed (happens when a display filter is active)
1685 ------------------------------------------------------------------------
1686 r19812 | jake | 2006-11-05 10:26:21 -0800 (Sun, 05 Nov 2006) | 1 line
1687 Changed paths:
1688    M /trunk/epan/dissectors/packet-hpext.c
1689    M /trunk/epan/dissectors/packet-hpext.h
1690    M /trunk/epan/dissectors/packet-hpsw.c
1691
1692 Add HP Switch Protocol SAP value
1693 ------------------------------------------------------------------------
1694 r19813 | jake | 2006-11-05 14:31:57 -0800 (Sun, 05 Nov 2006) | 4 lines
1695 Changed paths:
1696    M /trunk/stat_menu.h
1697
1698 From Albert Chin
1699 The IBM C compiler on AIX 4.3.3 doesn't accept a trailing comma after
1700 the last enum definition. Patch attached for stat_menu.h
1701
1702 ------------------------------------------------------------------------
1703 r19814 | ulfl | 2006-11-05 14:46:44 -0800 (Sun, 05 Nov 2006) | 3 lines
1704 Changed paths:
1705    M /trunk/capinfos.c
1706    M /trunk/capture_info.c
1707    M /trunk/cfile.h
1708    M /trunk/config.nmake
1709    M /trunk/editcap.c
1710    M /trunk/epan/dissectors/packet-frame.c
1711    M /trunk/epan/frame_data.h
1712    M /trunk/file.c
1713    M /trunk/gtk/capture_file_dlg.c
1714    M /trunk/gtk/gsm_map_summary.c
1715    M /trunk/gtk/main.c
1716    M /trunk/gtk/mtp3_summary.c
1717    M /trunk/gtk/summary_dlg.c
1718    M /trunk/gtk/win32-file-dlg.c
1719    M /trunk/merge.h
1720    M /trunk/summary.h
1721    M /trunk/tshark.c
1722    M /trunk/wiretap/5views.c
1723    M /trunk/wiretap/airopeek9.c
1724    M /trunk/wiretap/ascend-grammar.y
1725    M /trunk/wiretap/ascend-int.h
1726    M /trunk/wiretap/ascend.c
1727    M /trunk/wiretap/ber.c
1728    M /trunk/wiretap/catapult_dct2000.c
1729    M /trunk/wiretap/cosine.c
1730    M /trunk/wiretap/csids.c
1731    M /trunk/wiretap/dbs-etherwatch.c
1732    M /trunk/wiretap/erf.c
1733    M /trunk/wiretap/etherpeek.c
1734    M /trunk/wiretap/eyesdn.c
1735    M /trunk/wiretap/file_access.c
1736    M /trunk/wiretap/file_wrappers.c
1737    M /trunk/wiretap/file_wrappers.h
1738    M /trunk/wiretap/hcidump.c
1739    M /trunk/wiretap/i4btrace.c
1740    M /trunk/wiretap/iptrace.c
1741    M /trunk/wiretap/iseries.c
1742    M /trunk/wiretap/k12.c
1743    M /trunk/wiretap/lanalyzer.c
1744    M /trunk/wiretap/libpcap.c
1745    M /trunk/wiretap/netmon.c
1746    M /trunk/wiretap/nettl.c
1747    M /trunk/wiretap/network_instruments.c
1748    M /trunk/wiretap/netxray.c
1749    M /trunk/wiretap/ngsniffer.c
1750    M /trunk/wiretap/pppdump.c
1751    M /trunk/wiretap/radcom.c
1752    M /trunk/wiretap/snoop.c
1753    M /trunk/wiretap/toshiba.c
1754    M /trunk/wiretap/visual.c
1755    M /trunk/wiretap/vms.c
1756    M /trunk/wiretap/wtap-int.h
1757    M /trunk/wiretap/wtap.c
1758    M /trunk/wiretap/wtap.h
1759
1760 change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct.
1761
1762 Please distclean Win32 builds!
1763 ------------------------------------------------------------------------
1764 r19815 | jmayer | 2006-11-05 15:33:28 -0800 (Sun, 05 Nov 2006) | 51 lines
1765 Changed paths:
1766    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
1767
1768 Update from samba tree revision 19553 to 19565
1769 ============================ Samba log start ============
1770 ------------------------------------------------------------------------
1771 r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
1772 Changed paths:
1773    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
1774
1775 Add check for correct API usage.
1776
1777 ------------------------------------------------------------------------
1778 r19557 | jelmer | 2006-11-04 21:24:35 +0100 (Sat, 04 Nov 2006) | 3 lines
1779 Changed paths:
1780    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
1781
1782 Fix lookup table for WERROR.
1783 Fix perl warnings when using NTSTATUS as return type.
1784
1785 ------------------------------------------------------------------------
1786 r19559 | jelmer | 2006-11-04 22:53:00 +0100 (Sat, 04 Nov 2006) | 3 lines
1787 Changed paths:
1788    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
1789
1790 Fix handling of types where the name isn't prefixed by the interface name.
1791 Based on patch by Julien Kerihuel.
1792
1793 ------------------------------------------------------------------------
1794 r19560 | jelmer | 2006-11-05 01:03:44 +0100 (Sun, 05 Nov 2006) | 2 lines
1795 Changed paths:
1796    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
1797
1798 Fix handling of PARAM_VALUE.
1799
1800 ------------------------------------------------------------------------
1801 r19561 | jelmer | 2006-11-05 01:08:39 +0100 (Sun, 05 Nov 2006) | 2 lines
1802 Changed paths:
1803    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
1804
1805 Remove debug statement.
1806
1807 ------------------------------------------------------------------------
1808 r19562 | jelmer | 2006-11-05 01:26:44 +0100 (Sun, 05 Nov 2006) | 2 lines
1809 Changed paths:
1810    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
1811
1812 Support returning simple scalars.
1813
1814 ------------------------------------------------------------------------
1815 ------------------------------------------------------------------------
1816 ============================ Samba log end ==============
1817
1818
1819 ------------------------------------------------------------------------
1820 r19816 | ulfl | 2006-11-05 16:24:24 -0800 (Sun, 05 Nov 2006) | 1 line
1821 Changed paths:
1822    M /trunk/wiretap/file_wrappers.c
1823
1824 fix the return value of file_seek, as noted by Steve
1825 ------------------------------------------------------------------------
1826 r19817 | sahlberg | 2006-11-06 01:30:15 -0800 (Mon, 06 Nov 2006) | 3 lines
1827 Changed paths:
1828    M /trunk/epan/dissectors/packet-scsi-osd.c
1829
1830 some compilers dont like unnamed unions and structs
1831
1832
1833 ------------------------------------------------------------------------
1834 r19818 | jake | 2006-11-06 03:41:02 -0800 (Mon, 06 Nov 2006) | 2 lines
1835 Changed paths:
1836    M /trunk/asn1/ldap/packet-ldap-template.c
1837    M /trunk/epan/dissectors/packet-ldap.c
1838
1839 Don't remove a preference, make it obsolete instead.
1840
1841 ------------------------------------------------------------------------
1842 r19819 | jake | 2006-11-06 04:19:26 -0800 (Mon, 06 Nov 2006) | 2 lines
1843 Changed paths:
1844    M /trunk/asn1/h248/packet-h248-template.c
1845    M /trunk/epan/dissectors/packet-h248.c
1846
1847 Fix bug 1207, simple swap of the two text strings.
1848
1849 ------------------------------------------------------------------------
1850 r19820 | jake | 2006-11-06 04:58:14 -0800 (Mon, 06 Nov 2006) | 2 lines
1851 Changed paths:
1852    M /trunk/image/wireshark.exe.manifest.in
1853
1854 Let the manifest state that we're Wireshark.
1855
1856 ------------------------------------------------------------------------
1857 r19821 | jmayer | 2006-11-06 06:16:29 -0800 (Mon, 06 Nov 2006) | 5 lines
1858 Changed paths:
1859    M /trunk/cmake/modules/Check64BitFormat.c.in
1860
1861 frederic heem:
1862 Please find attached a patch to replace "#" with "*".
1863 Check64BitFormat.c.in is a C file.
1864
1865
1866 ------------------------------------------------------------------------
1867 r19822 | jake | 2006-11-06 06:20:03 -0800 (Mon, 06 Nov 2006) | 2 lines
1868 Changed paths:
1869    M /trunk/image/wiresharkdoc.ico
1870
1871 Remove the executable property from this datafile
1872
1873 ------------------------------------------------------------------------
1874 r19823 | jake | 2006-11-06 06:20:59 -0800 (Mon, 06 Nov 2006) | 2 lines
1875 Changed paths:
1876    M /trunk/Makefile.am
1877
1878 Add image/wiresharkdoc.ico to the EXTRA_DIST symbol
1879
1880 ------------------------------------------------------------------------
1881 r19824 | lego | 2006-11-06 10:16:56 -0800 (Mon, 06 Nov 2006) | 3 lines
1882 Changed paths:
1883    M /trunk/epan/wslua/make-taps.pl
1884
1885 Avoid ${ename}[...] being interpreted as $ename[...].
1886
1887
1888 ------------------------------------------------------------------------
1889 r19825 | jmayer | 2006-11-06 11:44:09 -0800 (Mon, 06 Nov 2006) | 14 lines
1890 Changed paths:
1891    M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
1892
1893 Update from samba tree revision 19565 to 19578
1894 ============================ Samba log start ============
1895 ------------------------------------------------------------------------
1896 r19572 | jelmer | 2006-11-06 15:07:20 +0100 (Mon, 06 Nov 2006) | 2 lines
1897 Changed paths:
1898    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
1899
1900 Fix typo.
1901
1902 ------------------------------------------------------------------------
1903 ------------------------------------------------------------------------
1904 ============================ Samba log end ==============
1905
1906
1907 ------------------------------------------------------------------------
1908 r19826 | jmayer | 2006-11-06 11:47:39 -0800 (Mon, 06 Nov 2006) | 2 lines
1909 Changed paths:
1910    A /trunk/epan/dissectors/pidl/nspi/nspi.cnf
1911
1912 Copy over the nspi.cnf file which was recently added
1913
1914 ------------------------------------------------------------------------
1915 r19827 | jmayer | 2006-11-06 11:53:39 -0800 (Mon, 06 Nov 2006) | 5 lines
1916 Changed paths:
1917    M /trunk/epan/dissectors/packet-linx.c
1918
1919 Don't do forward declarations in the file. I'll try to eventually
1920 put this stuff into an external file but just doing a forward
1921 declaration to squelch a compiler warning isn't the way to go - it
1922 needs to be done right one day.
1923
1924 ------------------------------------------------------------------------
1925 r19828 | jmayer | 2006-11-06 11:56:11 -0800 (Mon, 06 Nov 2006) | 3 lines
1926 Changed paths:
1927    M /trunk/epan/dissectors/packet-dcom.c
1928    M /trunk/epan/dissectors/packet-gsm_a.c
1929    M /trunk/epan/dissectors/packet-msrp.c
1930
1931 Remove some // comments.
1932 Fix a warning about nested comments.
1933
1934 ------------------------------------------------------------------------
1935 r19829 | jmayer | 2006-11-06 11:58:06 -0800 (Mon, 06 Nov 2006) | 2 lines
1936 Changed paths:
1937    M /trunk/epan/dissectors/packet-bssgp.h
1938    M /trunk/epan/dissectors/packet-radius.h
1939
1940 Fix some warnings about missing newline at end of file.
1941
1942 ------------------------------------------------------------------------
1943 r19830 | sahlberg | 2006-11-06 12:13:32 -0800 (Mon, 06 Nov 2006) | 3 lines
1944 Changed paths:
1945    M /trunk/AUTHORS
1946    M /trunk/epan/dissectors/Makefile.common
1947    A /trunk/epan/dissectors/packet-acn.c
1948    A /trunk/epan/dissectors/packet-acn.h
1949    D /trunk/plugins/acn
1950
1951 new acn dissector from Bill Florac
1952
1953
1954 ------------------------------------------------------------------------
1955 r19831 | jmayer | 2006-11-06 12:21:02 -0800 (Mon, 06 Nov 2006) | 16 lines
1956 Changed paths:
1957    M /trunk/tools/pidl/idl.yp
1958    M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
1959    M /trunk/tools/pidl/pidl
1960
1961 Update from samba tree revision 19578 to 19582
1962 ============================ Samba log start ============
1963 ------------------------------------------------------------------------
1964 r19580 | jelmer | 2006-11-06 21:01:22 +0100 (Mon, 06 Nov 2006) | 2 lines
1965 Changed paths:
1966    M /branches/SAMBA_4_0/source/pidl/idl.yp
1967    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
1968    M /branches/SAMBA_4_0/source/pidl/pidl
1969
1970 Add --includedir option.
1971
1972 ------------------------------------------------------------------------
1973 ------------------------------------------------------------------------
1974 ============================ Samba log end ==============
1975
1976
1977 ------------------------------------------------------------------------
1978 r19832 | sahlberg | 2006-11-06 12:28:19 -0800 (Mon, 06 Nov 2006) | 6 lines
1979 Changed paths:
1980    M /trunk/epan/dissectors/packet-dcerpc-nspi.c
1981    M /trunk/epan/dissectors/pidl/nspi/Makefile
1982    M /trunk/epan/dissectors/pidl/nspi/nspi.cnf
1983
1984 building the nspi dissector depends also on the  nspi.cnf file,    add this dependency to the makefile
1985
1986
1987 add tracking of policyhandles to the dissector
1988
1989
1990 ------------------------------------------------------------------------
1991 r19833 | etxrab | 2006-11-06 12:36:43 -0800 (Mon, 06 Nov 2006) | 1 line
1992 Changed paths:
1993    M /trunk/packaging/nsis/wireshark.nsi
1994    M /trunk/plugins/Makefile.am
1995    M /trunk/plugins/Makefile.nmake
1996
1997 Remove the references to acn
1998 ------------------------------------------------------------------------
1999 r19834 | sahlberg | 2006-11-06 12:47:37 -0800 (Mon, 06 Nov 2006) | 3 lines
2000 Changed paths:
2001    M /trunk/epan/dissectors/packet-dcerpc-nspi.c
2002    M /trunk/epan/dissectors/packet-dcerpc-nspi.h
2003    M /trunk/epan/dissectors/pidl/nspi/nspi.idl
2004
2005 convert restrictiontype to be an enum
2006
2007
2008 ------------------------------------------------------------------------
2009 r19835 | etxrab | 2006-11-06 12:49:47 -0800 (Mon, 06 Nov 2006) | 1 line
2010 Changed paths:
2011    M /trunk/Makefile.nmake
2012
2013 Remove the references to acn
2014 ------------------------------------------------------------------------
2015 r19836 | gerald | 2006-11-06 15:04:53 -0800 (Mon, 06 Nov 2006) | 2 lines
2016 Changed paths:
2017    M /trunk/configure.in
2018
2019 Remove ACN.
2020
2021 ------------------------------------------------------------------------
2022 r19837 | gerald | 2006-11-06 15:08:11 -0800 (Mon, 06 Nov 2006) | 2 lines
2023 Changed paths:
2024    M /trunk/configure.in
2025
2026 Fix an inadvertent change.
2027
2028 ------------------------------------------------------------------------
2029 r19838 | gerald | 2006-11-06 15:38:35 -0800 (Mon, 06 Nov 2006) | 2 lines
2030 Changed paths:
2031    M /trunk/plugins/Makefile.nmake
2032
2033 Remove ACN references.
2034
2035 ------------------------------------------------------------------------
2036 r19839 | ulfl | 2006-11-06 15:59:49 -0800 (Mon, 06 Nov 2006) | 1 line
2037 Changed paths:
2038    M /trunk/color_filters.c
2039
2040 fix 1203 as found by stephen fisher
2041 ------------------------------------------------------------------------
2042 r19840 | guy | 2006-11-06 16:54:01 -0800 (Mon, 06 Nov 2006) | 7 lines
2043 Changed paths:
2044    M /trunk/plugins/Makefile.nmake
2045
2046 Split the ".." and subdirectory into two separate "cd"s, in the hopes of
2047 reducing the chances that, if a plugin is removed, an extra ".."
2048 reference will be left in.
2049
2050 Get rid of the extra ".."s that were left in when the ACN plugin was
2051 recently removed.
2052
2053 ------------------------------------------------------------------------
2054 r19841 | guy | 2006-11-06 16:55:14 -0800 (Mon, 06 Nov 2006) | 2 lines
2055 Changed paths:
2056    M /trunk/Makefile.am
2057
2058 Get rid of more ACN plugin references.
2059
2060 ------------------------------------------------------------------------
2061 r19842 | guy | 2006-11-06 16:56:04 -0800 (Mon, 06 Nov 2006) | 2 lines
2062 Changed paths:
2063    M /trunk/packaging/nsis/Makefile.nmake
2064
2065 Get rid of another ACN reference.
2066
2067 ------------------------------------------------------------------------
2068 r19843 | guy | 2006-11-06 16:56:45 -0800 (Mon, 06 Nov 2006) | 2 lines
2069 Changed paths:
2070    M /trunk/packaging/u3/win32/makefile.nmake
2071
2072 Get rid of another ACN reference.
2073
2074 ------------------------------------------------------------------------
2075 r19844 | jake | 2006-11-06 23:39:16 -0800 (Mon, 06 Nov 2006) | 4 lines
2076 Changed paths:
2077    M /trunk/epan/dissectors/packet-dcom-cba-acco.c
2078    M /trunk/epan/dissectors/packet-dcom.c
2079    M /trunk/epan/dissectors/packet-fcswils.c
2080    M /trunk/gtk/sctp_graph_dlg.c
2081
2082 From Albert Chin:
2083 Patch attached to convert usage of ntohl() -> g_ntohl(). On HP-UX,
2084 ntohl() isn't available unless you -D_XOPEN_SOURCE_EXTENDED but there
2085 are other uses of g_ntohl().
2086 ------------------------------------------------------------------------
2087 r19845 | jmayer | 2006-11-06 23:47:49 -0800 (Mon, 06 Nov 2006) | 2 lines
2088 Changed paths:
2089    M /trunk/gtk/funnel_stat.c
2090    M /trunk/gtk/sctp_assoc_analyse.c
2091    M /trunk/gtk/sctp_stat.h
2092
2093 Warning fixes (void) instead of (), no newline at end of file.
2094
2095 ------------------------------------------------------------------------
2096 r19846 | jmayer | 2006-11-06 23:52:53 -0800 (Mon, 06 Nov 2006) | 47 lines
2097 Changed paths:
2098    M /trunk/tools/pidl/idl.yp
2099    M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
2100    M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
2101    M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
2102    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
2103    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
2104    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
2105    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
2106
2107 Updated to revision 19604.
2108 Update from samba tree revision 19582 to 19604
2109 ============================ Samba log start ============
2110 ------------------------------------------------------------------------
2111 r19585 | jelmer | 2006-11-06 22:54:19 +0100 (Mon, 06 Nov 2006) | 10 lines
2112 Changed paths:
2113    M /branches/SAMBA_4_0/source/pidl/idl.yp
2114    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
2115    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
2116    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm
2117    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
2118    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
2119    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
2120    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
2121
2122 Add support for some more standard IDL instructions:
2123  - `include' (replaces helper())
2124  - `import' (replaces depends())
2125
2126 Add support for parsing importlib() - importlib() is now ignored (with a
2127 warning), but no longer causes syntax errors.
2128
2129 helper() and depends() are now marked deprecated and will cause warnings.
2130
2131
2132 ------------------------------------------------------------------------
2133 r19588 | jelmer | 2006-11-06 23:54:49 +0100 (Mon, 06 Nov 2006) | 2 lines
2134 Changed paths:
2135    M /branches/SAMBA_4_0/source/pidl/idl.yp
2136    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
2137    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
2138
2139 Use include and import statements rather than depends() and helper().
2140
2141 ------------------------------------------------------------------------
2142 r19599 | jelmer | 2006-11-07 02:00:27 +0100 (Tue, 07 Nov 2006) | 2 lines
2143 Changed paths:
2144    M /branches/SAMBA_4_0/source/pidl/idl.yp
2145    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
2146
2147 Fix --includedir.
2148
2149 ------------------------------------------------------------------------
2150 ------------------------------------------------------------------------
2151 ============================ Samba log end ==============
2152
2153
2154 ------------------------------------------------------------------------
2155 r19847 | jmayer | 2006-11-06 23:57:07 -0800 (Mon, 06 Nov 2006) | 2 lines
2156 Changed paths:
2157    M /trunk/epan/dissectors/pidl/nspi/Makefile
2158
2159 Update to use --includedir instead of copying idl_types.h.
2160
2161 ------------------------------------------------------------------------
2162 r19848 | jmayer | 2006-11-06 23:58:01 -0800 (Mon, 06 Nov 2006) | 1 line
2163 Changed paths:
2164    M /trunk/epan/dissectors/pidl/nspi
2165
2166 Update svn:ignore
2167 ------------------------------------------------------------------------
2168 r19849 | jmayer | 2006-11-07 00:00:30 -0800 (Tue, 07 Nov 2006) | 1 line
2169 Changed paths:
2170    M /trunk/epan/dissectors/packet-dcerpc-nspi.c
2171
2172 regenerate with news pidl
2173 ------------------------------------------------------------------------
2174 r19850 | jmayer | 2006-11-07 00:04:11 -0800 (Tue, 07 Nov 2006) | 1 line
2175 Changed paths:
2176    M /trunk/epan/unicode-utils.c
2177
2178 Warning fix about empty source file
2179 ------------------------------------------------------------------------
2180 r19851 | guy | 2006-11-07 00:19:57 -0800 (Tue, 07 Nov 2006) | 2 lines
2181 Changed paths:
2182    M /trunk/epan/dissectors/pidl/README
2183
2184 You run perl, not make, on Makefile.PL files.
2185
2186 ------------------------------------------------------------------------
2187 r19852 | sahlberg | 2006-11-07 00:33:24 -0800 (Tue, 07 Nov 2006) | 12 lines
2188 Changed paths:
2189    M /trunk/epan/dissectors/packet-usb.c
2190    M /trunk/epan/dissectors/packet-usb.h
2191
2192 from albert chin
2193
2194
2195
2196 The Solaris C compiler, among others, do not allow anonymous unions.
2197 Patch attached.
2198
2199
2200
2201 thanks albert
2202
2203
2204 ------------------------------------------------------------------------
2205 r19853 | jmayer | 2006-11-07 00:41:46 -0800 (Tue, 07 Nov 2006) | 18 lines
2206 Changed paths:
2207    M /trunk/Makefile.am
2208
2209 albert chin:
2210
2211 version_info.c has:
2212   #ifdef HAVE_LIBGCRYPT
2213   #include <gcrypt.h>
2214   #endif /* HAVE_LIBGCRYPT */
2215
2216   #ifdef HAVE_LIBGNUTLS
2217   #include <gnutls/gnutls.h>
2218   #endif /* HAVE_LIBGNUTLS */
2219
2220 However, Makefile.am doesn't include the necessary CPPFLAGS/LDFLAGS to
2221 resolve symbols from the above. Patch attached.
2222
2223
2224 Note: dumpcap should not need to be linked to gnutls, but that's a
2225 problem with the version infrastructure.
2226
2227 ------------------------------------------------------------------------
2228 r19854 | guy | 2006-11-07 01:06:53 -0800 (Tue, 07 Nov 2006) | 9 lines
2229 Changed paths:
2230    M /trunk/epan/dissectors/packet-acn.c
2231    M /trunk/epan/dissectors/packet-acn.h
2232
2233 Bitfields are bad - the C language spec does *NOT* guarantee which bits
2234 will correspond to which bit fields.  Don't use them.
2235
2236 Use #defines rather than numbers in the appropriate places.
2237
2238 Constify some arguments.
2239
2240 Get rid of C++ comments.
2241
2242 ------------------------------------------------------------------------
2243 r19855 | guy | 2006-11-07 01:12:30 -0800 (Tue, 07 Nov 2006) | 2 lines
2244 Changed paths:
2245    M /trunk/doc/README.developer
2246
2247 Add Yet Another Portability Recommendation.
2248
2249 ------------------------------------------------------------------------
2250 r19856 | ulfl | 2006-11-07 01:36:26 -0800 (Tue, 07 Nov 2006) | 1 line
2251 Changed paths:
2252    M /trunk/Makefile.nmake
2253
2254 don't copy mibs.txt files to mibs, but to snmp\mibs
2255 ------------------------------------------------------------------------
2256 r19857 | guy | 2006-11-07 01:50:09 -0800 (Tue, 07 Nov 2006) | 16 lines
2257 Changed paths:
2258    M /trunk/capture_loop.c
2259
2260 As Ulf Lamping notes:
2261
2262         if the pipename argument to cap_pipe_open_live() is null, that's
2263         a bug, and we want a crash so it's caught;
2264
2265         if ld->pcap_h is null in capture_loop_dispatch(), that's a bug,
2266         and we want a crash so it's caught;
2267
2268         if capture_opts is null in capture_loop_start(), that's a bug,
2269         and we want a crash so it's caught;
2270
2271         there's no need to null out capture_opts->save_file twice.
2272
2273 Also, errmsg and secondary_errmsg are null-terminated strings, so the
2274 array size should be the maximum length + 1.
2275
2276 ------------------------------------------------------------------------
2277 r19858 | jmayer | 2006-11-07 02:55:12 -0800 (Tue, 07 Nov 2006) | 1 line
2278 Changed paths:
2279    M /trunk/epan/Makefile.am
2280
2281 Another packet-acn.c leftover
2282 ------------------------------------------------------------------------
2283 r19859 | sahlberg | 2006-11-07 05:19:31 -0800 (Tue, 07 Nov 2006) | 15 lines
2284 Changed paths:
2285    M /trunk/epan/dissectors/packet-tcp.c
2286    M /trunk/epan/dissectors/packet-tcp.h
2287    M /trunk/epan/packet_info.h
2288    M /trunk/epan/req_resp_hdrs.c
2289
2290 fix for bug 1200
2291
2292
2293 there used to be a bug in tcp reassembly that even if the dissector only asked for x more bytes from the next segment   the entire segment would still be added to reassembly.
2294 this caused some issues when there was a new multisegment pdu that started at the end of the segment   but this bug was fixed when tcp reassembly was refactored semi-recently.
2295
2296
2297 there was also another "bug" in the http reassembly that it would only ask for one more byte at a time when doing reassembly.
2298 this did work well however when we still had the bug in tcp reassembly   but made wireshark become very very very slow once this tcp bug was fixed  since it is very very very slow to reassemble a huge http pdu just one byte at a time.
2299
2300
2301 this patch adds partial support (what we need for http   which does not use tcp_dissect_pdus() ) for the desegmentation flag : DESEGMENT_ONE_MORE_SEGMENT and also to the http dissector   so that reassembly of http headers spanning multiple semgents now become fast again
2302
2303
2304
2305 ------------------------------------------------------------------------
2306 r19860 | guy | 2006-11-07 11:25:32 -0800 (Tue, 07 Nov 2006) | 4 lines
2307 Changed paths:
2308    M /trunk/wiretap/README.developer
2309
2310 Update to describe all that the read routine needs to return, and to
2311 indicate what the seek_read routine needs to do and that you *have* to
2312 have a seek_read routine.
2313
2314 ------------------------------------------------------------------------
2315 r19861 | etxrab | 2006-11-07 11:25:59 -0800 (Tue, 07 Nov 2006) | 3 lines
2316 Changed paths:
2317    M /trunk/asn1/h248/h248.cnf
2318    M /trunk/asn1/h248/h248v3.asn
2319    M /trunk/asn1/h248/packet-h248-template.c
2320    M /trunk/epan/dissectors/packet-h248.c
2321    M /trunk/epan/dissectors/packet-h248.h
2322
2323 Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1206
2324 MEGACO message cannot be decoded correctly for ServiceChange Command
2325 And decoding of serviceChangeReason.
2326 ------------------------------------------------------------------------
2327 r19862 | guy | 2006-11-07 11:49:58 -0800 (Tue, 07 Nov 2006) | 11 lines
2328 Changed paths:
2329    M /trunk/print.c
2330
2331 Based on a change from Paul Blankenbaker, make the "show" attribute for
2332 a field an empty string if the field is zero-length; for some reason,
2333 the existing code doesn't handle that correctly.
2334
2335 Also, the NetPDL Visualization Extension:
2336
2337         http://www.nbee.org/Docs/NetPDL/NetPDLVisualization.htm
2338
2339 seems to imply that "value" has to be present, so display it even if the
2340 field is zero-length.
2341
2342 ------------------------------------------------------------------------
2343 r19863 | guy | 2006-11-07 12:30:34 -0800 (Tue, 07 Nov 2006) | 2 lines
2344 Changed paths:
2345    M /trunk/epan/ftypes/ftype-bytes.c
2346
2347 Fix bytes_repr_len() to correctly handle a zero-length FT_BYTES field
2348
2349 ------------------------------------------------------------------------
2350 r19864 | guy | 2006-11-07 13:04:41 -0800 (Tue, 07 Nov 2006) | 7 lines
2351 Changed paths:
2352    M /trunk/print.c
2353
2354 Revert the previous changes - the problem Paul Blankenbaker was fixing
2355 was really a problem with bytes_repr_len() and zero-length FT_BYTES
2356 fields, and it's not clear what to do about fields that have zero
2357 length.  (Put in a comment about that.)
2358
2359 Clean up indentation a bit.
2360
2361 ------------------------------------------------------------------------
2362 r19865 | guy | 2006-11-07 13:27:52 -0800 (Tue, 07 Nov 2006) | 4 lines
2363 Changed paths:
2364    M /trunk/epan/dissectors/packet-aim-sst.c
2365
2366 The tvb_ensure_length_remaining() calls aren't needed - we want an
2367 exception to be thrown if all the data for the icon isn't there, so the
2368 packet gets marked as incomplete.
2369
2370 ------------------------------------------------------------------------
2371 r19866 | jmayer | 2006-11-07 16:10:09 -0800 (Tue, 07 Nov 2006) | 1 line
2372 Changed paths:
2373    M /trunk/asn1/h248/h248.cnf
2374    M /trunk/epan/dissectors/packet-h248.c
2375    M /trunk/epan/dissectors/packet-h248.h
2376
2377 Make things build on my system again
2378 ------------------------------------------------------------------------
2379 r19867 | etxrab | 2006-11-07 22:57:29 -0800 (Tue, 07 Nov 2006) | 1 line
2380 Changed paths:
2381    M /trunk/asn1/h248/Makefile
2382    M /trunk/epan/dissectors/packet-h248.c
2383    M /trunk/epan/dissectors/packet-h248.h
2384
2385 Use h248v3.asn.
2386 ------------------------------------------------------------------------
2387 r19868 | jmayer | 2006-11-08 05:59:46 -0800 (Wed, 08 Nov 2006) | 1 line
2388 Changed paths:
2389    M /trunk/asn1/h248/packet-h248-template.c
2390    M /trunk/epan/dissectors/packet-h248.c
2391
2392 Make Wireshark build on my system (gcc 4.1.0) again
2393 ------------------------------------------------------------------------
2394 r19869 | etxrab | 2006-11-08 13:28:03 -0800 (Wed, 08 Nov 2006) | 1 line
2395 Changed paths:
2396    M /trunk/asn1/h248/packet-h248-template.c
2397    M /trunk/epan/dissectors/packet-h248.c
2398
2399 Sorry that should have been static int. Corrcted now.
2400 ------------------------------------------------------------------------
2401 r19870 | jake | 2006-11-09 04:27:52 -0800 (Thu, 09 Nov 2006) | 2 lines
2402 Changed paths:
2403    M /trunk/epan/dissectors/packet-hpsw.c
2404
2405 Improve HP Switch Protocol Dissection.
2406
2407 ------------------------------------------------------------------------
2408 r19871 | martinm | 2006-11-09 08:35:12 -0800 (Thu, 09 Nov 2006) | 1 line
2409 Changed paths:
2410    M /trunk/epan/dissectors/packet-catapult-dct2000.c
2411    M /trunk/epan/dissectors/packet-umts_fp.c
2412
2413 Make it easier to track user-buffer-space vs capacity requests for HSDPA calls
2414 ------------------------------------------------------------------------
2415 r19872 | martinm | 2006-11-09 08:46:58 -0800 (Thu, 09 Nov 2006) | 1 line
2416 Changed paths:
2417    M /trunk/epan/dissectors/packet-rtcp.c
2418
2419 Use value_string for info column.  Also use fences to handle compound packets
2420 ------------------------------------------------------------------------
2421 r19873 | martinm | 2006-11-10 04:06:10 -0800 (Fri, 10 Nov 2006) | 1 line
2422 Changed paths:
2423    M /trunk/epan/dissectors/packet-umts_fp.c
2424
2425 Fix test
2426 ------------------------------------------------------------------------
2427 r19874 | sahlberg | 2006-11-10 12:53:42 -0800 (Fri, 10 Nov 2006) | 8 lines
2428 Changed paths:
2429    M /trunk/epan/req_resp_hdrs.c
2430
2431 fix for bug 1142
2432
2433
2434 if we dont have a content-length   but we do have a keepalive in the header then we should not do reassemble-until-fin.
2435
2436 convert some tvb_get_String into tvb_get_ephemeral_string at the same time
2437
2438
2439 ------------------------------------------------------------------------
2440 r19875 | sahlberg | 2006-11-10 15:36:57 -0800 (Fri, 10 Nov 2006) | 10 lines
2441 Changed paths:
2442    M /trunk/AUTHORS
2443    M /trunk/epan/dissectors/packet-nfs.c
2444
2445 From Alex B
2446
2447
2448 Added support for upcoming Netapp's ONTAP-GX nfsv3 filehandle.
2449
2450 Alex.
2451
2452
2453
2454
2455 ------------------------------------------------------------------------
2456 r19876 | ulfl | 2006-11-10 17:29:43 -0800 (Fri, 10 Nov 2006) | 1 line
2457 Changed paths:
2458    M /trunk/epan/dissectors/packet-lldp.c
2459
2460 add dissection of PROFINET "MRP Port Status"
2461 ------------------------------------------------------------------------
2462 r19877 | sahlberg | 2006-11-11 14:39:25 -0800 (Sat, 11 Nov 2006) | 6 lines
2463 Changed paths:
2464    M /trunk/epan/dissectors/packet-tcp.c
2465    M /trunk/epan/emem.c
2466    M /trunk/epan/emem.h
2467
2468 fix so that tcp.pdu.time works again.
2469 it broken in one of the previous bugfixes to tcp
2470
2471 add a function to print an emem tree to the console for easier emem tree debugging
2472
2473
2474 ------------------------------------------------------------------------
2475 r19878 | gerald | 2006-11-11 16:52:05 -0800 (Sat, 11 Nov 2006) | 5 lines
2476 Changed paths:
2477    M /trunk/epan/dissectors/packet-ieee80211.c
2478    M /trunk/epan/dissectors/packet-radiotap.c
2479    M /trunk/wiretap/libpcap.c
2480
2481 Add a plain "radiotap.channel" field to the radiotap dissector.
2482 Check for an invalid channel frequency.  Pass the channel, data rate,
2483 and quality to the 802.11 dissector, so that they show up there
2484 as well.  Clean up whitespace.
2485
2486 ------------------------------------------------------------------------
2487 r19879 | guy | 2006-11-12 14:12:39 -0800 (Sun, 12 Nov 2006) | 3 lines
2488 Changed paths:
2489    M /trunk/epan/dissectors/packet-dns.c
2490
2491 mDNS treats the class field as a flag bit and 15 bits of class; display
2492 it as such.
2493
2494 ------------------------------------------------------------------------
2495 r19880 | etxrab | 2006-11-12 14:18:50 -0800 (Sun, 12 Nov 2006) | 9 lines
2496 Changed paths:
2497    M /trunk/Makefile.nmake
2498    M /trunk/config.nmake
2499    M /trunk/packaging/nsis/wireshark.nsi
2500    M /trunk/tools/win32-setup.sh
2501
2502 Update to use the latest gtk 2.8 glib and pango libraries.
2503 Note from a mail on gtk dev list:
2504 -rwxr-xr-x    1 tml      Administ   224510 Oct  3 18:35 libpango-1.0-0.dll
2505 -rwxr-xr-x    1 tml      Administ    37952 Oct  3 18:35 libpangocairo-1.0-0.dll
2506 -rwxr-xr-x    1 tml      Administ    58749 Oct  3 18:35 libpangowin32-1.0-0.dll
2507
2508 (That's the relevant DLLs from the "bin" folder in Pango 1.14.5, where
2509 the module(s) are built-in into the DLLs, so no
2510 lib/pango/1.5.0/modules folder is needed.)
2511 ------------------------------------------------------------------------
2512 r19881 | guy | 2006-11-12 14:35:21 -0800 (Sun, 12 Nov 2006) | 2 lines
2513 Changed paths:
2514    M /trunk/epan/dissectors/packet-dns.c
2515
2516 Flag the question as a "QM" question if the QU flag isn't set.
2517
2518 ------------------------------------------------------------------------
2519 r19882 | guy | 2006-11-12 15:42:08 -0800 (Sun, 12 Nov 2006) | 3 lines
2520 Changed paths:
2521    M /trunk/epan/dissectors/packet-dns.c
2522
2523 Mark Krochmal says that the class field should be treated in mDNS as a
2524 flag and a 15-bit field even for OPT RRs.
2525
2526 ------------------------------------------------------------------------
2527 r19883 | gerald | 2006-11-12 17:15:56 -0800 (Sun, 12 Nov 2006) | 3 lines
2528 Changed paths:
2529    M /trunk/image/make-icons
2530    M /trunk/image/wsicon16.xpm
2531    M /trunk/image/wsicon32.xpm
2532    M /trunk/image/wsicon48.xpm
2533    M /trunk/image/wsicon64.xpm
2534    M /trunk/image/wsiconcap16.xpm
2535    M /trunk/image/wsiconcap32.xpm
2536    M /trunk/image/wsiconcap48.xpm
2537
2538 Set a transparency threshold for the XPM icons.  Have the make-icons script
2539 constify the XPMs.
2540
2541 ------------------------------------------------------------------------
2542 r19884 | ashokn | 2006-11-13 09:30:38 -0800 (Mon, 13 Nov 2006) | 4 lines
2543 Changed paths:
2544    M /trunk/epan/dissectors/packet-rsvp.c
2545    M /trunk/epan/dissectors/packet-rsvp.h
2546
2547 Add support for IPv4-Aggregate session/template/filter types.
2548
2549
2550
2551 ------------------------------------------------------------------------
2552 r19885 | etxrab | 2006-11-13 21:45:28 -0800 (Mon, 13 Nov 2006) | 9 lines
2553 Changed paths:
2554    M /trunk/epan/dissectors/packet-dcp.c
2555
2556 This is Gerrit Renker code which:
2557
2558        * makes checksum computation dependent
2559          upon the header CsCov field (cf. RFC 4340, 5.1)
2560        * removes the case where checksums are zero
2561          (unlike UDP/packet-udp, from which the code stems,
2562           zero checksums are illegal in DCCP (as in TCP))
2563        * fixes a minor typo - missing bitshift of the
2564          CCVal field
2565 ------------------------------------------------------------------------
2566 r19886 | etxrab | 2006-11-13 21:47:57 -0800 (Mon, 13 Nov 2006) | 2 lines
2567 Changed paths:
2568    M /trunk/epan/dissectors/packet-ses.c
2569
2570 From Stephen Fisher:
2571 a new more accurate fix for bug #1163.  Thanks to Graeme Lunt for pointing out that the first patch broke a different capture with legitimate SES data in it.  My patch also corrects the check for number of bytes existing from 4 to 2 as the minimum length of an SES PDU is only 2 bytes: 1 byte type, 1 byte length.
2572 ------------------------------------------------------------------------
2573 r19887 | etxrab | 2006-11-13 21:49:59 -0800 (Mon, 13 Nov 2006) | 2 lines
2574 Changed paths:
2575    M /trunk/epan/dissectors/packet-tipc.c
2576
2577 From martin Peylo:
2578 This patch changes the name of "Link Configuration" Packets to "Neighbour Discovery" - as preferred by the creator of TIPC - and shows the TIPC src/dst in the columns instead of the MAC address for those packages.
2579 ------------------------------------------------------------------------
2580 r19888 | etxrab | 2006-11-13 22:00:48 -0800 (Mon, 13 Nov 2006) | 3 lines
2581 Changed paths:
2582    M /trunk/gtk/main.c
2583
2584 From Simon Munton as pointed out by Stephen Fisher:
2585 patch on bug #220 (to main.c.
2586 the second part to packet_list.c was done separately for bug 1159 in rev 19735).  That patch fixes bug #1205 coincidentally.
2587 ------------------------------------------------------------------------
2588 r19889 | etxrab | 2006-11-13 22:14:20 -0800 (Mon, 13 Nov 2006) | 1 line
2589 Changed paths:
2590    M /trunk/diameter/dictionary.xml
2591    M /trunk/diameter/mobileipv4.xml
2592    A /trunk/diameter/sip.xml
2593
2594 Add SIP application AVP:s (Incomplete) and sortmobileipv4 in numerical order.
2595 ------------------------------------------------------------------------
2596 r19890 | etxrab | 2006-11-13 22:31:47 -0800 (Mon, 13 Nov 2006) | 1 line
2597 Changed paths:
2598    M /trunk/Makefile.am
2599    M /trunk/packaging/nsis/wireshark.nsi
2600
2601 Add SIP application AVP:s.
2602 ------------------------------------------------------------------------
2603 r19891 | martinm | 2006-11-14 04:06:11 -0800 (Tue, 14 Nov 2006) | 4 lines
2604 Changed paths:
2605    M /trunk/wiretap/catapult_dct2000.c
2606
2607 - Use 64-bit indexes into file for packet locations (was previously casting index to and from void*) - this should allow very large files to be used
2608 - The characters between the timestamp and start of data are almost always " l ", optimise memory usage in this case
2609 - Rename hash table for clarity
2610
2611 ------------------------------------------------------------------------
2612 r19892 | martinm | 2006-11-14 05:45:35 -0800 (Tue, 14 Nov 2006) | 1 line
2613 Changed paths:
2614    M /trunk/wiretap/catapult_dct2000.c
2615
2616 Fix possible build error + warnings seen on buildbot
2617 ------------------------------------------------------------------------
2618 r19893 | jmayer | 2006-11-14 12:01:41 -0800 (Tue, 14 Nov 2006) | 4 lines
2619 Changed paths:
2620    M /trunk/Makefile.am
2621
2622 didier gautheron:
2623         idl2wrs.sh is a generated file.
2624
2625
2626 ------------------------------------------------------------------------
2627 r19894 | jmayer | 2006-11-14 12:08:44 -0800 (Tue, 14 Nov 2006) | 6 lines
2628 Changed paths:
2629    M /trunk/epan/dissectors/packet-afp.c
2630    M /trunk/getopt.c
2631    M /trunk/gtk/rtp_analysis.c
2632
2633 nikai@nikai.net:
2634 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
2635
2636 Attempting a simple cleanup of duplicated includes, will attach patch.
2637
2638
2639 ------------------------------------------------------------------------
2640 r19895 | jmayer | 2006-11-14 12:32:29 -0800 (Tue, 14 Nov 2006) | 5 lines
2641 Changed paths:
2642    M /trunk/asn1/disp/packet-disp-template.c
2643    M /trunk/editcap.c
2644    M /trunk/epan/dissectors/packet-cops.c
2645    M /trunk/epan/dissectors/packet-dcm.c
2646    M /trunk/epan/dissectors/packet-disp.c
2647    M /trunk/epan/dissectors/packet-dns.c
2648    M /trunk/epan/dissectors/packet-ipdc.c
2649    M /trunk/epan/dissectors/packet-nhrp.c
2650    M /trunk/epan/dissectors/packet-pvfs2.c
2651    M /trunk/epan/dissectors/packet-radius.c
2652    M /trunk/epan/dissectors/packet-sip.c
2653    M /trunk/gtk/capture_dlg.c
2654    M /trunk/gtk/expert_dlg.c
2655    M /trunk/gtk/funnel_stat.c
2656    M /trunk/gtk/t38_analysis.c
2657    M /trunk/gtk/voip_calls_dlg.c
2658    M /trunk/tools/lemon/lemon.c
2659
2660 nikai@nikai.net:
2661
2662 Remaining fixes from:
2663 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
2664
2665 ------------------------------------------------------------------------
2666 r19896 | sfisher | 2006-11-14 13:28:44 -0800 (Tue, 14 Nov 2006) | 3 lines
2667 Changed paths:
2668    M /trunk/plugins
2669    M /trunk/tools
2670
2671 Add svn:ignore to tools/TAGS and plugins/TAGS
2672
2673
2674 ------------------------------------------------------------------------
2675 r19897 | sfisher | 2006-11-14 14:35:22 -0800 (Tue, 14 Nov 2006) | 6 lines
2676 Changed paths:
2677    M /trunk/cfile.h
2678    M /trunk/file.c
2679    M /trunk/gtk/main.c
2680    M /trunk/gtk/proto_draw.c
2681    M /trunk/gtk/proto_draw.h
2682
2683
2684 New feature to automatically highlight the field found when doing a find.
2685 This works for both string and hex searches.  This resolves feature request
2686 bug #776.
2687
2688
2689 ------------------------------------------------------------------------
2690 r19898 | sfisher | 2006-11-14 14:53:24 -0800 (Tue, 14 Nov 2006) | 5 lines
2691 Changed paths:
2692    M /trunk/gtk/follow_dlg.c
2693
2694
2695 A fix bug #1138: "Follow TCP Streams gets stream direction wrong if started
2696 from a server->client frame."
2697
2698
2699 ------------------------------------------------------------------------
2700 r19899 | sfisher | 2006-11-14 22:46:11 -0800 (Tue, 14 Nov 2006) | 7 lines
2701 Changed paths:
2702    M /trunk/epan/dissectors/packet-http.c
2703
2704
2705 Fix problem reported on -dev list by Frank Maerz with Wireshark crashing
2706 when it encountered a proxy http connect to port 80.  This was caused by
2707 the dissector calling itself over and over.  Now if the connect to port is
2708 one of the defined http ports, it calls the data dissector.
2709
2710
2711 ------------------------------------------------------------------------
2712 r19900 | etxrab | 2006-11-14 23:04:22 -0800 (Tue, 14 Nov 2006) | 1 line
2713 Changed paths:
2714    M /trunk/asn1/h245/packet-h245-template.c
2715    M /trunk/epan/dissectors/packet-h245.c
2716
2717 Add OID translation for some more Generic codecs.
2718 ------------------------------------------------------------------------
2719 r19901 | martinm | 2006-11-15 09:27:04 -0800 (Wed, 15 Nov 2006) | 6 lines
2720 Changed paths:
2721    M /trunk/Makefile.am
2722    A /trunk/dtds/mscml.dtd
2723    M /trunk/packaging/nsis/wireshark.nsi
2724
2725 From Olivier Jacques:
2726
2727 Here is a DTD for the MSCML protocol, draft-07. This implementation is not entirely up-to-date (draft-09 is out), but this is a good base to start from.
2728
2729 I updated the WIKI with info, snapshot and sample capture: http://wiki.wireshark.org/MSCML
2730
2731 ------------------------------------------------------------------------
2732 r19902 | martinm | 2006-11-15 10:20:03 -0800 (Wed, 15 Nov 2006) | 1 line
2733 Changed paths:
2734    M /trunk/dtds/mscml.dtd
2735
2736 Propset
2737 ------------------------------------------------------------------------
2738 r19903 | lego | 2006-11-15 10:40:37 -0800 (Wed, 15 Nov 2006) | 10 lines
2739 Changed paths:
2740    M /trunk/epan/dissectors/packet-xml.c
2741    M /trunk/epan/dtd_parse.l
2742
2743  solve both issues pointed out in:
2744     http://wireshark.org/lists/ethereal-dev/200605/msg02351.html
2745
2746 - dtd_parse.l:
2747    be more liberal on what a name can be (a number now can be a name)
2748
2749 - packet-xml.c
2750   if proto-name is given use it instead of the root element name as prefix for generated fields
2751
2752
2753 ------------------------------------------------------------------------
2754 r19904 | jake | 2006-11-15 12:55:46 -0800 (Wed, 15 Nov 2006) | 1 line
2755 Changed paths:
2756    M /trunk/epan/dissectors/Makefile.common
2757    A /trunk/epan/dissectors/packet-omapi.c
2758
2759 Adding ISC Object Management API dissector
2760 ------------------------------------------------------------------------
2761 r19905 | ulfl | 2006-11-15 15:33:39 -0800 (Wed, 15 Nov 2006) | 1 line
2762 Changed paths:
2763    M /trunk/epan/prefs-int.h
2764    M /trunk/epan/prefs.c
2765    M /trunk/gtk/recent.c
2766
2767 add a "private_data" pointer to the read_prefs_file() function, which will be "tunneled" to the callback function. This seems to be generally a good idea - as a lot of GLib/GTK function doing similiar and I'll need this for the upcoming update mechanisms.
2768 ------------------------------------------------------------------------
2769 r19906 | ulfl | 2006-11-15 15:43:16 -0800 (Wed, 15 Nov 2006) | 1 line
2770 Changed paths:
2771    M /trunk/gtk/funnel_stat.c
2772
2773 fix a warning
2774 ------------------------------------------------------------------------
2775 r19907 | ulfl | 2006-11-15 15:48:56 -0800 (Wed, 15 Nov 2006) | 1 line
2776 Changed paths:
2777    M /trunk/epan/emem.c
2778
2779 fix a warning
2780 ------------------------------------------------------------------------
2781 r19908 | sfisher | 2006-11-15 23:04:02 -0800 (Wed, 15 Nov 2006) | 5 lines
2782 Changed paths:
2783    M /trunk/gtk/main.c
2784    M /trunk/gtk/main.h
2785    M /trunk/gtk/prefs_dlg.c
2786
2787 Fix for bug 948, "Apply capture preferences not applying."  Now when the user
2788 changes a capture option in the preferences, it will show up right away in
2789 the capture options dialog.
2790
2791
2792 ------------------------------------------------------------------------
2793 r19909 | martinm | 2006-11-16 06:35:52 -0800 (Thu, 16 Nov 2006) | 3 lines
2794 Changed paths:
2795    M /trunk/epan/dissectors/packet-multipart.c
2796
2797 Make multipart part a proper field, and append contained content-type to
2798 it label to make it easier to find the part you're looking for.
2799
2800 ------------------------------------------------------------------------
2801 r19910 | gerald | 2006-11-16 10:28:09 -0800 (Thu, 16 Nov 2006) | 2 lines
2802 Changed paths:
2803    M /trunk/doc/README.developer
2804
2805 Add comments to the indentation style section.
2806
2807 ------------------------------------------------------------------------
2808 r19911 | ulfl | 2006-11-16 12:08:13 -0800 (Thu, 16 Nov 2006) | 1 line
2809 Changed paths:
2810    M /trunk/gtk/gtkvumeter.h
2811
2812 (hopefully) fix the recently discussed warnings where CLAMP() is called with a value being 0
2813 ------------------------------------------------------------------------
2814 r19912 | ulfl | 2006-11-16 12:13:26 -0800 (Thu, 16 Nov 2006) | 3 lines
2815 Changed paths:
2816    M /trunk/gtk/win32-file-dlg.c
2817
2818 fix an annoying behaviour: If we save a capture file, let the default be the current file format - as we do it in the GTK version. The former implementation just defaulted to libpcap all the time, which is especially ugly if you use a file format that provides nanosecond time resolution - you're losing information :-(
2819
2820 Interestingly the implementation was half way there, but not really working as expected.
2821 ------------------------------------------------------------------------
2822 r19913 | etxrab | 2006-11-16 13:11:26 -0800 (Thu, 16 Nov 2006) | 2 lines
2823 Changed paths:
2824    M /trunk/tools/win32-setup.sh
2825
2826 Temporrary change to force the buildbot to update the libraries as  I suspect there are left
2827 over old files.
2828 ------------------------------------------------------------------------
2829 r19914 | jmayer | 2006-11-16 13:57:31 -0800 (Thu, 16 Nov 2006) | 6 lines
2830 Changed paths:
2831    M /trunk/epan/dissectors/pidl/efs.idl
2832    M /trunk/epan/dissectors/pidl/eventlog.idl
2833    M /trunk/epan/dissectors/pidl/srvsvc.idl
2834    M /trunk/epan/dissectors/pidl/winreg.idl
2835    M /trunk/epan/dissectors/pidl/wkssvc.idl
2836
2837 Jelmer Vernooij:
2838
2839 The attached patch replace the use of 'depends()' with "import" (the
2840 latter is a standard IDL statement).
2841
2842
2843 ------------------------------------------------------------------------
2844 r19915 | gerald | 2006-11-16 14:27:47 -0800 (Thu, 16 Nov 2006) | 4 lines
2845 Changed paths:
2846    M /trunk/epan/dissectors/packet-radiotap.c
2847
2848 David Young pointed out that we weren't aligning fields according to the
2849 radiotap specification.  Do so.  Add fields for FHSS and Transmit
2850 attenuation (untested).
2851
2852 ------------------------------------------------------------------------
2853 r19916 | ulfl | 2006-11-16 17:24:03 -0800 (Thu, 16 Nov 2006) | 1 line
2854 Changed paths:
2855    M /trunk/epan/prefs-int.h
2856    M /trunk/epan/prefs.c
2857    M /trunk/epan/prefs.h
2858
2859 various minor prefs code cleanup
2860 ------------------------------------------------------------------------
2861 r19917 | sfisher | 2006-11-16 17:52:15 -0800 (Thu, 16 Nov 2006) | 4 lines
2862 Changed paths:
2863    M /trunk/epan/dissectors/packet-ses.c
2864
2865
2866 Improve the heuristics of the SES dissector some more in response to bug #1229
2867
2868
2869 ------------------------------------------------------------------------
2870 r19918 | ulfl | 2006-11-16 19:08:09 -0800 (Thu, 16 Nov 2006) | 1 line
2871 Changed paths:
2872    M /trunk/gtk/prefs_dlg.c
2873
2874 code cleanup
2875 ------------------------------------------------------------------------
2876 r19919 | jake | 2006-11-16 23:44:37 -0800 (Thu, 16 Nov 2006) | 1 line
2877 Changed paths:
2878    M /trunk/epan/prefs.c
2879    M /trunk/gtk/prefs_dlg.c
2880
2881 Fix build
2882 ------------------------------------------------------------------------
2883 r19920 | jmayer | 2006-11-17 01:29:36 -0800 (Fri, 17 Nov 2006) | 25 lines
2884 Changed paths:
2885    M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
2886    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
2887    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
2888    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
2889    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
2890    M /trunk/tools/pidl/tests/parse_idl.pl
2891
2892 Update from samba tree revision 19744 to 19759
2893 ============================ Samba log start ============
2894 ------------------------------------------------------------------------
2895 r19751 | jelmer | 2006-11-16 23:11:32 +0100 (Thu, 16 Nov 2006) | 2 lines
2896 Changed paths:
2897    M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
2898
2899 Add some tests for parsing the "include", "import" and "importlib" statements.
2900
2901 ------------------------------------------------------------------------
2902 r19752 | jelmer | 2006-11-16 23:13:44 +0100 (Thu, 16 Nov 2006) | 2 lines
2903 Changed paths:
2904    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
2905    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
2906    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
2907    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
2908    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
2909
2910 Remove support for the `depends' attribute (use "import") instead.
2911
2912 ------------------------------------------------------------------------
2913 ------------------------------------------------------------------------
2914 ============================ Samba log end ==============
2915
2916
2917 ------------------------------------------------------------------------
2918 r19921 | martinm | 2006-11-17 08:33:43 -0800 (Fri, 17 Nov 2006) | 1 line
2919 Changed paths:
2920    M /trunk/wiretap/catapult_dct2000.c
2921
2922 Try to squash 2 more warnings seen on buildot
2923 ------------------------------------------------------------------------
2924 r19922 | ulfl | 2006-11-17 14:38:34 -0800 (Fri, 17 Nov 2006) | 1 line
2925 Changed paths:
2926    M /trunk/epan/dissectors/packet-lldp.c
2927
2928 add dissection for PROFINET "PTCP Status"
2929 ------------------------------------------------------------------------
2930 r19923 | ulfl | 2006-11-17 14:48:21 -0800 (Fri, 17 Nov 2006) | 1 line
2931 Changed paths:
2932    M /trunk/Makefile.nmake
2933
2934 add the /LARGEADDRESSAWARE to the link process of Wireshark(2) and Tshark. See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base/physical_address_extension.asp how to enable 3GB support on several Windows versions - I will update the OutOfMemory Wiki page accordingly
2935 ------------------------------------------------------------------------
2936 r19924 | gerald | 2006-11-17 17:47:49 -0800 (Fri, 17 Nov 2006) | 10 lines
2937 Changed paths:
2938    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
2939    M /trunk/gtk/compat_macros.h
2940    M /trunk/gtk/menu.c
2941    M /trunk/gtk/packet_list.c
2942    M /trunk/gtk/packet_list.h
2943    M /trunk/gtk/proto_draw.c
2944
2945 Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"
2946 menu) move to the previous and next packet even if the packet list isn't
2947 in focus (specifically, the packet detail will stay in focus if that was
2948 already the case).  Make the return and enter keys toggle tree items in
2949 the packet detail and the backspace key jump to the parent node.  Add a
2950 navigation section to the User's Guide.
2951
2952 Make SIGNAL_EMIT_BY_NAME a simple #define, so that we can feed it
2953 multiple arguments.  Fix up whitespace.
2954
2955 ------------------------------------------------------------------------
2956 r19925 | ulfl | 2006-11-17 19:37:34 -0800 (Fri, 17 Nov 2006) | 3 lines
2957 Changed paths:
2958    M /trunk/wiretap/catapult_dct2000.c
2959
2960 both recent fixes of warnings don't compile on Win32, inttypes.h is not available and PRId64 is not defined in the config.h.win32.
2961
2962 As discussed in a seperate thread the PRId64 should not be required.
2963 ------------------------------------------------------------------------
2964 r19926 | gerald | 2006-11-17 21:05:18 -0800 (Fri, 17 Nov 2006) | 3 lines
2965 Changed paths:
2966    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
2967    M /trunk/gtk/main.c
2968
2969 Make F8 and F7 move to the next and previous packets, which adds
2970 compatibility with a different analyzer.
2971
2972 ------------------------------------------------------------------------
2973 r19927 | gerald | 2006-11-17 21:12:55 -0800 (Fri, 17 Nov 2006) | 2 lines
2974 Changed paths:
2975    M /trunk/gtk/packet_list.c
2976
2977 GTK1 doesn't have gtk_window_get_focus.
2978
2979 ------------------------------------------------------------------------
2980 r19928 | gerald | 2006-11-17 21:19:40 -0800 (Fri, 17 Nov 2006) | 2 lines
2981 Changed paths:
2982    M /trunk/gtk/packet_list.c
2983
2984 Don't try to set focus on NULL.
2985
2986 ------------------------------------------------------------------------
2987 r19929 | ulfl | 2006-11-18 04:30:58 -0800 (Sat, 18 Nov 2006) | 1 line
2988 Changed paths:
2989    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
2990
2991 fix validity of document
2992 ------------------------------------------------------------------------
2993 r19930 | gerald | 2006-11-18 09:17:28 -0800 (Sat, 18 Nov 2006) | 3 lines
2994 Changed paths:
2995    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
2996    M /trunk/gtk/main.c
2997
2998 If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, start
2999 filling in a display filter.
3000
3001 ------------------------------------------------------------------------
3002 r19931 | sfisher | 2006-11-18 23:41:25 -0800 (Sat, 18 Nov 2006) | 4 lines
3003 Changed paths:
3004    M /trunk/epan/dissectors/packet-ssl.c
3005
3006 Fix for bug #1126.  In the SSL dissector, don't just check if we're allowed
3007 to desegment, but also check if we need to before attempting it.
3008
3009
3010 ------------------------------------------------------------------------
3011 r19932 | etxrab | 2006-11-19 08:24:18 -0800 (Sun, 19 Nov 2006) | 1 line
3012 Changed paths:
3013    M /trunk/tools/lemon/lemon.c
3014    M /trunk/tools/lemon/lempar.c
3015
3016 Update to the latest versions from sqlite.
3017 ------------------------------------------------------------------------
3018 r19933 | ulfl | 2006-11-19 08:49:58 -0800 (Sun, 19 Nov 2006) | 1 line
3019 Changed paths:
3020    M /trunk/Makefile.nmake
3021
3022 fix clean_setup target
3023 ------------------------------------------------------------------------
3024 r19934 | ulfl | 2006-11-19 09:02:31 -0800 (Sun, 19 Nov 2006) | 3 lines
3025 Changed paths:
3026    M /trunk/Makefile.nmake
3027
3028 if the WIRESHARK_LIBS dir isn't already existing, create it
3029
3030 this fixes problems discussed earlier on the list with cygpath
3031 ------------------------------------------------------------------------
3032 r19935 | gerald | 2006-11-19 15:23:53 -0800 (Sun, 19 Nov 2006) | 3 lines
3033 Changed paths:
3034    M /trunk/gtk/main.c
3035
3036 Add exclamation and left parenthesis to the display filter keystroke
3037 catcher.
3038
3039 ------------------------------------------------------------------------
3040 r19936 | martinm | 2006-11-20 06:53:22 -0800 (Mon, 20 Nov 2006) | 1 line
3041 Changed paths:
3042    M /trunk/epan/proto.c
3043
3044 Make FT_STRINGZ items work as apply/prepare as filter menu items
3045 ------------------------------------------------------------------------
3046 r19937 | jake | 2006-11-20 11:39:19 -0800 (Mon, 20 Nov 2006) | 1 line
3047 Changed paths:
3048    M /trunk/epan/dissectors/packet-dhcpv6.c
3049
3050 Fix for bug 1235. Elapsed time is in 10ms units.
3051 ------------------------------------------------------------------------
3052 r19938 | guy | 2006-11-20 16:00:26 -0800 (Mon, 20 Nov 2006) | 2 lines
3053 Changed paths:
3054    M /trunk/tshark.c
3055
3056 Squelch a compiler warning.
3057
3058 ------------------------------------------------------------------------
3059 r19939 | guy | 2006-11-20 16:16:44 -0800 (Mon, 20 Nov 2006) | 5 lines
3060 Changed paths:
3061    M /trunk/epan/epan.c
3062    M /trunk/gtk/main.c
3063    M /trunk/tshark.c
3064
3065 Call guids_init() in epan_init(), so anything that needs libwireshark -
3066 including dftest - will get the GUID table initialized (which anything
3067 that needs libwireshark needs to have happen, so dissectors can register
3068 GUIDs in that table).
3069
3070 ------------------------------------------------------------------------
3071 r19940 | guy | 2006-11-20 16:30:36 -0800 (Mon, 20 Nov 2006) | 3 lines
3072 Changed paths:
3073    M /trunk/epan/epan.c
3074    M /trunk/gtk/main.c
3075    M /trunk/tshark.c
3076
3077 We also need the memory allocation subsystem initialized in anything
3078 that uses libwireshark.
3079
3080 ------------------------------------------------------------------------
3081 r19941 | guy | 2006-11-20 16:36:35 -0800 (Mon, 20 Nov 2006) | 3 lines
3082 Changed paths:
3083    M /trunk/dftest.c
3084
3085 Use the <name> convention for command-line arguments in the usage
3086 message.
3087
3088 ------------------------------------------------------------------------
3089 r19942 | ulfl | 2006-11-20 16:40:36 -0800 (Mon, 20 Nov 2006) | 1 line
3090 Changed paths:
3091    M /trunk/gtk/progress_dlg.c
3092
3093 flush out the main event loop at dialog creation, so we don't see an empty dialog until the first update
3094 ------------------------------------------------------------------------
3095 r19943 | ulfl | 2006-11-20 16:45:38 -0800 (Mon, 20 Nov 2006) | 1 line
3096 Changed paths:
3097    M /trunk/file.c
3098    M /trunk/gtk/main.c
3099
3100 while loading a huge capture file, enable the main window to show packets rushing into the packet list
3101 ------------------------------------------------------------------------
3102 r19944 | gerald | 2006-11-20 17:27:29 -0800 (Mon, 20 Nov 2006) | 4 lines
3103 Changed paths:
3104    M /trunk/gtk/main.c
3105
3106 If a user starts typing text in the main window, append it to the
3107 display filter instead of replacing it.  Check for a valid character
3108 with a simple isprint() instead of a giant boolean expression paragraph.
3109
3110 ------------------------------------------------------------------------
3111 r19945 | sahlberg | 2006-11-21 00:44:21 -0800 (Tue, 21 Nov 2006) | 6 lines
3112 Changed paths:
3113    M /trunk/epan/dissectors/packet-kpasswd.c
3114
3115 the result code, encoded within the userdata is in network byte order not little endian.
3116
3117 this makes a difference for the cases where the result code is not KPASSWD_SUCCESS == 0x0000
3118
3119
3120
3121 ------------------------------------------------------------------------
3122 r19946 | sahlberg | 2006-11-21 00:53:11 -0800 (Tue, 21 Nov 2006) | 15 lines
3123 Changed paths:
3124    M /trunk/epan/dissectors/packet-rpc.c
3125    M /trunk/epan/dissectors/packet-rpc.h
3126
3127
3128 From: Burlyga, Alex
3129
3130 Hi,
3131
3132 Attached is a patch for packet-rpc.c and packet-rpc.h.
3133 Update support for pseudo-flavors that used in RPCSEC_GSS
3134 Also fixed a problem where rpc.reqframe and rpc.repframe where
3135 reversed.
3136
3137 Alex.
3138
3139
3140
3141
3142 ------------------------------------------------------------------------
3143 r19947 | sahlberg | 2006-11-21 01:18:28 -0800 (Tue, 21 Nov 2006) | 10 lines
3144 Changed paths:
3145    M /trunk/epan/dissectors/packet-scsi.c
3146
3147 Patrick vd Lageweg <patrick@bitwizard.nl>
3148
3149 Hi,
3150
3151 The rease/release commands are also usable on SSC devices. This patch adds them to the valid SSC command.
3152
3153  ?\194?\160 ?\194?\160 ?\194?\160 ?\194?\160Patrick
3154 _______________________________________________
3155
3156
3157 ------------------------------------------------------------------------
3158 r19948 | morriss | 2006-11-21 05:37:13 -0800 (Tue, 21 Nov 2006) | 1 line
3159 Changed paths:
3160    M /trunk/AUTHORS
3161
3162 Add Japan SS7 variant to list of things I contributed (and verify this whole commit thing works :-))
3163 ------------------------------------------------------------------------
3164 r19949 | jake | 2006-11-21 06:18:46 -0800 (Tue, 21 Nov 2006) | 2 lines
3165 Changed paths:
3166    M /trunk/doc/README.developer
3167    M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
3168    M /trunk/epan/dissectors/packet-tcp.c
3169    M /trunk/epan/dissectors/packet-tcp.h
3170
3171 Correct comments and examples on get_pdu_len().
3172
3173 ------------------------------------------------------------------------
3174 r19950 | guy | 2006-11-21 12:10:10 -0800 (Tue, 21 Nov 2006) | 15 lines
3175 Changed paths:
3176    M /trunk/doc/README.developer
3177
3178 If you're doing TCP reassembly by hand rather than with
3179 tcp_dissect_pdus(), pinfo->desegment_len indicates whether your
3180 dissector needs more data from TCP or not - the return value doesn't
3181 indicate that.
3182
3183 Fix typo.
3184
3185 It appears that the Id keyword is one of the case-insensitive ones in
3186 the svn:keywords property, so if you set it to "ID" it still expands
3187 "$Id$"; it also appears not to expand "$ID$".  We use Revision, Date,
3188 and Author in the document to indicate the revision, and don't expand
3189 Id, so that references to "$Id$" get left alone.
3190
3191 Rewrap paragraphs.
3192
3193 ------------------------------------------------------------------------
3194 r19951 | etxrab | 2006-11-21 13:00:25 -0800 (Tue, 21 Nov 2006) | 3 lines
3195 Changed paths:
3196    M /trunk/epan/dissectors/packet-acn.c
3197    M /trunk/epan/dissectors/packet-acn.h
3198
3199 From Bill Florac:
3200 Here is a patch for the ACN dissector. It fixes a bug in
3201 acn_add_expiry() and cleans up some cosmetic things.
3202 ------------------------------------------------------------------------
3203 r19952 | sahlberg | 2006-11-21 13:11:18 -0800 (Tue, 21 Nov 2006) | 23 lines
3204 Changed paths:
3205    M /trunk/epan/dissectors/packet-dcerpc.c
3206
3207 fix for bug 1226:
3208 reported by Benjamin Meyer
3209
3210 WireShark marks DCE RPC FACKs as "malformed" if they do not have a body.
3211 According to DCE RPC Spec. 1.1 FACKs "may contain" a body PTU.
3212
3213 I am unable to build WireShark (lack of time to install all neccessary stuff)
3214 but I looked at the SourceCode. I think, at least this has to be fixed:
3215
3216 file: epan/dissectors/packet-dcerpc.c
3217 function: static gboolean dissect_dcerpc_dg (tvbuff_t *tvb, packet_info *pinfo,
3218 proto_tree *tree)
3219
3220 *snip*
3221 case PDU_FACK
3222 dissect_dcerpc_dg_fack (tvb, offset, pinfo, dcerpc_tree, &hdr);
3223 break;
3224 *snap*
3225
3226 I guess, it should look like "case PDU_NOCALL:" directly above.
3227
3228
3229
3230 ------------------------------------------------------------------------
3231 r19953 | guy | 2006-11-21 13:49:58 -0800 (Tue, 21 Nov 2006) | 4 lines
3232 Changed paths:
3233    M /trunk/epan/reassemble.c
3234
3235 Fix pluralization of "bytes" so it doesn't say "1 bytes".
3236
3237 Clean up indentation.
3238
3239 ------------------------------------------------------------------------
3240 r19954 | etxrab | 2006-11-21 14:18:12 -0800 (Tue, 21 Nov 2006) | 1 line
3241 Changed paths:
3242    M /trunk/asn1/mms/mms.asn
3243    M /trunk/epan/dissectors/packet-mms.c
3244
3245 Revert changes to have named bits in the bitstring of unknown length.
3246 ------------------------------------------------------------------------
3247 r19955 | etxrab | 2006-11-21 22:39:24 -0800 (Tue, 21 Nov 2006) | 20 lines
3248 Changed paths:
3249    M /trunk/epan/dissectors/packet-ansi_637.c
3250    M /trunk/epan/dissectors/packet-ansi_a.c
3251    M /trunk/epan/dissectors/packet-ansi_a.h
3252    M /trunk/epan/dissectors/packet-ansi_map.c
3253    M /trunk/epan/libwireshark.def
3254    M /trunk/gtk/ansi_a_stat.c
3255
3256 From Michael Lum
3257
3258 1)
3259 A small change in the number of teleservices recognized
3260
3261 2)
3262 Finally finished a lot of the changes for IOS 5 support.
3263
3264 The attached files must be used together.
3265
3266 Built in Windows XP Pro using Visual Studio C++ with the latest repository.
3267
3268 packet-ansi_map.c.gz
3269
3270 packet-ansi_a.gz
3271     This file contains both packet-ansi_a.c and packet-ansi_a.h changes.
3272
3273 libwireshark.def.gz
3274
3275 ansi_a_stat.c.gz
3276 ------------------------------------------------------------------------
3277 r19956 | sahlberg | 2006-11-22 01:00:36 -0800 (Wed, 22 Nov 2006) | 3 lines
3278 Changed paths:
3279    M /trunk/epan/dissectors/packet-scsi.c
3280
3281 ssc space6 count is a signed integer
3282
3283
3284 ------------------------------------------------------------------------
3285 r19957 | sahlberg | 2006-11-22 02:12:59 -0800 (Wed, 22 Nov 2006) | 3 lines
3286 Changed paths:
3287    M /trunk/epan/dissectors/Makefile.common
3288    A /trunk/epan/dissectors/packet-scsi-ssc.c
3289    A /trunk/epan/dissectors/packet-scsi-ssc.h
3290    M /trunk/epan/dissectors/packet-scsi.c
3291    M /trunk/epan/dissectors/packet-scsi.h
3292    M /trunk/gtk/scsi_stat.c
3293
3294 break the SCSI SSC commandset out into its own dissector
3295
3296
3297 ------------------------------------------------------------------------
3298 r19958 | ulfl | 2006-11-22 12:52:40 -0800 (Wed, 22 Nov 2006) | 1 line
3299 Changed paths:
3300    M /trunk/epan/dissectors/packet-scsi-ssc.h
3301    M /trunk/epan/dissectors/packet-scsi.h
3302    M /trunk/epan/libwireshark.def
3303
3304 fix Win32 build: scsi_ssc2_vals -> scsi_ssc_vals
3305 ------------------------------------------------------------------------
3306 r19959 | guy | 2006-11-22 14:11:38 -0800 (Wed, 22 Nov 2006) | 5 lines
3307 Changed paths:
3308    M /trunk/epan/proto.c
3309
3310 Make the "standard" case in proto_can_match_selected() and
3311 proto_construct_dfilter_string() the default, so you add explicit cases
3312 only when the type needs to be treated specially, so we don't end up
3313 with types where we forget to have a case.
3314
3315 ------------------------------------------------------------------------
3316 r19960 | etxrab | 2006-11-22 15:20:11 -0800 (Wed, 22 Nov 2006) | 3 lines
3317 Changed paths:
3318    M /trunk/epan/dissectors/packet-rsvp.c
3319
3320 From Cyril Margaria:
3321 Patch to support RSVP notify and added a few error codes, with some more objectcodes
3322 added.
3323 ------------------------------------------------------------------------
3324 r19961 | guy | 2006-11-22 16:15:49 -0800 (Wed, 22 Nov 2006) | 5 lines
3325 Changed paths:
3326    M /trunk/epan/proto.c
3327
3328 When checking whether a field supports "match selected", do the same
3329 checks that we do when we try to construct the filter expression for
3330 "match selected" - this means we don't just assert that all FT_NONEs are
3331 filterable, as they aren't.
3332
3333 ------------------------------------------------------------------------
3334 r19962 | sfisher | 2006-11-22 17:45:51 -0800 (Wed, 22 Nov 2006) | 5 lines
3335 Changed paths:
3336    M /trunk/tshark.c
3337
3338
3339 Fix for bug #1211.  Patch from Joshua Wright to add -S option to tshark's
3340 usage description (-h).
3341
3342
3343 ------------------------------------------------------------------------
3344 r19963 | gerald | 2006-11-22 17:49:18 -0800 (Wed, 22 Nov 2006) | 3 lines
3345 Changed paths:
3346    M /trunk/epan/dissectors/packet-ieee80211.c
3347    M /trunk/epan/dissectors/packet-radiotap.c
3348
3349 Back out most of r19878; it was making the 802.11 dissector overwrite the
3350 RSSI column with the wrong value.
3351
3352 ------------------------------------------------------------------------
3353 r19964 | sahlberg | 2006-11-23 01:21:16 -0800 (Thu, 23 Nov 2006) | 3 lines
3354 Changed paths:
3355    M /trunk/epan/dissectors/Makefile.common
3356    A /trunk/epan/dissectors/packet-scsi-smc.c
3357    A /trunk/epan/dissectors/packet-scsi-smc.h
3358    M /trunk/epan/dissectors/packet-scsi-ssc.c
3359    M /trunk/epan/dissectors/packet-scsi.c
3360    M /trunk/epan/dissectors/packet-scsi.h
3361    M /trunk/epan/libwireshark.def
3362
3363 break the SCSI SMC commandset out into its own dissector
3364
3365
3366 ------------------------------------------------------------------------
3367 r19965 | lego | 2006-11-23 04:58:58 -0800 (Thu, 23 Nov 2006) | 3 lines
3368 Changed paths:
3369    D /trunk/plugins/lua
3370
3371 Errase the lua plugin, its not longer in use.
3372
3373
3374 ------------------------------------------------------------------------
3375 r19966 | etxrab | 2006-11-23 12:17:58 -0800 (Thu, 23 Nov 2006) | 1 line
3376 Changed paths:
3377    M /trunk/epan/dissectors/packet-tipc.c
3378
3379 Show the header size as number of bytes.
3380 ------------------------------------------------------------------------
3381 r19967 | guy | 2006-11-23 13:16:46 -0800 (Thu, 23 Nov 2006) | 16 lines
3382 Changed paths:
3383    M /trunk/epan/proto.c
3384    M /trunk/epan/proto.h
3385    M /trunk/gtk/expert_comp_table.c
3386    M /trunk/gtk/main.c
3387    M /trunk/gtk/menu.c
3388    M /trunk/print.c
3389    M /trunk/tap-protocolinfo.c
3390
3391 Rename proto_construct_dfilter_string() to
3392 proto_construct_match_selected_string() to indicate what it does - and
3393 have it return a Boolean indication of whether the string could be
3394 built, returning the string through a pointer, and, if that pointer is
3395 null, have it just return the Boolean and not construct the string.
3396
3397 Get rid of proto_can_match_selected() -
3398 proto_construct_match_selected_string() can be used for that, which
3399 means we have only one piece of code that knows whether a "match
3400 selected" string can be constructed or not.
3401
3402 Have proto_construct_match_selected_string() support matching
3403 zero-length FT_NONE (and FT_PCRE, but that shouldn't happen) fields even
3404 if there's no epan_dissect_t, as such a match just checks whether the
3405 field is present.
3406
3407 ------------------------------------------------------------------------
3408 r19968 | sfisher | 2006-11-23 18:59:43 -0800 (Thu, 23 Nov 2006) | 8 lines
3409 Changed paths:
3410    M /trunk/epan/dissectors/packet-http.c
3411
3412
3413 Fix for bug #646: show the end of HTTP chunked encoding (a chunk with size 0)
3414 as described in RFC 2616.
3415
3416 -This line, and those below, will be ignored--
3417
3418 M    packet-http.c
3419
3420 ------------------------------------------------------------------------
3421 r19969 | sfisher | 2006-11-23 22:04:01 -0800 (Thu, 23 Nov 2006) | 6 lines
3422 Changed paths:
3423    M /trunk/epan/dissectors/packet-hsrp.c
3424
3425
3426 Fix for bug #940.  Convert HSRP to a new-style dissector so that it can
3427 reject datagrams that don't have both the source and destination port
3428 of UDP_PORT_HSRP (1985).
3429
3430
3431 ------------------------------------------------------------------------
3432 r19970 | jake | 2006-11-23 23:09:38 -0800 (Thu, 23 Nov 2006) | 4 lines
3433 Changed paths:
3434    M /trunk/epan/dissectors/packet-ldap.c
3435    M /trunk/epan/dissectors/packet-smb-common.c
3436    M /trunk/epan/dissectors/packet-smb-common.h
3437
3438 From Stefan Metzmacher:
3439 I created two patches:
3440 1.) move the handling of the compressed strings in CLDAP 'netlogon' replies into a generic place.
3441 2.) implement dissection of SMB_NETLOGON cmd's 0x17 and 0x19
3442 ------------------------------------------------------------------------
3443 r19971 | jake | 2006-11-23 23:16:06 -0800 (Thu, 23 Nov 2006) | 2 lines
3444 Changed paths:
3445    M /trunk/epan/dissectors/packet-dcerpc.c
3446
3447 From Stefan Metzmacher:
3448 This patch fixes some problems with encrypted DCERPC traffic
3449 ------------------------------------------------------------------------
3450 r19972 | jake | 2006-11-23 23:28:02 -0800 (Thu, 23 Nov 2006) | 2 lines
3451 Changed paths:
3452    M /trunk/epan/dissectors/packet-scsi.c
3453
3454 From Patrick vd Lageweg:
3455 This patch fixes a simple typo.
3456 ------------------------------------------------------------------------
3457 r19973 | sahlberg | 2006-11-24 00:22:30 -0800 (Fri, 24 Nov 2006) | 3 lines
3458 Changed paths:
3459    M /trunk/epan/dissectors/packet-scsi.c
3460    M /trunk/gtk/scsi_stat.c
3461
3462 add some missing commandsets to the preference for default commandset and to the scsi srt statistics
3463
3464
3465 ------------------------------------------------------------------------
3466 r19974 | jake | 2006-11-24 03:07:39 -0800 (Fri, 24 Nov 2006) | 3 lines
3467 Changed paths:
3468    M /trunk/epan/libwireshark.def
3469
3470 From Peter Johansson:
3471 The attached patch corrects the Win32 compilation problem.
3472
3473 ------------------------------------------------------------------------
3474 r19975 | wmeier | 2006-11-24 09:41:09 -0800 (Fri, 24 Nov 2006) | 1 line
3475 Changed paths:
3476    M /trunk/epan/libwireshark.def
3477
3478 Another fix for Win32 build: add scsi_osd_vals
3479 ------------------------------------------------------------------------
3480 r19976 | guy | 2006-11-24 10:25:23 -0800 (Fri, 24 Nov 2006) | 6 lines
3481 Changed paths:
3482    M /trunk/epan/libwireshark.def
3483    M /trunk/epan/proto.c
3484    M /trunk/epan/proto.h
3485    M /trunk/gtk/expert_comp_table.c
3486    M /trunk/gtk/main.c
3487    M /trunk/gtk/menu.c
3488    M /trunk/print.c
3489    M /trunk/tap-protocolinfo.c
3490
3491 Have separate proto_construct_match_selected_string() and
3492 proto_can_match_selected() routines, to more clearly separate the two
3493 functions - but have them both call the same underlying routine, so
3494 they both make the same decisions as to whether a match-selected string
3495 can be constructed or not.
3496
3497 ------------------------------------------------------------------------
3498 r19977 | wmeier | 2006-11-24 10:47:50 -0800 (Fri, 24 Nov 2006) | 1 line
3499 Changed paths:
3500    M /trunk/epan/dissectors/packet-scsi-osd.h
3501
3502 Also required to fix Win32 build problem
3503 ------------------------------------------------------------------------
3504 r19978 | gerald | 2006-11-24 22:15:51 -0800 (Fri, 24 Nov 2006) | 2 lines
3505 Changed paths:
3506    M /trunk/gtk/main.c
3507
3508 Make sure we don't trigger undefined behavior in isprint().
3509
3510 ------------------------------------------------------------------------
3511 r19979 | jmayer | 2006-11-25 02:35:39 -0800 (Sat, 25 Nov 2006) | 115 lines
3512 Changed paths:
3513    M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
3514    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
3515    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
3516    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
3517    M /trunk/tools/pidl/pidl
3518    M /trunk/tools/pidl/tests/Util.pm
3519    M /trunk/tools/pidl/tests/ndr_align.pl
3520    M /trunk/tools/pidl/tests/ndr_represent.pl
3521    M /trunk/tools/pidl/tests/ndr_string.pl
3522
3523 Update from samba tree revision 19759 to 19883
3524 ============================ Samba log start ============
3525 ------------------------------------------------------------------------
3526 r19790 | vlendec | 2006-11-19 18:56:35 +0100 (Sun, 19 Nov 2006) | 10 lines
3527 Changed paths:
3528    M /branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c
3529    M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_unixinfo.c
3530    M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_unixinfo.h
3531    M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_winreg.c
3532    M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_winreg.h
3533    M /branches/SAMBA_3_0/source/librpc/gen_ndr/ndr_winreg.c
3534    M /branches/SAMBA_3_0/source/librpc/gen_ndr/winreg.h
3535    M /branches/SAMBA_3_0/source/rpcclient/cmd_unixinfo.c
3536    M /branches/SAMBA_3_0/source/utils/net_rpc_registry.c
3537    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
3538    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
3539
3540 Check in the PIDL change and the converted unixinfo and winbind pipes without
3541 waiting for comments. This is what version control is for, and it does fix a
3542 segfault I ran into ;-)
3543
3544 Nevertheless, Jelmer & Jerry, please take a look!
3545
3546 Thanks,
3547
3548 Volker
3549
3550 ------------------------------------------------------------------------
3551 r19829 | jelmer | 2006-11-22 00:15:57 +0100 (Wed, 22 Nov 2006) | 2 lines
3552 Changed paths:
3553    M /branches/SAMBA_4_0/source/pidl/pidl
3554
3555 Update documentation.
3556
3557 ------------------------------------------------------------------------
3558 r19830 | jelmer | 2006-11-22 00:21:08 +0100 (Wed, 22 Nov 2006) | 2 lines
3559 Changed paths:
3560    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
3561
3562 Warn about non-ref top-level pointers.
3563
3564 ------------------------------------------------------------------------
3565 r19834 | jelmer | 2006-11-22 14:59:14 +0100 (Wed, 22 Nov 2006) | 2 lines
3566 Changed paths:
3567    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
3568
3569 Prevent some inaccurate warnings.
3570
3571 ------------------------------------------------------------------------
3572 r19842 | jelmer | 2006-11-22 17:53:30 +0100 (Wed, 22 Nov 2006) | 3 lines
3573 Changed paths:
3574    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
3575
3576 Complain about unknown pointer types.
3577 Fallback to "unique" when "ptr" is specified instead of failing.
3578
3579 ------------------------------------------------------------------------
3580 r19845 | jelmer | 2006-11-22 18:13:19 +0100 (Wed, 22 Nov 2006) | 2 lines
3581 Changed paths:
3582    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
3583
3584 Add warning for pointer_default_top()
3585
3586 ------------------------------------------------------------------------
3587 r19854 | metze | 2006-11-23 14:11:08 +0100 (Thu, 23 Nov 2006) | 4 lines
3588 Changed paths:
3589    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
3590
3591 readd support for 'sptr' pointers, to work against windows servers
3592 until jelmer commits his 'ptr' support
3593
3594 metze
3595 ------------------------------------------------------------------------
3596 r19856 | jelmer | 2006-11-23 14:48:01 +0100 (Thu, 23 Nov 2006) | 2 lines
3597 Changed paths:
3598    M /branches/SAMBA_4_0/source/librpc/idl/epmapper.idl
3599    M /branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
3600    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
3601    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
3602
3603 Use sptr as basis for full ptr implementation. Will add checks for duplicates later.
3604
3605 ------------------------------------------------------------------------
3606 r19859 | jelmer | 2006-11-23 17:02:20 +0100 (Thu, 23 Nov 2006) | 3 lines
3607 Changed paths:
3608    M /branches/SAMBA_4_0/source/librpc/ndr/libndr.h
3609    M /branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
3610    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
3611    A /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
3612
3613 Reuse referrent ids when pushing full pointers (still need to
3614 avoid pushing the referred object twice) and add test for full pointers.
3615
3616 ------------------------------------------------------------------------
3617 r19866 | jelmer | 2006-11-23 19:26:55 +0100 (Thu, 23 Nov 2006) | 2 lines
3618 Changed paths:
3619    M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
3620
3621 Fix test compilation.
3622
3623 ------------------------------------------------------------------------
3624 r19868 | jelmer | 2006-11-23 21:59:09 +0100 (Thu, 23 Nov 2006) | 2 lines
3625 Changed paths:
3626    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
3627    M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
3628    M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl
3629    M /branches/SAMBA_4_0/source/pidl/tests/ndr_string.pl
3630
3631 Fix more tests.
3632
3633 ------------------------------------------------------------------------
3634 ------------------------------------------------------------------------
3635 ============================ Samba log end ==============
3636
3637
3638 ------------------------------------------------------------------------
3639 r19980 | etxrab | 2006-11-25 04:04:21 -0800 (Sat, 25 Nov 2006) | 2 lines
3640 Changed paths:
3641    M /trunk/epan/dissectors/packet-ethertype.c
3642    M /trunk/epan/etypes.h
3643
3644 From   Eliot Blennerhassett :
3645 Add Cirrus cobranet ethertype
3646 ------------------------------------------------------------------------
3647 r19981 | etxrab | 2006-11-25 05:03:48 -0800 (Sat, 25 Nov 2006) | 5 lines
3648 Changed paths:
3649    M /trunk/epan/Makefile.common
3650    A /trunk/epan/crcdrm.c
3651    A /trunk/epan/crcdrm.h
3652    M /trunk/epan/dissectors/Makefile.common
3653    A /trunk/epan/dissectors/packet-dcp-etsi.c
3654    A /trunk/epan/reedsolomon.c
3655    A /trunk/epan/reedsolomon.h
3656
3657 From Julian Cable:
3658 New dissector for ETSI DCP (ETSI TS 102 821).
3659
3660 Code rearranged to look more like other Wireshark dissectors and some warnings/errors
3661 on Windows fixed.
3662 ------------------------------------------------------------------------
3663 r19982 | etxrab | 2006-11-25 05:07:28 -0800 (Sat, 25 Nov 2006) | 1 line
3664 Changed paths:
3665    M /trunk/epan/dissectors/packet-h248_annex_c.c
3666    M /trunk/epan/dissectors/packet-h248_annex_e.c
3667
3668 Make dissecton of some of the annex packages work again.
3669 ------------------------------------------------------------------------
3670 r19983 | wmeier | 2006-11-25 16:23:50 -0800 (Sat, 25 Nov 2006) | 8 lines
3671 Changed paths:
3672    M /trunk/epan/dissectors/packet-smb-common.c
3673
3674 Problem:
3675 "off by 1" bug in
3676    packet-smb-common.c:  dissect_ms_compressed_string_internal()
3677 was causing a 1 character buffer overflow thus causing the canary to sing !
3678
3679 Fixes bug #1241
3680
3681
3682 ------------------------------------------------------------------------
3683 r19984 | morriss | 2006-11-26 00:28:09 -0800 (Sun, 26 Nov 2006) | 1 line
3684 Changed paths:
3685    M /trunk/acinclude.m4
3686
3687 Bug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG/NETSNMPCONFIG/
3688 ------------------------------------------------------------------------
3689 r19985 | gal | 2006-11-26 01:04:00 -0800 (Sun, 26 Nov 2006) | 6 lines
3690 Changed paths:
3691    M /trunk/packaging/u3/win32/makefile.nmake
3692    M /trunk/packaging/u3/win32/manifest.tmpl
3693    M /trunk/packaging/u3/win32/u3util.c
3694
3695 U3 Packaging update for
3696 a) Packaging changes - including the latest GTK/GLIB/PANGO libaries
3697 b) File associations - made when Wireshark is first run and removed when device is removed.
3698 c) Install WinPcap - by running the installer if WinPcap is not installed. Uninstalled (if the U3 device installed it) when the device is removed. (This is an interim approach until the appropriate WinPcap U3 installation can be determined).
3699
3700
3701 ------------------------------------------------------------------------
3702 r19986 | jake | 2006-11-26 05:22:14 -0800 (Sun, 26 Nov 2006) | 3 lines
3703 Changed paths:
3704    M /trunk/epan/dissectors/packet-smb-logon.c
3705
3706 From Stefan Metzmacher:
3707 2nd try: implement dissection of SMB_NETLOGON cmd's 0x17 and 0x19
3708
3709 ------------------------------------------------------------------------
3710 r19987 | jake | 2006-11-26 05:24:07 -0800 (Sun, 26 Nov 2006) | 5 lines
3711 Changed paths:
3712    M /trunk/epan/dissectors/packet-dcerpc.c
3713
3714 From Stefan Metzmacher:
3715 I have a little additional patch, that makes it easier to see what which bytes
3716 are not caught by the sub_dissector.
3717 And it makes it easy to select and export the full payload to a file.
3718
3719 ------------------------------------------------------------------------
3720 r19988 | morriss | 2006-11-26 05:36:03 -0800 (Sun, 26 Nov 2006) | 1 line
3721 Changed paths:
3722    M /trunk/epan/dissectors/packet-skinny.c
3723
3724 If we found that the packet does not belong to Skinny (new style dissector), there's no need to call call_dissector(data_handle, ...) before returning FALSE.
3725 ------------------------------------------------------------------------
3726 r19989 | morriss | 2006-11-26 06:00:01 -0800 (Sun, 26 Nov 2006) | 1 line
3727 Changed paths:
3728    M /trunk/doc/README.developer
3729
3730 Change to show how to write a 'new style' dissector (that is, one that returns the number of bytes it was able to dissect).  I think the Developer's Guide (docbook/) probably needs similar updates but I'm a bit shy about editing XML with good old vi; maybe if I can figure out if I can build the doc in the first place...  Also rewrap a few pararaphs that went past 80 columns.
3731 ------------------------------------------------------------------------
3732 r19990 | morriss | 2006-11-26 06:27:13 -0800 (Sun, 26 Nov 2006) | 1 line
3733 Changed paths:
3734    M /trunk/epan/dissectors/packet-ansi_637.c
3735    M /trunk/epan/dissectors/packet-ansi_a.c
3736
3737 Clean up a bunch of unused parameter warnings and 2 uninitialized variable warnings
3738 ------------------------------------------------------------------------
3739 r19991 | wmeier | 2006-11-26 10:20:51 -0800 (Sun, 26 Nov 2006) | 1 line
3740 Changed paths:
3741    M /trunk/epan/dissectors/packet-bgp.c
3742
3743 fix compiler warning
3744 ------------------------------------------------------------------------
3745 r19992 | wmeier | 2006-11-26 10:31:53 -0800 (Sun, 26 Nov 2006) | 4 lines
3746 Changed paths:
3747    M /trunk/airpcap.h
3748    M /trunk/asn1/rrlp/rrlp.asn
3749    M /trunk/asn1/snmp/Makefile
3750    M /trunk/diameter/TGPPSh.xml
3751    M /trunk/epan/wslua/wslua.h
3752    M /trunk/epan/wslua/wslua_dumper.c
3753    M /trunk/epan/wslua/wslua_field.c
3754    M /trunk/epan/wslua/wslua_gui.c
3755    M /trunk/epan/wslua/wslua_listener.c
3756    M /trunk/epan/wslua/wslua_pinfo.c
3757    M /trunk/epan/wslua/wslua_proto.c
3758    M /trunk/epan/wslua/wslua_tree.c
3759    M /trunk/epan/wslua/wslua_tvb.c
3760    M /trunk/epan/wslua/wslua_util.c
3761    M /trunk/tools/pidl/tests/ndr_represent.pl
3762    M /trunk/tools/pidl/tests/ndr_tagtype.pl
3763
3764 Fix some property typos (eg: svn:kwywords, swn:keywords, etc)
3765 Add 'svn:eol-style native' for a few .[hc] files
3766
3767
3768 ------------------------------------------------------------------------
3769 r19993 | wmeier | 2006-11-26 10:53:35 -0800 (Sun, 26 Nov 2006) | 3 lines
3770 Changed paths:
3771    M /trunk/asn1/snmp/Makefile.nmake
3772
3773 Fix property typo: svm:keywords --> svn:keywords
3774
3775
3776 ------------------------------------------------------------------------
3777 r19994 | gerald | 2006-11-26 12:26:09 -0800 (Sun, 26 Nov 2006) | 2 lines
3778 Changed paths:
3779    M /trunk/gtk/gui_utils.c
3780    M /trunk/gtk/gui_utils.h
3781    M /trunk/gtk/proto_draw.c
3782
3783 Make keyboard navigation common for all tree views (for GTK2, at least).
3784
3785 ------------------------------------------------------------------------
3786 r19995 | gerald | 2006-11-26 12:29:24 -0800 (Sun, 26 Nov 2006) | 2 lines
3787 Changed paths:
3788    M /trunk/gtk/gui_utils.c
3789
3790 Wrap the declaration for tree_view_key_pressed_cb() in an #if/#endif.
3791
3792 ------------------------------------------------------------------------
3793 r19996 | wmeier | 2006-11-26 16:13:09 -0800 (Sun, 26 Nov 2006) | 6 lines
3794 Changed paths:
3795    M /trunk/diameter/chargecontrol.xml
3796    M /trunk/epan/dissectors/pidl/idl_types.h
3797    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
3798
3799 fix property typos:
3800      eol-type  --> svn:eol-style
3801   sv:eol-style --> svn:eol-style
3802   svn:eol-type --> svn:eol-style
3803
3804
3805 ------------------------------------------------------------------------
3806 r19997 | sahlberg | 2006-11-27 01:00:01 -0800 (Mon, 27 Nov 2006) | 5 lines
3807 Changed paths:
3808    D /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig
3809
3810 remove file that is not used
3811
3812 bug 1247
3813
3814
3815 ------------------------------------------------------------------------
3816 r19998 | sahlberg | 2006-11-27 01:40:08 -0800 (Mon, 27 Nov 2006) | 3 lines
3817 Changed paths:
3818    M /trunk/gtk/expert_comp_table.c
3819
3820 remove unused variable:  tooltips
3821
3822
3823 ------------------------------------------------------------------------
3824 r19999 | sahlberg | 2006-11-27 01:42:19 -0800 (Mon, 27 Nov 2006) | 2 lines
3825 Changed paths:
3826    M /trunk/gtk/expert_comp_table.c
3827
3828 g_strdup takes one parameter not two
3829
3830 ------------------------------------------------------------------------
3831 r20000 | sahlberg | 2006-11-27 03:00:06 -0800 (Mon, 27 Nov 2006) | 3 lines
3832 Changed paths:
3833    M /trunk/epan/dissectors/Makefile.common
3834    M /trunk/epan/dissectors/packet-scsi-mmc.c
3835    A /trunk/epan/dissectors/packet-scsi-sbc.c
3836    A /trunk/epan/dissectors/packet-scsi-sbc.h
3837    M /trunk/epan/dissectors/packet-scsi.c
3838    M /trunk/epan/dissectors/packet-scsi.h
3839    M /trunk/epan/libwireshark.def
3840    M /trunk/gtk/scsi_stat.c
3841
3842 break the SCSI SBC commandset out into its own dissector
3843
3844
3845 ------------------------------------------------------------------------
3846 r20001 | morriss | 2006-11-27 06:39:06 -0800 (Mon, 27 Nov 2006) | 1 line
3847 Changed paths:
3848    M /trunk/epan/dissectors/packet-epl.c
3849
3850 Since this dissector is already 'new style' (it returns FALSE if it thinks the packet doesn't belong to it), register the dissector with new_create_dissector_handle() instead of create_dissector_handle(), thus fixing a compiler warning.  Also comment out some (currently) unused hf_ fields to get rid warnings about them.  Lastly, [AT]-ify the authors' email addresses.
3851 ------------------------------------------------------------------------
3852 r20002 | sahlberg | 2006-11-27 06:50:23 -0800 (Mon, 27 Nov 2006) | 3 lines
3853 Changed paths:
3854    M /trunk/epan/dissectors/packet-scsi.c
3855    M /trunk/epan/proto.c
3856    M /trunk/epan/proto.h
3857
3858 create a nice helper to dissect bitmasks and implement some test useage of it in the scsi dissector
3859
3860
3861 ------------------------------------------------------------------------
3862 r20003 | guy | 2006-11-27 10:10:12 -0800 (Mon, 27 Nov 2006) | 3 lines
3863 Changed paths:
3864    M /trunk/wiretap/wtap.c
3865    M /trunk/wiretap/wtap.h
3866
3867 Add Wiretap encapsulation type for IEEE 802.16 MAC Common Part Sublayer,
3868 for which a DLT_ value and LINKTYPE_ value have just been assigned.
3869
3870 ------------------------------------------------------------------------
3871 r20004 | guy | 2006-11-27 10:41:45 -0800 (Mon, 27 Nov 2006) | 3 lines
3872 Changed paths:
3873    M /trunk/wiretap/libpcap.c
3874
3875 Map a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CPS, and clarify
3876 what a DLT_ value of 187 is.
3877
3878 ------------------------------------------------------------------------
3879 r20005 | guy | 2006-11-27 11:41:07 -0800 (Mon, 27 Nov 2006) | 2 lines
3880 Changed paths:
3881    M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
3882
3883 Note that this isn't just cut and pasted from RFC 2251.
3884
3885 ------------------------------------------------------------------------
3886 r20006 | guy | 2006-11-27 11:42:14 -0800 (Mon, 27 Nov 2006) | 3 lines
3887 Changed paths:
3888    M /trunk/asn1/Makefile.am
3889
3890 We got rid of ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig, so
3891 don't try to put it into the distribution.
3892
3893 ------------------------------------------------------------------------
3894 r20007 | gerald | 2006-11-27 17:18:47 -0800 (Mon, 27 Nov 2006) | 2 lines
3895 Changed paths:
3896    M /trunk/epan/dissectors/packet-llt.c
3897
3898 Use val_to_str() instead of match_strval().
3899
3900 ------------------------------------------------------------------------
3901 r20008 | etxrab | 2006-11-27 21:53:00 -0800 (Mon, 27 Nov 2006) | 1 line
3902 Changed paths:
3903    M /trunk/plugins/megaco/packet-megaco.c
3904
3905 Dissection of two streams in the media descriptor was broken.
3906 ------------------------------------------------------------------------
3907 r20009 | etxrab | 2006-11-27 21:59:24 -0800 (Mon, 27 Nov 2006) | 1 line
3908 Changed paths:
3909    M /trunk/diameter/sip.xml
3910
3911 Complete the SIP application AVP:s.
3912 ------------------------------------------------------------------------
3913 r20010 | etxrab | 2006-11-27 22:31:07 -0800 (Mon, 27 Nov 2006) | 2 lines
3914 Changed paths:
3915    M /trunk/epan/dissectors/packet-q931.c
3916
3917 From Richard Braun:
3918 The Q931 dissector applies a wrong mask when testing the odd/even indicator bit.
3919 ------------------------------------------------------------------------
3920 r20011 | sahlberg | 2006-11-28 01:09:58 -0800 (Tue, 28 Nov 2006) | 3 lines
3921 Changed paths:
3922    M /trunk/doc/README.developer
3923
3924 add description of proto_tree_add_bitmask()
3925
3926
3927 ------------------------------------------------------------------------
3928 r20012 | etxrab | 2006-11-28 12:43:25 -0800 (Tue, 28 Nov 2006) | 1 line
3929 Changed paths:
3930    M /trunk/plugins/megaco/packet-megaco.c
3931
3932 Fix a typo and handling of unknown TerminationStatedescriptors.
3933 ------------------------------------------------------------------------
3934 r20013 | etxrab | 2006-11-28 22:44:07 -0800 (Tue, 28 Nov 2006) | 4 lines
3935 Changed paths:
3936    M /trunk/epan/column-utils.c
3937    M /trunk/epan/column.c
3938    M /trunk/epan/column_info.h
3939    M /trunk/epan/dissectors/packet-atm.c
3940    M /trunk/epan/dissectors/packet-bssgp.c
3941    M /trunk/epan/dissectors/packet-fr.c
3942    M /trunk/wiretap/atm.c
3943    M /trunk/wiretap/erf.c
3944    M /trunk/wiretap/file_access.c
3945
3946 Froim Rene Pilz:
3947 This patch consists also the last issues. Additionally it solves:
3948 - For the SSCOP frames the AAL5 decoding was not performed due to an earlier patch. This caused that no SSCOP message was properly decoded.
3949 - As the detection between a LANE frame and a SSCOP frame is rather hard a switch within the atm dissector is included which enforce SSCOP dissecting over a LANE frame. At the moment I do not see a better solution for that.
3950 ------------------------------------------------------------------------
3951 r20014 | etxrab | 2006-11-28 22:53:48 -0800 (Tue, 28 Nov 2006) | 2 lines
3952 Changed paths:
3953    M /trunk/epan/dissectors/packet-wsp.c
3954
3955 From Reinhard Speyerer:
3956 this patch adds support for Any-encoding (WSP, 8.4.2.9) and Any-language (WSP, 8.4.2.10)
3957 ------------------------------------------------------------------------
3958 r20015 | morriss | 2006-11-29 05:42:16 -0800 (Wed, 29 Nov 2006) | 1 line
3959 Changed paths:
3960    M /trunk/doc/README.developer
3961
3962 Add documentation of the col_set_fence() and col_prepend_fence_fstr() calls.  I *think* I got the description of col_prepend_fence_fstr() right.
3963 ------------------------------------------------------------------------
3964 r20016 | guy | 2006-11-29 08:19:56 -0800 (Wed, 29 Nov 2006) | 2 lines
3965 Changed paths:
3966    M /trunk/epan/dissectors/packet-irc.c
3967
3968 Add some protocol references.
3969
3970 ------------------------------------------------------------------------
3971 r20017 | sfisher | 2006-11-29 12:45:02 -0800 (Wed, 29 Nov 2006) | 5 lines
3972 Changed paths:
3973    M /trunk/gtk/follow_dlg.c
3974    M /trunk/gtk/ssl-dlg.c
3975
3976
3977 From the wishlist: add basic find functionality to the follow tcp & ssl stream
3978 dialogs.
3979
3980
3981 ------------------------------------------------------------------------
3982 r20018 | sfisher | 2006-11-29 18:29:31 -0800 (Wed, 29 Nov 2006) | 7 lines
3983 Changed paths:
3984    M /trunk/epan/dissectors/packet-ssl.c
3985
3986
3987 Allow the sub-dissector to be called for decrypted SSL data even when tree is
3988 null.  This allows the encrypted payload's dissector to fill in columns such
3989 as protocol and info without turning on packet coloring or otherwise rescanning
3990 the packet list.
3991
3992
3993 ------------------------------------------------------------------------
3994 r20019 | jake | 2006-11-29 23:12:59 -0800 (Wed, 29 Nov 2006) | 6 lines
3995 Changed paths:
3996    M /trunk/epan/dissectors/packet-mmse.c
3997
3998 From Michel Marti:
3999 The attached patch fixes decoding of the "X-Mms-Reply-Charging-Deadline" header.
4000 According to the OMA-TS-MMS-ENC specs, this header is encoded like this:
4001   Reply-charging-deadline-value = Value-length \
4002     (Absolute-token Date-value | Relative-token Delta-seconds-value)
4003
4004 ------------------------------------------------------------------------
4005 r20020 | jake | 2006-11-29 23:14:09 -0800 (Wed, 29 Nov 2006) | 7 lines
4006 Changed paths:
4007    M /trunk/epan/dissectors/packet-ssl.c
4008
4009 From Martin Warnesi:
4010 Much simplified patch to use column fences on the COL_INFO field to
4011 prevent sebsequent calls to the SSL dissector for the same packet
4012 clearing the information placed by earlier calls. After each SSL record
4013 is processed a col_set_fence() call is now issued to preserve what has
4014 been written.
4015
4016 ------------------------------------------------------------------------
4017 r20021 | jake | 2006-11-29 23:15:17 -0800 (Wed, 29 Nov 2006) | 4 lines
4018 Changed paths:
4019    M /trunk/epan/dissectors/packet-mysql.c
4020
4021 From Martin Warnesi:
4022 Attached updated patch to use "dissect_mysql_pdu" instead of
4023 "dissect_mysql" when registering the protocol dissector.
4024
4025 ------------------------------------------------------------------------
4026 r20022 | jake | 2006-11-29 23:16:39 -0800 (Wed, 29 Nov 2006) | 5 lines
4027 Changed paths:
4028    M /trunk/epan/dissectors/packet-ntlmssp.c
4029
4030 From Marc Bevandi:
4031 Please apply this patch (made against Wireshark 0.99.4). It defines the
4032 NTLMSSP_NEGOTIATE_ANONYMOUS flag as described in
4033 <http://davenport.sourceforge.net/ntlm.html>.
4034
4035 ------------------------------------------------------------------------
4036 r20023 | kukosa | 2006-11-29 23:30:20 -0800 (Wed, 29 Nov 2006) | 1 line
4037 Changed paths:
4038    M /trunk/fileset.c
4039
4040 suffix in file set is optional
4041 ------------------------------------------------------------------------
4042 r20024 | martinm | 2006-11-30 03:36:28 -0800 (Thu, 30 Nov 2006) | 3 lines
4043 Changed paths:
4044    M /trunk/epan/dissectors/packet-catapult-dct2000.c
4045
4046 Make prettier the parsing of IPPrim header fields.
4047 Add mm3 -> http mapping.
4048
4049 ------------------------------------------------------------------------
4050 r20025 | martinm | 2006-11-30 03:37:41 -0800 (Thu, 30 Nov 2006) | 2 lines
4051 Changed paths:
4052    M /trunk/epan/dissectors/packet-umts_fp.c
4053
4054 Fix infinite rate test, tweak filter names
4055
4056 ------------------------------------------------------------------------
4057 r20026 | martinm | 2006-11-30 10:29:45 -0800 (Thu, 30 Nov 2006) | 1 line
4058 Changed paths:
4059    M /trunk/epan/dissectors/packet-xot.c
4060
4061 Make xot dissector findable by name
4062 ------------------------------------------------------------------------
4063 r20027 | gram | 2006-11-30 13:32:05 -0800 (Thu, 30 Nov 2006) | 3 lines
4064 Changed paths:
4065    M /trunk/epan/epan.c
4066
4067 Add GPL disclaimer, which as been missing since forever.
4068 Thanks to Jaap Keuter for pointing this out.
4069
4070 ------------------------------------------------------------------------
4071 r20028 | sfisher | 2006-11-30 18:55:45 -0800 (Thu, 30 Nov 2006) | 7 lines
4072 Changed paths:
4073    M /trunk/gtk/flow_graph.c
4074
4075
4076 Fix for bug #1117: Crash on next action [such as another stats window] when
4077 flow graph window is open.  Added if(pinfo->cinfo) before attempting to use
4078 pinfo->cinfo->col_first.  The rest is indentation changes for the new if
4079 statement.
4080
4081
4082 ------------------------------------------------------------------------
4083 r20029 | martinm | 2006-12-01 10:03:45 -0800 (Fri, 01 Dec 2006) | 2 lines
4084 Changed paths:
4085    M /trunk/plugins/mgcp/packet-mgcp.c
4086
4087 For duplicate requests and responses, make clickable link back to original.
4088
4089 ------------------------------------------------------------------------
4090 r20030 | etxrab | 2006-12-01 10:49:09 -0800 (Fri, 01 Dec 2006) | 1 line
4091 Changed paths:
4092    M /trunk/epan/dissectors/packet-sip.c
4093
4094 Add hf fields for the latest headers from IANA.
4095 ------------------------------------------------------------------------
4096 r20031 | sahlberg | 2006-12-01 15:41:10 -0800 (Fri, 01 Dec 2006) | 3 lines
4097 Changed paths:
4098    M /trunk/epan/dissectors/packet-smb.c
4099
4100 store FID/TID tracking based on the fid/tid value and not the frame it was opened in.
4101
4102
4103 ------------------------------------------------------------------------
4104 r20032 | sfisher | 2006-12-01 17:08:16 -0800 (Fri, 01 Dec 2006) | 5 lines
4105 Changed paths:
4106    M /trunk/epan/dissectors/packet-tds.c
4107
4108
4109 Solution for enhancement "bug" #1254: "MSSQL / TDS parser should decode
4110 passwords"
4111
4112
4113 ------------------------------------------------------------------------
4114 r20033 | sfisher | 2006-12-01 19:06:55 -0800 (Fri, 01 Dec 2006) | 4 lines
4115 Changed paths:
4116    M /trunk/epan/Makefile.am
4117
4118
4119 Make epan/tvbtest compile again by adding emem.o
4120
4121
4122 ------------------------------------------------------------------------
4123 r20034 | wmeier | 2006-12-03 21:41:53 -0800 (Sun, 03 Dec 2006) | 5 lines
4124 Changed paths:
4125    M /trunk/Makefile.nmake
4126    M /trunk/config.nmake
4127    M /trunk/epan/Makefile.nmake
4128
4129 Use 'igncr' as needed with Bash (workaround for bug report 1162);
4130 Change usage of 'nmake' to $(MAKE) /$(MAKEFLAGS) in a few places;
4131 Add one missing /$(MAKEFLAGS);
4132
4133
4134 ------------------------------------------------------------------------
4135 r20035 | etxrab | 2006-12-04 15:03:11 -0800 (Mon, 04 Dec 2006) | 1 line
4136 Changed paths:
4137    M /trunk/epan/dissectors/packet-sdp.c
4138
4139 Add description of CT AS TIAS and H263-2000 profile.
4140 ------------------------------------------------------------------------
4141 r20036 | jake | 2006-12-04 15:12:04 -0800 (Mon, 04 Dec 2006) | 2 lines
4142 Changed paths:
4143    M /trunk/plugins/h223/Makefile.nmake
4144    A /trunk/plugins/h223/moduleinfo.nmake
4145    A /trunk/plugins/h223/plugin.rc.in
4146
4147 This is to test the waters.
4148 I've added a version resource to the h223 Wireshark plugin as Win32 DLL, setting a possible example for other plugins.
4149 ------------------------------------------------------------------------
4150 r20037 | gerald | 2006-12-04 16:43:00 -0800 (Mon, 04 Dec 2006) | 7 lines
4151 Changed paths:
4152    M /trunk/epan/prefs-int.h
4153    M /trunk/epan/prefs.c
4154    M /trunk/epan/prefs.h
4155    M /trunk/gtk/prefs_dlg.c
4156    M /trunk/gtk/prefs_dlg.h
4157
4158 From Giorgio Tino: Add a "static text" protocol preference type.  This
4159 can be used to add descriptive text inline with other preference items.
4160 The "preference" contents are not written to disk.
4161
4162 Fixup whitespace.
4163
4164
4165 ------------------------------------------------------------------------
4166 r20038 | wmeier | 2006-12-04 18:53:39 -0800 (Mon, 04 Dec 2006) | 2 lines
4167 Changed paths:
4168    M /trunk/epan/dissectors/packet-smb.c
4169
4170 Remove unused variable
4171
4172 ------------------------------------------------------------------------
4173 r20039 | wmeier | 2006-12-04 18:59:06 -0800 (Mon, 04 Dec 2006) | 4 lines
4174 Changed paths:
4175    M /trunk/Makefile.nmake
4176    M /trunk/asn1/cdt/cdt-exp.cnf
4177    M /trunk/epan/dissectors/packet-csm-encaps.c
4178    M /trunk/epan/dissectors/packet-ms-mms.c
4179    M /trunk/packaging/u3/win32/README.txt
4180    M /trunk/packaging/u3/win32/makefile.nmake
4181    M /trunk/packaging/u3/win32/manifest.tmpl
4182    M /trunk/packaging/u3/win32/u3util.c
4183    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
4184    M /trunk/tools/pidl/tests/ndr_represent.pl
4185    M /trunk/tools/pidl/tests/ndr_tagtype.pl
4186
4187 More minor properties cleanup
4188 svn:kewords --> svn:keywords & etc
4189
4190
4191 ------------------------------------------------------------------------
4192 r20040 | sfisher | 2006-12-04 19:19:51 -0800 (Mon, 04 Dec 2006) | 13 lines
4193 Changed paths:
4194    M /trunk/AUTHORS
4195    M /trunk/doc/tshark.pod
4196    M /trunk/doc/wireshark.pod
4197    M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
4198    M /trunk/epan/column-utils.c
4199    M /trunk/epan/column.c
4200    M /trunk/epan/timestamp.h
4201    M /trunk/epan/to_str.c
4202    M /trunk/epan/to_str.h
4203    M /trunk/gtk/main.c
4204    M /trunk/gtk/menu.c
4205    M /trunk/gtk/packet_list.c
4206    M /trunk/gtk/recent.c
4207    M /trunk/tshark.c
4208
4209
4210 From Douglas Pratley with trivial changes and documentation changes
4211 by myself:
4212
4213 Corrected patch; epan/column.c and epan/column_utils.c were not included. This
4214 one has now been properly tested against a clean checkout of today's code.
4215
4216 - New menu option available under view\time display format
4217 - New sub-option (e) to -t switch for both wireshark and tshark
4218 - Extended recent settings code to handle new value
4219 - Did NOT add new explicit epoch time column
4220
4221
4222 ------------------------------------------------------------------------
4223 r20041 | etxrab | 2006-12-04 22:43:47 -0800 (Mon, 04 Dec 2006) | 4 lines
4224 Changed paths:
4225    M /trunk/epan/dissectors/packet-sigcomp.c
4226    M /trunk/epan/sigcomp-udvm.c
4227    M /trunk/epan/sigcomp_state_hdlr.c
4228    M /trunk/epan/sigcomp_state_hdlr.h
4229
4230 From Cristian Constantin:
4231 As a workarond for the problem that accsessing a state with a state id > the stored
4232 minimum access length fail,  only store and compare the state with the minimum access
4233 lengt specified in the standard of 6 bytes.
4234 ------------------------------------------------------------------------
4235 r20042 | jake | 2006-12-04 22:46:21 -0800 (Mon, 04 Dec 2006) | 1 line
4236 Changed paths:
4237    M /trunk/plugins/h223/Makefile.nmake
4238
4239 Oops, the all target slipped through the cracks.
4240 ------------------------------------------------------------------------
4241 r20043 | etxrab | 2006-12-04 22:53:28 -0800 (Mon, 04 Dec 2006) | 1 line
4242 Changed paths:
4243    M /trunk/epan/dissectors/packet-sdp.c
4244
4245 Fix a cut and paste error.
4246 ------------------------------------------------------------------------
4247 r20044 | ulfl | 2006-12-05 00:07:00 -0800 (Tue, 05 Dec 2006) | 1 line
4248 Changed paths:
4249    M /trunk/epan/dissectors/packet-lldp.c
4250
4251 fix output of PROFINET specific MAC addresses - it simply displayed garbage
4252 ------------------------------------------------------------------------
4253 r20045 | ulfl | 2006-12-05 00:09:01 -0800 (Tue, 05 Dec 2006) | 1 line
4254 Changed paths:
4255    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
4256
4257 add dissection of the "IsochronousModeData" block
4258 ------------------------------------------------------------------------
4259 r20046 | wmeier | 2006-12-05 04:36:06 -0800 (Tue, 05 Dec 2006) | 2 lines
4260 Changed paths:
4261    M /trunk/doc/Makefile.nmake
4262    M /trunk/epan/dfilter/Makefile.nmake
4263    M /trunk/packaging/nsis/Makefile.nmake
4264    M /trunk/plugins/mate/Makefile.nmake
4265    M /trunk/plugins/tpg/Makefile.nmake
4266
4267 Add a few missing /$(MAKEFLAGS)
4268
4269 ------------------------------------------------------------------------
4270 r20047 | martinm | 2006-12-05 06:20:55 -0800 (Tue, 05 Dec 2006) | 1 line
4271 Changed paths:
4272    M /trunk/epan/dissectors/packet-sip.c
4273
4274 Via param name copy-paste error
4275 ------------------------------------------------------------------------
4276 r20048 | jmayer | 2006-12-05 07:25:16 -0800 (Tue, 05 Dec 2006) | 1 line
4277 Changed paths:
4278    M /trunk/manuf
4279    M /trunk/manuf.tmpl
4280
4281 Update to current IEEE and remove fixed entry for 00-06-0D (bug 1256)
4282 ------------------------------------------------------------------------
4283 r20049 | gerald | 2006-12-05 11:24:25 -0800 (Tue, 05 Dec 2006) | 9 lines
4284 Changed paths:
4285    M /trunk/AUTHORS
4286    M /trunk/Makefile.nmake
4287    M /trunk/airpcap.h
4288    M /trunk/airpcap_loader.c
4289    M /trunk/airpcap_loader.h
4290    M /trunk/epan/dissectors/Makefile.nmake
4291    M /trunk/epan/dissectors/packet-ieee80211.c
4292    M /trunk/epan/libwireshark.def
4293    M /trunk/gtk/Makefile.nmake
4294    M /trunk/gtk/airpcap_dlg.c
4295    M /trunk/gtk/airpcap_dlg.h
4296    M /trunk/gtk/airpcap_gui_utils.c
4297    M /trunk/gtk/airpcap_gui_utils.h
4298    M /trunk/gtk/capture_dlg.c
4299    M /trunk/gtk/capture_if_dlg.c
4300    M /trunk/gtk/keys.h
4301    M /trunk/gtk/main.c
4302
4303 From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryption
4304 support.
4305
4306 WEP key preferences have been overloaded to allow WPA keys.  The
4307 decryption code currently uses Windows-specific data types, but can be
4308 converted to use glib equivalents.
4309
4310 Add a few text and whitespace fixups.
4311
4312 ------------------------------------------------------------------------
4313 r20050 | gerald | 2006-12-05 11:39:54 -0800 (Tue, 05 Dec 2006) | 2 lines
4314 Changed paths:
4315    M /trunk/epan/dissectors/packet-ieee80211.c
4316
4317 Fix a compilation error, and squelch a couple of other errors.
4318
4319 ------------------------------------------------------------------------
4320 r20051 | gerald | 2006-12-05 12:57:22 -0800 (Tue, 05 Dec 2006) | 2 lines
4321 Changed paths:
4322    M /trunk/epan/dissectors/packet-ieee80211.c
4323
4324 Fix preference registration.
4325
4326 ------------------------------------------------------------------------
4327 r20052 | gerald | 2006-12-05 13:06:09 -0800 (Tue, 05 Dec 2006) | 2 lines
4328 Changed paths:
4329    A /trunk/airpdcap
4330    A /trunk/airpdcap/Makefile.am
4331    A /trunk/airpdcap/Makefile.nmake
4332    A /trunk/airpdcap/airpdcap.c
4333    A /trunk/airpdcap/airpdcap_ccmp.c
4334    A /trunk/airpdcap/airpdcap_ccmp.h
4335    A /trunk/airpdcap/airpdcap_debug.c
4336    A /trunk/airpdcap/airpdcap_debug.h
4337    A /trunk/airpdcap/airpdcap_int.h
4338    A /trunk/airpdcap/airpdcap_interop.h
4339    A /trunk/airpdcap/airpdcap_md5.c
4340    A /trunk/airpdcap/airpdcap_md5.h
4341    A /trunk/airpdcap/airpdcap_rijndael.c
4342    A /trunk/airpdcap/airpdcap_rijndael.h
4343    A /trunk/airpdcap/airpdcap_sha1.c
4344    A /trunk/airpdcap/airpdcap_sha1.h
4345    A /trunk/airpdcap/airpdcap_system.h
4346    A /trunk/airpdcap/airpdcap_tkip.c
4347    A /trunk/airpdcap/airpdcap_tkip.h
4348    A /trunk/airpdcap/airpdcap_user.h
4349    A /trunk/airpdcap/airpdcap_wep.c
4350    A /trunk/airpdcap/airpdcap_wep.h
4351    A /trunk/airpdcap/airpdcap_ws.h
4352
4353 Add AirPDcap files.
4354
4355 ------------------------------------------------------------------------
4356 r20053 | gerald | 2006-12-06 12:29:54 -0800 (Wed, 06 Dec 2006) | 3 lines
4357 Changed paths:
4358    M /trunk/Makefile.nmake
4359    M /trunk/config.h.win32
4360    M /trunk/config.nmake
4361    M /trunk/epan/dissectors/Makefile.nmake
4362    M /trunk/epan/dissectors/packet-ieee80211.c
4363    M /trunk/gtk/Makefile.nmake
4364
4365 Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined.  Fix a compiler
4366 warning in the 802.11 dissector.
4367
4368 ------------------------------------------------------------------------
4369 r20054 | etxrab | 2006-12-06 14:03:45 -0800 (Wed, 06 Dec 2006) | 2 lines
4370 Changed paths:
4371    M /trunk/epan/dissectors/packet-eap.c
4372    M /trunk/epan/dissectors/packet-isakmp.c
4373
4374 Dissect EAP inside ISAKMP update some strings from IANA.
4375 (fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=777)
4376 ------------------------------------------------------------------------
4377 r20055 | etxrab | 2006-12-06 14:05:55 -0800 (Wed, 06 Dec 2006) | 1 line
4378 Changed paths:
4379    M /trunk/epan/dissectors/packet-uma.c
4380
4381 Fix a typo.
4382 ------------------------------------------------------------------------
4383 r20056 | etxrab | 2006-12-06 14:08:32 -0800 (Wed, 06 Dec 2006) | 1 line
4384 Changed paths:
4385    M /trunk/epan/dissectors/packet-sip.c
4386
4387 Prepare to decode Q.850 REASON.
4388 ------------------------------------------------------------------------
4389 r20057 | sfisher | 2006-12-06 15:34:28 -0800 (Wed, 06 Dec 2006) | 6 lines
4390 Changed paths:
4391    M /trunk/epan/dissectors/packet-text-media.c
4392
4393
4394 Fix for enhancement bug #1260.  Now packet-text-media will display the
4395 line terminators (\r and/or \n) for line-based data such as that used in
4396 HTML.
4397
4398
4399 ------------------------------------------------------------------------
4400 r20058 | sahlberg | 2006-12-07 01:28:16 -0800 (Thu, 07 Dec 2006) | 4 lines
4401 Changed paths:
4402    M /trunk/epan/dissectors/packet-iscsi.c
4403
4404 strengthen the heuristics for iscsi commandis   assuming that the last 6 bytes of the 8 byte LUN blob are always 0.
4405
4406
4407
4408 ------------------------------------------------------------------------
4409 r20059 | martinm | 2006-12-07 03:31:25 -0800 (Thu, 07 Dec 2006) | 1 line
4410 Changed paths:
4411    M /trunk/epan/dissectors/packet-umts_fp.c
4412
4413 EDCH - show total number of PDUs in info column
4414 ------------------------------------------------------------------------
4415 r20060 | martinm | 2006-12-07 10:06:22 -0800 (Thu, 07 Dec 2006) | 1 line
4416 Changed paths:
4417    M /trunk/epan/dissectors/packet-umts_fp.c
4418
4419 Fix range highlighted by EDCH sfn header tree
4420 ------------------------------------------------------------------------
4421 r20061 | sfisher | 2006-12-07 12:29:40 -0800 (Thu, 07 Dec 2006) | 10 lines
4422 Changed paths:
4423    M /trunk/AUTHORS
4424    M /trunk/doc/README.developer
4425    M /trunk/epan/value_string.c
4426    M /trunk/epan/value_string.h
4427
4428
4429 From Francesco Fondelli:
4430
4431 I defined a range_string struct. It's like value_string
4432 but stores range <-> string pairs.
4433 Moreover I wrote rval_to_str(), match_strrval_idx()
4434 match_strrval() which are behaving exactly as
4435 val_to_str(), match_strval_idx() and match_strval().
4436
4437
4438 ------------------------------------------------------------------------
4439 r20062 | etxrab | 2006-12-07 12:34:08 -0800 (Thu, 07 Dec 2006) | 1 line
4440 Changed paths:
4441    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
4442    M /trunk/asn1/camel/packet-camel-template.c
4443    M /trunk/asn1/gsmmap/gsm_map-exp.cnf
4444    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
4445    M /trunk/asn1/inap/packet-inap-template.c
4446    M /trunk/asn1/tcap/packet-tcap-template.c
4447    M /trunk/epan/dissectors/packet-ansi_map.c
4448    M /trunk/epan/dissectors/packet-bthci_acl.c
4449    M /trunk/epan/dissectors/packet-camel.c
4450    M /trunk/epan/dissectors/packet-cigi.c
4451    M /trunk/epan/dissectors/packet-gsm_map.c
4452    M /trunk/epan/dissectors/packet-gsm_map.h
4453    M /trunk/epan/dissectors/packet-inap.c
4454    M /trunk/epan/dissectors/packet-inap.h
4455    M /trunk/epan/dissectors/packet-isakmp.c
4456    M /trunk/epan/dissectors/packet-isns.c
4457    M /trunk/epan/dissectors/packet-isup_thin.c
4458    M /trunk/epan/dissectors/packet-kerberos.c
4459    M /trunk/epan/dissectors/packet-llt.c
4460    M /trunk/epan/dissectors/packet-msrp.c
4461    M /trunk/epan/dissectors/packet-ncp.c
4462    M /trunk/epan/dissectors/packet-radius.c
4463    M /trunk/epan/dissectors/packet-rsync.c
4464    M /trunk/epan/dissectors/packet-tcap.c
4465    M /trunk/epan/dissectors/packet-tcap.h
4466    M /trunk/epan/dissectors/packet-tipc.c
4467    M /trunk/epan/dissectors/packet-wfleet-hdlc.c
4468    M /trunk/epan/dissectors/packet-winsrepl.c
4469
4470 As ponted out by Stig Bj?\195?\184rlykke change a whole bunch of dissector_handle_t to static.
4471 ------------------------------------------------------------------------
4472 r20063 | sfisher | 2006-12-07 12:34:21 -0800 (Thu, 07 Dec 2006) | 5 lines
4473 Changed paths:
4474    M /trunk/epan/dissectors/packet-ospf.c
4475
4476
4477 From Francesco Fondelli: Update/addition to Bandwidth Constraints Model code
4478 in OSPF.
4479
4480
4481 ------------------------------------------------------------------------
4482 r20064 | etxrab | 2006-12-07 12:53:32 -0800 (Thu, 07 Dec 2006) | 1 line
4483 Changed paths:
4484    M /trunk/asn1/tcap/packet-tcap-template.c
4485    M /trunk/epan/dissectors/packet-ncp.c
4486    M /trunk/epan/dissectors/packet-tcap.c
4487
4488 Revert some dissector_handle_t to static changes to make it compile again.
4489 ------------------------------------------------------------------------
4490 r20065 | guy | 2006-12-07 15:24:49 -0800 (Thu, 07 Dec 2006) | 3 lines
4491 Changed paths:
4492    M /trunk/version_info.h
4493
4494 Make "svnversion" extern, so the only definition is in version_info.c;
4495 this fixes build errors on some platforms.
4496
4497 ------------------------------------------------------------------------
4498 r20066 | guy | 2006-12-07 17:05:19 -0800 (Thu, 07 Dec 2006) | 2 lines
4499 Changed paths:
4500    M /trunk/epan/camel-persistentdata.c
4501
4502 Get rid of forward declaration of non-existent routine.
4503
4504 ------------------------------------------------------------------------
4505 r20067 | guy | 2006-12-07 17:07:09 -0800 (Thu, 07 Dec 2006) | 2 lines
4506 Changed paths:
4507    M /trunk/epan/camel-persistentdata.h
4508
4509 Get rid of CR's, and set the appropriate properties.
4510
4511 ------------------------------------------------------------------------
4512 r20068 | guy | 2006-12-07 17:08:48 -0800 (Thu, 07 Dec 2006) | 3 lines
4513 Changed paths:
4514    M /trunk/epan/camel-persistentdata.h
4515    M /trunk/epan/tcap-persistentdata.h
4516    M /trunk/tap-camelsrt.c
4517
4518 Add the StatSRT flags to the header file, rather than declaring them in
4519 all modules that use them.
4520
4521 ------------------------------------------------------------------------
4522 r20069 | guy | 2006-12-07 17:11:20 -0800 (Thu, 07 Dec 2006) | 3 lines
4523 Changed paths:
4524    M /trunk/epan/prefs-int.h
4525    M /trunk/gtk/recent.c
4526
4527 A callback in read_prefs_file() should return a prefs_set_pref_e, not an
4528 int.
4529
4530 ------------------------------------------------------------------------
4531 r20070 | guy | 2006-12-07 20:09:44 -0800 (Thu, 07 Dec 2006) | 3 lines
4532 Changed paths:
4533    M /trunk/epan/prefs.c
4534
4535 Handle the "no error" return from pref_set_pair_fct(), to squelch
4536 compiler warnings.
4537
4538 ------------------------------------------------------------------------
4539 r20071 | jmayer | 2006-12-08 07:05:41 -0800 (Fri, 08 Dec 2006) | 5 lines
4540 Changed paths:
4541    M /trunk/Makefile.nmake
4542    M /trunk/acinclude.m4
4543    M /trunk/asn1/snmp/packet-snmp-template.c
4544    M /trunk/cmakeconfig.h.in
4545    M /trunk/config.h.win32
4546    M /trunk/config.nmake
4547    M /trunk/configure.in
4548    M /trunk/epan/dissectors/format-oid.h
4549    M /trunk/epan/dissectors/packet-cops.c
4550    M /trunk/epan/dissectors/packet-snmp.c
4551
4552 Get rid of UCD SNMP support (it's not longer supported and
4553 superseeded by net-snmp). Replace some_snmp by net_snmp
4554 where appropriate.
4555
4556
4557 ------------------------------------------------------------------------
4558 r20072 | guy | 2006-12-08 10:40:42 -0800 (Fri, 08 Dec 2006) | 2 lines
4559 Changed paths:
4560    M /trunk/epan/camel-persistentdata.h
4561    M /trunk/epan/tcap-persistentdata.h
4562
4563 Declare data values exported from libwireshark with WS_VAR_IMPORT.
4564
4565 ------------------------------------------------------------------------
4566 r20073 | guy | 2006-12-08 11:32:53 -0800 (Fri, 08 Dec 2006) | 2 lines
4567 Changed paths:
4568    M /trunk/epan/dissectors/packet-xot.c
4569
4570 The XOT dissector is now a "new-style" dissector; register it as such.
4571
4572 ------------------------------------------------------------------------
4573 r20074 | guy | 2006-12-08 17:34:08 -0800 (Fri, 08 Dec 2006) | 3 lines
4574 Changed paths:
4575    M /trunk/README
4576
4577 We no longer support UCD SNMP - and *do* support Net-SNMP, and have
4578 supported it for quite a while.
4579
4580 ------------------------------------------------------------------------
4581 r20075 | guy | 2006-12-08 17:37:22 -0800 (Fri, 08 Dec 2006) | 5 lines
4582 Changed paths:
4583    M /trunk/INSTALL
4584
4585 We no longer support UCD SNMP - and *do* support Net-SNMP, and have
4586 supported it for quite a while.
4587
4588 Also, note that it might not even be possible to run Wireshark set-UID.
4589
4590 ------------------------------------------------------------------------
4591 r20076 | guy | 2006-12-08 17:39:29 -0800 (Fri, 08 Dec 2006) | 3 lines
4592 Changed paths:
4593    M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
4594
4595 It's called Net-SNMP - and it replaced UCD SNMP a long time ago, so
4596 there's no longer a need to mention UCD SNMP.
4597
4598 ------------------------------------------------------------------------
4599 r20077 | sfisher | 2006-12-08 18:25:23 -0800 (Fri, 08 Dec 2006) | 5 lines
4600 Changed paths:
4601    M /trunk/epan/dissectors/packet-wlccp.c
4602
4603
4604 Change a match_strval() to val_to_str() in a col_add_fstr() call to prevent
4605 problems if there isn't a match (corrupted packet).
4606
4607
4608 ------------------------------------------------------------------------
4609 r20078 | ulfl | 2006-12-09 01:28:29 -0800 (Sat, 09 Dec 2006) | 1 line
4610 Changed paths:
4611    M /trunk/plugins/profinet/packet-pn-ptcp.c
4612
4613 add IRDataUUID to the blocks subitem
4614 ------------------------------------------------------------------------
4615 r20079 | ulfl | 2006-12-09 01:32:21 -0800 (Sat, 09 Dec 2006) | 1 line
4616 Changed paths:
4617    M /trunk/gtk/menu.c
4618
4619 change it to "Seconds Since Epoch (1970-01-01):   1234567890.123456"
4620 ------------------------------------------------------------------------
4621 r20080 | ulfl | 2006-12-09 02:09:48 -0800 (Sat, 09 Dec 2006) | 1 line
4622 Changed paths:
4623    M /trunk/gtk/capture_if_details_dlg.c
4624
4625 add WinPcap beta 2 and 3 to the details version check
4626 ------------------------------------------------------------------------
4627 r20081 | jake | 2006-12-09 08:37:54 -0800 (Sat, 09 Dec 2006) | 2 lines
4628 Changed paths:
4629    M /trunk/configure.in
4630
4631 Remove mention of UCD SNMP completely.
4632
4633 ------------------------------------------------------------------------
4634 r20082 | sahlberg | 2006-12-09 13:29:06 -0800 (Sat, 09 Dec 2006) | 6 lines
4635 Changed paths:
4636    M /trunk/epan/dissectors/packet-scsi-sbc.c
4637
4638 dissect the flags of FORMAT_UNIT
4639
4640 change some hf definitions where FT_BOOLEAN types had the wrong length specified
4641 (BASE_[HEX|DEC] instead of length of field in bits)
4642
4643
4644 ------------------------------------------------------------------------
4645 r20083 | sahlberg | 2006-12-09 14:30:12 -0800 (Sat, 09 Dec 2006) | 3 lines
4646 Changed paths:
4647    M /trunk/epan/dissectors/packet-scsi-sbc.c
4648
4649 Add dissection of the PREFETCH10 and PREFETCH16 SBC commands
4650
4651
4652 ------------------------------------------------------------------------
4653 r20084 | guy | 2006-12-09 14:34:13 -0800 (Sat, 09 Dec 2006) | 3 lines
4654 Changed paths:
4655    M /trunk/version_info.c
4656
4657 Fix the display of whether the program was built with Net-SNMP, now that
4658 we no longer support UCD SNMP and no longer define HAVE_SOME_SNMP.
4659
4660 ------------------------------------------------------------------------
4661 r20085 | sahlberg | 2006-12-09 16:43:24 -0800 (Sat, 09 Dec 2006) | 3 lines
4662 Changed paths:
4663    M /trunk/epan/dissectors/packet-scsi-sbc.c
4664
4665 fix up READ6 READ10 READ12 and READ16 to dissect the flags and the group in the cdb
4666
4667
4668 ------------------------------------------------------------------------
4669 r20086 | sahlberg | 2006-12-09 17:53:19 -0800 (Sat, 09 Dec 2006) | 3 lines
4670 Changed paths:
4671    M /trunk/epan/dissectors/packet-scsi-sbc.c
4672
4673 improve READCAPACITY10
4674
4675
4676 ------------------------------------------------------------------------
4677 r20087 | sahlberg | 2006-12-09 18:32:57 -0800 (Sat, 09 Dec 2006) | 3 lines
4678 Changed paths:
4679    M /trunk/epan/dissectors/packet-scsi-sbc.c
4680
4681 fix up READEFECTDATA 10 and 12
4682
4683
4684 ------------------------------------------------------------------------
4685 r20088 | sahlberg | 2006-12-09 18:45:06 -0800 (Sat, 09 Dec 2006) | 3 lines
4686 Changed paths:
4687    M /trunk/epan/dissectors/packet-scsi-sbc.c
4688
4689 add dissection of READLONG10
4690
4691
4692 ------------------------------------------------------------------------
4693 r20089 | sahlberg | 2006-12-09 18:59:09 -0800 (Sat, 09 Dec 2006) | 3 lines
4694 Changed paths:
4695    M /trunk/epan/dissectors/packet-scsi-sbc.c
4696
4697 add dissection of READ LONG 16
4698
4699
4700 ------------------------------------------------------------------------
4701 r20090 | sahlberg | 2006-12-09 19:47:11 -0800 (Sat, 09 Dec 2006) | 2 lines
4702 Changed paths:
4703    M /trunk/epan/dissectors/packet-scsi-sbc.c
4704
4705 fixup REASSIGN BLOCKS
4706
4707 ------------------------------------------------------------------------
4708 r20091 | sahlberg | 2006-12-09 19:56:25 -0800 (Sat, 09 Dec 2006) | 2 lines
4709 Changed paths:
4710    M /trunk/epan/dissectors/packet-scsi-sbc.c
4711
4712 fixup START STOP UNIT
4713
4714 ------------------------------------------------------------------------
4715 r20092 | guy | 2006-12-09 20:12:35 -0800 (Sat, 09 Dec 2006) | 7 lines
4716 Changed paths:
4717    M /trunk/epan/dissectors/packet-udp.c
4718
4719 Treat the UDP checksum the same way the TCP checksum is treated - mark
4720 the "checksum bad" and "checksum good" flags as generated fields, add
4721 an expert info item on a checksum error, and put a "checksum incorrect"
4722 indication in the Info column.
4723
4724 Clean up indentation.
4725
4726 ------------------------------------------------------------------------
4727 r20093 | sfisher | 2006-12-09 20:38:42 -0800 (Sat, 09 Dec 2006) | 6 lines
4728 Changed paths:
4729    M /trunk/asn1/s4406/s4406.cnf
4730
4731
4732 From Stig Bjorlykke:
4733
4734 This patch fixes a small typo in the s4406 dissector.
4735
4736
4737 ------------------------------------------------------------------------
4738 r20094 | sfisher | 2006-12-09 20:57:47 -0800 (Sat, 09 Dec 2006) | 4 lines
4739 Changed paths:
4740    M /trunk/epan/dissectors/packet-s4406.c
4741
4742
4743 Result of "compiling" s4406.cnf (that changed with SVN revision 20093.)
4744
4745
4746 ------------------------------------------------------------------------
4747 r20095 | sahlberg | 2006-12-10 03:14:35 -0800 (Sun, 10 Dec 2006) | 3 lines
4748 Changed paths:
4749    M /trunk/epan/dissectors/packet-scsi-sbc.c
4750
4751 add SYNC CACHE 10 and 16
4752
4753
4754 ------------------------------------------------------------------------
4755 r20096 | sahlberg | 2006-12-10 03:43:02 -0800 (Sun, 10 Dec 2006) | 2 lines
4756 Changed paths:
4757    M /trunk/epan/dissectors/packet-scsi-sbc.c
4758
4759 fix the broken VERIFY 10, 12, 16
4760
4761 ------------------------------------------------------------------------
4762 r20097 | sahlberg | 2006-12-10 04:01:36 -0800 (Sun, 10 Dec 2006) | 3 lines
4763 Changed paths:
4764    M /trunk/epan/dissectors/packet-scsi-mmc.c
4765    M /trunk/epan/dissectors/packet-scsi-sbc.c
4766    M /trunk/epan/dissectors/packet-scsi-sbc.h
4767
4768 fixup WRITE 6,10,12,16
4769
4770
4771 ------------------------------------------------------------------------
4772 r20098 | sahlberg | 2006-12-10 05:04:37 -0800 (Sun, 10 Dec 2006) | 2 lines
4773 Changed paths:
4774    M /trunk/epan/dissectors/packet-scsi-sbc.c
4775
4776 fix the WRVERIFY commands
4777
4778 ------------------------------------------------------------------------
4779 r20099 | sahlberg | 2006-12-10 05:38:42 -0800 (Sun, 10 Dec 2006) | 9 lines
4780 Changed paths:
4781    M /trunk/epan/dissectors/packet-scsi-sbc.c
4782
4783 add dissection of
4784 writelong10
4785 writesame10/16
4786 xdread10
4787 xdwrite10
4788 xdwriteread10
4789 xpwrite10
4790
4791
4792 ------------------------------------------------------------------------
4793 r20100 | sahlberg | 2006-12-10 05:52:30 -0800 (Sun, 10 Dec 2006) | 3 lines
4794 Changed paths:
4795    M /trunk/epan/dissectors/packet-scsi-mmc.c
4796    M /trunk/epan/dissectors/packet-scsi-sbc.c
4797    M /trunk/epan/dissectors/packet-scsi-sbc.h
4798    M /trunk/epan/dissectors/packet-scsi.c
4799
4800 change all sbc2 references into sbc
4801
4802
4803 ------------------------------------------------------------------------
4804 r20101 | jmayer | 2006-12-10 10:55:24 -0800 (Sun, 10 Dec 2006) | 3 lines
4805 Changed paths:
4806    A /trunk/tools/pidl/tests/ndr_fullptr.pl
4807
4808 Forgot to add this file during one of the last commits.
4809
4810
4811 ------------------------------------------------------------------------
4812 r20102 | jake | 2006-12-10 14:19:11 -0800 (Sun, 10 Dec 2006) | 2 lines
4813 Changed paths:
4814    M /trunk/plugins/h223/Makefile.nmake
4815
4816 Lost the quotes in the Python line.
4817
4818 ------------------------------------------------------------------------
4819 r20103 | etxrab | 2006-12-10 14:58:55 -0800 (Sun, 10 Dec 2006) | 3 lines
4820 Changed paths:
4821    M /trunk/epan/dissectors/packet-ipmi.c
4822
4823 Applied the patch http://www.wireshark.org/lists/wireshark-dev/200606/msg01818.html
4824 from Jason Allred.
4825 Added some more V2 dissection but far from complete.
4826 ------------------------------------------------------------------------
4827 r20104 | etxrab | 2006-12-10 15:00:44 -0800 (Sun, 10 Dec 2006) | 1 line
4828 Changed paths:
4829    M /trunk/diameter/dictionary.xml
4830
4831 Add SIP error codes.
4832 ------------------------------------------------------------------------
4833 r20105 | guy | 2006-12-10 17:55:50 -0800 (Sun, 10 Dec 2006) | 10 lines
4834 Changed paths:
4835    M /trunk/epan/dissectors/packet-ipmi.c
4836
4837 Add #defines for the authentication types, and use them.
4838
4839 Squelch some compiler warnings.
4840
4841 Get rid of a C++/C99 comment.
4842
4843 Fix some typoes.
4844
4845 Clean up indentation.
4846
4847 ------------------------------------------------------------------------
4848 r20106 | guy | 2006-12-10 18:58:38 -0800 (Sun, 10 Dec 2006) | 2 lines
4849 Changed paths:
4850    M /trunk/epan/tap.c
4851
4852 Do bounds checking on tap_packet_array.
4853
4854 ------------------------------------------------------------------------
4855 r20107 | guy | 2006-12-10 19:32:01 -0800 (Sun, 10 Dec 2006) | 5 lines
4856 Changed paths:
4857    M /trunk/gtk/expert_comp_table.c
4858
4859 We only need to add the tree view to its containing scrolled window
4860 once.  (Subsequent attempts produce a warning and do nothing.)
4861
4862 Clean up indentation.
4863
4864 ------------------------------------------------------------------------
4865 r20108 | kukosa | 2006-12-11 00:47:38 -0800 (Mon, 11 Dec 2006) | 1 line
4866 Changed paths:
4867    M /trunk/epan/dissectors/packet-ssl-utils.c
4868    M /trunk/epan/dissectors/packet-ssl.c
4869
4870 SSL keys configuration can be read from file
4871 ------------------------------------------------------------------------
4872 r20109 | sahlberg | 2006-12-11 01:04:58 -0800 (Mon, 11 Dec 2006) | 3 lines
4873 Changed paths:
4874    M /trunk/epan/dissectors/packet-scsi-sbc.c
4875
4876 add a comment about the (few) opcodes that are still missing
4877
4878
4879 ------------------------------------------------------------------------
4880 r20110 | sahlberg | 2006-12-11 01:07:10 -0800 (Mon, 11 Dec 2006) | 5 lines
4881 Changed paths:
4882    M /trunk/epan/dissectors/packet-scsi-sbc.c
4883
4884 add comment that the dissector is based on SBC2
4885
4886 this dissector should be in fairly good shape now
4887
4888
4889 ------------------------------------------------------------------------
4890 r20111 | guy | 2006-12-11 01:55:22 -0800 (Mon, 11 Dec 2006) | 3 lines
4891 Changed paths:
4892    M /trunk/epan/dissectors/packet-udp.c
4893
4894 For length errors, add an error item for the expert info, and put a tag
4895 in the summary line.
4896
4897 ------------------------------------------------------------------------
4898 r20112 | sahlberg | 2006-12-11 02:15:42 -0800 (Mon, 11 Dec 2006) | 3 lines
4899 Changed paths:
4900    M /trunk/epan/dissectors/packet-scsi-ssc.c
4901    M /trunk/epan/dissectors/packet-scsi-ssc.h
4902
4903 fixup ERASE16 FORMAT_MEDIUM and LOAD_UNLOAD commands
4904
4905
4906 ------------------------------------------------------------------------
4907 r20113 | martinm | 2006-12-11 02:43:43 -0800 (Mon, 11 Dec 2006) | 1 line
4908 Changed paths:
4909    M /trunk/epan/dissectors/packet-ssl.c
4910
4911 Try to fix build (on Linux at least...) by including <errno.h>
4912 ------------------------------------------------------------------------
4913 r20114 | martinm | 2006-12-11 05:33:46 -0800 (Mon, 11 Dec 2006) | 2 lines
4914 Changed paths:
4915    M /trunk/epan/dissectors/packet-ssl.c
4916
4917 Remove \n from long preference description
4918
4919 ------------------------------------------------------------------------
4920 r20115 | gerald | 2006-12-11 10:24:27 -0800 (Mon, 11 Dec 2006) | 5 lines
4921 Changed paths:
4922    M /trunk/test/config.sh
4923    M /trunk/test/suite-capture.sh
4924
4925 The capture test suite currently fails on quiet networks.  Try to fix
4926 this by generating some ICMP packets before each test.  Add an "icmp"
4927 capture filter to each test to better control the test conditions.
4928 Fixup whitespace.
4929
4930 ------------------------------------------------------------------------
4931 r20116 | ulfl | 2006-12-11 11:43:19 -0800 (Mon, 11 Dec 2006) | 1 line
4932 Changed paths:
4933    M /trunk/gtk/capture_dlg.c
4934    M /trunk/gtk/capture_if_dlg.c
4935
4936 remove some warnings
4937 ------------------------------------------------------------------------
4938 r20117 | sfisher | 2006-12-11 12:09:04 -0800 (Mon, 11 Dec 2006) | 6 lines
4939 Changed paths:
4940    M /trunk/epan/column.c
4941    M /trunk/epan/column.h
4942    M /trunk/gtk/packet_list.c
4943
4944
4945 Add a new function to build column widths based not only on the max
4946 width that is hard-coded in get_column_longest_string(), but also on the
4947 width of the user specified title of the column (in case it is wider.)
4948
4949
4950 ------------------------------------------------------------------------
4951 r20118 | sfisher | 2006-12-11 12:24:51 -0800 (Mon, 11 Dec 2006) | 6 lines
4952 Changed paths:
4953    M /trunk/AUTHORS
4954    M /trunk/epan/column-utils.c
4955    M /trunk/epan/column.c
4956    M /trunk/epan/column_info.h
4957    M /trunk/epan/dissectors/packet-ip.c
4958    M /trunk/epan/dissectors/packet-vlan.c
4959
4960
4961 From Thomas Sillaber:
4962
4963 Create two new columns: IP DSCP and L2 COS (802.1p)
4964
4965
4966 ------------------------------------------------------------------------
4967 r20119 | jake | 2006-12-11 13:28:07 -0800 (Mon, 11 Dec 2006) | 2 lines
4968 Changed paths:
4969    M /trunk/epan/dissectors/packet-acn.c
4970
4971 Removed executable property.
4972
4973 ------------------------------------------------------------------------
4974 r20120 | jake | 2006-12-11 13:46:39 -0800 (Mon, 11 Dec 2006) | 2 lines
4975 Changed paths:
4976    M /trunk/plugins/h223/Makefile.am
4977
4978 Add files to EXTRA_DIST target.
4979
4980 ------------------------------------------------------------------------
4981 r20121 | gerald | 2006-12-11 16:16:22 -0800 (Mon, 11 Dec 2006) | 2 lines
4982 Changed paths:
4983    M /trunk/AUTHORS
4984
4985 Update Neil Kettle's address.
4986
4987 ------------------------------------------------------------------------
4988 r20122 | wmeier | 2006-12-11 18:24:51 -0800 (Mon, 11 Dec 2006) | 2 lines
4989 Changed paths:
4990    M /trunk/epan/dissectors/packet-acn.h
4991    M /trunk/epan/unicode-utils.c
4992    M /trunk/epan/unicode-utils.h
4993    M /trunk/gtk/airpcap_gui_utils.c
4994    M /trunk/gtk/airpcap_gui_utils.h
4995
4996 Remove svn:executable property from a few more .[hc] files
4997
4998 ------------------------------------------------------------------------
4999 r20123 | etxrab | 2006-12-11 23:05:01 -0800 (Mon, 11 Dec 2006) | 1 line
5000 Changed paths:
5001    M /trunk/epan/libwireshark.def
5002
5003 Add get_column_width_string to make win32 build work.
5004 ------------------------------------------------------------------------
5005 r20124 | etxrab | 2006-12-11 23:06:40 -0800 (Mon, 11 Dec 2006) | 1 line
5006 Changed paths:
5007    M /trunk/epan/dissectors/packet-ipmi.c
5008
5009 Dissect Get Channel Authentication Capabilities Command.
5010 ------------------------------------------------------------------------
5011 r20125 | sahlberg | 2006-12-12 00:28:37 -0800 (Tue, 12 Dec 2006) | 7 lines
5012 Changed paths:
5013    M /trunk/epan/dissectors/packet-kerberos.c
5014
5015 kerberos error with ERR_ETYPE_NOSUPP which is issued when the kdc does not support the specified enctype in AS REQ contains in the e-type field for optional additional data a PA_DATA sequence of sequence just as PREAUTH_REQ/FAILED does.
5016
5017 (it would make much more sense if the KDC here would list the enctypes that are supported)
5018
5019
5020
5021
5022 ------------------------------------------------------------------------
5023 r20126 | gerald | 2006-12-12 14:24:18 -0800 (Tue, 12 Dec 2006) | 14 lines
5024 Changed paths:
5025    M /trunk/docbook/release-notes.xml
5026    M /trunk/epan/dissectors/packet-ieee80211.c
5027
5028 Processing packet data via tvb_get_ptr() is like palpating a cow -- it's
5029 messy and you shouldn't do it unless you REALLY have to.  Change several
5030 routines to use standard tvb_get_* accessors instead of operating on raw
5031 packet data.  This fixes an integer overflow in dissect_vendor_ie_rsn()
5032 found by Neil Kettle.
5033
5034 Use value_strings instead of duplicating their functionality with our
5035 own routines.  Print the WME surplus bandwidth allowance factor.  Fix
5036 some compiler warnings.
5037
5038 Update the release notes.
5039
5040 Some of the changes are untested due to a lack of capture data.
5041
5042 ------------------------------------------------------------------------
5043 r20127 | ulfl | 2006-12-12 15:49:28 -0800 (Tue, 12 Dec 2006) | 1 line
5044 Changed paths:
5045    M /trunk/gtk/tcp_graph.c
5046
5047 gtkglobals.h not needed
5048 ------------------------------------------------------------------------
5049 r20128 | ulfl | 2006-12-12 15:50:59 -0800 (Tue, 12 Dec 2006) | 1 line
5050 Changed paths:
5051    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
5052
5053 add MaintenanceItem block dissection, fix issues with heuristic of RT classes
5054 ------------------------------------------------------------------------
5055 r20129 | sahlberg | 2006-12-12 18:44:00 -0800 (Tue, 12 Dec 2006) | 10 lines
5056 Changed paths:
5057    M /trunk/asn1/spnego/spnego.cnf
5058    M /trunk/epan/dissectors/packet-spnego.c
5059    M /trunk/epan/dissectors/packet-spnego.h
5060
5061 if there is a list of mechTypes in the negTokenInit then store the first one
5062 and associate it with the conversation properly.
5063
5064 do the same for supportedMech in the negTokenTarg
5065
5066
5067 This will allow wireshark to decode the blob in negTokenTarg even when no supportedMech is provided.
5068
5069
5070
5071 ------------------------------------------------------------------------
5072 r20130 | etxrab | 2006-12-12 22:58:45 -0800 (Tue, 12 Dec 2006) | 1 line
5073 Changed paths:
5074    M /trunk/plugins/megaco/packet-megaco.c
5075
5076 Fix for parameter Media dissection with more than one parameter.
5077 ------------------------------------------------------------------------
5078 r20131 | sfisher | 2006-12-13 14:22:05 -0800 (Wed, 13 Dec 2006) | 16 lines
5079 Changed paths:
5080    M /trunk/epan/dissectors/Makefile.common
5081    A /trunk/epan/dissectors/packet-stun2.c
5082
5083
5084 From Marc Petit-Huguenin:
5085
5086 This is a new dissector for STUN v2, that is currently in WGLC at the IETF.
5087
5088 - Keep packet-stun.c for the RFC 3498 protocol, plus the STUN and TURN
5089 drafts up to draft-ietf-behave-rfc3489bis-02 and
5090 draft-rosenberg-midcom-turn-08, as there is some huge deployments using
5091 this.  There will be no modification to this dissectors in the future,
5092 excepted perhaps to add support for retransmission or things like this.
5093
5094 - Add a new dissector packet-stun2.c for the new STUN (currently in
5095 WGLC), the STUN relay-usage (formerly known as TURN) and the other
5096 usages that will be added in the future (IPv6, NAT Behavior, etc...).
5097
5098
5099 ------------------------------------------------------------------------
5100 r20132 | sfisher | 2006-12-13 16:05:03 -0800 (Wed, 13 Dec 2006) | 6 lines
5101 Changed paths:
5102    M /trunk/doc/README.developer
5103
5104
5105 From Stig Bjorlykke:
5106
5107 * Fixed a typo in README.developer
5108
5109
5110 ------------------------------------------------------------------------
5111 r20133 | sfisher | 2006-12-13 16:16:06 -0800 (Wed, 13 Dec 2006) | 19 lines
5112 Changed paths:
5113    M /trunk/AUTHORS
5114    M /trunk/asn1/x411/x411-exp.cnf
5115    M /trunk/asn1/x411/x411.cnf
5116    M /trunk/asn1/x420/x420-exp.cnf
5117    M /trunk/asn1/x420/x420.cnf
5118    M /trunk/epan/crc16.c
5119    M /trunk/epan/crc16.h
5120    M /trunk/epan/dissectors/Makefile.common
5121    A /trunk/epan/dissectors/packet-dmp.c
5122    M /trunk/epan/dissectors/packet-x411.c
5123    M /trunk/epan/dissectors/packet-x411.h
5124    M /trunk/epan/dissectors/packet-x420.c
5125    M /trunk/epan/dissectors/packet-x420.h
5126
5127
5128 From Stig Bjorlykke:
5129
5130 I have added a new dissector for DMP (STANAG 4406 Direct Message
5131 Profile) as defined in STANAG 4406 Annex E.  The DMP protocol has no
5132 assigned UDP port number yet, so the default value in this dissector
5133 is 0 (I suppose this is som sort of "disabled"?) until we get this
5134 registered.
5135
5136 The dissector has been tested on OSX Intel/PowerPC and Solaris SPARC.
5137
5138 Changes in this patch:
5139 * Added DMP dissector
5140 * Added a new CRC table and functions in crc16.c
5141 * Made NonDeliveryReasonCode and NonDeliveryDiagnosticCode available
5142 from X.411
5143 * Made NonReceiptReasonField and DiscardReasonField available from X.420
5144
5145
5146 ------------------------------------------------------------------------
5147 r20134 | sfisher | 2006-12-13 19:34:26 -0800 (Wed, 13 Dec 2006) | 5 lines
5148 Changed paths:
5149    M /trunk/colorfilters
5150    M /trunk/epan/dissectors/packet-cdp.c
5151
5152
5153 Add checksum verification to the CDP dissector and add an entry for this
5154 in the main colorfilters file.
5155
5156
5157 ------------------------------------------------------------------------
5158 r20135 | jake | 2006-12-13 23:54:55 -0800 (Wed, 13 Dec 2006) | 2 lines
5159 Changed paths:
5160    M /trunk/epan/dissectors/packet-cdp.c
5161
5162 Some source code clean up.
5163
5164 ------------------------------------------------------------------------
5165 r20136 | sahlberg | 2006-12-14 02:11:40 -0800 (Thu, 14 Dec 2006) | 6 lines
5166 Changed paths:
5167    M /trunk/epan/dissectors/packet-gssapi.c
5168
5169 check for whether the blob starts with "NTLMSSP" before any other check if it is not BED/DER encoded and call tha appropriate subdissector if so.
5170
5171 this fixes some issues with some really ancient cifs implementations where the previous tests and statemanagement would cause it to fail othervise.
5172
5173
5174
5175 ------------------------------------------------------------------------
5176 r20137 | martinm | 2006-12-14 03:50:54 -0800 (Thu, 14 Dec 2006) | 1 line
5177 Changed paths:
5178    M /trunk/epan/dissectors/packet-umts_fp.c
5179
5180 Fix version check needed for EDCH 'Number of subframes' field
5181 ------------------------------------------------------------------------
5182 r20138 | morriss | 2006-12-14 04:46:50 -0800 (Thu, 14 Dec 2006) | 1 line
5183 Changed paths:
5184    M /trunk/epan/dissectors/packet-k12.c
5185
5186 From Sebastien Tandel: don't allocate a hash table until a little bit later in the function so memory is not leaked by an early (error) return
5187 ------------------------------------------------------------------------
5188 r20139 | ulfl | 2006-12-14 14:32:13 -0800 (Thu, 14 Dec 2006) | 1 line
5189 Changed paths:
5190    M /trunk/airpcap_loader.c
5191
5192 remove a warning
5193 ------------------------------------------------------------------------
5194 r20140 | morriss | 2006-12-16 07:17:43 -0800 (Sat, 16 Dec 2006) | 1 line
5195 Changed paths:
5196    M /trunk/epan/dissectors/packet-tcp.c
5197
5198 From Sebastien Tandel: if the TCP dissector is dissecting a fragment of a packet in an ICMP message, put the TCP sequence number in the tree.
5199 ------------------------------------------------------------------------
5200 r20141 | sfisher | 2006-12-16 21:37:18 -0800 (Sat, 16 Dec 2006) | 4 lines
5201 Changed paths:
5202    M /trunk/epan/dissectors/packet-aim.c
5203
5204
5205 Make IPv4 addresses in AIM TLV data human readable.
5206
5207
5208 ------------------------------------------------------------------------
5209 r20142 | sfisher | 2006-12-16 21:44:32 -0800 (Sat, 16 Dec 2006) | 5 lines
5210 Changed paths:
5211    M /trunk/epan/dissectors/packet-ip.c
5212
5213
5214 Display icmp echo/echo reply sequence numbers in decimal in addition to hex,
5215 so that it is easier to match it with the output of a ping program.
5216
5217
5218 ------------------------------------------------------------------------
5219 r20143 | sfisher | 2006-12-17 13:41:19 -0800 (Sun, 17 Dec 2006) | 5 lines
5220 Changed paths:
5221    M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
5222
5223
5224 Add sections to the chapter on building and installing for installing under
5225 Gentoo Linux (thanks to Isbaran Akcayir for the syntax) and under FreeBSD.
5226
5227
5228 ------------------------------------------------------------------------
5229 r20144 | jake | 2006-12-18 08:23:46 -0800 (Mon, 18 Dec 2006) | 3 lines
5230 Changed paths:
5231    M /trunk/plugins/mate
5232    M /trunk/plugins/mate/Makefile.am
5233    A /trunk/plugins/mate/Makefile.common
5234    M /trunk/plugins/mate/Makefile.nmake
5235    D /trunk/plugins/mate/mate_plugin.c
5236    A /trunk/plugins/mate/moduleinfo.nmake
5237    A /trunk/plugins/mate/plugin.rc.in
5238
5239 Update plugin to the current plugin design.
5240 Add Windows version info resource.
5241
5242 ------------------------------------------------------------------------
5243 r20145 | jake | 2006-12-18 08:24:42 -0800 (Mon, 18 Dec 2006) | 3 lines
5244 Changed paths:
5245    M /trunk/plugins/stats_tree/Makefile.am
5246    A /trunk/plugins/stats_tree/Makefile.common
5247    M /trunk/plugins/stats_tree/Makefile.nmake
5248    A /trunk/plugins/stats_tree/moduleinfo.nmake
5249    A /trunk/plugins/stats_tree/plugin.rc.in
5250
5251 Update plugin to the current plugin design.
5252 Add Windows version info resource.
5253
5254 ------------------------------------------------------------------------
5255 r20146 | martinm | 2006-12-18 09:58:52 -0800 (Mon, 18 Dec 2006) | 2 lines
5256 Changed paths:
5257    M /trunk/epan/dissectors/packet-umts_fp.c
5258
5259 Show generated field when frame has 0 TBs for a channel
5260
5261 ------------------------------------------------------------------------
5262 r20147 | jake | 2006-12-18 13:39:19 -0800 (Mon, 18 Dec 2006) | 2 lines
5263 Changed paths:
5264    M /trunk/plugins/mate/Makefile.am
5265    M /trunk/plugins/mate/Makefile.common
5266
5267 Repair distribution target.
5268
5269 ------------------------------------------------------------------------
5270 r20148 | sfisher | 2006-12-18 15:12:50 -0800 (Mon, 18 Dec 2006) | 9 lines
5271 Changed paths:
5272    M /trunk/AUTHORS
5273    M /trunk/epan/dissectors/packet-isis-lsp.c
5274
5275
5276 From Sebastien Tandel:
5277
5278    a little patch against revision 20088 in packet-isis-lsp.c for the
5279 following :
5280 - hf_isis_lsp_remaining_life declared but unused
5281 - replacing a proto_tree_add_uint useless with proto_tree_add_item
5282
5283
5284 ------------------------------------------------------------------------
5285 r20149 | ulfl | 2006-12-18 16:51:07 -0800 (Mon, 18 Dec 2006) | 1 line
5286 Changed paths:
5287    M /trunk/epan/prefs.c
5288
5289 change default capturing options to use "show realtime capturing" instead of the "capture summary window"
5290 ------------------------------------------------------------------------
5291 r20150 | jake | 2006-12-18 23:04:59 -0800 (Mon, 18 Dec 2006) | 1 line
5292 Changed paths:
5293    M /trunk/plugins/stats_tree/plugin.rc.in
5294
5295 Set the right properties on the new files
5296 ------------------------------------------------------------------------
5297 r20151 | jake | 2006-12-18 23:06:25 -0800 (Mon, 18 Dec 2006) | 2 lines
5298 Changed paths:
5299    M /trunk/plugins/stats_tree/Makefile.common
5300    M /trunk/plugins/stats_tree/moduleinfo.nmake
5301
5302 Set the right properties on the new files.
5303
5304 ------------------------------------------------------------------------
5305 r20152 | etxrab | 2006-12-19 14:04:22 -0800 (Tue, 19 Dec 2006) | 5 lines
5306 Changed paths:
5307    M /trunk/epan/dissectors/packet-ber.c
5308
5309 From Florent Drouin:
5310 Introduce the support for "expert info" in the BER decoding module.
5311 It is usefull if you have to analyze long capture files, containing few malformed messages.
5312
5313 With changes to make it compile with MSVC6.
5314 ------------------------------------------------------------------------
5315 r20153 | etxrab | 2006-12-19 14:07:08 -0800 (Tue, 19 Dec 2006) | 5 lines
5316 Changed paths:
5317    M /trunk/asn1/camel/camel.asn
5318    M /trunk/asn1/camel/packet-camel-template.c
5319    M /trunk/epan/dissectors/packet-camel.c
5320
5321 From Florent Drouin:
5322 Update the Camel ASN1 definition to version 3GPP TS
5323 29.078 7.3.0 Release 7.
5324 Some definitions for element SIZE have been replaced to use the capSpecificBound variables, and some decoding problemes, like for Establish temporary connection have been solved.
5325 I did notice that the CalledPartyBCDNumber (ISDN-AddressString (1..9) ) is not inline with the last definition (1..41), but I did not update it.
5326 ------------------------------------------------------------------------
5327 r20154 | jake | 2006-12-19 14:16:54 -0800 (Tue, 19 Dec 2006) | 2 lines
5328 Changed paths:
5329    M /trunk/epan/dissectors/Makefile.common
5330    A /trunk/epan/dissectors/packet-roofnet.c
5331
5332 From Sebastien Tandel:
5333 Here is a patch for the dissector of the new Roofnet protocol.
5334 ------------------------------------------------------------------------
5335 r20155 | jake | 2006-12-19 14:22:34 -0800 (Tue, 19 Dec 2006) | 1 line
5336 Changed paths:
5337    M /trunk/plugins/agentx/Makefile.am
5338    M /trunk/plugins/agentx/Makefile.nmake
5339    A /trunk/plugins/agentx/moduleinfo.nmake
5340    A /trunk/plugins/agentx/plugin.rc.in
5341
5342 Add Windows version info resource.
5343 ------------------------------------------------------------------------
5344 r20156 | jake | 2006-12-19 14:22:55 -0800 (Tue, 19 Dec 2006) | 1 line
5345 Changed paths:
5346    M /trunk/plugins/artnet/Makefile.am
5347    M /trunk/plugins/artnet/Makefile.nmake
5348    A /trunk/plugins/artnet/moduleinfo.nmake
5349    A /trunk/plugins/artnet/plugin.rc.in
5350
5351 Add Windows version info resource.
5352 ------------------------------------------------------------------------
5353 r20157 | jake | 2006-12-19 14:23:22 -0800 (Tue, 19 Dec 2006) | 1 line
5354 Changed paths:
5355    M /trunk/plugins/asn1/Makefile.am
5356    M /trunk/plugins/asn1/Makefile.nmake
5357    A /trunk/plugins/asn1/moduleinfo.nmake
5358    A /trunk/plugins/asn1/plugin.rc.in
5359
5360 Add Windows version info resource.
5361 ------------------------------------------------------------------------
5362 r20158 | jake | 2006-12-19 14:23:37 -0800 (Tue, 19 Dec 2006) | 1 line
5363 Changed paths:
5364    M /trunk/plugins/ciscosm/Makefile.am
5365    M /trunk/plugins/ciscosm/Makefile.nmake
5366    A /trunk/plugins/ciscosm/moduleinfo.nmake
5367    A /trunk/plugins/ciscosm/plugin.rc.in
5368
5369 Add Windows version info resource.
5370 ------------------------------------------------------------------------
5371 r20159 | jake | 2006-12-19 14:23:56 -0800 (Tue, 19 Dec 2006) | 1 line
5372 Changed paths:
5373    M /trunk/plugins/docsis/Makefile.am
5374    M /trunk/plugins/docsis/Makefile.nmake
5375    A /trunk/plugins/docsis/moduleinfo.nmake
5376    A /trunk/plugins/docsis/plugin.rc.in
5377
5378 Add Windows version info resource.
5379 ------------------------------------------------------------------------
5380 r20160 | jake | 2006-12-19 14:24:16 -0800 (Tue, 19 Dec 2006) | 1 line
5381 Changed paths:
5382    M /trunk/plugins/enttec/Makefile.am
5383    M /trunk/plugins/enttec/Makefile.nmake
5384    A /trunk/plugins/enttec/moduleinfo.nmake
5385    A /trunk/plugins/enttec/plugin.rc.in
5386
5387 Add Windows version info resource.
5388 ------------------------------------------------------------------------
5389 r20161 | jake | 2006-12-19 14:24:40 -0800 (Tue, 19 Dec 2006) | 1 line
5390 Changed paths:
5391    M /trunk/plugins/gryphon/Makefile.am
5392    M /trunk/plugins/gryphon/Makefile.nmake
5393    A /trunk/plugins/gryphon/moduleinfo.nmake
5394    A /trunk/plugins/gryphon/plugin.rc.in
5395
5396 Add Windows version info resource.
5397 ------------------------------------------------------------------------
5398 r20162 | jake | 2006-12-19 14:25:09 -0800 (Tue, 19 Dec 2006) | 1 line
5399 Changed paths:
5400    M /trunk/plugins/irda/Makefile.am
5401    M /trunk/plugins/irda/Makefile.nmake
5402    A /trunk/plugins/irda/moduleinfo.nmake
5403    A /trunk/plugins/irda/plugin.rc.in
5404
5405 Add Windows version info resource.
5406 ------------------------------------------------------------------------
5407 r20163 | jake | 2006-12-19 14:25:24 -0800 (Tue, 19 Dec 2006) | 1 line
5408 Changed paths:
5409    M /trunk/plugins/lwres/Makefile.am
5410    M /trunk/plugins/lwres/Makefile.nmake
5411    A /trunk/plugins/lwres/moduleinfo.nmake
5412    A /trunk/plugins/lwres/plugin.rc.in
5413
5414 Add Windows version info resource.
5415 ------------------------------------------------------------------------
5416 r20164 | jake | 2006-12-19 14:26:06 -0800 (Tue, 19 Dec 2006) | 1 line
5417 Changed paths:
5418    M /trunk/plugins/megaco/Makefile.am
5419    M /trunk/plugins/megaco/Makefile.nmake
5420    A /trunk/plugins/megaco/moduleinfo.nmake
5421    A /trunk/plugins/megaco/plugin.rc.in
5422
5423 Add Windows version info resource.
5424 ------------------------------------------------------------------------
5425 r20165 | jake | 2006-12-19 14:26:27 -0800 (Tue, 19 Dec 2006) | 1 line
5426 Changed paths:
5427    M /trunk/plugins/mgcp/Makefile.am
5428    M /trunk/plugins/mgcp/Makefile.nmake
5429    A /trunk/plugins/mgcp/moduleinfo.nmake
5430    A /trunk/plugins/mgcp/plugin.rc.in
5431
5432 Add Windows version info resource.
5433 ------------------------------------------------------------------------
5434 r20166 | etxrab | 2006-12-19 14:26:41 -0800 (Tue, 19 Dec 2006) | 1 line
5435 Changed paths:
5436    M /trunk/epan/dissectors/packet-ip.h
5437    M /trunk/epan/libwireshark.def
5438    M /trunk/plugins/megaco/packet-megaco.c
5439
5440 Correct a problem with media parameter dissection and add inforamtion about a number of packages.
5441 ------------------------------------------------------------------------
5442 r20167 | jake | 2006-12-19 14:26:43 -0800 (Tue, 19 Dec 2006) | 1 line
5443 Changed paths:
5444    M /trunk/plugins/opsi/Makefile.am
5445    M /trunk/plugins/opsi/Makefile.nmake
5446    A /trunk/plugins/opsi/moduleinfo.nmake
5447    A /trunk/plugins/opsi/plugin.rc.in
5448
5449 Add Windows version info resource.
5450 ------------------------------------------------------------------------
5451 r20168 | jake | 2006-12-19 14:27:01 -0800 (Tue, 19 Dec 2006) | 1 line
5452 Changed paths:
5453    M /trunk/plugins/pcli/Makefile.am
5454    M /trunk/plugins/pcli/Makefile.nmake
5455    A /trunk/plugins/pcli/moduleinfo.nmake
5456    A /trunk/plugins/pcli/plugin.rc.in
5457
5458 Add Windows version info resource.
5459 ------------------------------------------------------------------------
5460 r20169 | jake | 2006-12-19 14:27:15 -0800 (Tue, 19 Dec 2006) | 1 line
5461 Changed paths:
5462    M /trunk/plugins/profinet/Makefile.am
5463    M /trunk/plugins/profinet/Makefile.nmake
5464    A /trunk/plugins/profinet/moduleinfo.nmake
5465    A /trunk/plugins/profinet/plugin.rc.in
5466
5467 Add Windows version info resource.
5468 ------------------------------------------------------------------------
5469 r20170 | jake | 2006-12-19 14:27:31 -0800 (Tue, 19 Dec 2006) | 1 line
5470 Changed paths:
5471    M /trunk/plugins/rlm/Makefile.am
5472    M /trunk/plugins/rlm/Makefile.nmake
5473    A /trunk/plugins/rlm/moduleinfo.nmake
5474    A /trunk/plugins/rlm/plugin.rc.in
5475
5476 Add Windows version info resource.
5477 ------------------------------------------------------------------------
5478 r20171 | jake | 2006-12-19 14:27:45 -0800 (Tue, 19 Dec 2006) | 1 line
5479 Changed paths:
5480    M /trunk/plugins/rtnet/Makefile.am
5481    M /trunk/plugins/rtnet/Makefile.nmake
5482    A /trunk/plugins/rtnet/moduleinfo.nmake
5483    A /trunk/plugins/rtnet/plugin.rc.in
5484
5485 Add Windows version info resource.
5486 ------------------------------------------------------------------------
5487 r20172 | jake | 2006-12-19 14:28:03 -0800 (Tue, 19 Dec 2006) | 1 line
5488 Changed paths:
5489    M /trunk/plugins/rudp/Makefile.am
5490    M /trunk/plugins/rudp/Makefile.nmake
5491    A /trunk/plugins/rudp/moduleinfo.nmake
5492    A /trunk/plugins/rudp/plugin.rc.in
5493
5494 Add Windows version info resource.
5495 ------------------------------------------------------------------------
5496 r20173 | etxrab | 2006-12-19 14:28:20 -0800 (Tue, 19 Dec 2006) | 1 line
5497 Changed paths:
5498    M /trunk/epan/dissectors/packet-ber.c
5499
5500 Remove an unused variable.
5501 ------------------------------------------------------------------------
5502 r20174 | jake | 2006-12-19 14:28:22 -0800 (Tue, 19 Dec 2006) | 1 line
5503 Changed paths:
5504    A /trunk/plugins/sbus/COPYING
5505    M /trunk/plugins/sbus/Makefile.am
5506    M /trunk/plugins/sbus/Makefile.nmake
5507    A /trunk/plugins/sbus/moduleinfo.nmake
5508    A /trunk/plugins/sbus/plugin.rc.in
5509
5510 Add Windows version info resource.
5511 ------------------------------------------------------------------------
5512 r20175 | jake | 2006-12-19 14:28:41 -0800 (Tue, 19 Dec 2006) | 1 line
5513 Changed paths:
5514    M /trunk/plugins/v5ua/Makefile.am
5515    M /trunk/plugins/v5ua/Makefile.nmake
5516    A /trunk/plugins/v5ua/moduleinfo.nmake
5517    A /trunk/plugins/v5ua/plugin.rc.in
5518
5519 Add Windows version info resource.
5520 ------------------------------------------------------------------------
5521 r20176 | jake | 2006-12-19 14:30:38 -0800 (Tue, 19 Dec 2006) | 1 line
5522 Changed paths:
5523    M /trunk/plugins/mate/Makefile.common
5524    M /trunk/plugins/mate/moduleinfo.nmake
5525    M /trunk/plugins/mate/plugin.rc.in
5526
5527 Set the right properties on the files.
5528 ------------------------------------------------------------------------
5529 r20177 | ulfl | 2006-12-19 14:44:35 -0800 (Tue, 19 Dec 2006) | 1 line
5530 Changed paths:
5531    M /trunk/plugins/profinet/ChangeLog
5532    M /trunk/plugins/profinet/moduleinfo.h
5533
5534 raise plugin version, as I've done some small but important changes
5535 ------------------------------------------------------------------------
5536 r20178 | jake | 2006-12-20 02:07:20 -0800 (Wed, 20 Dec 2006) | 2 lines
5537 Changed paths:
5538    M /trunk/plugins/profinet/moduleinfo.nmake
5539
5540 Bump micro version number, like in moduleinfo.h
5541
5542 ------------------------------------------------------------------------
5543 r20179 | sahlberg | 2006-12-20 03:57:31 -0800 (Wed, 20 Dec 2006) | 8 lines
5544 Changed paths:
5545    M /trunk/epan/dissectors/packet-tcp.c
5546
5547 Enhance tcp reassembly of the flavor "reassemble one more segment" work properly
5548 for the quite unusual case when we need to do this multiple times in a row for the same PDU.
5549
5550 This fixes the issue reported by Xiaoguang Liu on the mailinglist
5551 where wireshark did not manage to properly reassemble a big HTTP header spanning several (more than two) tcp segments.
5552
5553
5554
5555 ------------------------------------------------------------------------
5556 r20180 | jake | 2006-12-20 08:24:19 -0800 (Wed, 20 Dec 2006) | 2 lines
5557 Changed paths:
5558    M /trunk/doc/README.plugins
5559
5560 Updated to describe the current state of plugin development.
5561
5562 ------------------------------------------------------------------------
5563 r20181 | jmayer | 2006-12-20 13:41:19 -0800 (Wed, 20 Dec 2006) | 1 line
5564 Changed paths:
5565    M /trunk/asn1/snmp
5566
5567 Set svn:ignore
5568 ------------------------------------------------------------------------
5569 r20182 | sfisher | 2006-12-20 22:41:11 -0800 (Wed, 20 Dec 2006) | 11 lines
5570 Changed paths:
5571    M /trunk/epan/dissectors/packet-netflow.c
5572
5573
5574 From Motonori Shindo:
5575
5576 As per NetFlow V9 protocol, Template ID is guaranteed to be unique per
5577 Observation Domain (identified by Source ID) and the Exporter
5578 (identified by the source IP address of NetFlow PDU).
5579
5580 The former code was ignoring these information for simplicity, but
5581 noticing such a necessity.
5582
5583
5584 ------------------------------------------------------------------------
5585 r20183 | martinm | 2006-12-21 09:05:42 -0800 (Thu, 21 Dec 2006) | 4 lines
5586 Changed paths:
5587    M /trunk/epan/dissectors/packet-rtcp.c
5588
5589 TBCP changes:
5590 - Fix 'ignored' flag that wasn't wide enough to take result
5591 - Use FP_UINT_STRING in a couple of places
5592
5593 ------------------------------------------------------------------------
5594 r20184 | martinm | 2006-12-21 10:00:07 -0800 (Thu, 21 Dec 2006) | 2 lines
5595 Changed paths:
5596    M /trunk/epan/dissectors/packet-catapult-dct2000.c
5597
5598 Add a generated field for how many data bytes are accepted by subdissector
5599
5600 ------------------------------------------------------------------------
5601 r20185 | guy | 2006-12-21 13:09:39 -0800 (Thu, 21 Dec 2006) | 3 lines
5602 Changed paths:
5603    M /trunk/AUTHORS
5604
5605 Steve Sommars wanted his work e-mail address removed and his home
5606 address's entry removed.
5607
5608 ------------------------------------------------------------------------
5609 r20186 | jake | 2006-12-21 14:01:09 -0800 (Thu, 21 Dec 2006) | 3 lines
5610 Changed paths:
5611    M /trunk/gtk/capture_dlg.c
5612
5613 From Florent Drouin:
5614 Here is a patch for Bug 771.
5615 It solves the problem of datalink header selection, when the interface has more than one.
5616 ------------------------------------------------------------------------
5617 r20187 | jake | 2006-12-21 14:13:30 -0800 (Thu, 21 Dec 2006) | 3 lines
5618 Changed paths:
5619    M /trunk/epan/dissectors/packet-sflow.c
5620
5621 From Taisuke SASAKI:
5622 I found a misdecoding in dissect_sflow_extended_switch() in epan/dissector/packet-sflow.c and fixed it.
5623
5624 ------------------------------------------------------------------------
5625 r20188 | etxrab | 2006-12-21 14:15:34 -0800 (Thu, 21 Dec 2006) | 1 line
5626 Changed paths:
5627    M /trunk/Makefile.nmake
5628    M /trunk/config.nmake
5629    M /trunk/tools/win32-setup.sh
5630
5631 Update to use gtk 2.10.6 and friends.
5632 ------------------------------------------------------------------------
5633 r20189 | jake | 2006-12-21 14:24:33 -0800 (Thu, 21 Dec 2006) | 4 lines
5634 Changed paths:
5635    M /trunk/epan/dissectors/packet-q931.c
5636
5637 From Alfred Alinazar:
5638 The patch is to dissect unknown information element when an Avaya PBX
5639 use codeset = 6 to send display.
5640
5641 ------------------------------------------------------------------------
5642 r20190 | wmeier | 2006-12-21 16:38:53 -0800 (Thu, 21 Dec 2006) | 2 lines
5643 Changed paths:
5644    M /trunk/Makefile.nmake
5645
5646 use 'rm -rf' so no error if directory already deleted (by 'clean_setup')
5647
5648 ------------------------------------------------------------------------
5649 r20191 | wmeier | 2006-12-21 20:46:26 -0800 (Thu, 21 Dec 2006) | 4 lines
5650 Changed paths:
5651    M /trunk/test/suite-capture.sh
5652
5653 Add additional output to try to find out why the "capture 10
5654 packets" test fails during the run-tests step of the
5655 buildbot windows build ...
5656
5657 ------------------------------------------------------------------------
5658 r20192 | lego | 2006-12-21 21:48:57 -0800 (Thu, 21 Dec 2006) | 7 lines
5659 Changed paths:
5660    M /trunk/epan/wslua
5661    M /trunk/epan/wslua/init_wslua.c
5662    M /trunk/epan/wslua/make-doc.pl
5663    M /trunk/epan/wslua/taps
5664    M /trunk/epan/wslua/wslua_proto.c
5665    M /trunk/epan/wslua/wslua_tvb.c
5666
5667 - Fix the name of the disable_lua variable.
5668 == improve documentation
5669    make-doc.pl ( make doc ) generates an almost complete reference manual.
5670
5671
5672
5673
5674 ------------------------------------------------------------------------
5675 r20193 | lego | 2006-12-21 21:54:12 -0800 (Thu, 21 Dec 2006) | 3 lines
5676 Changed paths:
5677    M /trunk/epan/wslua/wslua_tvb.c
5678
5679 fix a typo.
5680
5681
5682 ------------------------------------------------------------------------
5683 r20194 | sahlberg | 2006-12-22 00:35:43 -0800 (Fri, 22 Dec 2006) | 15 lines
5684 Changed paths:
5685    M /trunk/epan/dfilter/dfvm.c
5686    M /trunk/epan/ftypes/ftype-ipv4.c
5687    M /trunk/epan/ftypes/ftype-string.c
5688    M /trunk/epan/ftypes/ftypes.c
5689    M /trunk/epan/ftypes/ftypes.h
5690    M /trunk/epan/libwireshark.def
5691    M /trunk/epan/proto.c
5692    M /trunk/gtk/dfilter_expr_dlg.c
5693
5694 change some slab allocated memory into ep/emem allocated structures instead.
5695
5696 this primarily removes code and simplifies (==eliminates) the need to track the data that is allocated and should potentially be slightly faster than a slab allocator.
5697 however these functions are called A LOT so there might be a performance hit when using emem with full debugging canary values and all the bells and whistles activated.
5698
5699
5700 this change also makes any future attempt to parallellize dissection of frames easier if we just make the ep allocator allocate from a threads specific ep pool.
5701 (something we would have to do anyway to make ep allocations multithreaded)
5702
5703
5704
5705 this works in all my tests so far but needs more test coverage.
5706
5707
5708
5709 ------------------------------------------------------------------------
5710 r20195 | sahlberg | 2006-12-22 01:01:12 -0800 (Fri, 22 Dec 2006) | 10 lines
5711 Changed paths:
5712    M /trunk/epan/dfilter/dfvm.c
5713    M /trunk/epan/ftypes/ftype-ipv4.c
5714    M /trunk/epan/ftypes/ftype-string.c
5715    M /trunk/epan/ftypes/ftypes.c
5716    M /trunk/epan/ftypes/ftypes.h
5717    M /trunk/epan/libwireshark.def
5718    M /trunk/epan/proto.c
5719    M /trunk/gtk/dfilter_expr_dlg.c
5720
5721 hmm
5722
5723 best to revert this for a while.
5724
5725
5726
5727 revert all changes from previous patch.
5728
5729
5730
5731 ------------------------------------------------------------------------
5732 r20196 | jake | 2006-12-22 04:53:49 -0800 (Fri, 22 Dec 2006) | 4 lines
5733 Changed paths:
5734    M /trunk/make-version.pl
5735
5736 Fix for bug 1195.
5737 Add preference svn_client to indicate you want to use 'svn info' i.s.o. ugly directory hack.
5738 version.conf format more relaxed.
5739
5740 ------------------------------------------------------------------------
5741 r20197 | wmeier | 2006-12-22 05:00:40 -0800 (Fri, 22 Dec 2006) | 3 lines
5742 Changed paths:
5743    M /trunk/test/config.sh
5744    M /trunk/test/suite-capture.sh
5745
5746 Use interface '1' for the capture tests;
5747 Add additional error output in case any other problems
5748
5749 ------------------------------------------------------------------------
5750 r20198 | jake | 2006-12-22 06:48:51 -0800 (Fri, 22 Dec 2006) | 3 lines
5751 Changed paths:
5752    M /trunk/epan/dissectors/packet-giop.c
5753
5754 Fix for bug 1272.
5755 Check length remaining before aligning.
5756
5757 ------------------------------------------------------------------------
5758 r20199 | morriss | 2006-12-22 09:23:45 -0800 (Fri, 22 Dec 2006) | 1 line
5759 Changed paths:
5760    M /trunk/version_info.c
5761
5762 Take out UCD-SNMP message since we no longer use it
5763 ------------------------------------------------------------------------
5764 r20200 | wmeier | 2006-12-22 10:16:22 -0800 (Fri, 22 Dec 2006) | 6 lines
5765 Changed paths:
5766    M /trunk/test/suite-capture.sh
5767
5768 OK: I think I've fixed most of the problems in
5769     suite-capture.sh which were causing some
5770     of tests to fail;
5771     The stdout tests still tend to fail:
5772     some issue with flushing the stdout pipe ??
5773
5774 ------------------------------------------------------------------------
5775 r20201 | jake | 2006-12-22 12:09:09 -0800 (Fri, 22 Dec 2006) | 2 lines
5776 Changed paths:
5777    M /trunk/gtk/capture_dlg.c
5778
5779 Make fix for bug 771 compatible with GTK1
5780
5781 ------------------------------------------------------------------------
5782 r20202 | gerald | 2006-12-22 13:01:23 -0800 (Fri, 22 Dec 2006) | 2 lines
5783 Changed paths:
5784    M /trunk/AUTHORS
5785
5786 @ -> [AT]
5787
5788 ------------------------------------------------------------------------
5789 r20203 | sfisher | 2006-12-22 14:15:38 -0800 (Fri, 22 Dec 2006) | 5 lines
5790 Changed paths:
5791    M /trunk/epan/dissectors/packet-pppoe.c
5792
5793
5794 Report inaccurate PPPoE Session payload length when detected to aid in the
5795 troubleshooting of malformed packets.
5796
5797
5798 ------------------------------------------------------------------------
5799 r20204 | gerald | 2006-12-22 16:06:16 -0800 (Fri, 22 Dec 2006) | 2 lines
5800 Changed paths:
5801    M /trunk/Makefile.nmake
5802    M /trunk/config.nmake
5803    M /trunk/packaging/nsis/wireshark.nsi
5804    M /trunk/tools/win32-setup.sh
5805
5806 Update to GNUTLS 1.6.0.
5807
5808 ------------------------------------------------------------------------
5809 r20205 | sahlberg | 2006-12-22 16:10:49 -0800 (Fri, 22 Dec 2006) | 4 lines
5810 Changed paths:
5811    M /trunk/epan/ftypes/ftype-ipv4.c
5812
5813 make ipv4 ftype use cheap ep_ memory isntead of slightly less cheap g_ memory
5814 for the temporary storage while parsing
5815
5816
5817 ------------------------------------------------------------------------
5818 r20206 | lego | 2006-12-22 19:45:46 -0800 (Fri, 22 Dec 2006) | 4 lines
5819 Changed paths:
5820    M /trunk/epan/wslua/console.lua
5821    M /trunk/epan/wslua/wslua_listener.c
5822
5823 - Fix an error in the tap listener callback
5824 - add some comments to console.lua
5825
5826
5827 ------------------------------------------------------------------------
5828 r20207 | lego | 2006-12-22 19:52:38 -0800 (Fri, 22 Dec 2006) | 3 lines
5829 Changed paths:
5830    M /trunk/tshark.c
5831
5832 Have -X options defined before epan_init() gets called.
5833
5834
5835 ------------------------------------------------------------------------
5836 r20208 | lego | 2006-12-22 19:53:13 -0800 (Fri, 22 Dec 2006) | 3 lines
5837 Changed paths:
5838    M /trunk/epan/wslua/wslua_listener.c
5839
5840 get rid of an unused variable.
5841
5842
5843 ------------------------------------------------------------------------
5844 r20209 | sahlberg | 2006-12-23 13:17:32 -0800 (Sat, 23 Dec 2006) | 2 lines
5845 Changed paths:
5846    M /trunk/epan/ftypes/ftype-pcre.c
5847
5848 make the PCRE ftype use ep allocated memory instead of g_malloced memory
5849
5850 ------------------------------------------------------------------------
5851 r20210 | jake | 2006-12-24 08:12:04 -0800 (Sun, 24 Dec 2006) | 1 line
5852 Changed paths:
5853    M /trunk/epan/ftypes/ftype-pcre.c
5854
5855 Reverse commit 20209, breaking the build across the board.
5856 ------------------------------------------------------------------------
5857 r20211 | guy | 2006-12-24 12:40:19 -0800 (Sun, 24 Dec 2006) | 5 lines
5858 Changed paths:
5859    M /trunk/epan/dissectors/packet-roofnet.c
5860
5861 dissect_roofnet_link() returns no value and nothing expects it to;
5862 declare it to return void, not int.
5863
5864 Get rid of an unused variable.
5865
5866 ------------------------------------------------------------------------
5867 r20212 | sfisher | 2006-12-24 20:01:22 -0800 (Sun, 24 Dec 2006) | 16 lines
5868 Changed paths:
5869    M /trunk/AUTHORS
5870    M /trunk/epan/dissectors/packet-ssl.c
5871
5872
5873 From Sake Blok:
5874
5875 The attached patch changes the way the ssl-session-id is displayed.
5876 Currently it is not shown, only the length is shown like this:
5877
5878    Session ID Length: 32
5879    Session ID (32 bytes)
5880
5881 To me, it is not useful to repeat the length and omit the ID itself.
5882 With this patch the ssl-session-id is shown like this:
5883
5884    Session ID Length: 32
5885    Session ID: A4B2FB0EE6D8F58DEFF68E38B1E5B4C25F1869D4BC86A96E...
5886
5887
5888 ------------------------------------------------------------------------
5889 r20213 | guy | 2006-12-25 13:34:11 -0800 (Mon, 25 Dec 2006) | 2 lines
5890 Changed paths:
5891    M /trunk/wiretap/wtap-int.h
5892
5893 Fix indentation.
5894
5895 ------------------------------------------------------------------------
5896 r20214 | jake | 2006-12-26 01:13:05 -0800 (Tue, 26 Dec 2006) | 7 lines
5897 Changed paths:
5898    M /trunk/epan/dissectors/packet-isis-lsp.c
5899
5900 From Sebastien Tandel:
5901 Here is a patch for the management of the bad/good checksum for ISIS (like TCP/UDP/IP).
5902 support added for:
5903 - booleans hf_isis_lsp_checksum_good, hf_isis_lsp_checksum_bad in the tree,
5904 - information in the info column if bad checksum,
5905 - expert info for bad checksum,
5906
5907 ------------------------------------------------------------------------
5908 r20215 | ulfl | 2006-12-26 04:40:37 -0800 (Tue, 26 Dec 2006) | 1 line
5909 Changed paths:
5910    M /trunk/Makefile.nmake
5911
5912 convert line endings (using dos2unix) of the win32_setup.sh file before using it
5913 ------------------------------------------------------------------------
5914 r20216 | ulfl | 2006-12-26 12:00:45 -0800 (Tue, 26 Dec 2006) | 1 line
5915 Changed paths:
5916    M /trunk/epan/dissectors/packet-stun2.c
5917
5918 use prefix to prevent redefinition warning from wingdi.h
5919 ------------------------------------------------------------------------
5920 r20217 | ulfl | 2006-12-26 12:04:54 -0800 (Tue, 26 Dec 2006) | 1 line
5921 Changed paths:
5922    M /trunk/gtk/proto_draw.c
5923
5924 fix unused warnings
5925 ------------------------------------------------------------------------
5926 r20218 | ulfl | 2006-12-26 12:20:52 -0800 (Tue, 26 Dec 2006) | 3 lines
5927 Changed paths:
5928    M /trunk/config.nmake
5929
5930 cygwins python doesn't work on a lot of machines, make the native python the default (until we know what the cause of the problems are)
5931
5932 set VERSION_EXTRA back to empty - I guess this was checked in by mistake
5933 ------------------------------------------------------------------------
5934 r20219 | ulfl | 2006-12-26 14:01:09 -0800 (Tue, 26 Dec 2006) | 1 line
5935 Changed paths:
5936    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
5937
5938 the default python version used changed from cygwin to native Win32 version
5939 ------------------------------------------------------------------------
5940 r20220 | morriss | 2006-12-26 14:27:46 -0800 (Tue, 26 Dec 2006) | 1 line
5941 Changed paths:
5942    M /trunk/epan/dissectors/packet-sccp.c
5943
5944 If p2p_dir isn't set (no message direction is configured) or no association is found, try to find a subdissector on both the called and calling SSNs instead of just trying the called SSN.  Also clean up some indenting and fix the capitalization when showing what dissector the TCAP SSN is linked to.
5945 ------------------------------------------------------------------------
5946 r20221 | wmeier | 2006-12-26 14:40:49 -0800 (Tue, 26 Dec 2006) | 6 lines
5947 Changed paths:
5948    M /trunk/Makefile.nmake
5949    M /trunk/config.nmake
5950
5951 Uh Oh: Fix to properly set SH_FLAGS with 'igncr' if required as part of the nmake;
5952 I violated Murphy's nth law: thou shalt test fixes in an
5953 'out of the box' configuration *not* in one's customized configuration.
5954 :(
5955
5956
5957 ------------------------------------------------------------------------
5958 r20222 | guy | 2006-12-26 14:56:35 -0800 (Tue, 26 Dec 2006) | 6 lines
5959 Changed paths:
5960    M /trunk/epan/dissectors/packet-catapult-dct2000.c
5961    M /trunk/epan/dissectors/packet-exec.c
5962    M /trunk/epan/dissectors/packet-sip.c
5963    M /trunk/epan/dissectors/packet-slimp3.c
5964
5965 From Sebastien Tandel: fix places where a signed character was being
5966 passed to ctype.h macros.
5967
5968 Make some routines in packet-exec.c not used outside that file static,
5969 and fix a typo.
5970
5971 ------------------------------------------------------------------------
5972 r20223 | lego | 2006-12-26 17:46:42 -0800 (Tue, 26 Dec 2006) | 5 lines
5973 Changed paths:
5974    M /trunk/epan/funnel.h
5975    M /trunk/epan/wslua/console.lua
5976    M /trunk/epan/wslua/wslua_gui.c
5977    M /trunk/gtk/funnel_stat.c
5978    M /trunk/tap-funnel.c
5979
5980
5981 + browser_open_url()
5982 + browser_open_data_file()
5983
5984
5985 ------------------------------------------------------------------------
5986 r20224 | jake | 2006-12-27 04:21:30 -0800 (Wed, 27 Dec 2006) | 1 line
5987 Changed paths:
5988    M /trunk/plugins/mate/Makefile.am
5989
5990 Adding moduleinfo.nmake to the distribution
5991 ------------------------------------------------------------------------
5992 r20225 | etxrab | 2006-12-27 14:21:46 -0800 (Wed, 27 Dec 2006) | 1 line
5993 Changed paths:
5994    M /trunk/Makefile.nmake
5995    M /trunk/config.nmake
5996
5997 Use portaudio v19.
5998 ------------------------------------------------------------------------
5999 r20226 | etxrab | 2006-12-27 14:24:22 -0800 (Wed, 27 Dec 2006) | 1 line
6000 Changed paths:
6001    M /trunk/plugins/megaco/packet-megaco.c
6002
6003 Use the correct function to translate to hex.
6004 ------------------------------------------------------------------------
6005 r20227 | gerald | 2006-12-27 15:05:55 -0800 (Wed, 27 Dec 2006) | 7 lines
6006 Changed paths:
6007    M /trunk/Makefile.am
6008    M /trunk/airpcap.h
6009    M /trunk/airpcap_loader.c
6010    M /trunk/airpcap_loader.h
6011    M /trunk/airpdcap/Makefile.am
6012    M /trunk/airpdcap/Makefile.nmake
6013    M /trunk/airpdcap/airpdcap.c
6014    M /trunk/airpdcap/airpdcap_ccmp.c
6015    M /trunk/airpdcap/airpdcap_ccmp.h
6016    M /trunk/airpdcap/airpdcap_debug.c
6017    M /trunk/airpdcap/airpdcap_debug.h
6018    M /trunk/airpdcap/airpdcap_int.h
6019    M /trunk/airpdcap/airpdcap_interop.h
6020    M /trunk/airpdcap/airpdcap_md5.c
6021    M /trunk/airpdcap/airpdcap_md5.h
6022    M /trunk/airpdcap/airpdcap_rijndael.c
6023    M /trunk/airpdcap/airpdcap_rijndael.h
6024    M /trunk/airpdcap/airpdcap_sha1.c
6025    M /trunk/airpdcap/airpdcap_sha1.h
6026    M /trunk/airpdcap/airpdcap_system.h
6027    M /trunk/airpdcap/airpdcap_tkip.c
6028    M /trunk/airpdcap/airpdcap_tkip.h
6029    M /trunk/airpdcap/airpdcap_user.h
6030    M /trunk/airpdcap/airpdcap_wep.c
6031    M /trunk/airpdcap/airpdcap_wep.h
6032    M /trunk/airpdcap/airpdcap_ws.h
6033    M /trunk/configure.in
6034    M /trunk/epan/Makefile.am
6035    M /trunk/epan/dissectors/packet-ieee80211.c
6036    M /trunk/gtk/main.c
6037
6038 Prepare to move the airpdcap code to epan/crypt (SVN won't let me actually
6039 move the files until these changes are checked in).  Add an AC_DEFINE
6040 for airpdcap (which will be removed once the changes have settled).
6041 Update the airpdcap code to compile on non-Windows systems.  Fix up
6042 comments and whitespace to conform more closely to the rest of the
6043 code base.  Verified to compile under Windows and OS X.
6044
6045 ------------------------------------------------------------------------
6046 r20228 | gerald | 2006-12-27 15:19:45 -0800 (Wed, 27 Dec 2006) | 2 lines
6047 Changed paths:
6048    A /trunk/airpdcap/Makefile.common
6049    A /trunk/epan/crypt
6050    A /trunk/epan/crypt/wep-wpadefs.h
6051
6052 Add missing files.
6053
6054 ------------------------------------------------------------------------
6055 r20229 | wmeier | 2006-12-27 19:17:28 -0800 (Wed, 27 Dec 2006) | 4 lines
6056 Changed paths:
6057    M /trunk/test/test.sh
6058
6059 Hack so test.sh will work with bash 3.1.6 or greater
6060 which requires 'igncr' to be able to process files in
6061 'dos format' (\r\n line endings)
6062
6063 ------------------------------------------------------------------------
6064 r20230 | kukosa | 2006-12-28 04:30:53 -0800 (Thu, 28 Dec 2006) | 1 line
6065 Changed paths:
6066    M /trunk/epan/dissectors/packet-ssl-utils.c
6067    M /trunk/epan/dissectors/packet-ssl.c
6068
6069 debug improvements
6070 ------------------------------------------------------------------------
6071 r20231 | gerald | 2006-12-28 09:22:12 -0800 (Thu, 28 Dec 2006) | 4 lines
6072 Changed paths:
6073    M /trunk/Makefile.am
6074    M /trunk/Makefile.nmake
6075    M /trunk/airpcap_loader.c
6076    D /trunk/airpdcap
6077    M /trunk/configure.in
6078    M /trunk/epan/Makefile.am
6079    M /trunk/epan/Makefile.nmake
6080    A /trunk/epan/crypt/Makefile.am (from /trunk/airpdcap/Makefile.am:20228)
6081    A /trunk/epan/crypt/Makefile.common (from /trunk/airpdcap/Makefile.common:20228)
6082    A /trunk/epan/crypt/Makefile.nmake (from /trunk/airpdcap/Makefile.nmake:20228)
6083    A /trunk/epan/crypt/airpdcap.c (from /trunk/airpdcap/airpdcap.c:20228)
6084    A /trunk/epan/crypt/airpdcap_ccmp.c (from /trunk/airpdcap/airpdcap_ccmp.c:20228)
6085    A /trunk/epan/crypt/airpdcap_ccmp.h (from /trunk/airpdcap/airpdcap_ccmp.h:20228)
6086    A /trunk/epan/crypt/airpdcap_debug.c (from /trunk/airpdcap/airpdcap_debug.c:20228)
6087    A /trunk/epan/crypt/airpdcap_debug.h (from /trunk/airpdcap/airpdcap_debug.h:20228)
6088    A /trunk/epan/crypt/airpdcap_int.h (from /trunk/airpdcap/airpdcap_int.h:20228)
6089    A /trunk/epan/crypt/airpdcap_interop.h (from /trunk/airpdcap/airpdcap_interop.h:20228)
6090    A /trunk/epan/crypt/airpdcap_md5.c (from /trunk/airpdcap/airpdcap_md5.c:20228)
6091    A /trunk/epan/crypt/airpdcap_md5.h (from /trunk/airpdcap/airpdcap_md5.h:20228)
6092    A /trunk/epan/crypt/airpdcap_rijndael.c (from /trunk/airpdcap/airpdcap_rijndael.c:20228)
6093    A /trunk/epan/crypt/airpdcap_rijndael.h (from /trunk/airpdcap/airpdcap_rijndael.h:20228)
6094    A /trunk/epan/crypt/airpdcap_sha1.c (from /trunk/airpdcap/airpdcap_sha1.c:20228)
6095    A /trunk/epan/crypt/airpdcap_sha1.h (from /trunk/airpdcap/airpdcap_sha1.h:20228)
6096    A /trunk/epan/crypt/airpdcap_system.h (from /trunk/airpdcap/airpdcap_system.h:20228)
6097    A /trunk/epan/crypt/airpdcap_tkip.c (from /trunk/airpdcap/airpdcap_tkip.c:20228)
6098    A /trunk/epan/crypt/airpdcap_tkip.h (from /trunk/airpdcap/airpdcap_tkip.h:20228)
6099    A /trunk/epan/crypt/airpdcap_user.h (from /trunk/airpdcap/airpdcap_user.h:20228)
6100    A /trunk/epan/crypt/airpdcap_wep.c (from /trunk/airpdcap/airpdcap_wep.c:20228)
6101    A /trunk/epan/crypt/airpdcap_wep.h (from /trunk/airpdcap/airpdcap_wep.h:20228)
6102    A /trunk/epan/crypt/airpdcap_ws.h (from /trunk/airpdcap/airpdcap_ws.h:20228)
6103    M /trunk/epan/dissectors/Makefile.nmake
6104    M /trunk/epan/dissectors/packet-ieee80211.c
6105    M /trunk/gtk/Makefile.nmake
6106    M /trunk/gtk/airpcap_gui_utils.c
6107    M /trunk/gtk/main.c
6108
6109 Move the contents of airpdcap to epan/crypt.  Try to fix the current
6110 distcheck failure.  Move the nmake build targets for airpdcap from
6111 epan/dissectors to epan.  This will probably break the Windows build.
6112
6113 ------------------------------------------------------------------------
6114 r20232 | gerald | 2006-12-28 09:28:29 -0800 (Thu, 28 Dec 2006) | 2 lines
6115 Changed paths:
6116    M /trunk/epan/crypt/Makefile.nmake
6117    M /trunk/epan/wslua/Makefile.nmake
6118
6119 Add clean targets to wslua.  Fix the config.nmake include in crypt.
6120
6121 ------------------------------------------------------------------------
6122 r20233 | sahlberg | 2006-12-29 13:57:19 -0800 (Fri, 29 Dec 2006) | 3 lines
6123 Changed paths:
6124    M /trunk/epan/strutil.h
6125
6126 gtk1 does not provide g_ascii_isxdigit   so provide it through strutil.h instead
6127
6128
6129 ------------------------------------------------------------------------
6130 r20234 | sfisher | 2006-12-29 14:22:54 -0800 (Fri, 29 Dec 2006) | 15 lines
6131 Changed paths:
6132    M /trunk/gtk/conversations_table.c
6133    M /trunk/gtk/conversations_wlan.c
6134    M /trunk/gtk/hostlist_table.c
6135    M /trunk/gtk/hostlist_wlan.c
6136    M /trunk/gtk/sat.h
6137
6138
6139 Fix for bug #1278:
6140
6141 "When analysing a trace with 802.11 packages (made by airpcap) and selecting
6142 Statistics->Conversation List->WLAN all wlan conversations are listed. When
6143 after this selecting Apply as filter->Selected->A<->B a display filter is
6144 created as
6145
6146 eth.addr==<A>  && eth.addr==<B>
6147
6148 when if should be
6149
6150 wlan.addr==<A>  && wlan.addr==<B>"
6151
6152
6153 ------------------------------------------------------------------------
6154 r20235 | guy | 2006-12-29 14:48:09 -0800 (Fri, 29 Dec 2006) | 6 lines
6155 Changed paths:
6156    M /trunk/epan/dissectors/packet-ipmi.c
6157
6158 Give dissect_cmd_Get_Channel_Auth_Capabilities() a return type (it
6159 returns nothing, so it should be void), and make it static like the
6160 other functions.
6161
6162 Make the ipmi_cmd_array[] table static - and const, while we're at it.
6163
6164 ------------------------------------------------------------------------
6165 r20236 | guy | 2006-12-29 14:48:52 -0800 (Fri, 29 Dec 2006) | 2 lines
6166 Changed paths:
6167    M /trunk/epan/crypt/airpdcap.c
6168
6169 Add some parentheses, as the suggestion of Mr. GCC.
6170
6171 ------------------------------------------------------------------------
6172 r20237 | guy | 2006-12-29 14:53:44 -0800 (Fri, 29 Dec 2006) | 10 lines
6173 Changed paths:
6174    M /trunk/epan/Makefile.am
6175    M /trunk/epan/crypt/Makefile.am
6176
6177 Make the crypt library the same way other sublibraries of libwireshark
6178 are made, so that if libwireshark is shared, the crypt library is built
6179 appropriately.  (This squelches a build warning, at least in OS X, that
6180 linking a shared library with a static library is non-portable; it
6181 should also arrange that the crypt library is built as
6182 position-independent code if necessary.)
6183
6184 DISTCLEANFILES subsumes CLEANFILES, so it doesn't need to list files
6185 already in CLEANFILES.
6186
6187 ------------------------------------------------------------------------
6188 r20238 | guy | 2006-12-29 14:54:43 -0800 (Fri, 29 Dec 2006) | 2 lines
6189 Changed paths:
6190    M /trunk/epan/crypt
6191
6192 Set svn:ignore appropriately.
6193
6194 ------------------------------------------------------------------------
6195 r20239 | sahlberg | 2006-12-29 14:55:13 -0800 (Fri, 29 Dec 2006) | 4 lines
6196 Changed paths:
6197    M /trunk/epan/dfilter/dfunctions.c
6198
6199 use an ep allocated temporary string when creating the string for a FT_STRING value and call fvalue_set with already_copied==FALSE   so the string gets allocated in ftype-string.c instead
6200
6201
6202
6203 ------------------------------------------------------------------------
6204 r20240 | sahlberg | 2006-12-29 15:05:55 -0800 (Fri, 29 Dec 2006) | 4 lines
6205 Changed paths:
6206    M /trunk/epan/proto.c
6207
6208  use ep allocated memory for the string in proto_item_append_string and let ftype-string.c handle the allocation/freeing of storage by setting already_copied to FALSE
6209
6210
6211
6212 ------------------------------------------------------------------------
6213 r20241 | guy | 2006-12-29 16:13:00 -0800 (Fri, 29 Dec 2006) | 7 lines
6214 Changed paths:
6215    M /trunk/configure.in
6216
6217 When building for Darwin, link with -search_paths_first, so that
6218 --with-pcap=/usr/local will, if there's only a static libpcap in
6219 /usr/local/lib, link with that rather than the system's dynamic version.
6220
6221 Move the check for Cygwin that adds -no-undefined to LDFLAGS to the
6222 section checking for linker flags to add.
6223
6224 ------------------------------------------------------------------------
6225 r20242 | guy | 2006-12-29 16:14:25 -0800 (Fri, 29 Dec 2006) | 2 lines
6226 Changed paths:
6227    M /trunk/Makefile.am
6228
6229 Regularize the setting of variables for various executable targets.
6230
6231 ------------------------------------------------------------------------
6232 r20243 | sahlberg | 2006-12-29 16:27:33 -0800 (Fri, 29 Dec 2006) | 4 lines
6233 Changed paths:
6234    M /trunk/epan/proto.c
6235
6236 make proto_tree_set_string_tvb use ep allocated memory and thus push the memory allocation/free for this field down into ftype-string.c
6237
6238
6239
6240 ------------------------------------------------------------------------
6241 r20244 | sahlberg | 2006-12-29 16:36:29 -0800 (Fri, 29 Dec 2006) | 3 lines
6242 Changed paths:
6243    M /trunk/epan/proto.c
6244
6245 make the FT_STRINGZ case in proto_tree_new_item() use ep allocated memory
6246
6247
6248 ------------------------------------------------------------------------
6249 r20245 | sahlberg | 2006-12-29 16:41:41 -0800 (Fri, 29 Dec 2006) | 8 lines
6250 Changed paths:
6251    M /trunk/epan/proto.c
6252
6253 proto_tree_set_string() no longer needs an already_allocated parameter since it is now always FALSE.
6254
6255 This should mean that all fvalue_set() for FT_STRING[Z] are always with already_copied==FALSE
6256
6257 (funny that we never saw someone trying to g_free("[ Null ]") which might have happened before)
6258
6259
6260
6261 ------------------------------------------------------------------------
6262 r20246 | sahlberg | 2006-12-29 16:57:46 -0800 (Fri, 29 Dec 2006) | 4 lines
6263 Changed paths:
6264    M /trunk/epan/ftypes/ftype-string.c
6265
6266 since all callers to fvalue_set for FT_STRING[Z] use already_copied==FALSE we now assert that this is the case in ftype-string.c and no longer have a conditional whetehr to create a local copy or not.
6267
6268
6269
6270 ------------------------------------------------------------------------
6271 r20247 | sfisher | 2006-12-29 17:06:46 -0800 (Fri, 29 Dec 2006) | 8 lines
6272 Changed paths:
6273    M /trunk/epan/dissectors/packet-ssl.c
6274
6275
6276 Fix for bug #1132:
6277
6278 Stop displaying the application data (in this case, HTML) in the tree and
6279 and "Decrypted SSL data" tab twice since each already includes both of the
6280 application data record layers combined.
6281
6282
6283 ------------------------------------------------------------------------
6284 r20248 | guy | 2006-12-29 17:15:05 -0800 (Fri, 29 Dec 2006) | 9 lines
6285 Changed paths:
6286    M /trunk/Makefile.am
6287
6288 Bring all the {programname}_* macros together into one section.
6289
6290 Split bin_PROGRAMS and man1_MANS into multiple lines, and put them in
6291 the same order as the corresponding {programname}_* macro sections.
6292
6293 Get rid of the separate {programname}_DEPENDENCIES macros in cases where
6294 they can be constructed from the corresponding {programname}_LDADD
6295 macro, and explain why they're different in cases where they can't be.
6296
6297 ------------------------------------------------------------------------
6298 r20249 | guy | 2006-12-29 20:40:59 -0800 (Fri, 29 Dec 2006) | 5 lines
6299 Changed paths:
6300    M /trunk/Makefile.am
6301
6302 The stuff we were doing with {programname}_DEPENDENCIES macros was to
6303 work around a deficiency in older versions of automake; we now require
6304 automake 1.6, which doesn't have that deficiency, so we get rid of that
6305 stuff and simplify things.
6306
6307 ------------------------------------------------------------------------
6308 r20250 | jake | 2006-12-30 16:00:06 -0800 (Sat, 30 Dec 2006) | 2 lines
6309 Changed paths:
6310    M /trunk/epan/dissectors/packet-dns.c
6311
6312 From Paul Erkkila:
6313 parse NAPTR records in dns dissector (rfc 3403)
6314 ------------------------------------------------------------------------
6315 r20251 | sahlberg | 2007-01-01 02:23:37 -0800 (Mon, 01 Jan 2007) | 6 lines
6316 Changed paths:
6317    M /trunk/cfile.c
6318    M /trunk/cfile.h
6319    M /trunk/file.c
6320
6321 break out dfcode from the capture file structure and declare it locally where it is needed.
6322 allocate and release the dfcode program as needed instead of having it hang around in the capture file structure.
6323
6324 this will ensure that dfcode will not have longer than se scope lifetime in case we need that property of it later
6325
6326
6327 ------------------------------------------------------------------------
6328 r20252 | jake | 2007-01-01 06:43:15 -0800 (Mon, 01 Jan 2007) | 2 lines
6329 Changed paths:
6330    M /trunk/wiretap/nettl.c
6331
6332 From Mark C. Brown:
6333 Fix some nettl encap types and size checks
6334 ------------------------------------------------------------------------
6335 r20253 | jake | 2007-01-01 06:48:18 -0800 (Mon, 01 Jan 2007) | 5 lines
6336 Changed paths:
6337    M /trunk/epan/dissectors/packet-nettl.c
6338    M /trunk/wiretap/nettl.c
6339    M /trunk/wiretap/nettl.h
6340    M /trunk/wiretap/wtap.c
6341    M /trunk/wiretap/wtap.h
6342
6343 From Mark C. Brown:
6344 HP-UX 11.31 will add a new nettl trace subsystem, NS_LS_TELNET (ID=267).
6345 NS_LS_TELNET is just raw telnet data.  There is no layer 2/3/4 headers, so
6346 there's just the HP-UX nettl record header followed directly by the TCP payload
6347 for a telnet connection.  Thus the need for a new wiretap encapsulation type...
6348 ------------------------------------------------------------------------
6349 r20254 | wmeier | 2007-01-01 08:58:03 -0800 (Mon, 01 Jan 2007) | 2 lines
6350 Changed paths:
6351    M /trunk/capture_opts.c
6352
6353 From Pierre Juhen: patch to correct the bug 1220
6354
6355 ------------------------------------------------------------------------
6356 r20255 | wmeier | 2007-01-01 09:04:38 -0800 (Mon, 01 Jan 2007) | 5 lines
6357 Changed paths:
6358    M /trunk/capture_loop.c
6359
6360 Fix "dumpcap -w -" to use binmode on stdout if Windows;
6361 (The related tests in suite-capture.sh should now work correctly).
6362 (Also: Print error message if attempting to use ring-buffers
6363    with a named pipe).
6364
6365 ------------------------------------------------------------------------
6366 r20256 | gerald | 2007-01-01 12:07:23 -0800 (Mon, 01 Jan 2007) | 4 lines
6367 Changed paths:
6368    M /trunk/epan/crypt/airpdcap.c
6369    M /trunk/epan/crypt/airpdcap_ccmp.c
6370    M /trunk/epan/crypt/airpdcap_int.h
6371
6372 Fix a compiler warning.  Surround an MSVC-specific #pragma with an
6373 #ifdef, and add a link to a -dev mailing list thread pointing out that
6374 it may not be necessary.  Fixup whitespace and comments.
6375
6376 ------------------------------------------------------------------------
6377 r20257 | etxrab | 2007-01-01 14:03:01 -0800 (Mon, 01 Jan 2007) | 2 lines
6378 Changed paths:
6379    M /trunk/asn1/ansi_map/ansi_map.asn
6380    M /trunk/asn1/ansi_map/ansi_map.cnf
6381    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
6382    M /trunk/asn1/tcap/packet-tcap-template.h
6383    M /trunk/asn1/tcap/tcap.cnf
6384    M /trunk/epan/dissectors/packet-tcap.c
6385    M /trunk/epan/dissectors/packet-tcap.h
6386
6387 Use TransactionId to match ansi map responses to requests and fix
6388 some bugs in the asn2wrs generated ansi map dissector.
6389 ------------------------------------------------------------------------
6390 r20258 | ulfl | 2007-01-01 17:19:40 -0800 (Mon, 01 Jan 2007) | 4 lines
6391 Changed paths:
6392    M /trunk/config.nmake
6393
6394 first MSVC 2005 changes:
6395 - add some lines to set the desired MSVC_VARIANT
6396 - set some defines (to prevent tons of "deprecated" warnings)
6397 - set some linker flags (currently don't know if these are the right ones - still experimenting)
6398 ------------------------------------------------------------------------
6399 r20259 | ulfl | 2007-01-01 17:52:47 -0800 (Mon, 01 Jan 2007) | 3 lines
6400 Changed paths:
6401    M /trunk/capture_wpcap_packet.c
6402    M /trunk/gtk/capture_if_details_dlg.c
6403
6404 MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own for MSVC2006
6405
6406 this might be depending on the Platform SDK and not on MSVC version - I don't really know
6407 ------------------------------------------------------------------------
6408 r20260 | guy | 2007-01-01 22:39:22 -0800 (Mon, 01 Jan 2007) | 2 lines
6409 Changed paths:
6410    M /trunk/epan/radius_dict.l
6411
6412 Use G_DIR_SEPARATOR_S as the path separator.
6413
6414 ------------------------------------------------------------------------
6415 r20261 | guy | 2007-01-01 22:49:40 -0800 (Mon, 01 Jan 2007) | 19 lines
6416 Changed paths:
6417    M /trunk/dftest.c
6418    M /trunk/doc/Makefile.am
6419    M /trunk/epan/epan.c
6420    M /trunk/epan/epan.h
6421    M /trunk/epan/filesystem.c
6422    M /trunk/epan/filesystem.h
6423    M /trunk/epan/libwireshark.def
6424    M /trunk/epan/plugins.c
6425    M /trunk/epan/plugins.h
6426    M /trunk/epan/proto.c
6427    M /trunk/epan/proto.h
6428    M /trunk/gtk/about_dlg.c
6429    M /trunk/gtk/main.c
6430    M /trunk/tshark.c
6431
6432 Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;
6433 if set, and if the program isn't running with additional privileges,
6434 it'll treat the directory in which the program is found as the data
6435 directory.
6436
6437 If, on Windows, the version-number subdirectory of {data
6438 directory}\plugins doesn't exist (which is assumed to mean that the
6439 program is being run from the build directory), or if, on UN*X,
6440 WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set, the plugin directory is the
6441 "plugins" subdirectory of the data directory, and all subdirectories of
6442 that directory are scanned for plugins, as the "plugins" subdirectory of
6443 the build directory contains subdirectories for the plugins; this means
6444 that if we're running from the build directory, we'll find the plugins
6445 we built in the build tree.
6446
6447 When generating the wireshark-filter man page, run tshark with
6448 WIRESHARK_RUN_FROM_BUILD_DIRECTORY set, so it uses the plugins from the
6449 build to generate the list of filters.
6450
6451 ------------------------------------------------------------------------
6452 r20262 | guy | 2007-01-02 01:20:27 -0800 (Tue, 02 Jan 2007) | 5 lines
6453 Changed paths:
6454    M /trunk/Makefile.nmake
6455    M /trunk/asn1/h248/packet-h248-template.c
6456    M /trunk/epan/dissectors/packet-h248.c
6457
6458 Ehtereal[sic] -> Wireshark. :-)
6459
6460 Give a little more detail in the comment in the H.248 dissector about
6461 "MEGACO" vs. "H.248".
6462
6463 ------------------------------------------------------------------------
6464 r20263 | jake | 2007-01-02 02:13:38 -0800 (Tue, 02 Jan 2007) | 2 lines
6465 Changed paths:
6466    M /trunk/epan/enterprise-numbers
6467
6468 Adding all enterprise numbers for 2006.
6469
6470 ------------------------------------------------------------------------
6471 r20264 | martinm | 2007-01-02 03:46:30 -0800 (Tue, 02 Jan 2007) | 10 lines
6472 Changed paths:
6473    M /trunk/epan/dissectors/packet-rtcp.c
6474    M /trunk/epan/dissectors/packet-rtcp.h
6475
6476 Fix for bug 1279 (Negative values for RTCP round trip delay
6477 cannot be stored in guint32).
6478 - Makes the threshold preference value an absolute value.
6479 - There is now a separate expert info item for -ve roundtrips
6480
6481 N.B. There is still a problem with filtering -ve values on this
6482 FT_INT32 field, i.e. rtcp.roundtrip-delay < 0 never matches with
6483 frames that it should (even if rtcp.roundtrip-delay == -3 can
6484 be used to match specific frames...).
6485
6486 ------------------------------------------------------------------------
6487 r20265 | ulfl | 2007-01-02 05:05:04 -0800 (Tue, 02 Jan 2007) | 1 line
6488 Changed paths:
6489    M /trunk/config.nmake
6490
6491 make MSVC6 the default for MSVC_VARIANT, not MSVC2005
6492 ------------------------------------------------------------------------
6493 r20266 | martinm | 2007-01-02 05:25:36 -0800 (Tue, 02 Jan 2007) | 3 lines
6494 Changed paths:
6495    M /trunk/epan/dissectors/packet-ajp13.c
6496    M /trunk/epan/dissectors/packet-catapult-dct2000.c
6497
6498 "an wireshark" -> "a wireshark".
6499 Presumably "an ethereal" was search replaced...
6500
6501 ------------------------------------------------------------------------
6502 r20267 | jake | 2007-01-02 05:34:05 -0800 (Tue, 02 Jan 2007) | 2 lines
6503 Changed paths:
6504    M /trunk/plugins/giop/README
6505
6506 More Ethereal -> Wireshark renaming
6507
6508 ------------------------------------------------------------------------
6509 r20268 | jake | 2007-01-02 05:36:45 -0800 (Tue, 02 Jan 2007) | 2 lines
6510 Changed paths:
6511    M /trunk/plugins/giop/packet-cosnaming.c
6512
6513 More Ethereal -> Wireshark renaming.
6514
6515 ------------------------------------------------------------------------
6516 r20269 | jake | 2007-01-02 05:46:06 -0800 (Tue, 02 Jan 2007) | 2 lines
6517 Changed paths:
6518    M /trunk/plugins/giop/Makefile.nmake
6519
6520 Align build target names.
6521
6522 ------------------------------------------------------------------------
6523 r20270 | wmeier | 2007-01-02 06:11:35 -0800 (Tue, 02 Jan 2007) | 2 lines
6524 Changed paths:
6525    M /trunk/asn1/h248/packet-h248-template.c
6526    M /trunk/asn1/h248/packet-h248-template.h
6527    M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c
6528    M /trunk/asn1/umts_rrc/packet-umts_rrc-template.h
6529    M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c
6530    M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.h
6531    M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c
6532    M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.h
6533    M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
6534    M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.h
6535    M /trunk/epan/dissectors/packet-dtls.c
6536    M /trunk/epan/dissectors/packet-exec.c
6537    M /trunk/epan/dissectors/packet-h248_3gpp.c
6538    M /trunk/epan/dissectors/packet-h248_annex_c.c
6539    M /trunk/epan/dissectors/packet-h248_annex_e.c
6540    M /trunk/epan/dissectors/packet-h248_q1950.c
6541    M /trunk/epan/dissectors/packet-image-png.c
6542    M /trunk/epan/dissectors/packet-jpeg.c
6543    M /trunk/epan/dissectors/packet-lsc.c
6544    M /trunk/epan/dissectors/packet-ssl.c
6545    M /trunk/gtk/camel_counter.c
6546
6547 More ethereal --> wireshark
6548
6549 ------------------------------------------------------------------------
6550 r20271 | martinm | 2007-01-02 09:06:00 -0800 (Tue, 02 Jan 2007) | 2 lines
6551 Changed paths:
6552    M /trunk/epan/dissectors/packet-sip.c
6553
6554 Dissect details of RAck header, and change RSeq to a numerical field.
6555
6556 ------------------------------------------------------------------------
6557 r20272 | wmeier | 2007-01-02 09:19:25 -0800 (Tue, 02 Jan 2007) | 3 lines
6558 Changed paths:
6559    M /trunk/asn1/h248/packet-h248-template.c
6560    M /trunk/asn1/h248/packet-h248-template.h
6561    M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c
6562    M /trunk/asn1/umts_rrc/packet-umts_rrc-template.h
6563    M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c
6564    M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.h
6565    M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c
6566    M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.h
6567    M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
6568    M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.h
6569    M /trunk/docbook/dfilter2xml.pl
6570    M /trunk/epan/dissectors/packet-exec.c
6571    M /trunk/epan/dissectors/packet-h248_3gpp.c
6572    M /trunk/epan/dissectors/packet-h248_annex_c.c
6573    M /trunk/epan/dissectors/packet-h248_annex_e.c
6574    M /trunk/epan/dissectors/packet-h248_q1950.c
6575    M /trunk/epan/dissectors/packet-image-png.c
6576    M /trunk/epan/dissectors/packet-jpeg.c
6577    M /trunk/epan/dissectors/packet-lsc.c
6578    M /trunk/plugins/tpg/Makefile.am
6579
6580 Oops:   wireshark.com --> wireshark.org
6581 Also: 1 additional Ethereal --> Wireshark
6582
6583 ------------------------------------------------------------------------
6584 r20273 | sfisher | 2007-01-02 11:55:55 -0800 (Tue, 02 Jan 2007) | 4 lines
6585 Changed paths:
6586    M /trunk/epan/dissectors/packet-ieee80211.c
6587
6588
6589 Add a good/bad tree to the FCS item.
6590
6591
6592 ------------------------------------------------------------------------
6593 r20274 | gerald | 2007-01-02 11:56:59 -0800 (Tue, 02 Jan 2007) | 13 lines
6594 Changed paths:
6595    M /trunk/airpcap.h
6596    M /trunk/airpcap_loader.h
6597    M /trunk/epan/crypt/airpdcap_interop.h
6598
6599 From Gisle Vanem:
6600
6601 Here are some patches needed to build using HAVE_AIRPCAP
6602 on MingW:
6603
6604 * airpcap.h needs 'WEP_KEY_MAX_SIZE' from <epan/crypt/wep-wpadefs.h>.
6605
6606 * airpcap_loader.h needs <epan/crypt/airpdcap_user.h> and definition of
6607  'decryption_key_t'.
6608
6609 * epan/crypt/airpdcap_interop.h defines 'ntohs()' before <winsock2.h>
6610  gets included. Thus creating a parse error later on.
6611
6612 ------------------------------------------------------------------------
6613 r20275 | jake | 2007-01-02 12:53:04 -0800 (Tue, 02 Jan 2007) | 1 line
6614 Changed paths:
6615    M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
6616    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
6617
6618 Update supported Win32 versions and NSIS version.
6619 ------------------------------------------------------------------------
6620 r20276 | ulfl | 2007-01-02 14:19:48 -0800 (Tue, 02 Jan 2007) | 1 line
6621 Changed paths:
6622    M /trunk/packaging/nsis/wireshark.nsi
6623
6624 define SecMIBs only if NET_SNMP_DIR is defined - to prevent a NSIS warning
6625 ------------------------------------------------------------------------
6626 r20277 | gerald | 2007-01-02 14:49:57 -0800 (Tue, 02 Jan 2007) | 3 lines
6627 Changed paths:
6628    M /trunk/Makefile.common
6629    M /trunk/Makefile.nmake
6630    M /trunk/asn1/cms/packet-cms-template.c
6631    M /trunk/asn1/spnego/packet-spnego-template.c
6632    M /trunk/debian/copyright
6633    M /trunk/editcap.c
6634    M /trunk/epan/Makefile.common
6635    M /trunk/epan/crypt/Makefile.common
6636    M /trunk/epan/crypt/airpdcap.c
6637    D /trunk/epan/crypt/airpdcap_md5.c
6638    D /trunk/epan/crypt/airpdcap_md5.h
6639    M /trunk/epan/crypt/airpdcap_system.h
6640    A /trunk/epan/crypt/crypt-md5.c (from /trunk/epan/crypt-md5.c:20274)
6641    A /trunk/epan/crypt/crypt-md5.h (from /trunk/epan/crypt-md5.h:20274)
6642    D /trunk/epan/crypt-md5.c
6643    D /trunk/epan/crypt-md5.h
6644    M /trunk/epan/dissectors/packet-3com-njack.c
6645    M /trunk/epan/dissectors/packet-cms.c
6646    M /trunk/epan/dissectors/packet-kerberos.c
6647    M /trunk/epan/dissectors/packet-radius.c
6648    M /trunk/epan/dissectors/packet-spnego.c
6649    M /trunk/epan/dissectors/packet-tacacs.c
6650
6651 Move epan/crypt-md5.[ch] to epan/crypt.  Remove
6652 epan/crypt/airpdcap_md5.[ch].  Fix up whitespace.
6653
6654 ------------------------------------------------------------------------
6655 r20278 | ulfl | 2007-01-02 15:55:47 -0800 (Tue, 02 Jan 2007) | 3 lines
6656 Changed paths:
6657    M /trunk/packaging/nsis/AdditionalTasksPage.ini
6658
6659 following the Microsoft installer guidelines: as default, an installer should not put an icon on the desktop
6660
6661
6662 ------------------------------------------------------------------------
6663 r20279 | gerald | 2007-01-02 16:07:07 -0800 (Tue, 02 Jan 2007) | 2 lines
6664 Changed paths:
6665    D /trunk/epan/crypt/airpdcap_ccmp.h
6666    D /trunk/epan/crypt/airpdcap_tkip.h
6667
6668 Remove empty files (which should have been removed with r20231).
6669
6670 ------------------------------------------------------------------------
6671 r20280 | ulfl | 2007-01-02 16:10:57 -0800 (Tue, 02 Jan 2007) | 1 line
6672 Changed paths:
6673    M /trunk/Makefile.nmake
6674
6675 if exist, the install targets should copy pdb and manifest files along with the exe and dll ones
6676 ------------------------------------------------------------------------
6677 r20281 | ulfl | 2007-01-02 16:23:22 -0800 (Tue, 02 Jan 2007) | 3 lines
6678 Changed paths:
6679    M /trunk/epan/crypt/Makefile.nmake
6680
6681 fix windows build
6682
6683 maybe the definitions from Makefile.common should better be used - the current Makefile.nmake looks a bit strange compared to others ;-)
6684 ------------------------------------------------------------------------
6685 r20282 | ulfl | 2007-01-02 18:50:22 -0800 (Tue, 02 Jan 2007) | 2 lines
6686 Changed paths:
6687    M /trunk/capture_opts.c
6688    M /trunk/epan/filesystem.c
6689    M /trunk/gtk/main.c
6690    M /trunk/tempfile.c
6691    M /trunk/wiretap/file_util.h
6692
6693 from Laurent Rabret:
6694 I posted a patch about 1.5 years ago for the formerly Ethereal to successfully compiled with Visual > 6. I have always successfully used this patched Ethereal/Wireshark compiled with VS 2003 and have just checked when compiled with Visual C++ 2005 Express
6695 ------------------------------------------------------------------------
6696 r20283 | ulfl | 2007-01-02 18:53:30 -0800 (Tue, 02 Jan 2007) | 2 lines
6697 Changed paths:
6698    M /trunk/config.nmake
6699
6700 move the MSVC "block" towards the top of the file
6701 don't use GNUTLS and ZLIB when compiling with MSVC != Version 6 - it currently doesn't work
6702 ------------------------------------------------------------------------
6703 r20284 | ulfl | 2007-01-02 19:42:33 -0800 (Tue, 02 Jan 2007) | 1 line
6704 Changed paths:
6705    M /trunk/packaging/nsis/wireshark.nsi
6706
6707 delete GTK 2.10 files and dirs while uninstalling
6708 ------------------------------------------------------------------------
6709 r20285 | ulfl | 2007-01-02 19:46:48 -0800 (Tue, 02 Jan 2007) | 4 lines
6710 Changed paths:
6711    M /trunk/packaging/nsis/wireshark.nsi
6712
6713 from Laurent Rabret:
6714 "Apply the ugly attached patch to the installer"
6715
6716 ... it's not that ugly at all - and installs (deletes) the manifest files if available
6717 ------------------------------------------------------------------------
6718 r20286 | ulfl | 2007-01-02 20:15:18 -0800 (Tue, 02 Jan 2007) | 3 lines
6719 Changed paths:
6720    M /trunk/packaging/nsis/wireshark.nsi
6721
6722 fix packaging (for now): copy the manifest files with the /nonfatal switch, so they only issue a warning if none existing (e.g. MSVC6).
6723
6724 This copying should be controlled by the MSVC_VARIANT setting in config.nmake instead (just like all the other alike settings).
6725 ------------------------------------------------------------------------
6726 r20287 | ulfl | 2007-01-02 20:18:55 -0800 (Tue, 02 Jan 2007) | 1 line
6727 Changed paths:
6728    M /trunk/epan/crypt/Makefile.common
6729
6730 an attempt to fix the distcheck
6731 ------------------------------------------------------------------------
6732 r20288 | ulfl | 2007-01-02 20:28:28 -0800 (Tue, 02 Jan 2007) | 1 line
6733 Changed paths:
6734    M /trunk/config.nmake
6735
6736 Instead of hard coding "C:/program files", use the corresponding environment variable %ProgramFiles% (hopefully this is available on all supported platforms). This makes it possible to use the same unchanged setting even for internationalised Windows versions (e.g. in the german version this is: "C:\Programme")
6737 ------------------------------------------------------------------------
6738 r20289 | ulfl | 2007-01-02 21:08:20 -0800 (Tue, 02 Jan 2007) | 1 line
6739 Changed paths:
6740    M /trunk/Makefile.nmake
6741
6742 fix epan\crypt\crypt-md5.obj
6743 ------------------------------------------------------------------------
6744 r20290 | ulfl | 2007-01-02 21:41:11 -0800 (Tue, 02 Jan 2007) | 3 lines
6745 Changed paths:
6746    M /trunk/Makefile.nmake
6747    M /trunk/config.nmake
6748    M /trunk/epan/Makefile.nmake
6749    M /trunk/wiretap/Makefile.nmake
6750
6751 remove the PDB_FILE setting from config.nmake - there's no real need for this info
6752
6753 add some missing files to the clean targets
6754 ------------------------------------------------------------------------
6755 r20291 | ulfl | 2007-01-02 22:06:53 -0800 (Tue, 02 Jan 2007) | 1 line
6756 Changed paths:
6757    M /trunk/plugins/agentx/Makefile.nmake
6758    M /trunk/plugins/artnet/Makefile.nmake
6759    M /trunk/plugins/asn1/Makefile.nmake
6760    M /trunk/plugins/ciscosm/Makefile.nmake
6761    M /trunk/plugins/docsis/Makefile.nmake
6762    M /trunk/plugins/enttec/Makefile.nmake
6763    M /trunk/plugins/giop/Makefile.nmake
6764    M /trunk/plugins/gryphon/Makefile.nmake
6765    M /trunk/plugins/h223/Makefile.nmake
6766    M /trunk/plugins/irda/Makefile.nmake
6767    M /trunk/plugins/lwres/Makefile.nmake
6768    M /trunk/plugins/mate/Makefile.nmake
6769    M /trunk/plugins/megaco/Makefile.nmake
6770    M /trunk/plugins/mgcp/Makefile.nmake
6771    M /trunk/plugins/opsi/Makefile.nmake
6772    M /trunk/plugins/pcli/Makefile.nmake
6773    M /trunk/plugins/profinet/Makefile.nmake
6774    M /trunk/plugins/rlm/Makefile.nmake
6775    M /trunk/plugins/rtnet/Makefile.nmake
6776    M /trunk/plugins/rudp/Makefile.nmake
6777    M /trunk/plugins/sbus/Makefile.nmake
6778    M /trunk/plugins/stats_tree/Makefile.nmake
6779    M /trunk/plugins/v5ua/Makefile.nmake
6780
6781 clean should also remove generated plugin.c and manifest files
6782 ------------------------------------------------------------------------
6783 r20292 | ulfl | 2007-01-02 22:41:17 -0800 (Tue, 02 Jan 2007) | 1 line
6784 Changed paths:
6785    M /trunk/config.nmake
6786
6787 hmmm, maybe he don't like mixing slashes and backslashes ...
6788 ------------------------------------------------------------------------
6789 r20293 | etxrab | 2007-01-02 23:55:40 -0800 (Tue, 02 Jan 2007) | 2 lines
6790 Changed paths:
6791    M /trunk/asn1/ansi_map/ansi_map.asn
6792    M /trunk/asn1/ansi_map/ansi_map.cnf
6793    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
6794
6795 Add call to the Teleservice dissector add a bunch of missing Return signals and
6796 fix up some cut and paste errors.
6797 ------------------------------------------------------------------------
6798 r20294 | gerald | 2007-01-03 10:10:13 -0800 (Wed, 03 Jan 2007) | 2 lines
6799 Changed paths:
6800    M /trunk/epan/dissectors/packet-ieee80211.c
6801
6802 Fix a typo.
6803
6804 ------------------------------------------------------------------------
6805 r20295 | etxrab | 2007-01-03 11:25:28 -0800 (Wed, 03 Jan 2007) | 4 lines
6806 Changed paths:
6807    M /trunk/epan/dissectors/packet-iuup.c
6808
6809 From Peter Vestman:
6810 The number of rfci's in rate control messages is read in the wrong place.
6811 We have created a patch for this, in the patch we have also added CRC checks
6812 for header and payload.
6813 ------------------------------------------------------------------------
6814 r20296 | jake | 2007-01-03 12:17:17 -0800 (Wed, 03 Jan 2007) | 1 line
6815 Changed paths:
6816    M /trunk/epan/dissectors/packet-iuup.c
6817
6818 Some cleanup of the source.
6819 ------------------------------------------------------------------------
6820 r20297 | ulfl | 2007-01-03 14:09:15 -0800 (Wed, 03 Jan 2007) | 1 line
6821 Changed paths:
6822    M /trunk/config.nmake
6823
6824 another attempt to fix the "Program Files" setting. Unfortunately, using the environment setting doesn't seem to work ...
6825 ------------------------------------------------------------------------
6826 r20298 | ulfl | 2007-01-03 15:12:37 -0800 (Wed, 03 Jan 2007) | 1 line
6827 Changed paths:
6828    M /trunk/packaging/nsis/wireshark.nsi
6829
6830 add wiretap manifest file to packaging
6831 ------------------------------------------------------------------------
6832 r20299 | etxrab | 2007-01-03 23:51:26 -0800 (Wed, 03 Jan 2007) | 1 line
6833 Changed paths:
6834    M /trunk/asn1/ansi_map/ansi_map.cnf
6835    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
6836
6837 Add dissection of SystemCapabilities.
6838 ------------------------------------------------------------------------
6839 r20300 | kukosa | 2007-01-04 01:20:18 -0800 (Thu, 04 Jan 2007) | 2 lines
6840 Changed paths:
6841    M /trunk/epan/dissectors/packet-ssl-utils.c
6842    M /trunk/epan/dissectors/packet-ssl-utils.h
6843    M /trunk/epan/dissectors/packet-ssl.c
6844    M /trunk/epan/dissectors/packet-ssl.h
6845    M /trunk/epan/libwireshark.def
6846
6847 - new ssl_set_master_secret() which can set master secret (and optionally other parameters) into SSL dissector from external source, e.g. private 'trace protocol' dissector
6848 - call 'data' subdissector for decrypted data in real dissector is not found
6849 ------------------------------------------------------------------------
6850 r20301 | guy | 2007-01-04 03:50:41 -0800 (Thu, 04 Jan 2007) | 25 lines
6851 Changed paths:
6852    M /trunk/configure.in
6853
6854 Add -Wl,-single_module to the linker flags in Darwin.  The page at
6855
6856         http://developer.apple.com/releasenotes/DeveloperTools/RN-dyld/index.html
6857
6858 says
6859
6860         The static linker ld(1) supports building dylibs as either
6861         -multi_module or -single_module.  Conceptually, a multi-module
6862         dylib is like a group of smaller dylibs - one per source file.
6863         The extra meta-data in a multi-module dylib allowed (pre-10.4)
6864         dyld to delay binding and running initializers on the individual
6865         modules.  In Mac OS X 10.4 dyld ignores all multi-module
6866         meta-data and completely binds and runs all initializers the
6867         same as if it were built single-module.  In general, building
6868         dylibs -single_module is preferred.  The one case where
6869         multi-module is still useful is it allows internal functions of
6870         a dylib to be interposable.  For instance, libSystem.dylib is
6871         built multi_module so that malloc() can be overridden and all
6872         uses of malloc in libSystem (e.g.  strdup) would be redirected
6873         to use the overridden version.
6874
6875 and we don't need the interposability for our dylibs, and Andreas Fink
6876 indicates that it's necessary for the packaged Wireshark builds he's
6877 doing.
6878
6879 ------------------------------------------------------------------------
6880 r20302 | guy | 2007-01-04 03:55:05 -0800 (Thu, 04 Jan 2007) | 2 lines
6881 Changed paths:
6882    M /trunk/configure.in
6883
6884 -Wl,-single_module breaks the configure script.
6885
6886 ------------------------------------------------------------------------
6887 r20303 | guy | 2007-01-04 04:05:17 -0800 (Thu, 04 Jan 2007) | 5 lines
6888 Changed paths:
6889    M /trunk/plugins/irda/packet-sir.c
6890
6891 Call the handoff registration routine proto_reg_handoff_irsir() to avoid
6892 collisions with the WSP dissector's proto_reg_handoff_sir() - and don't
6893 call it in the proto_register_irsir(); handoff registration routines are
6894 supposed to be called after *all* registration routines are called.
6895
6896 ------------------------------------------------------------------------
6897 r20304 | martinm | 2007-01-04 05:25:25 -0800 (Thu, 04 Jan 2007) | 1 line
6898 Changed paths:
6899    M /trunk/diameter/imscxdx.xml
6900    M /trunk/epan/dissectors/packet-inap.c
6901    M /trunk/epan/dissectors/packet-rtcp.c
6902    M /trunk/epan/dissectors/packet-sigcomp.c
6903    M /trunk/epan/dissectors/packet-umts_fp.c
6904    M /trunk/wiretap/catapult_dct2000.c
6905
6906 Check in trivial changes before generating a big diff...
6907 ------------------------------------------------------------------------
6908 r20305 | kukosa | 2007-01-04 05:26:45 -0800 (Thu, 04 Jan 2007) | 1 line
6909 Changed paths:
6910    M /trunk/epan/dissectors/packet-ssl-utils.c
6911    M /trunk/epan/dissectors/packet-ssl-utils.h
6912
6913 fix compilation without GnuTLS
6914 ------------------------------------------------------------------------
6915 r20306 | jake | 2007-01-04 05:44:09 -0800 (Thu, 04 Jan 2007) | 2 lines
6916 Changed paths:
6917    M /trunk/docbook/developer-guide.xml
6918    M /trunk/docbook/user-guide.xml
6919
6920 Bump date and version number
6921
6922 ------------------------------------------------------------------------
6923 r20307 | jake | 2007-01-04 05:46:29 -0800 (Thu, 04 Jan 2007) | 2 lines
6924 Changed paths:
6925    M /trunk/version_info.c
6926
6927 Bump date
6928
6929 ------------------------------------------------------------------------
6930 r20308 | jake | 2007-01-04 06:23:56 -0800 (Thu, 04 Jan 2007) | 2 lines
6931 Changed paths:
6932    M /trunk/plugins/irda/packet-sir.c
6933
6934 Serious source code cleanup.
6935
6936 ------------------------------------------------------------------------
6937 r20309 | martinm | 2007-01-04 09:56:17 -0800 (Thu, 04 Jan 2007) | 1 line
6938 Changed paths:
6939    M /trunk/epan/dissectors/packet-sip.c
6940
6941 Make Expires header value a numeric field
6942 ------------------------------------------------------------------------
6943 r20310 | guy | 2007-01-04 10:35:33 -0800 (Thu, 04 Jan 2007) | 3 lines
6944 Changed paths:
6945    M /trunk/epan/wslua/Makefile.am
6946
6947 Rename pkgdata_DATA to dist_pkgdata_DATA, to make sure it's in the
6948 distribution.  That means we don't have to include it in EXTRA_DIST.
6949
6950 ------------------------------------------------------------------------
6951 r20311 | etxrab | 2007-01-04 12:15:22 -0800 (Thu, 04 Jan 2007) | 1 line
6952 Changed paths:
6953    M /trunk/asn1/inap/packet-inap-template.c
6954    M /trunk/epan/dissectors/packet-inap.c
6955    M /trunk/epan/dissectors/packet-inap.h
6956
6957 Make the recent INAP change in the template file as well.
6958 ------------------------------------------------------------------------
6959 r20312 | guy | 2007-01-04 12:47:43 -0800 (Thu, 04 Jan 2007) | 4 lines
6960 Changed paths:
6961    M /trunk/configure.in
6962    M /trunk/epan/Makefile.am
6963    M /trunk/wiretap/Makefile.am
6964
6965 On Darwin, build shared libraries with -Wl,-single_module to the LDFLAGS
6966 used with shared libraries, to fix some error that shows up in some
6967 cases; some Apple documentation recommends it for most shared libraries.
6968
6969 ------------------------------------------------------------------------
6970 r20313 | ulfl | 2007-01-04 12:51:18 -0800 (Thu, 04 Jan 2007) | 3 lines
6971 Changed paths:
6972    M /trunk/config.nmake
6973
6974 add the "Microsoft .Net Framework SDK Version 1.1" as a compiler option (this is the one described in the corresponding Wiki page)
6975
6976 mark "Visual Studio 2005" (without Express) as EXPERIMENTAL too, seems to be working just like the Express Edition :-)
6977 ------------------------------------------------------------------------
6978 r20314 | lego | 2007-01-04 14:44:17 -0800 (Thu, 04 Jan 2007) | 3 lines
6979 Changed paths:
6980    M /trunk/asn1/h248/packet-h248-template.c
6981    M /trunk/epan/dissectors/packet-h248.c
6982    M /trunk/epan/dissectors/packet-h248.h
6983
6984 the widcards: Choose and All were inverted (again?)
6985
6986
6987 ------------------------------------------------------------------------
6988 r20315 | lego | 2007-01-04 14:45:43 -0800 (Thu, 04 Jan 2007) | 3 lines
6989 Changed paths:
6990    M /trunk/acinclude.m4
6991
6992 the -lm flag might be needed to link lua
6993
6994
6995 ------------------------------------------------------------------------
6996 r20316 | lego | 2007-01-04 14:47:23 -0800 (Thu, 04 Jan 2007) | 3 lines
6997 Changed paths:
6998    M /trunk/radius/dictionary.3gpp
6999
7000 fix some entries with wrong spaces
7001
7002
7003 ------------------------------------------------------------------------
7004 r20317 | lego | 2007-01-04 14:58:33 -0800 (Thu, 04 Jan 2007) | 3 lines
7005 Changed paths:
7006    A /trunk/epan/wslua/doc
7007    A /trunk/epan/wslua/doc/Makefile
7008
7009 Add the documentation directory
7010
7011
7012 ------------------------------------------------------------------------
7013 r20318 | gerald | 2007-01-04 15:21:37 -0800 (Thu, 04 Jan 2007) | 3 lines
7014 Changed paths:
7015    M /trunk/epan/dissectors/packet-ieee80211.c
7016
7017 Don't lower-case our SSID and passphrase, otherwise we'll create an
7018 incorrect PSK hash.
7019
7020 ------------------------------------------------------------------------
7021 r20319 | gerald | 2007-01-04 15:54:00 -0800 (Thu, 04 Jan 2007) | 2 lines
7022 Changed paths:
7023    M /trunk/epan/wslua/Makefile.nmake
7024
7025 Remove duplicate targets.
7026
7027 ------------------------------------------------------------------------
7028 r20320 | sfisher | 2007-01-04 16:33:23 -0800 (Thu, 04 Jan 2007) | 5 lines
7029 Changed paths:
7030    M /trunk/epan/dissectors/packet-per.h
7031
7032
7033 Remove stderr output of an error condition per bug #998.  The error is already
7034 displayed in the packet tree.
7035
7036
7037 ------------------------------------------------------------------------
7038 r20321 | gerald | 2007-01-04 17:35:23 -0800 (Thu, 04 Jan 2007) | 3 lines
7039 Changed paths:
7040    M /trunk/Makefile.nmake
7041    M /trunk/config.nmake
7042    M /trunk/epan/libwireshark.def
7043    M /trunk/tools/win32-setup.sh
7044
7045 Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1.  Enable
7046 AirPcap.
7047
7048 ------------------------------------------------------------------------
7049 r20322 | ulfl | 2007-01-04 20:58:52 -0800 (Thu, 04 Jan 2007) | 1 line
7050 Changed paths:
7051    M /trunk/config.nmake
7052
7053 move the directory settings more to the top, add an optional platform SDK setting
7054 ------------------------------------------------------------------------
7055 r20323 | ulfl | 2007-01-04 21:03:15 -0800 (Thu, 04 Jan 2007) | 3 lines
7056 Changed paths:
7057    M /trunk/config.nmake
7058
7059 compile error in openssl.h depends on the Platform SDK, not the MSVC variant used
7060
7061 change the !IFDEF around GNUTLS accordingly
7062 ------------------------------------------------------------------------
7063 r20324 | ulfl | 2007-01-04 21:23:02 -0800 (Thu, 04 Jan 2007) | 1 line
7064 Changed paths:
7065    M /trunk/Makefile.nmake
7066    M /trunk/config.nmake
7067
7068 don't spread the AirPcap DevPack files over the libs dir, unzip files into: AirPcap_Devpack_1_0_0_594
7069 ------------------------------------------------------------------------
7070 r20325 | etxrab | 2007-01-04 23:32:39 -0800 (Thu, 04 Jan 2007) | 5 lines
7071 Changed paths:
7072    M /trunk/asn1/ansi_map/ansi_map.asn
7073    M /trunk/asn1/ansi_map/ansi_map.cnf
7074    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
7075
7076 - Dissect IA5 digits
7077 - Update info column
7078 - Call subdissectors
7079 - fix some asn1 bugs
7080 - clean up .cnf file.
7081 ------------------------------------------------------------------------
7082 r20326 | guy | 2007-01-04 23:36:30 -0800 (Thu, 04 Jan 2007) | 4 lines
7083 Changed paths:
7084    M /trunk/wiretap/configure.in
7085
7086 When Mr. Genius added the SHAREDLIB_LDFLAGS stuff, he forgot that
7087 Wiretap has its own configuration file.  Do to its configuration file
7088 what was done to the top-level configuration file.
7089
7090 ------------------------------------------------------------------------
7091 r20327 | lego | 2007-01-05 04:11:05 -0800 (Fri, 05 Jan 2007) | 3 lines
7092 Changed paths:
7093    M /trunk/epan/wslua/wslua_util.c
7094
7095  + register_stat_cmd_arg()
7096  * use '/' as directory separator on both plattforms
7097
7098 ------------------------------------------------------------------------
7099 r20328 | lego | 2007-01-05 04:14:42 -0800 (Fri, 05 Jan 2007) | 3 lines
7100 Changed paths:
7101    M /trunk/epan/wslua/wslua_gui.c
7102
7103  * rename url->file in browser_open_data_file()
7104
7105
7106 ------------------------------------------------------------------------
7107 r20329 | jake | 2007-01-05 05:42:08 -0800 (Fri, 05 Jan 2007) | 3 lines
7108 Changed paths:
7109    M /trunk/epan/dissectors/packet-ntp.c
7110    M /trunk/epan/dissectors/packet-ntp.h
7111
7112 Added functionality proposed in bug 1233.
7113 Clean up of source code.
7114
7115 ------------------------------------------------------------------------
7116 r20330 | lego | 2007-01-05 07:09:33 -0800 (Fri, 05 Jan 2007) | 5 lines
7117 Changed paths:
7118    M /trunk/epan/wslua/wslua_dumper.c
7119    M /trunk/epan/wslua/wslua_util.c
7120
7121 * have the Dumper using either '\' or '/' as directory separator in all plattforms.
7122 * use the directory separator not a pointer to it.
7123
7124
7125
7126 ------------------------------------------------------------------------
7127 r20331 | ulfl | 2007-01-05 16:48:11 -0800 (Fri, 05 Jan 2007) | 1 line
7128 Changed paths:
7129    M /trunk/capture_wpcap_packet.c
7130    M /trunk/gtk/capture_if_details_dlg.c
7131
7132 fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK issue - time will tell)
7133 ------------------------------------------------------------------------
7134 r20332 | ulfl | 2007-01-05 17:05:59 -0800 (Fri, 05 Jan 2007) | 8 lines
7135 Changed paths:
7136    M /trunk/config.nmake
7137    M /trunk/plugins/asn1/Makefile.nmake
7138    M /trunk/plugins/mate/Makefile.nmake
7139    M /trunk/plugins/megaco/Makefile.nmake
7140    M /trunk/plugins/mgcp/Makefile.nmake
7141
7142 add experimental support for some more of the MSVC_VARIANTs:
7143 - Microsoft .Net Framework SDK Version 1.1
7144 - Microsoft .Net Framework 2.0 SDK
7145 ... which seems to work fine now (except for the open problems like zlib) :-)
7146
7147 Some of the plugins need different linker flags depending on the MSVC. I've set a "define" in config.nmake (PLUGIN_LDFLAGS) and used it in the affected plugins/.../Makefile.nmake. Maybe we should generally change the plugins that way.
7148
7149 btw: The "Microsoft Visual C++ Toolkit 2003" (mentioned some time ago on the list) doesn't work as some important files are missing - and we have much easier alternatives now :-)
7150 ------------------------------------------------------------------------
7151 r20333 | etxrab | 2007-01-06 12:21:30 -0800 (Sat, 06 Jan 2007) | 1 line
7152 Changed paths:
7153    M /trunk/epan/dissectors/packet-ber.c
7154
7155 Fix tag > 0x1f
7156 ------------------------------------------------------------------------
7157 r20334 | etxrab | 2007-01-06 12:51:03 -0800 (Sat, 06 Jan 2007) | 1 line
7158 Changed paths:
7159    M /trunk/asn1/ansi_map/ansi_map.asn
7160    M /trunk/asn1/ansi_map/ansi_map.cnf
7161    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
7162    M /trunk/epan/dissectors/packet-ansi_map.c
7163    M /trunk/epan/dissectors/packet-ansi_map.h
7164
7165 Check in the asn2wrs generated ANSI map dissector.
7166 ------------------------------------------------------------------------
7167 r20335 | etxrab | 2007-01-07 07:38:29 -0800 (Sun, 07 Jan 2007) | 1 line
7168 Changed paths:
7169    M /trunk/asn1/ansi_map/ansi_map.cnf
7170    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
7171    M /trunk/epan/dissectors/packet-ansi_map.c
7172
7173 Show return signal in info col. also if no data.
7174 ------------------------------------------------------------------------
7175 r20336 | ulfl | 2007-01-07 11:50:16 -0800 (Sun, 07 Jan 2007) | 1 line
7176 Changed paths:
7177    M /trunk/config.nmake
7178
7179 fix GNUTLS compiling issue on recent MSVC versions by switching off Wincrypt.h, see: http://www.mail-archive.com/openssl-dev@openssl.org/msg03802.html for details
7180 ------------------------------------------------------------------------
7181 r20337 | ulfl | 2007-01-07 18:40:06 -0800 (Sun, 07 Jan 2007) | 1 line
7182 Changed paths:
7183    M /trunk/Makefile.nmake
7184    M /trunk/config.nmake
7185    M /trunk/tools/win32-setup.sh
7186
7187 if we don't have MSVC6, download (using the setup target) the zlib source package instead of the dll one, and compile it in a temp dir before continuing with wiretap
7188 ------------------------------------------------------------------------
7189 r20338 | guy | 2007-01-07 18:55:41 -0800 (Sun, 07 Jan 2007) | 3 lines
7190 Changed paths:
7191    M /trunk/wiretap/libpcap.c
7192
7193 We support nanosecond resolution in Wiretap; use that with AIX libpcap
7194 files.
7195
7196 ------------------------------------------------------------------------
7197 r20339 | ulfl | 2007-01-07 19:31:28 -0800 (Sun, 07 Jan 2007) | 3 lines
7198 Changed paths:
7199    M /trunk/config.nmake
7200
7201 Oops, I did it again ;-)
7202
7203 C:\Programme -> C:\Program Files
7204 ------------------------------------------------------------------------
7205 r20340 | ulfl | 2007-01-07 21:03:17 -0800 (Sun, 07 Jan 2007) | 6 lines
7206 Changed paths:
7207    M /trunk/Makefile.nmake
7208
7209 fix general compilation:
7210 - compile wiretap unconditionally
7211
7212 fix .NET1.1 + PSDK compilation:
7213 - lib.exe tool not available, build dll only (that's just enough)
7214 - copy zlib1.dll.manifest file only if it's available, MSVC2003 doesn't generate it
7215 ------------------------------------------------------------------------
7216 r20341 | sfisher | 2007-01-07 23:19:31 -0800 (Sun, 07 Jan 2007) | 4 lines
7217 Changed paths:
7218    M /trunk/epan/dfilter/dfunctions.c
7219    M /trunk/epan/dfilter/dfunctions.h
7220    M /trunk/epan/dfilter/sttype-function.c
7221
7222
7223 Add "svn:keywords Id" and "svn:eol-style native"
7224
7225
7226 ------------------------------------------------------------------------
7227 r20342 | ulfl | 2007-01-07 23:42:26 -0800 (Sun, 07 Jan 2007) | 1 line
7228 Changed paths:
7229    M /trunk/Makefile.nmake
7230
7231 the makefile dependencies are just killing me ;-) Maybe this is the right way to go ...
7232 ------------------------------------------------------------------------
7233 r20343 | jmayer | 2007-01-08 02:36:28 -0800 (Mon, 08 Jan 2007) | 3 lines
7234 Changed paths:
7235    M /trunk/make-version.pl
7236
7237 Adapt the svn info hack to work out of the box for people who
7238 are using svn 1.4 or newer to automatically switch to svn info.
7239
7240 ------------------------------------------------------------------------
7241 r20344 | jmayer | 2007-01-08 03:51:04 -0800 (Mon, 08 Jan 2007) | 2 lines
7242 Changed paths:
7243    M /trunk/manuf
7244
7245 Update manuf
7246
7247 ------------------------------------------------------------------------
7248 r20345 | jmayer | 2007-01-08 06:25:35 -0800 (Mon, 08 Jan 2007) | 2 lines
7249 Changed paths:
7250    M /trunk/FAQ
7251    M /trunk/help/faq.txt
7252
7253 Update FAQ
7254
7255 ------------------------------------------------------------------------
7256 r20346 | jmayer | 2007-01-08 06:32:10 -0800 (Mon, 08 Jan 2007) | 2 lines
7257 Changed paths:
7258    M /trunk/epan/dissectors/packet-usb.c
7259    M /trunk/epan/dissectors/packet-usb.h
7260    M /trunk/epan/to_str.c
7261
7262 Commit my USB changes (change address handling)
7263
7264 ------------------------------------------------------------------------
7265 r20347 | gerald | 2007-01-08 13:19:46 -0800 (Mon, 08 Jan 2007) | 2 lines
7266 Changed paths:
7267    M /trunk/epan/crypt/airpdcap.c
7268    M /trunk/epan/crypt/airpdcap_tkip.c
7269    M /trunk/epan/crypt/airpdcap_wep.c
7270    D /trunk/epan/crypt/airpdcap_wep.h
7271
7272 Remove duplicate crc32 code.
7273
7274 ------------------------------------------------------------------------
7275 r20348 | ulfl | 2007-01-08 14:11:56 -0800 (Mon, 08 Jan 2007) | 1 line
7276 Changed paths:
7277    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
7278
7279 PropagationDelayFactor -> LineDelay
7280 ------------------------------------------------------------------------
7281 r20349 | ulfl | 2007-01-08 14:29:18 -0800 (Mon, 08 Jan 2007) | 3 lines
7282 Changed paths:
7283    M /trunk/capture_wpcap_packet.c
7284    M /trunk/config.nmake
7285    M /trunk/gtk/capture_if_details_dlg.c
7286
7287 fix compilation for:
7288 - Visual Studio .NET (2002)
7289 - Visual Studio .NET 2003
7290 ------------------------------------------------------------------------
7291 r20350 | ulfl | 2007-01-08 14:50:49 -0800 (Mon, 08 Jan 2007) | 1 line
7292 Changed paths:
7293    M /trunk/epan/crypt/Makefile.common
7294
7295 airpdcap_wep.h was removed
7296 ------------------------------------------------------------------------