Re-enable capture tests now that a a dumpcap problem has been corrected.
[obnox/wireshark/wip.git] / ChangeLog
1 ------------------------------------------------------------------------
2 r20467 | lego | 2007-01-17 18:54:56 -0800 (Wed, 17 Jan 2007) | 4 lines
3 Changed paths:
4    M /trunk/epan/dfilter
5    M /trunk/epan/dfilter/Makefile.am
6    M /trunk/epan/dfilter/Makefile.nmake
7    A /trunk/epan/dfilter/dfilter-macro.c
8    A /trunk/epan/dfilter/dfilter-macro.h
9    M /trunk/epan/dfilter/dfilter.c
10    A /trunk/epan/dfilter/dfilter_macro_load.l
11    A /trunk/gtk/macros_dlg.c
12    A /trunk/gtk/macros_dlg.h
13    M /trunk/gtk/menu.c
14
15 display filter macros.
16 NOT to be copied over to release 0.99.5
17
18
19 ------------------------------------------------------------------------
20 r20468 | lego | 2007-01-17 19:13:10 -0800 (Wed, 17 Jan 2007) | 2 lines
21 Changed paths:
22    M /trunk/version_info.c
23
24 the version string stated "without Lua" regardless or not Lua support was indeed built.
25
26 ------------------------------------------------------------------------
27 r20469 | lego | 2007-01-17 19:17:33 -0800 (Wed, 17 Jan 2007) | 4 lines
28 Changed paths:
29    M /trunk/gtk/Makefile.common
30
31 not for 0.99.5
32 add macro_dlg.h and macro_dlg.c
33
34
35 ------------------------------------------------------------------------
36 r20470 | lego | 2007-01-17 19:21:22 -0800 (Wed, 17 Jan 2007) | 4 lines
37 Changed paths:
38    M /trunk/gtk/Makefile.am
39
40 NOT for 0.99.5
41 macro_dlg.h was in this other file!
42
43
44 ------------------------------------------------------------------------
45 r20471 | jake | 2007-01-17 23:10:02 -0800 (Wed, 17 Jan 2007) | 2 lines
46 Changed paths:
47    M /trunk/gtk/Makefile.am
48
49 Trying to get buildbot Ubuntu-5.10-x86 to build again.
50 Fix typo.
51 ------------------------------------------------------------------------
52 r20472 | martinm | 2007-01-18 03:02:26 -0800 (Thu, 18 Jan 2007) | 6 lines
53 Changed paths:
54    M /trunk/epan/dfilter/semcheck.c
55    M /trunk/epan/dissectors/packet-catapult-dct2000.c
56    M /trunk/epan/dissectors/packet-ncp2222.inc
57    M /trunk/epan/dissectors/packet-smb-sidsnooping.c
58    M /trunk/epan/dissectors/packet-text-media.c
59    M /trunk/epan/ftypes/ftype-bytes.c
60    M /trunk/epan/ftypes/ftype-double.c
61    M /trunk/epan/ftypes/ftype-guid.c
62    M /trunk/epan/ftypes/ftype-integer.c
63    M /trunk/epan/ftypes/ftype-ipv4.c
64    M /trunk/epan/ftypes/ftype-none.c
65    M /trunk/epan/ftypes/ftype-pcre.c
66    M /trunk/epan/ftypes/ftype-string.c
67    M /trunk/epan/ftypes/ftype-time.c
68    M /trunk/epan/ftypes/ftype-tvbuff.c
69    M /trunk/epan/ftypes/ftypes.c
70    M /trunk/epan/ftypes/ftypes.h
71    M /trunk/epan/proto.c
72    M /trunk/epan/wslua/wslua_field.c
73    M /trunk/file.c
74    M /trunk/gtk/io_stat.c
75    M /trunk/gtk/proto_draw.c
76    M /trunk/gtk/rtp_analysis.c
77    M /trunk/print.c
78    M /trunk/tap-iostat.c
79    M /trunk/wiretap/catapult_dct2000.c
80
81 Add separate union entries to fvalue.value for signed and unsigned
82 32-bit numbers.  Separate signed and unsigned accessors have been
83 added and used where appropriate.
84
85 Definitely not for 0.99.5.
86
87 ------------------------------------------------------------------------
88 r20473 | jake | 2007-01-18 03:28:47 -0800 (Thu, 18 Jan 2007) | 2 lines
89 Changed paths:
90    M /trunk/epan/dfilter/Makefile.am
91
92 Trying to fix the build on Ubuntu-5.10-x86 buildbot again.
93
94 ------------------------------------------------------------------------
95 r20474 | martinm | 2007-01-18 03:44:24 -0800 (Thu, 18 Jan 2007) | 2 lines
96 Changed paths:
97    M /trunk/epan/ftypes/ftype-pcre.c
98
99 Missed this one (I don't build with pcre)
100
101 ------------------------------------------------------------------------
102 r20475 | guy | 2007-01-18 04:19:17 -0800 (Thu, 18 Jan 2007) | 2 lines
103 Changed paths:
104    M /trunk/AUTHORS
105    M /trunk/wiretap/AUTHORS
106    M /trunk/wiretap/snoop.c
107
108 From Clay Jones: Shomiti wireless packet support.
109
110 ------------------------------------------------------------------------
111 r20476 | jake | 2007-01-18 04:22:21 -0800 (Thu, 18 Jan 2007) | 2 lines
112 Changed paths:
113    M /trunk/doc/README.plugins
114
115 Improve information on building plugins.
116
117 ------------------------------------------------------------------------
118 r20477 | martinm | 2007-01-18 05:13:55 -0800 (Thu, 18 Jan 2007) | 2 lines
119 Changed paths:
120    M /trunk/epan/ftypes/ftype-pcre.c
121
122 Remove extra element.
123
124 ------------------------------------------------------------------------
125 r20478 | lego | 2007-01-18 06:04:49 -0800 (Thu, 18 Jan 2007) | 3 lines
126 Changed paths:
127    M /trunk/Makefile.am
128    M /trunk/version_info.c
129
130 Fix version_info.c compilation
131
132
133 ------------------------------------------------------------------------
134 r20479 | martinm | 2007-01-18 06:41:59 -0800 (Thu, 18 Jan 2007) | 2 lines
135 Changed paths:
136    M /trunk/epan/dissectors/packet-udld.c
137
138 Filled in missing hf entries.
139
140 ------------------------------------------------------------------------
141 r20480 | lego | 2007-01-18 06:56:03 -0800 (Thu, 18 Jan 2007) | 3 lines
142 Changed paths:
143    A /trunk/epan/dfilter/dfilter_macro_expand.l
144
145 The forgotten file strikes back... 
146
147
148 ------------------------------------------------------------------------
149 r20481 | lego | 2007-01-18 07:00:39 -0800 (Thu, 18 Jan 2007) | 3 lines
150 Changed paths:
151    M /trunk/epan/dfilter/Makefile.nmake
152    D /trunk/epan/dfilter/dfilter_macro_expand.l
153
154 I actually  forgot that dfilter_macro_expand.l was not used
155
156
157 ------------------------------------------------------------------------
158 r20482 | lego | 2007-01-18 07:32:01 -0800 (Thu, 18 Jan 2007) | 2 lines
159 Changed paths:
160    M /trunk/epan/dfilter/Makefile.nmake
161
162 fix the dfilter_macro_load.c rule
163
164 ------------------------------------------------------------------------
165 r20483 | jake | 2007-01-18 08:36:10 -0800 (Thu, 18 Jan 2007) | 2 lines
166 Changed paths:
167    M /trunk/epan/libwireshark.def
168
169 Export the split fvalue_get_integer as fvalue_get_uinteger and fvalue_get_sinteger
170
171 ------------------------------------------------------------------------
172 r20484 | guy | 2007-01-18 10:41:46 -0800 (Thu, 18 Jan 2007) | 3 lines
173 Changed paths:
174    M /trunk/epan/dissectors/packet-ssl.c
175
176 guint32 requires %[doxu], not %l[doxu].  (We don't support ILP16
177 platforms, just ILP32, LP64, and LLP64.)
178
179 ------------------------------------------------------------------------
180 r20485 | guy | 2007-01-18 10:43:30 -0800 (Thu, 18 Jan 2007) | 15 lines
181 Changed paths:
182    M /trunk/epan/addr_and_mask.h
183    M /trunk/epan/addr_resolv.h
184    M /trunk/epan/address.h
185    M /trunk/epan/afn.h
186    M /trunk/epan/aftypes.h
187    M /trunk/epan/arcnet_pids.h
188    M /trunk/epan/arptypes.h
189    M /trunk/epan/atalk-utils.h
190    M /trunk/epan/bitswap.h
191    M /trunk/epan/bridged_pids.h
192    M /trunk/epan/camel-persistentdata.h
193    M /trunk/epan/chdlctypes.h
194    M /trunk/epan/circuit.h
195    M /trunk/epan/column-utils.h
196    M /trunk/epan/column.h
197    M /trunk/epan/column_info.h
198    M /trunk/epan/conversation.h
199    M /trunk/epan/crc16.h
200    M /trunk/epan/crc32.h
201    M /trunk/epan/packet.h
202    M /trunk/epan/proto.h
203    M /trunk/wiretap/wtap.h
204
205 Put
206  
207         #ifdef __cplusplus
208         extern "C" {
209         #endif /* __cplusplus */
210
211                 ...
212
213         #ifdef __cplusplus
214         }
215         #endif /* __cplusplus */
216
217 wrappers into some header files, for the benefit of C++ plugins.  Also,
218 add multiple-include protections.
219
220 ------------------------------------------------------------------------
221 r20486 | jake | 2007-01-18 12:21:35 -0800 (Thu, 18 Jan 2007) | 1 line
222 Changed paths:
223    M /trunk/epan/libwireshark.def
224
225 Trying to get buildbot Windows-XP-x86 to build again.
226 ------------------------------------------------------------------------
227 r20489 | sfisher | 2007-01-18 12:53:24 -0800 (Thu, 18 Jan 2007) | 6 lines
228 Changed paths:
229    M /trunk/gtk/column_prefs.c
230
231
232 Change save & restart requirement sentence in column preferences to say just
233 that you must restart wireshark for the changes to take effect.  The sentence
234 used to say to hit the save button first, which is now gone by default.
235  
236
237 ------------------------------------------------------------------------
238 r20490 | morriss | 2007-01-18 14:06:56 -0800 (Thu, 18 Jan 2007) | 1 line
239 Changed paths:
240    M /trunk/epan/dissectors/packet-mtp3.c
241
242 Add a preference (defaulted to off) to have the MTP3 dissector show the priority (which is a national option in ITU) of MSUs.
243 ------------------------------------------------------------------------
244 r20491 | ulfl | 2007-01-18 15:57:03 -0800 (Thu, 18 Jan 2007) | 4 lines
245 Changed paths:
246    M /trunk/docbook/Makefile
247
248 the docbook generation also suffers from the cygwin bash CR/LF problem :-(
249 I've added a call to dos2unix to convert check_svn_version.sh that way
250
251 Is it safe to assume that dos2unix is available on a common UNIX developer machine?!?
252 ------------------------------------------------------------------------
253 r20492 | ulfl | 2007-01-18 16:10:22 -0800 (Thu, 18 Jan 2007) | 1 line
254 Changed paths:
255    M /trunk/packaging/nsis/Makefile.nmake
256    M /trunk/packaging/nsis/wireshark.nsi
257
258 instead of getting the user-guide.chm file always from the docbook dir, copy the more recent one from docbook or win32-libs\user-guide dir into local nsis dir, and use that one to build the installer - seems to be the cleanest way
259 ------------------------------------------------------------------------
260 r20493 | ulfl | 2007-01-18 16:12:01 -0800 (Thu, 18 Jan 2007) | 1 line
261 Changed paths:
262    M /trunk/docbook/Makefile
263
264 add a target to build a zipped version of user-guide.chm
265 ------------------------------------------------------------------------
266 r20494 | ulfl | 2007-01-18 16:14:43 -0800 (Thu, 18 Jan 2007) | 1 line
267 Changed paths:
268    M /trunk/docbook/Makefile
269
270 add user-guide.zip to the clean target
271 ------------------------------------------------------------------------
272 r20495 | ulfl | 2007-01-18 17:10:59 -0800 (Thu, 18 Jan 2007) | 1 line
273 Changed paths:
274    M /trunk/Makefile.nmake
275    M /trunk/tools/win32-setup.sh
276
277 add the user-guide as a component to the setup target
278 ------------------------------------------------------------------------
279 r20496 | ulfl | 2007-01-18 17:21:17 -0800 (Thu, 18 Jan 2007) | 2 lines
280 Changed paths:
281    M /trunk/config.nmake
282
283 user-guide final step:
284 enable HHC_DIR as default, hopefully the buildbot will "get it right" now :-)
285 ------------------------------------------------------------------------
286 r20497 | ulfl | 2007-01-18 18:41:25 -0800 (Thu, 18 Jan 2007) | 4 lines
287 Changed paths:
288    M /trunk/Makefile.nmake
289
290 As discussed on the devlist:
291 A clean_setup is done first now to ensure that the target dirs don't contain old files -  probably remaining from a previous setup run.
292
293 explicit removing of the gtk2 dir is no longer required therefore
294 ------------------------------------------------------------------------
295 r20498 | guy | 2007-01-18 21:22:43 -0800 (Thu, 18 Jan 2007) | 2 lines
296 Changed paths:
297    M /trunk/wiretap/wtap.h
298
299 Put in some information about RSSI.
300
301 ------------------------------------------------------------------------
302 r20500 | gerald | 2007-01-18 22:34:07 -0800 (Thu, 18 Jan 2007) | 2 lines
303 Changed paths:
304    M /trunk/make-version.pl
305
306 Set our package version even if we're using the SVN client.
307
308 ------------------------------------------------------------------------
309 r20501 | grahamb | 2007-01-19 08:20:48 -0800 (Fri, 19 Jan 2007) | 1 line
310 Changed paths:
311    M /trunk
312    M /trunk/epan
313    M /trunk/epan/wslua
314    M /trunk/image
315    M /trunk/packaging/nsis
316    M /trunk/plugins/agentx
317    M /trunk/plugins/artnet
318    M /trunk/plugins/asn1
319    M /trunk/plugins/ciscosm
320    M /trunk/plugins/docsis
321    M /trunk/plugins/enttec
322    M /trunk/plugins/gryphon
323    M /trunk/plugins/h223
324    M /trunk/plugins/irda
325    M /trunk/plugins/lwres
326    M /trunk/plugins/mate
327    M /trunk/plugins/megaco
328    M /trunk/plugins/mgcp
329    M /trunk/plugins/opsi
330    M /trunk/plugins/pcli
331    M /trunk/plugins/profinet
332    M /trunk/plugins/rlm
333    M /trunk/plugins/rtnet
334    M /trunk/plugins/rudp
335    M /trunk/plugins/sbus
336    M /trunk/plugins/stats_tree
337    M /trunk/plugins/v5ua
338
339 Updated svn:ignore props for win32 build artifacts
340 ------------------------------------------------------------------------
341 r20502 | morriss | 2007-01-19 09:25:13 -0800 (Fri, 19 Jan 2007) | 10 lines
342 Changed paths:
343    M /trunk/epan/dissectors/packet-sccp.c
344
345 Reindent pretty heavily.  It's still not 100% consistent but at least all the
346 code in each function is consistent (previously there were some sections of
347 code indented, oh, about 10 indentations too far).  At the same time, remove
348 trailing white space and change spaces to tabs.
349
350 Remove one duplicated call to sccp_assoc() and s/isup_apm/sccp/g in the hf[]
351 array (apparently when the XUDT reassembly was put in it was copied from ISUP
352 but the filter names weren't changed).
353
354
355 ------------------------------------------------------------------------
356 r20505 | morriss | 2007-01-19 15:27:24 -0800 (Fri, 19 Jan 2007) | 9 lines
357 Changed paths:
358    M /trunk/epan/dissectors/packet-sccp.c
359    M /trunk/epan/reassemble.c
360    M /trunk/epan/reassemble.h
361
362 Fix the SCCP dissector so it doesn't show non-segmented DT1 messages as
363 having been reassembled.
364
365 Fix the comments in reassembly.c and reassembly.h regarding what the reassembly
366 routines actually return in the 802.11 and no-sequence-number cases when they
367 are given the first and last packet (that is, a non-segmented packet): in
368 particular the routines return a pointer to a list containing just the one
369 fragment.
370
371 ------------------------------------------------------------------------
372 r20506 | jake | 2007-01-19 15:56:42 -0800 (Fri, 19 Jan 2007) | 12 lines
373 Changed paths:
374    M /trunk/epan/dissectors/packet-ip.c
375
376 From Paul Moore:
377 This patch adds support for the IPv4 Commercial IP Security Option (CIPSO) as
378 defined in the IETF draft, draft-ietf-cipso-ipsecurity-01.txt.  While this
379 draft has long since expired, it has become a de-facto standard for labeled
380 networking with support from several commercial Multi-Level Security (MLS)
381 operating systems such as HP-UX CMW and Trusted Solaris; in addition, Linux
382 Kernels 2.6.19 and later provide support for CIPSO in conjunction with
383 SELinux.
384
385 Copies of the expired CIPSO draft can be found at the NetLabel project page:
386  * http://netlabel.sf.net
387
388 ------------------------------------------------------------------------
389 r20507 | gerald | 2007-01-19 18:05:49 -0800 (Fri, 19 Jan 2007) | 9 lines
390 Changed paths:
391    M /trunk/gtk/about_dlg.c
392    M /trunk/gtk/dlg_utils.c
393    M /trunk/gtk/dlg_utils.h
394    M /trunk/gtk/simple_dialog.c
395
396 Recent versions of GTK+ have added a "gtk-label-select-on-focus"
397 property, which selects the entire contents of a label when it comes
398 into focus.  This property annoyingly defaults to TRUE, which meant that
399 the labels in simple dialogs and the about box would unexpectedly show
400 up selected.
401
402 Work around this by setting the focus on the "OK" button in the about
403 dialog and the first button specified in simple dialogs.
404
405 ------------------------------------------------------------------------
406 r20508 | jake | 2007-01-20 06:08:05 -0800 (Sat, 20 Jan 2007) | 2 lines
407 Changed paths:
408    M /trunk/gtk/dlg_utils.c
409
410 Trying to get buildbot Windows-XP-x86 to build again.
411 Reverting GTK2 to GTK1.2 functionname
412 ------------------------------------------------------------------------
413 r20509 | jake | 2007-01-20 08:46:42 -0800 (Sat, 20 Jan 2007) | 2 lines
414 Changed paths:
415    M /trunk/epan/dissectors/packet-eth.c
416    M /trunk/epan/dissectors/packet-ethertype.c
417
418 From Graeme Hewson:
419 The attached patch adds Homeplug to the table of ethernet types.
420 ------------------------------------------------------------------------
421 r20510 | ulfl | 2007-01-20 09:52:39 -0800 (Sat, 20 Jan 2007) | 9 lines
422 Changed paths:
423    M /trunk/gtk/graph_analysis.c
424
425 from Stephen Fisher:
426 A user asked what file format the flow graph is saved as, which isn't 
427 apparent by looking at the dialog.  I had to try saving a file and check 
428 its type -- plain text file.  Could someone please apply the attached 
429 patch or similar change to graph_analysis.c.  My patch updates the title 
430 of the dialog box from "Wireshark: Save graph to file" to "Wireshark: 
431 Save graph to text file".
432
433 However, I used the term "plain text file" instead ;-)
434 ------------------------------------------------------------------------
435 r20511 | etxrab | 2007-01-20 13:45:38 -0800 (Sat, 20 Jan 2007) | 1 line
436 Changed paths:
437    M /trunk/epan/dissectors/packet-l2tp.c
438
439 Update some value strings.
440 ------------------------------------------------------------------------
441 r20512 | sfisher | 2007-01-20 15:23:50 -0800 (Sat, 20 Jan 2007) | 7 lines
442 Changed paths:
443    M /trunk/gtk/packet_list.c
444
445
446 Fix a bug where the size of each column was being computed with the GTK+
447 default font of Sans 10 instead of the setting in Wireshark (such as
448 Monospace 10).  On some systems this bug was causing the contents of columns
449 such as the command line specified (CLS) time to be cut off. 
450
451
452 ------------------------------------------------------------------------
453 r20513 | ulfl | 2007-01-20 20:48:49 -0800 (Sat, 20 Jan 2007) | 3 lines
454 Changed paths:
455    M /trunk/docbook/Makefile
456    M /trunk/docbook/developer-guide.xml
457    M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
458    A /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
459    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
460
461 major redesign:
462 - add a chapter about a Win32 Quick Setup
463 - update MSVC information about Versions > 6
464 ------------------------------------------------------------------------
465 r20514 | lego | 2007-01-21 09:05:33 -0800 (Sun, 21 Jan 2007) | 3 lines
466 Changed paths:
467    M /trunk/epan/wslua/wslua_gui.c
468
469 fix bug 1320
470
471
472 ------------------------------------------------------------------------
473 r20515 | lego | 2007-01-21 09:06:16 -0800 (Sun, 21 Jan 2007) | 3 lines
474 Changed paths:
475    M /trunk/epan/wslua/template-init.lua
476
477 fix bug 1321
478
479
480 ------------------------------------------------------------------------
481 r20516 | guy | 2007-01-21 14:28:54 -0800 (Sun, 21 Jan 2007) | 4 lines
482 Changed paths:
483    M /trunk/epan/dfilter/dfilter-macro.h
484
485 Set the appropriate keywords.
486
487 Add a newline at the end of the file.
488
489 ------------------------------------------------------------------------
490 r20517 | guy | 2007-01-21 14:32:37 -0800 (Sun, 21 Jan 2007) | 2 lines
491 Changed paths:
492    M /trunk/epan/dfilter/dfilter-macro.c
493    M /trunk/epan/dfilter/dfilter_macro_load.l
494
495 Set the appropriate keywords.
496
497 ------------------------------------------------------------------------
498 r20518 | sfisher | 2007-01-21 14:45:58 -0800 (Sun, 21 Jan 2007) | 8 lines
499 Changed paths:
500    M /trunk/epan/stats_tree.c
501
502
503 From Sebastien Tandel:
504
505 patch against a crash of wireshark with gtk1.2 when using packet
506 length statistics window.  The crash was due to a difference of
507 implementation of g_strsplit between gtk1.2 and gtk2.
508
509
510 ------------------------------------------------------------------------
511 r20519 | sfisher | 2007-01-21 15:02:07 -0800 (Sun, 21 Jan 2007) | 7 lines
512 Changed paths:
513    M /trunk/epan/dissectors/packet-frame.c
514
515
516 Change frame dissector to show "frame" instead of "packet" for all fields
517 for consistency.  The frame.pkt_len filter is now deprecated, but still
518 supported as a hidden field for an easy transition.  The new field name is
519 frame.len.
520
521
522 ------------------------------------------------------------------------
523 r20520 | sfisher | 2007-01-21 15:36:53 -0800 (Sun, 21 Jan 2007) | 14 lines
524 Changed paths:
525    M /trunk/epan/dissectors/packet-bssap.c
526
527
528 From Tobias Witek:
529
530 I found a rare situation in which the BSSAP dissector seems to wrongly
531 assume a packet.
532
533 When a RANAP DirectTransfer message contains the GSM Supplementary
534 Service 'Call Confirmed' this seems to yield a message that the BSSAP
535 dissector recognizes as a BSSMAP BLOCK message (and from the perspective
536 of BSSAP, this is perfectly correct).
537
538 My patch includes code that checks this very special case.
539
540
541 ------------------------------------------------------------------------
542 r20521 | guy | 2007-01-21 15:45:36 -0800 (Sun, 21 Jan 2007) | 17 lines
543 Changed paths:
544    M /trunk/airpcap_loader.c
545    M /trunk/airpcap_loader.h
546    M /trunk/capture-pcap-util-int.h
547    M /trunk/capture-pcap-util-unix.c
548    M /trunk/capture-pcap-util.c
549    M /trunk/capture-pcap-util.h
550    M /trunk/capture-wpcap.c
551    M /trunk/capture_opts.c
552    M /trunk/capture_ui_utils.c
553    M /trunk/gtk/capture_dlg.c
554    M /trunk/gtk/capture_if_dlg.c
555    M /trunk/gtk/capture_prefs.c
556    M /trunk/gtk/main.c
557
558 Have the routines to get interface lists take a pointer to a "gchar *"
559 as an argument, and, on an error, if they have an error message, have
560 them set that "gchar *" to point to a g_malloc()ed string containing the
561 error message, rather than taking a pointer to a buffer for that message
562 as an argument.  That's more like what's done in Wiretap, and doesn't
563 impose an upper limit on the lengths of those error messages.  If that
564 pointer is null, don't allocate the message string and return it.
565
566 Have that error message already have the "cant_get" processing applied
567 to it, so nobody other than those routines need to call the "cant_get"
568 routines to process the error messages.
569
570 Have get_airpcap_interface_list() explicitly set "*err" to the
571 appropriate error code.
572
573 Clean up indentation.
574
575 ------------------------------------------------------------------------
576 r20522 | sfisher | 2007-01-21 16:20:33 -0800 (Sun, 21 Jan 2007) | 4 lines
577 Changed paths:
578    M /trunk/gtk/capture_file_dlg.c
579    M /trunk/gtk/decode_as_ber.c
580    M /trunk/gtk/expert_comp_table.c
581    M /trunk/gtk/firewall_dlg.c
582    M /trunk/gtk/proto_dlg.c
583    M /trunk/gtk/range_utils.c
584
585
586 Fix various compiler warnings
587
588
589 ------------------------------------------------------------------------
590 r20523 | ulfl | 2007-01-21 20:03:17 -0800 (Sun, 21 Jan 2007) | 5 lines
591 Changed paths:
592    M /trunk/gtk/menu.c
593
594 as Bill Meier noted:
595 "The Help ! Contents and the Help ! User's Guide  both display the User's 
596 Guide."
597
598 Remove the duplicate Help!/User's Guide item
599 ------------------------------------------------------------------------
600 r20524 | etxrab | 2007-01-22 13:32:17 -0800 (Mon, 22 Jan 2007) | 1 line
601 Changed paths:
602    M /trunk/epan/dfilter/Makefile.nmake
603
604 Add dfilter_macro_load.c to the distclean target to rebuild it if building from a tarball.
605 ------------------------------------------------------------------------
606 r20526 | gerald | 2007-01-22 14:57:32 -0800 (Mon, 22 Jan 2007) | 2 lines
607 Changed paths:
608    M /trunk/config.nmake
609    M /trunk/configure.in
610
611 Bump the trunk version to 0.99.6.
612
613 ------------------------------------------------------------------------
614 r20527 | gerald | 2007-01-22 17:25:57 -0800 (Mon, 22 Jan 2007) | 2 lines
615 Changed paths:
616    M /trunk/capture_errs.c
617
618 winpcap.mirror.wireshark.org doesn't exist, so remove it.
619
620 ------------------------------------------------------------------------
621 r20528 | gerald | 2007-01-22 17:49:30 -0800 (Mon, 22 Jan 2007) | 3 lines
622 Changed paths:
623    M /trunk/capture_errs.c
624
625 Add a link to the Providence University WinPcap mirror, and a comment
626 linking to the WinPcap mirror page.
627
628 ------------------------------------------------------------------------
629 r20529 | ulfl | 2007-01-23 00:12:20 -0800 (Tue, 23 Jan 2007) | 1 line
630 Changed paths:
631    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
632
633 add correct link to vcredist_x86.exe
634 ------------------------------------------------------------------------
635 r20530 | ulfl | 2007-01-23 00:20:59 -0800 (Tue, 23 Jan 2007) | 1 line
636 Changed paths:
637    M /trunk/packaging/nsis/wireshark.nsi
638
639 remove example_snmp_users_file at uninstall
640 ------------------------------------------------------------------------
641 r20531 | sahlberg | 2007-01-23 01:38:41 -0800 (Tue, 23 Jan 2007) | 6 lines
642 Changed paths:
643    M /trunk/epan/dissectors/packet-iscsi.c
644
645 if DataSegmentLength is non zero for iscsi async messages  the data segment contains
646 scsi sense information potentially followed by iscsi event data.
647
648 this is used by a target to tell an initiator (among other things) that the lun configuration has changed and now is a good time to rescan the target for lun changes.
649
650
651 ------------------------------------------------------------------------
652 r20532 | guy | 2007-01-23 10:31:26 -0800 (Tue, 23 Jan 2007) | 4 lines
653 Changed paths:
654    M /trunk/epan/proto.c
655
656 DISSECTOR_ASSERT_NOT_REACHED() now, by default, throws a Wireshark
657 exception rather than aborting the program; using it means that
658 dissector bugs show up as such rather than as malformed packets.
659
660 ------------------------------------------------------------------------
661 r20533 | lego | 2007-01-23 11:46:55 -0800 (Tue, 23 Jan 2007) | 3 lines
662 Changed paths:
663    M /trunk/gtk/Makefile.am
664
665 Have build succeed even if portaudio is located somewhere else than any other libraries in use.
666
667
668 ------------------------------------------------------------------------
669 r20534 | lego | 2007-01-23 11:56:10 -0800 (Tue, 23 Jan 2007) | 3 lines
670 Changed paths:
671    M /trunk/example_snmp_users_file
672
673 Add a shord description on how the snmp_users_file can be used
674
675
676 ------------------------------------------------------------------------
677 r20535 | gerald | 2007-01-23 12:12:09 -0800 (Tue, 23 Jan 2007) | 3 lines
678 Changed paths:
679    M /trunk/airpcap_loader.h
680    M /trunk/gtk/capture_dlg.c
681    M /trunk/gtk/capture_if_dlg.c
682    M /trunk/gtk/main.c
683
684 Propagate the recent interface list changes (r20521) to the AirPcap code.
685 Fix a mismatched declaration found by Gisle Vanem.
686
687 ------------------------------------------------------------------------
688 r20536 | sahlberg | 2007-01-23 12:49:57 -0800 (Tue, 23 Jan 2007) | 4 lines
689 Changed paths:
690    M /trunk/epan/dissectors/packet-scsi-sbc.c
691
692 some iscsi/scsi initiators still use the ancient sbc1 commandset    so add RESERVE6/RELEASE6 to the SBC dissector
693
694
695
696 ------------------------------------------------------------------------
697 r20537 | sahlberg | 2007-01-23 12:59:50 -0800 (Tue, 23 Jan 2007) | 4 lines
698 Changed paths:
699    M /trunk/epan/dissectors/packet-scsi-sbc.c
700
701 add the obsolete RESERVE10/RELEASE10 to the sbc dissector
702
703
704
705 ------------------------------------------------------------------------
706 r20538 | ulfl | 2007-01-23 13:19:46 -0800 (Tue, 23 Jan 2007) | 1 line
707 Changed paths:
708    M /trunk/docbook/Makefile
709
710 fix problem "no target to build user-guide.zip"
711 ------------------------------------------------------------------------
712 r20539 | lego | 2007-01-23 15:34:41 -0800 (Tue, 23 Jan 2007) | 5 lines
713 Changed paths:
714    M /trunk/epan/wslua/wslua_pinfo.c
715    M /trunk/epan/wslua/wslua_tvb.c
716
717 tvb:range did not appear under Tvb in generated refman
718 pinfo.curr_proto appeared as pinfo.match
719 pinfo.columns in the refman was pinfo.cols in lua (now it is both in lua and in refman)
720
721
722 ------------------------------------------------------------------------
723 r20540 | lego | 2007-01-23 15:36:28 -0800 (Tue, 23 Jan 2007) | 3 lines
724 Changed paths:
725    M /trunk/epan/wslua/wslua_tvb.c
726
727 add range to the metatable of Tvb.
728
729
730 ------------------------------------------------------------------------
731 r20541 | gerald | 2007-01-23 17:06:24 -0800 (Tue, 23 Jan 2007) | 2 lines
732 Changed paths:
733    M /trunk/epan/wslua/wslua_tvb.c
734
735 Fix compilation (under Windows, at least).
736
737 ------------------------------------------------------------------------
738 r20542 | gerald | 2007-01-23 17:16:45 -0800 (Tue, 23 Jan 2007) | 4 lines
739 Changed paths:
740    M /trunk/gtk/capture_if_details_dlg.c
741
742 Instead of checking for WinPcap 4.x versions, assume that if the version
743 is greater than 3 we can get detailed interface information.  This should
744 limit the amount of work we have to do when new WinPcap releases come out.
745
746 ------------------------------------------------------------------------
747 r20543 | gerald | 2007-01-23 17:17:48 -0800 (Tue, 23 Jan 2007) | 3 lines
748 Changed paths:
749    M /trunk/airpcap_loader.c
750
751 It's not an error if we don't find any AirPcap interfaces when AirPcap isn't
752 loaded.
753
754 ------------------------------------------------------------------------
755 r20544 | sfisher | 2007-01-23 20:57:32 -0800 (Tue, 23 Jan 2007) | 6 lines
756 Changed paths:
757    M /trunk/epan/dissectors/packet-tacacs.c
758
759
760 Fix for bug #1308: tacacs decoding fails.  Introduce TCP desegmentation for
761 data after the fixed length header as some implementations may not send
762 the header and payload in the same segment.
763
764
765 ------------------------------------------------------------------------
766 r20545 | lego | 2007-01-24 09:19:44 -0800 (Wed, 24 Jan 2007) | 3 lines
767 Changed paths:
768    M /trunk/epan/dissectors/packet-h248_q1950.c
769
770 dissect SDP encapsulated inside an Q1950 annex A.7 paramenter of H248
771
772
773 ------------------------------------------------------------------------
774 r20546 | gerald | 2007-01-24 11:22:13 -0800 (Wed, 24 Jan 2007) | 3 lines
775 Changed paths:
776    M /trunk/epan/dissectors/packet-ieee80211.c
777
778 Fix Coverity CID 230: Make sure we handle a negative tvb_length_remaining()
779 value correctly.  Fix up indentation.
780
781 ------------------------------------------------------------------------
782 r20547 | gerald | 2007-01-24 11:27:49 -0800 (Wed, 24 Jan 2007) | 2 lines
783 Changed paths:
784    M /trunk/NEWS
785
786 Update the NEWS file.
787
788 ------------------------------------------------------------------------
789 r20548 | guy | 2007-01-24 15:30:23 -0800 (Wed, 24 Jan 2007) | 6 lines
790 Changed paths:
791    M /trunk/util.c
792
793 When parsing DISPLAY, mirror what __X11TransConnectDisplay() does - and
794 handle the case where the "host name" begins with "/", as some platforms
795 might allow the pathname of a UNIX domain socket to be given in DISPLAY.
796
797 Fix indentation of a comment.
798
799 ------------------------------------------------------------------------
800 r20549 | gerald | 2007-01-24 17:24:14 -0800 (Wed, 24 Jan 2007) | 4 lines
801 Changed paths:
802    M /trunk/epan/crypt/airpdcap.c
803    M /trunk/epan/dissectors/packet-ieee80211.c
804    M /trunk/epan/strutil.c
805
806 Fix a key preference crash bug.  Improve WPA passphrase and SSID length
807 handling.  Free a byte array.  Squelch a compiler warning.  Fix a URI
808 string parsing bug.
809
810 ------------------------------------------------------------------------
811 r20550 | gerald | 2007-01-24 18:54:14 -0800 (Wed, 24 Jan 2007) | 5 lines
812 Changed paths:
813    M /trunk/gtk/filter_dlg.c
814
815 Fix Coverity CIDs 217 and 218, and fix filter dialog autoselection in
816 the process.  This change assumes that you can make a copy of a
817 GtkTreeIter and use it later (which may not be valid), and hasn't been
818 tested using GTK 1.
819
820 ------------------------------------------------------------------------
821 r20551 | gerald | 2007-01-24 22:45:09 -0800 (Wed, 24 Jan 2007) | 2 lines
822 Changed paths:
823    M /trunk/epan/dissectors/packet-scsi.c
824
825 Attempt to squelch Coverity CID 222.
826
827 ------------------------------------------------------------------------
828 r20552 | gerald | 2007-01-24 22:51:30 -0800 (Wed, 24 Jan 2007) | 2 lines
829 Changed paths:
830    M /trunk/epan/emem.c
831
832 Squelch Coverity CIDs 225, 226, and 227.
833
834 ------------------------------------------------------------------------
835 r20553 | gerald | 2007-01-24 23:06:47 -0800 (Wed, 24 Jan 2007) | 2 lines
836 Changed paths:
837    M /trunk/epan/dissectors/packet-dcp-etsi.c
838
839 Remove dead code.  Fixes Coverity CID 228.  Squelch various compiler warnings.
840
841 ------------------------------------------------------------------------
842 r20554 | jake | 2007-01-24 23:42:10 -0800 (Wed, 24 Jan 2007) | 5 lines
843 Changed paths:
844    M /trunk/plugins/h223/Makefile.nmake
845    M /trunk/plugins/h223/plugin.rc.in
846
847 Modification of version resource.
848 - FILEFLAGS should not contain VS_FF_SPECIAL_BUILD
849 - FILEOS changed to VOS_NT_WINDOWS32 since we no longer support pre-NT platforms
850 - Adding Comments string to include compiler, based on MSVC_VARIANT symbol
851
852 ------------------------------------------------------------------------
853 r20555 | gal | 2007-01-25 09:37:54 -0800 (Thu, 25 Jan 2007) | 10 lines
854 Changed paths:
855    M /trunk/packaging/u3/win32/makefile.nmake
856    M /trunk/packaging/u3/win32/manifest.tmpl
857
858 Update manifest file (template) to:
859 a) remove schema reference
860 b) assign new GUID for 0.99.6
861
862 Update makefile.nmake to:
863 a) include user-guide.chm - user-guide.chm is copied from the nsis packaging directory
864 b) include the example_snmp_users_file
865 c) other tidy-ups
866
867
868 ------------------------------------------------------------------------
869 r20556 | sfisher | 2007-01-25 12:47:37 -0800 (Thu, 25 Jan 2007) | 4 lines
870 Changed paths:
871    M /trunk/epan/proto.h
872
873
874 Fix indentation of field_info struct definition
875
876
877 ------------------------------------------------------------------------
878 r20557 | sfisher | 2007-01-25 13:07:29 -0800 (Thu, 25 Jan 2007) | 5 lines
879 Changed paths:
880    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
881
882
883 Remove extra space from a call .cmd file command line so it can be copied
884 and pasted out of the guide
885
886
887 ------------------------------------------------------------------------
888 r20558 | sfisher | 2007-01-25 15:00:29 -0800 (Thu, 25 Jan 2007) | 7 lines
889 Changed paths:
890    M /trunk/proto_hier_stats.c
891
892
893 Fix for bug #1325: Protocol hierarchy display shows an empty line because of
894 the hop-by-hop option header tree in the main protocol tree.  This fix skips
895 those entries that don't have a name assigned to them and goes on to the next
896 entry before adding it to the protocol hierarchy display.
897
898
899 ------------------------------------------------------------------------
900 r20559 | wmeier | 2007-01-25 17:34:29 -0800 (Thu, 25 Jan 2007) | 2 lines
901 Changed paths:
902    M /trunk/config.h.win32
903    M /trunk/epan/dissectors/packet-dcp-etsi.c
904    M /trunk/epan/dissectors/packet-ssl.c
905    M /trunk/epan/ftypes/Makefile.nmake
906    M /trunk/epan/wslua/template-init.lua
907    M /trunk/version_info.c
908    M /trunk/version_info.h
909
910 A few more ethereal --> wireshark
911
912 ------------------------------------------------------------------------
913 r20560 | gerald | 2007-01-25 22:34:05 -0800 (Thu, 25 Jan 2007) | 2 lines
914 Changed paths:
915    M /trunk/gtk/airpcap_dlg.c
916
917 Massive indentation fixes.
918
919 ------------------------------------------------------------------------
920 r20561 | gerald | 2007-01-25 22:45:12 -0800 (Thu, 25 Jan 2007) | 2 lines
921 Changed paths:
922    M /trunk/airpcap_loader.c
923    M /trunk/airpcap_loader.h
924    M /trunk/gtk/airpcap_gui_utils.c
925
926 Spelling fixes.
927
928 ------------------------------------------------------------------------
929 r20562 | jmayer | 2007-01-26 00:09:20 -0800 (Fri, 26 Jan 2007) | 3 lines
930 Changed paths:
931    M /trunk/epan/dissectors/packet-tftp.c
932
933 If there is just a tftp response without a prior request,
934 dissection would fail with dissector assert.
935
936 ------------------------------------------------------------------------
937 r20563 | martinm | 2007-01-26 02:40:34 -0800 (Fri, 26 Jan 2007) | 2 lines
938 Changed paths:
939    M /trunk/diameter/dictionary.xml
940
941 Fix bugs 1330 & 1333 (one wrong and one missing entry in XML description)
942
943 ------------------------------------------------------------------------
944 r20564 | martinm | 2007-01-26 03:31:51 -0800 (Fri, 26 Jan 2007) | 1 line
945 Changed paths:
946    M /trunk/epan/dissectors/packet-cops.c
947
948 Make COPS dissector findable by name
949 ------------------------------------------------------------------------
950 r20565 | kukosa | 2007-01-26 04:08:45 -0800 (Fri, 26 Jan 2007) | 3 lines
951 Changed paths:
952    M /trunk/epan/dissectors/packet-ssl.c
953
954 TLS 1.0/1.1 just ignores unknown records - RFC 2246 chapter 6. The TLS Record Protocol
955 (some implementations use it like "keepalive")
956
957 ------------------------------------------------------------------------
958 r20566 | martinm | 2007-01-26 04:14:06 -0800 (Fri, 26 Jan 2007) | 1 line
959 Changed paths:
960    M /trunk/epan/dissectors/packet-cops.c
961
962 Use previously unused hf_cops_obj_c_type (cops.c_type) field
963 ------------------------------------------------------------------------
964 r20567 | lego | 2007-01-26 07:10:47 -0800 (Fri, 26 Jan 2007) | 7 lines
965 Changed paths:
966    M /trunk/radius/dictionary.redback
967
968 form Florian Lohoff
969
970 here is an addition to the redback radius dictionary - Attributes seen
971 in all authentications for PPPoE sessions ...
972
973
974
975 ------------------------------------------------------------------------
976 r20568 | jake | 2007-01-26 09:06:17 -0800 (Fri, 26 Jan 2007) | 7 lines
977 Changed paths:
978    M /trunk/epan/dissectors/packet-scsi.c
979
980 From Patrick vd Lageweg:
981 This patch fixes three problems with the SCSI persistent reserve in command:
982 - The Additional length starts at offset 4 and not 0
983 - The len field contains the length used by the keys and doesn't include the header length. 
984   So don't substract the header length from the length.
985 - The key list is traversed from the beginning to end end and not the other way around.
986
987 ------------------------------------------------------------------------
988 r20569 | jake | 2007-01-26 09:12:00 -0800 (Fri, 26 Jan 2007) | 14 lines
989 Changed paths:
990    M /trunk/doc/README.developer
991    M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
992
993 From Graham Bloice:
994 In the Developers Guide, Section 9.3, Example 9.17. Decompressing data
995 packets for dissection
996
997 The code calls tvb_set_free_cb() for the newly created next_tvb.  This
998 is unnecessary as the call to tvb_set_child_real_data() adds next_tvb to
999 the chained list of tvb, thus ensuring that next_tvb is correctly
1000 deleted.  In fact when I had the call in, Visual Studio kept breaking
1001 deep down in ntdll.dll, probably because of a double free every time the
1002 main tvb was deleted.
1003
1004 In README.developer, para 2..2.7 The example conversation code doesn't
1005 assign the result of conversation_new() back into the conversation variable.
1006
1007 ------------------------------------------------------------------------
1008 r20570 | tuexen | 2007-01-26 09:27:32 -0800 (Fri, 26 Jan 2007) | 3 lines
1009 Changed paths:
1010    M /trunk/gtk/sctp_assoc_analyse.c
1011
1012 Fix handling when both endpoints use the same port number.
1013
1014
1015 ------------------------------------------------------------------------
1016 r20571 | lego | 2007-01-26 10:34:05 -0800 (Fri, 26 Jan 2007) | 3 lines
1017 Changed paths:
1018    M /trunk/docbook/Makefile
1019    A /trunk/docbook/make-wsluarm.pl (from /trunk/epan/wslua/make-doc.pl:20541)
1020    A /trunk/docbook/template-wsluarm.xml (from /trunk/epan/wslua/template-wsluarm.xml:20541)
1021    A /trunk/docbook/wsluarm_src
1022
1023 Trying to get the WS Lua Ref Man to build with the rest of the documentation
1024
1025
1026 ------------------------------------------------------------------------
1027 r20572 | gerald | 2007-01-26 13:54:59 -0800 (Fri, 26 Jan 2007) | 10 lines
1028 Changed paths:
1029    M /trunk/epan/crypt/airpdcap.c
1030    M /trunk/epan/crypt/airpdcap_system.h
1031    M /trunk/epan/crypt/airpdcap_user.h
1032    M /trunk/epan/dissectors/packet-eapol.c
1033    M /trunk/epan/dissectors/packet-ieee80211.c
1034
1035 Add support for "wildcard" WPA keys in the form "wpa:passphrase" (note
1036 the lack of SSID).  Wildcarding combines the passphrase with the last
1037 seen SSID and attempts decryption.  The last-seen stack is only one
1038 element tall, which means it may get clobbered on busy and diverse
1039 networks.  We can expand it if needed.
1040
1041 Make internal functions static in airpdcap.c.  Rearrange the
1042 AIRPDCAP_KEY_ITEM struct so that the passphrase and SSID don't get
1043 clobbered when we set our PSK.
1044
1045 ------------------------------------------------------------------------
1046 r20573 | gerald | 2007-01-26 15:28:22 -0800 (Fri, 26 Jan 2007) | 3 lines
1047 Changed paths:
1048    M /trunk/epan/crypt/airpdcap.c
1049
1050 Fix saving WPA key preferences from the decryption key management dialog,
1051 which was broken by r20388.
1052
1053 ------------------------------------------------------------------------
1054 r20574 | lego | 2007-01-26 17:11:39 -0800 (Fri, 26 Jan 2007) | 3 lines
1055 Changed paths:
1056    M /trunk/docbook/Makefile
1057
1058 fix generation of ws(ug|dg), use fop.bat not fop.sh
1059
1060
1061 ------------------------------------------------------------------------
1062 r20575 | lego | 2007-01-26 17:36:00 -0800 (Fri, 26 Jan 2007) | 3 lines
1063 Changed paths:
1064    M /trunk/docbook/Makefile
1065
1066 do not overwrite the realse notes...
1067
1068
1069 ------------------------------------------------------------------------
1070 r20576 | lego | 2007-01-26 18:32:02 -0800 (Fri, 26 Jan 2007) | 3 lines
1071 Changed paths:
1072    M /trunk/docbook/Makefile
1073    M /trunk/docbook/make-wsluarm.pl
1074
1075 Fix DTD validation ( older dtds were happy with it :/ )
1076
1077
1078 ------------------------------------------------------------------------
1079 r20577 | lego | 2007-01-26 18:33:21 -0800 (Fri, 26 Jan 2007) | 3 lines
1080 Changed paths:
1081    D /trunk/epan/wslua/make-doc.pl
1082    D /trunk/epan/wslua/template-wsluarm.xml
1083    M /trunk/epan/wslua/wslua_tvb.c
1084    M /trunk/epan/wslua/wslua_util.c
1085
1086 Fix docbook documentation
1087
1088
1089 ------------------------------------------------------------------------
1090 r20578 | lego | 2007-01-26 20:08:06 -0800 (Fri, 26 Jan 2007) | 3 lines
1091 Changed paths:
1092    M /trunk/epan/wslua/Makefile.am
1093
1094 fix distcheck
1095
1096
1097 ------------------------------------------------------------------------
1098 r20579 | lego | 2007-01-27 17:24:20 -0800 (Sat, 27 Jan 2007) | 9 lines
1099 Changed paths:
1100    M /trunk/wiretap/k12.c
1101
1102 from Kriang Lerdsuwanakij
1103
1104 I found out the reason Wireshark refuses to read some .rf file I have.
1105 Those files have zero extra_len in SRCDEST header structure. See the
1106 attached file for example. It was created by selecting some frames from
1107 a larger .rf5 file (within Tektronix's own reader) and save as a
1108 separate file.
1109
1110
1111 ------------------------------------------------------------------------
1112 r20580 | lego | 2007-01-27 17:41:58 -0800 (Sat, 27 Jan 2007) | 30 lines
1113 Changed paths:
1114    M /trunk/AUTHORS
1115    M /trunk/epan/dissectors/packet-k12.c
1116    M /trunk/epan/dissectors/packet-sscop.c
1117    M /trunk/epan/dissectors/packet-sscop.h
1118
1119 From Kriang Lerdsuwanakij:
1120
1121 1 Add ALCAP and NBAP as subdissectors of SSCOP. Previously it only
1122  knows about SSCF-NNI and data. (Changes in packet-sscop.c,
1123  packet-sscop.h)
1124
1125 2 Add capability for lower layer to force SSCOP to choose a particular
1126  dissector. It is passed as "subdissector" field of SSCOP protocol
1127  data. This is required because different payload protocol is
1128  distinguished by different VPI/VCI. There is no protocol field inside
1129  SSCOP frame. (Changes in packet-sscop.c, packet-sscop.h)
1130
1131 3 Make K12xx configuration file supporting the following syntax:
1132    C:\k1297\stacks\umts_iub\umts_iub_aal2l3.stk sscop:alcap
1133  This says dissect with SSCOP first and then pass to ALCAP.
1134  The change is made general, so it supports arbitrary number of
1135  protocol, like "proto1:proto2:proto3". Using ":" as separator
1136  allow us to expand the syntax further to support parameters like
1137  "proto1 param1:proto2 param2 param3". (Changes in packet-k12.c)
1138
1139 With above 3 changes together, dissecting Iub traces are correct for
1140 control and signaling planes. I am still investigating user plane
1141 frames because writing UMTS RLC/MAC protocol dissector is required.
1142 The patch and sample .rf file (same as my previous patch) is in the
1143 attachment.
1144
1145 plus:
1146 Add Kriang to the AUTHORS list (and once at it upate my own record)
1147
1148
1149 ------------------------------------------------------------------------
1150 r20581 | sfisher | 2007-01-27 18:49:50 -0800 (Sat, 27 Jan 2007) | 24 lines
1151 Changed paths:
1152    M /trunk/gtk/gui_utils.c
1153    M /trunk/gtk/gui_utils.h
1154    M /trunk/gtk/menu.c
1155    M /trunk/gtk/packet_list.c
1156    M /trunk/gtk/packet_list.h
1157    M /trunk/gtk/proto_draw.c
1158    M /trunk/gtk/proto_draw.h
1159
1160
1161 From Douglas Pratley:
1162
1163 This is a patch adding items to the context menus for the packet list
1164 and packet details panes for copying packet data to the clipboard.
1165
1166 New menu item on packet list pane:
1167 Copy (sub menu) ->
1168         Summary (Text)          Copies fields displayed in the packet
1169 list, tab separated
1170         Summary (CSV)           Copies fields displayed in the packet
1171 list, comma separated
1172         Hex and Text            Copies data for the selected frame in
1173 hex-editor style (similar to Copy\All Information in packet bytes pane)
1174         Text Only               Copies data for the selected frame,
1175 dropping non-printable characters other than line breaks (similar to
1176 Copy\Text Only in packet bytes pane)
1177         Hex Columns             As Hex and Text but without text
1178         Hex Stream              Copies data for the selected frame as an
1179 unpunctuated list of hex values
1180         Binary Stream           Copies raw packet bytes to the clipboard
1181 as MIME type application/octet-stream
1182
1183
1184 ------------------------------------------------------------------------
1185 r20582 | gal | 2007-01-28 02:10:06 -0800 (Sun, 28 Jan 2007) | 4 lines
1186 Changed paths:
1187    M /trunk/packaging/u3/win32/u3util.c
1188
1189 *) Ask the user if they want to install WinPcap.
1190 *) Associate Wireshark with p7s, p7m and p7c files (if not already associated).
1191
1192
1193 ------------------------------------------------------------------------
1194 r20583 | gal | 2007-01-28 02:12:51 -0800 (Sun, 28 Jan 2007) | 3 lines
1195 Changed paths:
1196    M /trunk/asn1/x411/packet-x411-template.c
1197    M /trunk/asn1/x411/x411.asn
1198    M /trunk/asn1/x411/x411.cnf
1199    M /trunk/epan/dissectors/packet-x411.c
1200
1201 Fix for per-domain-bilateral-information (bilateral-information field wasn't handled).
1202
1203
1204 ------------------------------------------------------------------------
1205 r20584 | gal | 2007-01-28 02:15:46 -0800 (Sun, 28 Jan 2007) | 4 lines
1206 Changed paths:
1207    M /trunk/asn1/x509sat/x509sat.cnf
1208    M /trunk/epan/dissectors/packet-x509sat.c
1209
1210 Definition of a per-recipient extension to prevent failure of dissection. 
1211 (Don't know what the extension actually is.)
1212
1213
1214 ------------------------------------------------------------------------
1215 r20585 | gal | 2007-01-28 02:20:51 -0800 (Sun, 28 Jan 2007) | 4 lines
1216 Changed paths:
1217    M /trunk/asn1/cms/CryptographicMessageSyntax.asn
1218    M /trunk/asn1/cms/cms.cnf
1219    M /trunk/asn1/cms/packet-cms-template.c
1220    M /trunk/epan/dissectors/packet-cms.c
1221
1222 Support for SMIMECapabilities and KeyPreference attributes.
1223 ContentInfo syntax for .p7s, .p7c and .p7m files.
1224
1225
1226 ------------------------------------------------------------------------
1227 r20586 | lego | 2007-01-28 02:31:32 -0800 (Sun, 28 Jan 2007) | 15 lines
1228 Changed paths:
1229    M /trunk/epan/Makefile.am
1230    M /trunk/epan/Makefile.common
1231    M /trunk/epan/Makefile.nmake
1232    A /trunk/epan/uat-int.h
1233    A /trunk/epan/uat.c
1234    A /trunk/epan/uat.h
1235    A /trunk/epan/uat_load.l
1236
1237 Although yet untested (but it compiles and is still unused) add UAT to the repo.
1238 UAT is an API to handle User Accessible Tables,
1239 an UAT is basically an array of arbitrary structs that has a file representation
1240 as a mean for mantaining things like:
1241 - the snmp_users_table
1242 - dfilter macros
1243 - ipsec/ssl key bindings
1244 - k12 configuration,
1245 - and many other table-like user modifiable preferences
1246
1247 comming soon gtk's uat_window() and prefs_add_uat()
1248
1249 uat.h is fairly doc[uo]m[m]?ented, a README with a simple example of how is to be used will be available as I write them
1250
1251
1252 ------------------------------------------------------------------------
1253 r20587 | wmeier | 2007-01-28 09:33:14 -0800 (Sun, 28 Jan 2007) | 2 lines
1254 Changed paths:
1255    M /trunk/capinfos.c
1256
1257 If no packets in input file then don't calc packets/sec, etc
1258
1259 ------------------------------------------------------------------------
1260 r20588 | lego | 2007-01-28 10:37:23 -0800 (Sun, 28 Jan 2007) | 3 lines
1261 Changed paths:
1262    M /trunk/docbook/Makefile
1263
1264 wsluarm.pdf => wsluarm-a4.pdf wsluarm-us.pdf
1265
1266
1267 ------------------------------------------------------------------------
1268 r20589 | wmeier | 2007-01-28 10:56:17 -0800 (Sun, 28 Jan 2007) | 2 lines
1269 Changed paths:
1270    M /trunk/test/suite-capture.sh
1271
1272 Add some debug output so can see why failure when buildbot runs this script
1273
1274 ------------------------------------------------------------------------
1275 r20590 | wmeier | 2007-01-28 12:41:50 -0800 (Sun, 28 Jan 2007) | 2 lines
1276 Changed paths:
1277    M /trunk/test/config.sh
1278
1279 Now need to use interface #2 ??
1280
1281 ------------------------------------------------------------------------
1282 r20591 | ulfl | 2007-01-28 12:58:50 -0800 (Sun, 28 Jan 2007) | 1 line
1283 Changed paths:
1284    M /trunk/config.h.win32
1285
1286 add a check if the MSVC_VARIANT setting and the current _MSC_VER #define matches - to avoid problems if a developer forgets to set MSVC_VARIANT in config.nmake corresponding to his environment
1287 ------------------------------------------------------------------------
1288 r20592 | jake | 2007-01-28 13:26:13 -0800 (Sun, 28 Jan 2007) | 1 line
1289 Changed paths:
1290    M /trunk/docbook/Makefile
1291
1292 Have a real JAVA_OPTS symbol for fop on Debian
1293 ------------------------------------------------------------------------
1294 r20593 | ulfl | 2007-01-28 15:36:13 -0800 (Sun, 28 Jan 2007) | 1 line
1295 Changed paths:
1296    M /trunk/packaging/u3/win32/makefile.nmake
1297
1298 add some manifest files (on demand), otherwise u3 package won't work with MSVC!=6 (note that it still might need to provide msvcr*.dll files, I currently don't have a machine to test)
1299 ------------------------------------------------------------------------
1300 r20594 | ulfl | 2007-01-28 15:48:53 -0800 (Sun, 28 Jan 2007) | 1 line
1301 Changed paths:
1302    M /trunk/gtk/main.c
1303
1304 remove unused "cant_get_if_list_errstr" warning
1305 ------------------------------------------------------------------------
1306 r20595 | lego | 2007-01-28 20:47:58 -0800 (Sun, 28 Jan 2007) | 3 lines
1307 Changed paths:
1308    M /trunk/epan/uat-int.h
1309    M /trunk/epan/uat.c
1310    M /trunk/epan/uat.h
1311    M /trunk/epan/uat_load.l
1312
1313 now it is operational.
1314
1315
1316 ------------------------------------------------------------------------
1317 r20596 | lego | 2007-01-28 20:57:23 -0800 (Sun, 28 Jan 2007) | 3 lines
1318 Changed paths:
1319    M /trunk/epan/dfilter/Makefile.am
1320    M /trunk/epan/dfilter/Makefile.nmake
1321    M /trunk/epan/dfilter/dfilter-macro.c
1322    M /trunk/epan/dfilter/dfilter-macro.h
1323    M /trunk/epan/dfilter/dfilter.c
1324    D /trunk/epan/dfilter/dfilter_macro_load.l
1325
1326 Drop dfilter_macro_load.l as dfilter-macro now uses UAT
1327
1328
1329 ------------------------------------------------------------------------
1330 r20597 | lego | 2007-01-28 21:02:14 -0800 (Sun, 28 Jan 2007) | 4 lines
1331 Changed paths:
1332    M /trunk/epan
1333    M /trunk/epan/uat-int.h
1334    M /trunk/epan/uat.h
1335
1336 svn:ignore uat_load.c
1337 $Id$ for uat.h uat-int.h
1338
1339
1340 ------------------------------------------------------------------------
1341 r20598 | lego | 2007-01-29 02:23:38 -0800 (Mon, 29 Jan 2007) | 7 lines
1342 Changed paths:
1343    A /trunk/dfilter_macros
1344    M /trunk/epan/dfilter/dfilter-macro.c
1345    M /trunk/epan/dfilter/dfilter-macro.h
1346    M /trunk/epan/dfilter/dfilter.c
1347    M /trunk/epan/uat-int.h
1348    M /trunk/epan/uat.c
1349    M /trunk/gtk/Makefile.am
1350    M /trunk/gtk/Makefile.common
1351    M /trunk/gtk/macros_dlg.c
1352    M /trunk/gtk/macros_dlg.h
1353
1354 The UAT gui starts to work
1355
1356 set the macros_dlg to use it
1357
1358 add a dummy dfilter_macros file to supress a warning at startup
1359
1360
1361 ------------------------------------------------------------------------
1362 r20599 | lego | 2007-01-29 02:25:54 -0800 (Mon, 29 Jan 2007) | 3 lines
1363 Changed paths:
1364    A /trunk/gtk/uat_gui.c
1365    A /trunk/gtk/uat_gui.h
1366
1367 Actually this is the UAT GUI...
1368
1369
1370 ------------------------------------------------------------------------
1371 r20600 | lego | 2007-01-29 02:29:50 -0800 (Mon, 29 Jan 2007) | 4 lines
1372 Changed paths:
1373    M /trunk/epan/Makefile.am
1374    M /trunk/epan/uat_load.l
1375
1376 uat_load.l improve error reporting
1377 Makefile.am add uat_load.l to distribution
1378
1379
1380 ------------------------------------------------------------------------
1381 r20601 | lego | 2007-01-29 02:31:48 -0800 (Mon, 29 Jan 2007) | 2 lines
1382 Changed paths:
1383    M /trunk/epan/Makefile.am
1384
1385  load_snmp_users_file.l  hasn't been dropped (yet)
1386
1387 ------------------------------------------------------------------------
1388 r20602 | jake | 2007-01-29 04:38:48 -0800 (Mon, 29 Jan 2007) | 2 lines
1389 Changed paths:
1390    M /trunk/README
1391
1392 Delist Windows 98 as possible platform
1393
1394 ------------------------------------------------------------------------
1395 r20603 | lego | 2007-01-29 06:11:44 -0800 (Mon, 29 Jan 2007) | 4 lines
1396 Changed paths:
1397    M /trunk/docbook
1398    M /trunk/docbook/wsluarm_src
1399    M /trunk/epan
1400    M /trunk/epan/dfilter/dfilter-macro.c
1401    M /trunk/epan/uat.c
1402    M /trunk/epan/wslua
1403    D /trunk/epan/wslua/doc
1404
1405 some cleanup and pset of svn:ignore
1406
1407
1408
1409 ------------------------------------------------------------------------
1410 r20604 | lego | 2007-01-29 06:12:57 -0800 (Mon, 29 Jan 2007) | 3 lines
1411 Changed paths:
1412    A /trunk/svnadd
1413
1414 little helper script that sets props after adding a file
1415
1416
1417 ------------------------------------------------------------------------
1418 r20605 | lego | 2007-01-29 06:14:01 -0800 (Mon, 29 Jan 2007) | 3 lines
1419 Changed paths:
1420    M /trunk/gtk/dlg_utils.c
1421    M /trunk/gtk/uat_gui.c
1422    M /trunk/gtk/uat_gui.h
1423
1424 Finish (?) UAT's GUI
1425
1426
1427 ------------------------------------------------------------------------
1428 r20606 | jake | 2007-01-29 10:06:45 -0800 (Mon, 29 Jan 2007) | 7 lines
1429 Changed paths:
1430    M /trunk/epan/dissectors/packet-dcp.c
1431
1432 From Francesco Fondelli:
1433 Gerrit Renker fixed a bug in DCCP dissector about long timestamps. (bad offsets)
1434 He wrote:
1435 > attached is a patch which updates the offsets of the timestamps.
1436 > I have verified this against [RFC 4342, sec. 13] and it seems correct.
1437
1438 Also fixed file properties
1439 ------------------------------------------------------------------------
1440 r20607 | gerald | 2007-01-29 12:25:26 -0800 (Mon, 29 Jan 2007) | 5 lines
1441 Changed paths:
1442    M /trunk/docbook/release-notes.xml
1443    M /trunk/epan/addr_resolv.c
1444    M /trunk/epan/dissectors/packet-isup.c
1445    M /trunk/epan/dissectors/packet-jxta.c
1446    M /trunk/epan/dissectors/packet-radius.c
1447    M /trunk/epan/ipv4.c
1448    M /trunk/epan/to_str.c
1449    M /trunk/epan/to_str.h
1450
1451 Fix potential buffer overruns in address_to_str_buf() found by Andrej 
1452 Mikus.  Add a buf_len parameter to ip_to_str_buf(), and make sure it's 
1453 enforced.  Copy the release notes over from the 0.99.5 trunk and add a
1454 note about the ISUP dissector (which is affected by the overrun).
1455
1456 ------------------------------------------------------------------------
1457 r20608 | tuexen | 2007-01-29 12:44:59 -0800 (Mon, 29 Jan 2007) | 3 lines
1458 Changed paths:
1459    M /trunk/gtk/sctp_assoc_analyse.c
1460    M /trunk/gtk/sctp_stat.c
1461    M /trunk/gtk/sctp_stat.h
1462    M /trunk/gtk/sctp_stat_dlg.c
1463
1464 Improve the handling of INIT/ABORT mesage pairs.
1465
1466
1467 ------------------------------------------------------------------------
1468 r20609 | etxrab | 2007-01-29 12:58:46 -0800 (Mon, 29 Jan 2007) | 1 line
1469 Changed paths:
1470    M /trunk/config.h.win32
1471
1472 Comment out Ulfs changes to be able to do a test build.
1473 ------------------------------------------------------------------------
1474 r20610 | etxrab | 2007-01-29 13:26:08 -0800 (Mon, 29 Jan 2007) | 1 line
1475 Changed paths:
1476    M /trunk/gtk/sctp_assoc_analyse.c
1477
1478 Fix a typo (double ;;).
1479 ------------------------------------------------------------------------
1480 r20611 | etxrab | 2007-01-29 13:27:48 -0800 (Mon, 29 Jan 2007) | 1 line
1481 Changed paths:
1482    M /trunk/epan/libwireshark.def
1483
1484 Add some missing defines for uat_gui.c
1485 ------------------------------------------------------------------------
1486 r20612 | etxrab | 2007-01-29 13:30:06 -0800 (Mon, 29 Jan 2007) | 1 line
1487 Changed paths:
1488    M /trunk/asn1/h248/packet-h248-template.c
1489
1490 Update value strings.
1491 ------------------------------------------------------------------------
1492 r20613 | ulfl | 2007-01-29 14:15:13 -0800 (Mon, 29 Jan 2007) | 1 line
1493 Changed paths:
1494    M /trunk/docbook/Makefile
1495    A /trunk/docbook/Makefile.common
1496    A /trunk/docbook/Makefile.nmake
1497
1498 split docbook generation makefiles into nmake and GNU make variants (together with Makefile.common), just like all the other directories have it. This way makes it easier to get settings from config.nmake and probably makefile.am will be easier to do. In addition we don't need GNU make for Win32 generation.
1499 ------------------------------------------------------------------------
1500 r20614 | ulfl | 2007-01-29 14:40:52 -0800 (Mon, 29 Jan 2007) | 1 line
1501 Changed paths:
1502    M /trunk/config.h.win32
1503
1504 fix compiler version detection logic, sorry for the noise!
1505 ------------------------------------------------------------------------
1506 r20615 | ulfl | 2007-01-29 15:29:11 -0800 (Mon, 29 Jan 2007) | 3 lines
1507 Changed paths:
1508    M /trunk/gtk/uat_gui.c
1509
1510 call gtk_window_present() only on GTK >= 2.x, should fix current compilation problems.
1511
1512 I don't have tested this on a GTK 1.x system...
1513 ------------------------------------------------------------------------
1514 r20616 | lego | 2007-01-29 16:05:22 -0800 (Mon, 29 Jan 2007) | 3 lines
1515 Changed paths:
1516    M /trunk/epan/uat_load.l
1517
1518 do not use yy_flex_realloc()
1519
1520
1521 ------------------------------------------------------------------------
1522 r20618 | ulfl | 2007-01-29 17:26:56 -0800 (Mon, 29 Jan 2007) | 1 line
1523 Changed paths:
1524    M /trunk/packaging/u3/win32/makefile.nmake
1525
1526 if wireshark-gtk2.exe.manifest doesn't exist, don't try to copy it - hopefully fixes the buildbot...
1527 ------------------------------------------------------------------------
1528 r20619 | sfisher | 2007-01-29 17:57:34 -0800 (Mon, 29 Jan 2007) | 1 line
1529 Changed paths:
1530    M /trunk/gtk/main.c
1531
1532 Show the channel frequencies in the wireless (AirPcap) toolbar next to the channel number in the drop-down list.
1533 ------------------------------------------------------------------------
1534 r20621 | etxrab | 2007-01-29 22:16:39 -0800 (Mon, 29 Jan 2007) | 1 line
1535 Changed paths:
1536    M /trunk/epan/dissectors/packet-h248_3gpp.c
1537    M /trunk/epan/dissectors/packet-h248_annex_e.c
1538    M /trunk/epan/dissectors/packet-h248_q1950.c
1539
1540 Fix bug 1328 (Still Malformed packet) update some of the other packages.
1541 ------------------------------------------------------------------------
1542 r20622 | gerald | 2007-01-29 23:16:01 -0800 (Mon, 29 Jan 2007) | 2 lines
1543 Changed paths:
1544    M /trunk/packaging/nsis/Makefile.am
1545    M /trunk/packaging/nsis/Makefile.nmake
1546    D /trunk/packaging/nsis/WinPcap_3_1.exe
1547    A /trunk/packaging/nsis/WinPcap_4_0.exe
1548    M /trunk/packaging/nsis/wireshark.nsi
1549    M /trunk/packaging/u3/win32/makefile.nmake
1550    M /trunk/packaging/u3/win32/u3util.c
1551
1552 Switch to WinPcap 4.0.
1553
1554 ------------------------------------------------------------------------
1555 r20623 | martinm | 2007-01-30 05:39:58 -0800 (Tue, 30 Jan 2007) | 2 lines
1556 Changed paths:
1557    M /trunk/epan/dissectors/packet-diameter.c
1558
1559 Size passed to IP address fields is now fixed (reported AVP size includes 2 bytes of padding), causing assertion reported in bug 1332.
1560
1561 ------------------------------------------------------------------------
1562 r20627 | jake | 2007-01-30 10:06:11 -0800 (Tue, 30 Jan 2007) | 2 lines
1563 Changed paths:
1564    M /trunk/docbook/Makefile
1565
1566 Based on suggestion from Guy Harris.
1567 Trying to get things working on Win32 (cygwin) and GNU/Linux etc.
1568 ------------------------------------------------------------------------
1569 r20631 | sfisher | 2007-01-30 11:43:29 -0800 (Tue, 30 Jan 2007) | 8 lines
1570 Changed paths:
1571    M /trunk/epan/dissectors/packet-scsi.c
1572
1573
1574 From Patrick vd Lageweg:
1575
1576 The PERSISTENT REVERVE OUT dissectors uses the table of the PERSISTENT REVERVE
1577 IN command to decode the Service Action field which is obviously not correct.
1578 This patch fixes the problem.
1579
1580
1581 ------------------------------------------------------------------------
1582 r20632 | guy | 2007-01-30 12:07:55 -0800 (Tue, 30 Jan 2007) | 17 lines
1583 Changed paths:
1584    M /trunk/epan/dissectors/packet-usb.c
1585    M /trunk/wiretap/libpcap.c
1586    M /trunk/wiretap/wtap.h
1587
1588 From Paolo Abeni: update to support the new DLT_USB_LINUX format header.
1589
1590 Modified to support the header as a pseudo_header rather than as part of
1591 the packet data.
1592
1593 Fixed some calls that fetch data from the USB packet to fetch it in
1594 little-endian byte order.
1595
1596 Got rid of redundant code to get conversation-specific data (the
1597 get_usb_conv_info() call already does that).
1598
1599 For control packets, only parse the setup information if setup_flag is
1600 0.
1601
1602 Don't interpret a control packet as a standard request unless the setup
1603 type is "Standard".
1604
1605 ------------------------------------------------------------------------
1606 r20633 | sfisher | 2007-01-30 12:57:51 -0800 (Tue, 30 Jan 2007) | 5 lines
1607 Changed paths:
1608    M /trunk/epan/dissectors/packet-radiotap.c
1609
1610
1611 Add descriptions to radiotap fields.  Fix some formatting.  Add an extra
1612 linebreak between hf field definitions for readability.
1613
1614
1615 ------------------------------------------------------------------------
1616 r20634 | etxrab | 2007-01-30 14:52:09 -0800 (Tue, 30 Jan 2007) | 1 line
1617 Changed paths:
1618    M /trunk/asn1/h248/packet-h248-template.c
1619    M /trunk/epan/dissectors/packet-h248.c
1620    M /trunk/epan/dissectors/packet-h248.h
1621    M /trunk/epan/dissectors/packet-h248_q1950.c
1622
1623 Fix bug 1328 and related bugs found when examining the trace.
1624 ------------------------------------------------------------------------
1625 r20636 | morriss | 2007-01-30 17:59:12 -0800 (Tue, 30 Jan 2007) | 1 line
1626 Changed paths:
1627    M /trunk/doc/README.developer
1628
1629 Explain what 'base' in 'prefs_register_uint_preference()' is: it's used in 'strtoul()'
1630 ------------------------------------------------------------------------
1631 r20637 | ulfl | 2007-01-30 18:23:06 -0800 (Tue, 30 Jan 2007) | 1 line
1632 Changed paths:
1633    M /trunk/Makefile.nmake
1634    M /trunk/config.h.win32
1635    M /trunk/config.nmake
1636
1637 C preprocessor only handles integers for conditional compilation. Build MSC_VER_REQUIRED in config.nmake and compare it with _MSC_VER in config.h.win32
1638 ------------------------------------------------------------------------
1639 r20638 | morriss | 2007-01-30 18:55:14 -0800 (Tue, 30 Jan 2007) | 1 line
1640 Changed paths:
1641    M /trunk/gtk/macros_dlg.c
1642    M /trunk/gtk/macros_dlg.h
1643
1644 #include stdlib.h so uat.h can find size_t (at least on Solaris).  Add newline to end of macros_dlg.h (just to prevent a compiler warning)
1645 ------------------------------------------------------------------------
1646 r20639 | ulfl | 2007-01-30 19:05:03 -0800 (Tue, 30 Jan 2007) | 1 line
1647 Changed paths:
1648    M /trunk/gtk/uat_gui.c
1649
1650 use window_present() as discussed
1651 ------------------------------------------------------------------------
1652 r20640 | ulfl | 2007-01-30 19:08:39 -0800 (Tue, 30 Jan 2007) | 3 lines
1653 Changed paths:
1654    M /trunk/gtk/main.c
1655
1656 backup of some design work of the Wireshark "Welcome" page - the one shown when no trace file is loaded - this page is still disabled.
1657
1658 This is only a "personal backup" of some design ideas / experiments for this page - and needs a lot more work / cleanup. I'm checking this in just to prevent data loss.
1659 ------------------------------------------------------------------------
1660 r20641 | morriss | 2007-01-30 19:30:49 -0800 (Tue, 30 Jan 2007) | 1 line
1661 Changed paths:
1662    M /trunk/epan/dfilter/Makefile.am
1663
1664 dfilter-macro.c is in SVN, it should not be in MAINTAINERCLEANFILES (else we have to re-fetch the file from svn each time we make maintainer-clean
1665 ------------------------------------------------------------------------
1666 r20642 | ulfl | 2007-01-30 19:36:25 -0800 (Tue, 30 Jan 2007) | 5 lines
1667 Changed paths:
1668    M /trunk/NEWS
1669
1670 - correct the U3 section and add a link
1671 - it's called "places bar", will help if someone e.g. googles on this
1672 - mention that the last known version for Win9x was Ethereal 0.99.0 and add a link
1673
1674 this should go into 0.99.5!
1675 ------------------------------------------------------------------------
1676 r20643 | ulfl | 2007-01-30 19:49:09 -0800 (Tue, 30 Jan 2007) | 3 lines
1677 Changed paths:
1678    M /trunk/packaging/u3/win32/README.txt
1679
1680 - add some links about U3
1681 - fix some typos
1682 - mention that uninstalling WS from the stick removes personal settings
1683 ------------------------------------------------------------------------
1684 r20644 | morriss | 2007-01-30 20:14:11 -0800 (Tue, 30 Jan 2007) | 1 line
1685 Changed paths:
1686    M /trunk/epan/prefs.c
1687
1688 Only certain 'base' values make sense in 'prefs_register_uint_preference()': 0 and 2-36.  Assert out if a different value is found.
1689 ------------------------------------------------------------------------
1690 r20645 | ulfl | 2007-01-30 20:34:58 -0800 (Tue, 30 Jan 2007) | 1 line
1691 Changed paths:
1692    M /trunk/config.nmake
1693
1694 fix a cut-n-paste error, to fix buildbot problem
1695 ------------------------------------------------------------------------
1696 r20646 | ulfl | 2007-01-30 21:26:41 -0800 (Tue, 30 Jan 2007) | 1 line
1697 Changed paths:
1698    M /trunk/Makefile.nmake
1699    M /trunk/config.h.win32
1700    M /trunk/wiretap/Makefile.nmake
1701    M /trunk/wiretap/config.h.win32
1702
1703 instead of putting the MSC_VER_REQUIRED test into the root Makefile (which would require to change ALL makefiles - the buildbot revealed it), simply put it in the wiretap generation. As wiretap is mandatory and one of the first things to be build this doesn't even sound like a bad idea anyway ...
1704 ------------------------------------------------------------------------
1705 r20647 | morriss | 2007-01-30 22:01:14 -0800 (Tue, 30 Jan 2007) | 1 line
1706 Changed paths:
1707    M /trunk/tshark.c
1708
1709 Don't send G_LOG_LEVEL_ERROR|G_LOG_LEVEL_CRITICAL|G_LOG_FLAG_FATAL|G_LOG_FLAG_RECURSION to log_func_ignore() so that error messages from g_assert() get printed (by glib's default handler).  Without this change developers only get a message saying the program aborted and maybe (if they're lucky^H^H^H^H^Hconfigured correctly) a core file.  The latter would allow them to find out what went wrong but it would be much easier to just see the error message.
1710 ------------------------------------------------------------------------
1711 r20648 | ulfl | 2007-01-30 22:45:46 -0800 (Tue, 30 Jan 2007) | 1 line
1712 Changed paths:
1713    M /trunk/packaging/nsis/wireshark.nsi
1714
1715 slightly better explain the user's guide "component"
1716 ------------------------------------------------------------------------
1717 r20649 | lego | 2007-01-31 01:30:08 -0800 (Wed, 31 Jan 2007) | 8 lines
1718 Changed paths:
1719    M /trunk/asn1/h248/h248v3.asn
1720    M /trunk/asn1/h248/packet-h248-template.c
1721    M /trunk/epan/dissectors/packet-h248.c
1722    M /trunk/epan/dissectors/packet-h248.h
1723    M /trunk/epan/dissectors/packet-h248_q1950.c
1724
1725
1726 Merge Anders' and my own fixes to some bugs
1727 - most paramaters have data set to NULL, have them added to the tree
1728 - avoid the context tracing mecanism bailing out if a ContextList appears in the packet.
1729 - in q9150 do not attempt to dissect sdp unless we believe it is sdp
1730     (BTW we need heuristics for sdp and other potential payloads of this parameter..)
1731
1732
1733 ------------------------------------------------------------------------
1734 r20650 | martinm | 2007-01-31 02:57:54 -0800 (Wed, 31 Jan 2007) | 2 lines
1735 Changed paths:
1736    M /trunk/epan/dissectors/packet-diameter.c
1737
1738 Fix bug 1332 properly.
1739
1740 ------------------------------------------------------------------------
1741 r20651 | grahamb | 2007-01-31 05:58:55 -0800 (Wed, 31 Jan 2007) | 1 line
1742 Changed paths:
1743    M /trunk/epan/dissectors/packet-dnp.c
1744
1745 Major upgrades to dissector: Added defragmentation of tcp pdus, fixed defragmention of application layer fragments, many more object types decoded thanks to Chris Bontje
1746 ------------------------------------------------------------------------
1747 r20652 | martinm | 2007-01-31 09:42:45 -0800 (Wed, 31 Jan 2007) | 2 lines
1748 Changed paths:
1749    M /trunk/epan/dissectors/packet-sip.c
1750
1751 Add some missing RFC references to header long text.
1752
1753 ------------------------------------------------------------------------
1754 r20654 | sfisher | 2007-01-31 13:30:19 -0800 (Wed, 31 Jan 2007) | 5 lines
1755 Changed paths:
1756    M /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png
1757    M /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png
1758    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
1759
1760
1761 From Douglas Pratley: Documentation updates for new copy packet data features
1762 checked in as SVN revision 20581.
1763
1764
1765 ------------------------------------------------------------------------
1766 r20655 | etxrab | 2007-01-31 14:35:08 -0800 (Wed, 31 Jan 2007) | 1 line
1767 Changed paths:
1768    M /trunk/epan/Makefile.nmake
1769
1770 Add uat_load.c to the distclean target for generated files.
1771 ------------------------------------------------------------------------
1772 r20656 | gerald | 2007-01-31 14:55:55 -0800 (Wed, 31 Jan 2007) | 2 lines
1773 Changed paths:
1774    M /trunk/docbook/release-notes.xml
1775
1776 Sync with the 0.99.5 release.
1777
1778 ------------------------------------------------------------------------
1779 r20657 | etxrab | 2007-01-31 14:59:41 -0800 (Wed, 31 Jan 2007) | 1 line
1780 Changed paths:
1781    M /trunk/asn1/h248/packet-h248-template.c
1782    M /trunk/epan/dissectors/packet-h248.c
1783    M /trunk/epan/dissectors/packet-h248.h
1784
1785 Extend the events valuestring with Bearer Modification Support Event.
1786 ------------------------------------------------------------------------
1787 r20658 | gerald | 2007-01-31 15:26:29 -0800 (Wed, 31 Jan 2007) | 15 lines
1788 Changed paths:
1789    M /trunk/epan/to_str.c
1790
1791 From Andrej Mikus: 
1792
1793   IMO, the function should return an error string instead of cowardly
1794   bailing out with an empty string.
1795
1796   inet_ntop does the latter by default, so it does not need any additional
1797   check, just passing buf_len instead of INET6_ADDRSTRLEN.
1798   
1799   At the other side I like the check you made into ip_to_str_buf.
1800
1801   My proposal would be to combine the patches and use MAX_IP_STR_LEN,
1802   and approach below for both IPv4 and IPv6 in address_to_str_buf.
1803
1804 Have the error string return a more descriptive clue.
1805
1806 ------------------------------------------------------------------------
1807 r20659 | gerald | 2007-01-31 17:15:07 -0800 (Wed, 31 Jan 2007) | 2 lines
1808 Changed paths:
1809    M /trunk/docbook/Makefile.nmake
1810
1811 Let the user (e.g. one named "buildbot") specify the location of FOP.
1812
1813 ------------------------------------------------------------------------
1814 r20660 | sfisher | 2007-01-31 17:37:34 -0800 (Wed, 31 Jan 2007) | 7 lines
1815 Changed paths:
1816    M /trunk/epan/strutil.c
1817
1818
1819 Allow byte strings (FT_BYTES) to have four digits seperated by - : and .
1820 in addition to the currently supported two or one digit at a time.  This
1821 applies in particular to the FT_ETHER MAC addresses, so that a MAC address
1822 can now be entered as xxxx.xxxx.xxxx in addition to the traditional formats.
1823
1824
1825 ------------------------------------------------------------------------
1826 r20661 | sahlberg | 2007-02-01 00:36:35 -0800 (Thu, 01 Feb 2007) | 3 lines
1827 Changed paths:
1828    M /trunk/gtk/gui_utils.c
1829
1830 dont ifdef out main_window_exit() if we dont have PCAP since this symbol is required even without pcap
1831
1832
1833 ------------------------------------------------------------------------
1834 r20662 | sahlberg | 2007-02-01 00:37:54 -0800 (Thu, 01 Feb 2007) | 4 lines
1835 Changed paths:
1836    M /trunk/file.c
1837
1838 we dont have auto_scroll_live if we dont have PCAP so ifdef this out unless PCAP is available
1839 (to allow it to compile when pcap is not available)
1840
1841
1842 ------------------------------------------------------------------------
1843 r20663 | sahlberg | 2007-02-01 00:38:54 -0800 (Thu, 01 Feb 2007) | 3 lines
1844 Changed paths:
1845    M /trunk/pcapio.c
1846
1847 there is no point in pcapio unless we have PCAP available.
1848
1849
1850 ------------------------------------------------------------------------
1851 r20664 | sahlberg | 2007-02-01 01:04:46 -0800 (Thu, 01 Feb 2007) | 3 lines
1852 Changed paths:
1853    M /trunk/tshark.c
1854
1855 make tshark compile and work also when pcap is not available
1856
1857
1858 ------------------------------------------------------------------------
1859 r20665 | morriss | 2007-02-01 01:55:52 -0800 (Thu, 01 Feb 2007) | 4 lines
1860 Changed paths:
1861    M /trunk/AUTHORS
1862    M /trunk/epan/dissectors/packet-syslog.c
1863
1864 From Abhik Sarkar: support for decoding SS7 MSUs embedded in a syslog message
1865 (as generated by the Cisco ITP packet logging facility).
1866
1867
1868 ------------------------------------------------------------------------
1869 r20666 | sahlberg | 2007-02-01 02:10:15 -0800 (Thu, 01 Feb 2007) | 3 lines
1870 Changed paths:
1871    M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
1872
1873 logoncontrol2 response is a Win32 error code   not an nt status code
1874
1875
1876 ------------------------------------------------------------------------
1877 r20667 | martinm | 2007-02-01 04:28:35 -0800 (Thu, 01 Feb 2007) | 2 lines
1878 Changed paths:
1879    M /trunk/pcapio.c
1880
1881 Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason it isn't defined when building this file.
1882
1883 ------------------------------------------------------------------------
1884 r20668 | martinm | 2007-02-01 04:34:28 -0800 (Thu, 01 Feb 2007) | 2 lines
1885 Changed paths:
1886    M /trunk/pcapio.c
1887
1888 OK, fix it properly by adding test after config.h has been included...
1889
1890 ------------------------------------------------------------------------
1891 r20669 | gerald | 2007-02-01 10:35:14 -0800 (Thu, 01 Feb 2007) | 4 lines
1892 Changed paths:
1893    M /trunk/NEWS
1894    M /trunk/docbook/Makefile
1895    M /trunk/docbook/Makefile.nmake
1896    M /trunk/docbook/release-notes.xml
1897
1898 The contents of the NEWS file come from the release notes.  Back-port
1899 the changes in r20642 to release-notes.xml.  Add "news" targes to the
1900 docbook makefiles to copy release-notes.txt to NEWS.
1901
1902 ------------------------------------------------------------------------
1903 r20672 | sahlberg | 2007-02-01 12:10:51 -0800 (Thu, 01 Feb 2007) | 3 lines
1904 Changed paths:
1905    M /trunk/epan/dissectors/packet-scsi.c
1906
1907 use the correct offset to access the service action in PERSISTENT RESERVE IN
1908
1909
1910 ------------------------------------------------------------------------
1911 r20674 | gerald | 2007-02-01 12:29:17 -0800 (Thu, 01 Feb 2007) | 2 lines
1912 Changed paths:
1913    M /trunk/docbook/release-notes.xml
1914
1915 Fix a ulink tag.
1916
1917 ------------------------------------------------------------------------
1918 r20676 | gerald | 2007-02-01 12:31:59 -0800 (Thu, 01 Feb 2007) | 2 lines
1919 Changed paths:
1920    M /trunk/NEWS
1921
1922 Fix a link.
1923
1924 ------------------------------------------------------------------------
1925 r20678 | etxrab | 2007-02-01 12:49:34 -0800 (Thu, 01 Feb 2007) | 1 line
1926 Changed paths:
1927    M /trunk/epan/dissectors/packet-rtp.c
1928
1929 Don't call subdissector for dynamic PT based on PT number if conversation info exists.
1930 ------------------------------------------------------------------------
1931 r20679 | sahlberg | 2007-02-01 12:56:36 -0800 (Thu, 01 Feb 2007) | 25 lines
1932 Changed paths:
1933    M /trunk/AUTHORS
1934    M /trunk/epan/dissectors/Makefile.common
1935    A /trunk/epan/dissectors/packet-fmp.c
1936    A /trunk/epan/dissectors/packet-fmp.h
1937    A /trunk/epan/dissectors/packet-fmp_notify.c
1938    A /trunk/epan/dissectors/packet-fmp_notify.h
1939
1940  
1941
1942 Ian Schorr <ian.schorr@gmail.com> 
1943 Wed, Jan 31, 2007 at 7:24 PM 
1944 To: wireshark-dev@wireshark.org 
1945
1946
1947 Hello,
1948
1949 Please consider for checkin the following new dissectors, for the FMP protocol.
1950
1951 FMP (File Mapping Protocol) is the network protocol basis for EMC's HighRoad (MPFS) technology.?\194?\160 Highroad is used to allow multiple clients to share access to NAS-shared files while allowing clients to directly access data volumes (via, for example, Fibre Channel or iSCSI).?\194?\160 EMC currently uses this technology in our Celerra NAS servers, and we're currently in the process of open sourcing portions of the technology. 
1952
1953 FMP actually consists of two ONC/RPC-based protocols - the core FMP protocol, and FMP/Notify.?\194?\160 The latter is used as an asynchronous callback to inform clients of status changes, such as lock revocation.
1954
1955 We'd like to offer these dissectors to Wireshark users for help in debugging or otherwise troubleshooting MPFS-related problems.?\194?\160 There are still a few minor changes that need to be made ( i.e. a handful of fields that aren't decoded) but the dissector is overall fairly complete and very usable.
1956
1957 Let me know if there are questions or feedback, or otherwise if other info is needed (like sample captures, which I don't want to send out to the mailing list). 
1958
1959 Thanks,
1960 Ian Schorr
1961 EMC Corporation
1962  
1963
1964
1965 ------------------------------------------------------------------------
1966 r20680 | sfisher | 2007-02-01 16:32:33 -0800 (Thu, 01 Feb 2007) | 5 lines
1967 Changed paths:
1968    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
1969
1970
1971 Add more examples to eth.addr display filter examples, including the new 
1972 xxxx.xxxx.xxxx format recently introduced
1973
1974
1975 ------------------------------------------------------------------------
1976 r20681 | sfisher | 2007-02-01 17:09:41 -0800 (Thu, 01 Feb 2007) | 5 lines
1977 Changed paths:
1978    M /trunk/gtk/filter_dlg.c
1979
1980
1981 Assign the cancel button (so you can hit the escape key) on the capture/display
1982 filter dialog box
1983
1984
1985 ------------------------------------------------------------------------
1986 r20682 | sahlberg | 2007-02-02 00:47:43 -0800 (Fri, 02 Feb 2007) | 3 lines
1987 Changed paths:
1988    M /trunk/epan/dissectors/packet-udp.c
1989
1990 replace a rotating buffer for the udp header structure with ep allocated memory
1991
1992
1993 ------------------------------------------------------------------------
1994 r20683 | grahamb | 2007-02-02 02:21:43 -0800 (Fri, 02 Feb 2007) | 1 line
1995 Changed paths:
1996    M /trunk/epan/dissectors/packet-dnp.c
1997
1998 Corrected handling of udp messages, don't call tcp_dissect_pdus for udp fragments
1999 ------------------------------------------------------------------------
2000 r20684 | gerald | 2007-02-02 10:43:25 -0800 (Fri, 02 Feb 2007) | 2 lines
2001 Changed paths:
2002    M /trunk/Makefile.am
2003    A /trunk/image/wsiconinst.svg
2004    A /trunk/image/wsiconinst256.png
2005
2006 Add an installer icon.
2007
2008 ------------------------------------------------------------------------
2009 r20685 | gerald | 2007-02-02 10:45:23 -0800 (Fri, 02 Feb 2007) | 3 lines
2010 Changed paths:
2011    M /trunk/Makefile.am
2012    M /trunk/image/wireshark.ico
2013    M /trunk/image/wiresharkdoc.ico
2014    A /trunk/image/wiresharkinst.ico
2015    M /trunk/packaging/nsis/wireshark.nsi
2016
2017 Add a Windows installer icon.  Remove the ARGB versions from the other
2018 Windows icons.
2019
2020 ------------------------------------------------------------------------
2021 r20686 | gerald | 2007-02-02 12:07:58 -0800 (Fri, 02 Feb 2007) | 2 lines
2022 Changed paths:
2023    M /trunk/Makefile.am
2024
2025 Fix dist.
2026
2027 ------------------------------------------------------------------------
2028 r20687 | sfisher | 2007-02-02 14:06:20 -0800 (Fri, 02 Feb 2007) | 4 lines
2029 Changed paths:
2030    M /trunk/docbook/wsug_src/WSUG_app_files.xml
2031    M /trunk/docbook/wsug_src/WSUG_app_tools.xml
2032    M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
2033    M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
2034    M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
2035    M /trunk/docbook/wsug_src/WSUG_chapter_troubleshoot.xml
2036    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
2037    M /trunk/docbook/wsug_src/WSUG_preface.xml
2038
2039
2040 Minor documentation updates.
2041
2042
2043 ------------------------------------------------------------------------
2044 r20688 | ulfl | 2007-02-02 18:01:25 -0800 (Fri, 02 Feb 2007) | 1 line
2045 Changed paths:
2046    M /trunk/docbook/Makefile
2047    M /trunk/docbook/Makefile.auto.am
2048
2049 remove Win32/cygwin remains, as these files are Unix only now
2050 ------------------------------------------------------------------------
2051 r20689 | ulfl | 2007-02-02 18:09:39 -0800 (Fri, 02 Feb 2007) | 1 line
2052 Changed paths:
2053    M /trunk/docbook/Makefile.nmake
2054
2055 remove Unix related stuff, as this file is Win32 only
2056 ------------------------------------------------------------------------
2057 r20690 | ulfl | 2007-02-02 20:06:43 -0800 (Fri, 02 Feb 2007) | 1 line
2058 Changed paths:
2059    M /trunk/config.nmake
2060    M /trunk/docbook/Makefile.nmake
2061
2062 move docbook related settings from docbook/Makefile.nmake to config.nmake - having only one place to configure it all :-)
2063 ------------------------------------------------------------------------
2064 r20691 | ulfl | 2007-02-02 20:09:22 -0800 (Fri, 02 Feb 2007) | 4 lines
2065 Changed paths:
2066    M /trunk/docbook/README.txt
2067
2068 - update information to the latest changes
2069 - redesign parts of the file
2070 - remove some redundant information
2071 - remove tabs, tabs don't work well!
2072 ------------------------------------------------------------------------
2073 r20692 | ulfl | 2007-02-02 21:13:39 -0800 (Fri, 02 Feb 2007) | 1 line
2074 Changed paths:
2075    M /trunk/config.nmake
2076
2077 cleanup docbook related comments
2078 ------------------------------------------------------------------------
2079 r20693 | ulfl | 2007-02-02 23:54:18 -0800 (Fri, 02 Feb 2007) | 1 line
2080 Changed paths:
2081    M /trunk/config.nmake
2082
2083 fix HHC_DIR to work
2084 ------------------------------------------------------------------------
2085 r20694 | ulfl | 2007-02-03 00:01:16 -0800 (Sat, 03 Feb 2007) | 1 line
2086 Changed paths:
2087    M /trunk/docbook/README.txt
2088
2089 mention lynx, it's mandatory and needed to create plain text version of the release-notes (aka NEWS)
2090 ------------------------------------------------------------------------
2091 r20695 | lego | 2007-02-03 06:25:02 -0800 (Sat, 03 Feb 2007) | 9 lines
2092 Changed paths:
2093    M /trunk/epan/dfilter/dfilter-macro.c
2094    M /trunk/epan/prefs-int.h
2095    M /trunk/epan/prefs.c
2096    M /trunk/epan/prefs.h
2097    M /trunk/epan/uat-int.h
2098    M /trunk/epan/uat.c
2099    M /trunk/epan/uat.h
2100    M /trunk/epan/uat_load.l
2101    M /trunk/gtk/macros_dlg.c
2102    M /trunk/gtk/prefs_dlg.c
2103    M /trunk/gtk/uat_gui.c
2104    M /trunk/gtk/uat_gui.h
2105
2106 second iteration:
2107 * fields of an uat table now are passed using an array of uat_filed_t
2108 * field callbacks take two more userdata arguments
2109 * add some macros to define uat field callbacks.
2110 * uats can be registered as preferences for a specific protocol
2111    - the preference widget is a button that opens the uat's window
2112 * dfilter-macro => reflect changes to API
2113
2114
2115 ------------------------------------------------------------------------
2116 r20696 | sahlberg | 2007-02-03 08:21:21 -0800 (Sat, 03 Feb 2007) | 3 lines
2117 Changed paths:
2118    M /trunk/epan/dissectors/packet-scsi.c
2119
2120 updates to the LOG SELECT CDB decoding
2121
2122
2123 ------------------------------------------------------------------------
2124 r20697 | jake | 2007-02-03 09:27:57 -0800 (Sat, 03 Feb 2007) | 1 line
2125 Changed paths:
2126    M /trunk/docbook/custom_layer_pdf.xsl
2127
2128 Improve layout of listings and long URL's
2129 ------------------------------------------------------------------------
2130 r20698 | wmeier | 2007-02-03 11:33:32 -0800 (Sat, 03 Feb 2007) | 3 lines
2131 Changed paths:
2132    M /trunk/config.nmake
2133
2134 Quotes around HHC_DIR required so build doesn't fail;
2135 Will the buildbot "build docs" step work ? Let's see
2136
2137 ------------------------------------------------------------------------
2138 r20699 | ulfl | 2007-02-03 11:37:59 -0800 (Sat, 03 Feb 2007) | 3 lines
2139 Changed paths:
2140    M /trunk/config.nmake
2141
2142 ... no it won't, that's why I removed them ...
2143
2144 Put the quotes around the places where HHC_DIR is used, that should work.
2145 ------------------------------------------------------------------------
2146 r20700 | jake | 2007-02-03 12:31:40 -0800 (Sat, 03 Feb 2007) | 2 lines
2147 Changed paths:
2148    M /trunk/epan/dissectors/packet-nfs.c
2149
2150 From J. Bruce Fields:
2151 Fix an obvious error in the nfs4 stateid parsing.  The stateid is used in a number of common operations (such as open and setattr), so this caused a lot of misparsing.
2152 ------------------------------------------------------------------------
2153 r20701 | ulfl | 2007-02-03 12:40:11 -0800 (Sat, 03 Feb 2007) | 3 lines
2154 Changed paths:
2155    M /trunk/config.nmake
2156
2157 as discussed on the list:
2158 - GTK 2.10 is mainline now
2159 - WINPCAP_VERSION is just confusing without benefit, remove it
2160 ------------------------------------------------------------------------
2161 r20702 | ulfl | 2007-02-03 12:57:24 -0800 (Sat, 03 Feb 2007) | 1 line
2162 Changed paths:
2163    M /trunk/config.nmake
2164
2165 some minor cleanup
2166 ------------------------------------------------------------------------
2167 r20703 | sahlberg | 2007-02-03 14:03:39 -0800 (Sat, 03 Feb 2007) | 3 lines
2168 Changed paths:
2169    M /trunk/epan/dissectors/packet-scsi.c
2170
2171 update the LOG SELECT dissector slightly and harmonize the hf fields so both LOG SELECT and LOG SENSE use the same variables
2172
2173
2174 ------------------------------------------------------------------------
2175 r20704 | ulfl | 2007-02-03 17:33:48 -0800 (Sat, 03 Feb 2007) | 1 line
2176 Changed paths:
2177    M /trunk/packaging/nsis/Makefile.nmake
2178
2179 quote HHC_DIR here too
2180 ------------------------------------------------------------------------
2181 r20705 | lego | 2007-02-03 18:13:12 -0800 (Sat, 03 Feb 2007) | 14 lines
2182 Changed paths:
2183    M /trunk/wiretap/k12.c
2184
2185 from:
2186          Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>  
2187
2188 I discovered that Wireshark K12xx detects the type of input (E1 timeslot or ATM)
2189 based on the extra information. My previous patch to enable Wireshark to open
2190 K12xx files with no extra information (extra_len equals 0 in SRCDEST record)
2191 failed to give later dissectors the input type.
2192
2193 Attached is the patch to correct this for ATM PVC. It adds VPI/VCI/CID information
2194 for display in the dissected tree (in k12_open function). k12_read and k12_seek_read
2195 are also made more robust. These are reverse engineered based on hexeditor
2196 and constants found in tektronix configuration file. Please apply the patch.
2197
2198
2199 ------------------------------------------------------------------------
2200 r20706 | lego | 2007-02-03 18:29:06 -0800 (Sat, 03 Feb 2007) | 2 lines
2201 Changed paths:
2202    M /trunk/epan/uat.c
2203    M /trunk/epan/uat_load.l
2204
2205 the quoted_string regexp in uat_load() fails badly on "...\\", workarround in uat_save() using \x5c and \x22 (hex for \ and ")
2206
2207 ------------------------------------------------------------------------
2208 r20707 | lego | 2007-02-03 18:30:59 -0800 (Sat, 03 Feb 2007) | 3 lines
2209 Changed paths:
2210    M /trunk/epan/dissectors/packet-k12.c
2211
2212 UATify k12 configuration
2213
2214
2215 ------------------------------------------------------------------------
2216 r20708 | lego | 2007-02-03 21:19:02 -0800 (Sat, 03 Feb 2007) | 3 lines
2217 Changed paths:
2218    M /trunk/epan/uat-int.h
2219    M /trunk/epan/uat.c
2220    M /trunk/epan/uat_load.l
2221    M /trunk/gtk/uat_gui.c
2222
2223 Move (Up/Down) & Save buttons
2224
2225
2226 ------------------------------------------------------------------------
2227 r20709 | gal | 2007-02-04 04:00:25 -0800 (Sun, 04 Feb 2007) | 2 lines
2228 Changed paths:
2229    M /trunk/epan/dissectors/packet-ber.c
2230
2231 Small fix for incorrect column use when dissecting a BER file. 
2232
2233 ------------------------------------------------------------------------
2234 r20710 | gal | 2007-02-04 04:35:31 -0800 (Sun, 04 Feb 2007) | 2 lines
2235 Changed paths:
2236    M /trunk/packaging/u3/win32/makefile.nmake
2237    M /trunk/packaging/u3/win32/manifest.tmpl
2238
2239 Remove version from Launchpad name and include a default dfilter_macros to remove start-up warning.
2240
2241 ------------------------------------------------------------------------
2242 r20711 | gal | 2007-02-04 04:39:07 -0800 (Sun, 04 Feb 2007) | 3 lines
2243 Changed paths:
2244    M /trunk/gtk/main.c
2245    M /trunk/gtk/u3.c
2246    M /trunk/gtk/u3.h
2247
2248 Augment get_gui_runtime_info() with additional information about the U3 device Wireshark is being run from.
2249
2250
2251 ------------------------------------------------------------------------
2252 r20712 | lego | 2007-02-04 05:47:58 -0800 (Sun, 04 Feb 2007) | 2 lines
2253 Changed paths:
2254    M /trunk/epan/libwireshark.def
2255
2256 add uat_swap() to libwireshark.def
2257
2258 ------------------------------------------------------------------------
2259 r20713 | sfisher | 2007-02-04 11:16:24 -0800 (Sun, 04 Feb 2007) | 7 lines
2260 Changed paths:
2261    M /trunk/epan/dissectors/packet-fmp.c
2262    M /trunk/epan/dissectors/packet-fmp.h
2263    M /trunk/epan/dissectors/packet-fmp_notify.c
2264    M /trunk/epan/dissectors/packet-fmp_notify.h
2265
2266
2267 From Sebastien Tandel:
2268
2269     Execute permission should be changed [removed] on files 
2270 packet-fmp.[c,h] and packet-fmp_notify.[c,h].
2271
2272
2273 ------------------------------------------------------------------------
2274 r20714 | sfisher | 2007-02-04 11:23:10 -0800 (Sun, 04 Feb 2007) | 16 lines
2275 Changed paths:
2276    M /trunk/epan/strutil.c
2277
2278
2279 From Sebastien Tandel:
2280
2281    Steve has modified a while ago hex_str_to_bytes to handle Cisco MAC
2282 format (xxxx.xxxx.xxxx). It did not test the nullity of the third and
2283 fourth byte (*r, *s) which is however done for the second byte. The test
2284 on the second byte is done as well in the following conditional tests.
2285 If this test is not mandatory thanks to the return value of isxdigit (at
2286 least on GNU/Linux and guess it should be the same on any platform), it
2287 would be better to follow the same logic in all tests cases for the
2288 comprehension of everyone (... which /could/ even, with luck, be turned
2289 in a faster code).
2290 Here is a light patch to follow the logic of the conditional tests done
2291 in the function.
2292
2293
2294 ------------------------------------------------------------------------
2295 r20715 | wmeier | 2007-02-04 16:57:59 -0800 (Sun, 04 Feb 2007) | 2 lines
2296 Changed paths:
2297    M /trunk/test/suite-capture.sh
2298
2299 Additoinal diagnostic info in output logs
2300
2301 ------------------------------------------------------------------------
2302 r20716 | lego | 2007-02-04 20:22:06 -0800 (Sun, 04 Feb 2007) | 3 lines
2303 Changed paths:
2304    M /trunk/gtk/uat_gui.c
2305
2306 Add a confirm dialog when the user closes the window with unsaved data.
2307
2308
2309 ------------------------------------------------------------------------
2310 r20717 | lego | 2007-02-04 21:06:21 -0800 (Sun, 04 Feb 2007) | 4 lines
2311 Changed paths:
2312    M /trunk/epan/dfilter/dfilter-macro.c
2313    M /trunk/epan/dissectors/packet-k12.c
2314    M /trunk/epan/uat-int.h
2315    M /trunk/epan/uat.c
2316    M /trunk/epan/uat.h
2317    M /trunk/gtk/help_dlg.c
2318    M /trunk/gtk/help_dlg.h
2319    M /trunk/gtk/uat_gui.c
2320
2321 * Add a help facility for UATs
2322 * export help_topic_html()
2323
2324
2325 ------------------------------------------------------------------------
2326 r20718 | sahlberg | 2007-02-05 01:39:36 -0800 (Mon, 05 Feb 2007) | 5 lines
2327 Changed paths:
2328    M /trunk/epan/dissectors/packet-scsi.c
2329
2330 add some infrastructure to enable us to dissect the content of LOG SENSE pages and parameters
2331
2332 dissect the READ WARNING flag in the TAPE-ALERT log page as an example
2333
2334
2335 ------------------------------------------------------------------------
2336 r20719 | sahlberg | 2007-02-05 03:31:21 -0800 (Mon, 05 Feb 2007) | 3 lines
2337 Changed paths:
2338    M /trunk/epan/dissectors/packet-scsi.c
2339
2340 add the remaining TAPE ALERT log flags from ssc3r01c
2341
2342
2343 ------------------------------------------------------------------------
2344 r20720 | lego | 2007-02-05 08:26:48 -0800 (Mon, 05 Feb 2007) | 6 lines
2345 Changed paths:
2346    M /trunk/AUTHORS
2347    M /trunk/epan/sminmpec.h
2348
2349 From  Boris Misenov
2350
2351 sminmpec_values array is marked as just "export" instead of "WS_VAR_IMPORT" in
2352 epan/sminmpec.h. This prevents its using in Windows builds of plugins directly.
2353
2354
2355 ------------------------------------------------------------------------
2356 r20721 | jmayer | 2007-02-05 12:01:31 -0800 (Mon, 05 Feb 2007) | 1 line
2357 Changed paths:
2358    M /trunk/docbook/Makefile
2359
2360 Don't read and write to a file at the same time
2361 ------------------------------------------------------------------------
2362 r20722 | jake | 2007-02-05 13:42:41 -0800 (Mon, 05 Feb 2007) | 6 lines
2363 Changed paths:
2364    M /trunk/epan/dissectors/packet-udp.c
2365
2366 From Andrej Mikus:
2367 Wireshark complains about bogus udp length when processing last fragment of UDP data.
2368 It compares length field from UDP header with payload size of last fragment.
2369 Attached is my attempt to fix this by referring to tvp->length instead of pinfo->iplen - pinfo->iphdrlen.
2370
2371 Also set some items attribute to generated.
2372 ------------------------------------------------------------------------
2373 r20723 | ulfl | 2007-02-05 17:33:39 -0800 (Mon, 05 Feb 2007) | 6 lines
2374 Changed paths:
2375    M /trunk/epan/dissectors/packet-dcom-cba.c
2376    M /trunk/epan/dissectors/packet-dcom.c
2377    M /trunk/epan/dissectors/packet-dcom.h
2378
2379 dissector changes:
2380 - new: ICBALogicalDevice2::PBAddressInfo
2381 - enhanced: GROUPERRORDEF
2382
2383 simplify ett registration
2384 add a callback for SAFEARRAY data dissection
2385 ------------------------------------------------------------------------
2386 r20724 | ulfl | 2007-02-05 17:37:32 -0800 (Mon, 05 Feb 2007) | 2 lines
2387 Changed paths:
2388    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
2389
2390 - add dissection for "I&M0" block
2391 - enhance dissection or ErrorDecode2 (ErrorCode1 rta_err_cls_protocol specific) - a lot more of ErrorCode1/ErrorCode2 combinations still to go ...
2392 ------------------------------------------------------------------------
2393 r20725 | gerald | 2007-02-05 17:59:50 -0800 (Mon, 05 Feb 2007) | 8 lines
2394 Changed paths:
2395    M /trunk/epan/dissectors/packet-ieee80211.c
2396
2397 From Clay Jones:
2398
2399 This patch adds decodes for 802.11n information elements.  Since 802.11n
2400 isn't a formal standard yet they are not using the final packet
2401 structures or ie type numbers.  But there are already 802.11n pre
2402 release devices out there and these decodes do seem to correctly decode
2403 the IEs that they use.
2404
2405 ------------------------------------------------------------------------
2406 r20726 | morriss | 2007-02-05 18:27:59 -0800 (Mon, 05 Feb 2007) | 12 lines
2407 Changed paths:
2408    M /trunk/dumpcap.c
2409    M /trunk/epan/crypt/airpdcap_interop.h
2410    M /trunk/gtk/about_dlg.c
2411    M /trunk/gtk/main.c
2412    M /trunk/tshark.c
2413    M /trunk/version_info.c
2414    M /trunk/version_info.h
2415
2416 From Eric Hall to fix bug 1289:
2417
2418 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1289
2419
2420 Rename 'svnversion' to 'wireshark_svnversion' to resolve a symbol conflict with
2421 GTK 2.10.6 (hmm, shouldn't GTK not be exporting that symbol or at least naming
2422 it so as to prevent such collisions? Well, so should we, so...)
2423
2424 From Andreas Fink: change #ifdef for size_t in airdcap_interop.h to fix
2425 compile on MacOS X.
2426
2427
2428 ------------------------------------------------------------------------
2429 r20727 | morriss | 2007-02-05 22:24:34 -0800 (Mon, 05 Feb 2007) | 1 line
2430 Changed paths:
2431    M /trunk/Makefile.am
2432
2433 rdps is built to run on the compile server, not on the target machine: use CC and CFLAGS instead of CC_FOR_BUILD and CFLAGS_FOR_BUILD, respectively
2434 ------------------------------------------------------------------------
2435 r20728 | etxrab | 2007-02-05 23:59:24 -0800 (Mon, 05 Feb 2007) | 1 line
2436 Changed paths:
2437    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
2438    M /trunk/epan/dissectors/packet-ansi_map.c
2439
2440 Fix a copy error.
2441 ------------------------------------------------------------------------
2442 r20729 | sahlberg | 2007-02-06 13:19:17 -0800 (Tue, 06 Feb 2007) | 4 lines
2443 Changed paths:
2444    M /trunk/epan/dissectors/packet-scsi-ssc.c
2445
2446 fixup LOCATE10 and LOCATE16
2447 replace a few proto_tree_add_text() with proper dissection of the partition byte
2448
2449
2450 ------------------------------------------------------------------------
2451 r20730 | morriss | 2007-02-06 18:41:10 -0800 (Tue, 06 Feb 2007) | 7 lines
2452 Changed paths:
2453    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
2454    M /trunk/epan/dissectors/packet-ansi_map.c
2455
2456 Fix for bug 1350: Add return value for
2457 dissect_ansi_map_sms_originationrestrictions()
2458
2459 Also close a couple of comments, remove one /* embedded in a comment,
2460 remove a couple unused variables (still lots of unused params in there),
2461 and fix indentation of some proto_item and proto_tree variable declarations.
2462
2463 ------------------------------------------------------------------------
2464 r20731 | ulfl | 2007-02-06 18:45:53 -0800 (Tue, 06 Feb 2007) | 1 line
2465 Changed paths:
2466    M /trunk/gtk/Makefile.nmake
2467
2468 fix a comment typo
2469 ------------------------------------------------------------------------
2470 r20732 | ulfl | 2007-02-06 18:50:33 -0800 (Tue, 06 Feb 2007) | 1 line
2471 Changed paths:
2472    M /trunk/gtk/win32-file-dlg.c
2473
2474 don't free ofn before the last place used
2475 ------------------------------------------------------------------------
2476 r20733 | lego | 2007-02-06 19:39:40 -0800 (Tue, 06 Feb 2007) | 3 lines
2477 Changed paths:
2478    M /trunk/epan/uat.c
2479    M /trunk/epan/uat.h
2480    M /trunk/epan/uat_load.l
2481    M /trunk/gtk/uat_gui.c
2482
2483 Add ENUM and HEXBYTES modes
2484
2485
2486 ------------------------------------------------------------------------
2487 r20734 | lego | 2007-02-07 05:45:28 -0800 (Wed, 07 Feb 2007) | 11 lines
2488 Changed paths:
2489    M /trunk/epan/dissectors/packet-k12.c
2490    M /trunk/epan/libwireshark.def
2491    M /trunk/epan/strutil.c
2492    M /trunk/epan/strutil.h
2493
2494 From: Gisle Vanem
2495
2496 The file epan/dissectors/packet-k12.c uses the function
2497 strcasestr() which is not available on e.g. Windows. So I cooked
2498 up a patch to epan/strutil.c to add epan_strcasestr() (is there a more
2499 suited place for such a function?)
2500
2501
2502
2503
2504
2505 ------------------------------------------------------------------------
2506 r20735 | lego | 2007-02-07 05:55:34 -0800 (Wed, 07 Feb 2007) | 3 lines
2507 Changed paths:
2508    M /trunk/gtk/uat_gui.c
2509
2510 no gtk_window_set_resizable in GTK1
2511
2512
2513 ------------------------------------------------------------------------
2514 r20736 | lego | 2007-02-07 06:54:35 -0800 (Wed, 07 Feb 2007) | 5 lines
2515 Changed paths:
2516    M /trunk/asn1/snmp/packet-snmp-template.c
2517    M /trunk/asn1/snmp/packet-snmp-template.h
2518    M /trunk/epan/Makefile.am
2519    M /trunk/epan/Makefile.common
2520    M /trunk/epan/Makefile.nmake
2521    M /trunk/epan/dfilter/dfilter-macro.c
2522    M /trunk/epan/dissectors/packet-k12.c
2523    M /trunk/epan/dissectors/packet-snmp.c
2524    M /trunk/epan/dissectors/packet-snmp.h
2525    D /trunk/epan/load_snmp_users_file.l
2526    M /trunk/epan/uat-int.h
2527    M /trunk/epan/uat.c
2528    M /trunk/epan/uat.h
2529
2530 * Add a category param to the uat.
2531
2532 * UATify SNMP Users
2533
2534
2535 ------------------------------------------------------------------------
2536 r20737 | lego | 2007-02-07 08:08:19 -0800 (Wed, 07 Feb 2007) | 3 lines
2537 Changed paths:
2538    M /trunk/tools/lemon/lemon.c
2539
2540 do not use an uninitialized rp->line to generate destructor code for rules without code.
2541
2542
2543 ------------------------------------------------------------------------
2544 r20738 | lego | 2007-02-07 10:51:44 -0800 (Wed, 07 Feb 2007) | 3 lines
2545 Changed paths:
2546    M /trunk/asn1/snmp/packet-snmp-template.c
2547    M /trunk/epan/dissectors/packet-snmp.c
2548
2549 Oddly enough MSVC cannot compile this one.
2550
2551
2552 ------------------------------------------------------------------------
2553 r20739 | lego | 2007-02-07 10:56:07 -0800 (Wed, 07 Feb 2007) | 3 lines
2554 Changed paths:
2555    M /trunk/epan/uat.h
2556
2557 MSVC does not like mixed declarations and code
2558 * I'm checking in some still unuused work in progress
2559
2560 ------------------------------------------------------------------------
2561 r20740 | lego | 2007-02-07 12:45:14 -0800 (Wed, 07 Feb 2007) | 5 lines
2562 Changed paths:
2563    M /trunk/epan/dissectors/packet-user_encap.c
2564    M /trunk/epan/uat.c
2565    M /trunk/epan/uat.h
2566
2567 UAT: filed definitions for proto (a dissector hanlde obtained by name)
2568
2569 UATify user-DLTs
2570
2571
2572 ------------------------------------------------------------------------
2573 r20741 | ulfl | 2007-02-07 17:05:43 -0800 (Wed, 07 Feb 2007) | 1 line
2574 Changed paths:
2575    M /trunk/gtk/main.c
2576
2577 some further work on the "welcome page", still far from being complete
2578 ------------------------------------------------------------------------
2579 r20742 | lego | 2007-02-08 02:15:04 -0800 (Thu, 08 Feb 2007) | 3 lines
2580 Changed paths:
2581    M /trunk/asn1/snmp/packet-snmp-template.c
2582    M /trunk/epan/dissectors/packet-snmp.c
2583    M /trunk/epan/dissectors/packet-user_encap.c
2584    M /trunk/epan/uat.c
2585    M /trunk/epan/uat.h
2586
2587 Have the windows buildot compiling again.
2588
2589
2590 ------------------------------------------------------------------------
2591 r20743 | guy | 2007-02-08 02:26:15 -0800 (Thu, 08 Feb 2007) | 6 lines
2592 Changed paths:
2593    M /trunk/epan/dissectors/packet-udp.c
2594
2595 The length of the UDP packet, according to IP, is the reported length,
2596 not the data length (the packet might've been cut short by a snapshot
2597 length).
2598
2599 Fetch the reported length with an accessor.
2600
2601 ------------------------------------------------------------------------
2602 r20744 | jmayer | 2007-02-08 05:54:27 -0800 (Thu, 08 Feb 2007) | 367 lines
2603 Changed paths:
2604    M /trunk/tools/pidl/MANIFEST
2605    M /trunk/tools/pidl/Makefile.PL
2606    M /trunk/tools/pidl/TODO
2607    A /trunk/tools/pidl/expr.yp
2608    M /trunk/tools/pidl/idl.yp
2609    M /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
2610    A /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm
2611    M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
2612    M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
2613    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
2614    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
2615    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
2616    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
2617    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
2618    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
2619    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
2620    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Template.pm
2621    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
2622    M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
2623    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
2624    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
2625    M /trunk/tools/pidl/lib/Parse/Pidl.pm
2626    A /trunk/tools/pidl/lib/Parse/Yapp
2627    A /trunk/tools/pidl/lib/Parse/Yapp/Driver.pm
2628    M /trunk/tools/pidl/pidl
2629    M /trunk/tools/pidl/tests/Util.pm
2630    A /trunk/tools/pidl/tests/ndr.pl
2631    M /trunk/tools/pidl/tests/ndr_align.pl
2632    M /trunk/tools/pidl/tests/ndr_alloc.pl
2633    M /trunk/tools/pidl/tests/ndr_array.pl
2634    A /trunk/tools/pidl/tests/ndr_compat.pl
2635    A /trunk/tools/pidl/tests/ndr_deprecations.pl
2636    M /trunk/tools/pidl/tests/ndr_fullptr.pl
2637    M /trunk/tools/pidl/tests/ndr_refptr.pl
2638    M /trunk/tools/pidl/tests/ndr_represent.pl
2639    M /trunk/tools/pidl/tests/ndr_simple.pl
2640    M /trunk/tools/pidl/tests/ndr_string.pl
2641    M /trunk/tools/pidl/tests/ndr_tagtype.pl
2642    M /trunk/tools/pidl/tests/parse_idl.pl
2643    A /trunk/tools/pidl/tests/samba-ndr.pl
2644    A /trunk/tools/pidl/tests/test_util.pl
2645    A /trunk/tools/pidl/tests/util.pl
2646
2647 Update from samba tree revision 20292 to 21237
2648 ============================ Samba log start ============
2649 ------------------------------------------------------------------------
2650 r20298 | jelmer | 2006-12-21 02:51:35 +0100 (Thu, 21 Dec 2006) | 2 lines
2651 Changed paths:
2652    M /branches/SAMBA_4_0/source/build/smb_build/makefile.pm
2653    M /branches/SAMBA_4_0/source/build/smb_build/output.pm
2654    M /branches/SAMBA_4_0/source/include/includes.h
2655    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
2656
2657 Fix pidl tests (missing symlink..).
2658
2659 ------------------------------------------------------------------------
2660 r20299 | jelmer | 2006-12-21 03:48:46 +0100 (Thu, 21 Dec 2006) | 2 lines
2661 Changed paths:
2662    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
2663    M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
2664    M /branches/SAMBA_4_0/source/pidl/tests/ndr_string.pl
2665
2666 Disable two new tests that are apparently broken.
2667
2668 ------------------------------------------------------------------------
2669 r20358 | metze | 2006-12-27 16:36:50 +0100 (Wed, 27 Dec 2006) | 6 lines
2670 Changed paths:
2671    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
2672    M /branches/SAMBA_4_0/source/scripting/ejs/ejsrpc.c
2673    M /branches/SAMBA_4_0/source/scripting/ejs/ejsrpc.h
2674
2675 - fix ejs generated code for ipv4address
2676 - (not Parse::Pidl::Typelist::scalar_is_reference($e->{TYPE}))
2677   is much more generic than ($e->{TYPE} ne "string")
2678   and handles ipv4address and other special types...
2679
2680 metze
2681 ------------------------------------------------------------------------
2682 r20511 | jelmer | 2007-01-03 16:34:01 +0100 (Wed, 03 Jan 2007) | 2 lines
2683 Changed paths:
2684    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Compat.pm
2685    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
2686    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
2687    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
2688    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
2689    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
2690    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
2691    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl.pm
2692
2693 Combine warnings/errors/fatal functions and move them to Parse::Pidl.
2694
2695 ------------------------------------------------------------------------
2696 r20543 | jelmer | 2007-01-05 13:56:15 +0100 (Fri, 05 Jan 2007) | 5 lines
2697 Changed paths:
2698    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
2699    A /branches/SAMBA_4_0/source/pidl/tests/util.pl
2700
2701 Merge some pidl bug fixes:
2702  * C expressions that just started with a constant were erroneously flagged 
2703    as being a constant.
2704  * 1-length variable names in expressions were broken.
2705
2706 ------------------------------------------------------------------------
2707 r20545 | jelmer | 2007-01-05 15:25:21 +0100 (Fri, 05 Jan 2007) | 2 lines
2708 Changed paths:
2709    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
2710    M /branches/SAMBA_4_0/source/pidl/tests/util.pl
2711
2712 Fix is_constant().
2713
2714 ------------------------------------------------------------------------
2715 r20547 | jelmer | 2007-01-05 15:55:26 +0100 (Fri, 05 Jan 2007) | 2 lines
2716 Changed paths:
2717    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl.pm
2718    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
2719    A /branches/SAMBA_4_0/source/pidl/tests/ndr_compat.pl
2720    A /branches/SAMBA_4_0/source/pidl/tests/test_util.pl
2721
2722 Add tests for expected errors/warnings.
2723
2724 ------------------------------------------------------------------------
2725 r20548 | jelmer | 2007-01-05 16:03:21 +0100 (Fri, 05 Jan 2007) | 2 lines
2726 Changed paths:
2727    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl.pm
2728    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
2729    M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
2730    M /branches/SAMBA_4_0/source/pidl/tests/ndr_alloc.pl
2731    M /branches/SAMBA_4_0/source/pidl/tests/ndr_array.pl
2732    M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
2733    M /branches/SAMBA_4_0/source/pidl/tests/ndr_refptr.pl
2734    M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl
2735    M /branches/SAMBA_4_0/source/pidl/tests/ndr_simple.pl
2736    M /branches/SAMBA_4_0/source/pidl/tests/ndr_string.pl
2737    M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
2738    M /branches/SAMBA_4_0/source/pidl/tests/test_util.pl
2739
2740 Remove unnecessary "use lib", fix warnings.
2741
2742 ------------------------------------------------------------------------
2743 r20550 | jelmer | 2007-01-05 16:20:23 +0100 (Fri, 05 Jan 2007) | 3 lines
2744 Changed paths:
2745    M /branches/SAMBA_4_0/source/pidl/idl.yp
2746    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
2747    M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
2748
2749 Use standard error mechanism in parser. 
2750 Make sure errors are reported correctly.
2751
2752 ------------------------------------------------------------------------
2753 r20556 | jelmer | 2007-01-05 18:18:22 +0100 (Fri, 05 Jan 2007) | 2 lines
2754 Changed paths:
2755    M /branches/SAMBA_4_0/source/pidl/tests/util.pl
2756
2757 Add more tests to make sure nothing breaks when I replace the ParseExpr code.
2758
2759 ------------------------------------------------------------------------
2760 r20561 | jelmer | 2007-01-05 21:12:21 +0100 (Fri, 05 Jan 2007) | 2 lines
2761 Changed paths:
2762    A /branches/SAMBA_4_0/source/pidl/expr.yp
2763    A /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
2764
2765 Add parser for subexpressions used in IDL attributes.
2766
2767 ------------------------------------------------------------------------
2768 r20562 | jelmer | 2007-01-05 21:13:48 +0100 (Fri, 05 Jan 2007) | 3 lines
2769 Changed paths:
2770    M /branches/SAMBA_4_0/source/main.mk
2771    M /branches/SAMBA_4_0/source/pidl/Makefile.PL
2772    A /branches/SAMBA_4_0/source/pidl/lib/Parse/Yapp
2773    A /branches/SAMBA_4_0/source/pidl/lib/Parse/Yapp/Driver.pm
2774
2775 Start building expr parser. Add separate copy of Yapp::Driver 
2776 rather than including it in each individual parser.
2777
2778 ------------------------------------------------------------------------
2779 r20563 | jelmer | 2007-01-05 21:18:33 +0100 (Fri, 05 Jan 2007) | 5 lines
2780 Changed paths:
2781    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
2782    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
2783    M /branches/SAMBA_4_0/source/pidl/tests/util.pl
2784
2785 Start using the new parser in ParseExpr(). It's now trivial to use this 
2786 to check for NULL pointers when pointers are being dereferenced (#4218).
2787
2788 There are exactly 500 tests for pidl now :-)
2789
2790 ------------------------------------------------------------------------
2791 r20564 | jelmer | 2007-01-05 21:23:48 +0100 (Fri, 05 Jan 2007) | 2 lines
2792 Changed paths:
2793    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
2794
2795 Regenerate.
2796
2797 ------------------------------------------------------------------------
2798 r20567 | jelmer | 2007-01-05 21:52:12 +0100 (Fri, 05 Jan 2007) | 2 lines
2799 Changed paths:
2800    M /branches/SAMBA_4_0/source/pidl/expr.yp
2801    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
2802    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
2803    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
2804    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
2805    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
2806    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
2807    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
2808    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
2809    M /branches/SAMBA_4_0/source/pidl/tests/util.pl
2810
2811 Print proper errors with filename and line numbers in ParseExpr()
2812
2813 ------------------------------------------------------------------------
2814 r20571 | jelmer | 2007-01-05 22:26:28 +0100 (Fri, 05 Jan 2007) | 1 line
2815 Changed paths:
2816    M /branches/SAMBA_4_0/source/pidl/tests/util.pl
2817
2818 fix '' case
2819 ------------------------------------------------------------------------
2820 r20573 | metze | 2007-01-05 22:36:57 +0100 (Fri, 05 Jan 2007) | 3 lines
2821 Changed paths:
2822    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
2823
2824 fix handling of pointers handling to elements with the charset property
2825
2826 metze
2827 ------------------------------------------------------------------------
2828 r20625 | jelmer | 2007-01-09 07:02:41 +0100 (Tue, 09 Jan 2007) | 2 lines
2829 Changed paths:
2830    M /branches/SAMBA_4_0/source/pidl/expr.yp
2831    M /branches/SAMBA_4_0/source/pidl/idl.yp
2832    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
2833    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
2834    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
2835    M /branches/SAMBA_4_0/source/pidl/tests/util.pl
2836
2837 Fix couple of warnings.
2838
2839 ------------------------------------------------------------------------
2840 r20631 | jelmer | 2007-01-09 16:50:36 +0100 (Tue, 09 Jan 2007) | 2 lines
2841 Changed paths:
2842    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
2843    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
2844    A /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
2845
2846 Add some tests for the ndr parser.
2847
2848 ------------------------------------------------------------------------
2849 r20633 | jelmer | 2007-01-09 16:54:36 +0100 (Tue, 09 Jan 2007) | 2 lines
2850 Changed paths:
2851    M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
2852
2853 Add another test, fix warnings.
2854
2855 ------------------------------------------------------------------------
2856 r20637 | jelmer | 2007-01-10 00:41:25 +0100 (Wed, 10 Jan 2007) | 3 lines
2857 Changed paths:
2858    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
2859    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
2860    A /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
2861
2862 Don't check for NULL pointers when the pointer is guaranteed to not be NULL 
2863 (if it is a ref pointer).
2864
2865 ------------------------------------------------------------------------
2866 r20638 | jelmer | 2007-01-10 01:37:30 +0100 (Wed, 10 Jan 2007) | 3 lines
2867 Changed paths:
2868    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
2869    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
2870
2871 Check for NULL pointers (where possible) in print functions. Fixes #4218, 
2872 but without reintroducing coverity warnings. 
2873
2874 ------------------------------------------------------------------------
2875 r20675 | jelmer | 2007-01-11 03:10:01 +0100 (Thu, 11 Jan 2007) | 2 lines
2876 Changed paths:
2877    M /branches/SAMBA_4_0/source/pidl/MANIFEST
2878    M /branches/SAMBA_4_0/source/pidl/Makefile.PL
2879
2880 Fix installation.
2881
2882 ------------------------------------------------------------------------
2883 r20688 | jelmer | 2007-01-11 23:47:29 +0100 (Thu, 11 Jan 2007) | 1 line
2884 Changed paths:
2885    M /branches/SAMBA_4_0/source/pidl/pidl
2886
2887 Use argv[0] equivalent of perl.
2888 ------------------------------------------------------------------------
2889 r20746 | jelmer | 2007-01-14 02:33:16 +0100 (Sun, 14 Jan 2007) | 3 lines
2890 Changed paths:
2891    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
2892    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
2893    D /branches/SAMBA_4_0/source/script/tests/test_smbclient.sh
2894    M /branches/SAMBA_4_0/source/script/tests/tests_all.sh
2895    A /branches/SAMBA_4_0/testprogs/blackbox
2896    A /branches/SAMBA_4_0/testprogs/blackbox/test_smbclient.sh (from /branches/SAMBA_4_0/source/script/tests/test_smbclient.sh:20745)
2897
2898 Don't report each individual test in test_smbclient as a single testsuite. 
2899 Create separate directory for blackbox tests.
2900
2901 ------------------------------------------------------------------------
2902 r20830 | jelmer | 2007-01-16 15:44:23 +0100 (Tue, 16 Jan 2007) | 1 line
2903 Changed paths:
2904    M /branches/SAMBA_4_0
2905    M /branches/SAMBA_4_0/source/librpc/idl/mgmt.idl
2906    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
2907    M /branches/SAMBA_4_0/source/rpc_server/config.mk
2908    M /branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c
2909    A /branches/SAMBA_4_0/source/rpc_server/dcesrv_mgmt.c (from /branches/SAMBA_4_0/source/rpc_server/mgmt/dcesrv_mgmt.c:20829)
2910    D /branches/SAMBA_4_0/source/rpc_server/mgmt
2911    M /branches/SAMBA_4_0/source/script/tests/test_rpc.sh
2912    M /branches/SAMBA_4_0/source/torture/rpc/mgmt.c
2913
2914 merge mgmt work
2915 ------------------------------------------------------------------------
2916 r20834 | jelmer | 2007-01-16 16:51:37 +0100 (Tue, 16 Jan 2007) | 1 line
2917 Changed paths:
2918    M /branches/SAMBA_4_0
2919    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
2920    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
2921
2922 No longer generate extra pointers for top-level [out] unique pointers.
2923 ------------------------------------------------------------------------
2924 r20836 | jelmer | 2007-01-16 18:45:33 +0100 (Tue, 16 Jan 2007) | 1 line
2925 Changed paths:
2926    M /branches/SAMBA_4_0
2927    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
2928
2929 Use real type name, to fix compilation with -WC++-compat
2930 ------------------------------------------------------------------------
2931 r20850 | jelmer | 2007-01-17 15:49:36 +0100 (Wed, 17 Jan 2007) | 1 line
2932 Changed paths:
2933    M /branches/SAMBA_4_0
2934    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
2935    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
2936    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Template.pm
2937    M /branches/SAMBA_4_0/source/rpc_server/dcesrv_mgmt.c
2938    M /branches/SAMBA_4_0/source/rpc_server/drsuapi/dcesrv_drsuapi.c
2939    M /branches/SAMBA_4_0/source/rpc_server/echo/rpc_echo.c
2940    M /branches/SAMBA_4_0/source/rpc_server/epmapper/rpc_epmapper.c
2941    M /branches/SAMBA_4_0/source/rpc_server/lsa/dcesrv_lsa.c
2942    M /branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c
2943    M /branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c
2944    M /branches/SAMBA_4_0/source/rpc_server/samr/samr_password.c
2945    M /branches/SAMBA_4_0/source/rpc_server/spoolss/dcesrv_spoolss.c
2946    M /branches/SAMBA_4_0/source/rpc_server/srvsvc/dcesrv_srvsvc.c
2947    M /branches/SAMBA_4_0/source/rpc_server/unixinfo/dcesrv_unixinfo.c
2948    M /branches/SAMBA_4_0/source/rpc_server/winreg/rpc_winreg.c
2949    M /branches/SAMBA_4_0/source/rpc_server/wkssvc/dcesrv_wkssvc.c
2950
2951 Prefix all server calls with dcesrv_
2952 ------------------------------------------------------------------------
2953 r20942 | jelmer | 2007-01-22 01:04:59 +0100 (Mon, 22 Jan 2007) | 1 line
2954 Changed paths:
2955    M /branches/SAMBA_4_0
2956    M /branches/SAMBA_4_0/source/build/m4/check_cc.m4
2957    M /branches/SAMBA_4_0/source/build/m4/check_perl.m4
2958    M /branches/SAMBA_4_0/source/build/smb_build/makefile.pm
2959    M /branches/SAMBA_4_0/source/main.mk
2960    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
2961    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
2962    M /branches/SAMBA_4_0/source/pidl/pidl
2963
2964 Simplify handling of systems that don't support negative enum values by using an ifdef rather than a pidl argument.
2965 ------------------------------------------------------------------------
2966 r20967 | jelmer | 2007-01-23 11:08:08 +0100 (Tue, 23 Jan 2007) | 1 line
2967 Changed paths:
2968    M /branches/SAMBA_4_0
2969    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
2970    M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
2971    M /branches/SAMBA_4_0/source/pidl/tests/ndr_refptr.pl
2972    M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
2973    M /branches/SAMBA_4_0/source/script/tests/tests_all.sh
2974    M /branches/SAMBA_4_0/source/torture/config.mk
2975
2976 Allow pidl tests to work with gcov
2977 ------------------------------------------------------------------------
2978 r21075 | jelmer | 2007-01-31 12:54:01 +0100 (Wed, 31 Jan 2007) | 1 line
2979 Changed paths:
2980    M /branches/SAMBA_4_0
2981    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
2982
2983 Generate parameters in structs for the server side Samba 3 code. The current code in Samba 3 is already generated using this pidl patch.
2984 ------------------------------------------------------------------------
2985 r21222 | jelmer | 2007-02-07 20:03:19 +0100 (Wed, 07 Feb 2007) | 8 lines
2986 Changed paths:
2987    M /branches/SAMBA_4_0
2988    M /branches/SAMBA_4_0/source/pidl/TODO
2989    M /branches/SAMBA_4_0/source/pidl/expr.yp
2990    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
2991    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
2992    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
2993    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
2994    M /branches/SAMBA_4_0/source/pidl/pidl
2995    D /branches/SAMBA_4_0/source/pidl/ref_notes.txt
2996    A /branches/SAMBA_4_0/source/pidl/tests/ndr_deprecations.pl
2997    M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl
2998    M /branches/SAMBA_4_0/source/pidl/tests/util.pl
2999    M /branches/SAMBA_4_0/source/torture/smbtorture.c
3000    M /branches/SAMBA_4_0/source/torture/torture.c
3001
3002 Merge a couple of pidl fixes:
3003                  
3004 * Pidl will now warn when trying to use pointers as integers in expressions.
3005 * "subcontext()" is now marked as deprecated. The alternatives, 
3006   transmit_as() / represent_as() should be available soon.
3007 * More tests.
3008 * Remove some unused code in smbtorture.
3009
3010 ------------------------------------------------------------------------
3011 ------------------------------------------------------------------------
3012 ============================ Samba log end ==============
3013
3014 ------------------------------------------------------------------------
3015 r20745 | gal | 2007-02-08 09:09:15 -0800 (Thu, 08 Feb 2007) | 5 lines
3016 Changed paths:
3017    M /trunk/asn1/x411/packet-x411-template.c
3018    M /trunk/epan/dissectors/packet-x411.c
3019
3020 This patch adds support for decoding BER-encoded files as "X.411 Message". 
3021
3022 http://www.wireshark.org/lists/wireshark-dev/200702/msg00355.html
3023
3024
3025 ------------------------------------------------------------------------
3026 r20746 | gal | 2007-02-08 09:12:38 -0800 (Thu, 08 Feb 2007) | 7 lines
3027 Changed paths:
3028    M /trunk/asn1/cdt/cdt.cnf
3029    M /trunk/asn1/cdt/packet-cdt-template.c
3030    M /trunk/asn1/cdt/packet-cdt-template.h
3031    M /trunk/epan/dissectors/packet-cdt.c
3032    M /trunk/epan/dissectors/packet-cdt.h
3033
3034 This patch adds some expert info in CDT when:
3035 - Unable to get compressed content
3036 - Unable to uncompress content
3037
3038 http://www.wireshark.org/lists/wireshark-dev/200702/msg00356.html
3039
3040
3041 ------------------------------------------------------------------------
3042 r20747 | gal | 2007-02-08 09:15:45 -0800 (Thu, 08 Feb 2007) | 7 lines
3043 Changed paths:
3044    M /trunk/epan/dissectors/packet-p_mul.c
3045
3046 This patch adds some expert info in P_Mul when:
3047 - Checksum failure
3048 - Missing sequence numbers
3049
3050 http://www.wireshark.org/lists/wireshark-dev/200702/msg00357.html
3051
3052
3053 ------------------------------------------------------------------------
3054 r20748 | gal | 2007-02-08 09:17:36 -0800 (Thu, 08 Feb 2007) | 10 lines
3055 Changed paths:
3056    M /trunk/epan/dissectors/packet-dmp.c
3057
3058 This patch adds some expert info in DMP when:
3059 - Checksum failure
3060 - Decoding of SIC failure
3061 - Negative ACK response
3062 - Unsupported DMP version
3063 - Error uncompressing content
3064
3065 http://www.wireshark.org/lists/wireshark-dev/200702/msg00358.html
3066
3067
3068 ------------------------------------------------------------------------
3069 r20749 | lego | 2007-02-08 09:35:03 -0800 (Thu, 08 Feb 2007) | 9 lines
3070 Changed paths:
3071    M /trunk/epan/dissectors/packet-k12.c
3072    M /trunk/epan/dissectors/packet-umts_fp.h
3073    M /trunk/wiretap/k12.c
3074    M /trunk/wiretap/wtap.h
3075
3076 From: Kriang Lerdsuwanakij
3077
3078 In the attached patch, the K12 wiretap now saves the content of record
3079 after captured packet data. The K12 dissector then could extract them and provide
3080 useful information to properly dissect FP frames (user plane of UTRAN Iub
3081 interface).
3082
3083
3084
3085 ------------------------------------------------------------------------
3086 r20750 | ulfl | 2007-02-08 10:25:45 -0800 (Thu, 08 Feb 2007) | 3 lines
3087 Changed paths:
3088    M /trunk/config.nmake
3089    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
3090    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
3091
3092 Python V2.5 is the latest stable version. Add a comment to config.nmake (but keep the 2.4 alive for now) and update version strings in the devel guide.
3093
3094 If the buildbot will be updated, we could also activate the new version in config.nmake.
3095 ------------------------------------------------------------------------
3096 r20751 | ulfl | 2007-02-08 10:29:47 -0800 (Thu, 08 Feb 2007) | 1 line
3097 Changed paths:
3098    M /trunk/epan/libwireshark.def
3099    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
3100
3101 various major enhancements to the PROFINET-IO dissector (including some new TLV blocks)
3102 ------------------------------------------------------------------------
3103 r20752 | guy | 2007-02-08 13:55:57 -0800 (Thu, 08 Feb 2007) | 2 lines
3104 Changed paths:
3105    M /trunk/epan/libwireshark.def
3106
3107 Add dissect_nt_64bit_time to the list of exported routines.
3108
3109 ------------------------------------------------------------------------
3110 r20753 | lego | 2007-02-08 19:11:14 -0800 (Thu, 08 Feb 2007) | 7 lines
3111 Changed paths:
3112    M /trunk/epan/dfilter/dfilter-macro.c
3113    M /trunk/epan/dissectors/packet-user_encap.c
3114    M /trunk/epan/libwireshark.def
3115    M /trunk/gtk/Makefile.common
3116    D /trunk/gtk/macros_dlg.c
3117    D /trunk/gtk/macros_dlg.h
3118    M /trunk/gtk/main.c
3119    M /trunk/gtk/menu.c
3120    M /trunk/gtk/uat_gui.c
3121    M /trunk/gtk/uat_gui.h
3122    M /trunk/stat_menu.h
3123
3124
3125 * Add a Submenu (/Views/User Tables) where UATs can be accessed.
3126 * Remove macros_dlg, the DFMacros UAT goes in the menu with all the rest
3127 * in packet-user_encap.c WTAP_ENCAP=XXX has become useless information for the user leave just the DLT#
3128
3129
3130
3131 ------------------------------------------------------------------------
3132 r20754 | martinm | 2007-02-09 03:24:59 -0800 (Fri, 09 Feb 2007) | 2 lines
3133 Changed paths:
3134    M /trunk/gtk/Makefile.am
3135
3136 Fix build (at least for me) by removing macros_dlg.h
3137
3138 ------------------------------------------------------------------------
3139 r20755 | jake | 2007-02-09 06:43:24 -0800 (Fri, 09 Feb 2007) | 2 lines
3140 Changed paths:
3141    M /trunk/plugins/irda/packet-ircomm.c
3142
3143 Source code cleanup.
3144
3145 ------------------------------------------------------------------------
3146 r20756 | tuexen | 2007-02-09 08:38:57 -0800 (Fri, 09 Feb 2007) | 3 lines
3147 Changed paths:
3148    M /trunk/AUTHORS
3149    M /trunk/epan/dissectors/packet-sctp.c
3150    M /trunk/epan/dissectors/packet-sctp.h
3151
3152 Add support for SCTP reassembly from Robin Seggelmann.
3153 You must enable this feature via Edit/Preferences/Protocols/SCTP
3154
3155 ------------------------------------------------------------------------
3156 r20757 | tuexen | 2007-02-09 09:47:39 -0800 (Fri, 09 Feb 2007) | 2 lines
3157 Changed paths:
3158    M /trunk/AUTHORS
3159
3160 Formatting.
3161
3162 ------------------------------------------------------------------------
3163 r20758 | sahlberg | 2007-02-09 13:03:41 -0800 (Fri, 09 Feb 2007) | 8 lines
3164 Changed paths:
3165    M /trunk/epan/dissectors/packet-sctp.c
3166
3167 use se_alloc() instead of g_malloc() to allocate storage for the key to the hash table.
3168 this allows us to use g_hash_table_new() instead of g_hash_table_new_full() and thus make it compileable under gtk1.2
3169
3170
3171 this should probably be completely converted into se_tree's and se_alloc to completely remove the hashtable altogether
3172
3173
3174
3175 ------------------------------------------------------------------------
3176 r20759 | tuexen | 2007-02-09 13:05:43 -0800 (Fri, 09 Feb 2007) | 5 lines
3177 Changed paths:
3178    M /trunk/gtk/sctp_assoc_analyse.c
3179    M /trunk/gtk/sctp_byte_graph_dlg.c
3180    M /trunk/gtk/sctp_graph_dlg.c
3181    M /trunk/gtk/sctp_stat.c
3182    M /trunk/gtk/sctp_stat_dlg.c
3183
3184 A fix from Irene Ruengeler to keep assocs selected when
3185 setting/applying filters.
3186 Remove some warnings.
3187
3188
3189 ------------------------------------------------------------------------
3190 r20760 | tuexen | 2007-02-09 15:14:15 -0800 (Fri, 09 Feb 2007) | 2 lines
3191 Changed paths:
3192    M /trunk/epan/dissectors/packet-sctp.c
3193
3194 Fix whitespaces.
3195
3196 ------------------------------------------------------------------------
3197 r20761 | tuexen | 2007-02-09 15:29:57 -0800 (Fri, 09 Feb 2007) | 2 lines
3198 Changed paths:
3199    M /trunk/epan/dissectors/packet-sctp.c
3200
3201 Provide a correct argument to g_hash_table_foreach_remove.
3202
3203 ------------------------------------------------------------------------
3204 r20762 | gerald | 2007-02-09 17:13:05 -0800 (Fri, 09 Feb 2007) | 3 lines
3205 Changed paths:
3206    M /trunk/capture_loop.c
3207
3208 Windows named pipe support, which was disabled several months ago,
3209 is now inexplicably working, so enable it.
3210
3211 ------------------------------------------------------------------------
3212 r20763 | ulfl | 2007-02-10 00:03:47 -0800 (Sat, 10 Feb 2007) | 1 line
3213 Changed paths:
3214    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
3215
3216 add a lot more TLV block decodes, some code cleanup, ...
3217 ------------------------------------------------------------------------
3218 r20764 | ulfl | 2007-02-10 02:28:59 -0800 (Sat, 10 Feb 2007) | 1 line
3219 Changed paths:
3220    M /trunk/epan/dissectors/packet-frame.c
3221
3222 add STATUS_STACK_OVERFLOW to the possible Win32 exception codes - unfortunately, this exception seems to corrupt the stack at least in a way that the TRY / CATCH pair later causes an access violation ...
3223 ------------------------------------------------------------------------
3224 r20765 | sahlberg | 2007-02-10 11:56:41 -0800 (Sat, 10 Feb 2007) | 3 lines
3225 Changed paths:
3226    M /trunk/epan/dissectors/packet-scsi-ssc.c
3227
3228 prettify READ6 and dissect the flags bits properly instead of using a proto_tree_add_text()
3229
3230
3231 ------------------------------------------------------------------------
3232 r20766 | sahlberg | 2007-02-10 12:06:01 -0800 (Sat, 10 Feb 2007) | 2 lines
3233 Changed paths:
3234    M /trunk/epan/dissectors/packet-scsi-ssc.c
3235
3236 add dissewction of the SSC READ16 cdb
3237
3238 ------------------------------------------------------------------------
3239 r20767 | sahlberg | 2007-02-10 12:13:03 -0800 (Sat, 10 Feb 2007) | 3 lines
3240 Changed paths:
3241    M /trunk/epan/dissectors/packet-scsi-ssc.c
3242
3243 add dissection of SSC READREVERSE16 cdb
3244
3245
3246 ------------------------------------------------------------------------
3247 r20768 | sahlberg | 2007-02-10 12:23:38 -0800 (Sat, 10 Feb 2007) | 3 lines
3248 Changed paths:
3249    M /trunk/epan/dissectors/packet-scsi-ssc.c
3250
3251 add dissection of SSC VERIFY16 cdb
3252
3253
3254 ------------------------------------------------------------------------
3255 r20769 | sahlberg | 2007-02-10 12:31:01 -0800 (Sat, 10 Feb 2007) | 3 lines
3256 Changed paths:
3257    M /trunk/epan/dissectors/packet-scsi-ssc.c
3258
3259 add dissection of the WRITE16 and the WRITEFILEMARKS16 cdbs
3260
3261
3262 ------------------------------------------------------------------------
3263 r20770 | sahlberg | 2007-02-10 12:38:59 -0800 (Sat, 10 Feb 2007) | 4 lines
3264 Changed paths:
3265    M /trunk/epan/dissectors/packet-scsi-ssc.c
3266    M /trunk/epan/dissectors/packet-scsi-ssc.h
3267
3268 change all SSC2 into SSC to indicate this is an SSC dissector and not specific to SSC v2
3269
3270
3271
3272 ------------------------------------------------------------------------
3273 r20771 | sahlberg | 2007-02-10 12:55:37 -0800 (Sat, 10 Feb 2007) | 3 lines
3274 Changed paths:
3275    M /trunk/epan/dissectors/packet-scsi-ssc.c
3276
3277 add dissection of the SSC READREVERSE6 cdb
3278
3279
3280 ------------------------------------------------------------------------
3281 r20772 | sahlberg | 2007-02-10 13:26:38 -0800 (Sat, 10 Feb 2007) | 4 lines
3282 Changed paths:
3283    M /trunk/epan/dissectors/packet-scsi-ssc.c
3284
3285 add dissection of VERIFY6 cdb 
3286 dissect SPACE6/16 code field using a value_string
3287
3288
3289 ------------------------------------------------------------------------
3290 r20773 | sahlberg | 2007-02-10 13:39:40 -0800 (Sat, 10 Feb 2007) | 3 lines
3291 Changed paths:
3292    M /trunk/epan/dissectors/packet-scsi-ssc.c
3293
3294 add dissection of the RECOVER BUFFERED DATA cdb
3295
3296
3297 ------------------------------------------------------------------------
3298 r20774 | sahlberg | 2007-02-10 13:48:12 -0800 (Sat, 10 Feb 2007) | 3 lines
3299 Changed paths:
3300    M /trunk/epan/dissectors/packet-scsi-ssc.c
3301
3302 add dissection of REPORTDENSITYSUPPORT cdb
3303
3304
3305 ------------------------------------------------------------------------
3306 r20775 | sahlberg | 2007-02-10 13:53:09 -0800 (Sat, 10 Feb 2007) | 2 lines
3307 Changed paths:
3308    M /trunk/epan/dissectors/packet-scsi-ssc.c
3309
3310 update the REWIND cdb dissector
3311
3312 ------------------------------------------------------------------------
3313 r20776 | sahlberg | 2007-02-10 14:01:27 -0800 (Sat, 10 Feb 2007) | 6 lines
3314 Changed paths:
3315    M /trunk/epan/dissectors/packet-scsi-ssc.c
3316
3317 add dissection of SSC SETCAPACITY cdb
3318
3319 the SSC dissector should be in fairly good shape now   modulo some missing
3320 dissectors for a few data in/out buffers that someone that needs them can easily add
3321
3322
3323 ------------------------------------------------------------------------
3324 r20777 | sahlberg | 2007-02-10 16:09:46 -0800 (Sat, 10 Feb 2007) | 3 lines
3325 Changed paths:
3326    M /trunk/epan/dissectors/packet-scsi-smc.c
3327    M /trunk/epan/dissectors/packet-scsi-smc.h
3328
3329 add the name for two missing SMC cdbs
3330
3331
3332 ------------------------------------------------------------------------
3333 r20778 | sahlberg | 2007-02-10 16:20:37 -0800 (Sat, 10 Feb 2007) | 4 lines
3334 Changed paths:
3335    M /trunk/epan/dissectors/packet-scsi-smc.c
3336    M /trunk/epan/dissectors/packet-scsi-smc.h
3337    M /trunk/epan/dissectors/packet-scsi-ssc.c
3338    M /trunk/epan/dissectors/packet-scsi.c
3339
3340 dont encode a specific revision of the standard in the symbol names
3341
3342 change all symbols from smc2 to smc
3343
3344 ------------------------------------------------------------------------
3345 r20779 | sahlberg | 2007-02-10 16:45:15 -0800 (Sat, 10 Feb 2007) | 6 lines
3346 Changed paths:
3347    M /trunk/epan/dissectors/packet-scsi-mmc.c
3348    M /trunk/epan/dissectors/packet-scsi-osd.c
3349    M /trunk/epan/dissectors/packet-scsi-sbc.c
3350    M /trunk/epan/dissectors/packet-scsi-smc.c
3351    M /trunk/epan/dissectors/packet-scsi-ssc.c
3352    M /trunk/epan/dissectors/packet-scsi.c
3353    M /trunk/epan/dissectors/packet-scsi.h
3354
3355 remove the revision number from the spc symbols
3356
3357 change all spc2 and spc3 to spc
3358
3359
3360
3361 ------------------------------------------------------------------------
3362 r20780 | sahlberg | 2007-02-10 17:32:53 -0800 (Sat, 10 Feb 2007) | 3 lines
3363 Changed paths:
3364    M /trunk/epan/dissectors/packet-scsi-smc.c
3365
3366 add dissection of SMC EXCHANGE MEDIUM cdb
3367
3368
3369 ------------------------------------------------------------------------
3370 r20781 | sahlberg | 2007-02-10 17:50:16 -0800 (Sat, 10 Feb 2007) | 5 lines
3371 Changed paths:
3372    M /trunk/epan/dissectors/packet-scsi-smc.c
3373
3374 add dissection of the two SMC cdbs
3375 INITIALIZE ELEMENT STATUS
3376 INITIALIZE ELEMENT STATUS WITH RANGE
3377
3378
3379 ------------------------------------------------------------------------
3380 r20782 | sahlberg | 2007-02-10 17:59:53 -0800 (Sat, 10 Feb 2007) | 3 lines
3381 Changed paths:
3382    M /trunk/epan/dissectors/packet-scsi-smc.c
3383
3384 update the SMC MOVEMEDIUM cdb dissector
3385
3386
3387 ------------------------------------------------------------------------
3388 r20783 | sfisher | 2007-02-10 19:36:04 -0800 (Sat, 10 Feb 2007) | 8 lines
3389 Changed paths:
3390    M /trunk/AUTHORS
3391    M /trunk/epan/dissectors/packet-bootp.c
3392
3393
3394 From Joe McEachern:
3395
3396 Attached is a wireshark patch that adds support for decoding DHCP option 125
3397 and the DHCP option 125 suboptions defined by the DSL Forum's TR-111
3398 specification.
3399
3400
3401 ------------------------------------------------------------------------
3402 r20784 | ulfl | 2007-02-10 19:45:21 -0800 (Sat, 10 Feb 2007) | 1 line
3403 Changed paths:
3404    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
3405
3406 remove a g_warning left over from debugging
3407 ------------------------------------------------------------------------
3408 r20785 | ulfl | 2007-02-10 20:12:07 -0800 (Sat, 10 Feb 2007) | 1 line
3409 Changed paths:
3410    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
3411
3412 remove some warnings
3413 ------------------------------------------------------------------------
3414 r20786 | sfisher | 2007-02-10 22:44:18 -0800 (Sat, 10 Feb 2007) | 4 lines
3415 Changed paths:
3416    M /trunk/epan/dissectors/packet-bootp.c
3417
3418
3419 Remove unused variable
3420
3421
3422 ------------------------------------------------------------------------
3423 r20787 | ulfl | 2007-02-11 00:38:49 -0800 (Sun, 11 Feb 2007) | 15 lines
3424 Changed paths:
3425    M /trunk/docbook/Makefile.common
3426    D /trunk/docbook/wsug_graphics/ws-bytes-pane-popup-menu.png
3427    M /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png
3428    M /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png
3429    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
3430    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
3431
3432 from Douglas Pratley:
3433
3434 Based on comments from Ulf (http://www.wireshark.org/lists/wireshark-dev/200701/msg02802.html), have revised menu structure and labels for copying items, and updated the documentation to match.
3435
3436 (a) All copying now under one sub-menu in each of packet list and details panes
3437 (b) Revised names for copy items, now the same for both panes
3438 (c) Export Selected Packet Bytes item now in pop-up menu for packet list and details panes
3439 (d) Removed Copy and Export from packet bytes pane; this leaves no items in the pop-up menu.
3440  
3441
3442 This last is because the functionality in the bytes pane was odd and inconsistent
3443 - right-clicking would often change the selection in unexpected ways
3444 - the export worked on the selected bytes, the copy on the whole packet
3445 - the documentation did not reflect the functionality correctly (at least for Copy / Text Only).
3446
3447 ------------------------------------------------------------------------
3448 r20788 | lego | 2007-02-11 08:09:21 -0800 (Sun, 11 Feb 2007) | 5 lines
3449 Changed paths:
3450    M /trunk/epan/uat-int.h
3451    M /trunk/epan/uat.c
3452    M /trunk/gtk/uat_gui.c
3453
3454 Have Aply, Cancel and OK buttons instead of the save and ok button.
3455 Have these buttons reloading the capture file if needed.
3456 Some rearrangement of the window (the editor is still missing "ornaments" and tooltips)
3457
3458
3459 ------------------------------------------------------------------------
3460 r20789 | ulfl | 2007-02-11 21:05:57 -0800 (Sun, 11 Feb 2007) | 1 line
3461 Changed paths:
3462    M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
3463
3464 add link to PSML specification
3465 ------------------------------------------------------------------------
3466 r20790 | ulfl | 2007-02-11 21:08:33 -0800 (Sun, 11 Feb 2007) | 1 line
3467 Changed paths:
3468    M /trunk/gtk/menu.c
3469
3470 ooops, and here comes the actual context menu code change from Douglas Pratley ... already mentioned in SVN 20787
3471 ------------------------------------------------------------------------
3472 r20791 | ulfl | 2007-02-11 21:10:52 -0800 (Sun, 11 Feb 2007) | 3 lines
3473 Changed paths:
3474    M /trunk/gtk/packet_list.c
3475
3476 delimit each CSV output with "
3477
3478 (this should be combined into a generic function as this CSV encapsulation functionality is implemented several times)
3479 ------------------------------------------------------------------------
3480 r20792 | etxrab | 2007-02-12 00:12:32 -0800 (Mon, 12 Feb 2007) | 1 line
3481 Changed paths:
3482    M /trunk/epan/libwireshark.def
3483
3484 Add uat_clear and uat_load.
3485 ------------------------------------------------------------------------
3486 r20793 | etxrab | 2007-02-12 00:13:56 -0800 (Mon, 12 Feb 2007) | 1 line
3487 Changed paths:
3488    M /trunk/epan/dissectors/packet-gtp.c
3489
3490 Fix Bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1365 Authentication Quintuplet decoding fails.
3491 ------------------------------------------------------------------------
3492 r20794 | sahlberg | 2007-02-12 02:30:10 -0800 (Mon, 12 Feb 2007) | 3 lines
3493 Changed paths:
3494    M /trunk/epan/dissectors/packet-scsi-smc.c
3495
3496 add dissection of SMC OPEN/CLOSE IMPORT/EXPORT ELEMENT cdb
3497
3498
3499 ------------------------------------------------------------------------
3500 r20795 | ulfl | 2007-02-12 11:01:20 -0800 (Mon, 12 Feb 2007) | 3 lines
3501 Changed paths:
3502    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
3503
3504 add remaining TLV blocks (complete now?)
3505 add a lot of missing index values
3506 fix some minor bugs
3507 ------------------------------------------------------------------------
3508 r20796 | lego | 2007-02-12 11:55:54 -0800 (Mon, 12 Feb 2007) | 4 lines
3509 Changed paths:
3510    M /trunk/gtk/Makefile.am
3511
3512 From Albert Chin:
3513 Gnutls can be located in a different place than the other libs.
3514
3515
3516 ------------------------------------------------------------------------
3517 r20797 | lego | 2007-02-12 11:57:41 -0800 (Mon, 12 Feb 2007) | 3 lines
3518 Changed paths:
3519    M /trunk/asn1/snmp/packet-snmp-template.c
3520    M /trunk/epan/dfilter/dfilter-macro.c
3521    M /trunk/epan/dissectors/packet-k12.c
3522    M /trunk/epan/dissectors/packet-snmp.c
3523    M /trunk/epan/dissectors/packet-user_encap.c
3524    M /trunk/epan/uat.h
3525    M /trunk/gtk/uat_gui.c
3526
3527 Add a description of UAT fields, and have it as a tooltip in the New/Edit Dialog. 
3528
3529
3530 ------------------------------------------------------------------------
3531 r20798 | sahlberg | 2007-02-12 12:11:42 -0800 (Mon, 12 Feb 2007) | 4 lines
3532 Changed paths:
3533    M /trunk/gtk/packet_list.c
3534
3535 use g_string_append() instead of g_string_append_printf()
3536
3537 we dont have g_string_append_printf() in gtk 1 
3538
3539 ------------------------------------------------------------------------
3540 r20799 | sahlberg | 2007-02-12 12:26:52 -0800 (Mon, 12 Feb 2007) | 3 lines
3541 Changed paths:
3542    M /trunk/epan/dissectors/packet-scsi-smc.c
3543
3544 add dissection of SMC  POSITION TO ELEMENT cdb
3545
3546
3547 ------------------------------------------------------------------------
3548 r20800 | etxrab | 2007-02-12 13:48:41 -0800 (Mon, 12 Feb 2007) | 1 line
3549 Changed paths:
3550    M /trunk/epan/dissectors/packet-gtp.c
3551
3552 Return correct length.
3553 ------------------------------------------------------------------------
3554 r20801 | etxrab | 2007-02-12 14:04:58 -0800 (Mon, 12 Feb 2007) | 1 line
3555 Changed paths:
3556    M /trunk/epan/dissectors/packet-uma.c
3557
3558 Display 2 octet length field correctly.
3559 ------------------------------------------------------------------------
3560 r20802 | sfisher | 2007-02-12 18:06:04 -0800 (Mon, 12 Feb 2007) | 4 lines
3561 Changed paths:
3562    M /trunk/doc/README.tapping
3563
3564
3565 Minor cleanup - spelling fixes, formatting
3566
3567
3568 ------------------------------------------------------------------------
3569 r20803 | grahamb | 2007-02-13 02:30:00 -0800 (Tue, 13 Feb 2007) | 1 line
3570 Changed paths:
3571    M /trunk/AUTHORS
3572
3573 Added Chris Bontje for his work on the DNP3 dissector committed in r14794 and 20651
3574 ------------------------------------------------------------------------
3575 r20804 | sfisher | 2007-02-13 12:57:22 -0800 (Tue, 13 Feb 2007) | 10 lines
3576 Changed paths:
3577    M /trunk/doc/README.developer
3578    M /trunk/epan/Makefile.common
3579    M /trunk/epan/crypt/airpdcap.c
3580    M /trunk/epan/dissectors/packet-http.c
3581    M /trunk/epan/dissectors/packet-jxta.c
3582    M /trunk/epan/dissectors/packet-k12.c
3583    M /trunk/epan/ex-opt.c
3584    M /trunk/epan/libwireshark.def
3585    M /trunk/epan/stats_tree.c
3586    A /trunk/epan/ws_strsplit.c
3587    A /trunk/epan/ws_strsplit.h
3588    M /trunk/gtk/font_utils.c
3589    M /trunk/gtk/voip_calls.c
3590    M /trunk/gtk/webbrowser.c
3591    M /trunk/plugins/mate/mate_grammar.lemon
3592    M /trunk/plugins/mate/mate_setup.c
3593    M /trunk/plugins/mate/mate_util.c
3594    M /trunk/tap-funnel.c
3595    M /trunk/util.c
3596
3597
3598 From Sebastien Tandel:
3599
3600 Create two new files (ws_strsplit.[ch]) that use GTK2 code to override
3601 the buggy g_strsplit() function when compiling for GTK1.  Include this
3602 work-around function (ws_strsplit) in libwireshark.def.  Add notes on usage
3603 to README.developer.  Include epan/ws_strsplit.h in all files that use
3604 g_strsplit().
3605
3606
3607 ------------------------------------------------------------------------
3608 r20805 | sfisher | 2007-02-13 16:39:48 -0800 (Tue, 13 Feb 2007) | 11 lines
3609 Changed paths:
3610    M /trunk/doc/README.developer
3611    M /trunk/epan/proto.c
3612    M /trunk/epan/proto.h
3613
3614
3615 From Sebastien Tandel:
3616
3617     Here is an updated patch for proto_tree_add_item and the
3618 range_string structure. The new macro RVALS() can be used as the macro
3619 VALS() in the declaration of your hf_register_info with another
3620 structure (range_string).  Be aware that you *have to* ORed the value of
3621 the field display with BASE_RANGE_STRING constant and it can 'only' be
3622 used with FT_(U)INT* types in a header_field_info.
3623
3624
3625 ------------------------------------------------------------------------
3626 r20806 | sfisher | 2007-02-13 17:16:19 -0800 (Tue, 13 Feb 2007) | 5 lines
3627 Changed paths:
3628    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
3629    M /trunk/epan/dissectors/packet-ansi_map.c
3630    M /trunk/epan/dissectors/packet-ospf.c
3631
3632
3633 Changes to the ansi_map and ospf dissectors to use new RVAL() (range string)
3634 feature.
3635
3636
3637 ------------------------------------------------------------------------
3638 r20807 | kukosa | 2007-02-14 00:08:44 -0800 (Wed, 14 Feb 2007) | 1 line
3639 Changed paths:
3640    M /trunk/asn1/h225/H323-MESSAGES.asn
3641    M /trunk/epan/dissectors/packet-h225.c
3642
3643 H.225.0 updated to 05/2006, Amendment 1 01/2007
3644 ------------------------------------------------------------------------
3645 r20808 | sahlberg | 2007-02-14 03:49:01 -0800 (Wed, 14 Feb 2007) | 3 lines
3646 Changed paths:
3647    M /trunk/epan/dissectors/packet-smb.c
3648
3649 show the share mode bits that are SET on the share mode expansion line so one can see easily which share modes are requested without having to open the share mode expansion
3650
3651
3652 ------------------------------------------------------------------------
3653 r20809 | jmayer | 2007-02-14 05:22:55 -0800 (Wed, 14 Feb 2007) | 4 lines
3654 Changed paths:
3655    M /trunk/epan/dissectors/Makefile.common
3656    A /trunk/epan/dissectors/packet-ipsec-tcp.c
3657    M /trunk/epan/dissectors/packet-udp.c
3658
3659 Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMP
3660 in TCP (incomplete).
3661 Add preference to select the tcp port (default: 10000)
3662
3663 ------------------------------------------------------------------------
3664 r20810 | jmayer | 2007-02-14 05:23:47 -0800 (Wed, 14 Feb 2007) | 3 lines
3665 Changed paths:
3666    M /trunk/docbook
3667
3668 Add some files to svn:ignore
3669 Sort files alphabetically
3670
3671 ------------------------------------------------------------------------
3672 r20811 | jmayer | 2007-02-14 05:25:08 -0800 (Wed, 14 Feb 2007) | 2 lines
3673 Changed paths:
3674    M /trunk/doc/wireshark.pod
3675
3676 Version 0.10.12 was still Ethereal, not Wireshark
3677
3678 ------------------------------------------------------------------------
3679 r20812 | martinm | 2007-02-14 07:41:43 -0800 (Wed, 14 Feb 2007) | 6 lines
3680 Changed paths:
3681    M /trunk/epan/dissectors/packet-catapult-dct2000.c
3682    M /trunk/epan/dissectors/packet-k12.c
3683    M /trunk/epan/dissectors/packet-umts_fp.c
3684    M /trunk/epan/dissectors/packet-umts_fp.h
3685
3686 Change fp_info struct to be more general by removing DCT2000-specific field.
3687
3688 Also:
3689 - Fix a division-by-zero error in FP dissector
3690 - Correct the way DCT2000 IPPrim addresses and ports are dissected and displayed
3691
3692 ------------------------------------------------------------------------
3693 r20813 | lego | 2007-02-14 11:21:37 -0800 (Wed, 14 Feb 2007) | 11 lines
3694 Changed paths:
3695    M /trunk/gtk/uat_gui.c
3696
3697 From Peter Johansson:
3698
3699 I have provided a patch for a crash that occurs in uat_gui.c if from the
3700 "Edit preferences..." button when you choose Protocols -> DLT_USER ->
3701 the "Edit..." button -> the "New" button -> the "Cancel" button.
3702 The crash happens because dd gets freed prior to traversing its internal
3703 structure, hence I moved the call to g_free for dd beneath the traversal
3704 of the dd internals.
3705
3706
3707
3708 ------------------------------------------------------------------------
3709 r20814 | gerald | 2007-02-14 14:03:39 -0800 (Wed, 14 Feb 2007) | 2 lines
3710 Changed paths:
3711    M /trunk/epan/dissectors/packet-catapult-dct2000.c
3712    M /trunk/epan/dissectors/packet-k12.c
3713    M /trunk/epan/dissectors/packet-umts_fp.c
3714    M /trunk/epan/dissectors/packet-umts_fp.h
3715
3716 Try to fix a naming conflict on Windows.
3717
3718 ------------------------------------------------------------------------
3719 r20815 | jmayer | 2007-02-15 00:40:18 -0800 (Thu, 15 Feb 2007) | 2 lines
3720 Changed paths:
3721    M /trunk/epan/dissectors/packet-ipsec-tcp.c
3722
3723 Guess the meaning of some trailer bytes
3724
3725 ------------------------------------------------------------------------
3726 r20816 | sahlberg | 2007-02-15 01:33:12 -0800 (Thu, 15 Feb 2007) | 6 lines
3727 Changed paths:
3728    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
3729    M /trunk/epan/dissectors/packet-dcerpc-winreg.h
3730    M /trunk/epan/dissectors/pidl/winreg.idl
3731
3732 using the latest SVN of PIDL it is now possible to compile the corrected WINREG.IDL where QueryInfoKey responses are parsed correctly.
3733
3734 (since we do not yet use all of the various idl files from s4 i commented out the import directove from the idl file since othervise it would generate #include directives for files we do not yet provide)
3735
3736
3737
3738 ------------------------------------------------------------------------
3739 r20817 | gerald | 2007-02-15 10:35:30 -0800 (Thu, 15 Feb 2007) | 3 lines
3740 Changed paths:
3741    M /trunk/epan/dissectors/packet-radiotap.c
3742
3743 According to David Young, IEEE80211_RADIOTAP_FCS was never officially
3744 assigned.
3745
3746 ------------------------------------------------------------------------
3747 r20818 | ulfl | 2007-02-15 12:48:39 -0800 (Thu, 15 Feb 2007) | 3 lines
3748 Changed paths:
3749    M /trunk/gtk/proto_dlg.c
3750
3751 bugfix: call set_proto_selection() before actually writing the selections to disk. Otherwise the changes won't be written to disk correctly (when pressing the OK button).
3752
3753 Interestingly, no complains were heard about this before ...
3754 ------------------------------------------------------------------------
3755 r20819 | lego | 2007-02-15 13:50:32 -0800 (Thu, 15 Feb 2007) | 4 lines
3756 Changed paths:
3757    M /trunk/AUTHORS
3758
3759 change of AUTHOR address upon request
3760
3761
3762
3763 ------------------------------------------------------------------------
3764 r20820 | etxrab | 2007-02-15 22:38:59 -0800 (Thu, 15 Feb 2007) | 1 line
3765 Changed paths:
3766    M /trunk/packaging/nsis/wireshark.nsi
3767
3768 Copy the changes done for 0.99.5 to use WinPcap 4.0 to trunk.
3769 ------------------------------------------------------------------------
3770 r20821 | etxrab | 2007-02-15 22:54:32 -0800 (Thu, 15 Feb 2007) | 3 lines
3771 Changed paths:
3772    M /trunk/epan/dissectors/packet-bssgp.c
3773
3774 Fix the bugs part of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1371.
3775 - a typor in in hf_bssgp_ie_type
3776 - id def out debug code.
3777 ------------------------------------------------------------------------
3778 r20822 | martinm | 2007-02-16 05:47:49 -0800 (Fri, 16 Feb 2007) | 3 lines
3779 Changed paths:
3780    M /trunk/epan/dissectors/packet-rtp.c
3781
3782 Make RFC2198 pt preference work (wasn't calling
3783 proto_reg_handoff_rtp when prefs changed).
3784
3785 ------------------------------------------------------------------------
3786 r20823 | etxrab | 2007-02-16 13:02:19 -0800 (Fri, 16 Feb 2007) | 3 lines
3787 Changed paths:
3788    M /trunk/asn1/gsmmap/GSMMAP.asn
3789    M /trunk/asn1/gsmmap/gsm_map-exp.cnf
3790    M /trunk/asn1/gsmmap/gsmmap.cnf
3791    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
3792    M /trunk/epan/dissectors/packet-gsm_map.c
3793    M /trunk/epan/dissectors/packet-gsm_map.h
3794    M /trunk/epan/dissectors/packet-gtp.c
3795
3796 From Florent Drouin:
3797
3798 A patch to update the gsm map definition up to 3GPP TS 29.002 V7.5.0 (2006-09) Release 7 There is a little impact on the GTP dissector, because I had to change the name of the Local ErrorCode in the gsm map asn1 definition due to a conflict with the Camel dissector.
3799 ------------------------------------------------------------------------
3800 r20824 | sahlberg | 2007-02-16 13:04:45 -0800 (Fri, 16 Feb 2007) | 6 lines
3801 Changed paths:
3802    M /trunk/epan/dissectors/packet-kerberos.c
3803
3804 when decrypting a blob  allocate a new private memory area to return to the caller instead of reusing the same one over and over (g_free followed by g_malloc by the same size often result in the same area being returned)
3805
3806 this resolves some issues where the decode is ok  but the hexpane shows corrupted memory where the decrypted blob should be.
3807
3808
3809
3810 ------------------------------------------------------------------------
3811 r20825 | ulfl | 2007-02-16 13:53:36 -0800 (Fri, 16 Feb 2007) | 3 lines
3812 Changed paths:
3813    M /trunk/epan/dissectors/Makefile.common
3814    D /trunk/epan/dissectors/packet-dcom-cba-acco.c
3815    D /trunk/epan/dissectors/packet-dcom-cba-acco.h
3816    D /trunk/epan/dissectors/packet-dcom-cba.c
3817    M /trunk/epan/dissectors/packet-dcom.h
3818    D /trunk/epan/dissectors/packet-pn-rt.c
3819    M /trunk/epan/libwireshark.def
3820    M /trunk/plugins/profinet/Makefile.common
3821    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
3822    A /trunk/plugins/profinet/packet-dcom-cba-acco.c (from /trunk/epan/dissectors/packet-dcom-cba-acco.c:20794)
3823    A /trunk/plugins/profinet/packet-dcom-cba-acco.h (from /trunk/epan/dissectors/packet-dcom-cba-acco.h:20794)
3824    A /trunk/plugins/profinet/packet-dcom-cba.c (from /trunk/epan/dissectors/packet-dcom-cba.c:20794)
3825    M /trunk/plugins/profinet/packet-pn-dcp.c
3826    M /trunk/plugins/profinet/packet-pn-mrp.c
3827    M /trunk/plugins/profinet/packet-pn-mrrt.c
3828    M /trunk/plugins/profinet/packet-pn-ptcp.c
3829    A /trunk/plugins/profinet/packet-pn-rt.c (from /trunk/epan/dissectors/packet-pn-rt.c:20794)
3830    A /trunk/plugins/profinet/packet-pn.c
3831    A /trunk/plugins/profinet/packet-pn.h
3832
3833 major code cleanup:
3834 - move dcom-cba and pn-rt files into profinet plugin (where they really belong)
3835 - move some common pn functionality into new packet-pn.c/h instead of having duplicate code
3836 ------------------------------------------------------------------------
3837 r20826 | sahlberg | 2007-02-16 16:13:57 -0800 (Fri, 16 Feb 2007) | 3 lines
3838 Changed paths:
3839    M /trunk/epan/dissectors/packet-kerberos.c
3840
3841 decode the known 4 bytes of the 16 byte blob that prepends the ndr encoded logoninfo and constraineddelegation ndr encoded blobs inside the PAC
3842
3843
3844 ------------------------------------------------------------------------
3845 r20827 | sahlberg | 2007-02-16 16:47:09 -0800 (Fri, 16 Feb 2007) | 4 lines
3846 Changed paths:
3847    M /trunk/epan/dissectors/packet-kerberos.c
3848
3849 if the KRB-ERROR PDU contains a pw-salt containing an NT status code, show that NT status code on the summary line since it gives more precise error description to why there was an kerberos error.
3850
3851
3852
3853 ------------------------------------------------------------------------
3854 r20828 | ulfl | 2007-02-17 00:08:40 -0800 (Sat, 17 Feb 2007) | 1 line
3855 Changed paths:
3856    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
3857    M /trunk/plugins/profinet/packet-dcom-cba-acco.c
3858    M /trunk/plugins/profinet/packet-dcom-cba.c
3859    M /trunk/plugins/profinet/packet-pn-ptcp.c
3860
3861 squelch some compiler warnings
3862 ------------------------------------------------------------------------
3863 r20829 | ulfl | 2007-02-17 01:42:38 -0800 (Sat, 17 Feb 2007) | 1 line
3864 Changed paths:
3865    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
3866    M /trunk/plugins/profinet/packet-dcom-cba-acco.c
3867    M /trunk/plugins/profinet/packet-dcom-cba-acco.h
3868
3869 some more compiler warnings removed
3870 ------------------------------------------------------------------------
3871 r20830 | gal | 2007-02-17 03:06:25 -0800 (Sat, 17 Feb 2007) | 6 lines
3872 Changed paths:
3873    M /trunk/asn1/ldap/ldap.cnf
3874    M /trunk/asn1/ldap/packet-ldap-template.c
3875    M /trunk/epan/dissectors/packet-ldap.c
3876
3877 Tidy ups for SASL/GSSAPI support:
3878 1) Handle empty (zero length) saslCredentials
3879 2) Handle "GSSAPI" auth_mech when identified from the bind
3880 3) Annotate column info to show SASL service applied to LDAP operation
3881
3882
3883 ------------------------------------------------------------------------
3884 r20831 | gal | 2007-02-17 03:10:02 -0800 (Sat, 17 Feb 2007) | 8 lines
3885 Changed paths:
3886    M /trunk/epan/dissectors/packet-ber.c
3887
3888 This patch adds some new features to the BER dissector:
3889 - Added option to decode OCTET STRINGs as BER encoded data
3890 - Added decoding of unknown VisibleString and GeneralString
3891 - Some code cleanup
3892
3893 http://www.wireshark.org/lists/wireshark-dev/200702/msg00482.html
3894
3895
3896 ------------------------------------------------------------------------
3897 r20832 | ulfl | 2007-02-17 03:13:24 -0800 (Sat, 17 Feb 2007) | 1 line
3898 Changed paths:
3899    M /trunk/plugins/profinet/packet-dcom-cba-acco.c
3900
3901 fix an error added lately
3902 ------------------------------------------------------------------------
3903 r20833 | gal | 2007-02-17 03:16:52 -0800 (Sat, 17 Feb 2007) | 6 lines
3904 Changed paths:
3905    M /trunk/asn1/spnego/packet-spnego-template.c
3906    M /trunk/epan/dissectors/packet-spnego.c
3907
3908 This patch looks for a confounder in GSSWrap for DES_MAC_MD5 algorithm. 
3909 This is purely empirical as I can find no standard that says it should be there.
3910 However successful LDAP/SASL/GSSAPI between AD and Java client shows it seems to be present.
3911 If the confounder is not dissected, the LDAPMessage to fail to be decoded.
3912
3913
3914 ------------------------------------------------------------------------
3915 r20834 | gal | 2007-02-17 06:23:09 -0800 (Sat, 17 Feb 2007) | 8 lines
3916 Changed paths:
3917    M /trunk/epan/dissectors/packet-ber.c
3918
3919 From X.690 8.6.2.3 
3920 "If the bitstring is empty, there shall be no subsequent octets, and the initial octet shall be zero." 
3921
3922 The BER dissector marked empty bitstrings as "Padding", but they are now marked as "Empty". 
3923
3924 http://www.wireshark.org/lists/wireshark-dev/200702/msg00574.html
3925
3926
3927 ------------------------------------------------------------------------
3928 r20835 | etxrab | 2007-02-17 12:04:10 -0800 (Sat, 17 Feb 2007) | 5 lines
3929 Changed paths:
3930    M /trunk/asn1/camel/camel.asn
3931    M /trunk/asn1/camel/camel.cnf
3932    M /trunk/asn1/camel/packet-camel-template.c
3933    M /trunk/asn1/camel/packet-camel-template.h
3934    M /trunk/epan/dissectors/packet-camel.c
3935    M /trunk/epan/dissectors/packet-camel.h
3936
3937 From Florent Drouin:
3938
3939 Update the Camel dissector to have the same structure as the gsm map dissector.
3940 Now the dissector correctly handles the Tcap return error component.
3941 Some improvement have been made for ApplyChargingReport too.
3942 ------------------------------------------------------------------------
3943 r20836 | sfisher | 2007-02-17 19:30:20 -0800 (Sat, 17 Feb 2007) | 6 lines
3944 Changed paths:
3945    M /trunk/epan/dissectors/packet-jxta.c
3946
3947
3948 From Mike Duigou:
3949
3950 Adds support for dissecting the new version 2 binary wire format messages.
3951
3952
3953 ------------------------------------------------------------------------
3954 r20837 | morriss | 2007-02-18 02:18:53 -0800 (Sun, 18 Feb 2007) | 7 lines
3955 Changed paths:
3956    M /trunk/asn1/spnego/packet-spnego-template.c
3957    M /trunk/epan/dissectors/packet-spnego.c
3958
3959 Fix bug 1380:
3960
3961 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1380
3962
3963 by registering the spnego dissector by name (e.g., call 'register_dissector()').
3964
3965
3966 ------------------------------------------------------------------------
3967 r20838 | morriss | 2007-02-18 03:32:54 -0800 (Sun, 18 Feb 2007) | 1 line
3968 Changed paths:
3969    M /trunk/wiretap/erf.c
3970    M /trunk/wiretap/erf.h
3971
3972 From Florent Drouin: support for MTP2 in ERF type 5 (Multi-Channel HDLC) files
3973 ------------------------------------------------------------------------
3974 r20839 | girlich | 2007-02-18 05:24:30 -0800 (Sun, 18 Feb 2007) | 2 lines
3975 Changed paths:
3976    M /trunk/AUTHORS
3977    M /trunk/epan/dissectors/Makefile.common
3978    A /trunk/epan/dissectors/packet-dtpt.c
3979
3980 Added a DTPT (DekTop PassThrough) dissector.
3981
3982 ------------------------------------------------------------------------
3983 r20840 | sfisher | 2007-02-18 16:23:58 -0800 (Sun, 18 Feb 2007) | 4 lines
3984 Changed paths:
3985    M /trunk/doc/README.request_response_tracking
3986
3987
3988 Fix a couple of spelling mistakes
3989
3990
3991 ------------------------------------------------------------------------
3992 r20841 | guy | 2007-02-18 16:46:01 -0800 (Sun, 18 Feb 2007) | 2 lines
3993 Changed paths:
3994    M /trunk/epan/dtd_preparse.l
3995
3996 Get rid of an unused variable.
3997
3998 ------------------------------------------------------------------------
3999 r20842 | guy | 2007-02-18 16:56:22 -0800 (Sun, 18 Feb 2007) | 2 lines
4000 Changed paths:
4001    M /trunk/plugins/profinet/packet-pn.c
4002
4003 Include <string.h> to declare memcpy().
4004
4005 ------------------------------------------------------------------------
4006 r20843 | guy | 2007-02-18 16:59:20 -0800 (Sun, 18 Feb 2007) | 3 lines
4007 Changed paths:
4008    M /trunk/epan/dissectors/packet-syslog.c
4009
4010 Declare nbytes to match what the routine getting a pointer to it
4011 expects.
4012
4013 ------------------------------------------------------------------------
4014 r20844 | guy | 2007-02-18 17:09:55 -0800 (Sun, 18 Feb 2007) | 3 lines
4015 Changed paths:
4016    M /trunk/asn1/x411/packet-x411-template.c
4017    M /trunk/asn1/x411/packet-x411-template.h
4018    M /trunk/epan/dissectors/packet-x411.c
4019    M /trunk/epan/dissectors/packet-x411.h
4020
4021 dissect_x411_mts_apdu() is an old-style dissector, so it shouldn't
4022 return any value.
4023
4024 ------------------------------------------------------------------------
4025 r20845 | guy | 2007-02-18 17:15:22 -0800 (Sun, 18 Feb 2007) | 2 lines
4026 Changed paths:
4027    M /trunk/asn1/pkcs12/packet-pkcs12-template.c
4028    M /trunk/epan/dissectors/packet-pkcs12.c
4029
4030 Get rid of an unused variable.
4031
4032 ------------------------------------------------------------------------
4033 r20846 | guy | 2007-02-18 17:18:26 -0800 (Sun, 18 Feb 2007) | 6 lines
4034 Changed paths:
4035    M /trunk/epan/dissectors/packet-ieee80211.c
4036
4037 wep_decrypt() isn't needed if we have AirPDCap.
4038
4039 Use "break" instead of "goto done" when possible, don't goto a label
4040 that follows immediately, and get rid of labels for which there's no
4041 goto.
4042
4043 ------------------------------------------------------------------------
4044 r20847 | guy | 2007-02-18 17:19:36 -0800 (Sun, 18 Feb 2007) | 2 lines
4045 Changed paths:
4046    M /trunk/gtk/main.c
4047
4048 We only need the Wireshark splash image if we have the welcome page.
4049
4050 ------------------------------------------------------------------------
4051 r20848 | guy | 2007-02-18 17:21:10 -0800 (Sun, 18 Feb 2007) | 2 lines
4052 Changed paths:
4053    M /trunk/gtk/uat_gui.c
4054
4055 Squelch a "used without being set" warning.
4056
4057 ------------------------------------------------------------------------
4058 r20849 | guy | 2007-02-18 17:22:45 -0800 (Sun, 18 Feb 2007) | 2 lines
4059 Changed paths:
4060    M /trunk/epan/uat.h
4061
4062 Initialize the description in UAT_FLD_PROTO().
4063
4064 ------------------------------------------------------------------------
4065 r20850 | wmeier | 2007-02-18 17:27:16 -0800 (Sun, 18 Feb 2007) | 4 lines
4066 Changed paths:
4067    M /trunk/epan/dissectors/packet-afp.c
4068    M /trunk/epan/dissectors/packet-sctp.c
4069
4070 packet-afp:  remove unneeded line of code;
4071 packet-sctp: register sctp dissector since packet-lge-monitor wants to call same
4072
4073
4074 ------------------------------------------------------------------------
4075 r20851 | wmeier | 2007-02-18 20:48:02 -0800 (Sun, 18 Feb 2007) | 6 lines
4076 Changed paths:
4077    M /trunk/capture_loop.c
4078
4079 Fix error handling for invalid named pipe;
4080 Generate correct message;
4081 (test suite 'tshark invalid capture interface' test
4082 should now work again).
4083
4084
4085 ------------------------------------------------------------------------
4086 r20852 | sfisher | 2007-02-18 21:21:12 -0800 (Sun, 18 Feb 2007) | 2 lines
4087 Changed paths:
4088    M /trunk/epan/dissectors/packet-http.c
4089
4090 Add comments to the statistics functions to tell which is which
4091
4092 ------------------------------------------------------------------------
4093 r20853 | sfisher | 2007-02-18 21:32:01 -0800 (Sun, 18 Feb 2007) | 14 lines
4094 Changed paths:
4095    M /trunk/epan/dissectors/packet-iuup.c
4096
4097
4098 From Kriang Lerdsuwanakij:
4099
4100 While I reading source code of IuUP dissector, I notice some
4101 obvious bugs inside the code. One is a missing assignment
4102 that causes the following "if (iuup_circuit)" block to never execute.
4103 Another is wrong field names.
4104
4105 Althoug both won't show up in final result (for the first bug, the call to
4106 g_hash_table_insert several lines later will do the right thing anyway;
4107 for the second bug, there is no services utilizing more than 3 subflows),
4108 I think it is better to have them fixed.
4109
4110
4111 ------------------------------------------------------------------------
4112 r20854 | etxrab | 2007-02-18 22:09:33 -0800 (Sun, 18 Feb 2007) | 1 line
4113 Changed paths:
4114    M /trunk/asn1/gsmmap/gsmmap.cnf
4115    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
4116    M /trunk/asn1/ranap/ranap-exp.cnf
4117    M /trunk/asn1/ranap/ranap.cnf
4118    M /trunk/epan/dissectors/packet-gsm_map.c
4119    M /trunk/epan/dissectors/packet-ranap.c
4120    M /trunk/epan/dissectors/packet-ranap.h
4121
4122 Decode some RANAP elements.
4123 ------------------------------------------------------------------------
4124 r20855 | jake | 2007-02-18 22:24:29 -0800 (Sun, 18 Feb 2007) | 1 line
4125 Changed paths:
4126    M /trunk/doc/README.request_response_tracking
4127
4128 Further cleanup of the document
4129 ------------------------------------------------------------------------
4130 r20856 | jake | 2007-02-18 22:26:07 -0800 (Sun, 18 Feb 2007) | 1 line
4131 Changed paths:
4132    M /trunk/doc/README.request_response_tracking
4133
4134 Id keyword property added
4135 ------------------------------------------------------------------------
4136 r20857 | sahlberg | 2007-02-19 00:26:27 -0800 (Mon, 19 Feb 2007) | 6 lines
4137 Changed paths:
4138    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
4139    M /trunk/epan/dissectors/pidl/winreg.cnf
4140
4141 the policy handles created/opened in CreateKey and OpenKey are now called "handle" and not "new_handle"
4142
4143 update the conformance file so the correct functions are loaded with the correct PARAM value to signal "in this frame, this policy handle was created"
4144
4145
4146
4147 ------------------------------------------------------------------------
4148 r20858 | morriss | 2007-02-19 02:26:21 -0800 (Mon, 19 Feb 2007) | 1 line
4149 Changed paths:
4150    M /trunk/gtk/graph_analysis.c
4151    M /trunk/gtk/tcp_graph.c
4152
4153 Squelch a couple (false) uninitialized variable warnings
4154 ------------------------------------------------------------------------
4155 r20859 | morriss | 2007-02-19 02:43:53 -0800 (Mon, 19 Feb 2007) | 1 line
4156 Changed paths:
4157    M /trunk/gtk/help_dlg.c
4158
4159 Oops, help_topic_gtk() is _only_ needed in GTK1.2 builds, so #ifdef it (and some of its helpers) out in GTK2 builds.
4160 ------------------------------------------------------------------------
4161 r20860 | morriss | 2007-02-19 03:24:56 -0800 (Mon, 19 Feb 2007) | 4 lines
4162 Changed paths:
4163    M /trunk/epan/tcap-persistentdata.c
4164
4165 Remove some unused parameters (pinfo).
4166 Remove some _U_'s on parameters that _are_ used.
4167 Reindent some.
4168
4169 ------------------------------------------------------------------------
4170 r20861 | morriss | 2007-02-19 04:24:32 -0800 (Mon, 19 Feb 2007) | 1 line
4171 Changed paths:
4172    M /trunk/epan/tap.c
4173    M /trunk/epan/tap.h
4174
4175 fetch_tapped_data() returns a const pointer, so declare the function as returning such
4176 ------------------------------------------------------------------------
4177 r20862 | morriss | 2007-02-19 07:14:00 -0800 (Mon, 19 Feb 2007) | 4 lines
4178 Changed paths:
4179    M /trunk/epan/camel-persistentdata.c
4180
4181 Remove some unused parameters (pinfo).
4182 Remove some _U_'s on parameters that _are_ used.
4183 Reindent some.
4184
4185 ------------------------------------------------------------------------
4186 r20863 | morriss | 2007-02-19 07:30:06 -0800 (Mon, 19 Feb 2007) | 1 line
4187 Changed paths:
4188    M /trunk/epan/dissectors/packet-telnet.c
4189    M /trunk/epan/reassemble.c
4190    M /trunk/gtk/expert_comp_table.c
4191    M /trunk/tshark.c
4192
4193 Squelch a few unused parameter warnings.
4194 ------------------------------------------------------------------------
4195 r20864 | wmeier | 2007-02-19 12:25:56 -0800 (Mon, 19 Feb 2007) | 3 lines
4196 Changed paths:
4197    M /trunk/capture_loop.c
4198    M /trunk/dumpcap.c
4199
4200 Output error msgs when using dumpcap from cmd-line (stand-alone);
4201 Also: minor cleanup for capture_loop.c
4202
4203 ------------------------------------------------------------------------
4204 r20865 | wmeier | 2007-02-19 13:45:27 -0800 (Mon, 19 Feb 2007) | 2 lines
4205 Changed paths:
4206    M /trunk/airpcap_loader.c
4207    M /trunk/epan/crypt/airpdcap_ccmp.c
4208    M /trunk/gtk/airpcap_dlg.c
4209    M /trunk/gtk/main.c
4210
4211 Fix some C++ style comments
4212
4213 ------------------------------------------------------------------------
4214 r20866 | wmeier | 2007-02-19 14:29:23 -0800 (Mon, 19 Feb 2007) | 2 lines
4215 Changed paths:
4216    M /trunk/epan/dissectors/packet-amr.c
4217    M /trunk/epan/dissectors/packet-ber.c
4218    M /trunk/epan/dissectors/packet-bssgp.c
4219    M /trunk/epan/dissectors/packet-dcom.c
4220    M /trunk/epan/dissectors/packet-dis-fields.c
4221    M /trunk/epan/dissectors/packet-dnp.c
4222    M /trunk/epan/dissectors/packet-fcp.c
4223    M /trunk/epan/dissectors/packet-ipmi.c
4224    M /trunk/epan/dissectors/packet-mp2t.c
4225    M /trunk/epan/dissectors/packet-scsi-osd.c
4226
4227 Continuing the tradition: squelch some compiler warnings ....
4228
4229 ------------------------------------------------------------------------
4230 r20867 | sfisher | 2007-02-19 14:37:45 -0800 (Mon, 19 Feb 2007) | 7 lines
4231 Changed paths:
4232    M /trunk/epan/dissectors/packet-http.c
4233    M /trunk/epan/dissectors/packet-http.h
4234    M /trunk/gtk/Makefile.common
4235    A /trunk/gtk/content_list_http.c
4236    M /trunk/gtk/menu.c
4237    M /trunk/stat_menu.h
4238
4239
4240 Initial version of the new Statistics -> Content List -> HTTP feature.  This
4241 feature lists all of the content found in an HTTP stream (images, http, etc.)
4242 and displays it in a list that allows the user to save each one as a file that
4243 is already reassembled by the dissectors.
4244
4245
4246 ------------------------------------------------------------------------
4247 r20868 | wmeier | 2007-02-19 15:18:48 -0800 (Mon, 19 Feb 2007) | 2 lines
4248 Changed paths:
4249    M /trunk/sync_pipe_write.c
4250
4251 Add missing include file when compiling under windows
4252
4253 ------------------------------------------------------------------------
4254 r20869 | sfisher | 2007-02-19 16:22:00 -0800 (Mon, 19 Feb 2007) | 1 line
4255 Changed paths:
4256    M /trunk/gtk/menu.c
4257    M /trunk/stat_menu.h
4258
4259 Put the rest of the #if GTK_MAJOR_VERSION >= 2 preprocessor statements around parts of the Content List -> HTTP feature code.
4260 ------------------------------------------------------------------------
4261 r20870 | gerald | 2007-02-19 17:32:14 -0800 (Mon, 19 Feb 2007) | 3 lines
4262 Changed paths:
4263    M /trunk/epan/dissectors/packet-frame.c
4264
4265 Clarify the description of frame.time_delta.  This partially addresses
4266 bug 491.
4267
4268 ------------------------------------------------------------------------
4269 r20871 | sahlberg | 2007-02-20 00:05:26 -0800 (Tue, 20 Feb 2007) | 7 lines
4270 Changed paths:
4271    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
4272
4273 changes to comments generated for winreg using the latest svn of pidl
4274
4275 pidl will probably be in flux for a short while and this checkin is to reduce the some noice generated to winreg while other changes are implemented.
4276
4277 this change only affects c-code comments in the pidl generated code
4278
4279
4280 ------------------------------------------------------------------------
4281 r20872 | sahlberg | 2007-02-20 01:01:50 -0800 (Tue, 20 Feb 2007) | 9 lines
4282 Changed paths:
4283    M /trunk/epan/dissectors/packet-dcerpc-nt.c
4284    M /trunk/epan/dissectors/packet-dcerpc-nt.h
4285    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
4286    M /trunk/epan/dissectors/pidl/winreg.cnf
4287
4288 add a PIDL specific helper for managing dissection of policy handles.
4289 let this helper take a parameter to describe how the policy handle should be
4290 managed (is this an open, close ?) to improve policy handle tracking.
4291 (centralizing to a single function of code makes other changes easier)
4292
4293 create defines to indicate OPEN/CLOSE and use them as a start/test in the winreg conformance file.
4294
4295
4296
4297 ------------------------------------------------------------------------
4298 r20873 | morriss | 2007-02-20 06:00:53 -0800 (Tue, 20 Feb 2007) | 1 line
4299 Changed paths:
4300    M /trunk/file.c
4301
4302 Squelch some unused variable warnings
4303 ------------------------------------------------------------------------
4304 r20874 | jmayer | 2007-02-20 09:40:07 -0800 (Tue, 20 Feb 2007) | 1 line
4305 Changed paths:
4306    M /trunk/tools/lemon/Makefile.am
4307
4308 Nikns Siankin: Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1387
4309 ------------------------------------------------------------------------
4310 r20875 | gerald | 2007-02-20 10:44:22 -0800 (Tue, 20 Feb 2007) | 4 lines
4311 Changed paths:
4312    M /trunk/docbook/release-notes.xml
4313    M /trunk/epan/crypt/airpdcap.c
4314
4315 WEP decryption is destructive -- pass a fresh copy of our data buffer
4316 instead of the actual buffer.  Add an entry to the release notes, and
4317 clear out leftovers from the 0.99.5 release.
4318
4319 ------------------------------------------------------------------------
4320 r20876 | jmayer | 2007-02-20 11:13:42 -0800 (Tue, 20 Feb 2007) | 287 lines
4321 Changed paths:
4322    M /trunk/tools/pidl/TODO
4323    M /trunk/tools/pidl/idl.yp
4324    M /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
4325    M /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm
4326    M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
4327    M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
4328    D /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
4329    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
4330    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
4331    D /trunk/tools/pidl/lib/Parse/Pidl/Samba4/COM
4332    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
4333    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
4334    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4335    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/SWIG.pm
4336    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
4337    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
4338    M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
4339    M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
4340    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
4341    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
4342    M /trunk/tools/pidl/pidl
4343    M /trunk/tools/pidl/tests/Util.pm
4344    A /trunk/tools/pidl/tests/dump.pl
4345    A /trunk/tools/pidl/tests/header.pl
4346    M /trunk/tools/pidl/tests/ndr.pl
4347    M /trunk/tools/pidl/tests/ndr_deprecations.pl
4348    M /trunk/tools/pidl/tests/ndr_tagtype.pl
4349    M /trunk/tools/pidl/tests/parse_idl.pl
4350    M /trunk/tools/pidl/tests/samba-ndr.pl
4351    A /trunk/tools/pidl/tests/samba3-cli.pl
4352    A /trunk/tools/pidl/tests/tdr.pl
4353    A /trunk/tools/pidl/tests/typelist.pl
4354    A /trunk/tools/pidl/tests/wireshark-conf.pl
4355    A /trunk/tools/pidl/tests/wireshark-ndr.pl
4356
4357 Update from samba tree revision 21237 to 21471
4358 ============================ Samba log start ============
4359 ------------------------------------------------------------------------
4360 r21253 | jelmer | 2007-02-09 00:54:31 +0100 (Fri, 09 Feb 2007) | 7 lines
4361 Changed paths:
4362    M /branches/SAMBA_4_0
4363    M /branches/SAMBA_4_0/source/pidl/TODO
4364    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
4365    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4366    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
4367    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
4368    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
4369    A /branches/SAMBA_4_0/source/pidl/tests/header.pl
4370    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
4371    A /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
4372
4373 Merge some pidl fixes:
4374
4375  * Add tests for wireshark dissector generator
4376  * Add tests for the header code
4377  * Some cleanups
4378  * Fix handling of elements without [in] or [out]
4379
4380 ------------------------------------------------------------------------
4381 r21254 | jelmer | 2007-02-09 01:18:06 +0100 (Fri, 09 Feb 2007) | 2 lines
4382 Changed paths:
4383    M /branches/SAMBA_4_0
4384    M /branches/SAMBA_4_0/source/pidl/tests/header.pl
4385
4386 Fix running the testsuite outside pidl/
4387
4388 ------------------------------------------------------------------------
4389 r21260 | jelmer | 2007-02-09 10:44:11 +0100 (Fri, 09 Feb 2007) | 1 line
4390 Changed paths:
4391    M /branches/SAMBA_4_0
4392    M /branches/SAMBA_4_0/source/pidl/tests/header.pl
4393
4394 Fix regex.
4395 ------------------------------------------------------------------------
4396 r21297 | jelmer | 2007-02-12 13:12:12 +0100 (Mon, 12 Feb 2007) | 5 lines
4397 Changed paths:
4398    M /branches/SAMBA_4_0
4399    M /branches/SAMBA_4_0/.bzrignore
4400    M /branches/SAMBA_4_0/source/configure.ac
4401    D /branches/SAMBA_4_0/source/gtk
4402    M /branches/SAMBA_4_0/source/headermap.txt
4403    M /branches/SAMBA_4_0/source/include/core.h
4404    M /branches/SAMBA_4_0/source/lib/events/config.mk
4405    M /branches/SAMBA_4_0/source/lib/events/events.h
4406    M /branches/SAMBA_4_0/source/lib/registry/config.mk
4407    M /branches/SAMBA_4_0/source/lib/registry/registry.h
4408    M /branches/SAMBA_4_0/source/lib/talloc/talloc.h
4409    M /branches/SAMBA_4_0/source/libcli/util/nt_status.h
4410    M /branches/SAMBA_4_0/source/librpc/config.mk
4411    M /branches/SAMBA_4_0/source/main.mk
4412    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
4413    M /branches/SAMBA_4_0/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/translation/C.po
4414
4415 Remove the GTK+ tools and library from the main repository. They are now maintained separately in bzr at http://people.samba.org/bzr/jelmer/samba-gtk
4416
4417 This also adds some more headers to the list that is installed and a couple of extra #include lines so these 
4418 headers can be used externally without problems.
4419
4420 ------------------------------------------------------------------------
4421 r21332 | jelmer | 2007-02-14 13:44:50 +0100 (Wed, 14 Feb 2007) | 1 line
4422 Changed paths:
4423    M /branches/SAMBA_4_0
4424    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4425    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
4426
4427 Fix bug in pidl that prevented value(0) from working. Bug reported by metze.
4428 ------------------------------------------------------------------------
4429 r21338 | jelmer | 2007-02-14 15:23:59 +0100 (Wed, 14 Feb 2007) | 6 lines
4430 Changed paths:
4431    M /branches/SAMBA_4_0
4432    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
4433    A /branches/SAMBA_4_0/source/pidl/tests/samba3-cli.pl
4434
4435 Fix handling of top-level arrays for the Samba 3 client code. This doesn't 
4436 fix the winreg code yet (as that's an array on top of a pointer), but at least 
4437 it gets us closer.
4438
4439 Also added a couple of tests for the Samba 3 client code.
4440
4441 ------------------------------------------------------------------------
4442 r21340 | jelmer | 2007-02-14 15:42:42 +0100 (Wed, 14 Feb 2007) | 1 line
4443 Changed paths:
4444    M /branches/SAMBA_4_0
4445    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
4446
4447 Fix warning undef
4448 ------------------------------------------------------------------------
4449 r21384 | jelmer | 2007-02-16 15:13:14 +0100 (Fri, 16 Feb 2007) | 1 line
4450 Changed paths:
4451    M /branches/SAMBA_4_0
4452    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
4453
4454 Change warning to pidl warning, fix uppercasing.
4455 ------------------------------------------------------------------------
4456 r21411 | jelmer | 2007-02-18 00:38:57 +0100 (Sun, 18 Feb 2007) | 1 line
4457 Changed paths:
4458    M /branches/SAMBA_4_0
4459    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
4460    A /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
4461
4462 Add some simple tests for the wireshark NDR generator.
4463 ------------------------------------------------------------------------
4464 r21427 | jelmer | 2007-02-18 13:54:03 +0100 (Sun, 18 Feb 2007) | 1 line
4465 Changed paths:
4466    M /branches/SAMBA_4_0
4467    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4468    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
4469
4470 Add tests for Needed*(), in preparation of refactoring.
4471 ------------------------------------------------------------------------
4472 r21428 | jelmer | 2007-02-18 14:44:01 +0100 (Sun, 18 Feb 2007) | 2 lines
4473 Changed paths:
4474    M /branches/SAMBA_4_0
4475    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
4476    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4477    M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
4478    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
4479
4480 Handle representation types in Needed().
4481
4482 ------------------------------------------------------------------------
4483 r21430 | jelmer | 2007-02-18 17:21:28 +0100 (Sun, 18 Feb 2007) | 10 lines
4484 Changed paths:
4485    M /branches/SAMBA_4_0
4486    M /branches/SAMBA_4_0/source/pidl/TODO
4487    M /branches/SAMBA_4_0/source/pidl/idl.yp
4488    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
4489    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
4490    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
4491    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
4492    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4493    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
4494    M /branches/SAMBA_4_0/source/pidl/tests/header.pl
4495    M /branches/SAMBA_4_0/source/pidl/tests/ndr_deprecations.pl
4496    M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
4497    M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
4498    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
4499
4500 Support tagged types without typedef. This means:
4501
4502 struct foo {
4503  ...
4504 };
4505
4506 in IDL will now work. This is the first step towards nested types and 
4507 using typedefs for partial types (such as "typedef int *bar;"), a requirement
4508 for complex uses of represent_as().
4509
4510 ------------------------------------------------------------------------
4511 r21431 | jelmer | 2007-02-18 17:46:59 +0100 (Sun, 18 Feb 2007) | 1 line
4512 Changed paths:
4513    M /branches/SAMBA_4_0
4514    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Dump.pm
4515    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
4516    A /branches/SAMBA_4_0/source/pidl/tests/dump.pl
4517
4518 More tests, work on support in wireshark for tagged types.
4519 ------------------------------------------------------------------------
4520 r21432 | jelmer | 2007-02-18 17:54:54 +0100 (Sun, 18 Feb 2007) | 1 line
4521 Changed paths:
4522    M /branches/SAMBA_4_0
4523    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
4524
4525 Handle properties on tagged types in TDR.
4526 ------------------------------------------------------------------------
4527 r21433 | jelmer | 2007-02-18 19:44:56 +0100 (Sun, 18 Feb 2007) | 9 lines
4528 Changed paths:
4529    M /branches/SAMBA_4_0
4530    M /branches/SAMBA_4_0/source/lib/registry/regf.idl
4531    M /branches/SAMBA_4_0/source/librpc/config.mk
4532    D /branches/SAMBA_4_0/source/librpc/idl/dcom.idl
4533    M /branches/SAMBA_4_0/source/librpc/idl/oxidresolver.idl
4534    M /branches/SAMBA_4_0/source/librpc/idl/remact.idl
4535    D /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm
4536    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
4537    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
4538    D /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/COM
4539    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
4540    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
4541    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4542    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/SWIG.pm
4543    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
4544    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
4545    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
4546    M /branches/SAMBA_4_0/source/pidl/pidl
4547    A /branches/SAMBA_4_0/source/pidl/tests/tdr.pl
4548    M /branches/SAMBA_4_0/source/script/build_idl.sh
4549    M /branches/SAMBA_4_0/source/torture/rpc/oxidresolve.c
4550    M /branches/SAMBA_4_0/source/torture/rpc/remact.c
4551
4552 Get rid of the COM support code - it's not used and unmaintained. We can 
4553 always bring it back if we need to. This code was getting in the way while 
4554 refactoring.
4555
4556 Add some tests for TDR.
4557
4558 Get rid of typedef in lib/registry/tdr_regf.idl and fix the 
4559 TDR code to be able to deal with it.
4560
4561 ------------------------------------------------------------------------
4562 r21437 | jelmer | 2007-02-19 00:48:16 +0100 (Mon, 19 Feb 2007) | 1 line
4563 Changed paths:
4564    M /branches/SAMBA_4_0
4565    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
4566    A /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
4567
4568 Cherrypick typelib tests.
4569 ------------------------------------------------------------------------
4570 r21440 | jelmer | 2007-02-19 00:57:26 +0100 (Mon, 19 Feb 2007) | 1 line
4571 Changed paths:
4572    M /branches/SAMBA_4_0
4573    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4574    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
4575
4576 Support different variables in environments.
4577 ------------------------------------------------------------------------
4578 r21442 | jelmer | 2007-02-19 01:48:05 +0100 (Mon, 19 Feb 2007) | 1 line
4579 Changed paths:
4580    M /branches/SAMBA_4_0
4581    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4582
4583 Allow more flexible data structure names.
4584 ------------------------------------------------------------------------
4585 r21443 | jelmer | 2007-02-19 02:51:46 +0100 (Mon, 19 Feb 2007) | 1 line
4586 Changed paths:
4587    M /branches/SAMBA_4_0
4588    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4589
4590 Refactor some of the NDR code in preparation of nested data structure support.
4591 ------------------------------------------------------------------------
4592 r21455 | jelmer | 2007-02-19 20:42:51 +0100 (Mon, 19 Feb 2007) | 5 lines
4593 Changed paths:
4594    M /branches/SAMBA_4_0
4595    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4596    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
4597
4598 Fix a bug in our handling of conformant arrays. The conformant array was 
4599 always pushed, even if just the buffers part of a struct had to be pushed. 
4600
4601 Pull was not affected.
4602
4603 ------------------------------------------------------------------------
4604 r21456 | jelmer | 2007-02-19 22:37:54 +0100 (Mon, 19 Feb 2007) | 6 lines
4605 Changed paths:
4606    M /branches/SAMBA_4_0
4607    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4608
4609 Allow anonymous and non-anonymous nested structures/unions/enums/bitmaps to be 
4610 used in the Samba 4 NDR parser.
4611
4612 This doesn't actually work yet as Parse::Pidl::NDR doesn't handle nested 
4613 data structures yet, but it's a first step.
4614
4615 ------------------------------------------------------------------------
4616 r21457 | jelmer | 2007-02-19 23:10:23 +0100 (Mon, 19 Feb 2007) | 3 lines
4617 Changed paths:
4618    M /branches/SAMBA_4_0
4619    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
4620    M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
4621
4622 Cope with anonymous nested types in the NDR layer. This doesn't handled 
4623 named nested types yet, as these have to be registered.
4624
4625 ------------------------------------------------------------------------
4626 r21458 | jelmer | 2007-02-20 00:11:01 +0100 (Tue, 20 Feb 2007) | 1 line
4627 Changed paths:
4628    M /branches/SAMBA_4_0
4629    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4630
4631 Prepare for generating separate primitives/deferred code.
4632 ------------------------------------------------------------------------
4633 r21459 | jelmer | 2007-02-20 02:27:48 +0100 (Tue, 20 Feb 2007) | 1 line
4634 Changed paths:
4635    M /branches/SAMBA_4_0
4636    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
4637    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
4638
4639 Remove name argument, more refactoring.
4640 ------------------------------------------------------------------------
4641 ------------------------------------------------------------------------
4642 ============================ Samba log end ==============
4643
4644 ------------------------------------------------------------------------
4645 r20877 | jmayer | 2007-02-20 11:19:57 -0800 (Tue, 20 Feb 2007) | 1 line
4646 Changed paths:
4647    M /trunk/epan/dissectors/packet-dcerpc-nspi.c
4648    M /trunk/epan/dissectors/packet-dcerpc-nspi.h
4649    M /trunk/epan/dissectors/pidl/nspi/README
4650    M /trunk/epan/dissectors/pidl/nspi/nspi.cnf
4651    M /trunk/epan/dissectors/pidl/nspi/nspi.idl
4652
4653 Update to current version of openchange
4654 ------------------------------------------------------------------------
4655 r20878 | etxrab | 2007-02-20 11:37:06 -0800 (Tue, 20 Feb 2007) | 6 lines
4656 Changed paths:
4657    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
4658    M /trunk/epan/dissectors/packet-gsm_map.c
4659
4660 From Florent Drouin:
4661
4662 This patch provide a new function to decode messages when several ASN1 encoding can be used.
4663 This is the case, for example, when a same message has different encoding according to the MAP version, or in case of ASN1 encoder optimization.
4664  At the same time, I did remove the configuration variable "old_gsm_map_version", which is taken into account in the patch.
4665 And likewise, for all the messages defined with the ASN1 sequence "[3] SEQUENCE", this function is called for the decoding.
4666 ------------------------------------------------------------------------
4667 r20879 | etxrab | 2007-02-20 11:40:14 -0800 (Tue, 20 Feb 2007) | 1 line
4668 Changed paths:
4669    M /trunk/epan/dissectors/packet-bssgp.c
4670
4671 Fix a typo and some reported compiler warnings(hopefully).
4672 ------------------------------------------------------------------------
4673 r20880 | sfisher | 2007-02-20 11:57:04 -0800 (Tue, 20 Feb 2007) | 5 lines
4674 Changed paths:
4675    M /trunk/gtk/content_list_http.c
4676
4677
4678 Treat "<NULL>" as returned from a call to se_strdup() in packet-http.c as a
4679 NULL value when checking if the content-type was found.
4680
4681
4682 ------------------------------------------------------------------------
4683 r20881 | girlich | 2007-02-20 12:07:50 -0800 (Tue, 20 Feb 2007) | 2 lines
4684 Changed paths:
4685    M /trunk/epan/dissectors/packet-dtpt.c
4686
4687 DTPT: Improve Blob handling, more error codes
4688
4689 ------------------------------------------------------------------------
4690 r20882 | sahlberg | 2007-02-20 12:21:49 -0800 (Tue, 20 Feb 2007) | 6 lines
4691 Changed paths:
4692    M /trunk/asn1/gsmmap/gsm_map-exp.cnf
4693    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
4694    M /trunk/epan/dissectors/packet-gsm_map.c
4695    M /trunk/epan/dissectors/packet-gsm_map.h
4696
4697 dont use _U_ when typedeffing a function pointer.
4698
4699 gcc 2.96 does not like _U_ here.
4700
4701
4702
4703 ------------------------------------------------------------------------
4704 r20883 | etxrab | 2007-02-20 13:58:30 -0800 (Tue, 20 Feb 2007) | 1 line
4705 Changed paths:
4706    M /trunk/epan/dissectors/packet-bssgp.c
4707
4708 Test before comitting...
4709 ------------------------------------------------------------------------
4710 r20884 | etxrab | 2007-02-20 14:12:54 -0800 (Tue, 20 Feb 2007) | 1 line
4711 Changed paths:
4712    M /trunk/epan/dissectors/packet-bssgp.c
4713
4714 Get rid of yet another printout that does not go well with optional IE:s
4715 ------------------------------------------------------------------------
4716 r20885 | lego | 2007-02-20 16:00:49 -0800 (Tue, 20 Feb 2007) | 4 lines
4717 Changed paths:
4718    M /trunk/asn1/h248/packet-h248-template.c
4719    M /trunk/epan/dissectors/packet-h248.c
4720    M /trunk/epan/dissectors/packet-h248.h
4721    M /trunk/epan/dissectors/packet-h248_3gpp.c
4722
4723 + add some more packages from 3GPP TS 29.232
4724 - fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1385
4725
4726
4727 ------------------------------------------------------------------------
4728 r20886 | sfisher | 2007-02-20 16:59:16 -0800 (Tue, 20 Feb 2007) | 8 lines
4729 Changed paths:
4730    M /trunk/epan/dissectors/packet-vnc.c
4731
4732
4733 Major overhaul of VNC dissector: split everything into its own function and
4734 bring the server message type dissection nearly to completion.  As for RealVNC
4735 protocol dissection, the only things not working at 100% is the TCP
4736 reassembly and some ZRLE subencoding types.  However, it is is much more useful
4737 shape now than before.
4738  
4739
4740 ------------------------------------------------------------------------
4741 r20887 | sfisher | 2007-02-20 17:27:28 -0800 (Tue, 20 Feb 2007) | 5 lines
4742 Changed paths:
4743    M /trunk/docbook/release-notes.xml
4744
4745
4746 Remove two empty itemized lists that are breaking XML validation and
4747 stopping the Windows buildbot in its tracks.
4748
4749
4750 ------------------------------------------------------------------------
4751 r20888 | etxrab | 2007-02-20 22:19:03 -0800 (Tue, 20 Feb 2007) | 17 lines
4752 Changed paths:
4753    M /trunk/epan/reassemble.c
4754    M /trunk/epan/reassemble.h
4755    A /trunk/epan/reassemble_test.c
4756
4757 From Richard van der Hoff:
4758 01_reassemble_test.patch
4759 ------------------------
4760 I didn't want to do anything without some unit tests, so here they are. 
4761 This allows a standalone binary, epan/reassemble_test, to be built; this can be run from the commandline and should end up printing out "success" 
4762 if all goes well.
4763 NOTE the changes to makefile.am NOT checked in currently.
4764
4765 Incidentally: is it possible to get the buildbot to run things like this, exntest and tvbtest?
4766
4767 02_reassemble_refactor.patch
4768 ----------------------------
4769 fragment_add_seq, fragment_add_dcerpc_dg and fragment_add_seq_check_work were all pretty much carbon-copies of each other. This patch factors out the common parts of the routines into a new routine, fragment_add_seq_key().
4770
4771 03_reassemble_partial_reassembly.patch
4772 ---------------------------------------
4773 This makes fragment_set_partial_reassembly() work for datagrams assembled with fragment_add_seq(). The patch itself is actually quite small, but it adds another unit test which is reasonably lengthy.
4774 ------------------------------------------------------------------------
4775 r20889 | etxrab | 2007-02-20 22:25:13 -0800 (Tue, 20 Feb 2007) | 2 lines
4776 Changed paths:
4777    M /trunk/epan/stream.c
4778
4779 From Richard van der Hoff:
4780 This patch replaces g_assert() calls in epan/stream.c with DISSECTOR_ASSERT().
4781 ------------------------------------------------------------------------
4782 r20890 | etxrab | 2007-02-20 22:42:31 -0800 (Tue, 20 Feb 2007) | 1 line
4783 Changed paths:
4784    M /trunk/epan/stream.c
4785
4786 Include  "emem.h".
4787 ------------------------------------------------------------------------
4788 r20891 | etxrab | 2007-02-20 22:45:34 -0800 (Tue, 20 Feb 2007) | 3 lines
4789 Changed paths:
4790    M /trunk/epan/dissectors/packet-rtp.c
4791    M /trunk/epan/dissectors/packet-rtp.h
4792
4793 From Richard van der Hoff:
4794 Here's a patch which adds an option enabling subdissectors to request defragmentation of packets over RTP streams, using the 
4795 pinfo->desegment_{len,offset} API.
4796 ------------------------------------------------------------------------
4797 r20892 | etxrab | 2007-02-20 22:48:28 -0800 (Tue, 20 Feb 2007) | 4 lines
4798 Changed paths:
4799    M /trunk/epan/dissectors/packet-iax2.c
4800
4801 From Richard van der Hoff:
4802 This patch makes the defragmentation code in the iax2 dissector handle 
4803 pinfo->desegment_len=DESEGMENT_ONE_MORE_SEGMENT, in line with
4804 Ronnie's changes to the tcp dissector of 11 November.
4805 ------------------------------------------------------------------------
4806 r20893 | etxrab | 2007-02-20 23:26:33 -0800 (Tue, 20 Feb 2007) | 2 lines
4807 Changed paths:
4808    M /trunk/plugins/h223/packet-h223.c
4809
4810 From Richard van der Hoff:
4811 The H.223 dissector contains code to deal with "bitswapped" captures - ie, where all of the bytes have their bits backwards. It seems that this is much better handled as a separate dissector entry point, so that the right one can be chosen when the dissector is registered, rather than the current dubious heuristics.
4812 ------------------------------------------------------------------------
4813 r20894 | gerald | 2007-02-21 10:10:43 -0800 (Wed, 21 Feb 2007) | 2 lines
4814 Changed paths:
4815    M /trunk/tools/Makefile.am
4816
4817 Try to fix distcheck.
4818
4819 ------------------------------------------------------------------------
4820 r20895 | sahlberg | 2007-02-21 12:21:11 -0800 (Wed, 21 Feb 2007) | 7 lines
4821 Changed paths:
4822    M /trunk/epan/dissectors/packet-dcerpc-nt.c
4823    M /trunk/epan/packet.c
4824    M /trunk/epan/packet_info.h
4825
4826 add a field in pinfo where dcerpc/pidl can store the name of the current dcerpc procedure
4827
4828 use this field in the policy handle helper to indicate not only which frames the handle was opened/close in but also the name of the function that opened it.
4829 eventually, when other pidl support infrastructure is developed it would be nice if this could be expanded to also contain the name of the object/handle opened.
4830
4831
4832
4833 ------------------------------------------------------------------------
4834 r20896 | sahlberg | 2007-02-21 12:23:44 -0800 (Wed, 21 Feb 2007) | 6 lines
4835 Changed paths:
4836    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
4837    M /trunk/epan/dissectors/pidl/winreg.cnf
4838
4839 regenerate WINREG as a test with the some new PIDL enhancements to show ithe name of the iprocedure a policy handle was created in.
4840
4841 also
4842 fix some mistakes in the conformance file for when handles are opened/created
4843
4844
4845 ------------------------------------------------------------------------
4846 r20897 | wmeier | 2007-02-21 19:21:26 -0800 (Wed, 21 Feb 2007) | 2 lines
4847 Changed paths:
4848    M /trunk/AUTHORS
4849    M /trunk/epan/dissectors/packet-cip.c
4850    M /trunk/epan/dissectors/packet-cip.h
4851
4852 From Ryan Wamsley: Add Connection Configuration Object support to EtherNet/IP dissector
4853
4854 ------------------------------------------------------------------------
4855 r20898 | etxrab | 2007-02-22 12:40:19 -0800 (Thu, 22 Feb 2007) | 9 lines
4856 Changed paths:
4857    M /trunk/epan/dissectors/packet-rtp.c
4858    M /trunk/plugins/h223/packet-h223.c
4859
4860 From Richard van der Hoff:
4861 Along with this bug, identified by Mark, there is another problem, in that one of the chunks of my earlier patch seemed to get missed off when Anders committed it. This won't break anything yet, as the H.223-over-RTP dissection hasn't landed on trunk yet, but it will cause all sorts of nasties when it does.
4862
4863 Here is a new patch, against current trunk, which should fix Mark's bug, my bug, and a comment typo.
4864
4865 And a patch wich improves the general robustness of the h.223 dissector (making it less likely to crash on malformed data).
4866
4867 Hopefully this also fixes a bug raised by Fabio Sguanci a few weeks ago. 
4868 Fabio: I think a better way to fix the problem is to stop the dissector crashing when it finds a malformed PDU, so that it just treats the first pdu as malformed; there is then no need to special-case it.
4869 ------------------------------------------------------------------------
4870 r20899 | etxrab | 2007-02-22 22:47:07 -0800 (Thu, 22 Feb 2007) | 4 lines
4871 Changed paths:
4872    M /trunk/epan/dissectors/packet-rtp.c
4873
4874 From Charles Lepple:
4875 When dissecting RTP packets with a H.263 payload, the "Mark" flag runs into the Mode A/B flag in the info column.
4876
4877 From me abriviate Payload type to PT.
4878 ------------------------------------------------------------------------
4879 r20900 | jake | 2007-02-23 07:22:24 -0800 (Fri, 23 Feb 2007) | 5 lines
4880 Changed paths:
4881    M /trunk/epan/dissectors/packet-rsvp.c
4882
4883 From Morro Roberto:
4884 Please find attached a patch to the RSVP dissector that fixes a small inaccuracy when printing the SENDER TSPEC object.
4885 Substantially, it changes the string
4886 "C-type: 1 - Integrated Services" into the correct one
4887 "C-type: 2 - Integrated Services"
4888 ------------------------------------------------------------------------
4889 r20901 | lego | 2007-02-23 11:04:41 -0800 (Fri, 23 Feb 2007) | 2 lines
4890 Changed paths:
4891    M /trunk/epan/dissectors/packet-m3ua.c
4892
4893 add hidden fields for mtp3.dpc mtp3.opc mtp3.pc to m3ua so that if someone filters by mtp3.pc can get both m2ua and m3ua packets directed towars a caertain pc.
4894
4895 ------------------------------------------------------------------------
4896 r20902 | lego | 2007-02-23 11:26:09 -0800 (Fri, 23 Feb 2007) | 2 lines
4897 Changed paths:
4898    M /trunk/epan/dissectors/packet-m3ua.c
4899
4900 Wow!
4901  hidden fields appear twice defeating the purpose, that's what I call deprecating a function!! 
4902 ------------------------------------------------------------------------
4903 r20903 | jake | 2007-02-23 11:37:01 -0800 (Fri, 23 Feb 2007) | 1 line
4904 Changed paths:
4905    M /trunk/plugins/profinet/Makefile.am
4906    M /trunk/plugins/profinet/Makefile.common
4907
4908 Properly introduce packet-pn.c as a helper
4909 ------------------------------------------------------------------------
4910 r20904 | ulfl | 2007-02-23 11:40:27 -0800 (Fri, 23 Feb 2007) | 5 lines
4911 Changed paths:
4912    M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
4913
4914 system requirements Windows updates:
4915 - Vista is no longer beta
4916 - disk space min. 75MB
4917 - be a bit more specific about no longer supported NT 4.0
4918 - some editing
4919 ------------------------------------------------------------------------
4920 r20905 | lego | 2007-02-23 11:47:02 -0800 (Fri, 23 Feb 2007) | 1 line
4921 Changed paths:
4922    M /trunk/epan/dissectors/packet-m3ua.c
4923
4924 remove another hidden item 
4925 ------------------------------------------------------------------------
4926 r20906 | ulfl | 2007-02-23 11:48:59 -0800 (Fri, 23 Feb 2007) | 1 line
4927 Changed paths:
4928    M /trunk/packaging/nsis/wireshark.nsi
4929
4930 prohibit installation on Win NT 4.0
4931 ------------------------------------------------------------------------
4932 r20907 | lego | 2007-02-23 12:04:09 -0800 (Fri, 23 Feb 2007) | 1 line
4933 Changed paths:
4934    M /trunk/plugins/megaco/packet-megaco.c
4935
4936 have megaco handing over to h248 in case it does not recognize the buffer as text encoded megaco 
4937 ------------------------------------------------------------------------
4938 r20908 | lego | 2007-02-23 12:57:22 -0800 (Fri, 23 Feb 2007) | 2 lines
4939 Changed paths:
4940    M /trunk/asn1/h248/packet-h248-template.c
4941    M /trunk/asn1/h248/packet-h248-template.h
4942    M /trunk/epan/dissectors/packet-h248.c
4943    M /trunk/epan/dissectors/packet-h248.h
4944    M /trunk/epan/dissectors/packet-h248_3gpp.c
4945    M /trunk/epan/dissectors/packet-h248_annex_c.c
4946    M /trunk/epan/dissectors/packet-h248_annex_e.c
4947    M /trunk/epan/dissectors/packet-h248_q1950.c
4948    M /trunk/epan/dissectors/packet-sctp.c
4949
4950 fix some bugs introduced in the latest releases and add value_strings for param, evt, sig and stat ids s well as "sub-parameters".
4951
4952 ------------------------------------------------------------------------
4953 r20909 | lego | 2007-02-23 13:12:25 -0800 (Fri, 23 Feb 2007) | 2 lines
4954 Changed paths:
4955    M /trunk/epan/dissectors/packet-sctp.c
4956
4957 I unadvertedly checked in this one, it adds tsn analysis to sctp which is still broken (although it is disabled by default).
4958 Revert to previous version.
4959 ------------------------------------------------------------------------
4960 r20910 | sfisher | 2007-02-23 13:31:11 -0800 (Fri, 23 Feb 2007) | 9 lines
4961 Changed paths:
4962    M /trunk/epan/dissectors/packet-mp2t.c
4963
4964
4965 From Mark Lewis:
4966
4967 The current RTP/MPEG2 Transport Stream dissector has a bug. When both
4968 Adaptation Field and Payload are present in a packet (AFC==3) the
4969 payload is ignored and Wireshark marks the packet as malformed.
4970 This patch to epan/dissectors/packet-mp2t.c fixes the problem.
4971
4972
4973 ------------------------------------------------------------------------
4974 r20911 | ulfl | 2007-02-24 01:49:43 -0800 (Sat, 24 Feb 2007) | 1 line
4975 Changed paths:
4976    M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
4977
4978 WS won't work well with 256 colors
4979 ------------------------------------------------------------------------
4980 r20912 | ulfl | 2007-02-24 02:26:38 -0800 (Sat, 24 Feb 2007) | 1 line
4981 Changed paths:
4982    M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
4983    M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
4984
4985 mention that Windows with 256 colors still work with GTK1
4986 ------------------------------------------------------------------------
4987 r20913 | lego | 2007-02-24 04:24:13 -0800 (Sat, 24 Feb 2007) | 1 line
4988 Changed paths:
4989    M /trunk/epan/dissectors/packet-sdp.c
4990
4991 have sdp ignoring useless caracters efore the first element (this is a hack to avoid the two spaces found before the v= in sdp messages embeded in h248/q1950)
4992 ------------------------------------------------------------------------
4993 r20914 | ulfl | 2007-02-24 04:40:35 -0800 (Sat, 24 Feb 2007) | 1 line
4994 Changed paths:
4995    M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
4996
4997 better reflect the current Windows installer
4998 ------------------------------------------------------------------------
4999 r20915 | ulfl | 2007-02-24 05:11:47 -0800 (Sat, 24 Feb 2007) | 1 line
5000 Changed paths:
5001    M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
5002
5003 give some reasons why older windows versions are no longer supported, add links to the versions known to still work with Win9x / NT 4.0
5004 ------------------------------------------------------------------------
5005 r20916 | etxrab | 2007-02-24 09:31:55 -0800 (Sat, 24 Feb 2007) | 1 line
5006 Changed paths:
5007    M /trunk/epan/dissectors/packet-rtcp.c
5008
5009 Add basic support for RFC4585.
5010 ------------------------------------------------------------------------
5011 r20917 | sahlberg | 2007-02-24 13:34:29 -0800 (Sat, 24 Feb 2007) | 6 lines
5012 Changed paths:
5013    M /trunk/epan/dissectors/packet-dcerpc-efs.c
5014    M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
5015    M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
5016    M /trunk/epan/dissectors/pidl/efs.cnf
5017    M /trunk/epan/dissectors/pidl/efs.idl
5018    M /trunk/epan/dissectors/pidl/eventlog.cnf
5019    M /trunk/epan/dissectors/pidl/eventlog.idl
5020
5021 update EFS and EVENTLOG conformance files to use the new defines
5022 for when policy handles are opened/closed and regenerate the dissector
5023 with the latest version of PIDL
5024
5025
5026
5027 ------------------------------------------------------------------------
5028 r20918 | sahlberg | 2007-02-24 17:34:41 -0800 (Sat, 24 Feb 2007) | 7 lines
5029 Changed paths:
5030    M /trunk/epan/dissectors/packet-dcerpc-ndr.c
5031    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
5032    M /trunk/epan/dissectors/packet-dcerpc.h
5033
5034 add new PIDL friendly helpers for dissection of integer types.
5035 these new helpers take a parameter that can be used to decorate the tree and summary line (when this parameter is acted upon/implemented in the code inside the helpers)
5036
5037 WINREG was regenerated using a patched version of PIDL. Mainline version of PIDL does not yet have this patch applied.
5038
5039
5040
5041 ------------------------------------------------------------------------
5042 r20919 | sahlberg | 2007-02-24 17:47:43 -0800 (Sat, 24 Feb 2007) | 6 lines
5043 Changed paths:
5044    M /trunk/epan/dissectors/packet-dcerpc-nt.h
5045    M /trunk/epan/dissectors/packet-dcerpc.h
5046
5047 move the defines for PIDL_POLHND_{OPEN|CLOSE} to packet-dcerpc.h
5048
5049 also change their values to use the top order bits of an uint32 instead of the least significant ones
5050
5051
5052
5053 ------------------------------------------------------------------------
5054 r20920 | lego | 2007-02-25 02:13:49 -0800 (Sun, 25 Feb 2007) | 2 lines
5055 Changed paths:
5056    M /trunk/asn1/h248/packet-h248-template.c
5057    M /trunk/epan/dissectors/packet-h248.c
5058    M /trunk/epan/dissectors/packet-h248_q1950.c
5059
5060 + some cosmetic changes to package dissection.
5061 + add more Q.1950 packages and parameters
5062 ------------------------------------------------------------------------
5063 r20921 | lego | 2007-02-25 03:23:49 -0800 (Sun, 25 Feb 2007) | 1 line
5064 Changed paths:
5065    M /trunk/epan/dissectors/packet-h248_3gpp.c
5066    M /trunk/epan/dissectors/packet-h248_annex_e.c
5067    M /trunk/epan/dissectors/packet-h248_q1950.c
5068
5069 remove warnings
5070 ------------------------------------------------------------------------
5071 r20922 | sahlberg | 2007-02-25 03:48:06 -0800 (Sun, 25 Feb 2007) | 6 lines
5072 Changed paths:
5073    M /trunk/epan/dissectors/packet-dcerpc-ndr.c
5074    M /trunk/epan/dissectors/packet-dcerpc.h
5075
5076 add new flag for PIDL conformance files : PIDL_SET_COL_INFO
5077 which applies (for now only) to integer types.
5078 when this flag is specified as PARAM_VALUE the fields name and its value will be pushed onto the info column of the summary line
5079
5080
5081
5082 ------------------------------------------------------------------------
5083 r20923 | ulfl | 2007-02-25 04:50:21 -0800 (Sun, 25 Feb 2007) | 3 lines
5084 Changed paths:
5085    M /trunk/capture_wpcap_packet.c
5086
5087 fix #1399: don't assert the oidlength returned from the network card driver, but simply return that the PacketRequest call failed in that case.
5088
5089 BTW: this is a serious bug in the specific network card driver of this report, it returned a buffer length LONGER than the provided buffer length one!
5090 ------------------------------------------------------------------------
5091 r20924 | ulfl | 2007-02-25 07:42:56 -0800 (Sun, 25 Feb 2007) | 1 line
5092 Changed paths:
5093    M /trunk/update.c
5094
5095 fix the WinPcap version detection, some minor enhancements to the update logic
5096 ------------------------------------------------------------------------
5097 r20925 | ulfl | 2007-02-25 07:44:38 -0800 (Sun, 25 Feb 2007) | 1 line
5098 Changed paths:
5099    M /trunk/nio-ie5.c
5100
5101 don't cache the downloaded file, so changes in the update file will have an effect while experimenting
5102 ------------------------------------------------------------------------
5103 r20926 | ulfl | 2007-02-25 07:48:43 -0800 (Sun, 25 Feb 2007) | 1 line
5104 Changed paths:
5105    M /trunk/epan/dissectors/packet-dcom.c
5106    M /trunk/epan/dissectors/packet-dcom.h
5107    M /trunk/epan/libwireshark.def
5108    M /trunk/plugins/profinet/packet-dcom-cba-acco.c
5109
5110 add a new function dissect_dcom_HRESULT_item() for some more flexibility, use it in the CBA-ACCO dissector - as the value_strings from dcom can't be used in hf_register_info from a plugin
5111 ------------------------------------------------------------------------
5112 r20927 | ulfl | 2007-02-25 07:50:40 -0800 (Sun, 25 Feb 2007) | 1 line
5113 Changed paths:
5114    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
5115
5116 fix the padding in the read/write headers, some other minor changes
5117 ------------------------------------------------------------------------
5118 r20928 | lego | 2007-02-25 10:03:05 -0800 (Sun, 25 Feb 2007) | 1 line
5119 Changed paths:
5120    M /trunk/gtk/Makefile.am
5121    M /trunk/gtk/Makefile.common
5122    A /trunk/gtk/macros_dlg.c (from /trunk/gtk/macros_dlg.c:20752)
5123    A /trunk/gtk/macros_dlg.h (from /trunk/gtk/macros_dlg.h:20752)
5124    M /trunk/gtk/main.c
5125    M /trunk/gtk/menu.c
5126    M /trunk/gtk/uat_gui.c
5127    M /trunk/gtk/uat_gui.h
5128    M /trunk/stat_menu.h
5129
5130 revert (most) changes in rev #20753, to avoid items being created on a wrong menu on windows.
5131 ------------------------------------------------------------------------
5132 r20929 | lego | 2007-02-25 10:22:08 -0800 (Sun, 25 Feb 2007) | 4 lines
5133 Changed paths:
5134    M /trunk/epan/dissectors/packet-sctp.c
5135
5136 I'm checking in what I got so far for TSN analysis.
5137 It's disabled. To enable uncomment the preference, recompile and enable it from preferences.
5138
5139 I checking it in because I need it as a reference.
5140 ------------------------------------------------------------------------
5141 r20930 | guy | 2007-02-25 13:57:23 -0800 (Sun, 25 Feb 2007) | 8 lines
5142 Changed paths:
5143    M /trunk/epan/dissectors/packet-dnp.c
5144
5145 The type argument to dnp3_al_obj_quality() isn't taken from the packet,
5146 so invalid type arguments are programming errors; check for them with
5147 DISSECTOR_ASSERT().
5148
5149 Fix a call to use the right value from the packet.
5150
5151 The dissector is a new-style dissector, so register it as such.
5152
5153 ------------------------------------------------------------------------
5154 r20931 | guy | 2007-02-25 14:46:54 -0800 (Sun, 25 Feb 2007) | 4 lines
5155 Changed paths:
5156    M /trunk/epan/crypt/airpdcap_interop.h
5157
5158 ANSI C defines size_t; if we don't have that defined, we have bigger
5159 problems, and there's no guarantee that _SIZE_T is defined on all ANSI C
5160 platforms, so you might end up with a redefinition and a compile failure.
5161
5162 ------------------------------------------------------------------------
5163 r20932 | guy | 2007-02-25 15:25:23 -0800 (Sun, 25 Feb 2007) | 2 lines
5164 Changed paths:
5165    M /trunk/epan/crypt/airpdcap_ccmp.c
5166    M /trunk/epan/crypt/airpdcap_rijndael.h
5167    M /trunk/epan/crypt/airpdcap_tkip.c
5168
5169 Eliminate __inline - not all compilers support it.
5170
5171 ------------------------------------------------------------------------
5172 r20933 | jmayer | 2007-02-26 00:57:03 -0800 (Mon, 26 Feb 2007) | 98 lines
5173 Changed paths:
5174    M /trunk/tools/pidl/TODO
5175    M /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm
5176    M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
5177    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
5178    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
5179    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
5180    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
5181    M /trunk/tools/pidl/tests/dump.pl
5182    M /trunk/tools/pidl/tests/header.pl
5183    A /trunk/tools/pidl/tests/samba-ejs.pl
5184    M /trunk/tools/pidl/tests/samba-ndr.pl
5185    M /trunk/tools/pidl/tests/samba3-cli.pl
5186    M /trunk/tools/pidl/tests/tdr.pl
5187    M /trunk/tools/pidl/tests/typelist.pl
5188    M /trunk/tools/pidl/tests/wireshark-conf.pl
5189    M /trunk/tools/pidl/tests/wireshark-ndr.pl
5190
5191 Update from samba tree revision 21471 to 21535
5192 ============================ Samba log start ============
5193 ------------------------------------------------------------------------
5194 r21484 | jelmer | 2007-02-21 11:31:14 +0100 (Wed, 21 Feb 2007) | 1 line
5195 Changed paths:
5196    M /branches/SAMBA_4_0
5197    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
5198    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
5199    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
5200    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
5201
5202 Fix Needed* for nested datastructures.
5203 ------------------------------------------------------------------------
5204 r21486 | jelmer | 2007-02-21 11:55:03 +0100 (Wed, 21 Feb 2007) | 1 line
5205 Changed paths:
5206    M /branches/SAMBA_4_0
5207    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
5208
5209 Remove spurious semicolons.
5210 ------------------------------------------------------------------------
5211 r21487 | jelmer | 2007-02-21 12:32:48 +0100 (Wed, 21 Feb 2007) | 1 line
5212 Changed paths:
5213    M /branches/SAMBA_4_0
5214    M /branches/SAMBA_4_0/source/librpc/idl/echo.idl
5215    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
5216    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
5217
5218 Fix warning when using anonymous types, initial work on nested type support in ejs.
5219 ------------------------------------------------------------------------
5220 r21490 | jelmer | 2007-02-21 13:35:21 +0100 (Wed, 21 Feb 2007) | 3 lines
5221 Changed paths:
5222    M /branches/SAMBA_4_0
5223    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
5224    A /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl
5225
5226 Add some tests for the EJS code
5227 More work on supporting nested types in EJS.
5228
5229 ------------------------------------------------------------------------
5230 r21492 | jelmer | 2007-02-21 15:35:25 +0100 (Wed, 21 Feb 2007) | 2 lines
5231 Changed paths:
5232    M /branches/SAMBA_4_0
5233    M /branches/SAMBA_4_0/source/pidl/TODO
5234    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
5235    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
5236
5237 Finish work on nested type support in EJS.
5238
5239 ------------------------------------------------------------------------
5240 r21493 | jelmer | 2007-02-21 21:59:01 +0100 (Wed, 21 Feb 2007) | 15 lines
5241 Changed paths:
5242    M /branches/SAMBA_4_0
5243    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
5244
5245 Patch from Ronnie Sahlberg. From his email:
5246
5247 This patch changes the function name and signature that pidl generate
5248 a call for when dissecting a policy handle to a new, more
5249 PIDL-friendly function.
5250
5251 It also stores the procedure name in a new pinfo-> field so that
5252 helpers that want to know the procedure name can finbd out easily.
5253
5254 The new PIDL helper function for policy handles use this new field and will show
5255    OpenHKU(<...>)
5256        opened in frame X
5257            closed in frame Y
5258 for the policy handle.
5259
5260 ------------------------------------------------------------------------
5261 r21531 | jelmer | 2007-02-25 10:35:32 +0100 (Sun, 25 Feb 2007) | 1 line
5262 Changed paths:
5263    M /branches/SAMBA_4_0
5264    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
5265
5266 Use pidl-specific utility functions. Patch from Ronnie Sahlberg
5267 ------------------------------------------------------------------------
5268 r21532 | jelmer | 2007-02-25 10:55:57 +0100 (Sun, 25 Feb 2007) | 1 line
5269 Changed paths:
5270    M /branches/SAMBA_4_0
5271    M /branches/SAMBA_4_0/source/pidl/TODO
5272    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
5273    M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
5274
5275 Add tests for StripPrefixes utility function.
5276 ------------------------------------------------------------------------
5277 r21534 | jelmer | 2007-02-26 02:03:19 +0100 (Mon, 26 Feb 2007) | 1 line
5278 Changed paths:
5279    M /branches/SAMBA_4_0
5280    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
5281    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
5282    M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
5283
5284 Add some more tests for wireshark.
5285 ------------------------------------------------------------------------
5286 ------------------------------------------------------------------------
5287 ============================ Samba log end ==============
5288
5289 ------------------------------------------------------------------------
5290 r20934 | jake | 2007-02-26 12:39:38 -0800 (Mon, 26 Feb 2007) | 3 lines
5291 Changed paths:
5292    M /trunk/plugins/agentx/Makefile.nmake
5293    M /trunk/plugins/agentx/plugin.rc.in
5294    M /trunk/plugins/artnet/Makefile.nmake
5295    M /trunk/plugins/artnet/plugin.rc.in
5296    M /trunk/plugins/asn1/Makefile.nmake
5297    M /trunk/plugins/asn1/plugin.rc.in
5298    M /trunk/plugins/ciscosm/Makefile.nmake
5299    M /trunk/plugins/ciscosm/plugin.rc.in
5300    M /trunk/plugins/docsis/Makefile.nmake
5301    M /trunk/plugins/docsis/plugin.rc.in
5302    M /trunk/plugins/enttec/Makefile.nmake
5303    M /trunk/plugins/enttec/plugin.rc.in
5304    M /trunk/plugins/gryphon/Makefile.nmake
5305    M /trunk/plugins/gryphon/plugin.rc.in
5306    M /trunk/plugins/irda/Makefile.nmake
5307    M /trunk/plugins/irda/plugin.rc.in
5308    M /trunk/plugins/lwres/Makefile.nmake
5309    M /trunk/plugins/lwres/plugin.rc.in
5310    M /trunk/plugins/mate/Makefile.nmake
5311    M /trunk/plugins/mate/plugin.rc.in
5312    M /trunk/plugins/megaco/Makefile.nmake
5313    M /trunk/plugins/megaco/plugin.rc.in
5314    M /trunk/plugins/mgcp/Makefile.nmake
5315    M /trunk/plugins/mgcp/plugin.rc.in
5316    M /trunk/plugins/opsi/Makefile.nmake
5317    M /trunk/plugins/opsi/plugin.rc.in
5318    M /trunk/plugins/pcli/Makefile.nmake
5319    M /trunk/plugins/pcli/plugin.rc.in
5320    M /trunk/plugins/profinet/Makefile.nmake
5321    M /trunk/plugins/profinet/plugin.rc.in
5322    M /trunk/plugins/rlm/Makefile.nmake
5323    M /trunk/plugins/rlm/plugin.rc.in
5324    M /trunk/plugins/rtnet/Makefile.nmake
5325    M /trunk/plugins/rtnet/plugin.rc.in
5326    M /trunk/plugins/rudp/Makefile.nmake
5327    M /trunk/plugins/rudp/plugin.rc.in
5328    M /trunk/plugins/sbus/Makefile.nmake
5329    M /trunk/plugins/sbus/plugin.rc.in
5330    M /trunk/plugins/stats_tree/Makefile.nmake
5331    M /trunk/plugins/stats_tree/plugin.rc.in
5332    M /trunk/plugins/v5ua/Makefile.nmake
5333    M /trunk/plugins/v5ua/plugin.rc.in
5334
5335 -Add the compiler version to the plugin resource
5336 -Remove the SPECIAL_BUILD tag
5337 -Set to OS type to NT_WINDOWS32
5338 ------------------------------------------------------------------------
5339 r20935 | etxrab | 2007-02-26 22:25:07 -0800 (Mon, 26 Feb 2007) | 8 lines
5340 Changed paths:
5341    M /trunk/epan/Makefile.am
5342    M /trunk/plugins/h223/packet-h223.c
5343
5344 From Richard van der Hoff:
5345
5346 - Registers H.223 as a dissector for RTP CLEARMODE payloads -
5347 and makes some other modifications to the H.223 dissector to make this
5348 work correctly.
5349
5350 -Allows a standalone binary, epan/reassemble_test, to be built; this can be run from the commandline and should end up printing out "success" 
5351 if all goes well.
5352 ------------------------------------------------------------------------
5353 r20936 | etxrab | 2007-02-26 22:38:49 -0800 (Mon, 26 Feb 2007) | 3 lines
5354 Changed paths:
5355    M /trunk/gtk/simple_dialog.c
5356
5357 From Floren Drouin:
5358
5359 This patch add a test on the GTK version to avoid a warning with the "gtk-label-select-on-focus" configuration parameter, introduced in GTK-2.9.0.
5360 ------------------------------------------------------------------------
5361 r20937 | etxrab | 2007-02-26 22:54:41 -0800 (Mon, 26 Feb 2007) | 3 lines
5362 Changed paths:
5363    M /trunk/epan/dissectors/packet-epl.c
5364    M /trunk/epan/dissectors/packet-epl.h
5365
5366 From Daniel Kr?\195?\188ger:
5367
5368 I attached a patch to this dissector, which includes some corrections, updates and SDO by UDP support. I will upload a sample capture of SDO by UDP to the wiki. The patch is fuzzy tested against the current SVN rev under Linux and it builds also under MSVC2005.
5369 ------------------------------------------------------------------------
5370 r20938 | etxrab | 2007-02-26 22:58:30 -0800 (Mon, 26 Feb 2007) | 3 lines
5371 Changed paths:
5372    M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
5373
5374 From Douglas Pratley:
5375
5376 This patch gives brief instructions on how to build the RPM package target for Wireshark.
5377 ------------------------------------------------------------------------
5378 r20939 | etxrab | 2007-02-26 23:00:11 -0800 (Mon, 26 Feb 2007) | 1 line
5379 Changed paths:
5380    M /trunk/asn1/gsmmap/GSMMAP.asn
5381
5382 Add $Id:$
5383 ------------------------------------------------------------------------
5384 r20940 | etxrab | 2007-02-26 23:02:29 -0800 (Mon, 26 Feb 2007) | 1 line
5385 Changed paths:
5386    M /trunk/diameter/TGPPSh.xml
5387    M /trunk/diameter/imscxdx.xml
5388
5389 Add some AVP:s
5390 ------------------------------------------------------------------------
5391 r20941 | sahlberg | 2007-02-27 01:37:48 -0800 (Tue, 27 Feb 2007) | 3 lines
5392 Changed paths:
5393    M /trunk/epan/dissectors/packet-dcerpc.c
5394    M /trunk/epan/dissectors/packet-dcerpc.h
5395
5396 add PIDL friendly helper to manage unicode strings
5397
5398
5399 ------------------------------------------------------------------------
5400 r20942 | morriss | 2007-02-27 02:02:28 -0800 (Tue, 27 Feb 2007) | 1 line
5401 Changed paths:
5402    M /trunk/epan/dissectors/packet-sctp.c
5403
5404 Some minor readability enhancements to the (still disabled) sequence analysis: use PROTO_ITEM_SET_GENERATED() on all the new fields and change hf_sctp_dup_ack's description to indicate that it's showing you the frame number of the previous ack.
5405 ------------------------------------------------------------------------
5406 r20943 | lego | 2007-02-27 02:27:05 -0800 (Tue, 27 Feb 2007) | 2 lines
5407 Changed paths:
5408    M /trunk/epan/dissectors/packet-h248_annex_c.c
5409
5410 fix Bug 1406:
5411 it looks like 1 byte parameters are ber encoded integers, not raw data.
5412 ------------------------------------------------------------------------
5413 r20944 | lego | 2007-02-27 02:47:58 -0800 (Tue, 27 Feb 2007) | 4 lines
5414 Changed paths:
5415    M /trunk/epan/dissectors/packet-h248_annex_c.c
5416
5417 fix Bug 1407
5418 as per bug 1406 actual values aren't raw bytes, they are BER encoded octet strings.
5419
5420
5421 ------------------------------------------------------------------------
5422 r20945 | jmayer | 2007-02-27 12:32:15 -0800 (Tue, 27 Feb 2007) | 28 lines
5423 Changed paths:
5424    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
5425    M /trunk/tools/pidl/tests/wireshark-conf.pl
5426    M /trunk/tools/pidl/tests/wireshark-ndr.pl
5427
5428 Update from samba tree revision 21535 to 21565
5429 ============================ Samba log start ============
5430 ------------------------------------------------------------------------
5431 r21545 | jelmer | 2007-02-26 18:43:01 +0100 (Mon, 26 Feb 2007) | 1 line
5432 Changed paths:
5433    M /branches/SAMBA_4_0
5434    M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
5435
5436 Fix pidl test.
5437 ------------------------------------------------------------------------
5438 r21555 | jelmer | 2007-02-27 13:46:19 +0100 (Tue, 27 Feb 2007) | 1 line
5439 Changed paths:
5440    M /branches/SAMBA_4_0
5441    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
5442    M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
5443
5444 Some tests for TYPE in wireshark conformance files.
5445 ------------------------------------------------------------------------
5446 r21559 | jelmer | 2007-02-27 14:41:56 +0100 (Tue, 27 Feb 2007) | 1 line
5447 Changed paths:
5448    M /branches/SAMBA_4_0
5449    M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
5450
5451 More tests.
5452 ------------------------------------------------------------------------
5453 ------------------------------------------------------------------------
5454 ============================ Samba log end ==============
5455
5456 ------------------------------------------------------------------------
5457 r20946 | sfisher | 2007-02-27 16:08:23 -0800 (Tue, 27 Feb 2007) | 6 lines
5458 Changed paths:
5459    M /trunk/epan/libwireshark.def
5460
5461
5462 Fix for bug #1408:
5463
5464 Add proto_tree_add_bitmask to epan/libwireshark.def
5465
5466
5467 ------------------------------------------------------------------------
5468 r20947 | lego | 2007-02-28 06:09:25 -0800 (Wed, 28 Feb 2007) | 8 lines
5469 Changed paths:
5470    M /trunk/epan/dissectors/packet-sctp.c
5471
5472 SCTP TSN analysis part 1.
5473
5474 Up and running.
5475 As it is analysis will stop at TSN rollover (0xffffffff->0x00000000).
5476
5477 And It will start to misbehave when a TSN is seen again in the same half association (that's a case where an out-of-memory error will probably had happened before).
5478
5479 It still needs testing.
5480 ------------------------------------------------------------------------
5481 r20948 | etxrab | 2007-02-28 13:10:25 -0800 (Wed, 28 Feb 2007) | 1 line
5482 Changed paths:
5483    M /trunk/asn1/inap/inap.asn
5484    M /trunk/epan/dissectors/packet-inap.c
5485
5486 Add a missing OPTIONAL.
5487 ------------------------------------------------------------------------
5488 r20949 | etxrab | 2007-02-28 13:46:06 -0800 (Wed, 28 Feb 2007) | 1 line
5489 Changed paths:
5490    M /trunk/epan/dissectors/packet-h263.c
5491
5492 Start dissecting H.263 according to RFC 4629.
5493 ------------------------------------------------------------------------
5494 r20950 | sfisher | 2007-02-28 14:45:18 -0800 (Wed, 28 Feb 2007) | 6 lines
5495 Changed paths:
5496    M /trunk/tshark.c
5497
5498
5499 Fix problem where specifying -b duration:xx on tshark wasn't working by
5500 testing for the "duration specified" variable along with the "maximum
5501 file size" variable.
5502  
5503
5504 ------------------------------------------------------------------------
5505 r20951 | sfisher | 2007-02-28 15:20:40 -0800 (Wed, 28 Feb 2007) | 6 lines
5506 Changed paths:
5507    M /trunk/gtk/Makefile.common
5508    D /trunk/gtk/content_list_http.c
5509    A /trunk/gtk/export_object.c
5510    A /trunk/gtk/export_object.h
5511    A /trunk/gtk/export_object_http.c (from /trunk/gtk/content_list_http.c:20894)
5512    M /trunk/gtk/file_dlg.c
5513    M /trunk/gtk/file_dlg.h
5514    M /trunk/gtk/menu.c
5515    M /trunk/stat_menu.h
5516
5517
5518 Sync up my changes so far to the content list (now called object
5519 list) feature for http traffic.  It's now available under File->
5520 Export->Objects->HTTP.  More changes to come..
5521
5522
5523 ------------------------------------------------------------------------
5524 r20952 | lego | 2007-02-28 16:24:57 -0800 (Wed, 28 Feb 2007) | 4 lines
5525 Changed paths:
5526    M /trunk/epan/dissectors/Makefile.common
5527    A /trunk/epan/dissectors/packet-bctp.c
5528    M /trunk/epan/dissectors/packet-h248_q1950.c
5529    M /trunk/epan/dissectors/packet-sdp.c
5530
5531 Those two spaces before sdp were bctp (Q.1990), a protocol conveniently encoded to be two spaces in case of IPBCP (SDP+extras).
5532
5533 There's probably something similar in packet-isup.c
5534
5535 ------------------------------------------------------------------------
5536 r20953 | sfisher | 2007-02-28 18:18:18 -0800 (Wed, 28 Feb 2007) | 5 lines
5537 Changed paths:
5538    M /trunk/gtk/simple_dialog.c
5539
5540
5541 Wrap long lines in simple dialogs so that the dialog and its message
5542 won't ever extend off the screen.
5543
5544
5545 ------------------------------------------------------------------------
5546 r20954 | ulfl | 2007-03-01 01:36:01 -0800 (Thu, 01 Mar 2007) | 1 line
5547 Changed paths:
5548    M /trunk/gtk/Makefile.am
5549
5550 add export_object.h so distcheck don't fail
5551 ------------------------------------------------------------------------
5552 r20955 | sfisher | 2007-03-01 13:08:01 -0800 (Thu, 01 Mar 2007) | 13 lines
5553 Changed paths:
5554    M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
5555
5556
5557 Fix bug #1409:
5558
5559 There is an error in the page:
5560 http://wireshark.org/docs/wsug_html_chunked/ChCapCaptureFilterSection.html
5561
5562 According to Example 4.2, the filter 'tcp port 23 and not host 10.0.0.5'
5563 captures all telnet traffic not from 10.0.0.5. But this filter also discards
5564 traffic to 10.0.0.5. Either you use this filter to capture all telnet traffic
5565 not to and not from 10.0.0.5 or you use filter 'tcp port 23 and not src host
5566 10.0.0.5'.
5567
5568
5569 ------------------------------------------------------------------------
5570 r20956 | sfisher | 2007-03-01 13:28:57 -0800 (Thu, 01 Mar 2007) | 4 lines
5571 Changed paths:
5572    M /trunk/epan
5573
5574
5575 Add epan/reassemble_test executable to svn:ignore
5576
5577
5578 ------------------------------------------------------------------------
5579 r20957 | gal | 2007-03-02 09:28:43 -0800 (Fri, 02 Mar 2007) | 4 lines
5580 Changed paths:
5581    M /trunk/packaging/u3/win32/makefile.nmake
5582
5583 If the VERSION_EXTRA is set in config.nmake, this can lead to an invalid U3 package version in the manifest file.
5584 So we now create the U3 package version from the base components.
5585
5586
5587 ------------------------------------------------------------------------
5588 r20958 | sfisher | 2007-03-02 13:17:44 -0800 (Fri, 02 Mar 2007) | 6 lines
5589 Changed paths:
5590    M /trunk/epan/filesystem.c
5591
5592
5593 Add a description for errno EINVAL (Invalid Argument) to
5594 file_open_error_message().  In this context, the error means
5595 that an invalid filename was specified.
5596
5597
5598 ------------------------------------------------------------------------
5599 r20959 | sfisher | 2007-03-02 13:47:34 -0800 (Fri, 02 Mar 2007) | 5 lines
5600 Changed paths:
5601    M /trunk/gtk/menu.c
5602
5603
5604 Activate the File -> Export menu when a capture is in
5605 progress in addition to when a capture file is open.
5606
5607
5608 ------------------------------------------------------------------------
5609 r20960 | gerald | 2007-03-02 15:44:54 -0800 (Fri, 02 Mar 2007) | 4 lines
5610 Changed paths:
5611    M /trunk/epan/dissectors/packet-lldp.c
5612
5613 Bugs 1095 and 1096 in the Ethereal bug database both pointed out that we 
5614 were looking at the wrong bits when displaying the port and protocol VLAN
5615 flags.
5616
5617 ------------------------------------------------------------------------
5618 r20961 | sfisher | 2007-03-02 19:14:00 -0800 (Fri, 02 Mar 2007) | 12 lines
5619 Changed paths:
5620    M /trunk/docbook/user-guide.xml
5621    A /trunk/docbook/wsug_graphics/ws-export-objects.png
5622    M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
5623    M /trunk/epan/dissectors/packet-http.c
5624    M /trunk/gtk/export_object.c
5625    M /trunk/gtk/export_object.h
5626    M /trunk/gtk/export_object_http.c
5627    M /trunk/gtk/help_dlg.c
5628    M /trunk/gtk/help_dlg.h
5629
5630
5631 Update object export code:
5632
5633  - Add to User's Guide
5634  - Add a help button
5635  - Move a lot of code into the shared export_object.c file and out of
5636    dissector specific file export_object_http.c.  This will make adding
5637    additional protocols much easier.
5638  - Change comment in packet-http.c to reflect new name (Export Object)
5639  - Various other minor improvements 
5640
5641
5642 ------------------------------------------------------------------------
5643 r20962 | ulfl | 2007-03-03 01:30:15 -0800 (Sat, 03 Mar 2007) | 1 line
5644 Changed paths:
5645    M /trunk/epan/dissectors/packet-lldp.c
5646
5647 use the official PROFINET names (only comments changed)
5648 ------------------------------------------------------------------------
5649 r20963 | ulfl | 2007-03-03 01:33:02 -0800 (Sat, 03 Mar 2007) | 1 line
5650 Changed paths:
5651    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
5652
5653 fix read handling of index 0x8051 and 0xe00c
5654 ------------------------------------------------------------------------
5655 r20964 | gal | 2007-03-03 07:05:03 -0800 (Sat, 03 Mar 2007) | 4 lines
5656 Changed paths:
5657    M /trunk/packaging/u3/win32/makefile.nmake
5658    M /trunk/packaging/u3/win32/manifest.tmpl
5659    M /trunk/packaging/u3/win32/u3util.c
5660
5661 Ensure that the correct U3 environment variables are set when the U3 Wireshark is started from a file association (e.g. opening a pcap file).
5662 Also tweak the space requirements and restore the VERSION_EXTRA information to the description, both within the manifest.u3i.
5663
5664
5665 ------------------------------------------------------------------------
5666 r20965 | lego | 2007-03-03 08:36:19 -0800 (Sat, 03 Mar 2007) | 3 lines
5667 Changed paths:
5668    M /trunk/asn1/h248/packet-h248-template.c
5669    M /trunk/asn1/h248/packet-h248-template.h
5670    M /trunk/epan/dissectors/packet-h248.c
5671    M /trunk/epan/dissectors/packet-h248.h
5672    M /trunk/epan/dissectors/packet-h248_annex_e.c
5673
5674 + improve dissection of PkdName
5675 + complete H.248.1 E.1 Generic Package
5676
5677 ------------------------------------------------------------------------
5678 r20966 | lego | 2007-03-03 15:33:56 -0800 (Sat, 03 Mar 2007) | 1 line
5679 Changed paths:
5680    M /trunk/asn1/h248/packet-h248-template.c
5681    M /trunk/epan/dissectors/packet-h248.c
5682    M /trunk/epan/dissectors/packet-h248_annex_e.c
5683
5684 - have the signal name to be in the right subtree
5685 ------------------------------------------------------------------------
5686 r20967 | lego | 2007-03-03 15:38:35 -0800 (Sat, 03 Mar 2007) | 2 lines
5687 Changed paths:
5688    M /trunk/epan/dissectors/packet-sccp.c
5689    M /trunk/epan/dissectors/packet-sccp.h
5690
5691 Add an optional generated id to each association and have a tree with links to all messages of the association bellow it.
5692
5693 ------------------------------------------------------------------------
5694 r20968 | sahlberg | 2007-03-03 17:15:44 -0800 (Sat, 03 Mar 2007) | 3 lines
5695 Changed paths:
5696    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
5697    M /trunk/epan/dissectors/pidl/winreg.cnf
5698
5699 add dissection of the WINREG specific bits in the accessmask for WINREG objects
5700
5701
5702 ------------------------------------------------------------------------
5703 r20969 | lego | 2007-03-03 17:55:02 -0800 (Sat, 03 Mar 2007) | 1 line
5704 Changed paths:
5705    M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
5706
5707 add sections for the various user tables.
5708 ------------------------------------------------------------------------
5709 r20970 | lego | 2007-03-03 18:27:11 -0800 (Sat, 03 Mar 2007) | 1 line
5710 Changed paths:
5711    M /trunk/gtk/uat_gui.c
5712
5713 protect callbacks of derived windows from dereferencing a null pointer if the main table has being closed in the meanwhile.
5714 ------------------------------------------------------------------------
5715 r20971 | jmayer | 2007-03-04 03:48:07 -0800 (Sun, 04 Mar 2007) | 8 lines
5716 Changed paths:
5717    M /trunk/epan/dissectors/Makefile.common
5718    M /trunk/epan/dissectors/packet-ip.c
5719    A /trunk/epan/dissectors/packet-tapa.c
5720
5721 The beginnings of a TAPA dissector (Trapeze Access Point Access Protocol).
5722 Admittedly not much, so if you have any ideas what the rest means or where
5723 I'm wrong please provide feedback.
5724
5725 As tapa uses udp 5000 and ip protocol 4, I needed to add a hack for the
5726 ip part to properly dispatch betweeen ipip and tapa-tunnel (actually I
5727 was unable to turn the ipip dissector into a heuristic dissector :-)
5728
5729 ------------------------------------------------------------------------
5730 r20972 | lego | 2007-03-04 08:00:05 -0800 (Sun, 04 Mar 2007) | 4 lines
5731 Changed paths:
5732    M /trunk/epan/wslua/wslua.h
5733    M /trunk/epan/wslua/wslua_proto.c
5734
5735 do not return before ENDTRY when handling an exception, this would leave the fat stack without the top and cause the dereferencing of a null pointer later on when popping in the next ENDTRY.
5736
5737 Oddly enough this shows up only on windows. Maybe there's something good in my Mac's temporary disability!
5738
5739 ------------------------------------------------------------------------
5740 r20973 | jmayer | 2007-03-04 13:26:47 -0800 (Sun, 04 Mar 2007) | 3 lines
5741 Changed paths:
5742    M /trunk/epan/dissectors/packet-tapa.c
5743
5744 Some updates to the tunnel protocol decoding.
5745 Make tapa.discover.x and tapa.tunnel.y more consistent.
5746
5747 ------------------------------------------------------------------------
5748 r20974 | jake | 2007-03-05 12:25:54 -0800 (Mon, 05 Mar 2007) | 17 lines
5749 Changed paths:
5750    M /trunk/doc/README.developer
5751
5752 From Richard van der Hoff:
5753 I've had a good look at the code in packet-tcp.c, and whilst it's
5754 somewhat impenetrable, I've come to the conclusion that it just doesn't
5755 support multiple pdus as described.
5756
5757 That's not entirely unreasonable in itself; my objection is solely to
5758 the fact that README.developer is completely misleading. In fact, even
5759 the example dissect_cstr won't work on the tcp dissector, because if you
5760 set desegment_len=1 the tcp dissector believes that you know what you
5761 are doing and doesn't let you change your mind later.
5762
5763 Furthermore, 2.7.2 says that you can set desegment_len=-1; that doesn't
5764 work either, because the tcp dissector expects
5765 DESEGMENT_ONE_MORE_SEGMENT, which is 0x0fffffff, which is nowhere near -1.
5766
5767 In short, I think the relevant section of README.developer needs a
5768 rewrite. I attach a patch - comments welcome.
5769 ------------------------------------------------------------------------
5770 r20975 | etxrab | 2007-03-05 14:04:51 -0800 (Mon, 05 Mar 2007) | 1 line
5771 Changed paths:
5772    M /trunk/AUTHORS
5773
5774 Add Dave Butt to the AUTHORS file.
5775 ------------------------------------------------------------------------
5776 r20976 | lego | 2007-03-05 14:47:40 -0800 (Mon, 05 Mar 2007) | 5 lines
5777 Changed paths:
5778    M /trunk/epan/dissectors/packet-sctp.c
5779
5780 + Quick and dirty fix in association matching code to avoid a vtag==0 (init) to "curse" an entire association. Yes, it has to be reworked... but I need it for debugging purposes.
5781
5782 + Add the fields sctp.sack_gap_block_start_tsn and sctp.sack_gap_block_end_tsn so that one can filter over a tsn ack acked by a gap block.
5783
5784
5785 ------------------------------------------------------------------------
5786 r20977 | etxrab | 2007-03-05 15:11:11 -0800 (Mon, 05 Mar 2007) | 3 lines
5787 Changed paths:
5788    M /trunk/epan/dissectors/Makefile.common
5789    A /trunk/epan/dissectors/packet-mikey.c
5790    A /trunk/epan/dissectors/packet-mikey.h
5791    M /trunk/epan/dissectors/packet-sdp.c
5792
5793 From Mikael Magnusson:
5794
5795 This patch adds support for key-mgmt session attributes in SDP (defined in RFC 4567). The patch also contains a Multimedia Internet KEYing (MIKEY is defined in RFC 3830) dissector plugin for "mikey" key-mgmt data.
5796 ------------------------------------------------------------------------
5797 r20978 | lego | 2007-03-05 15:50:08 -0800 (Mon, 05 Mar 2007) | 2 lines
5798 Changed paths:
5799    M /trunk/epan/dissectors/packet-sccp.c
5800    M /trunk/epan/dissectors/packet-sccp.h
5801
5802 prepare for in-tree call tracing of bssap and ranap.
5803
5804 ------------------------------------------------------------------------
5805 r20979 | sfisher | 2007-03-05 16:35:35 -0800 (Mon, 05 Mar 2007) | 7 lines
5806 Changed paths:
5807    M /trunk/epan/tap.c
5808    M /trunk/epan/tap.h
5809
5810
5811 Introduce a new function called have_tap_listener(int tap_id) to
5812 tell if a specific tap id is currently listening for data.
5813 This complements the function have_tap_listeners(), which checks
5814 to see if any tap is currently listening.
5815
5816
5817 ------------------------------------------------------------------------
5818 r20980 | sfisher | 2007-03-05 16:36:25 -0800 (Mon, 05 Mar 2007) | 15 lines
5819 Changed paths:
5820    M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
5821    M /trunk/epan/dissectors/packet-http.c
5822    M /trunk/gtk/export_object.c
5823    M /trunk/gtk/export_object.h
5824    M /trunk/gtk/export_object_http.c
5825
5826
5827 Export Object code/documentation updates:
5828
5829  - Note in the user's guide that export object is not available 
5830    in GTK1 builds of Wireshark.
5831  - Make scanning through the slists more efficient
5832  - Use new tap.c function called have_tap_listener() to only save
5833    object payload data when the export object listener is actively
5834    listening for it.
5835  - Save objects in the HTTP dissector with g_malloc() instead of
5836    se_malloc() and free it when we're done with it - when the
5837    export object window is closed (Fixes bug #1412)
5838  - Various minor improvements
5839
5840
5841 ------------------------------------------------------------------------
5842 r20981 | lego | 2007-03-05 16:48:46 -0800 (Mon, 05 Mar 2007) | 5 lines
5843 Changed paths:
5844    M /trunk/epan/dissectors/packet-sctp.c
5845
5846 + get the Acks in the block where they belong.
5847 + change the ack tree root to be the TSN being acked and have the chunk frame and rtt under it.
5848
5849 still to do: TSN wrap
5850
5851 ------------------------------------------------------------------------
5852 r20982 | martinm | 2007-03-06 05:37:39 -0800 (Tue, 06 Mar 2007) | 3 lines
5853 Changed paths:
5854    M /trunk/epan/dissectors/packet-rtcp.c
5855
5856 Append ms calculation to DLSR field.
5857 Show number of bytes derived from length field.
5858
5859 ------------------------------------------------------------------------
5860 r20983 | etxrab | 2007-03-06 12:58:14 -0800 (Tue, 06 Mar 2007) | 1 line
5861 Changed paths:
5862    M /trunk/epan/dissectors/packet-h263.c
5863
5864 More dissecting of H.263 according to RFC 4629.
5865 ------------------------------------------------------------------------
5866 r20984 | etxrab | 2007-03-06 13:03:27 -0800 (Tue, 06 Mar 2007) | 2 lines
5867 Changed paths:
5868    M /trunk/epan/dissectors/packet-ber.c
5869
5870 From Stig Bj?\195?\184rlykke:
5871 When dumping elements in a constructor in dissect_unknown_ber the last element is not put in the correct subtree, because the while- loop does not include the header length when checking for the end.
5872 ------------------------------------------------------------------------
5873 r20985 | ulfl | 2007-03-06 13:54:53 -0800 (Tue, 06 Mar 2007) | 1 line
5874 Changed paths:
5875    M /trunk/plugins/profinet/packet-pn-rt.c
5876
5877 PROFINET RT frames can also be transported over UDP Port 0x8892 - to be routable
5878 ------------------------------------------------------------------------
5879 r20986 | lego | 2007-03-06 14:13:12 -0800 (Tue, 06 Mar 2007) | 7 lines
5880 Changed paths:
5881    M /trunk/asn1/h248/h248v3.asn
5882    M /trunk/epan/dissectors/packet-h248.c
5883    M /trunk/epan/dissectors/packet-h248_q1950.c
5884
5885 Pubate Satienpoch keeps finding typos and incongruences in H.248 packages:
5886
5887 - for Q.1950 I used the value_string for GB events as the value_string for the parameters of BNC change.
5888
5889 > In observed event descriptor, it is called ?\226?\128?\156eventName?\226?\128?\157, but in event descriptor,
5890 > it is called ?\226?\128?\156pkgdName?\226?\128?\157. It should be ?\226?\128?\156eventName?\226?\128?\157 in both cases.
5891
5892 ------------------------------------------------------------------------
5893 r20987 | lego | 2007-03-06 15:16:59 -0800 (Tue, 06 Mar 2007) | 1 line
5894 Changed paths:
5895    M /trunk/epan/dissectors/packet-h248_q1950.c
5896
5897 terminate an array!
5898 ------------------------------------------------------------------------
5899 r20988 | lego | 2007-03-06 15:23:59 -0800 (Tue, 06 Mar 2007) | 1 line
5900 Changed paths:
5901    M /trunk/epan/dissectors/packet-h248_q1950.c
5902
5903 two inverted value_strings
5904 ------------------------------------------------------------------------
5905 r20989 | gerald | 2007-03-06 15:55:00 -0800 (Tue, 06 Mar 2007) | 4 lines
5906 Changed paths:
5907    M /trunk/test/config.sh
5908
5909 Under Windows, try to use the first interface that looks like Ethernet
5910 as the capture interface.  This should fix the capture test failures on
5911 the Windows builder.
5912
5913 ------------------------------------------------------------------------
5914 r20990 | gerald | 2007-03-06 17:17:24 -0800 (Tue, 06 Mar 2007) | 3 lines
5915 Changed paths:
5916    M /trunk/docbook/release-notes.xml
5917    M /trunk/wiretap/iseries.c
5918
5919 Fix a couple of off-by-one overflows reported in bug 1415.  Update the
5920 release notes accordingly.
5921
5922 ------------------------------------------------------------------------
5923 r20991 | jmayer | 2007-03-06 23:50:48 -0800 (Tue, 06 Mar 2007) | 2 lines
5924 Changed paths:
5925    M /trunk/FAQ
5926    M /trunk/help/faq.txt
5927    M /trunk/manuf
5928
5929 Update manuf and faq
5930
5931 ------------------------------------------------------------------------
5932 r20992 | jmayer | 2007-03-06 23:55:00 -0800 (Tue, 06 Mar 2007) | 168 lines
5933 Changed paths:
5934    M /trunk/tools/pidl/MANIFEST
5935    M /trunk/tools/pidl/README
5936    M /trunk/tools/pidl/TODO
5937    M /trunk/tools/pidl/idl.yp
5938    M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
5939    M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
5940    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
5941    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
5942    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
5943    M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
5944    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
5945    M /trunk/tools/pidl/tests/header.pl
5946    M /trunk/tools/pidl/tests/ndr.pl
5947    M /trunk/tools/pidl/tests/ndr_tagtype.pl
5948    M /trunk/tools/pidl/tests/parse_idl.pl
5949    M /trunk/tools/pidl/tests/samba-ejs.pl
5950    M /trunk/tools/pidl/tests/samba-ndr.pl
5951    M /trunk/tools/pidl/tests/typelist.pl
5952    M /trunk/tools/pidl/tests/wireshark-ndr.pl
5953
5954 Update from samba tree revision 21565 to 21739
5955 ============================ Samba log start ============
5956 ------------------------------------------------------------------------
5957 r21567 | jelmer | 2007-02-27 21:35:56 +0100 (Tue, 27 Feb 2007) | 1 line
5958 Changed paths:
5959    M /branches/SAMBA_4_0
5960    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
5961    M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
5962
5963 Add some more wireshark tests.
5964 ------------------------------------------------------------------------
5965 r21568 | jelmer | 2007-02-27 22:37:31 +0100 (Tue, 27 Feb 2007) | 1 line
5966 Changed paths:
5967    M /branches/SAMBA_4_0
5968    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
5969    M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
5970
5971 More tests.
5972 ------------------------------------------------------------------------
5973 r21572 | jelmer | 2007-02-28 00:47:07 +0100 (Wed, 28 Feb 2007) | 1 line
5974 Changed paths:
5975    M /branches/SAMBA_4_0
5976    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
5977    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
5978    M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
5979    M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
5980    M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
5981
5982 More work towards supporting tagged types.
5983 ------------------------------------------------------------------------
5984 r21573 | jelmer | 2007-02-28 01:19:57 +0100 (Wed, 28 Feb 2007) | 1 line
5985 Changed paths:
5986    M /branches/SAMBA_4_0
5987    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
5988    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
5989    M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
5990    M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
5991
5992 Remove more code that assumed all types are typedefs.
5993 ------------------------------------------------------------------------
5994 r21574 | jelmer | 2007-02-28 01:28:14 +0100 (Wed, 28 Feb 2007) | 1 line
5995 Changed paths:
5996    M /branches/SAMBA_4_0
5997    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
5998    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
5999    M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
6000
6001 Fix handling of DECLARE.
6002 ------------------------------------------------------------------------
6003 r21575 | jelmer | 2007-02-28 01:35:21 +0100 (Wed, 28 Feb 2007) | 1 line
6004 Changed paths:
6005    M /branches/SAMBA_4_0
6006    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
6007    M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
6008
6009 Fix handling of is_scalar() for declares.
6010 ------------------------------------------------------------------------
6011 r21578 | jelmer | 2007-02-28 02:51:37 +0100 (Wed, 28 Feb 2007) | 1 line
6012 Changed paths:
6013    M /branches/SAMBA_4_0
6014    M /branches/SAMBA_4_0/source/pidl/README
6015    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
6016    M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
6017    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
6018
6019 Use utility function for naming pull/push/print functions.
6020 ------------------------------------------------------------------------
6021 r21579 | jelmer | 2007-02-28 03:01:58 +0100 (Wed, 28 Feb 2007) | 1 line
6022 Changed paths:
6023    M /branches/SAMBA_4_0
6024    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
6025    M /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl
6026
6027 Use utility function to determine function names in ejs code.
6028 ------------------------------------------------------------------------
6029 r21584 | jelmer | 2007-02-28 14:25:53 +0100 (Wed, 28 Feb 2007) | 6 lines
6030 Changed paths:
6031    M /branches/SAMBA_4_0
6032    M /branches/SAMBA_4_0/source/librpc/idl/echo.idl
6033    M /branches/SAMBA_4_0/source/pidl/README
6034    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
6035    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
6036    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
6037    M /branches/SAMBA_4_0/source/pidl/tests/header.pl
6038    M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
6039    M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
6040
6041 Support for tagged types has landed!
6042
6043 It's now possible to use "struct foo" without a typedef in IDL files.
6044
6045 echo_info4 is the first type that's been converted.
6046
6047 ------------------------------------------------------------------------
6048 r21586 | jelmer | 2007-02-28 15:56:46 +0100 (Wed, 28 Feb 2007) | 1 line
6049 Changed paths:
6050    M /branches/SAMBA_4_0
6051    M /branches/SAMBA_4_0/source/pidl/MANIFEST
6052
6053 update manifest
6054 ------------------------------------------------------------------------
6055 r21654 | jelmer | 2007-03-02 15:05:52 +0100 (Fri, 02 Mar 2007) | 1 line
6056 Changed paths:
6057    M /branches/SAMBA_4_0
6058    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
6059    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
6060
6061 Add simple test for print functions.
6062 ------------------------------------------------------------------------
6063 r21656 | jelmer | 2007-03-02 15:53:09 +0100 (Fri, 02 Mar 2007) | 1 line
6064 Changed paths:
6065    M /branches/SAMBA_4_0
6066    A /branches/SAMBA_4_0/source/lib/registry/tests
6067    A /branches/SAMBA_4_0/source/lib/registry/tests/generic.c (from /branches/SAMBA_4_0/source/torture/local/registry.c:21654)
6068    A /branches/SAMBA_4_0/source/lib/socket/testsuite.c (from /branches/SAMBA_4_0/source/torture/local/socket.c:21654)
6069    A /branches/SAMBA_4_0/source/lib/tdr/testsuite.c (from /branches/SAMBA_4_0/source/torture/local/tdr.c:21654)
6070    A /branches/SAMBA_4_0/source/lib/util/tests
6071    A /branches/SAMBA_4_0/source/lib/util/tests/file.c (from /branches/SAMBA_4_0/source/torture/local/util_file.c:21654)
6072    A /branches/SAMBA_4_0/source/lib/util/tests/idtree.c (from /branches/SAMBA_4_0/source/torture/local/idtree.c:21654)
6073    A /branches/SAMBA_4_0/source/lib/util/tests/strlist.c (from /branches/SAMBA_4_0/source/torture/local/util_strlist.c:21654)
6074    A /branches/SAMBA_4_0/source/librpc/tests
6075    A /branches/SAMBA_4_0/source/librpc/tests/binding_string.c (from /branches/SAMBA_4_0/source/torture/local/binding_string.c:21654)
6076    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
6077    D /branches/SAMBA_4_0/source/torture/local/binding_string.c
6078    M /branches/SAMBA_4_0/source/torture/local/config.mk
6079    D /branches/SAMBA_4_0/source/torture/local/idtree.c
6080    D /branches/SAMBA_4_0/source/torture/local/registry.c
6081    D /branches/SAMBA_4_0/source/torture/local/socket.c
6082    D /branches/SAMBA_4_0/source/torture/local/tdr.c
6083    D /branches/SAMBA_4_0/source/torture/local/util_file.c
6084    D /branches/SAMBA_4_0/source/torture/local/util_strlist.c
6085
6086 Move tests a bit closer to the things they test, should make syncing with samba3 easier.
6087 ------------------------------------------------------------------------
6088 r21681 | jelmer | 2007-03-04 15:16:52 +0100 (Sun, 04 Mar 2007) | 5 lines
6089 Changed paths:
6090    M /branches/SAMBA_4_0
6091    M /branches/SAMBA_4_0/source/pidl/TODO
6092    M /branches/SAMBA_4_0/source/pidl/idl.yp
6093    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
6094    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
6095    M /branches/SAMBA_4_0/source/pidl/tests/header.pl
6096    M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
6097
6098 Fix bug in the parsing code that parsed "struct foo;" the same as 
6099 "struct foo {};". 
6100
6101 Reported by one of the OpenChange folks, thanks!
6102
6103 ------------------------------------------------------------------------
6104 r21682 | jelmer | 2007-03-04 15:31:18 +0100 (Sun, 04 Mar 2007) | 1 line
6105 Changed paths:
6106    M /branches/SAMBA_4_0
6107    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
6108
6109 Remove accidently committed debug command.
6110 ------------------------------------------------------------------------
6111 r21690 | jelmer | 2007-03-05 01:03:44 +0100 (Mon, 05 Mar 2007) | 1 line
6112 Changed paths:
6113    M /branches/SAMBA_4_0
6114    M /branches/SAMBA_4_0/source/pidl/tests/header.pl
6115    M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
6116
6117 Test use of typedef /and/ struct name
6118 ------------------------------------------------------------------------
6119 ------------------------------------------------------------------------
6120 ============================ Samba log end ==============
6121
6122 ------------------------------------------------------------------------
6123 r20993 | lego | 2007-03-07 06:13:56 -0800 (Wed, 07 Mar 2007) | 2 lines
6124 Changed paths:
6125    M /trunk/epan/dissectors/Makefile.common
6126    A /trunk/epan/dissectors/packet-h248_10.c
6127
6128 another (very small) H.248 package, H.248.10 : Media gateway resource congestion handling package
6129
6130 ------------------------------------------------------------------------
6131 r20994 | lego | 2007-03-07 06:17:08 -0800 (Wed, 07 Mar 2007) | 1 line
6132 Changed paths:
6133    M /trunk/epan/dissectors/packet-h248_10.c
6134
6135 props
6136 ------------------------------------------------------------------------
6137 r20995 | tuexen | 2007-03-07 10:37:56 -0800 (Wed, 07 Mar 2007) | 2 lines
6138 Changed paths:
6139    M /trunk/epan/dissectors/packet-iua.c
6140
6141 Fix a crash: You can not combine unsinged types like FT_INT32 and BASE_HEX.
6142
6143 ------------------------------------------------------------------------
6144 r20996 | tuexen | 2007-03-07 12:28:48 -0800 (Wed, 07 Mar 2007) | 2 lines
6145 Changed paths:
6146    M /trunk/epan/dissectors/packet-asap.c
6147    M /trunk/epan/dissectors/packet-enrp.c
6148
6149 Add support for draft-ietf-rserpool-policies-04.txt.
6150
6151 ------------------------------------------------------------------------
6152 r20997 | sfisher | 2007-03-07 15:39:45 -0800 (Wed, 07 Mar 2007) | 5 lines
6153 Changed paths:
6154    M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
6155    M /trunk/gtk/io_stat.c
6156
6157
6158 Add a "Bits/Tick" option to the IO Stats dialog to complement the
6159 "Bytes/Tick" option.
6160
6161
6162 ------------------------------------------------------------------------
6163 r20998 | lego | 2007-03-07 16:18:25 -0800 (Wed, 07 Mar 2007) | 3 lines
6164 Changed paths:
6165    M /trunk/epan/dissectors/packet-sctp.c
6166
6167 in TSN tracking: handle the TSN rollover.
6168 I'll keep TSN tracking disabled by default, as it slows down dissection significantly and eats tons of memory!
6169
6170 ------------------------------------------------------------------------
6171 r20999 | lego | 2007-03-07 16:37:07 -0800 (Wed, 07 Mar 2007) | 1 line
6172 Changed paths:
6173    M /trunk/epan/dissectors/packet-sctp.c
6174
6175 avoid using an "uninitialized" start variable on gap blocks
6176 ------------------------------------------------------------------------
6177 r21000 | lego | 2007-03-07 16:43:08 -0800 (Wed, 07 Mar 2007) | 2 lines
6178 Changed paths:
6179    M /trunk/epan/dissectors/packet-sctp.c
6180
6181 fix a syntax error on the last check-in...
6182
6183 ------------------------------------------------------------------------
6184 r21001 | lego | 2007-03-08 01:59:16 -0800 (Thu, 08 Mar 2007) | 2 lines
6185 Changed paths:
6186    A /trunk/epan/dissectors/packet-h248_7.c
6187
6188 Yet another H.248 package: H.248.7 Gateway control protocol: Generic Announcement package
6189
6190 ------------------------------------------------------------------------
6191 r21002 | jmayer | 2007-03-08 06:49:14 -0800 (Thu, 08 Mar 2007) | 1 line
6192 Changed paths:
6193    M /trunk/gtk/Makefile.common
6194
6195 Whitespace changes
6196 ------------------------------------------------------------------------
6197 r21003 | lego | 2007-03-08 14:59:44 -0800 (Thu, 08 Mar 2007) | 1 line
6198 Changed paths:
6199    M /trunk/epan/dissectors/Makefile.common
6200
6201 actually compile H.248.7
6202 ------------------------------------------------------------------------
6203 r21004 | lego | 2007-03-08 15:00:28 -0800 (Thu, 08 Mar 2007) | 2 lines
6204 Changed paths:
6205    M /trunk/epan/wslua/wslua_field.c
6206
6207 fix Bug 1370
6208 LUA function all_field_infos() causes wire shark to terminate.
6209 ------------------------------------------------------------------------
6210 r21005 | ulfl | 2007-03-08 15:37:55 -0800 (Thu, 08 Mar 2007) | 7 lines
6211 Changed paths:
6212    M /trunk/doc/wireshark.pod
6213    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
6214    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
6215    M /trunk/gtk/main.c
6216    M /trunk/gtk/main.h
6217    M /trunk/gtk/menu.c
6218
6219 from Sake Blok:
6220 I have changed the patch according to your suggestions and also changed
6221 the doc[book] files accordingly. I tested the patch and it does seem to
6222 work fine on my test-system.
6223
6224 ULFL: In addition, I've added the en-/disabling to the other (already existing) Copy menu items - some just did nothing, some crashed if nothing was selected.
6225 I've also sligthly changed the menu seperators and made both context menus look a bit more identical.
6226 ------------------------------------------------------------------------
6227 r21006 | ulfl | 2007-03-08 15:48:59 -0800 (Thu, 08 Mar 2007) | 1 line
6228 Changed paths:
6229    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
6230
6231 remove the separator above the "Export Selected Packet Bytes" context menu item
6232 ------------------------------------------------------------------------
6233 r21007 | gerald | 2007-03-08 17:40:30 -0800 (Thu, 08 Mar 2007) | 12 lines
6234 Changed paths:
6235    M /trunk/AUTHORS
6236    M /trunk/docbook/release-notes.xml
6237    M /trunk/epan/dissectors/packet-dcp-etsi.c
6238
6239 Fix for bug 1264 from Julian Cable:
6240
6241     I've refactored the offending code branch and added some comments so
6242   hopefully the intent is a bit clearer. The loop termination conditions
6243   are now obviously independent of the content on the wire (they were
6244   meant to be before, but I admit it was obscure). I've tried using the
6245   ephemeral memory routines.
6246
6247 Add a check for a maximum fragment count, and bail out of reassembly instead
6248 of triggering an ep_alloc exception.  Add Julian to AUTHORS.  Update the 
6249 release notes.
6250
6251 ------------------------------------------------------------------------
6252 r21008 | tuexen | 2007-03-09 02:49:23 -0800 (Fri, 09 Mar 2007) | 2 lines
6253 Changed paths:
6254    M /trunk/epan/dissectors/packet-sctp.c
6255
6256 Add HMAC Algo constants.
6257
6258 ------------------------------------------------------------------------
6259 r21009 | jmayer | 2007-03-09 05:11:33 -0800 (Fri, 09 Mar 2007) | 2 lines
6260 Changed paths:
6261    M /trunk/epan/dissectors/packet-dcerpc-nspi.c
6262
6263 Regenerated with current pidl compiler
6264
6265 ------------------------------------------------------------------------
6266 r21010 | jmayer | 2007-03-09 05:13:44 -0800 (Fri, 09 Mar 2007) | 2 lines
6267 Changed paths:
6268    M /trunk/epan/packet_info.h
6269
6270 dcerpc_procedure_name  is actually a const char*, not just char*
6271
6272 ------------------------------------------------------------------------
6273 r21011 | jmayer | 2007-03-09 05:14:09 -0800 (Fri, 09 Mar 2007) | 29 lines
6274 Changed paths:
6275    M /trunk/epan/dissectors/packet-bctp.c
6276    M /trunk/epan/dissectors/packet-epl.c
6277    M /trunk/epan/dissectors/packet-sccp.c
6278    M /trunk/epan/dissectors/packet-sccp.h
6279    M /trunk/epan/dissectors/packet-sctp.c
6280    M /trunk/epan/dissectors/packet-vnc.c
6281    M /trunk/gtk/main.c
6282    M /trunk/gtk/u3.h
6283
6284 GCC warning fixes
6285 epan/dissectors/
6286 packet-bctp.c:
6287         no newline at end of file
6288 packet-epl.c:
6289         C++ style comments are not allowed in ISO C90
6290 packet-sccp.c:
6291         missing initializer
6292 packet-sccp.h:
6293         comma at end of enumerator list
6294 packet-sctp.c:
6295         suggest parentheses around assignment used as truth value
6296 packet-vnc.c:
6297         control reaches end of non-void function
6298         pointer targets in passing argument 1 of 'g_strtod' differ in
6299                 signedness
6300         pointer targets in passing argument 3 of 'vnc_client_to_server'
6301                 differ in signedness
6302 gtk/
6303 main.c:
6304         C++ style comments are not allowed in ISO C90
6305 u3.h:
6306         function declaration isn't a prototype
6307
6308 Other (trivial) stuff
6309 packet-sccp.h:
6310         Add svn properties
6311
6312
6313 ------------------------------------------------------------------------
6314 r21012 | sahlberg | 2007-03-09 12:02:25 -0800 (Fri, 09 Mar 2007) | 6 lines
6315 Changed paths:
6316    M /trunk/epan/dissectors/packet-dcp-etsi.c
6317
6318 move some variable declarations to the start of the block.
6319
6320 many compilers do not support the nonstandard feature to declare variables in the middle of a block.
6321
6322
6323
6324 ------------------------------------------------------------------------
6325 r21013 | lego | 2007-03-09 18:04:57 -0800 (Fri, 09 Mar 2007) | 1 line
6326 Changed paths:
6327    M /trunk/wiretap/k12.c
6328
6329 Major cleanup of debug code and whitespace changes.
6330 ------------------------------------------------------------------------
6331 r21014 | lego | 2007-03-09 18:11:51 -0800 (Fri, 09 Mar 2007) | 4 lines
6332 Changed paths:
6333    M /trunk/epan/dissectors/packet-kerberos.c
6334
6335 Make sure ENDTRY is evaluated.
6336
6337 On windows if ENDTRY is not evaluated after a exception is being thrown wireshark will crash in dissect_packet() while attempting to pop the last frame of the exception stack.
6338
6339 ------------------------------------------------------------------------
6340 r21015 | lego | 2007-03-09 18:13:00 -0800 (Fri, 09 Mar 2007) | 4 lines
6341 Changed paths:
6342    M /trunk/epan/dissectors/packet-wcp.c
6343
6344 Make sure ENDTRY is evaluated.
6345
6346 On windows if ENDTRY is not evaluated after a exception is being thrown wireshark will crash in dissect_packet() while attempting to pop the last frame of the exception stack.
6347
6348 ------------------------------------------------------------------------
6349 r21016 | morriss | 2007-03-10 00:36:24 -0800 (Sat, 10 Mar 2007) | 5 lines
6350 Changed paths:
6351    M /trunk/AUTHORS
6352    M /trunk/epan/dissectors/Makefile.common
6353    A /trunk/epan/dissectors/packet-epmd.c
6354
6355 From Joost Yervante Damad via bug 1383: support for Erlang Port Mapper Daemon
6356 message dissection.
6357
6358 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1383
6359
6360 ------------------------------------------------------------------------
6361 r21017 | morriss | 2007-03-10 07:06:11 -0800 (Sat, 10 Mar 2007) | 10 lines
6362 Changed paths:
6363    M /trunk/epan/dissectors/packet-epl.c
6364    M /trunk/epan/dissectors/packet-epl.h
6365
6366 From David Buechi:
6367
6368 - don't show EPL src- and dst-address of SoC frame (same as SoA)
6369 - show SoA requested service only if it's not "NO_SERVICE"
6370 - NMT state in StatusResponse in words, not numbers
6371 - don't show MC and PS flags in SoC (it's now configurable via "Preferences")
6372
6373 Furthermore I extended the value_string struct for the NMT-Command-IDs
6374 (asnd_cid_vals). This change is used to fully decode the NMTRequest frames.
6375
6376 ------------------------------------------------------------------------
6377 r21018 | morriss | 2007-03-10 22:16:00 -0800 (Sat, 10 Mar 2007) | 18 lines
6378 Changed paths:
6379    M /trunk/doc/README.developer
6380    M /trunk/epan/dissectors/packet-arp.c
6381    M /trunk/epan/dissectors/packet-dcerpc-nt.c
6382    M /trunk/epan/dissectors/packet-dcp.c
6383    M /trunk/epan/dissectors/packet-ndmp.c
6384    M /trunk/epan/proto.c
6385    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
6386    M /trunk/plugins/profinet/packet-pn-ptcp.c
6387
6388 Fix bug 552:
6389
6390 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=552
6391
6392 by enforcing that header fields have names of length > 0.  This should fix
6393 the display of those fields and also make them filterable (which was the
6394 subject of the bug).  Abbreviations are (still) optional: if they are empty
6395 then the field is not filterable.
6396
6397 Update README.developer with this information.
6398
6399 Add header field names in several dissectors where they were missing.
6400
6401 In packet-arp.c give "packet-storm-detected" a name (as above) but also set it
6402 as _GENERATED.
6403
6404 Also remove trailing white space from all the files checked in.
6405
6406 ------------------------------------------------------------------------
6407 r21019 | ulfl | 2007-03-11 05:07:43 -0700 (Sun, 11 Mar 2007) | 1 line
6408 Changed paths:
6409    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
6410    M /trunk/plugins/profinet/packet-pn-ptcp.c
6411
6412 as Jeff made empty field names "illegal", he changed the way PN-IO and PN-PTCP showed their blocks in an unwanted way - fix it
6413 ------------------------------------------------------------------------
6414 r21020 | martinm | 2007-03-12 04:21:02 -0700 (Mon, 12 Mar 2007) | 2 lines
6415 Changed paths:
6416    M /trunk/epan/dissectors/packet-m2pa.c
6417
6418 Make m2pa dissector findable by name.
6419
6420 ------------------------------------------------------------------------
6421 r21021 | sfisher | 2007-03-13 13:42:04 -0700 (Tue, 13 Mar 2007) | 17 lines
6422 Changed paths:
6423    M /trunk/epan/dissectors/packet-http.c
6424    M /trunk/epan/dissectors/packet-http.h
6425    M /trunk/gtk/export_object.c
6426    M /trunk/gtk/export_object.h
6427    M /trunk/gtk/export_object_http.c
6428
6429
6430 HTTP Export Object updates:
6431
6432  - Split the HTTP tap into two taps: one for the HTTP statistics
6433    and the other for the export object function.  This allows the
6434    HTTP statistics to work again (they seem to have been
6435    partially broken since SVN rev 18901).
6436  - Pass the conversation data (conv_data) between functions now
6437    instead of using the global variable stat_info (now only used
6438    for the HTTP stats)
6439  - Pass only pointers from the HTTP dissector to the Export Object
6440    tap, where we'll then copy the values and insert into the slist.
6441  - Make sure we free all memory allocated by this feature when
6442    we're done with it.
6443  - Various other minor improvements
6444
6445
6446 ------------------------------------------------------------------------
6447 r21022 | ulfl | 2007-03-13 19:55:54 -0700 (Tue, 13 Mar 2007) | 4 lines
6448 Changed paths:
6449    M /trunk/epan/filesystem.c
6450    M /trunk/epan/filesystem.h
6451    M /trunk/epan/libwireshark.def
6452    M /trunk/gtk/main.c
6453
6454 as requested by "John T. Haller" for PortableApps.com:
6455 add new WS command line option -P to be able to change some of the path settings
6456
6457 this is experimental, please report bugs
6458 ------------------------------------------------------------------------
6459 r21023 | etxrab | 2007-03-13 23:29:14 -0700 (Tue, 13 Mar 2007) | 1 line
6460 Changed paths:
6461    M /trunk/diameter/TGPPSh.xml
6462    M /trunk/diameter/dictionary.xml
6463    M /trunk/diameter/imscxdx.xml
6464
6465 Add comments about 3gpp AVP:s
6466 ------------------------------------------------------------------------
6467 r21024 | etxrab | 2007-03-14 00:12:55 -0700 (Wed, 14 Mar 2007) | 1 line
6468 Changed paths:
6469    M /trunk/Makefile.nmake
6470    M /trunk/tools/win32-setup.sh
6471
6472 Use the latest GTK packages for Windows.
6473 ------------------------------------------------------------------------
6474 r21025 | jmayer | 2007-03-14 08:40:44 -0700 (Wed, 14 Mar 2007) | 3 lines
6475 Changed paths:
6476    M /trunk/epan/dissectors/packet-tapa.c
6477
6478 Improve the heuristic for the tapa discovery classification.
6479 This should fix bug 1437.
6480
6481 ------------------------------------------------------------------------
6482 r21026 | gal | 2007-03-14 10:28:55 -0700 (Wed, 14 Mar 2007) | 6 lines
6483 Changed paths:
6484    M /trunk/epan/dissectors/packet-x25.c
6485
6486 "When X.264/ISO 11570 default identification is  being used, there is no user data field in the
6487 CALL REQUEST packet.  This is for X.225/ISO 8073 COTP."
6488
6489 Added this default handling.
6490
6491
6492 ------------------------------------------------------------------------
6493 r21027 | guy | 2007-03-14 11:19:13 -0700 (Wed, 14 Mar 2007) | 2 lines
6494 Changed paths:
6495    M /trunk/gtk/main.c
6496
6497 Fix indentation.
6498
6499 ------------------------------------------------------------------------
6500 r21028 | guy | 2007-03-14 11:22:28 -0700 (Wed, 14 Mar 2007) | 4 lines
6501 Changed paths:
6502    M /trunk/epan/filesystem.c
6503
6504 Include <ctype.h> to define "isspace()".
6505
6506 Clean up indentation.
6507
6508 ------------------------------------------------------------------------
6509 r21029 | guy | 2007-03-14 11:23:19 -0700 (Wed, 14 Mar 2007) | 2 lines
6510 Changed paths:
6511    M /trunk/epan/dissectors/packet-tapa.c
6512
6513 "dissect_tapa_static()" is a new-style dissector; register it as such.
6514
6515 ------------------------------------------------------------------------
6516 r21030 | guy | 2007-03-14 11:25:19 -0700 (Wed, 14 Mar 2007) | 2 lines
6517 Changed paths:
6518    M /trunk/epan/dissectors/packet-dcom.c
6519
6520 Correctly return the item value through the pointer.
6521
6522 ------------------------------------------------------------------------
6523 r21031 | guy | 2007-03-14 12:29:42 -0700 (Wed, 14 Mar 2007) | 2 lines
6524 Changed paths:
6525    M /trunk/gtk/file_dlg.c
6526
6527 Get rid of some #if-ed out includes, which aren't needed.
6528
6529 ------------------------------------------------------------------------
6530 r21032 | guy | 2007-03-14 12:30:19 -0700 (Wed, 14 Mar 2007) | 6 lines
6531 Changed paths:
6532    M /trunk/file.c
6533    M /trunk/file.h
6534    M /trunk/gtk/main.c
6535    M /trunk/gtk/menu.c
6536    M /trunk/menu.h
6537
6538 Don't enable "Save As" if you don't have an unsaved live capture file
6539 and there are no formats in which the file can be saved by some means
6540 other than copying the raw data; "Save As" isn't a very useful function
6541 in that case, and that prevents us from having an empty list of formats
6542 in which the file can be saved.
6543
6544 ------------------------------------------------------------------------
6545 r21033 | jmayer | 2007-03-14 15:58:09 -0700 (Wed, 14 Mar 2007) | 2 lines
6546 Changed paths:
6547    M /trunk/epan/dissectors/packet-http.c
6548
6549 strncmp(NULL, ...) isn't such a good idea.
6550
6551 ------------------------------------------------------------------------
6552 r21034 | sfisher | 2007-03-15 17:47:26 -0700 (Thu, 15 Mar 2007) | 10 lines
6553 Changed paths:
6554    M /trunk/epan/dissectors/packet-http.c
6555
6556
6557 Fix bug #1394: Runtime error crash after clicking on HTTP packet
6558
6559 The capture file the user supplied had a HTTP chunked response
6560 in it with no actual chunks other than the zero length chunk
6561 indicating the end of the chunks.  The fix is to only create
6562 a new_tvb and copy it over the tvb going into the
6563 chunked_encoding_dissector() function if the chunk size is > 0.
6564  
6565
6566 ------------------------------------------------------------------------
6567 r21035 | grahamb | 2007-03-16 04:39:19 -0700 (Fri, 16 Mar 2007) | 1 line
6568 Changed paths:
6569    M /trunk/epan/dissectors/packet-dnp.c
6570
6571 Corrected dissection when reading binary inputs that have per point indexes, found by Steven J. Schaeffer
6572 ------------------------------------------------------------------------
6573 r21036 | martinm | 2007-03-16 07:09:12 -0700 (Fri, 16 Mar 2007) | 2 lines
6574 Changed paths:
6575    M /trunk/epan/dissectors/packet-cops.c
6576
6577 Turn an error that I've encountered into an easily findable expert item.
6578
6579 ------------------------------------------------------------------------
6580 r21037 | lego | 2007-03-16 14:22:35 -0700 (Fri, 16 Mar 2007) | 4 lines
6581 Changed paths:
6582    M /trunk/epan/crypt/crypt-sha1.c
6583    M /trunk/epan/crypt/crypt-sha1.h
6584
6585 From: Sebastien Tandel
6586 And here is the patch to change guint -> guint32 in the hmac function.
6587
6588
6589 ------------------------------------------------------------------------
6590 r21038 | sfisher | 2007-03-16 15:05:57 -0700 (Fri, 16 Mar 2007) | 12 lines
6591 Changed paths:
6592    M /trunk/gtk/capture_dlg.c
6593
6594
6595 Fix bug #1375: Capture Options with many IP addresses scrolls off
6596 screen
6597
6598 Changed IP address label to fit into an event box which is in the ip
6599 address hbox.  This allows the label to expand to fit the capture dialog
6600 window, but no further.  Expanding the capture dialog window will show 
6601 more IP addresses.  Left align the label.  Add ... in the middle of a
6602 long list of IP addresses to show the first few and the last few with
6603 the gtk_label_set_ellipsize() function in GTK 2.6 and up. 
6604
6605
6606 ------------------------------------------------------------------------
6607 r21039 | sfisher | 2007-03-16 17:10:48 -0700 (Fri, 16 Mar 2007) | 5 lines
6608 Changed paths:
6609    M /trunk/gtk/capture_dlg.c
6610
6611
6612 Update to revision 21038 - line up the IP address label with the
6613 rest of the items in that part of the capture dialog.
6614
6615
6616 ------------------------------------------------------------------------
6617 r21040 | ulfl | 2007-03-16 17:36:40 -0700 (Fri, 16 Mar 2007) | 1 line
6618 Changed paths:
6619    M /trunk/Makefile.nmake
6620
6621 minor clean_setup target enhancements
6622 ------------------------------------------------------------------------
6623 r21041 | morriss | 2007-03-17 01:28:20 -0700 (Sat, 17 Mar 2007) | 5 lines
6624 Changed paths:
6625    M /trunk/epan/dissectors/packet-tapa.c
6626
6627 Strengthen TAPA's heuristics some:
6628         - check if the tunnel type is known
6629         - if it's a discover_request, check that the (first) request type
6630           is known
6631
6632 ------------------------------------------------------------------------
6633 r21042 | morriss | 2007-03-17 01:56:11 -0700 (Sat, 17 Mar 2007) | 7 lines
6634 Changed paths:
6635    M /trunk/gtk/mtp3_stat.c
6636
6637 Fix bug 1336:
6638 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1336
6639
6640 Since mtp3_stat_draw() returns immediately if passed a NULL tapdata pointer,
6641 call it with a pointer to the stat data (instead of NULL) in
6642 mtp3_stat_gtk_cb().
6643
6644 ------------------------------------------------------------------------
6645 r21043 | lego | 2007-03-17 07:56:04 -0700 (Sat, 17 Mar 2007) | 4 lines
6646 Changed paths:
6647    M /trunk/wiretap/k12.c
6648
6649 K15 phase 1
6650 be able to read files with records larger than 0x2000 bytes
6651
6652 this fixes http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=532
6653 ------------------------------------------------------------------------
6654 r21044 | lego | 2007-03-17 10:40:21 -0700 (Sat, 17 Mar 2007) | 4 lines
6655 Changed paths:
6656    M /trunk/wiretap/k12.c
6657
6658 K15 final:
6659 add another interface record type with the very same arch than the "old" one.
6660
6661 now I can read all the K15 files I got.
6662 ------------------------------------------------------------------------
6663 r21045 | lego | 2007-03-17 10:55:19 -0700 (Sat, 17 Mar 2007) | 1 line
6664 Changed paths:
6665    M /trunk/wiretap/k12.c
6666
6667 rename a variable.
6668 ------------------------------------------------------------------------
6669 r21046 | lego | 2007-03-17 14:43:34 -0700 (Sat, 17 Mar 2007) | 1 line
6670 Changed paths:
6671    M /trunk/asn1/h248/packet-h248-template.c
6672
6673 dissect H.248 over TPKT over TCP
6674 ------------------------------------------------------------------------
6675 r21047 | lego | 2007-03-17 14:44:22 -0700 (Sat, 17 Mar 2007) | 1 line
6676 Changed paths:
6677    M /trunk/epan/dissectors/packet-h248.c
6678    M /trunk/epan/dissectors/packet-h248.h
6679
6680 dissect H.248 over TPKT over TCP
6681 ------------------------------------------------------------------------
6682 r21048 | lego | 2007-03-18 06:53:07 -0700 (Sun, 18 Mar 2007) | 3 lines
6683 Changed paths:
6684    M /trunk/asn1/h248/packet-h248-template.c
6685
6686 make sure curr_info.evt is not-NULL before derreferencing it.
6687
6688 fixes Bug 1451
6689 ------------------------------------------------------------------------
6690 r21049 | lego | 2007-03-18 06:53:28 -0700 (Sun, 18 Mar 2007) | 3 lines
6691 Changed paths:
6692    M /trunk/epan/dissectors/packet-h248.c
6693
6694 make sure curr_info.evt is not-NULL before derreferencing it.
6695
6696 fixes Bug 1451
6697 ------------------------------------------------------------------------
6698 r21050 | lego | 2007-03-18 07:56:58 -0700 (Sun, 18 Mar 2007) | 3 lines
6699 Changed paths:
6700    M /trunk/asn1/h248/packet-h248-template.c
6701
6702 make sure curr_info.sig is not-NULL before derreferencing it.
6703
6704 similar to  Bug 1451
6705 ------------------------------------------------------------------------
6706 r21051 | lego | 2007-03-18 07:57:26 -0700 (Sun, 18 Mar 2007) | 3 lines
6707 Changed paths:
6708    M /trunk/epan/dissectors/packet-h248.c
6709
6710 make sure curr_info.sig is not-NULL before derreferencing it.
6711
6712 similar to  Bug 1451
6713 ------------------------------------------------------------------------
6714 r21052 | wmeier | 2007-03-18 08:36:22 -0700 (Sun, 18 Mar 2007) | 2 lines
6715 Changed paths:
6716    M /trunk/epan/dfilter/Makefile.nmake
6717    M /trunk/epan/dissectors/Makefile.nmake
6718    M /trunk/epan/ftypes/Makefile.nmake
6719    M /trunk/epan/wslua/Makefile.nmake
6720    M /trunk/gtk/Makefile.nmake
6721    M /trunk/tools/lemon/Makefile.nmake
6722    M /trunk/wiretap/Makefile.nmake
6723
6724 Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defined)
6725
6726 ------------------------------------------------------------------------
6727 r21053 | lego | 2007-03-18 11:55:52 -0700 (Sun, 18 Mar 2007) | 1 line
6728 Changed paths:
6729    M /trunk/epan/dissectors/packet-mtp3.h
6730
6731 protect from multiple inclussion
6732 ------------------------------------------------------------------------
6733 r21054 | lego | 2007-03-18 14:54:07 -0700 (Sun, 18 Mar 2007) | 1 line
6734 Changed paths:
6735    M /trunk/asn1/h248/h248.cnf
6736    M /trunk/asn1/h248/packet-h248-template.c
6737    M /trunk/asn1/h248/packet-h248-template.h
6738
6739 add a tap to h248
6740 ------------------------------------------------------------------------
6741 r21055 | lego | 2007-03-18 14:55:00 -0700 (Sun, 18 Mar 2007) | 1 line
6742 Changed paths:
6743    M /trunk/epan/dissectors/packet-h248.c
6744    M /trunk/epan/dissectors/packet-h248.h
6745
6746 add a tap to h248
6747 ------------------------------------------------------------------------
6748 r21056 | lego | 2007-03-18 15:14:12 -0700 (Sun, 18 Mar 2007) | 1 line
6749 Changed paths:
6750    M /trunk/gtk/voip_calls.c
6751    M /trunk/gtk/voip_calls.h
6752    M /trunk/gtk/voip_calls_dlg.c
6753
6754 add  h248 to VoIP Calls
6755 ------------------------------------------------------------------------
6756 r21057 | lego | 2007-03-18 15:26:08 -0700 (Sun, 18 Mar 2007) | 1 line
6757 Changed paths:
6758    M /trunk/gtk/voip_calls.c
6759
6760 squelch some warnings
6761 ------------------------------------------------------------------------
6762 r21058 | lego | 2007-03-18 16:14:06 -0700 (Sun, 18 Mar 2007) | 1 line
6763 Changed paths:
6764    M /trunk/epan/dissectors/packet-m3ua.c
6765
6766 add an mtp3  tap to m3ua to allow VoIP Calls to see ISUP/BICC calls over M3UA
6767 ------------------------------------------------------------------------
6768 r21059 | lego | 2007-03-18 16:15:19 -0700 (Sun, 18 Mar 2007) | 1 line
6769 Changed paths:
6770    M /trunk/gtk/voip_calls_dlg.c
6771
6772 check the pointer before derreferencing it
6773 ------------------------------------------------------------------------
6774 r21060 | lego | 2007-03-18 16:16:54 -0700 (Sun, 18 Mar 2007) | 1 line
6775 Changed paths:
6776    M /trunk/gtk/voip_calls.c
6777    M /trunk/gtk/voip_calls.h
6778
6779 have voip_calls using the m3ua tap
6780 ------------------------------------------------------------------------
6781 r21061 | guy | 2007-03-18 17:03:17 -0700 (Sun, 18 Mar 2007) | 3 lines
6782 Changed paths:
6783    M /trunk/AUTHORS
6784    M /trunk/epan/dissectors/packet-usb.c
6785
6786 From Charles Lepple: in a Get Descriptor message, the descriptor index
6787 comes before the descriptor type.
6788
6789 ------------------------------------------------------------------------
6790 r21062 | lego | 2007-03-18 17:32:33 -0700 (Sun, 18 Mar 2007) | 1 line
6791 Changed paths:
6792    M /trunk/epan/dissectors/packet-m3ua.c
6793
6794 bzero the tap data.
6795 ------------------------------------------------------------------------
6796 r21063 | lego | 2007-03-18 17:36:42 -0700 (Sun, 18 Mar 2007) | 5 lines
6797 Changed paths:
6798    M /trunk/gtk/graph_analysis.c
6799    M /trunk/gtk/voip_calls.c
6800
6801 voip_calls.c:
6802 - instead of wrongly using the h248 call counter use tapinfo's counter
6803
6804 graph_analysis.c:
6805 - beautify  the code (I was trying to the bug that got fixed by bzeroing m3ua tap data however this looks better!).
6806 ------------------------------------------------------------------------
6807 r21064 | guy | 2007-03-18 19:36:30 -0700 (Sun, 18 Mar 2007) | 2 lines
6808 Changed paths:
6809    M /trunk/epan/dissectors/packet-dcerpc.c
6810
6811 Get rid of unused variable.
6812
6813 ------------------------------------------------------------------------
6814 r21065 | morriss | 2007-03-19 03:34:26 -0700 (Mon, 19 Mar 2007) | 6 lines
6815 Changed paths:
6816    M /trunk/epan/dissectors/packet-sctp.c
6817
6818 - Set hf_sctp_acked and hf_sctp_rtt as generated.
6819 - Change "sctp.retransmitted" to "sctp.retransmission" since that field
6820   is set on messages that are retransmissions, not messages that were
6821   retransmitted.
6822 - Change some formatting to make it more consistent.
6823
6824 ------------------------------------------------------------------------
6825 r21066 | gal | 2007-03-19 12:08:22 -0700 (Mon, 19 Mar 2007) | 34 lines
6826 Changed paths:
6827    M /trunk/epan/prefs-int.h
6828    M /trunk/epan/prefs.c
6829    M /trunk/epan/prefs.h
6830    M /trunk/gtk/prefs_dlg.c
6831
6832 This change allows a structure to be created under the "Protocols" section of the preferences.
6833
6834 A new function is introduced, prefs_register_protocol_subtree(), that allows the subtree the protocol should appear under to be specified. The subtree is specified as a string, with a '/' delimiting each subtree element. For example,
6835         prefs_register_protocol(proto_dap, prefs_register_dap);
6836 becomes
6837         prefs_register_protocol_subtree("OSI/X.500", proto_dap, prefs_register_dap);
6838
6839 The function will create all the intermediate subtree nodes that are required, if they don't already exist. 
6840 This allows the grouping of procotols which should make the list of protocols more manageable as even more are added. The current aim is to group by protocol family e.g. 
6841 + OSI
6842   + X.400
6843       X.411
6844       X.420
6845   + X.500
6846       DISP
6847       DAP
6848       DOP
6849       DSP
6850   + X.509
6851       X509AF
6852       X509CE
6853       ...
6854
6855 but others grouping could be envisioned (e.g. by first letter). 
6856
6857 As the intermediate nodes may already have preferences (e.g. OSI), then modules are now allowed to have submodules. Previously each node was either a subtree or held preferences. This is consistent with the "User Interface" node.
6858
6859 The subtree structure has no effect on how the preferences are saved to file, and the "Protocol Preferences..." menu option will bring up the preferences expanded to the correct node.
6860
6861 In addition, a new "blank page" has been introduced for intermediate nodes that have no preferences (and is also used when the "Protocols" node itself is chosen). This prevents confusion when the user moves from a node with preferences to a node without preferences, but the page old page is still shown.
6862
6863 There is also a change to prevent '#' characters in a value being treated as a comment when parsing the preferences file. (There is nothing that adds comments when writing the preferences file.) 
6864
6865
6866 ------------------------------------------------------------------------
6867 r21067 | gerald | 2007-03-19 13:13:01 -0700 (Mon, 19 Mar 2007) | 5 lines
6868 Changed paths:
6869    M /trunk/epan/dissectors/packet-udp.c
6870
6871 Extend the bad checksum description to include '(maybe caused by "UDP
6872 checksum offload"?)', similar to the TCP dissector.
6873
6874 Minor whitespace fixups.
6875
6876 ------------------------------------------------------------------------
6877 r21068 | sahlberg | 2007-03-20 07:27:13 -0700 (Tue, 20 Mar 2007) | 6 lines
6878 Changed paths:
6879    M /trunk/epan/dissectors/packet-bacapp.c
6880
6881 ifdef out a function that is not yet used to get rid of a compiler warning
6882
6883 packet-bacapp.c:4269: warning: `fDeviceObjectPropertyReference' defined but not
6884 used
6885
6886
6887 ------------------------------------------------------------------------
6888 r21069 | sahlberg | 2007-03-20 07:42:49 -0700 (Tue, 20 Mar 2007) | 3 lines
6889 Changed paths:
6890    M /trunk/epan/dissectors/packet-mikey.c
6891
6892 remove some compiler warnings for unused parameters
6893
6894
6895 ------------------------------------------------------------------------
6896 r21070 | sahlberg | 2007-03-20 07:50:15 -0700 (Tue, 20 Mar 2007) | 3 lines
6897 Changed paths:
6898    M /trunk/epan/dissectors/packet-sctp.c
6899
6900 remove some compiler warnings about unused parameters
6901
6902
6903 ------------------------------------------------------------------------
6904 r21071 | sahlberg | 2007-03-20 07:58:55 -0700 (Tue, 20 Mar 2007) | 3 lines
6905 Changed paths:
6906    M /trunk/epan/dissectors/packet-smb.c
6907
6908 remove some compiler warnings
6909
6910
6911 ------------------------------------------------------------------------
6912 r21072 | sahlberg | 2007-03-20 08:05:04 -0700 (Tue, 20 Mar 2007) | 3 lines
6913 Changed paths:
6914    M /trunk/epan/dissectors/packet-rmcp.c
6915
6916 remove some compiler warnings about unused variables
6917
6918
6919 ------------------------------------------------------------------------
6920 r21073 | sahlberg | 2007-03-20 08:07:28 -0700 (Tue, 20 Mar 2007) | 3 lines
6921 Changed paths:
6922    M /trunk/epan/dissectors/packet-smb-logon.c
6923
6924 remove some unused variables
6925
6926
6927 ------------------------------------------------------------------------
6928 r21074 | martinm | 2007-03-20 10:20:36 -0700 (Tue, 20 Mar 2007) | 2 lines
6929 Changed paths:
6930    M /trunk/epan/dissectors/packet-rtcp.c
6931
6932 Try to squash a warning seen by win32 buildbot
6933
6934 ------------------------------------------------------------------------
6935 r21075 | lego | 2007-03-20 17:43:05 -0700 (Tue, 20 Mar 2007) | 1 line
6936 Changed paths:
6937    M /trunk/asn1/ranap/packet-ranap-template.c
6938    M /trunk/asn1/ranap/ranap-exp.cnf
6939
6940 Add RANAP information to the sccp_info
6941 ------------------------------------------------------------------------
6942 r21076 | lego | 2007-03-20 17:48:46 -0700 (Tue, 20 Mar 2007) | 13 lines
6943 Changed paths:
6944    M /trunk/epan/dissectors/packet-bssap.c
6945    M /trunk/epan/dissectors/packet-gsm_a.c
6946    M /trunk/epan/dissectors/packet-ranap.c
6947    M /trunk/epan/dissectors/packet-ranap.h
6948    M /trunk/epan/dissectors/packet-sccp.c
6949    M /trunk/epan/dissectors/packet-sccp.h
6950    M /trunk/epan/libwireshark.def
6951    M /trunk/epan/packet.c
6952    M /trunk/epan/packet_info.h
6953    M /trunk/epan/wslua/Makefile.am
6954    M /trunk/epan/wslua/wslua_dumper.c
6955
6956 packet_info.c and packet.c
6957 add sccp_info to struct _packet_info (Sorry but the way private_data works and the fact that TCAP uses it and BSSAP/RANAP can be tunnelled on GSMMAP over TCAP makes it impossible to avoid)
6958
6959 SCCP
6960 - Have SCCP to have a TAP,
6961 - Fix associations so that every message belongs to the association.
6962 - Export message type values so that they can be used by a tap listener
6963
6964 RANAP
6965  - Have RANAP information attached to the sccp_info 
6966
6967 BSSAP + GSM_A
6968 - Have DTAP, BSSMAP and BSSAP info attached to the sccp_info
6969 ------------------------------------------------------------------------
6970 r21077 | lego | 2007-03-20 17:59:00 -0700 (Tue, 20 Mar 2007) | 3 lines
6971 Changed paths:
6972    M /trunk/gtk/voip_calls.c
6973    M /trunk/gtk/voip_calls.h
6974    M /trunk/gtk/voip_calls_dlg.c
6975
6976 Add the sccp tap to the "VoIP Calls" Tap (which by now should be renamed to just "Calls") but that's for later.
6977
6978 Now it does H323, SIP, MGCP, ISUP/BICC, RANAP, BSSAP, H.248  and others...
6979 ------------------------------------------------------------------------
6980 r21078 | ulfl | 2007-03-20 18:32:50 -0700 (Tue, 20 Mar 2007) | 5 lines
6981 Changed paths:
6982    M /trunk/wiretap/Makefile.nmake
6983    M /trunk/wiretap/ascend-grammar.y
6984    M /trunk/wiretap/ascend-int.h
6985    M /trunk/wiretap/k12.c
6986    M /trunk/wiretap/lanalyzer.c
6987    M /trunk/wiretap/libpcap.c
6988    M /trunk/wiretap/visual.c
6989
6990 set compiler option "treat warnings as errors" - to prevent new warnings for wiretap
6991
6992 remove all compiler warnings:
6993 a) prevent wrong malloc/free definitions by lex/yacc generated files
6994 b) add int/time_t casts - MSVC2005 is more "sensitive" about this than MSVC6
6995 ------------------------------------------------------------------------
6996 r21079 | ulfl | 2007-03-20 19:47:53 -0700 (Tue, 20 Mar 2007) | 1 line
6997 Changed paths:
6998    M /trunk/wiretap/k12.c
6999
7000 fix another warning
7001 ------------------------------------------------------------------------
7002 r21080 | ulfl | 2007-03-20 20:26:26 -0700 (Tue, 20 Mar 2007) | 1 line
7003 Changed paths:
7004    M /trunk/gtk/Makefile.nmake
7005    M /trunk/gtk/compat_macros.h
7006    M /trunk/gtk/filter_dlg.c
7007    M /trunk/gtk/io_stat.c
7008    M /trunk/gtk/mcast_stream.c
7009    M /trunk/gtk/packet_list.c
7010    M /trunk/gtk/rtp_player.c
7011    M /trunk/gtk/rtp_stream.c
7012    M /trunk/gtk/sctp_byte_graph_dlg.c
7013    M /trunk/gtk/sctp_graph_dlg.c
7014    M /trunk/gtk/tcp_graph.c
7015    M /trunk/gtk/voip_calls.c
7016
7017 fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flag
7018 ------------------------------------------------------------------------
7019 r21081 | morriss | 2007-03-20 21:48:32 -0700 (Tue, 20 Mar 2007) | 12 lines
7020 Changed paths:
7021    M /trunk/epan/dissectors/packet-sctp.c
7022
7023 Add tracking of retransmitted TSNs.  That is, for a TSN that we found was
7024 retransmitted, add items to its tree describing those retransmissions (frame
7025 where the retransmission is and RTO).  Limit this to 100 retransmissions to
7026 avoid running out of memory in pathological cases.
7027
7028 This adds the filters "sctp.retransmitted" (TSNs that were retransmitted)
7029 and "sctp.retransmitted_count" (count of number of times the TSN was
7030 retransmitted).
7031
7032 The RTO is intentionally not added to the retransmitted TSN tree as it is
7033 already added to the retransmission(s).  The RTO is displayed, however.
7034
7035 ------------------------------------------------------------------------
7036 r21082 | jmayer | 2007-03-20 21:54:20 -0700 (Tue, 20 Mar 2007) | 2 lines
7037 Changed paths:
7038    M /trunk/epan/dissectors/packet-homeplug.c
7039    M /trunk/epan/dissectors/packet-ieee80211.c
7040    M /trunk/epan/dissectors/packet-roofnet.c
7041    M /trunk/gtk/packet_list.c
7042    M /trunk/gtk/packet_list.h
7043
7044 Fixes for: warning: function declaration isn't a prototype
7045
7046 ------------------------------------------------------------------------
7047 r21083 | jmayer | 2007-03-20 21:58:38 -0700 (Tue, 20 Mar 2007) | 1 line
7048 Changed paths:
7049    M /trunk/epan/dissectors/packet-lwapp.c
7050
7051 Small spelling fixes
7052 ------------------------------------------------------------------------
7053 r21084 | jmayer | 2007-03-20 21:59:53 -0700 (Tue, 20 Mar 2007) | 2 lines
7054 Changed paths:
7055    M /trunk/epan/dissectors/packet-mikey.c
7056    M /trunk/epan/wslua/wslua_pinfo.c
7057
7058 Fixes for: warning: comma at end of enumerator list
7059
7060 ------------------------------------------------------------------------
7061 r21085 | jmayer | 2007-03-20 22:06:01 -0700 (Tue, 20 Mar 2007) | 2 lines
7062 Changed paths:
7063    M /trunk/epan/unicode-utils.c
7064    M /trunk/epan/wslua/make-taps.pl
7065
7066 Fixes for: warning: ISO C does not allow extra ';' outside of a function
7067
7068 ------------------------------------------------------------------------
7069 r21086 | sahlberg | 2007-03-21 01:11:37 -0700 (Wed, 21 Mar 2007) | 3 lines
7070 Changed paths:
7071    M /trunk/epan/dissectors/packet-usb-masstorage.c
7072
7073 remove some compiler warnings
7074
7075
7076 ------------------------------------------------------------------------
7077 r21087 | sahlberg | 2007-03-21 01:32:15 -0700 (Wed, 21 Mar 2007) | 3 lines
7078 Changed paths:
7079    M /trunk/epan/dissectors/packet-t38.c
7080
7081 remove some compiler warnings
7082
7083
7084 ------------------------------------------------------------------------
7085 r21088 | sahlberg | 2007-03-21 03:22:22 -0700 (Wed, 21 Mar 2007) | 6 lines
7086 Changed paths:
7087    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
7088    M /trunk/asn1/cmip/cmip-exp.cnf
7089    M /trunk/asn1/disp/disp-exp.cnf
7090    M /trunk/asn1/dop/dop-exp.cnf
7091    M /trunk/asn1/dsp/dsp-exp.cnf
7092    M /trunk/asn1/ftam/ftam-exp.cnf
7093    M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
7094    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
7095    M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
7096    M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
7097    M /trunk/asn1/pkixcrmf/crmf-exp.cnf
7098    M /trunk/asn1/ros/ros-exp.cnf
7099    M /trunk/asn1/rtse/rtse-exp.cnf
7100    M /trunk/asn1/umts_rrc/umts_rrc-exp.cnf
7101    M /trunk/asn1/umts_rrc_Internode-defs/umts_rrc_internode-defs-exp.cnf
7102    M /trunk/asn1/umts_rrc_ies/umts_rrc_ies-exp.cnf
7103    M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
7104    M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
7105    M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
7106    M /trunk/epan/dissectors/packet-acp133.c
7107    M /trunk/epan/dissectors/packet-acp133.h
7108    M /trunk/epan/dissectors/packet-acse.c
7109    M /trunk/epan/dissectors/packet-acse.h
7110    M /trunk/epan/dissectors/packet-ansi_map.c
7111    M /trunk/epan/dissectors/packet-ansi_map.h
7112    M /trunk/epan/dissectors/packet-camel.c
7113    M /trunk/epan/dissectors/packet-camel.h
7114    M /trunk/epan/dissectors/packet-cdt.c
7115    M /trunk/epan/dissectors/packet-cdt.h
7116    M /trunk/epan/dissectors/packet-cmip.c
7117    M /trunk/epan/dissectors/packet-cmip.h
7118    M /trunk/epan/dissectors/packet-cmp.c
7119    M /trunk/epan/dissectors/packet-cmp.h
7120    M /trunk/epan/dissectors/packet-cms.c
7121    M /trunk/epan/dissectors/packet-cms.h
7122    M /trunk/epan/dissectors/packet-crmf.c
7123    M /trunk/epan/dissectors/packet-crmf.h
7124    M /trunk/epan/dissectors/packet-dap.c
7125    M /trunk/epan/dissectors/packet-dap.h
7126    M /trunk/epan/dissectors/packet-disp.c
7127    M /trunk/epan/dissectors/packet-disp.h
7128    M /trunk/epan/dissectors/packet-dop.c
7129    M /trunk/epan/dissectors/packet-dop.h
7130    M /trunk/epan/dissectors/packet-dsp.c
7131    M /trunk/epan/dissectors/packet-dsp.h
7132    M /trunk/epan/dissectors/packet-ess.c
7133    M /trunk/epan/dissectors/packet-ess.h
7134    M /trunk/epan/dissectors/packet-ftam.c
7135    M /trunk/epan/dissectors/packet-ftam.h
7136    M /trunk/epan/dissectors/packet-ftbp.c
7137    M /trunk/epan/dissectors/packet-ftbp.h
7138    M /trunk/epan/dissectors/packet-gnm.c
7139    M /trunk/epan/dissectors/packet-gnm.h
7140    M /trunk/epan/dissectors/packet-gsm_map.c
7141    M /trunk/epan/dissectors/packet-gsm_map.h
7142    M /trunk/epan/dissectors/packet-gsm_ss.c
7143    M /trunk/epan/dissectors/packet-gsm_ss.h
7144    M /trunk/epan/dissectors/packet-h225.c
7145    M /trunk/epan/dissectors/packet-h225.h
7146    M /trunk/epan/dissectors/packet-h235.c
7147    M /trunk/epan/dissectors/packet-h235.h
7148    M /trunk/epan/dissectors/packet-h245.c
7149    M /trunk/epan/dissectors/packet-h245.h
7150    M /trunk/epan/dissectors/packet-h248.c
7151    M /trunk/epan/dissectors/packet-h450.c
7152    M /trunk/epan/dissectors/packet-inap.c
7153    M /trunk/epan/dissectors/packet-inap.h
7154    M /trunk/epan/dissectors/packet-ldap.c
7155    M /trunk/epan/dissectors/packet-logotypecertextn.c
7156    M /trunk/epan/dissectors/packet-logotypecertextn.h
7157    M /trunk/epan/dissectors/packet-mms.c
7158    M /trunk/epan/dissectors/packet-mms.h
7159    M /trunk/epan/dissectors/packet-nbap.c
7160    M /trunk/epan/dissectors/packet-nbap.h
7161    M /trunk/epan/dissectors/packet-ns_cert_exts.c
7162    M /trunk/epan/dissectors/packet-ocsp.c
7163    M /trunk/epan/dissectors/packet-ocsp.h
7164    M /trunk/epan/dissectors/packet-pkcs1.c
7165    M /trunk/epan/dissectors/packet-pkcs1.h
7166    M /trunk/epan/dissectors/packet-pkcs12.c
7167    M /trunk/epan/dissectors/packet-pkinit.c
7168    M /trunk/epan/dissectors/packet-pkinit.h
7169    M /trunk/epan/dissectors/packet-pkix1explicit.c
7170    M /trunk/epan/dissectors/packet-pkix1explicit.h
7171    M /trunk/epan/dissectors/packet-pkix1implicit.c
7172    M /trunk/epan/dissectors/packet-pkix1implicit.h
7173    M /trunk/epan/dissectors/packet-pkixproxy.c
7174    M /trunk/epan/dissectors/packet-pkixproxy.h
7175    M /trunk/epan/dissectors/packet-pkixqualified.c
7176    M /trunk/epan/dissectors/packet-pkixqualified.h
7177    M /trunk/epan/dissectors/packet-pkixtsp.c
7178    M /trunk/epan/dissectors/packet-pkixtsp.h
7179    M /trunk/epan/dissectors/packet-pres.c
7180    M /trunk/epan/dissectors/packet-pres.h
7181    M /trunk/epan/dissectors/packet-ranap.c
7182    M /trunk/epan/dissectors/packet-ranap.h
7183    M /trunk/epan/dissectors/packet-rnsap.c
7184    M /trunk/epan/dissectors/packet-rnsap.h
7185    M /trunk/epan/dissectors/packet-ros.c
7186    M /trunk/epan/dissectors/packet-ros.h
7187    M /trunk/epan/dissectors/packet-rrlp.c
7188    M /trunk/epan/dissectors/packet-rrlp.h
7189    M /trunk/epan/dissectors/packet-rtse.c
7190    M /trunk/epan/dissectors/packet-rtse.h
7191    M /trunk/epan/dissectors/packet-s4406.c
7192    M /trunk/epan/dissectors/packet-smrse.c
7193    M /trunk/epan/dissectors/packet-smrse.h
7194    M /trunk/epan/dissectors/packet-snmp.c
7195    M /trunk/epan/dissectors/packet-spnego.c
7196    M /trunk/epan/dissectors/packet-tcap.c
7197    M /trunk/epan/dissectors/packet-tcap.h
7198    M /trunk/epan/dissectors/packet-ulp.c
7199    M /trunk/epan/dissectors/packet-umts_rrc.c
7200    M /trunk/epan/dissectors/packet-umts_rrc.h
7201    M /trunk/epan/dissectors/packet-umts_rrc_ies.c
7202    M /trunk/epan/dissectors/packet-umts_rrc_ies.h
7203    M /trunk/epan/dissectors/packet-wlancertextn.c
7204    M /trunk/epan/dissectors/packet-wlancertextn.h
7205    M /trunk/epan/dissectors/packet-x411.c
7206    M /trunk/epan/dissectors/packet-x411.h
7207    M /trunk/epan/dissectors/packet-x420.c
7208    M /trunk/epan/dissectors/packet-x420.h
7209    M /trunk/epan/dissectors/packet-x509af.c
7210    M /trunk/epan/dissectors/packet-x509af.h
7211    M /trunk/epan/dissectors/packet-x509ce.c
7212    M /trunk/epan/dissectors/packet-x509ce.h
7213    M /trunk/epan/dissectors/packet-x509if.c
7214    M /trunk/epan/dissectors/packet-x509if.h
7215    M /trunk/tools/asn2wrs.py
7216
7217 change the signature that asn2wrs generates for functions to marm all parameters as _U_
7218 to reduce the number of compiler warnings.
7219
7220 update some template and cnf files to use _U_ as well 
7221
7222
7223 ------------------------------------------------------------------------
7224 r21089 | ulfl | 2007-03-21 05:37:39 -0700 (Wed, 21 Mar 2007) | 1 line
7225 Changed paths:
7226    M /trunk/gtk/voip_calls.c
7227
7228 fix another three MSVC 8.0 warnings
7229 ------------------------------------------------------------------------
7230 r21090 | martinm | 2007-03-21 07:00:23 -0700 (Wed, 21 Mar 2007) | 2 lines
7231 Changed paths:
7232    M /trunk/epan/dissectors/packet-ssl.c
7233
7234 Squash a couple of warnings.
7235
7236 ------------------------------------------------------------------------
7237 r21091 | jake | 2007-03-21 09:14:23 -0700 (Wed, 21 Mar 2007) | 1 line
7238 Changed paths:
7239    M /trunk/epan/dissectors/packet-ethertype.c
7240    M /trunk/epan/etypes.h
7241
7242 Add ether type for Link Layer Topology Discovery (LLTD)
7243 ------------------------------------------------------------------------
7244 r21092 | martinm | 2007-03-21 10:14:33 -0700 (Wed, 21 Mar 2007) | 2 lines
7245 Changed paths:
7246    M /trunk/epan/dissectors/packet-umts_fp.c
7247
7248 Try to squash a warning seen on win32 buildbot.
7249
7250 ------------------------------------------------------------------------
7251 r21093 | gerald | 2007-03-21 13:44:07 -0700 (Wed, 21 Mar 2007) | 2 lines
7252 Changed paths:
7253    M /trunk/docbook/release-notes.xml
7254
7255 Add a note about the HTTP chunked response crash.
7256
7257 ------------------------------------------------------------------------
7258 r21094 | ulfl | 2007-03-21 14:13:39 -0700 (Wed, 21 Mar 2007) | 1 line
7259 Changed paths:
7260    M /trunk/docbook/README.txt
7261
7262 add zip to the list of required packages for cygwin
7263 ------------------------------------------------------------------------
7264 r21095 | ulfl | 2007-03-21 14:15:35 -0700 (Wed, 21 Mar 2007) | 1 line
7265 Changed paths:
7266    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
7267
7268 add a (small) section to create the User/Developer Guide - it only links to the file docbook/README.txt
7269 ------------------------------------------------------------------------
7270 r21096 | ulfl | 2007-03-21 14:17:21 -0700 (Wed, 21 Mar 2007) | 1 line
7271 Changed paths:
7272    M /trunk/docbook/wsug_src/WSUG_app_files.xml
7273
7274 add folder information about Vista and some redesign of the general file/folder informations
7275 ------------------------------------------------------------------------
7276 r21097 | ulfl | 2007-03-21 14:23:56 -0700 (Wed, 21 Mar 2007) | 2 lines
7277 Changed paths:
7278    M /trunk/gtk/menu.c
7279
7280 minor "Copy" menu item fix:
7281 split the "sensitivity control" into "Copy" and "Copy/As Filter", otherwise it's not possible to copy a field that is not filterable (e.g. text only descriptions)
7282 ------------------------------------------------------------------------
7283 r21098 | ulfl | 2007-03-21 16:14:23 -0700 (Wed, 21 Mar 2007) | 1 line
7284 Changed paths:
7285    M /trunk/Makefile.nmake
7286    M /trunk/capture_stop_conditions.c
7287    M /trunk/editcap.c
7288    M /trunk/tap-iostat.c
7289    M /trunk/text2pcap.c
7290
7291 fix MSVC warnings of / and set CFLAGS to block new warnings
7292 ------------------------------------------------------------------------
7293 r21099 | sfisher | 2007-03-21 16:22:32 -0700 (Wed, 21 Mar 2007) | 5 lines
7294 Changed paths:
7295    M /trunk
7296    M /trunk/docbook
7297
7298
7299 Set svn:ignore on ylwrap (introduced as a symlink in newer versions of
7300 automake) and docbook/fop-* to cover any version of FOP files.
7301
7302
7303 ------------------------------------------------------------------------
7304 r21100 | ulfl | 2007-03-21 16:55:46 -0700 (Wed, 21 Mar 2007) | 1 line
7305 Changed paths:
7306    M /trunk/codecs/Makefile.nmake
7307
7308 no MSVC warnings, set CFLAGS to block new warnings
7309 ------------------------------------------------------------------------
7310 r21101 | ulfl | 2007-03-21 16:58:14 -0700 (Wed, 21 Mar 2007) | 1 line
7311 Changed paths:
7312    M /trunk/plugins/asn1/packet-asn1.c
7313
7314 fix two MSVC warnings
7315 ------------------------------------------------------------------------
7316 r21102 | ulfl | 2007-03-21 16:59:41 -0700 (Wed, 21 Mar 2007) | 1 line
7317 Changed paths:
7318    M /trunk/plugins/agentx/Makefile.nmake
7319    M /trunk/plugins/artnet/Makefile.nmake
7320    M /trunk/plugins/asn1/Makefile.nmake
7321    M /trunk/plugins/ciscosm/Makefile.nmake
7322    M /trunk/plugins/docsis/Makefile.nmake
7323    M /trunk/plugins/enttec/Makefile.nmake
7324    M /trunk/plugins/gryphon/Makefile.nmake
7325    M /trunk/plugins/irda/Makefile.nmake
7326    M /trunk/plugins/lwres/Makefile.nmake
7327    M /trunk/plugins/mate/Makefile.nmake
7328    M /trunk/plugins/megaco/Makefile.nmake
7329    M /trunk/plugins/mgcp/Makefile.nmake
7330    M /trunk/plugins/opsi/Makefile.nmake
7331    M /trunk/plugins/pcli/Makefile.nmake
7332    M /trunk/plugins/profinet/Makefile.nmake
7333    M /trunk/plugins/rlm/Makefile.nmake
7334    M /trunk/plugins/rtnet/Makefile.nmake
7335    M /trunk/plugins/rudp/Makefile.nmake
7336    M /trunk/plugins/sbus/Makefile.nmake
7337    M /trunk/plugins/stats_tree/Makefile.nmake
7338    M /trunk/plugins/tpg/Makefile.nmake
7339    M /trunk/plugins/v5ua/Makefile.nmake
7340
7341 set CFLAGS to block new warnings for all plugins (except for giop and h223, which has remaining issues - for now)
7342 ------------------------------------------------------------------------
7343 r21103 | ulfl | 2007-03-21 17:11:55 -0700 (Wed, 21 Mar 2007) | 1 line
7344 Changed paths:
7345    M /trunk/plugins/h223/Makefile.nmake
7346    M /trunk/plugins/h223/packet-h223.c
7347
7348 fix a warning, set CFLAGS to block new warnings
7349 ------------------------------------------------------------------------
7350 r21104 | ulfl | 2007-03-21 17:40:04 -0700 (Wed, 21 Mar 2007) | 1 line
7351 Changed paths:
7352    M /trunk/epan/guid-utils.c
7353    M /trunk/epan/sigcomp_state_hdlr.c
7354    M /trunk/epan/to_str.c
7355
7356 fix some more warnings
7357 ------------------------------------------------------------------------
7358 r21105 | ulfl | 2007-03-21 17:49:06 -0700 (Wed, 21 Mar 2007) | 1 line
7359 Changed paths:
7360    M /trunk/epan/column-utils.c
7361    M /trunk/epan/radius_dict.l
7362
7363 fix some more warnings
7364 ------------------------------------------------------------------------
7365 r21106 | wmeier | 2007-03-21 19:44:52 -0700 (Wed, 21 Mar 2007) | 2 lines
7366 Changed paths:
7367    M /trunk/Makefile.nmake
7368
7369 Use correct 'rm -f gtk2.tmp/*' so all files in dir get deleted
7370
7371 ------------------------------------------------------------------------
7372 r21107 | wmeier | 2007-03-21 19:51:21 -0700 (Wed, 21 Mar 2007) | 2 lines
7373 Changed paths:
7374    M /trunk/Makefile.nmake
7375
7376 Even simpler: use 'rm -rf gtk2.tmp'
7377
7378 ------------------------------------------------------------------------
7379 r21108 | sahlberg | 2007-03-22 01:03:44 -0700 (Thu, 22 Mar 2007) | 5 lines
7380 Changed paths:
7381    M /trunk/epan/dissectors/packet-bssgp.c
7382
7383 Remove a compiler warning by #if 0  out a function that is not called.
7384
7385 The function is referenced from a comment which is why it was #ifed out instead of just deleted.
7386
7387
7388 ------------------------------------------------------------------------
7389 r21109 | morriss | 2007-03-22 01:11:16 -0700 (Thu, 22 Mar 2007) | 1 line
7390 Changed paths:
7391    M /trunk/epan/dissectors/packet-syslog.c
7392
7393 From Abhik Sarkar: call add_new_data_source() on generated (MTP3) tvb so that users can see the bytes in a (new) byte pane.
7394 ------------------------------------------------------------------------
7395 r21110 | sahlberg | 2007-03-22 01:45:01 -0700 (Thu, 22 Mar 2007) | 5 lines
7396 Changed paths:
7397    M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
7398    M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
7399    M /trunk/epan/dissectors/pidl/eventlog.cnf
7400
7401 Using a patched version of pidl that decorates all parameters with _U_
7402 and updates to the conformance file,
7403 regenerate the eventlog dissector to remove a lot of compiler warnings
7404
7405
7406 ------------------------------------------------------------------------
7407 r21111 | martinm | 2007-03-22 03:32:42 -0700 (Thu, 22 Mar 2007) | 2 lines
7408 Changed paths:
7409    M /trunk/epan/dissectors/packet-iuup.c
7410
7411 Try to squelch another couple of MSVC warnings.
7412
7413 ------------------------------------------------------------------------
7414 r21112 | sahlberg | 2007-03-22 03:44:33 -0700 (Thu, 22 Mar 2007) | 5 lines
7415 Changed paths:
7416    M /trunk/AUTHORS
7417    M /trunk/wiretap/Makefile.common
7418    M /trunk/wiretap/file_access.c
7419    A /trunk/wiretap/mpeg-audio.c
7420    A /trunk/wiretap/mpeg-audio.h
7421    A /trunk/wiretap/mpeg.c
7422    A /trunk/wiretap/mpeg.h
7423    M /trunk/wiretap/wtap.c
7424    M /trunk/wiretap/wtap.h
7425
7426 From Shaun Jackman
7427
7428 Wiretap support to read MPEG files
7429
7430
7431 ------------------------------------------------------------------------
7432 r21113 | sahlberg | 2007-03-22 04:33:18 -0700 (Thu, 22 Mar 2007) | 3 lines
7433 Changed paths:
7434    M /trunk/wiretap/mpeg.c
7435
7436 Add some missing includes and hope that msvc will find the definition for off_t
7437
7438
7439 ------------------------------------------------------------------------
7440 r21114 | sahlberg | 2007-03-22 04:43:07 -0700 (Thu, 22 Mar 2007) | 5 lines
7441 Changed paths:
7442    M /trunk/asn1/Makefile.am
7443    A /trunk/asn1/mpeg
7444    A /trunk/asn1/mpeg/Makefile
7445    A /trunk/asn1/mpeg/mpeg-audio-exp.cnf
7446    A /trunk/asn1/mpeg/mpeg-audio.asn
7447    A /trunk/asn1/mpeg/mpeg-audio.cnf
7448    A /trunk/asn1/mpeg/mpeg-pes-exp.cnf
7449    A /trunk/asn1/mpeg/mpeg-pes.asn
7450    A /trunk/asn1/mpeg/mpeg-pes.cnf
7451    A /trunk/asn1/mpeg/packet-mpeg-audio-template.c
7452    A /trunk/asn1/mpeg/packet-mpeg-pes-template.c
7453    M /trunk/epan/dissectors/Makefile.common
7454    A /trunk/epan/dissectors/packet-mpeg-audio.c
7455    A /trunk/epan/dissectors/packet-mpeg-pes.c
7456
7457 From Shaun J
7458
7459 Dissectors for MPEG streams
7460
7461
7462 ------------------------------------------------------------------------
7463 r21115 | sahlberg | 2007-03-22 04:59:39 -0700 (Thu, 22 Mar 2007) | 5 lines
7464 Changed paths:
7465    M /trunk/wiretap/mpeg.c
7466
7467 From Graham Bloice
7468
7469 Remove compiler warnings
7470
7471
7472 ------------------------------------------------------------------------
7473 r21116 | grahamb | 2007-03-22 05:55:01 -0700 (Thu, 22 Mar 2007) | 1 line
7474 Changed paths:
7475    M /trunk/wiretap/wtap.def
7476
7477 Added mpeg exports
7478 ------------------------------------------------------------------------
7479 r21117 | grahamb | 2007-03-22 06:16:37 -0700 (Thu, 22 Mar 2007) | 1 line
7480 Changed paths:
7481    M /trunk/packaging/u3/win32
7482
7483 Added entries to ignore list
7484 ------------------------------------------------------------------------
7485 r21118 | ulfl | 2007-03-22 06:57:02 -0700 (Thu, 22 Mar 2007) | 1 line
7486 Changed paths:
7487    M /trunk/plugins/mate/Makefile.nmake
7488
7489 leave out the mate plugin for now, so buildbot might compile again ...
7490 ------------------------------------------------------------------------
7491 r21119 | jmayer | 2007-03-22 08:12:14 -0700 (Thu, 22 Mar 2007) | 2 lines
7492 Changed paths:
7493    M /trunk/epan/dissectors/packet-ieee80211.c
7494
7495 Add a comment about CCX
7496
7497 ------------------------------------------------------------------------
7498 r21120 | jmayer | 2007-03-22 08:19:49 -0700 (Thu, 22 Mar 2007) | 14 lines
7499 Changed paths:
7500    M /trunk/epan/dissectors/packet-http.c
7501    M /trunk/epan/dissectors/packet-kink.c
7502    M /trunk/epan/dissectors/packet-nbns.c
7503    M /trunk/epan/dissectors/packet-pflog.c
7504
7505 Sebastien Tandel:
7506  
7507 some warning fixes
7508
7509 packet-http.c
7510     set headers.content_length = 0 before the first potential use of it.
7511 packet-kink.c
7512     "ifdef kerberos" around one function declaration
7513 packet-nbns.c
7514     set headers.{dgm_length|pkt_offset|error_code} = 0
7515 packet-pflog.c
7516     delete capture_pflog and
7517 capture_old_pflog which aren't used anymore in the code.
7518
7519 ------------------------------------------------------------------------
7520 r21121 | lego | 2007-03-22 14:51:56 -0700 (Thu, 22 Mar 2007) | 1 line
7521 Changed paths:
7522    M /trunk/epan/dissectors/packet-sctp.c
7523
7524 Avoid calling ep_alloc for 0 bytes.
7525 ------------------------------------------------------------------------
7526 r21122 | etxrab | 2007-03-22 15:26:59 -0700 (Thu, 22 Mar 2007) | 1 line
7527 Changed paths:
7528    M /trunk/Makefile.nmake
7529    M /trunk/config.nmake
7530    M /trunk/tools/win32-setup.sh
7531
7532 Use the latest GTK stuff.
7533 ------------------------------------------------------------------------
7534 r21123 | ulfl | 2007-03-22 15:41:16 -0700 (Thu, 22 Mar 2007) | 1 line
7535 Changed paths:
7536    M /trunk/epan/dissectors/packet-dcom.c
7537
7538 correct multidimensional SAFEARRAYs
7539 ------------------------------------------------------------------------
7540 r21124 | ulfl | 2007-03-22 15:47:37 -0700 (Thu, 22 Mar 2007) | 1 line
7541 Changed paths:
7542    M /trunk/epan/wslua/make-taps.pl
7543
7544 fix warnings
7545 ------------------------------------------------------------------------
7546 r21125 | ulfl | 2007-03-22 15:54:00 -0700 (Thu, 22 Mar 2007) | 1 line
7547 Changed paths:
7548    M /trunk/epan/crypt/Makefile.nmake
7549    M /trunk/epan/dfilter/Makefile.nmake
7550    M /trunk/epan/ftypes/Makefile.nmake
7551    M /trunk/epan/wslua/Makefile.nmake
7552
7553 add "treat warnings as errors" flag(s)
7554 ------------------------------------------------------------------------
7555 r21126 | lego | 2007-03-22 15:59:20 -0700 (Thu, 22 Mar 2007) | 6 lines
7556 Changed paths:
7557    M /trunk/epan/dissectors/packet-bssap.c
7558    M /trunk/epan/dissectors/packet-ranap.c
7559    M /trunk/epan/dissectors/packet-sccp.c
7560    M /trunk/epan/dissectors/packet-sccp.h
7561    M /trunk/epan/dissectors/packet-sua.c
7562    M /trunk/epan/libwireshark.def
7563    M /trunk/gtk/voip_calls.c
7564    M /trunk/gtk/voip_calls.h
7565
7566 Mine:
7567 * add SUA to the "VoIP Calls" tap.
7568 * propagate changes to packet-sccp.h to other dissectors
7569
7570 From Neil Piercy:
7571 * add SLR, DLR and CAUSE to COL_INFO
7572 ------------------------------------------------------------------------
7573 r21127 | sfisher | 2007-03-22 16:03:39 -0700 (Thu, 22 Mar 2007) | 9 lines
7574 Changed paths:
7575    M /trunk/Makefile.am
7576    M /trunk/capture_sync.c
7577    M /trunk/codecs/Makefile.am
7578    M /trunk/configure.in
7579    M /trunk/file.c
7580    M /trunk/plugins/agentx/Makefile.am
7581    M /trunk/plugins/artnet/Makefile.am
7582    M /trunk/plugins/asn1/Makefile.am
7583    M /trunk/plugins/ciscosm/Makefile.am
7584    M /trunk/plugins/docsis/Makefile.am
7585    M /trunk/plugins/enttec/Makefile.am
7586    M /trunk/plugins/gryphon/Makefile.am
7587    M /trunk/plugins/h223/Makefile.am
7588    M /trunk/plugins/h223/packet-h223.c
7589    M /trunk/plugins/irda/Makefile.am
7590    M /trunk/plugins/lwres/Makefile.am
7591    M /trunk/plugins/megaco/Makefile.am
7592    M /trunk/plugins/megaco/packet-megaco.c
7593    M /trunk/plugins/mgcp/Makefile.am
7594    M /trunk/plugins/opsi/Makefile.am
7595    M /trunk/plugins/pcli/Makefile.am
7596    M /trunk/plugins/profinet/Makefile.am
7597    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
7598    M /trunk/plugins/profinet/packet-dcom-cba-acco.c
7599    M /trunk/plugins/rlm/Makefile.am
7600    M /trunk/plugins/rtnet/Makefile.am
7601    M /trunk/plugins/rudp/Makefile.am
7602    M /trunk/plugins/sbus/Makefile.am
7603    M /trunk/plugins/stats_tree/Makefile.am
7604    M /trunk/plugins/tpg/Makefile.am
7605    M /trunk/plugins/v5ua/Makefile.am
7606    M /trunk/wiretap/Makefile.am
7607    M /trunk/wiretap/configure.in
7608
7609
7610 Add -Werror when using GCC only to the Makefile.am of the base
7611 directory and most of the plugins to match the same command 
7612 put in the Makefile.nmake files for Windows compliations.  Fix
7613 a few warnings when compiling under gcc 3.4.4 on FreeBSD.  Create
7614 new automake file variable called USING_GCC in configure.in and
7615 wiretap/configure.in to acomplish the above -Werror addition. 
7616
7617
7618 ------------------------------------------------------------------------
7619 r21128 | ulfl | 2007-03-22 16:14:37 -0700 (Thu, 22 Mar 2007) | 1 line
7620 Changed paths:
7621    M /trunk/wiretap/mpeg.c
7622
7623 fix a new warning
7624 ------------------------------------------------------------------------
7625 r21129 | sfisher | 2007-03-22 16:24:13 -0700 (Thu, 22 Mar 2007) | 4 lines
7626 Changed paths:
7627    M /trunk/epan/crypt/Makefile.am
7628    M /trunk/epan/crypt/airpdcap.c
7629    M /trunk/epan/dfilter/Makefile.am
7630    M /trunk/epan/ftypes/Makefile.am
7631    M /trunk/epan/wslua/Makefile.am
7632
7633
7634 Add -Werror for gcc to a few more directories and fix a few warnings
7635
7636
7637 ------------------------------------------------------------------------
7638 r21130 | sfisher | 2007-03-22 16:28:58 -0700 (Thu, 22 Mar 2007) | 5 lines
7639 Changed paths:
7640    M /trunk/epan/dfilter/Makefile.am
7641
7642
7643 Remove -Werror under gcc temporarily until a warning can be fixed 
7644 in grammar.c
7645
7646
7647 ------------------------------------------------------------------------
7648 r21131 | ulfl | 2007-03-22 16:29:55 -0700 (Thu, 22 Mar 2007) | 1 line
7649 Changed paths:
7650    M /trunk/gtk/voip_calls.c
7651
7652 fix new warnings
7653 ------------------------------------------------------------------------
7654 r21132 | ulfl | 2007-03-22 16:30:57 -0700 (Thu, 22 Mar 2007) | 1 line
7655 Changed paths:
7656    M /trunk/epan/dtd.h
7657
7658 fix warning: add #include <stdlib.h> to get exit() declaration
7659 ------------------------------------------------------------------------
7660 r21133 | ulfl | 2007-03-22 16:32:31 -0700 (Thu, 22 Mar 2007) | 1 line
7661 Changed paths:
7662    M /trunk/epan/radius_dict.l
7663
7664 fix warning: add WS_ prefix to OUT, it conflicts with a platform SDK header file
7665 ------------------------------------------------------------------------
7666 r21134 | lego | 2007-03-22 16:39:02 -0700 (Thu, 22 Mar 2007) | 1 line
7667 Changed paths:
7668    M /trunk/tools/lemon/lempar.c
7669
7670 squelch a warning generated by generated code
7671 ------------------------------------------------------------------------
7672 r21135 | ulfl | 2007-03-22 16:44:48 -0700 (Thu, 22 Mar 2007) | 1 line
7673 Changed paths:
7674    M /trunk/file.h
7675
7676 match declaration of cf_continue_tail() with implementation
7677 ------------------------------------------------------------------------
7678 r21136 | sfisher | 2007-03-22 16:49:06 -0700 (Thu, 22 Mar 2007) | 4 lines
7679 Changed paths:
7680    M /trunk/epan/dfilter/Makefile.am
7681
7682
7683 Add -Werror for gcc back to epan/dfilter directory
7684
7685
7686 ------------------------------------------------------------------------
7687 r21137 | ulfl | 2007-03-22 16:50:38 -0700 (Thu, 22 Mar 2007) | 1 line
7688 Changed paths:
7689    M /trunk/tools/lemon/lemon.c
7690
7691 add type casts to fix two warnings
7692 ------------------------------------------------------------------------
7693 r21138 | lego | 2007-03-22 17:15:48 -0700 (Thu, 22 Mar 2007) | 1 line
7694 Changed paths:
7695    M /trunk/tools/lemon/lemon.c
7696
7697 squelch signedness warnings generated by generated code due to mayors being decleared as signed but added as signed in tables (it will generate larger tables when the number of tokens or actions is more than MAX_INT8, MAX_INT16).
7698 ------------------------------------------------------------------------
7699 r21139 | ulfl | 2007-03-22 17:20:59 -0700 (Thu, 22 Mar 2007) | 1 line
7700 Changed paths:
7701    M /trunk/epan/dissectors/packet-wsp.c
7702
7703 fix various const warnings
7704 ------------------------------------------------------------------------
7705 r21140 | sfisher | 2007-03-22 17:42:45 -0700 (Thu, 22 Mar 2007) | 16 lines
7706 Changed paths:
7707    M /trunk/docbook/wsug_graphics/ws-edit-menu.png
7708    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
7709    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
7710    M /trunk/gtk/menu.c
7711
7712
7713 From Sake Blok (via -dev list and enhancement bug #1449):
7714
7715 I did however see some small errors in the
7716 documentation that I did not notice when I sent in the patch. This
7717 patch corrects them and adds an accelerated key:
7718
7719 - table 6.1 remove "Analyze" from "Identical..." column for "Copy as Filter"
7720 - table 6.2 add "Edit" from "Identical..." column for "Copy as Filter"
7721 - Added accelerator key for "Copy as Filter". I chose "Shift+Ctrl+C", so
7722   that "Ctrl+C" is still available for "standard" copy
7723
7724 Image figure 3.4 should be renewed, reflecting the change in the menu
7725 structure. 
7726
7727
7728 ------------------------------------------------------------------------
7729 r21141 | ulfl | 2007-03-22 17:51:21 -0700 (Thu, 22 Mar 2007) | 1 line
7730 Changed paths:
7731    M /trunk/epan/dissectors/packet-rtcp.c
7732    M /trunk/epan/dissectors/packet-scsi.c
7733    M /trunk/epan/dissectors/packet-sctp.c
7734    M /trunk/epan/dissectors/packet-smb-pipe.c
7735    M /trunk/epan/dissectors/packet-smb2.c
7736    M /trunk/epan/dissectors/packet-tcp.c
7737    M /trunk/epan/dissectors/packet-tipc.c
7738    M /trunk/epan/dissectors/packet-vnc.c
7739
7740 fix some more warnings (type casts)
7741 ------------------------------------------------------------------------
7742 r21142 | ulfl | 2007-03-22 18:29:52 -0700 (Thu, 22 Mar 2007) | 1 line
7743 Changed paths:
7744    M /trunk/epan/dissectors/packet-diameter.c
7745    M /trunk/epan/dissectors/packet-dmp.c
7746    M /trunk/epan/dissectors/packet-dtls.c
7747    M /trunk/epan/dissectors/packet-fmp.c
7748    M /trunk/epan/dissectors/packet-iax2.c
7749    M /trunk/epan/dissectors/packet-ieee80211.c
7750    M /trunk/epan/dissectors/packet-iscsi.c
7751    M /trunk/epan/dissectors/packet-jxta.c
7752    M /trunk/epan/dissectors/packet-nbns.c
7753    M /trunk/epan/dissectors/packet-ncp-sss.c
7754    M /trunk/epan/dissectors/packet-nfs.c
7755    M /trunk/epan/dissectors/packet-ospf.c
7756    M /trunk/epan/dissectors/packet-pvfs2.c
7757    M /trunk/epan/dissectors/packet-radius.c
7758
7759 fix a lot more warnings
7760 ------------------------------------------------------------------------
7761 r21143 | ulfl | 2007-03-22 18:55:29 -0700 (Thu, 22 Mar 2007) | 1 line
7762 Changed paths:
7763    M /trunk/epan/dissectors/packet-afp.c
7764    M /trunk/epan/dissectors/packet-arp.c
7765    M /trunk/epan/dissectors/packet-dcerpc-ndr.c
7766
7767 fix some more warnings
7768 ------------------------------------------------------------------------
7769 r21144 | ulfl | 2007-03-22 18:56:09 -0700 (Thu, 22 Mar 2007) | 3 lines
7770 Changed paths:
7771    M /trunk/epan/dissectors/packet-kerberos.c
7772
7773 /* prevent redefinition warnings in kfw-2.5\inc\win_mac.h */
7774 #undef HAVE_STDARG_H
7775 #undef HAVE_SYS_TYPES_H
7776 ------------------------------------------------------------------------
7777 r21145 | ulfl | 2007-03-22 19:27:14 -0700 (Thu, 22 Mar 2007) | 1 line
7778 Changed paths:
7779    M /trunk/epan/dfilter/Makefile.nmake
7780
7781 disable "warning as error" for now so the buildbot runs again, grammar.c still makes trouble :-(
7782 ------------------------------------------------------------------------
7783 r21146 | ulfl | 2007-03-22 20:45:18 -0700 (Thu, 22 Mar 2007) | 1 line
7784 Changed paths:
7785    M /trunk/epan/dfilter/Makefile.nmake
7786    M /trunk/tools/lemon/lempar.c
7787
7788 fix warnings of (generated) grammar.c
7789 ------------------------------------------------------------------------
7790 r21147 | sfisher | 2007-03-22 22:50:31 -0700 (Thu, 22 Mar 2007) | 4 lines
7791 Changed paths:
7792    M /trunk/wiretap/catapult_dct2000.c
7793
7794
7795 Fix some warnings on the Solaris buildbot
7796
7797
7798 ------------------------------------------------------------------------
7799 r21148 | gal | 2007-03-23 09:38:52 -0700 (Fri, 23 Mar 2007) | 3 lines
7800 Changed paths:
7801    M /trunk/asn1/x411/packet-x411-template.c
7802    M /trunk/asn1/x411/x411.cnf
7803    M /trunk/epan/dissectors/packet-x411.c
7804
7805 Support for X.411 "additional information" field.
7806
7807
7808 ------------------------------------------------------------------------
7809 r21149 | gal | 2007-03-23 09:41:26 -0700 (Fri, 23 Mar 2007) | 3 lines
7810 Changed paths:
7811    M /trunk/asn1/x509ce/CertificateExtensions.asn
7812    M /trunk/asn1/x509ce/x509ce.cnf
7813    M /trunk/epan/dissectors/packet-x509ce.c
7814
7815 Support for the Microsoft-specific certificate-template and application-certificate-policies certificate extensions.
7816
7817
7818 ------------------------------------------------------------------------
7819 r21150 | gal | 2007-03-23 09:44:08 -0700 (Fri, 23 Mar 2007) | 5 lines
7820 Changed paths:
7821    M /trunk/asn1/x509sat/packet-x509sat-template.c
7822    M /trunk/asn1/x509sat/x509sat.cnf
7823    M /trunk/epan/dissectors/packet-x509sat.c
7824
7825 Support for:
7826 RFC2247 objectclasses and attributes (specifically "dc")
7827 Microsoft-defined User Principal Name subjectAltName extension (used in certificates)
7828
7829
7830 ------------------------------------------------------------------------
7831 r21151 | gal | 2007-03-23 09:45:49 -0700 (Fri, 23 Mar 2007) | 3 lines
7832 Changed paths:
7833    M /trunk/asn1/cms/cms.cnf
7834    M /trunk/epan/dissectors/packet-cms.c
7835
7836 Support for recognising RC4 algorithm.
7837
7838
7839 ------------------------------------------------------------------------
7840 r21152 | gal | 2007-03-23 09:52:22 -0700 (Fri, 23 Mar 2007) | 3 lines
7841 Changed paths:
7842    M /trunk/asn1/pkix1implicit/pkix1implicit.cnf
7843    M /trunk/epan/dissectors/packet-pkix1implicit.c
7844
7845 Support for Microsoft-defined enhancedKeyUsage OIDs.
7846
7847
7848 ------------------------------------------------------------------------
7849 r21153 | sfisher | 2007-03-23 10:49:59 -0700 (Fri, 23 Mar 2007) | 18 lines
7850 Changed paths:
7851    M /trunk/Makefile.am
7852    M /trunk/codecs/Makefile.am
7853    M /trunk/configure.in
7854    M /trunk/epan/crypt/Makefile.am
7855    M /trunk/epan/dfilter/Makefile.am
7856    M /trunk/epan/ftypes/Makefile.am
7857    M /trunk/epan/wslua/Makefile.am
7858    M /trunk/plugins/agentx/Makefile.am
7859    M /trunk/plugins/artnet/Makefile.am
7860    M /trunk/plugins/asn1/Makefile.am
7861    M /trunk/plugins/ciscosm/Makefile.am
7862    M /trunk/plugins/docsis/Makefile.am
7863    M /trunk/plugins/enttec/Makefile.am
7864    M /trunk/plugins/gryphon/Makefile.am
7865    M /trunk/plugins/h223/Makefile.am
7866    M /trunk/plugins/irda/Makefile.am
7867    M /trunk/plugins/lwres/Makefile.am
7868    M /trunk/plugins/megaco/Makefile.am
7869    M /trunk/plugins/mgcp/Makefile.am
7870    M /trunk/plugins/opsi/Makefile.am
7871    M /trunk/plugins/pcli/Makefile.am
7872    M /trunk/plugins/profinet/Makefile.am
7873    M /trunk/plugins/rlm/Makefile.am
7874    M /trunk/plugins/rtnet/Makefile.am
7875    M /trunk/plugins/rudp/Makefile.am
7876    M /trunk/plugins/sbus/Makefile.am
7877    M /trunk/plugins/stats_tree/Makefile.am
7878    M /trunk/plugins/tpg/Makefile.am
7879    M /trunk/plugins/v5ua/Makefile.am
7880    M /trunk/wiretap/Makefile.am
7881    M /trunk/wiretap/configure.in
7882
7883
7884 From Sebastien Tandel:
7885
7886 (Temporarily disable the warnings as errors default on Unix to get
7887 to get the buildbots and people with gcc40 going again until those
7888 additional warnings gcc40 generates can be fixed-I'm working on it
7889 ASAP)
7890
7891    Patch for configure.in which disables by default the treatment of
7892 warnings as errors.
7893 It can be enabled with './configure --with-warnings-as-errors'.
7894 The macro will test first if GCC is present. If it's the case,
7895 HAVE_WARNINGS_AS_ERRORS is defined. All the USING_GCC have been replaced
7896 by HAVE_WARNINGS_AS_ERRORS.
7897 With this switch, people won't suffer from unexpected warnings when
7898 downloading svn sources during the transition time ;)
7899
7900
7901 ------------------------------------------------------------------------
7902 r21154 | sfisher | 2007-03-23 11:08:17 -0700 (Fri, 23 Mar 2007) | 12 lines
7903 Changed paths:
7904    M /trunk/doc/wireshark.pod
7905    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
7906    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
7907    M /trunk/epan/column-utils.c
7908    M /trunk/epan/column.c
7909    M /trunk/epan/column_info.h
7910    M /trunk/epan/dissectors/packet-frame.c
7911    M /trunk/epan/frame_data.h
7912    M /trunk/epan/timestamp.h
7913    M /trunk/epan/wslua/wslua_pinfo.c
7914    M /trunk/file.c
7915    M /trunk/gtk/main.c
7916    M /trunk/gtk/menu.c
7917    M /trunk/gtk/packet_list.c
7918    M /trunk/tshark.c
7919
7920
7921 From Sake Blok:
7922
7923 Fix for bug #491: Unexpected frame.time_delta behavior
7924
7925 This patch ... fixes bug 491. It does this by changing the
7926 behaviour of the frame.time_delta field so it reflects the delta
7927 time between captured packets (tshark already did this).  To keep
7928 the delta time between displayed packets, the field 
7929 frame.time_delta_displayed is created.
7930
7931
7932 ------------------------------------------------------------------------
7933 r21155 | sfisher | 2007-03-23 11:16:53 -0700 (Fri, 23 Mar 2007) | 7 lines
7934 Changed paths:
7935    M /trunk/plugins/megaco/packet-megaco.c
7936    M /trunk/plugins/profinet/packet-dcom-cba-acco.c
7937
7938
7939 From Sebastien Tandel:
7940
7941 First patch fixes warning of profinet and megaco plugins to compile
7942 again with gcc-4.1.2.
7943
7944
7945 ------------------------------------------------------------------------
7946 r21156 | sfisher | 2007-03-23 11:45:21 -0700 (Fri, 23 Mar 2007) | 10 lines
7947 Changed paths:
7948    M /trunk/epan/dissectors/packet-uma.c
7949    M /trunk/epan/dissectors/packet-windows-common.c
7950    M /trunk/epan/prefs.c
7951    M /trunk/gtk/gtkvumeter.c
7952
7953
7954 From Sebastien Tandel: 
7955
7956 (Fixing warnings)
7957
7958 stripped away some unused variables/parameters
7959 + in prefs.c
7960     suggestion of parentheses makes gcc happy
7961
7962
7963 ------------------------------------------------------------------------
7964 r21157 | sfisher | 2007-03-23 11:48:57 -0700 (Fri, 23 Mar 2007) | 10 lines
7965 Changed paths:
7966    M /trunk/epan/proto.h
7967
7968
7969 From Sebastien Tandel:
7970
7971 copy paste hit again, here is a patch with the accurate declaration of
7972 RVALS in proto.h
7973 Thx gcc-4.1.2 for finding new ways of generating strict aliasing warnings :)
7974
7975 patch with accurate comment and declaration.
7976
7977
7978 ------------------------------------------------------------------------
7979 r21158 | sfisher | 2007-03-23 15:49:23 -0700 (Fri, 23 Mar 2007) | 5 lines
7980 Changed paths:
7981    M /trunk/capture_sync.c
7982    M /trunk/epan/column-utils.c
7983    M /trunk/epan/dissectors/packet-dcerpc-samr.c
7984    M /trunk/epan/dissectors/packet-rsvp.c
7985    M /trunk/epan/expert.c
7986    M /trunk/file.c
7987    M /trunk/plugins/agentx/packet-agentx.c
7988    M /trunk/plugins/artnet/packet-artnet.c
7989    M /trunk/plugins/asn1/Makefile.am
7990    M /trunk/plugins/enttec/packet-enttec.c
7991    M /trunk/plugins/irda/packet-irda.c
7992    M /trunk/plugins/lwres/packet-lwres.c
7993    M /trunk/plugins/mate/mate_setup.c
7994    M /trunk/plugins/mgcp/packet-mgcp.c
7995    M /trunk/plugins/opsi/packet-opsi.c
7996    M /trunk/plugins/profinet/packet-dcom-cba.c
7997    M /trunk/plugins/sbus/packet-sbus.c
7998    M /trunk/plugins/stats_tree/pinfo_stats_tree.c
7999    M /trunk/print.c
8000    M /trunk/tap-stats_tree.c
8001    M /trunk/text2pcap.c
8002    M /trunk/wiretap/iseries.c
8003
8004
8005 Fix about 150 warnings new to gcc 4.0 in the error on warning directories.
8006 Comment out -Werror in plugins/asn1/ until warnings can be fixed.
8007
8008
8009 ------------------------------------------------------------------------
8010 r21159 | sfisher | 2007-03-23 16:47:41 -0700 (Fri, 23 Mar 2007) | 6 lines
8011 Changed paths:
8012    M /trunk/plugins/asn1/Makefile.am
8013    M /trunk/plugins/asn1/asn1.c
8014    M /trunk/plugins/asn1/packet-asn1.c
8015
8016
8017 From Sebastien Tandel:
8018
8019 fixes gcc warnings and get rid of declaration after statements
8020
8021
8022 ------------------------------------------------------------------------
8023 r21160 | sfisher | 2007-03-23 17:45:11 -0700 (Fri, 23 Mar 2007) | 4 lines
8024 Changed paths:
8025    M /trunk/epan/dissectors/packet-ssl-utils.h
8026    M /trunk/gtk/Makefile.am
8027    M /trunk/gtk/find_dlg.c
8028    M /trunk/gtk/follow_dlg.c
8029    M /trunk/gtk/graph_analysis.c
8030    M /trunk/gtk/io_stat.c
8031    M /trunk/gtk/proto_draw.c
8032    M /trunk/gtk/recent.c
8033    M /trunk/gtk/rtp_analysis.c
8034    M /trunk/gtk/stats_tree_stat.c
8035    M /trunk/gtk/voip_calls_dlg.c
8036    M /trunk/image/toolbar/capture_capture_16.xpm
8037    M /trunk/image/toolbar/capture_details_16.xpm
8038    M /trunk/image/toolbar/capture_prepare_16.xpm
8039
8040
8041 Remove all warnings under Unix for the gtk/ directory.
8042
8043
8044 ------------------------------------------------------------------------
8045 r21161 | sfisher | 2007-03-23 18:38:58 -0700 (Fri, 23 Mar 2007) | 9 lines
8046 Changed paths:
8047    M /trunk/epan/dissectors/packet-dtls.c
8048    M /trunk/epan/dissectors/packet-ssl-utils.h
8049    M /trunk/epan/dissectors/packet-ssl.c
8050
8051
8052 Fix mess with ssl_version_short_names[] being defined multiple places
8053 now that it is no longer a static variable in packet-ssl-utils.h.
8054 Leaving it as static caused a warning turned error that it was unused
8055 in the current file (packet-ssl-utils.h).  Resolution: Move the variable
8056 to packet-ssl.c and declare as extern in packet-dtls.c - the only other
8057 place that needs it.
8058
8059
8060 ------------------------------------------------------------------------
8061 r21162 | ulfl | 2007-03-23 19:45:45 -0700 (Fri, 23 Mar 2007) | 2 lines
8062 Changed paths:
8063    M /trunk/capture_wpcap_packet.c
8064    M /trunk/gtk/capture_if_details_dlg.c
8065
8066 as mentioned by Graham Bloice:
8067 sockaddr_storage doesn't depend on the MSVC version used, but the version of the Winsock API, which might be updated by the Platform SDK even on MSVC 6 - so depending on the _MSC_VER is not the way to go
8068 ------------------------------------------------------------------------
8069 r21163 | jake | 2007-03-24 00:05:39 -0700 (Sat, 24 Mar 2007) | 1 line
8070 Changed paths:
8071    M /trunk/epan/libwireshark.def
8072
8073 Make some more string conversions available to plugins
8074 ------------------------------------------------------------------------
8075 r21164 | sfisher | 2007-03-24 00:33:25 -0700 (Sat, 24 Mar 2007) | 6 lines
8076 Changed paths:
8077    M /trunk/epan/dissectors/packet-3g-a11.c
8078    M /trunk/epan/dissectors/packet-aim-buddylist.c
8079    M /trunk/epan/dissectors/packet-aim-chat.c
8080    M /trunk/epan/dissectors/packet-aim-messaging.c
8081    M /trunk/epan/dissectors/packet-aim-signon.c
8082    M /trunk/epan/dissectors/packet-aim.c
8083    M /trunk/epan/dissectors/packet-aim.h
8084    M /trunk/epan/dissectors/packet-ajp13.c
8085
8086
8087 From Sebastien Tandel:
8088
8089 Fixes for warnings
8090
8091
8092 ------------------------------------------------------------------------
8093 r21165 | morriss | 2007-03-24 03:07:20 -0700 (Sat, 24 Mar 2007) | 1 line
8094 Changed paths:
8095    M /trunk/epan/dissectors/packet-http.c
8096
8097 Fix bug 1452: Don't pass a null pointer to g_strsplit().
8098 ------------------------------------------------------------------------
8099 r21166 | morriss | 2007-03-24 06:21:08 -0700 (Sat, 24 Mar 2007) | 1 line
8100 Changed paths:
8101    M /trunk/epan/dissectors/packet-dtls.c
8102
8103 Add brackets to extern of ssl_version_short_names[] to fix compiler warnings.
8104 ------------------------------------------------------------------------
8105 r21167 | morriss | 2007-03-24 06:46:41 -0700 (Sat, 24 Mar 2007) | 1 line
8106 Changed paths:
8107    M /trunk/epan/dissectors/packet-giop.c
8108    M /trunk/epan/dissectors/packet-h248_annex_c.c
8109    M /trunk/epan/dissectors/packet-ieee80211.c
8110    M /trunk/epan/dissectors/packet-jxta.c
8111    M /trunk/epan/dissectors/packet-ncp.c
8112    M /trunk/epan/dissectors/packet-sccp.c
8113    M /trunk/epan/dissectors/packet-sip.c
8114    M /trunk/epan/dissectors/packet-smb2.c
8115
8116 Clean up some more warnings: unused variables, unitialized variables, wrong format (%ld instead of %d) in packet-sccp.c
8117 ------------------------------------------------------------------------
8118 r21168 | ulfl | 2007-03-24 11:26:34 -0700 (Sat, 24 Mar 2007) | 3 lines
8119 Changed paths:
8120    M /trunk/capture_wpcap_packet.c
8121    M /trunk/gtk/capture_if_details_dlg.c
8122
8123 hmmm, _WINSOCK2API_ is not the way to go, the PSDK that comes with MSVC 6.0 also defines this - but not sockaddr_storage :-(
8124
8125 Next try is to use the WINVER #define. AFAIK, this depends on the Platform SDK version used, which is actually our problem here. So this fix *might* work ...
8126 ------------------------------------------------------------------------
8127 r21169 | sahlberg | 2007-03-24 14:56:14 -0700 (Sat, 24 Mar 2007) | 3 lines
8128 Changed paths:
8129    M /trunk/epan/dissectors/packet-usb.c
8130
8131 fix a bug (found by compiler warning) where we initialize the wrong variable.
8132
8133
8134 ------------------------------------------------------------------------
8135 r21170 | ulfl | 2007-03-24 16:50:15 -0700 (Sat, 24 Mar 2007) | 2 lines
8136 Changed paths:
8137    M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
8138
8139 add a section about the buildbot
8140 some other minor editing
8141 ------------------------------------------------------------------------
8142 r21171 | ulfl | 2007-03-24 17:46:04 -0700 (Sat, 24 Mar 2007) | 1 line
8143 Changed paths:
8144    M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
8145
8146 edit some things about source code (update)
8147 ------------------------------------------------------------------------
8148 r21172 | ulfl | 2007-03-24 17:47:53 -0700 (Sat, 24 Mar 2007) | 1 line
8149 Changed paths:
8150    M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
8151
8152 fix validation
8153 ------------------------------------------------------------------------
8154 r21173 | sahlberg | 2007-03-24 22:20:56 -0700 (Sat, 24 Mar 2007) | 14 lines
8155 Changed paths:
8156    M /trunk/epan/dissectors/packet-usb.c
8157    M /trunk/epan/dissectors/packet-usb.h
8158
8159 unbreaking the usb dissector
8160
8161 since dlt189 was introduced   the dissector has been suboptimal
8162
8163
8164 assuming the capture   usb_memory_stick.pcap on the wiki shows what this linktype
8165 should look like, this patch
8166 - adds request in/response in/time  generated fields to the dissect pane
8167 - fixes the tracking of what is a request and what is a response (the old code just can not have worked!)
8168 - fixes conversation tracking to work (dont add the port/endpoint into the length of the address)
8169 - handles some mysterious extra 8 bytes prepended to a lot of different packets.
8170
8171
8172
8173 ------------------------------------------------------------------------
8174 r21174 | sahlberg | 2007-03-25 01:26:44 -0700 (Sun, 25 Mar 2007) | 5 lines
8175 Changed paths:
8176    M /trunk/AUTHORS
8177    M /trunk/epan/dissectors/Makefile.common
8178    A /trunk/epan/dissectors/packet-amqp.c
8179
8180 From Martin Sustrik
8181
8182 New protocol: AMQP
8183
8184
8185 ------------------------------------------------------------------------
8186 r21175 | sahlberg | 2007-03-25 01:49:47 -0700 (Sun, 25 Mar 2007) | 3 lines
8187 Changed paths:
8188    M /trunk/epan/dissectors/packet-amqp.c
8189
8190 Add a small example on how to prettify the AMQP dissector
8191
8192
8193 ------------------------------------------------------------------------
8194 r21176 | sahlberg | 2007-03-25 02:55:49 -0700 (Sun, 25 Mar 2007) | 3 lines
8195 Changed paths:
8196    M /trunk/epan/dissectors/packet-usb.c
8197    M /trunk/epan/dissectors/packet-usb.h
8198
8199 create a tap for usb   so that we can do conversation/host lists
8200
8201
8202 ------------------------------------------------------------------------
8203 r21177 | sahlberg | 2007-03-25 04:15:09 -0700 (Sun, 25 Mar 2007) | 6 lines
8204 Changed paths:
8205    M /trunk/epan/dissectors/packet-usb.c
8206    M /trunk/epan/dissectors/packet-usb.h
8207
8208 Change USB address structure back to 8 bytes in length.
8209
8210 It is suboptimal to have the endpoint both being the "port" and also 4 bytes out of the address.
8211 But it looks better to have addresses as <device>.<endpoint> .
8212
8213
8214 ------------------------------------------------------------------------
8215 r21178 | sahlberg | 2007-03-25 04:20:09 -0700 (Sun, 25 Mar 2007) | 3 lines
8216 Changed paths:
8217    M /trunk/epan/dissectors/packet-usb.c
8218
8219 take the address to the structure and not the address to the first element of the structure when doing a SET_ADDRESS
8220
8221
8222 ------------------------------------------------------------------------
8223 r21179 | sahlberg | 2007-03-25 04:27:29 -0700 (Sun, 25 Mar 2007) | 6 lines
8224 Changed paths:
8225    M /trunk/AUTHORS
8226    M /trunk/gtk/Makefile.common
8227    M /trunk/gtk/conversations_table.c
8228    A /trunk/gtk/conversations_usb.c
8229
8230 From Jon Smirl
8231
8232 support for USB conversations
8233
8234
8235
8236 ------------------------------------------------------------------------
8237 r21180 | sahlberg | 2007-03-25 04:37:13 -0700 (Sun, 25 Mar 2007) | 5 lines
8238 Changed paths:
8239    M /trunk/AUTHORS
8240    M /trunk/gtk/Makefile.common
8241    M /trunk/gtk/hostlist_table.c
8242    A /trunk/gtk/hostlist_usb.c
8243
8244 From Jon Smirl
8245
8246 support for usb host/endpoint lists
8247
8248
8249 ------------------------------------------------------------------------
8250 r21181 | ulfl | 2007-03-25 08:13:03 -0700 (Sun, 25 Mar 2007) | 2 lines
8251 Changed paths:
8252    M /trunk/epan/Makefile.nmake
8253    M /trunk/epan/column-utils.c
8254    M /trunk/epan/uat_load.l
8255
8256 remove remaining warnings in epan dir and set the "treat warning as error" barrier
8257 (epan/dissectors still waiting for a cleanup)
8258 ------------------------------------------------------------------------
8259 r21182 | ulfl | 2007-03-25 08:37:03 -0700 (Sun, 25 Mar 2007) | 1 line
8260 Changed paths:
8261    M /trunk/tools/tpg/Makefile.nmake
8262
8263 remove unused CFLAGS
8264 ------------------------------------------------------------------------
8265 r21183 | ulfl | 2007-03-25 08:39:06 -0700 (Sun, 25 Mar 2007) | 1 line
8266 Changed paths:
8267    M /trunk/tools/lemon/Makefile.nmake
8268
8269 set "treat warnings as errors" CFLAGS, no warning were in this dir :-)
8270 ------------------------------------------------------------------------
8271 r21184 | ulfl | 2007-03-25 10:07:36 -0700 (Sun, 25 Mar 2007) | 1 line
8272 Changed paths:
8273    M /trunk/plugins/mate/Makefile.nmake
8274
8275 all warnings removed in the meantime, "treat warnings as errors" :-)
8276 ------------------------------------------------------------------------
8277 r21185 | lego | 2007-03-25 12:00:59 -0700 (Sun, 25 Mar 2007) | 3 lines
8278 Changed paths:
8279    M /trunk/wiretap/mpeg.c
8280
8281 make the mpeg_open() more conservative checking whether there's ssome magic bytes at the beginning of the file.
8282
8283 I added just one type of mpeg magic ("ID3") there's probably more, please add.
8284 ------------------------------------------------------------------------
8285 r21186 | guy | 2007-03-25 14:07:24 -0700 (Sun, 25 Mar 2007) | 12 lines
8286 Changed paths:
8287    M /trunk/asn1/mpeg/packet-mpeg-audio-template.c
8288    M /trunk/epan/dissectors/packet-mpeg-audio.c
8289
8290 Before we've decided to dissect a frame, don't fetch any data before
8291 checking to make sure it's available.
8292
8293 Don't dissect an audio frame if it doesn't have a valid version or layer
8294 value.
8295
8296 Don't do anything with the columns until we've decided to accept a
8297 frame.
8298
8299 The register routines are only called once; we don't have to check
8300 whether they've already been called.
8301
8302 ------------------------------------------------------------------------
8303 r21187 | guy | 2007-03-25 14:10:10 -0700 (Sun, 25 Mar 2007) | 8 lines
8304 Changed paths:
8305    M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
8306    M /trunk/epan/dissectors/packet-mpeg-pes.c
8307
8308 Before accepting a packet in a heuristic dissector, don't fetch any data
8309 without first checking to make sure it's available.
8310
8311 Clear the Info column as soon as we've accepted a packet.
8312
8313 In the "MPEG" dissector, if no subdissector accepts the packet, dissect
8314 it as just "MPEG" data.
8315
8316 ------------------------------------------------------------------------
8317 r21188 | lego | 2007-03-25 14:39:40 -0700 (Sun, 25 Mar 2007) | 1 line
8318 Changed paths:
8319    M /trunk/asn1/h248/h248.cnf
8320    M /trunk/asn1/h248/packet-h248-template.c
8321    M /trunk/asn1/h248/packet-h248-template.h
8322
8323 Remove the context tracing from packet-h248.c ( migrated to <epan/gcp.c> )
8324 ------------------------------------------------------------------------
8325 r21189 | lego | 2007-03-25 14:42:26 -0700 (Sun, 25 Mar 2007) | 1 line
8326 Changed paths:
8327    M /trunk/epan/Makefile.common
8328    M /trunk/epan/dissectors/packet-h248.c
8329    M /trunk/epan/dissectors/packet-h248.h
8330    A /trunk/epan/gcp.c
8331    A /trunk/epan/gcp.h
8332
8333 Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the same code can be used by megaco (upcoming).
8334 ------------------------------------------------------------------------
8335 r21190 | lego | 2007-03-25 14:56:08 -0700 (Sun, 25 Mar 2007) | 1 line
8336 Changed paths:
8337    M /trunk/gtk/voip_calls.c
8338    M /trunk/gtk/voip_calls_dlg.c
8339
8340 rename h248_* to gcp_* according to changes in epan.
8341 ------------------------------------------------------------------------
8342 r21191 | lego | 2007-03-25 14:59:16 -0700 (Sun, 25 Mar 2007) | 1 line
8343 Changed paths:
8344    M /trunk/asn1/h248/Makefile
8345    M /trunk/asn1/ranap/packet-ranap-template.c
8346    M /trunk/asn1/ranap/ranap.cnf
8347    M /trunk/asn1/snmp/Makefile
8348    M /trunk/epan/dissectors/Makefile.common
8349    A /trunk/epan/dissectors/packet-megaco.c (from /trunk/plugins/megaco/packet-megaco.c:21180)
8350    M /trunk/plugins/Makefile.am
8351    M /trunk/plugins/Makefile.nmake
8352    D /trunk/plugins/megaco/packet-megaco.c
8353
8354 migrate packet-megaco.c from plugins/megaco to epan/dissectors
8355 ------------------------------------------------------------------------
8356 r21192 | guy | 2007-03-25 15:07:40 -0700 (Sun, 25 Mar 2007) | 15 lines
8357 Changed paths:
8358    M /trunk/wiretap/mpeg.c
8359    M /trunk/wiretap/wtap-int.h
8360
8361 All private data for a capture in a Wiretap module must be per-file, not
8362 static to the module.
8363
8364 Add the older(?) ID tag for MPEG audio.
8365
8366 Just use the ID at the beginning to identify MPEG audio files; don't
8367 check the file any further.
8368
8369 If the read of the magic number doesn't work, get the error, and, if
8370 there is no error (i.e., it's a short read), just return 0 (meaning "no
8371 error, but this isn't that type of file).
8372
8373 Similarly, if the magic number doesn't match, just return 0, so other
8374 types of file are tried.
8375
8376 ------------------------------------------------------------------------
8377 r21193 | sahlberg | 2007-03-25 15:53:35 -0700 (Sun, 25 Mar 2007) | 8 lines
8378 Changed paths:
8379    M /trunk/epan/dissectors/packet-usb-masstorage.c
8380    M /trunk/epan/dissectors/packet-usb.c
8381    M /trunk/epan/dissectors/packet-usb.h
8382
8383 From Jon Smirl
8384
8385 change the private data pointer name from  masstorage to class_data
8386 since there will be future class specific dissectors that will also want to hang
8387 some extra data off these structures
8388
8389
8390
8391 ------------------------------------------------------------------------
8392 r21194 | sahlberg | 2007-03-25 16:51:40 -0700 (Sun, 25 Mar 2007) | 5 lines
8393 Changed paths:
8394    M /trunk/epan/dissectors/packet-usb.c
8395    M /trunk/epan/dissectors/packet-usb.h
8396
8397 From a Jon Smirl patch 
8398
8399 rename the conversation field "class" to "interfaceClass"
8400
8401
8402 ------------------------------------------------------------------------
8403 r21195 | morriss | 2007-03-25 17:32:13 -0700 (Sun, 25 Mar 2007) | 1 line
8404 Changed paths:
8405    M /trunk/configure.in
8406
8407 If we're using gcc, try to use -Wdeclaration-after-statement to catch more non-portable commits.  I'm not sure if this is the Right Way to test to see if the compiler can handle a specific option but it's simple and efficient enough.
8408 ------------------------------------------------------------------------
8409 r21196 | sahlberg | 2007-03-25 18:34:06 -0700 (Sun, 25 Mar 2007) | 7 lines
8410 Changed paths:
8411    M /trunk/epan/dissectors/packet-amqp.c
8412
8413 From 
8414 Martin Sustrik
8415
8416 additions to AMQP dissector and prettifications to the information column
8417
8418
8419
8420 ------------------------------------------------------------------------
8421 r21197 | sahlberg | 2007-03-25 18:41:50 -0700 (Sun, 25 Mar 2007) | 15 lines
8422 Changed paths:
8423    M /trunk/epan/dissectors/packet-usb.c
8424
8425 From 
8426 Charles Lepple
8427
8428
8429 This patch enables packet-usb.c to display all descriptors in the GET
8430 CONFIGURATION request, regardless of whether we know how to decode
8431 them. (All descriptors in that request share the same first two
8432 bytes.)
8433
8434 It also adds the HID descriptor type (not the report descriptor,
8435 though - that is buried in a class request, not a device request). I
8436 am still working on actually decoding this descriptor.
8437
8438
8439
8440 ------------------------------------------------------------------------
8441 r21198 | morriss | 2007-03-25 18:56:51 -0700 (Sun, 25 Mar 2007) | 1 line
8442 Changed paths:
8443    M /trunk/Makefile.am
8444    M /trunk/Makefile.nmake
8445
8446 Remove references to the megaco plugin from the top level Makefiles.
8447 ------------------------------------------------------------------------
8448 r21199 | sahlberg | 2007-03-25 18:59:02 -0700 (Sun, 25 Mar 2007) | 5 lines
8449 Changed paths:
8450    M /trunk/epan/dissectors/packet-usb.c
8451
8452 From Jon Smirl
8453
8454 add a whole bunch of new descriptor types
8455
8456
8457 ------------------------------------------------------------------------
8458 r21200 | morriss | 2007-03-25 19:05:54 -0700 (Sun, 25 Mar 2007) | 1 line
8459 Changed paths:
8460    M /trunk/wiretap/configure.in
8461
8462 Also try to set -Wdeclaration-after-statement in wiretap
8463 ------------------------------------------------------------------------
8464 r21201 | morriss | 2007-03-25 20:59:09 -0700 (Sun, 25 Mar 2007) | 1 line
8465 Changed paths:
8466    M /trunk/epan/crypt/crypt-md5.c
8467
8468 Don't #define bzero and bcopy to be memset and memcpy on Windows, just use memset and memcpy instead.
8469 ------------------------------------------------------------------------
8470 r21202 | morriss | 2007-03-25 21:02:05 -0700 (Sun, 25 Mar 2007) | 1 line
8471 Changed paths:
8472    M /trunk/packaging/nsis/Makefile.nmake
8473    M /trunk/packaging/nsis/wireshark.nsi
8474
8475 Remove references to the megaco plugin from the Windows packaging stuff.
8476 ------------------------------------------------------------------------
8477 r21203 | morriss | 2007-03-25 23:04:17 -0700 (Sun, 25 Mar 2007) | 1 line
8478 Changed paths:
8479    M /trunk/packaging/u3/win32/makefile.nmake
8480
8481 Remove references to the megaco plugin from the Windows U3 packaging stuff (hopefully this is the last onegrep megaco *).
8482 ------------------------------------------------------------------------
8483 r21204 | sfisher | 2007-03-25 23:10:52 -0700 (Sun, 25 Mar 2007) | 5 lines
8484 Changed paths:
8485    M /trunk/epan/Makefile.am
8486    M /trunk/epan/addr_resolv.c
8487    M /trunk/epan/filesystem.c
8488    M /trunk/epan/follow.c
8489    M /trunk/epan/proto.c
8490    M /trunk/epan/reassemble.c
8491    M /trunk/epan/req_resp_hdrs.c
8492    M /trunk/epan/sigcomp-udvm.c
8493    M /trunk/epan/sigcomp_state_hdlr.c
8494    M /trunk/epan/stats_tree.c
8495    M /trunk/epan/tvbparse.c
8496    M /trunk/plugins/mate/Makefile.am
8497    M /trunk/plugins/mate/mate_setup.c
8498    M /trunk/plugins/mate/mate_util.c
8499    M /trunk/tools/lemon/Makefile.am
8500
8501
8502 Fix a bunch more warnings.  Add -Werror when using --with-warnings-as-errors
8503 under gcc to tools/lemon, plugins/mate and epan/
8504
8505
8506 ------------------------------------------------------------------------
8507 r21205 | sahlberg | 2007-03-25 23:52:04 -0700 (Sun, 25 Mar 2007) | 6 lines
8508 Changed paths:
8509    M /trunk/configure.in
8510
8511 older versions of gcc do not check -W parameters when only running the preprocessor.
8512
8513 change the test for whether -Wdeclaration-after-statement so that it also works for ancient gcc
8514
8515
8516
8517 ------------------------------------------------------------------------
8518 r21206 | sahlberg | 2007-03-25 23:58:22 -0700 (Sun, 25 Mar 2007) | 6 lines
8519 Changed paths:
8520    M /trunk/wiretap/configure.in
8521
8522 make the test for -Wdeclaration-after-statement  gcc 2.96 friendly.
8523
8524 and once again the mighty wireshark compiles on rh71
8525
8526
8527
8528 ------------------------------------------------------------------------
8529 r21207 | sahlberg | 2007-03-26 00:58:17 -0700 (Mon, 26 Mar 2007) | 7 lines
8530 Changed paths:
8531    M /trunk/epan/dissectors/packet-usb.c
8532
8533 from Jon Smirl
8534
8535 add defines for data direction (which direction in/out is data being transferred for this particylar request/response pair)
8536 and a mask for which bits of the byte contains the type.
8537
8538
8539
8540 ------------------------------------------------------------------------
8541 r21208 | morriss | 2007-03-26 01:31:23 -0700 (Mon, 26 Mar 2007) | 1 line
8542 Changed paths:
8543    M /trunk/configure.in
8544    M /trunk/wiretap/configure.in
8545
8546 Change the test for -Wdeclaration-after-statement slightly to make it work for me.  Also redirect its stderr to /dev/null to avoid worrying users
8547 ------------------------------------------------------------------------
8548 r21209 | morriss | 2007-03-26 03:26:16 -0700 (Mon, 26 Mar 2007) | 1 line
8549 Changed paths:
8550    M /trunk/configure.in
8551
8552 Fix distcheck by removing the reference to the megaco plugin
8553 ------------------------------------------------------------------------
8554 r21210 | sahlberg | 2007-03-26 04:06:26 -0700 (Mon, 26 Mar 2007) | 4 lines
8555 Changed paths:
8556    M /trunk/epan/dissectors/packet-alcap.c
8557    M /trunk/epan/dissectors/packet-ansi_637.c
8558    M /trunk/epan/dissectors/packet-ansi_a.c
8559    M /trunk/epan/dissectors/packet-atalk.c
8560    M /trunk/epan/dissectors/packet-beep.c
8561    M /trunk/epan/dissectors/packet-ber.c
8562    M /trunk/epan/dissectors/packet-bootp.c
8563    M /trunk/epan/dissectors/packet-bpdu.c
8564    M /trunk/epan/dissectors/packet-bthci_acl.c
8565    M /trunk/epan/dissectors/packet-btsdp.c
8566    M /trunk/epan/dissectors/packet-cops.c
8567    M /trunk/epan/dissectors/packet-cups.c
8568    M /trunk/epan/dissectors/packet-ssh.c
8569    M /trunk/epan/dissectors/packet-synergy.c
8570    M /trunk/epan/dissectors/packet-t38.c
8571    M /trunk/epan/dissectors/packet-tacacs.c
8572    M /trunk/epan/dissectors/packet-tali.c
8573    M /trunk/epan/dissectors/packet-tcp.c
8574    M /trunk/epan/dissectors/packet-tds.c
8575    M /trunk/epan/dissectors/packet-telnet.c
8576    M /trunk/epan/dissectors/packet-ucp.c
8577    M /trunk/epan/dissectors/packet-uma.c
8578    M /trunk/epan/dissectors/packet-vtp.c
8579    M /trunk/epan/dissectors/packet-wbxml.c
8580    M /trunk/epan/dissectors/packet-who.c
8581    M /trunk/epan/dissectors/packet-x11.c
8582    M /trunk/epan/dissectors/packet-x25.c
8583    M /trunk/epan/dissectors/packet-xdmcp.c
8584    M /trunk/epan/dissectors/packet-xml.c
8585    M /trunk/epan/dissectors/packet-yhoo.c
8586
8587 From Sebastien Tandel 
8588
8589 fixes for various compiler warnings
8590
8591 ------------------------------------------------------------------------
8592 r21211 | sfisher | 2007-03-26 13:17:05 -0700 (Mon, 26 Mar 2007) | 11 lines
8593 Changed paths:
8594    M /trunk/doc/tshark.pod
8595    M /trunk/epan/emem.h
8596    M /trunk/print.c
8597    M /trunk/print.h
8598    M /trunk/tshark.c
8599
8600
8601 From Doug Pratley:
8602
8603 The purpose of the patch is to provide a new output format (so it is
8604 independent of -V): single line record per-packet with the fields chosen by the
8605 user, with configuration options to control separator, quoting and whether a
8606 header line is printed. It also extends some existing options behaviour (-c and
8607 -a:filesize) so that they affect reading a file as well as writing one, so that
8608 only the first <n> packets or bytes are read).
8609
8610
8611 ------------------------------------------------------------------------
8612 r21212 | lego | 2007-03-26 14:10:58 -0700 (Mon, 26 Mar 2007) | 2 lines
8613 Changed paths:
8614    M /trunk/epan/dissectors/packet-megaco.c
8615
8616 add context tracing and tap to packet-megaco.c
8617 (have to fix the matching of wildcarded terminations as it doesn't work as it should)
8618 ------------------------------------------------------------------------
8619 r21213 | lego | 2007-03-26 14:12:24 -0700 (Mon, 26 Mar 2007) | 1 line
8620 Changed paths:
8621    M /trunk/gtk/voip_calls.c
8622    M /trunk/gtk/voip_calls.h
8623
8624 add Megaco to the "VoIP Calls" tap
8625 ------------------------------------------------------------------------
8626 r21214 | sfisher | 2007-03-26 14:16:21 -0700 (Mon, 26 Mar 2007) | 6 lines
8627 Changed paths:
8628    M /trunk/epan/dissectors/packet-afp.c
8629    M /trunk/epan/dissectors/packet-p_mul.c
8630    M /trunk/epan/dissectors/packet-scsi.c
8631    M /trunk/epan/dissectors/packet-smb.h
8632
8633
8634 From Peter Johansson:
8635
8636 Fix warnings
8637
8638
8639 ------------------------------------------------------------------------
8640 r21215 | lego | 2007-03-26 14:16:31 -0700 (Mon, 26 Mar 2007) | 1 line
8641 Changed paths:
8642    D /trunk/plugins/megaco
8643
8644 trash the empty container of the megaco plugin
8645 ------------------------------------------------------------------------
8646 r21216 | sahlberg | 2007-03-26 15:47:19 -0700 (Mon, 26 Mar 2007) | 2 lines
8647 Changed paths:
8648    M /trunk/epan/gcp.h
8649
8650 add a missing constant to make the megaco dissector compile
8651
8652 ------------------------------------------------------------------------
8653 r21217 | lego | 2007-03-26 16:06:38 -0700 (Mon, 26 Mar 2007) | 1 line
8654 Changed paths:
8655    M /trunk/epan/gcp.c
8656    M /trunk/epan/gcp.h
8657
8658 the forgotten files from the last checkin
8659 ------------------------------------------------------------------------
8660 r21218 | lego | 2007-03-26 16:11:15 -0700 (Mon, 26 Mar 2007) | 2 lines
8661 Changed paths:
8662    M /trunk/epan/gcp.h
8663
8664 remove a duplicate declaration
8665 it looks like svn's merge is not that intelligent... or may be its me?
8666 ------------------------------------------------------------------------
8667 r21219 | sahlberg | 2007-03-26 16:16:53 -0700 (Mon, 26 Mar 2007) | 6 lines
8668 Changed paths:
8669    M /trunk/tshark.c
8670
8671 The signature for load_cap_file changed in 21211
8672
8673 Update also the code path for when not compiling with pcap  so that code path also
8674 uses the new signature.
8675
8676
8677 ------------------------------------------------------------------------
8678 r21220 | ulfl | 2007-03-26 17:19:15 -0700 (Mon, 26 Mar 2007) | 1 line
8679 Changed paths:
8680    M /trunk/plugins/Makefile.nmake
8681
8682 the megaco plugin no longer exists, remove remaining traces ...
8683 ------------------------------------------------------------------------
8684 r21221 | ulfl | 2007-03-26 19:14:56 -0700 (Mon, 26 Mar 2007) | 1 line
8685 Changed paths:
8686    M /trunk/epan/dissectors/Makefile.nmake
8687    M /trunk/epan/dissectors/packet-dcerpc-dfs.c
8688    M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
8689    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
8690    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
8691    M /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
8692    M /trunk/epan/dissectors/packet-megaco.c
8693    M /trunk/epan/dissectors/packet-rrlp.c
8694    M /trunk/epan/dissectors/packet-user_encap.c
8695
8696 fix the remaining MSVC warnings by setting individual #pragma(warning:disable) settings - this is very certainly not the way to go, but the way to prevent additional warnings rushing in ...
8697 ------------------------------------------------------------------------
8698 r21222 | ulfl | 2007-03-26 19:47:09 -0700 (Mon, 26 Mar 2007) | 1 line
8699 Changed paths:
8700    M /trunk/plugins/giop/Makefile.nmake
8701    M /trunk/plugins/giop/packet-cosnaming.c
8702
8703 set "WX" and "#pragma warning(disable:4101)"
8704 ------------------------------------------------------------------------
8705 r21223 | ulfl | 2007-03-26 19:47:54 -0700 (Mon, 26 Mar 2007) | 1 line
8706 Changed paths:
8707    M /trunk/asn1/rrlp/packet-rrlp-template.c
8708
8709 add "#pragma warning(disable:4146)"
8710 ------------------------------------------------------------------------
8711 r21224 | kukosa | 2007-03-27 01:40:46 -0700 (Tue, 27 Mar 2007) | 1 line
8712 Changed paths:
8713    M /trunk/asn1/h235/Makefile
8714
8715 add missing H235-SRTP.asn into Linux/Unix makefile
8716 ------------------------------------------------------------------------
8717 r21225 | kukosa | 2007-03-27 02:01:29 -0700 (Tue, 27 Mar 2007) | 1 line
8718 Changed paths:
8719    M /trunk/tools/lex.py
8720    M /trunk/tools/yacc.py
8721
8722 Ply updated to v2.3
8723 ------------------------------------------------------------------------
8724 r21226 | morriss | 2007-03-27 03:15:28 -0700 (Tue, 27 Mar 2007) | 1 line
8725 Changed paths:
8726    M /trunk/epan/dissectors/packet-syslog.c
8727
8728 Include ws_strsplit.h to override glib 1.2's (buggy) g_strsplit() as per rev 20804
8729 ------------------------------------------------------------------------
8730 r21227 | ulfl | 2007-03-27 13:57:58 -0700 (Tue, 27 Mar 2007) | 1 line
8731 Changed paths:
8732    M /trunk/plugins/giop/packet-coseventcomm.c
8733    M /trunk/plugins/giop/packet-parlay.c
8734    M /trunk/plugins/giop/packet-tango.c
8735
8736 add missing #pragma warning disable (now using _MSC_VER)
8737 ------------------------------------------------------------------------
8738 r21228 | ulfl | 2007-03-27 14:09:34 -0700 (Tue, 27 Mar 2007) | 2 lines
8739 Changed paths:
8740    M /trunk/asn1/rrlp/packet-rrlp-template.c
8741    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
8742    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
8743    M /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
8744    M /trunk/epan/dissectors/packet-megaco.c
8745    M /trunk/epan/dissectors/packet-rrlp.c
8746    M /trunk/epan/dissectors/packet-user_encap.c
8747
8748 as Gisle Vanem noted that MingW doesn't "like" the #pragmas:
8749 change #ifdef _WIN32 -> #ifdef _MSC_VER around pragma warnings
8750 ------------------------------------------------------------------------
8751 r21229 | etxrab | 2007-03-27 14:10:35 -0700 (Tue, 27 Mar 2007) | 1 line
8752 Changed paths:
8753    M /trunk/epan/dissectors/packet-h263.c
8754
8755 Common handling of picture layer.
8756 ------------------------------------------------------------------------
8757 r21230 | ulfl | 2007-03-27 14:20:19 -0700 (Tue, 27 Mar 2007) | 2 lines
8758 Changed paths:
8759    M /trunk/epan/dissectors/packet-ipmi.c
8760    M /trunk/epan/dissectors/packet-ospf.c
8761    M /trunk/epan/dissectors/packet-scsi.c
8762    M /trunk/epan/dissectors/packet-smb.c
8763
8764 from Peter Johansson:
8765 compilation warnings fixed
8766 ------------------------------------------------------------------------
8767 r21231 | ulfl | 2007-03-27 14:32:14 -0700 (Tue, 27 Mar 2007) | 2 lines
8768 Changed paths:
8769    M /trunk/capture_wpcap_packet.c
8770    M /trunk/gtk/capture_if_details_dlg.c
8771
8772 from Gisle Vanem:
8773 add " && defined(_MSC_VER)", as MingW doesn't need it
8774 ------------------------------------------------------------------------
8775 r21232 | lego | 2007-03-27 15:41:28 -0700 (Tue, 27 Mar 2007) | 3 lines
8776 Changed paths:
8777    M /trunk/epan/dissectors/packet-sctp.c
8778
8779 Have retransmissions added only once per retransmitted packet.
8780
8781
8782 ------------------------------------------------------------------------
8783 r21233 | sfisher | 2007-03-27 15:50:11 -0700 (Tue, 27 Mar 2007) | 4 lines
8784 Changed paths:
8785    M /trunk/epan/dissectors/packet-afp.c
8786    M /trunk/epan/dissectors/packet-bittorrent.c
8787    M /trunk/epan/dissectors/packet-cops.c
8788    M /trunk/epan/dissectors/packet-dcm.c
8789    M /trunk/epan/dissectors/packet-dcom.c
8790    M /trunk/epan/dissectors/packet-dhcp-failover.c
8791    M /trunk/epan/dissectors/packet-dhcpv6.c
8792    M /trunk/epan/dissectors/packet-diameter.c
8793    M /trunk/epan/dissectors/packet-distcc.c
8794    M /trunk/epan/dissectors/packet-dns.c
8795    M /trunk/epan/dissectors/packet-dsi.c
8796    M /trunk/epan/dissectors/packet-edonkey.c
8797    M /trunk/epan/dissectors/packet-extreme.c
8798    M /trunk/epan/dissectors/packet-fcdns.c
8799    M /trunk/epan/dissectors/packet-fcswils.c
8800    M /trunk/epan/dissectors/packet-fix.c
8801    M /trunk/epan/dissectors/packet-frame.c
8802    M /trunk/epan/dissectors/packet-ftp.c
8803    M /trunk/epan/dissectors/packet-fw1.c
8804    M /trunk/epan/dissectors/packet-gssapi.c
8805    M /trunk/epan/dissectors/packet-gtp.c
8806    M /trunk/epan/dissectors/packet-hsrp.c
8807    M /trunk/epan/dissectors/packet-iax2.c
8808    M /trunk/epan/dissectors/packet-icep.c
8809    M /trunk/epan/dissectors/packet-igap.c
8810    M /trunk/epan/dissectors/packet-image-gif.c
8811    M /trunk/epan/dissectors/packet-image-jfif.c
8812    M /trunk/epan/dissectors/packet-ipdc.c
8813    M /trunk/epan/dissectors/packet-ipp.c
8814    M /trunk/epan/dissectors/packet-iscsi.c
8815    M /trunk/epan/dissectors/packet-jxta.c
8816
8817
8818 Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors 
8819
8820
8821 ------------------------------------------------------------------------
8822 r21234 | lego | 2007-03-27 15:56:07 -0700 (Tue, 27 Mar 2007) | 8 lines
8823 Changed paths:
8824    M /trunk/asn1/h248/packet-h248-template.c
8825    M /trunk/epan/dissectors/packet-h248.c
8826    M /trunk/epan/dissectors/packet-megaco.c
8827
8828 megaco
8829 - replace #pragma for #include
8830 - move register function and remove prototype
8831
8832 h248
8833 - have dissector being called through megaco instead of registering to the same sctp.ppi
8834
8835
8836 ------------------------------------------------------------------------
8837 r21235 | lego | 2007-03-27 16:00:55 -0700 (Tue, 27 Mar 2007) | 5 lines
8838 Changed paths:
8839    M /trunk/asn1/ranap/packet-ranap-template.c
8840    M /trunk/asn1/ranap/ranap.cnf
8841    M /trunk/epan/dissectors/packet-bssap.c
8842    M /trunk/epan/dissectors/packet-gsm_a.c
8843    M /trunk/epan/dissectors/packet-ranap.c
8844    M /trunk/epan/dissectors/packet-ranap.h
8845    M /trunk/epan/dissectors/packet-sccp.c
8846    M /trunk/epan/dissectors/packet-sccp.h
8847    M /trunk/epan/dissectors/packet-sua.c
8848    M /trunk/gtk/voip_calls.c
8849
8850 Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP/CAMEL)
8851
8852 - Fix SUA calls (I would need some more traces to test this)
8853
8854
8855 ------------------------------------------------------------------------
8856 r21236 | lego | 2007-03-27 16:06:24 -0700 (Tue, 27 Mar 2007) | 3 lines
8857 Changed paths:
8858    M /trunk/epan/dissectors/packet-sua.c
8859
8860 remove debugging printouts.
8861
8862
8863 ------------------------------------------------------------------------
8864 r21237 | sfisher | 2007-03-27 16:14:13 -0700 (Tue, 27 Mar 2007) | 4 lines
8865 Changed paths:
8866    M /trunk/epan/dissectors/packet-kerberos.c
8867    M /trunk/epan/dissectors/packet-kismet.c
8868    M /trunk/epan/dissectors/packet-mmse.c
8869    M /trunk/epan/dissectors/packet-mount.c
8870    M /trunk/epan/dissectors/packet-msrp.c
8871
8872
8873 Fix some more warnings under gcc 4.0
8874
8875
8876 ------------------------------------------------------------------------
8877 r21238 | sfisher | 2007-03-27 16:33:59 -0700 (Tue, 27 Mar 2007) | 1 line
8878 Changed paths:
8879    M /trunk/epan/dissectors/packet-bittorrent.c
8880    M /trunk/epan/dissectors/packet-ndmp.c
8881
8882 Fix a warning in packet-bittorrent.c I didn't fix right the first time and try to get the Win32 buildbot going again in packet-ndmp.c.
8883 ------------------------------------------------------------------------
8884 r21239 | jmayer | 2007-03-27 20:55:27 -0700 (Tue, 27 Mar 2007) | 1 line
8885 Changed paths:
8886    M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
8887    M /trunk/epan/dissectors/packet-h263.c
8888    M /trunk/epan/dissectors/packet-mpeg-pes.c
8889
8890 warning fixes
8891 ------------------------------------------------------------------------
8892 r21240 | ulfl | 2007-03-27 20:56:24 -0700 (Tue, 27 Mar 2007) | 1 line
8893 Changed paths:
8894    M /trunk/airpcap.h
8895    M /trunk/epan/dissectors/packet-dcerpc-dfs.c
8896    M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
8897    M /trunk/plugins/giop/packet-cosnaming.c
8898
8899 from Gisle Vanem: some more #pragma's that MingW don't like
8900 ------------------------------------------------------------------------
8901 r21241 | jmayer | 2007-03-27 21:28:02 -0700 (Tue, 27 Mar 2007) | 1 line
8902 Changed paths:
8903    M /trunk/asn1/ldap
8904    M /trunk/asn1/mpeg
8905
8906 Add svn:ignore
8907 ------------------------------------------------------------------------
8908 r21242 | jmayer | 2007-03-27 21:29:00 -0700 (Tue, 27 Mar 2007) | 1 line
8909 Changed paths:
8910    M /trunk/print.h
8911
8912 Warning fix
8913 ------------------------------------------------------------------------
8914 r21243 | jmayer | 2007-03-28 00:03:26 -0700 (Wed, 28 Mar 2007) | 5 lines
8915 Changed paths:
8916    M /trunk/epan/dissectors/packet-tapa.c
8917
8918 Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1437
8919
8920 It is sufficient to make tapa discovery packets a new style dissector,
8921 don't handle them via an additional heuristic dissector.
8922
8923 ------------------------------------------------------------------------
8924 r21244 | sfisher | 2007-03-28 00:06:39 -0700 (Wed, 28 Mar 2007) | 5 lines
8925 Changed paths:
8926    M /trunk/epan/dissectors/packet-bittorrent.c
8927    M /trunk/epan/dissectors/packet-iuup.c
8928    M /trunk/epan/dissectors/packet-smb.c
8929    M /trunk/epan/dissectors/packet-smb2.c
8930    M /trunk/epan/dissectors/packet-smtp.c
8931    M /trunk/epan/dissectors/packet-sna.c
8932    M /trunk/epan/dissectors/packet-wsp.c
8933    M /trunk/epan/dissectors/packet-ymsg.c
8934
8935
8936 Fix a bunch of warnings, add svn:keywords Id and svn:eol-style native
8937 to packet-iuup.c.
8938  
8939
8940 ------------------------------------------------------------------------
8941 r21245 | grahamb | 2007-03-28 02:03:14 -0700 (Wed, 28 Mar 2007) | 1 line
8942 Changed paths:
8943    M /trunk/epan/dissectors/packet-dmp.c
8944
8945 Fixed warnings on MS VC 6.0
8946 ------------------------------------------------------------------------
8947 r21246 | jmayer | 2007-03-28 04:31:34 -0700 (Wed, 28 Mar 2007) | 3 lines
8948 Changed paths:
8949    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
8950
8951 Fix a white space 
8952 Add link to nmake documentation.
8953
8954 ------------------------------------------------------------------------
8955 r21247 | sfisher | 2007-03-28 09:21:48 -0700 (Wed, 28 Mar 2007) | 6 lines
8956 Changed paths:
8957    M /trunk/epan/dissectors/packet-amqp.c
8958
8959
8960 From Sebastien Tandel:
8961
8962 Remove svn:executable on packet-amqp.c
8963
8964
8965 ------------------------------------------------------------------------
8966 r21248 | grahamb | 2007-03-28 09:31:25 -0700 (Wed, 28 Mar 2007) | 1 line
8967 Changed paths:
8968    M /trunk/plugins/giop/Makefile.nmake
8969
8970 Removed /Wx from CFLAGS to allow buildbot to proceed
8971 ------------------------------------------------------------------------
8972 r21249 | grahamb | 2007-03-28 09:32:47 -0700 (Wed, 28 Mar 2007) | 1 line
8973 Changed paths:
8974    M /trunk/epan/Makefile.nmake
8975    M /trunk/packaging/u3/win32/makefile.nmake
8976
8977 Improved cleanup of build artifacts
8978 ------------------------------------------------------------------------
8979 r21250 | lego | 2007-03-28 12:30:24 -0700 (Wed, 28 Mar 2007) | 3 lines
8980 Changed paths:
8981    M /trunk/epan/dissectors/packet-h248_annex_c.c
8982
8983 USM can be any length not just 3
8984
8985
8986 ------------------------------------------------------------------------
8987 r21251 | lego | 2007-03-28 12:31:54 -0700 (Wed, 28 Mar 2007) | 4 lines
8988 Changed paths:
8989    M /trunk/gtk/voip_calls.c
8990
8991 do not avoid redrawing the tap
8992 make sure we do not pass a null pointer to add_to_graph()
8993
8994
8995 ------------------------------------------------------------------------
8996 r21252 | lego | 2007-03-28 12:34:35 -0700 (Wed, 28 Mar 2007) | 3 lines
8997 Changed paths:
8998    M /trunk/epan/gcp.c
8999
9000 do not pass a null string to proto_item_append_text()
9001
9002
9003 ------------------------------------------------------------------------
9004 r21253 | sfisher | 2007-03-28 14:55:11 -0700 (Wed, 28 Mar 2007) | 5 lines
9005 Changed paths:
9006    M /trunk/capture_sync.c
9007    M /trunk/configure.in
9008    M /trunk/epan/addr_resolv.c
9009    M /trunk/epan/column-utils.c
9010    M /trunk/epan/dissectors/packet-3g-a11.c
9011    M /trunk/epan/dissectors/packet-afp.c
9012    M /trunk/epan/dissectors/packet-ajp13.c
9013    M /trunk/epan/dissectors/packet-bittorrent.c
9014    M /trunk/epan/dissectors/packet-cops.c
9015    M /trunk/epan/dissectors/packet-dcm.c
9016    M /trunk/epan/dissectors/packet-dcom.c
9017    M /trunk/epan/dissectors/packet-dhcp-failover.c
9018    M /trunk/epan/dissectors/packet-dhcpv6.c
9019    M /trunk/epan/dissectors/packet-diameter.c
9020    M /trunk/epan/dissectors/packet-distcc.c
9021    M /trunk/epan/dissectors/packet-dns.c
9022    M /trunk/epan/dissectors/packet-dsi.c
9023    M /trunk/epan/dissectors/packet-edonkey.c
9024    M /trunk/epan/dissectors/packet-extreme.c
9025    M /trunk/epan/dissectors/packet-fcdns.c
9026    M /trunk/epan/dissectors/packet-fcswils.c
9027    M /trunk/epan/dissectors/packet-fix.c
9028    M /trunk/epan/dissectors/packet-ftp.c
9029    M /trunk/epan/dissectors/packet-fw1.c
9030    M /trunk/epan/dissectors/packet-gtp.c
9031    M /trunk/epan/dissectors/packet-hsrp.c
9032    M /trunk/epan/dissectors/packet-iax2.c
9033    M /trunk/epan/dissectors/packet-icep.c
9034    M /trunk/epan/dissectors/packet-igap.c
9035    M /trunk/epan/dissectors/packet-image-gif.c
9036    M /trunk/epan/dissectors/packet-image-jfif.c
9037    M /trunk/epan/dissectors/packet-ipdc.c
9038    M /trunk/epan/dissectors/packet-ipp.c
9039    M /trunk/epan/dissectors/packet-iscsi.c
9040    M /trunk/epan/dissectors/packet-jxta.c
9041    M /trunk/epan/dissectors/packet-kismet.c
9042    M /trunk/epan/dissectors/packet-megaco.c
9043    M /trunk/epan/dissectors/packet-mmse.c
9044    M /trunk/epan/dissectors/packet-mount.c
9045    M /trunk/epan/dissectors/packet-msrp.c
9046    M /trunk/epan/dissectors/packet-rsvp.c
9047    M /trunk/epan/dissectors/packet-smb.c
9048    M /trunk/epan/dissectors/packet-smb2.c
9049    M /trunk/epan/dissectors/packet-smtp.c
9050    M /trunk/epan/dissectors/packet-sna.c
9051    M /trunk/epan/dissectors/packet-wsp.c
9052    M /trunk/epan/dissectors/packet-ymsg.c
9053    M /trunk/epan/proto.c
9054    M /trunk/epan/req_resp_hdrs.c
9055    M /trunk/epan/sigcomp-udvm.c
9056    M /trunk/epan/sigcomp_state_hdlr.c
9057    M /trunk/epan/stats_tree.c
9058    M /trunk/epan/tvbparse.c
9059    M /trunk/file.c
9060    M /trunk/gtk/find_dlg.c
9061    M /trunk/gtk/follow_dlg.c
9062    M /trunk/gtk/proto_draw.c
9063    M /trunk/gtk/recent.c
9064    M /trunk/gtk/stats_tree_stat.c
9065    M /trunk/plugins/agentx/packet-agentx.c
9066    M /trunk/plugins/asn1/packet-asn1.c
9067    M /trunk/plugins/irda/packet-irda.c
9068    M /trunk/plugins/mgcp/packet-mgcp.c
9069    M /trunk/plugins/opsi/packet-opsi.c
9070    M /trunk/plugins/sbus/packet-sbus.c
9071    M /trunk/plugins/stats_tree/pinfo_stats_tree.c
9072    M /trunk/print.c
9073    M /trunk/tap-stats_tree.c
9074    M /trunk/text2pcap.c
9075    M /trunk/wiretap/configure.in
9076    M /trunk/wiretap/iseries.c
9077
9078
9079 Remove almost all of the casts I committed recently and in place of
9080 them, add -Wno-pointer-sign to CFLAGS when gcc will accept it.
9081
9082
9083 ------------------------------------------------------------------------
9084 r21254 | sahlberg | 2007-03-28 15:16:43 -0700 (Wed, 28 Mar 2007) | 11 lines
9085 Changed paths:
9086    M /trunk/epan/dissectors/packet-amqp.c
9087
9088 From 
9089
9090 Martin Sustrik 
9091
9092
9093 here's a patch to AMQP dissector. The only change is that when there are
9094 seceral AMQP frames in single TCP packet, all of them are referred in
9095 the info column.
9096
9097
9098
9099 ------------------------------------------------------------------------
9100 r21255 | sahlberg | 2007-03-28 17:15:41 -0700 (Wed, 28 Mar 2007) | 3 lines
9101 Changed paths:
9102    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
9103    M /trunk/epan/dissectors/packet-dcerpc-winreg.h
9104    M /trunk/epan/dissectors/pidl/winreg.cnf
9105
9106 regenerate winreg using the latest pidl.    almost all warnings are now gone
9107
9108
9109 ------------------------------------------------------------------------
9110 r21256 | sahlberg | 2007-03-28 17:26:35 -0700 (Wed, 28 Mar 2007) | 3 lines
9111 Changed paths:
9112    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
9113    M /trunk/epan/dissectors/packet-dcerpc-winreg.h
9114    M /trunk/epan/dissectors/pidl/winreg.idl
9115
9116 update winreg to the latest idl
9117
9118
9119 ------------------------------------------------------------------------
9120 r21257 | sahlberg | 2007-03-28 17:47:41 -0700 (Wed, 28 Mar 2007) | 2 lines
9121 Changed paths:
9122    M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
9123    M /trunk/epan/dissectors/packet-dcerpc-atsvc.h
9124    M /trunk/epan/dissectors/pidl/atsvc.idl
9125
9126 update atsvc to latest idl
9127
9128 ------------------------------------------------------------------------
9129 r21258 | sahlberg | 2007-03-28 17:58:35 -0700 (Wed, 28 Mar 2007) | 3 lines
9130 Changed paths:
9131    M /trunk/epan/dissectors/packet-dcerpc-dfs.c
9132    M /trunk/epan/dissectors/packet-dcerpc-dfs.h
9133    M /trunk/epan/dissectors/pidl/dfs.idl
9134
9135 update dfs and regenerate
9136
9137
9138 ------------------------------------------------------------------------
9139 r21259 | sahlberg | 2007-03-28 18:06:51 -0700 (Wed, 28 Mar 2007) | 3 lines
9140 Changed paths:
9141    M /trunk/epan/dissectors/packet-dcerpc-efs.c
9142    M /trunk/epan/dissectors/packet-dcerpc-efs.h
9143    M /trunk/epan/dissectors/pidl/efs.cnf
9144
9145 update efs  and fix conformance file to eliminate some warnings
9146
9147
9148 ------------------------------------------------------------------------
9149 r21260 | sahlberg | 2007-03-28 18:38:59 -0700 (Wed, 28 Mar 2007) | 27 lines
9150 Changed paths:
9151    M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
9152    M /trunk/epan/dissectors/packet-dcerpc-dfs.c
9153    M /trunk/epan/dissectors/packet-dcerpc-efs.c
9154    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
9155
9156 regenerate these dissectors using a patched pidl to add some extra pragmas to keep ms compilers happy
9157
9158
9159
9160 the pidl patch required :
9161 Index: lib/Parse/Pidl/Wireshark/NDR.pm
9162 ===================================================================
9163 --- lib/Parse/Pidl/Wireshark/NDR.pm     (revision 22005)
9164 +++ lib/Parse/Pidl/Wireshark/NDR.pm     (working copy)
9165 @@ -916,6 +916,14 @@
9166         $res{headers} .= "#ifdef HAVE_CONFIG_H\n";
9167         $res{headers} .= "#include \"config.h\"\n";
9168         $res{headers} .= "#endif\n\n";
9169 +
9170 +       $res{headers} .= "#ifdef _MSC_VER\n";
9171 +       $res{headers} .= "#pragma warning(disable:4005)\n";
9172 +       $res{headers} .= "#pragma warning(disable:4013)\n";
9173 +       $res{headers} .= "#endif\n\n";
9174 +
9175 +
9176 +
9177         $res{headers} .= "#include <glib.h>\n";
9178         $res{headers} .= "#include <string.h>\n";
9179         $res{headers} .= "#include <epan/packet.h>\n\n";
9180
9181
9182
9183 ------------------------------------------------------------------------
9184 r21261 | sahlberg | 2007-03-28 19:09:48 -0700 (Wed, 28 Mar 2007) | 5 lines
9185 Changed paths:
9186    M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
9187    M /trunk/epan/dissectors/pidl/eventlog.cnf
9188    M /trunk/epan/dissectors/pidl/eventlog.idl
9189
9190 fixup the idl to always use pointer for out parameters
9191
9192 regenerate with patched pidl
9193
9194
9195 ------------------------------------------------------------------------
9196 r21262 | sahlberg | 2007-03-28 19:22:23 -0700 (Wed, 28 Mar 2007) | 27 lines
9197 Changed paths:
9198    M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
9199    M /trunk/epan/dissectors/packet-dcerpc-dfs.c
9200    M /trunk/epan/dissectors/packet-dcerpc-efs.c
9201    M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
9202    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
9203
9204 regenerate the dissectors with an even newer patched version of pidl to add two more pragmas
9205
9206
9207 you need this patch ontop of svn pidl to regenerate the files :
9208
9209 Index: lib/Parse/Pidl/Wireshark/NDR.pm
9210 ===================================================================
9211 --- lib/Parse/Pidl/Wireshark/NDR.pm     (revision 22005)
9212 +++ lib/Parse/Pidl/Wireshark/NDR.pm     (working copy)
9213 @@ -916,6 +916,14 @@
9214         $res{headers} .= "#ifdef HAVE_CONFIG_H\n";
9215         $res{headers} .= "#include \"config.h\"\n";
9216         $res{headers} .= "#endif\n\n";
9217 +
9218 +       $res{headers} .= "#ifdef _MSC_VER\n";
9219 +       $res{headers} .= "#pragma warning(disable:4005)\n";
9220 +       $res{headers} .= "#pragma warning(disable:4013)\n";
9221 +       $res{headers} .= "#pragma warning(disable:4018)\n";
9222 +       $res{headers} .= "#pragma warning(disable:4101)\n";
9223 +       $res{headers} .= "#endif\n\n";
9224 +
9225         $res{headers} .= "#include <glib.h>\n";
9226         $res{headers} .= "#include <string.h>\n";
9227         $res{headers} .= "#include <epan/packet.h>\n\n";
9228
9229
9230
9231 ------------------------------------------------------------------------
9232 r21265 | sahlberg | 2007-03-28 21:12:16 -0700 (Wed, 28 Mar 2007) | 3 lines
9233 Changed paths:
9234    M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
9235    M /trunk/epan/dissectors/packet-dcerpc-initshutdown.h
9236    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
9237    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
9238    M /trunk/epan/dissectors/pidl/initshutdown.idl
9239    M /trunk/epan/dissectors/pidl/srvsvc.cnf
9240    M /trunk/epan/dissectors/pidl/srvsvc.idl
9241
9242 update INITSHUTDOWN and SRVSVC and regenerate with patched PIDL
9243
9244
9245 ------------------------------------------------------------------------
9246 r21266 | sahlberg | 2007-03-28 21:24:17 -0700 (Wed, 28 Mar 2007) | 3 lines
9247 Changed paths:
9248    M /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
9249    M /trunk/epan/dissectors/pidl/wzcsvc.idl
9250
9251 update WZCSVC idl and regenerate the dissector
9252
9253
9254 ------------------------------------------------------------------------
9255 r21267 | jmayer | 2007-03-29 00:41:54 -0700 (Thu, 29 Mar 2007) | 3 lines
9256 Changed paths:
9257    M /trunk/epan/crypt/Makefile.am
9258
9259 - Add Makefile.common to EXTRA_DIST (spotted by Christopher Maynard)
9260 - Replaced spaces at beginning of line by tab
9261
9262 ------------------------------------------------------------------------
9263 r21268 | jmayer | 2007-03-29 00:49:48 -0700 (Thu, 29 Mar 2007) | 37 lines
9264 Changed paths:
9265    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
9266
9267 Update from samba tree revision 21970 to 22006
9268 ============================ Samba log start ============
9269 ------------------------------------------------------------------------
9270 r21995 | jelmer | 2007-03-28 01:04:08 +0200 (Wed, 28 Mar 2007) | 5 lines
9271 Changed paths:
9272    M /branches/SAMBA_4_0
9273    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
9274
9275 Patch from Ronnie Sahlberg.
9276
9277 Change the signatures for all functions it generates to specify
9278 _U_ so that GCC "parameter not used" warnings are suppressed.
9279
9280 ------------------------------------------------------------------------
9281 r21996 | jelmer | 2007-03-28 01:22:41 +0200 (Wed, 28 Mar 2007) | 4 lines
9282 Changed paths:
9283    M /branches/SAMBA_4_0
9284    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
9285
9286 Fix a bug for invalid casts of pointers.
9287
9288 Patch by Ronnie Sahlberg.
9289
9290 ------------------------------------------------------------------------
9291 r22004 | jelmer | 2007-03-29 00:52:37 +0200 (Thu, 29 Mar 2007) | 4 lines
9292 Changed paths:
9293    M /branches/SAMBA_4_0
9294    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
9295
9296 Check for dereferencing null pointers. 
9297
9298 Patch by Ronnie Sahlberg.
9299
9300 ------------------------------------------------------------------------
9301 ------------------------------------------------------------------------
9302 ============================ Samba log end ==============
9303
9304 ------------------------------------------------------------------------
9305 r21269 | jmayer | 2007-03-29 01:10:29 -0700 (Thu, 29 Mar 2007) | 4 lines
9306 Changed paths:
9307    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
9308
9309 Manually add the patch mentioned in
9310 http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21262
9311
9312
9313 ------------------------------------------------------------------------
9314 r21270 | lego | 2007-03-29 05:24:04 -0700 (Thu, 29 Mar 2007) | 3 lines
9315 Changed paths:
9316    M /trunk/epan/dissectors/packet-sccp.c
9317
9318 remove debugging printf() calls left in the code.
9319
9320
9321 ------------------------------------------------------------------------
9322 r21271 | lego | 2007-03-29 05:25:50 -0700 (Thu, 29 Mar 2007) | 3 lines
9323 Changed paths:
9324    M /trunk/epan/dissectors/packet-mtp3.c
9325
9326 When there are multiple mtp3 packets on a single sctp packet (m2ua)  have each one has its own pcs and tap structure
9327
9328
9329 ------------------------------------------------------------------------
9330 r21272 | sfisher | 2007-03-29 11:07:36 -0700 (Thu, 29 Mar 2007) | 6 lines
9331 Changed paths:
9332    M /trunk/gtk/export_object.c
9333
9334
9335 Change mnemonic on Save All button from A to L to avoid overlapping
9336 with the mnemonic for the Save As (A) button in the Export Object
9337 dialog.
9338
9339
9340 ------------------------------------------------------------------------
9341 r21273 | sfisher | 2007-03-29 11:09:13 -0700 (Thu, 29 Mar 2007) | 4 lines
9342 Changed paths:
9343    M /trunk/epan/dissectors/packet-bacapp.c
9344    M /trunk/epan/dissectors/packet-dcm.c
9345    M /trunk/epan/dissectors/packet-ncp2222.inc
9346    M /trunk/epan/dissectors/packet-sccp.c
9347
9348
9349 Fix some more warnings
9350
9351
9352 ------------------------------------------------------------------------
9353 r21274 | standel | 2007-03-29 15:58:02 -0700 (Thu, 29 Mar 2007) | 2 lines
9354 Changed paths:
9355    M /trunk/epan/dfilter/dfilter-macro.c
9356    M /trunk/plugins/mate/mate_runtime.c
9357    M /trunk/plugins/mate/mate_util.c
9358
9359 strict aliasing warnings fix : replace (void**) by (void*)
9360
9361 ------------------------------------------------------------------------
9362 r21275 | standel | 2007-03-29 16:36:11 -0700 (Thu, 29 Mar 2007) | 2 lines
9363 Changed paths:
9364    M /trunk/epan/Makefile.am
9365
9366 delete megaco plugin trace
9367
9368 ------------------------------------------------------------------------
9369 r21276 | standel | 2007-03-29 17:21:39 -0700 (Thu, 29 Mar 2007) | 13 lines
9370 Changed paths:
9371    M /trunk/doc/README.developer
9372    M /trunk/epan/proto.c
9373    M /trunk/epan/ptvcursor.h
9374
9375 - new ptvcursor subtrees management functions :
9376   * ptvcursor_push_subtree(), ptvcursor_pop_subtree() for pushing/popping
9377     subtrees. Multiple levels of subtrees (256 max.), allocation per 8 levels.
9378   * Two new functions creating an item in the tree and pushing a subtree at the
9379     same time. These two functions accept an undefined length
9380     (SUBTREE_UNDEFINED_LENGTH). The length of the item is set at the next pop.
9381         1) ptvcursor_add_with_subtree
9382         2) ptvcursor_add_text_with_subtree
9383 - get rid of potential memory leaks with g_new in ptvcursor_new().
9384
9385 - Documentation of the new ptvcursor functions in README.developer
9386
9387
9388 ------------------------------------------------------------------------
9389 r21277 | wmeier | 2007-03-29 17:23:19 -0700 (Thu, 29 Mar 2007) | 2 lines
9390 Changed paths:
9391    M /trunk/gtk/follow_dlg.c
9392
9393 From Sake Blok: fix bug 598 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=598)
9394
9395 ------------------------------------------------------------------------
9396 r21278 | standel | 2007-03-29 17:38:58 -0700 (Thu, 29 Mar 2007) | 4 lines
9397 Changed paths:
9398    M /trunk/epan/dissectors/packet-homeplug.c
9399
9400 update of homeplug dissector with the use of ptvcursor subtree management
9401 functions.
9402
9403
9404 ------------------------------------------------------------------------
9405 r21279 | standel | 2007-03-29 17:54:39 -0700 (Thu, 29 Mar 2007) | 2 lines
9406 Changed paths:
9407    M /trunk/gtk/hostlist_usb.c
9408
9409 remove svn:executable
9410
9411 ------------------------------------------------------------------------
9412 r21280 | standel | 2007-03-30 01:22:08 -0700 (Fri, 30 Mar 2007) | 2 lines
9413 Changed paths:
9414    M /trunk/epan/dissectors/packet-acn.c
9415    M /trunk/epan/dissectors/packet-afs.c
9416    M /trunk/epan/dissectors/packet-cops.c
9417
9418 remove some g_malloc/g_free
9419
9420 ------------------------------------------------------------------------
9421 r21281 | standel | 2007-03-30 01:27:20 -0700 (Fri, 30 Mar 2007) | 2 lines
9422 Changed paths:
9423    M /trunk/epan/dissectors/packet-afs.c
9424    M /trunk/epan/dissectors/packet-cops.c
9425
9426 ep_malloc -> ep_alloc !!
9427
9428 ------------------------------------------------------------------------
9429 r21282 | standel | 2007-03-30 05:04:40 -0700 (Fri, 30 Mar 2007) | 4 lines
9430 Changed paths:
9431    M /trunk/epan/dfilter/dfilter-macro.c
9432    M /trunk/plugins/mate/mate_runtime.c
9433    M /trunk/plugins/mate/mate_util.c
9434
9435 revert back (void*) -> (void**) which will stop free-warning compilation with
9436 gcc-4.1.2
9437
9438
9439 ------------------------------------------------------------------------
9440 r21283 | standel | 2007-03-30 07:43:55 -0700 (Fri, 30 Mar 2007) | 10 lines
9441 Changed paths:
9442    M /trunk/epan/dissectors/packet-ipv6.c
9443
9444 - use of proto_tree_add_item whenever possible
9445 - follows the same rules as the one in ipv4 dissector for
9446 ipv6_[src|dst|addr][_host] items.
9447 - use proto_tree_add_item for displaying the name of the parsed options.
9448 - added header type value_string
9449 - add an expert info for invalid jumbo value and invalid router alert
9450 length.
9451 - correction of invalid jumbo payload length
9452 - get rid of variable declaration after statement
9453
9454 ------------------------------------------------------------------------
9455 r21284 | ulfl | 2007-03-30 10:57:04 -0700 (Fri, 30 Mar 2007) | 1 line
9456 Changed paths:
9457    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
9458
9459 use setup target output of MSVC2005EE and not the older MSVC6, mention that the exact string may vary on the MSVC version
9460 ------------------------------------------------------------------------
9461 r21285 | sfisher | 2007-03-30 13:50:08 -0700 (Fri, 30 Mar 2007) | 6 lines
9462 Changed paths:
9463    M /trunk/gtk/follow_dlg.c
9464    M /trunk/gtk/ssl-dlg.c
9465
9466
9467 Change GTK_MAJOR_VERSION >= 2 to GTK_CHECK_VERSION(2,4,0) for Follow
9468 TCP/SSL Stream dialog find buttons because one of the functions used
9469 only works with GTK 2.4+.  Reported by Chris Maynard on -dev list.
9470
9471
9472 ------------------------------------------------------------------------
9473 r21286 | sfisher | 2007-03-30 14:20:57 -0700 (Fri, 30 Mar 2007) | 4 lines
9474 Changed paths:
9475    M /trunk/epan/dissectors/packet-dcerpc.c
9476    M /trunk/epan/dissectors/packet-h263.c
9477    M /trunk/epan/dissectors/packet-smb-common.c
9478    M /trunk/epan/dissectors/packet-smb-pipe.c
9479    M /trunk/epan/dissectors/packet-smb.c
9480
9481
9482 Fix more warnings
9483
9484
9485 ------------------------------------------------------------------------
9486 r21287 | sfisher | 2007-03-30 15:14:33 -0700 (Fri, 30 Mar 2007) | 10 lines
9487 Changed paths:
9488    M /trunk/gtk/decode_as_dlg.c
9489
9490
9491 Fix "Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertion
9492 `selection->type != GTK_SELECTION_MULTIPLE' failed" error when
9493 opening the User Specified Decodes with multiple decodes setup.
9494 The problem is caused by the selection mode for the list being
9495 set to multiple.  I changed it to none so that the user doesn't
9496 get the false impression that you can select only certain items
9497 and clear them (the clear button clears them all).
9498
9499
9500 ------------------------------------------------------------------------
9501 r21288 | etxrab | 2007-03-31 04:47:14 -0700 (Sat, 31 Mar 2007) | 4 lines
9502 Changed paths:
9503    M /trunk/epan/dissectors/packet-h263.c
9504
9505 Properly NULL terminate string (str[0]='\0';)
9506 Let h263_proto_tree_add_bits return the value
9507 Find more starcodes
9508 Add picture type to Info col(P/I)
9509 ------------------------------------------------------------------------
9510 r21289 | lego | 2007-03-31 05:25:37 -0700 (Sat, 31 Mar 2007) | 3 lines
9511 Changed paths:
9512    M /trunk/epan/gcp.c
9513
9514 Add Licence and TO DO list
9515
9516
9517 ------------------------------------------------------------------------
9518 r21290 | lego | 2007-03-31 05:30:18 -0700 (Sat, 31 Mar 2007) | 3 lines
9519 Changed paths:
9520    M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
9521
9522 Add an explanation on SNMP hex passwords.
9523
9524
9525 ------------------------------------------------------------------------
9526 r21291 | ulfl | 2007-03-31 08:32:06 -0700 (Sat, 31 Mar 2007) | 1 line
9527 Changed paths:
9528    M /trunk/doc/README.developer
9529
9530 add a small section, that code should be warning free
9531 ------------------------------------------------------------------------
9532 r21292 | etxrab | 2007-03-31 14:50:03 -0700 (Sat, 31 Mar 2007) | 1 line
9533 Changed paths:
9534    M /trunk/epan/dissectors/packet-h263.c
9535
9536 Common dissection of GOB.
9537 ------------------------------------------------------------------------
9538 r21293 | sfisher | 2007-03-31 15:38:10 -0700 (Sat, 31 Mar 2007) | 7 lines
9539 Changed paths:
9540    M /trunk/wiretap/visual.c
9541
9542
9543 From James Menzies:
9544
9545 This corrects two long standing issues with the Visual
9546 Networks file type in PPP and ML-PPP environments.
9547
9548
9549 ------------------------------------------------------------------------
9550 r21294 | lego | 2007-04-01 07:55:25 -0700 (Sun, 01 Apr 2007) | 4 lines
9551 Changed paths:
9552    M /trunk/epan/uat-int.h
9553    M /trunk/epan/uat.c
9554    M /trunk/epan/uat.h
9555    M /trunk/epan/uat_load.l
9556
9557 Fix management of lstrings in uat code so that arbitrary chars (even '\0's) can be used inside.
9558 Fixes bug 1502
9559
9560
9561 ------------------------------------------------------------------------
9562 r21295 | standel | 2007-04-01 08:42:08 -0700 (Sun, 01 Apr 2007) | 14 lines
9563 Changed paths:
9564    M /trunk/epan/dissectors/packet-tcp.c
9565
9566 From Sake Blok : 
9567 Fix for Bug 1136 (TCP Checksum Validation)
9568
9569 TCP cksum 0xffff should not appear in TCP headers. RFC 1624 explains that it
9570 can be generated by a (not-so-good) algorithm for incremental updates to the
9571 tcp-checksum.
9572 New behavior of wireshark when having cksum == 0xffff :
9573   - use "Checksum: 0xffff [should be 0x0000 (See RFC 1624)]" in the
9574     packet-detail pane
9575   - set tcp.checksum_good to FALSE (just like checksum-offload packets)
9576   - set tcp.checksum_bad to FALSE (just like checksum-offload packets)
9577   - Generate an expert warning: "TCP Checksum 0xffff instead of 0x0000 (See RFC 1624)"
9578   - add "[TCP CHECKSUM 0xFFFF]" instead of "[TCP CHECKSUM BAD]" to COL_INFO
9579
9580 ------------------------------------------------------------------------
9581 r21296 | lego | 2007-04-01 09:02:41 -0700 (Sun, 01 Apr 2007) | 3 lines
9582 Changed paths:
9583    M /trunk/epan/uat-int.h
9584    M /trunk/epan/uat.h
9585
9586 Have the prototypes of uat_esc and uat_unesc available to packet-snmp.c
9587
9588
9589 ------------------------------------------------------------------------
9590 r21297 | standel | 2007-04-01 09:04:04 -0700 (Sun, 01 Apr 2007) | 5 lines
9591 Changed paths:
9592    M /trunk/epan/dissectors/packet-tcp.c
9593
9594 First step of TCP dissector refactoring.
9595
9596 I have a dream today.
9597 I have a dream that one day the TCP dissector shall become human-readable. :)
9598
9599 ------------------------------------------------------------------------
9600 r21298 | ulfl | 2007-04-01 22:18:31 -0700 (Sun, 01 Apr 2007) | 1 line
9601 Changed paths:
9602    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
9603    M /trunk/plugins/profinet/packet-pn-dcp.c
9604    M /trunk/plugins/profinet/packet-pn-rt.c
9605    M /trunk/plugins/profinet/packet-pn.h
9606
9607 Add PN-IO FSHelloBlock and PN-DCP Device/AliasName
9608 ------------------------------------------------------------------------
9609 r21299 | etxrab | 2007-04-01 23:49:28 -0700 (Sun, 01 Apr 2007) | 1 line
9610 Changed paths:
9611    M /trunk/epan/dissectors/packet-h263.c
9612
9613 Add comments
9614 ------------------------------------------------------------------------
9615 r21300 | morriss | 2007-04-02 01:25:43 -0700 (Mon, 02 Apr 2007) | 1 line
9616 Changed paths:
9617    M /trunk/doc/README.developer
9618    M /trunk/epan/dissectors/packet-rx.c
9619
9620 Make RX a new style dissector: return 0 if there isn't at least 28 bytes of message or if it receives an unknown Type.  Add a check of tvb length to README.developer's cut-n-paste dissector code.
9621 ------------------------------------------------------------------------
9622 r21301 | jmayer | 2007-04-02 09:39:54 -0700 (Mon, 02 Apr 2007) | 5 lines
9623 Changed paths:
9624    M /trunk/epan/dissectors/packet-wlancap.c
9625
9626 - Use proto_tree_add_item instead of proto_tree_add_(u)int
9627   in many places.
9628 - Seperate decoding of magic and version.
9629 - Explicitely display the padding bytes.
9630
9631 ------------------------------------------------------------------------
9632 r21302 | lego | 2007-04-02 14:47:54 -0700 (Mon, 02 Apr 2007) | 1 line
9633 Changed paths:
9634    M /trunk/epan/dissectors/packet-h248_3gpp.c
9635
9636 Add decoding of TFO Codec and Codec List
9637 ------------------------------------------------------------------------
9638 r21303 | lego | 2007-04-02 15:17:15 -0700 (Mon, 02 Apr 2007) | 5 lines
9639 Changed paths:
9640    M /trunk/wiretap/k12.c
9641
9642 There are odd packet records in k15 generated files where the interface record does not match any given one.
9643
9644 I noticed that these records have the first byte changed so When a lookup fails mask the byte and lookup again.
9645
9646
9647 ------------------------------------------------------------------------
9648 r21304 | sfisher | 2007-04-02 16:45:38 -0700 (Mon, 02 Apr 2007) | 6 lines
9649 Changed paths:
9650    M /trunk/epan/dissectors/packet-ppp.c
9651
9652
9653 From Donald White:
9654
9655 A partial RFC 2508 dissector for packet-ppp.c
9656
9657
9658 ------------------------------------------------------------------------
9659 r21305 | richardv | 2007-04-02 18:31:22 -0700 (Mon, 02 Apr 2007) | 7 lines
9660 Changed paths:
9661    M /trunk/epan/dissectors/packet-jxta.c
9662
9663 From Mike Duigou:
9664
9665 The enclosed patch corrects a problem where jxta elements were being added to the protocol tree for segments that did not contain complete jxta frames. This patch ensures that the jxta proto elements are only added those the segments that end a complete, assembled jxta frame.
9666
9667 The patch has been fuzz tested with a broad selection of jxta captures and ran successfully overnight for over 4000 iterations.
9668
9669
9670 ------------------------------------------------------------------------
9671 r21306 | richardv | 2007-04-02 18:45:59 -0700 (Mon, 02 Apr 2007) | 4 lines
9672 Changed paths:
9673    M /trunk/epan/tvbtest.c
9674
9675 From me:
9676
9677 fix compiler warnings in tvbtest.c
9678
9679 ------------------------------------------------------------------------
9680 r21307 | richardv | 2007-04-02 18:49:14 -0700 (Mon, 02 Apr 2007) | 4 lines
9681 Changed paths:
9682    M /trunk/epan/tvbtest.c
9683
9684 From me:
9685
9686 disable failing composite tvb tests
9687
9688 ------------------------------------------------------------------------
9689 r21308 | richardv | 2007-04-02 18:53:52 -0700 (Mon, 02 Apr 2007) | 3 lines
9690 Changed paths:
9691    M /trunk/epan/tvbtest.c
9692
9693 From me: make tvbtest return an exitcode appropriate to its success
9694
9695
9696 ------------------------------------------------------------------------
9697 r21309 | richardv | 2007-04-02 18:54:30 -0700 (Mon, 02 Apr 2007) | 2 lines
9698 Changed paths:
9699    A /trunk/test/suite-unittests.sh
9700    M /trunk/test/test.sh
9701
9702 Run the epan unittests as part of the test suite
9703
9704 ------------------------------------------------------------------------
9705 r21310 | morriss | 2007-04-02 23:27:18 -0700 (Mon, 02 Apr 2007) | 7 lines
9706 Changed paths:
9707    M /trunk/epan/dissectors/packet-isup.c
9708
9709 Fix bug 1508:
9710
9711 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1508
9712
9713 Dissect ISUP CIC as 14 bits in ANSI (instead of 12 bits like in ITU)
9714
9715
9716 ------------------------------------------------------------------------
9717 r21311 | jmayer | 2007-04-02 23:55:25 -0700 (Mon, 02 Apr 2007) | 1 line
9718 Changed paths:
9719    M /trunk/test/config.sh
9720    M /trunk/test/suite-capture.sh
9721    M /trunk/test/suite-clopts.sh
9722    M /trunk/test/suite-io.sh
9723    M /trunk/test/suite-unittests.sh
9724    M /trunk/test/test-backend.sh
9725    M /trunk/test/test.sh
9726
9727 Propset suite-unittests.sh and add executable to .sh files
9728 ------------------------------------------------------------------------
9729 r21312 | richardv | 2007-04-03 03:53:38 -0700 (Tue, 03 Apr 2007) | 2 lines
9730 Changed paths:
9731    M /trunk/test/suite-unittests.sh
9732
9733 hopefully fix this for win32 by using nmake
9734
9735 ------------------------------------------------------------------------
9736 r21313 | richardv | 2007-04-03 04:12:27 -0700 (Tue, 03 Apr 2007) | 1 line
9737 Changed paths:
9738    M /trunk/epan/Makefile.am
9739
9740 hopefully, fix reassemble_test by linking against libgcrypt
9741 ------------------------------------------------------------------------
9742 r21314 | richardv | 2007-04-03 06:03:07 -0700 (Tue, 03 Apr 2007) | 2 lines
9743 Changed paths:
9744    M /trunk/test/suite-unittests.sh
9745
9746 another go at fixing the unit tests under windows - give a -f Makefile.nmake arg
9747
9748 ------------------------------------------------------------------------
9749 r21315 | richardv | 2007-04-03 06:20:11 -0700 (Tue, 03 Apr 2007) | 2 lines
9750 Changed paths:
9751    M /trunk/epan
9752
9753 ignore exntest
9754
9755 ------------------------------------------------------------------------
9756 r21316 | richardv | 2007-04-03 06:24:20 -0700 (Tue, 03 Apr 2007) | 1 line
9757 Changed paths:
9758    M /trunk/epan/Makefile.nmake
9759
9760 rules for making the unit tests
9761 ------------------------------------------------------------------------
9762 r21317 | richardv | 2007-04-03 06:56:19 -0700 (Tue, 03 Apr 2007) | 2 lines
9763 Changed paths:
9764    M /trunk/epan/reassemble_test.c
9765
9766 mpa_* stubs to make this link properly
9767
9768 ------------------------------------------------------------------------
9769 r21318 | richardv | 2007-04-03 08:48:59 -0700 (Tue, 03 Apr 2007) | 1 line
9770 Changed paths:
9771    M /trunk/epan/Makefile.nmake
9772
9773 hmm, apparently $^ doesn't work for nmake
9774 ------------------------------------------------------------------------
9775 r21319 | richardv | 2007-04-03 10:30:02 -0700 (Tue, 03 Apr 2007) | 3 lines
9776 Changed paths:
9777    M /trunk/epan/Makefile.nmake
9778
9779 Set $(LINK). I swear I'll get there in a minute with this.
9780
9781
9782 ------------------------------------------------------------------------
9783 r21320 | richardv | 2007-04-03 11:41:24 -0700 (Tue, 03 Apr 2007) | 3 lines
9784 Changed paths:
9785    M /trunk/epan/dfilter/scanner.l
9786
9787 disable generation of unput to avoid a compiler warning.
9788
9789
9790 ------------------------------------------------------------------------
9791 r21321 | lego | 2007-04-03 12:08:00 -0700 (Tue, 03 Apr 2007) | 7 lines
9792 Changed paths:
9793    M /trunk/asn1/camel/Makefile.nmake
9794    M /trunk/asn1/camel/packet-camel-template.c
9795    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
9796    M /trunk/asn1/tcap/packet-tcap-template.c
9797    M /trunk/asn1/tcap/packet-tcap-template.h
9798    M /trunk/epan/dfilter/grammar.lemon
9799    M /trunk/epan/dissectors/packet-bssap.c
9800    M /trunk/epan/dissectors/packet-camel.c
9801    M /trunk/epan/dissectors/packet-camel.h
9802    M /trunk/epan/dissectors/packet-gsm_map.c
9803    M /trunk/epan/dissectors/packet-gsm_map.h
9804    M /trunk/epan/dissectors/packet-sccp.c
9805    M /trunk/epan/dissectors/packet-tcap.c
9806    M /trunk/epan/dissectors/packet-tcap.h
9807    M /trunk/epan/uat.c
9808    M /trunk/epan/uat.h
9809
9810 Implement a proposal from Elefterios Gabriel for SCCP:
9811 Add a table of DPCs and SSNs that allow to override the protocol that would be choosen
9812 so that the same SSN can use two different protocols in two different DPCs.
9813
9814 I did not believe it someone could have done it, then I saw the captures...
9815
9816
9817 ------------------------------------------------------------------------
9818 r21322 | standel | 2007-04-03 12:13:06 -0700 (Tue, 03 Apr 2007) | 2 lines
9819 Changed paths:
9820    M /trunk/epan/dissectors/packet-ipv6.c
9821
9822 minor changes in constants names
9823
9824 ------------------------------------------------------------------------
9825 r21323 | richardv | 2007-04-03 12:28:59 -0700 (Tue, 03 Apr 2007) | 2 lines
9826 Changed paths:
9827    M /trunk/text2pcap-scanner.l
9828
9829 disable unput here, too
9830
9831 ------------------------------------------------------------------------
9832 r21324 | standel | 2007-04-03 12:50:04 -0700 (Tue, 03 Apr 2007) | 13 lines
9833 Changed paths:
9834    M /trunk/epan/Makefile.am
9835    M /trunk/epan/dissectors/Makefile.am
9836    M /trunk/epan/dissectors/Makefile.common
9837    M /trunk/epan/packet.c
9838
9839 epan/dissectors/Makefile is now building four libraries :
9840   - asn dissectors : libasndissectors.la
9841   - pidl dissectors : libpidldissectors.la
9842   - normal dissectors : libdissectors.la *and* libcleandissectors.la. I
9843   separated it in two libraries temporarily. The source files used to build
9844   libcleandissectors.la do not generate warning anymore and the -Werror is used
9845   to compile them. If we patch a dissector and it doesn't generate warning
9846   anymore, we have to move the filename dissector from DISSECTOR_SRC to
9847   CLEAN_DISSECTOR_SRC in epan/dissectors/Makefile.common.
9848
9849 If you want to define specific cflags for one library type, let's say pidl, you
9850 may define libpidldissectors_la_CFLAGS.
9851
9852 ------------------------------------------------------------------------
9853 r21325 | richardv | 2007-04-03 12:53:05 -0700 (Tue, 03 Apr 2007) | 1 line
9854 Changed paths:
9855    M /trunk/epan/uat.c
9856
9857 fix an 'unused parameter' warning
9858 ------------------------------------------------------------------------
9859 r21326 | standel | 2007-04-03 13:12:05 -0700 (Tue, 03 Apr 2007) | 2 lines
9860 Changed paths:
9861    M /trunk/epan/dissectors/Makefile.common
9862
9863 delete packet-drda.c
9864
9865 ------------------------------------------------------------------------
9866 r21327 | standel | 2007-04-03 13:22:32 -0700 (Tue, 03 Apr 2007) | 4 lines
9867 Changed paths:
9868    M /trunk/epan/dissectors/Makefile.am
9869    M /trunk/epan/dissectors/Makefile.common
9870    M /trunk/epan/dissectors/Makefile.nmake
9871
9872 Creation of ALL_DISSECTORS_SRC including all dissectors sources
9873  - used in Makefile.nmake instead of DISSECTOR_SRC
9874  - used for the target register.c
9875
9876 ------------------------------------------------------------------------
9877 r21328 | lego | 2007-04-03 13:52:37 -0700 (Tue, 03 Apr 2007) | 1 line
9878 Changed paths:
9879    M /trunk/epan/dissectors/Makefile.nmake
9880
9881 xFi a Ytpo
9882 ------------------------------------------------------------------------
9883 r21329 | lego | 2007-04-03 14:09:29 -0700 (Tue, 03 Apr 2007) | 1 line
9884 Changed paths:
9885    M /trunk/text2pcap.h
9886
9887 remove now useless definition of NO_YY_UNPUT
9888 ------------------------------------------------------------------------
9889 r21330 | sfisher | 2007-04-03 14:17:13 -0700 (Tue, 03 Apr 2007) | 4 lines
9890 Changed paths:
9891    M /trunk/epan/dfilter/dfilter-macro.c
9892    M /trunk/epan/nstime.c
9893    M /trunk/epan/nstime.h
9894    M /trunk/file.c
9895    M /trunk/gtk/capture_file_dlg.c
9896    M /trunk/gtk/sctp_graph_dlg.c
9897    M /trunk/plugins/mate/mate_runtime.c
9898    M /trunk/plugins/mate/mate_util.c
9899    M /trunk/tshark.c
9900
9901
9902 Fix warnings on Linux/gcc 4.1.1
9903
9904
9905 ------------------------------------------------------------------------
9906 r21331 | standel | 2007-04-03 14:48:40 -0700 (Tue, 03 Apr 2007) | 6 lines
9907 Changed paths:
9908    M /trunk/AUTHORS
9909    M /trunk/epan/dissectors/Makefile.common
9910    A /trunk/epan/dissectors/packet-drda.c
9911
9912 From metatech :
9913   Dissector for the DRDA protocol. This is the protocol used by among
9914   others the DB2 database.
9915
9916   modify his entry in AUTHORS
9917
9918 ------------------------------------------------------------------------
9919 r21332 | lego | 2007-04-03 15:06:31 -0700 (Tue, 03 Apr 2007) | 4 lines
9920 Changed paths:
9921    M /trunk/epan/exceptions.h
9922
9923 Make sure that when a windows exception is thrown ENDTRY gets evaluated.
9924
9925 fix for one of the various issues that cause bug 1334
9926
9927 ------------------------------------------------------------------------
9928 r21333 | etxrab | 2007-04-03 23:56:04 -0700 (Tue, 03 Apr 2007) | 1 line
9929 Changed paths:
9930    M /trunk/epan/libwireshark.def
9931
9932 Add wtap_nstime_to_sec.
9933 ------------------------------------------------------------------------
9934 r21334 | etxrab | 2007-04-03 23:58:12 -0700 (Tue, 03 Apr 2007) | 1 line
9935 Changed paths:
9936    M /trunk/gtk/rtp_stream.c
9937    M /trunk/gtk/rtp_stream.h
9938
9939 Preparations to be able to display dynamic payload type name in the stream analysis.
9940 ------------------------------------------------------------------------
9941 r21335 | grahamb | 2007-04-04 05:18:10 -0700 (Wed, 04 Apr 2007) | 1 line
9942 Changed paths:
9943    M /trunk/epan/emem.c
9944    M /trunk/gtk/gui_utils.c
9945
9946 Fix build failures due to windows.h being included before winsock2.h via other includes
9947 ------------------------------------------------------------------------
9948 r21336 | sfisher | 2007-04-04 12:35:46 -0700 (Wed, 04 Apr 2007) | 4 lines
9949 Changed paths:
9950    M /trunk/epan/dissectors/packet-diameter.c
9951
9952
9953 Fix a warning
9954
9955
9956 ------------------------------------------------------------------------
9957 r21337 | lego | 2007-04-04 14:23:55 -0700 (Wed, 04 Apr 2007) | 5 lines
9958 Changed paths:
9959    M /trunk/epan/dissectors/packet-megaco.c
9960
9961 Megaco improvements:
9962 - Verify that we have a ber sequence before handing over to H.248
9963 - Make the dissector more case insensitive (Fixes http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1517)
9964
9965
9966 ------------------------------------------------------------------------
9967 r21338 | gerald | 2007-04-05 14:38:39 -0700 (Thu, 05 Apr 2007) | 9 lines
9968 Changed paths:
9969    M /trunk/epan/dissectors/Makefile.nmake
9970    M /trunk/tools/make-dissector-reg.py
9971
9972 In epan/dissectors/Makefile.nmake, fix a typo.
9973
9974 In make-dissector-reg.py, throw an error if we don't have enough files
9975 to process, or if we don't generate enough registrations.  "Enough"
9976 is arbitrarily set to 100.
9977
9978 This should de-purple the buildbot.  (I'm sure there's a "smoke on the
9979 water" joke in there somewhere.)
9980
9981 ------------------------------------------------------------------------
9982 r21339 | lego | 2007-04-05 15:16:12 -0700 (Thu, 05 Apr 2007) | 3 lines
9983 Changed paths:
9984    M /trunk/asn1/snmp/packet-snmp-template.c
9985    M /trunk/asn1/snmp/snmp.asn
9986    M /trunk/asn1/snmp/snmp.cnf
9987    M /trunk/epan/dissectors/packet-snmp.c
9988
9989 Implement proposed fix for Bug 1125
9990
9991
9992 ------------------------------------------------------------------------
9993 r21340 | gerald | 2007-04-05 15:42:34 -0700 (Thu, 05 Apr 2007) | 2 lines
9994 Changed paths:
9995    M /trunk/tools/make-dissector-reg.py
9996
9997 Loosen up our restrictions so that plugins can compile.
9998
9999 ------------------------------------------------------------------------
10000 r21341 | gerald | 2007-04-05 15:44:18 -0700 (Thu, 05 Apr 2007) | 2 lines
10001 Changed paths:
10002    M /trunk/epan/dissectors/packet-ieee80211.c
10003
10004 Fix a typo.
10005
10006 ------------------------------------------------------------------------
10007 r21342 | gerald | 2007-04-05 16:23:06 -0700 (Thu, 05 Apr 2007) | 3 lines
10008 Changed paths:
10009    M /trunk/plugins/agentx/Makefile.nmake
10010    M /trunk/plugins/artnet/Makefile.nmake
10011    M /trunk/plugins/asn1/Makefile.nmake
10012    M /trunk/plugins/ciscosm/Makefile.nmake
10013    M /trunk/plugins/docsis/Makefile.nmake
10014    M /trunk/plugins/enttec/Makefile.nmake
10015    M /trunk/plugins/gryphon/Makefile.nmake
10016    M /trunk/plugins/h223/Makefile.nmake
10017    M /trunk/plugins/irda/Makefile.nmake
10018    M /trunk/plugins/lwres/Makefile.nmake
10019    M /trunk/plugins/mate/Makefile.nmake
10020    M /trunk/plugins/mgcp/Makefile.nmake
10021    M /trunk/plugins/opsi/Makefile.nmake
10022    M /trunk/plugins/pcli/Makefile.nmake
10023    M /trunk/plugins/profinet/Makefile.nmake
10024    M /trunk/plugins/rlm/Makefile.nmake
10025    M /trunk/plugins/rtnet/Makefile.nmake
10026    M /trunk/plugins/rudp/Makefile.nmake
10027    M /trunk/plugins/sbus/Makefile.nmake
10028    M /trunk/plugins/v5ua/Makefile.nmake
10029
10030 Add the make-dissector-reg scripts to the dependency list for each copy
10031 of plugin.c.
10032
10033 ------------------------------------------------------------------------
10034 r21343 | jake | 2007-04-05 16:42:44 -0700 (Thu, 05 Apr 2007) | 1 line
10035 Changed paths:
10036    M /trunk/epan/dissectors/packet-skinny.c
10037
10038 Fix for bug 1523. Offset handling was off in DialedNumberMessage presentation.
10039 ------------------------------------------------------------------------
10040 r21344 | sahlberg | 2007-04-05 21:27:59 -0700 (Thu, 05 Apr 2007) | 3 lines
10041 Changed paths:
10042    M /trunk/epan/dissectors/Makefile.common
10043    A /trunk/epan/dissectors/packet-ctdb.c
10044
10045 initial CTDB dissector
10046
10047
10048 ------------------------------------------------------------------------
10049 r21345 | sahlberg | 2007-04-05 22:02:41 -0700 (Thu, 05 Apr 2007) | 3 lines
10050 Changed paths:
10051    M /trunk/epan/dissectors/packet-ctdb.c
10052
10053 update of dissector to reflect wire format changes
10054
10055
10056 ------------------------------------------------------------------------
10057 r21346 | kukosa | 2007-04-06 00:01:01 -0700 (Fri, 06 Apr 2007) | 1 line
10058 Changed paths:
10059    M /trunk/epan/dissectors/packet-tcp.c
10060    M /trunk/epan/dissectors/packet-tcp.h
10061
10062 export some desegmentation functions from TCP dissector to reuse them in SSL/TLS desegmentation
10063 ------------------------------------------------------------------------
10064 r21347 | grahamb | 2007-04-06 08:51:36 -0700 (Fri, 06 Apr 2007) | 1 line
10065 Changed paths:
10066    M /trunk/epan/Makefile.nmake
10067    M /trunk/tools/lemon/Makefile.nmake
10068
10069 Remove build detritus
10070 ------------------------------------------------------------------------
10071 r21348 | gerald | 2007-04-06 09:15:36 -0700 (Fri, 06 Apr 2007) | 10 lines
10072 Changed paths:
10073    M /trunk/epan/dissectors/Makefile.am
10074    M /trunk/epan/dissectors/Makefile.nmake
10075    M /trunk/tools/make-dissector-reg.py
10076
10077 Add a registration symbol cache to make-dissector-reg.py.  When you
10078 update a dissector and recompile, make-dissector-reg.py can now pull
10079 its list of registration routines from a cache instead of having to
10080 scan through every dissector.  The time to create register.c has gone
10081 from 20 to 30 seconds down to 2 on my desktop machine.
10082
10083 The cache file is a Python pickle data stream.  It should be portable
10084 across architectures, so we may be able to add it to the distribution
10085 at some point.
10086
10087 ------------------------------------------------------------------------
10088 r21349 | richardv | 2007-04-06 19:18:57 -0700 (Fri, 06 Apr 2007) | 2 lines
10089 Changed paths:
10090    M /trunk/test/suite-unittests.sh
10091
10092 make the unit tests spam their output, in an attempt yo understand wtf the matter with the buildbot is
10093
10094 ------------------------------------------------------------------------
10095 r21350 | richardv | 2007-04-06 21:35:39 -0700 (Fri, 06 Apr 2007) | 1 line
10096 Changed paths:
10097    M /trunk/test/suite-unittests.sh
10098
10099 that didn't help. try skipping the exntest to see if it's just that one.
10100 ------------------------------------------------------------------------
10101 r21351 | richardv | 2007-04-07 04:16:46 -0700 (Sat, 07 Apr 2007) | 1 line
10102 Changed paths:
10103    M /trunk/epan/Makefile.nmake
10104
10105 link reassemble_test against the right library
10106 ------------------------------------------------------------------------
10107 r21352 | richardv | 2007-04-08 04:48:59 -0700 (Sun, 08 Apr 2007) | 2 lines
10108 Changed paths:
10109    M /trunk/epan/Makefile.nmake
10110
10111 another go at making reassemble_test build: give it lots more libraries
10112
10113 ------------------------------------------------------------------------
10114 r21353 | richardv | 2007-04-08 06:33:30 -0700 (Sun, 08 Apr 2007) | 1 line
10115 Changed paths:
10116    M /trunk/epan/Makefile.nmake
10117
10118 hrm, we even need dissectors.lib
10119 ------------------------------------------------------------------------
10120 r21354 | guy | 2007-04-08 13:32:21 -0700 (Sun, 08 Apr 2007) | 5 lines
10121 Changed paths:
10122    M /trunk/configure.in
10123
10124 Get rid of extra white space in configure message.
10125
10126 Quote the message about flags added for the Apple linker, so it shows up
10127 correctly.
10128
10129 ------------------------------------------------------------------------
10130 r21355 | guy | 2007-04-08 13:35:56 -0700 (Sun, 08 Apr 2007) | 6 lines
10131 Changed paths:
10132    M /trunk/wiretap/configure.in
10133
10134 Fix up the configure message about extra GCC flags to indicate what
10135 flags are being added.
10136
10137 Quote the message about flags added for the Apple linker, so it shows up
10138 correctly.
10139
10140 ------------------------------------------------------------------------
10141 r21356 | guy | 2007-04-08 13:42:08 -0700 (Sun, 08 Apr 2007) | 2 lines
10142 Changed paths:
10143    M /trunk/configure.in
10144    M /trunk/wiretap/configure.in
10145
10146 Fix a comment.
10147
10148 ------------------------------------------------------------------------
10149 r21357 | jmayer | 2007-04-08 16:37:16 -0700 (Sun, 08 Apr 2007) | 1 line
10150 Changed paths:
10151    M /trunk/manuf
10152    M /trunk/wka.tmpl
10153
10154 Add mc-mac address for l2tp (l2 tunneling proto): GBPT
10155 ------------------------------------------------------------------------
10156 r21358 | jmayer | 2007-04-08 18:14:28 -0700 (Sun, 08 Apr 2007) | 3 lines
10157 Changed paths:
10158    M /trunk
10159
10160 Add "compile" to svn:ignore
10161
10162
10163 ------------------------------------------------------------------------
10164 r21359 | jmayer | 2007-04-08 22:52:03 -0700 (Sun, 08 Apr 2007) | 1 line
10165 Changed paths:
10166    M /trunk/epan/dissectors
10167
10168 svn:ignore register-cache.pkl
10169 ------------------------------------------------------------------------
10170 r21360 | ulfl | 2007-04-09 19:26:39 -0700 (Mon, 09 Apr 2007) | 1 line
10171 Changed paths:
10172    M /trunk/plugins/profinet/packet-pn-ptcp.c
10173
10174 add dissection of PortTime
10175 ------------------------------------------------------------------------
10176 r21361 | jake | 2007-04-09 22:38:57 -0700 (Mon, 09 Apr 2007) | 1 line
10177 Changed paths:
10178    M /trunk/wiretap/iseries.c
10179
10180 Fix for bug 1526. Compare to uppercased strings.
10181 ------------------------------------------------------------------------
10182 r21362 | morriss | 2007-04-10 00:01:59 -0700 (Tue, 10 Apr 2007) | 6 lines
10183 Changed paths:
10184    M /trunk/AUTHORS
10185    M /trunk/epan/dissectors/packet-symantec.c
10186
10187 From David Kennedy via bug 1464:
10188
10189 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1464
10190
10191 Support for Symantec SGS v3 files.
10192
10193 ------------------------------------------------------------------------
10194 r21363 | richardv | 2007-04-10 04:51:16 -0700 (Tue, 10 Apr 2007) | 1 line
10195 Changed paths:
10196    M /trunk/epan/Makefile.nmake
10197    M /trunk/epan/reassemble_test.c
10198
10199 more libs, more stubs... i'll get there one day
10200 ------------------------------------------------------------------------
10201 r21364 | kukosa | 2007-04-10 06:35:39 -0700 (Tue, 10 Apr 2007) | 1 line
10202 Changed paths:
10203    M /trunk/epan/address.h
10204
10205 new SE_COPY_ADDRESS macro
10206 ------------------------------------------------------------------------
10207 r21365 | richardv | 2007-04-10 06:46:33 -0700 (Tue, 10 Apr 2007) | 2 lines
10208 Changed paths:
10209    M /trunk/epan/Makefile.nmake
10210
10211 user32.lib and wsock32.lib shouldn't be make dependencies
10212
10213 ------------------------------------------------------------------------
10214 r21366 | morriss | 2007-04-10 07:31:09 -0700 (Tue, 10 Apr 2007) | 7 lines
10215 Changed paths:
10216    M /trunk/epan/dissectors/packet-pana.c
10217
10218 Fix bug 1511:
10219
10220 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1511
10221
10222 by replacing g_assert() with DISSECTOR_ASSERT().
10223
10224
10225 ------------------------------------------------------------------------
10226 r21367 | morriss | 2007-04-10 07:48:06 -0700 (Tue, 10 Apr 2007) | 7 lines
10227 Changed paths:
10228    M /trunk/epan/dissectors/packet-h263.c
10229    M /trunk/epan/dissectors/packet-ipdc.c
10230    M /trunk/epan/dissectors/packet-per.c
10231    M /trunk/epan/dissectors/packet-radius.c
10232    M /trunk/epan/dissectors/packet-scsi.c
10233
10234 Get rid of some more g_assert*()'s in the dissectors.  There are a few
10235 remaining that I'm not sure exactly what to do with at the moment:
10236 the one in packet-frame probably should be there, the others probably
10237 shouldn't but they also should never fail unless there's a compile or build
10238 problem (AFAICS).
10239
10240
10241 ------------------------------------------------------------------------
10242 r21368 | kukosa | 2007-04-10 08:12:48 -0700 (Tue, 10 Apr 2007) | 3 lines
10243 Changed paths:
10244    M /trunk/epan/dissectors/Makefile.nmake
10245    M /trunk/epan/dissectors/packet-dtls.c
10246    M /trunk/epan/dissectors/packet-ssl-utils.c
10247    M /trunk/epan/dissectors/packet-ssl-utils.h
10248    M /trunk/epan/dissectors/packet-ssl.c
10249
10250 - SSL desegmentation support
10251 - SSL DEFLATE compression method support (RFC3749)
10252 - fix for Bugzilla Bug 1515: SSL bug with mutual authentication
10253 ------------------------------------------------------------------------
10254 r21369 | richardv | 2007-04-10 10:34:32 -0700 (Tue, 10 Apr 2007) | 1 line
10255 Changed paths:
10256    M /trunk/epan/reassemble_test.c
10257
10258 fix typo in eth_stdio_fopen defn
10259 ------------------------------------------------------------------------
10260 r21370 | richardv | 2007-04-10 10:57:47 -0700 (Tue, 10 Apr 2007) | 2 lines
10261 Changed paths:
10262    M /trunk/epan/dissectors/packet-ssl-utils.c
10263    M /trunk/epan/dissectors/packet-ssl-utils.h
10264
10265 remove dependency on zlib.h
10266
10267 ------------------------------------------------------------------------
10268 r21371 | richardv | 2007-04-10 11:09:51 -0700 (Tue, 10 Apr 2007) | 2 lines
10269 Changed paths:
10270    M /trunk/epan/dissectors/packet-ssl-utils.c
10271
10272 fix a number of warnings, and type of ssl_decrypt_record when HAVE_LIBGNUTLS is not defined.
10273
10274 ------------------------------------------------------------------------
10275 r21372 | richardv | 2007-04-10 11:31:36 -0700 (Tue, 10 Apr 2007) | 10 lines
10276 Changed paths:
10277    M /trunk/epan/dfilter/dfvm.c
10278
10279 From Sake Blok:
10280
10281 wireshark SHOULD be able to filter on multiple hf's with the
10282 same field-name, BUT there is a little bug in the code. I have pinpointed it to
10283 the following in epan/dfilter/dfvm.c:
10284 ...
10285 It actually loops through all the hf's with the same name, but only checks
10286 against the original (first) hf.
10287
10288
10289 ------------------------------------------------------------------------
10290 r21373 | richardv | 2007-04-10 11:40:05 -0700 (Tue, 10 Apr 2007) | 13 lines
10291 Changed paths:
10292    M /trunk/epan/dissectors/packet-ssl.c
10293
10294 From Sake Blok:
10295
10296 - changed dissect_ssl2_hnd_client_hello to use hf_ssl_handshake_version instead
10297 of hf_ssl_record_version. SSLv2 client hello's did not display when the filter
10298 ssl.handshake.version == 0x0002 was used, only SSLv2 server hello's were
10299 displayed. Now they are both displayed
10300
10301 - Added generated hf_ssl_record_version to SSLv2 handshake. Since the SSLv2
10302 does not include a record layer version field (unlike SSLv3), this field is
10303 generated so that all packets with a SSLv2 record layer can be filtered out.
10304 [this is actually what bug 1503 was all about]
10305
10306
10307 ------------------------------------------------------------------------
10308 r21374 | lego | 2007-04-10 11:50:57 -0700 (Tue, 10 Apr 2007) | 1 line
10309 Changed paths:
10310    M /trunk/epan/dissectors/packet-ssl-utils.c
10311
10312 fix another warning
10313 ------------------------------------------------------------------------
10314 r21375 | etxrab | 2007-04-10 11:58:18 -0700 (Tue, 10 Apr 2007) | 1 line
10315 Changed paths:
10316    M /trunk/gtk/rtp_stream_dlg.c
10317
10318 Add the name of the dynamic payload type to the stream dialouge if avalable.
10319 ------------------------------------------------------------------------
10320 r21376 | etxrab | 2007-04-10 14:01:54 -0700 (Tue, 10 Apr 2007) | 1 line
10321 Changed paths:
10322    M /trunk/epan/dissectors/packet-h263.c
10323
10324 Dissect a bit more of the h263 data.
10325 ------------------------------------------------------------------------
10326 r21377 | etxrab | 2007-04-10 14:02:50 -0700 (Tue, 10 Apr 2007) | 1 line
10327 Changed paths:
10328    M /trunk/epan/dissectors/packet-sdp.c
10329
10330 Add a reference.
10331 ------------------------------------------------------------------------
10332 r21378 | gerald | 2007-04-10 14:30:40 -0700 (Tue, 10 Apr 2007) | 3 lines
10333 Changed paths:
10334    M /trunk/Makefile.nmake
10335
10336 If MSVCR_DLL or VCREDIST_EXE are defined, add them to the zip packages.
10337 Zip the entire directory instead of just the top-level contents.
10338
10339 ------------------------------------------------------------------------
10340 r21379 | richardv | 2007-04-10 17:22:58 -0700 (Tue, 10 Apr 2007) | 4 lines
10341 Changed paths:
10342    M /trunk/epan/Makefile.am
10343    M /trunk/epan/Makefile.nmake
10344    M /trunk/epan/reassemble_test.c
10345
10346 right; this is going badly.
10347
10348 Let's take a different tack: include only the bare minimum, and set up stubs for everything else.
10349
10350 ------------------------------------------------------------------------
10351 r21380 | morriss | 2007-04-10 21:57:43 -0700 (Tue, 10 Apr 2007) | 12 lines
10352 Changed paths:
10353    M /trunk/airpcap_loader.c
10354    M /trunk/airpcap_loader.h
10355
10356 Fix bug 1377:
10357
10358 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1377
10359
10360 and complaints to the mailing list that a bogus (empty or non-ASCII contents)
10361 dialog box was popped up when getting the list of interfaces.  The problem was
10362 that 'get_airpcap_interface_list()' wasn't setting the returned error value
10363 when it found that AirPcap was not loaded.  If whatever was in that variable
10364 happened to be 1 when a non-AirPcap user requested the list of interfaces
10365 then the bogus dialog would show up.
10366
10367
10368 ------------------------------------------------------------------------
10369 r21381 | kukosa | 2007-04-10 22:54:15 -0700 (Tue, 10 Apr 2007) | 1 line
10370 Changed paths:
10371    M /trunk/epan/dissectors/packet-ssl-utils.c
10372
10373 make packet-ssl-utils.c compileable without GnuTLS
10374 ------------------------------------------------------------------------
10375 r21382 | richardv | 2007-04-11 05:26:02 -0700 (Wed, 11 Apr 2007) | 2 lines
10376 Changed paths:
10377    M /trunk/epan/Makefile.nmake
10378
10379 fix typos
10380
10381 ------------------------------------------------------------------------
10382 r21383 | martinm | 2007-04-11 07:34:56 -0700 (Wed, 11 Apr 2007) | 2 lines
10383 Changed paths:
10384    M /trunk/epan/dissectors/packet-catapult-dct2000.c
10385
10386 Dissect IPPRIM conn_id field.
10387
10388 ------------------------------------------------------------------------
10389 r21384 | gerald | 2007-04-11 08:15:28 -0700 (Wed, 11 Apr 2007) | 13 lines
10390 Changed paths:
10391    M /trunk/epan/dissectors/packet-ieee80211.c
10392
10393 From Stig Bj?\195?\184rlykke:
10394
10395 This patch adds an option to IEEE 802.11 to ignore the wep bit with IV,
10396 as mentioned in
10397 http://www.wireshark.org/lists/wireshark-dev/200704/msg00021.html
10398
10399 I also fixed a bug where the packet is dissected different in the Packet
10400 List with and without "Colorize Packet List" (actually when dissecting
10401 with and without "tree").  Try toggling "Colorize Packet List" with my
10402 previous posted ieee80211-wep.pcap without this patch to see the bug.
10403
10404 The patch is tested on OSX.
10405
10406 ------------------------------------------------------------------------
10407 r21385 | lego | 2007-04-11 12:24:19 -0700 (Wed, 11 Apr 2007) | 4 lines
10408 Changed paths:
10409    M /trunk/epan/wslua/wslua_proto.c
10410    M /trunk/epan/wslua/wslua_tvb.c
10411
10412 have tvbrange:get_ipv4() not modifying the byte order of the extraced data.
10413 have Proto.new() registering the protocol by name.
10414
10415
10416 ------------------------------------------------------------------------
10417 r21386 | richardv | 2007-04-11 16:20:02 -0700 (Wed, 11 Apr 2007) | 2 lines
10418 Changed paths:
10419    M /trunk/epan/Makefile.nmake
10420
10421 try linking against user32.lib and wsock32.lib
10422
10423 ------------------------------------------------------------------------
10424 r21387 | etxrab | 2007-04-11 22:57:49 -0700 (Wed, 11 Apr 2007) | 3 lines
10425 Changed paths:
10426    M /trunk/diameter/dictionary.xml
10427
10428 According to 3GPP TS 32.299 version 7.4.0 Release 7(2006-12):
10429 7.2.27 Content-Length AVP
10430 The Content-Length AVP (AVP code 827) is of type Unsigned32
10431 ------------------------------------------------------------------------
10432 r21388 | etxrab | 2007-04-11 23:17:19 -0700 (Wed, 11 Apr 2007) | 1 line
10433 Changed paths:
10434    M /trunk/diameter/dictionary.xml
10435
10436 Correct a typo.
10437 ------------------------------------------------------------------------
10438 r21389 | martinm | 2007-04-12 07:31:49 -0700 (Thu, 12 Apr 2007) | 2 lines
10439 Changed paths:
10440    M /trunk/epan/dissectors/packet-sip.c
10441
10442 Add Via sigcomp-id param (from draft-ietf-rohc-sigcomp-sip)
10443
10444 ------------------------------------------------------------------------
10445 r21390 | standel | 2007-04-12 10:34:30 -0700 (Thu, 12 Apr 2007) | 16 lines
10446 Changed paths:
10447    M /trunk/AUTHORS
10448    M /trunk/epan/dissectors/packet-ipv6.c
10449    M /trunk/epan/dissectors/packet-ipv6.h
10450    M /trunk/epan/ipproto.c
10451    M /trunk/epan/ipproto.h
10452
10453 From Matthijs Mekking : 
10454
10455 New dissector support, SHIM6
10456
10457 checked in with the following modifications :
10458   - use of proto_tree_add_item whenever possible (addition of several hf_items),
10459   - use distinct subtree idx for each subtree,
10460   - addition of some subtrees,
10461   - split shim_opts in several functions,
10462   - accurate incrementation of offset in locator preferences (in case of option length > 3)
10463   - add true_false_string for critical options and protocol differentiation (hip, shim6)
10464   - add ipv6.shim6.checkksum_good, ipv6.shim6.checkksum_bad, cksum expert info
10465
10466 section added to AUTHORS
10467
10468
10469 ------------------------------------------------------------------------
10470 r21391 | gerald | 2007-04-12 11:42:19 -0700 (Thu, 12 Apr 2007) | 15 lines
10471 Changed paths:
10472    M /trunk/AUTHORS
10473    M /trunk/epan/dissectors/packet-ieee80211.c
10474
10475 Additional 802.11k/n support from Dustin Johnson and myself:
10476
10477   - Break out and display A-MSDUs
10478   - HT Control field (currently disabled)
10479   - Action No Ack
10480   - HT Information IE
10481   - HT Capability IE
10482   - Block Ack Request
10483   - Secondary Channel Offset Tag
10484   - Measurement Request Tag
10485   - Measurement Report Tag
10486
10487 ...along with a bunch of other updates, including displaying the
10488 type/subtype as a hex value (first nibble: type, second nibble: subtype).
10489
10490 ------------------------------------------------------------------------
10491 r21392 | etxrab | 2007-04-12 13:37:08 -0700 (Thu, 12 Apr 2007) | 1 line
10492 Changed paths:
10493    M /trunk/asn1/mms/mms-exp.cnf
10494    M /trunk/asn1/mms/mms.asn
10495    M /trunk/epan/dissectors/packet-mms.c
10496    M /trunk/epan/dissectors/packet-mms.h
10497
10498 Workaround for the ber CHOICE crash.
10499 ------------------------------------------------------------------------
10500 r21393 | standel | 2007-04-12 15:38:36 -0700 (Thu, 12 Apr 2007) | 2 lines
10501 Changed paths:
10502    M /trunk/epan/dissectors/packet-ssl.c
10503
10504 set unused parameters flags to fiw some gcc warnings
10505
10506 ------------------------------------------------------------------------
10507 r21394 | standel | 2007-04-12 15:39:16 -0700 (Thu, 12 Apr 2007) | 2 lines
10508 Changed paths:
10509    M /trunk/epan/dissectors/packet-homeplug.c
10510
10511 get rid of unused variable
10512
10513 ------------------------------------------------------------------------
10514 r21395 | standel | 2007-04-12 15:42:31 -0700 (Thu, 12 Apr 2007) | 2 lines
10515 Changed paths:
10516    M /trunk/epan/dissectors/packet-raw.c
10517
10518 include packet-ipv6.h for capture_ipv6 function
10519
10520 ------------------------------------------------------------------------
10521 r21396 | standel | 2007-04-12 15:43:45 -0700 (Thu, 12 Apr 2007) | 3 lines
10522 Changed paths:
10523    M /trunk/epan/dissectors/Makefile.common
10524
10525 move dissectors which compiles without any warning from DISSECTOR_SRC to
10526 CLEAN_DISSECTOR_SRC
10527
10528 ------------------------------------------------------------------------
10529 r21397 | lego | 2007-04-12 15:45:22 -0700 (Thu, 12 Apr 2007) | 7 lines
10530 Changed paths:
10531    M /trunk/AUTHORS
10532    M /trunk/epan/wslua/wslua_tvb.c
10533
10534 From: Balint Reczey
10535
10536 I would like to handle the rare situation of Little Endian encoded
10537 IP addresses, so i added a function which reads the address with
10538 tvb_get_ipv4(), then swaps the bytes before SET_ADDRESS().
10539
10540
10541 ------------------------------------------------------------------------
10542 r21398 | sfisher | 2007-04-12 17:50:23 -0700 (Thu, 12 Apr 2007) | 7 lines
10543 Changed paths:
10544    M /trunk/epan/dissectors/Makefile.am
10545    M /trunk/epan/dissectors/Makefile.common
10546    M /trunk/epan/dissectors/packet-cisco-wids.c
10547    M /trunk/epan/dissectors/packet-eth.c
10548    M /trunk/epan/dissectors/packet-gssapi.c
10549    M /trunk/epan/dissectors/packet-ncp2222.inc
10550    M /trunk/epan/dissectors/packet-scsi-mmc.c
10551    M /trunk/epan/dissectors/packet-scsi.c
10552    M /trunk/epan/dissectors/packet-wcp.c
10553
10554
10555 Fix various warnings
10556
10557 Move packet-cops.c out of clean dissectors due to a #define conflict
10558 in the headers of net-snmp with our config.h
10559
10560
10561 ------------------------------------------------------------------------
10562 r21399 | sfisher | 2007-04-12 18:03:55 -0700 (Thu, 12 Apr 2007) | 4 lines
10563 Changed paths:
10564    M /trunk/epan/dissectors/packet-ssl.c
10565
10566
10567 Fix unused variable warning when neither SSL_DECRYPT_DEBUG nor HAVE_LIBGNUTLS is defined.
10568
10569
10570 ------------------------------------------------------------------------
10571 r21400 | wmeier | 2007-04-12 18:53:14 -0700 (Thu, 12 Apr 2007) | 3 lines
10572 Changed paths:
10573    M /trunk/epan/Makefile.nmake
10574
10575 Fix for link commands for exntest.exe, tvbtest.exe and reassemble_test.exe;
10576 (Seems to work using vc6 on Windows XP).
10577
10578 ------------------------------------------------------------------------
10579 r21401 | gerald | 2007-04-12 22:44:57 -0700 (Thu, 12 Apr 2007) | 4 lines
10580 Changed paths:
10581    M /trunk/epan/dissectors/packet-ipsec.c
10582
10583 Fix a mis-labeled field reported in Ethereal bug 1101.  Update all
10584 of the short descriptions and fill in all of the long descriptions.
10585 Fix up whitespace.
10586
10587 ------------------------------------------------------------------------
10588 r21402 | etxrab | 2007-04-12 22:49:43 -0700 (Thu, 12 Apr 2007) | 1 line
10589 Changed paths:
10590    D /trunk/asn1/ansi_map/README
10591
10592 Remove the obsolete readme file.
10593 ------------------------------------------------------------------------
10594 r21403 | morriss | 2007-04-12 23:24:58 -0700 (Thu, 12 Apr 2007) | 4 lines
10595 Changed paths:
10596    M /trunk/epan/dissectors/packet-scsi.h
10597
10598 Change the prototypes of dissect_spc_inquiry() and dissect_spc_reportluns()
10599 as per the change in rev 21398 to get Windows builds working again.
10600
10601
10602 ------------------------------------------------------------------------
10603 r21404 | morriss | 2007-04-12 23:49:22 -0700 (Thu, 12 Apr 2007) | 9 lines
10604 Changed paths:
10605    M /trunk/AUTHORS
10606    M /trunk/epan/dissectors/packet-wlccp.c
10607
10608 From Kevin A. Noll via bug 1522:
10609
10610 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1522
10611
10612 Support for WLCCP version 0xC1.
10613
10614 Also updated his email address in AUTHORS.
10615
10616
10617 ------------------------------------------------------------------------
10618 r21405 | standel | 2007-04-13 00:50:53 -0700 (Fri, 13 Apr 2007) | 4 lines
10619 Changed paths:
10620    M /trunk/asn1/Makefile.am
10621
10622 remove ref to ansi_map/README in the Makefile
10623
10624 ubuntu buildbot should work again
10625
10626 ------------------------------------------------------------------------
10627 r21406 | kukosa | 2007-04-13 07:15:12 -0700 (Fri, 13 Apr 2007) | 1 line
10628 Changed paths:
10629    M /trunk/asn1/h235/packet-h235-template.c
10630    M /trunk/asn1/h245/h245.cnf
10631    M /trunk/asn1/h245/packet-h245-template.c
10632    M /trunk/epan/dissectors/packet-h235.c
10633    M /trunk/epan/dissectors/packet-h235.h
10634    M /trunk/epan/dissectors/packet-h245.c
10635    M /trunk/epan/dissectors/packet-mikey.c
10636
10637 H.235.7: MIKEY in H.323
10638 ------------------------------------------------------------------------
10639 r21407 | kukosa | 2007-04-13 07:19:26 -0700 (Fri, 13 Apr 2007) | 2 lines
10640 Changed paths:
10641    M /trunk/tools/asn2wrs.py
10642
10643 support of tagged types for BER - i.e. tagged assignments, more than one level tags in SEQUENCE/CHOICE
10644 it has to be enabled with -T option as it is experimental
10645 ------------------------------------------------------------------------
10646 r21408 | standel | 2007-04-13 07:55:55 -0700 (Fri, 13 Apr 2007) | 3 lines
10647 Changed paths:
10648    M /trunk/epan/dissectors/packet-mikey.c
10649
10650 fix gcc warning :
10651   use of new_register_dissector instead of register_dissector
10652
10653 ------------------------------------------------------------------------
10654 r21409 | standel | 2007-04-13 08:23:47 -0700 (Fri, 13 Apr 2007) | 6 lines
10655 Changed paths:
10656    M /trunk/epan/dissectors/packet-scsi-mmc.c
10657    M /trunk/epan/dissectors/packet-scsi-sbc.c
10658    M /trunk/epan/dissectors/packet-scsi-smc.c
10659    M /trunk/epan/dissectors/packet-scsi-ssc.c
10660    M /trunk/epan/dissectors/packet-scsi.c
10661    M /trunk/epan/dissectors/packet-scsi.h
10662
10663 use of volatile for every functions and not only the ones using the Exception
10664 mechanisms. (fix rev21398)
10665
10666 Windows buildbot sould be green again as formal parameters are the same as the
10667 ones in the declaration now.
10668
10669 ------------------------------------------------------------------------
10670 r21410 | standel | 2007-04-13 08:25:33 -0700 (Fri, 13 Apr 2007) | 2 lines
10671 Changed paths:
10672    M /trunk/epan/dissectors/Makefile.common
10673    M /trunk/epan/dissectors/packet-h248_3gpp.c
10674    M /trunk/epan/dissectors/packet-h263.c
10675
10676 fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRC
10677
10678 ------------------------------------------------------------------------
10679 r21411 | standel | 2007-04-13 08:52:04 -0700 (Fri, 13 Apr 2007) | 2 lines
10680 Changed paths:
10681    M /trunk/epan/dissectors/packet-scsi-osd.c
10682
10683 miss some volatile qualifiers in scsi-osd
10684
10685 ------------------------------------------------------------------------
10686 r21412 | standel | 2007-04-13 10:16:24 -0700 (Fri, 13 Apr 2007) | 4 lines
10687 Changed paths:
10688    M /trunk/epan/dissectors/packet-scsi-mmc.c
10689    M /trunk/epan/dissectors/packet-scsi-osd.c
10690    M /trunk/epan/dissectors/packet-scsi-sbc.c
10691    M /trunk/epan/dissectors/packet-scsi-smc.c
10692    M /trunk/epan/dissectors/packet-scsi-ssc.c
10693    M /trunk/epan/dissectors/packet-scsi.c
10694    M /trunk/epan/dissectors/packet-scsi.h
10695
10696 another attempt to let windows buildbot becoming green
10697
10698 fix rev21398 (gcc warning fix)
10699
10700 ------------------------------------------------------------------------
10701 r21413 | lego | 2007-04-13 10:46:54 -0700 (Fri, 13 Apr 2007) | 3 lines
10702 Changed paths:
10703    M /trunk/asn1/h248/packet-h248-template.c
10704    M /trunk/epan/dissectors/packet-h248.c
10705
10706  Have the h248term handle evaluated as late as possible.
10707
10708
10709 ------------------------------------------------------------------------
10710 r21414 | standel | 2007-04-13 11:08:27 -0700 (Fri, 13 Apr 2007) | 3 lines
10711 Changed paths:
10712    M /trunk/epan/dissectors/packet-scsi-mmc.c
10713
10714 ultimate declaration of a volatile variable to let gcc-3.4 happy.
10715
10716
10717 ------------------------------------------------------------------------
10718 r21415 | gerald | 2007-04-13 12:28:03 -0700 (Fri, 13 Apr 2007) | 11 lines
10719 Changed paths:
10720    M /trunk/epan/dissectors/packet-ieee80211.c
10721
10722 802.11k/n updates from Dustin Johnson:
10723
10724   - Refactored Frame Control into its own function
10725   - Refactored the Action field
10726   - Add Block Ack/Block Ack Request
10727   - Add a Control Wrapper stub
10728   - Add the Neigbor Report tag
10729   - Add the Extended Channel Switch Announcement tag
10730   - Add the Supported Regulatory Classes tag
10731   - Add the Secondary Channel Offset tag
10732
10733 ------------------------------------------------------------------------
10734 r21416 | standel | 2007-04-13 13:38:19 -0700 (Fri, 13 Apr 2007) | 2 lines
10735 Changed paths:
10736    M /trunk/epan/dissectors/packet-rtcp.c
10737
10738 fix gcc warning
10739
10740 ------------------------------------------------------------------------
10741 r21417 | standel | 2007-04-13 13:59:20 -0700 (Fri, 13 Apr 2007) | 3 lines
10742 Changed paths:
10743    M /trunk/capture-pcap-util.c
10744    M /trunk/capture-pcap-util.h
10745    M /trunk/capture_loop.c
10746    M /trunk/capture_loop.h
10747    M /trunk/gtk/capture_dlg.c
10748
10749 fix gcc warning about qualifier types (const) which are discarded when arriving
10750 at the pcap interface.
10751
10752 ------------------------------------------------------------------------
10753 r21418 | standel | 2007-04-13 15:40:42 -0700 (Fri, 13 Apr 2007) | 2 lines
10754 Changed paths:
10755    M /trunk/epan/dissectors/Makefile.common
10756
10757 move to CLEAN_DISSECTOR_SRC
10758
10759 ------------------------------------------------------------------------
10760 r21419 | gerald | 2007-04-13 15:49:54 -0700 (Fri, 13 Apr 2007) | 2 lines
10761 Changed paths:
10762    M /trunk/tools/make-dissector-reg.py
10763
10764 Fixup whitespace.
10765
10766 ------------------------------------------------------------------------
10767 r21420 | sfisher | 2007-04-13 15:50:47 -0700 (Fri, 13 Apr 2007) | 4 lines
10768 Changed paths:
10769    M /trunk/epan/dissectors/packet-ieee80211.c
10770
10771
10772 Remove unused variable that is causing a warning 
10773
10774
10775 ------------------------------------------------------------------------
10776 r21421 | standel | 2007-04-13 15:52:33 -0700 (Fri, 13 Apr 2007) | 2 lines
10777 Changed paths:
10778    M /trunk/configure.in
10779
10780 change the script to automatically stop on warning if compiling with gcc.
10781
10782 ------------------------------------------------------------------------
10783 r21422 | standel | 2007-04-13 16:10:13 -0700 (Fri, 13 Apr 2007) | 3 lines
10784 Changed paths:
10785    M /trunk/wiretap/configure.in
10786
10787 change the script to automatically stop on warning if compiling with gcc.
10788
10789
10790 ------------------------------------------------------------------------
10791 r21423 | sfisher | 2007-04-13 16:32:21 -0700 (Fri, 13 Apr 2007) | 4 lines
10792 Changed paths:
10793    M /trunk/epan/dfilter/dfilter-macro.c
10794    M /trunk/epan/strutil.c
10795    M /trunk/epan/uat.c
10796    M /trunk/epan/uat.h
10797
10798
10799 Fix some Solaris buildbot warnings
10800
10801
10802 ------------------------------------------------------------------------
10803 r21424 | standel | 2007-04-13 16:40:50 -0700 (Fri, 13 Apr 2007) | 3 lines
10804 Changed paths:
10805    M /trunk/epan/dfilter/Makefile.am
10806
10807 don't treat warnings as errors until a solution is found for scanner.c
10808 depending on the lex used, it may generates warning.
10809
10810 ------------------------------------------------------------------------
10811 r21425 | jmayer | 2007-04-13 17:35:53 -0700 (Fri, 13 Apr 2007) | 4 lines
10812 Changed paths:
10813    M /trunk/configure.in
10814
10815 Disable warnings as errors if extra gcc warnings was specified.
10816 Change to positive logic --without-warnings-as-errors (default no)
10817 ==> --with-warnings-as-errors (default yes)
10818
10819 ------------------------------------------------------------------------
10820 r21426 | jmayer | 2007-04-13 17:41:08 -0700 (Fri, 13 Apr 2007) | 2 lines
10821 Changed paths:
10822    M /trunk/wiretap/configure.in
10823
10824 Same as for top level configure.in
10825
10826 ------------------------------------------------------------------------
10827 r21427 | jmayer | 2007-04-13 18:07:36 -0700 (Fri, 13 Apr 2007) | 3 lines
10828 Changed paths:
10829    M /trunk/epan/dissectors/Makefile.common
10830    A /trunk/epan/dissectors/packet-cisco-erspan.c
10831    M /trunk/epan/dissectors/packet-cisco-oui.c
10832    M /trunk/epan/dissectors/packet-gre.c
10833    M /trunk/epan/greproto.h
10834    M /trunk/wiretap/libpcap.c
10835
10836 Beginnings of a Cisco ERSPAN dissector - the only thing missing is the code
10837 to actually call this (aka to handle the ambiguities of DLT values).
10838
10839 ------------------------------------------------------------------------
10840 r21428 | standel | 2007-04-14 00:55:43 -0700 (Sat, 14 Apr 2007) | 2 lines
10841 Changed paths:
10842    M /trunk/epan/dissectors/packet-cisco-erspan.c
10843
10844 typo fix
10845
10846 ------------------------------------------------------------------------
10847 r21429 | standel | 2007-04-14 04:55:19 -0700 (Sat, 14 Apr 2007) | 3 lines
10848 Changed paths:
10849    M /trunk/epan/crypt/airpdcap_rijndael.c
10850
10851 delete Td4 as it is used only in rijndaelDecrypt and rijndaelDecryptRound not
10852 present in the wireshark code
10853
10854 ------------------------------------------------------------------------
10855 r21430 | standel | 2007-04-14 06:15:52 -0700 (Sat, 14 Apr 2007) | 2 lines
10856 Changed paths:
10857    M /trunk/epan/dissectors/packet-3com-njack.c
10858
10859 get rid of unused variables (tfs, value_string)
10860
10861 ------------------------------------------------------------------------
10862 r21431 | standel | 2007-04-14 07:01:53 -0700 (Sat, 14 Apr 2007) | 7 lines
10863 Changed paths:
10864    M /trunk/epan/dissectors/Makefile.common
10865    M /trunk/epan/dissectors/packet-aim-chat.c
10866    M /trunk/epan/dissectors/packet-aim-messaging.c
10867    M /trunk/epan/dissectors/packet-arp.c
10868    M /trunk/epan/dissectors/packet-bssap.c
10869    M /trunk/epan/dissectors/packet-btrfcomm.c
10870    M /trunk/epan/dissectors/packet-btsdp.c
10871    M /trunk/epan/dissectors/packet-dec-dnart.c
10872    M /trunk/epan/dissectors/packet-dnp.c
10873    M /trunk/epan/dissectors/packet-epl.h
10874    M /trunk/epan/dissectors/packet-fc.c
10875    M /trunk/epan/dissectors/packet-fix.c
10876    M /trunk/epan/dissectors/packet-giop.c
10877    M /trunk/epan/dissectors/packet-gsm_a.c
10878    M /trunk/epan/dissectors/packet-h248_3gpp.c
10879    M /trunk/epan/dissectors/packet-h248_annex_c.c
10880    M /trunk/epan/dissectors/packet-h248_annex_e.c
10881    M /trunk/epan/dissectors/packet-h248_q1950.c
10882    M /trunk/epan/dissectors/packet-ipsec.c
10883    M /trunk/epan/dissectors/packet-ipv6.c
10884    M /trunk/epan/dissectors/packet-isakmp.c
10885    M /trunk/epan/dissectors/packet-jxta.c
10886    M /trunk/epan/dissectors/packet-mikey.c
10887    M /trunk/epan/dissectors/packet-ncp-sss.c
10888    M /trunk/epan/dissectors/packet-pana.c
10889    M /trunk/epan/dissectors/packet-skinny.c
10890    M /trunk/epan/dissectors/packet-slowprotocols.c
10891    M /trunk/epan/dissectors/packet-ssh.c
10892    M /trunk/epan/dissectors/packet-ssl-utils.h
10893    M /trunk/epan/dissectors/packet-tipc.c
10894    M /trunk/epan/dissectors/packet-uma.c
10895
10896 fix MacOSX gcc-3.3 warnings about unused tfs/value_string variables
10897 most have been tagged unused (few have been deleted if dissector has not been
10898 modified since a long time)
10899
10900 move packet-ssl-utils.c to DISSECTOR_SRC
10901
10902
10903 ------------------------------------------------------------------------
10904 r21432 | standel | 2007-04-14 07:07:46 -0700 (Sat, 14 Apr 2007) | 4 lines
10905 Changed paths:
10906    M /trunk/epan/Makefile.am
10907    M /trunk/plugins/mate/Makefile.am
10908    M /trunk/wiretap/Makefile.am
10909
10910 remove "treat warnings as errors" barrier for every repo containing code
10911 generated by $(LEX) until a solution is found to compile them separately.
10912
10913
10914 ------------------------------------------------------------------------
10915 r21433 | standel | 2007-04-14 08:57:03 -0700 (Sat, 14 Apr 2007) | 3 lines
10916 Changed paths:
10917    M /trunk/epan/dissectors/Makefile.common
10918    M /trunk/gtk/gui_prefs.c
10919    M /trunk/plugins/docsis/packet-type29ucd.c
10920    M /trunk/plugins/h223/packet-h223.c
10921
10922 move ipsec to DISSECTOR_SRC
10923 fix some more MacOSX gcc warnings
10924
10925 ------------------------------------------------------------------------
10926 r21434 | standel | 2007-04-14 09:09:59 -0700 (Sat, 14 Apr 2007) | 3 lines
10927 Changed paths:
10928    M /trunk/Makefile.am
10929
10930 even this repo contains code generated by lex!
10931
10932
10933 ------------------------------------------------------------------------
10934 r21435 | etxrab | 2007-04-14 10:08:46 -0700 (Sat, 14 Apr 2007) | 1 line
10935 Changed paths:
10936    M /trunk/asn1/ansi_map/ansi_map.asn
10937
10938 Fix a bug in the ASN1 spec. ( I can't regenerate the dissector currently).
10939 ------------------------------------------------------------------------
10940 r21436 | standel | 2007-04-14 11:18:25 -0700 (Sat, 14 Apr 2007) | 2 lines
10941 Changed paths:
10942    M /trunk/gtk/rtp_player.c
10943
10944 unused variable
10945
10946 ------------------------------------------------------------------------
10947 r21437 | standel | 2007-04-14 11:39:07 -0700 (Sat, 14 Apr 2007) | 2 lines
10948 Changed paths:
10949    M /trunk/epan/dissectors/packet-ssl-utils.h
10950
10951 "false" unused variables (they are not use in wiretap repo)
10952
10953 ------------------------------------------------------------------------
10954 r21438 | sfisher | 2007-04-14 12:04:19 -0700 (Sat, 14 Apr 2007) | 6 lines
10955 Changed paths:
10956    M /trunk/epan/dissectors/packet-ssl.c
10957
10958
10959 From Sake Blok:
10960
10961 Fix false malformed SSL handshake messages
10962
10963
10964 ------------------------------------------------------------------------
10965 r21439 | standel | 2007-04-14 12:49:48 -0700 (Sat, 14 Apr 2007) | 2 lines
10966 Changed paths:
10967    M /trunk/gtk/rtp_player.c
10968
10969 uninitialized warning fix
10970
10971 ------------------------------------------------------------------------
10972 r21440 | jmayer | 2007-04-14 17:40:05 -0700 (Sat, 14 Apr 2007) | 2 lines
10973 Changed paths:
10974    M /trunk/epan/dissectors/packet-3com-njack.c
10975
10976 Revert commit 21430 and use #if 0/#endif instead
10977
10978 ------------------------------------------------------------------------
10979 r21441 | morriss | 2007-04-15 04:03:21 -0700 (Sun, 15 Apr 2007) | 1 line
10980 Changed paths:
10981    M /trunk/tap-h225counter.c
10982
10983 Replace 14 for loops (each setting an array of integers to 0) with a memset
10984 ------------------------------------------------------------------------
10985 r21442 | morriss | 2007-04-15 21:34:07 -0700 (Sun, 15 Apr 2007) | 4 lines
10986 Changed paths:
10987    M /trunk/epan/tap.h
10988    M /trunk/tap-afpstat.c
10989    M /trunk/tap-dcerpcstat.c
10990    M /trunk/tap-rpcprogs.c
10991    M /trunk/tap-rpcstat.c
10992    M /trunk/tap-smbstat.c
10993
10994 Wireshark now requires support for 64-bit types so there's no need to #ifdef
10995 around them.  Print 64-bit types using the PRI macros; add inttypes.h to
10996 tap.h (if necessary) to pick up those macros for all the taps.
10997
10998 ------------------------------------------------------------------------
10999 r21443 | morriss | 2007-04-15 21:52:51 -0700 (Sun, 15 Apr 2007) | 1 line
11000 Changed paths:
11001    M /trunk/epan/camel-persistentdata.c
11002    M /trunk/epan/dissectors/packet-ber.c
11003    M /trunk/epan/dissectors/packet-frame.c
11004    M /trunk/epan/dissectors/packet-kerberos.c
11005    M /trunk/epan/dissectors/packet-per.c
11006    M /trunk/epan/dissectors/packet-tcp.c
11007    M /trunk/epan/tcap-persistentdata.c
11008
11009 Frame numbers are unsigned, print them as such
11010 ------------------------------------------------------------------------
11011 r21444 | jake | 2007-04-15 23:20:39 -0700 (Sun, 15 Apr 2007) | 1 line
11012 Changed paths:
11013    M /trunk/gtk/rtp_player.c
11014
11015 Unused parameter
11016 ------------------------------------------------------------------------
11017 r21445 | kukosa | 2007-04-15 23:41:56 -0700 (Sun, 15 Apr 2007) | 1 line
11018 Changed paths:
11019    M /trunk/epan/dissectors/packet-ssl-utils.c
11020    M /trunk/epan/dissectors/packet-ssl-utils.h
11021
11022 move string tables from packet-ssl-utils.h to packet-ssl-utils.c and export them
11023 ------------------------------------------------------------------------
11024 r21446 | morriss | 2007-04-16 01:37:39 -0700 (Mon, 16 Apr 2007) | 1 line
11025 Changed paths:
11026    M /trunk/epan/dissectors/packet-isup.c
11027    M /trunk/epan/dissectors/packet-sccp.c
11028
11029 Fix a couple warnings
11030 ------------------------------------------------------------------------
11031 r21447 | morriss | 2007-04-16 01:53:33 -0700 (Mon, 16 Apr 2007) | 1 line
11032 Changed paths:
11033    M /trunk/AUTHORS
11034    M /trunk/epan/dissectors/packet-pana.c
11035
11036 From Victor Fajardo: update the PANA dissector to draft-15a
11037 ------------------------------------------------------------------------
11038 r21448 | morriss | 2007-04-16 02:03:11 -0700 (Mon, 16 Apr 2007) | 1 line
11039 Changed paths:
11040    M /trunk/epan/dissectors/packet-pana.c
11041
11042 Replace g_assert() with DISSECTOR_ASSERT()
11043 ------------------------------------------------------------------------
11044 r21449 | tuexen | 2007-04-16 10:03:30 -0700 (Mon, 16 Apr 2007) | 2 lines
11045 Changed paths:
11046    M /trunk/epan/dissectors/packet-asap.c
11047    M /trunk/epan/dissectors/packet-enrp.c
11048
11049 Use recent IANA port assignments.
11050
11051 ------------------------------------------------------------------------
11052 r21450 | gerald | 2007-04-16 11:35:22 -0700 (Mon, 16 Apr 2007) | 11 lines
11053 Changed paths:
11054    M /trunk/AUTHORS
11055    M /trunk/epan/dissectors/packet-ieee80211.c
11056
11057 From Tuomas Maattanen:
11058
11059 the current SVN (rev 21448) 802.11 WMM TSPEC dissector seems to have
11060 some bugs.
11061
11062 TS Info field should be three bytes long, not two.  Suspension Interval
11063 field is missing altogether, shifting all other fields by four bytes.
11064 Maximum Burst Size, Minimum PHY Rate, Peak Data Rate and Delay Bound
11065 are in wrong order.
11066
11067
11068 ------------------------------------------------------------------------
11069 r21451 | lego | 2007-04-16 16:15:03 -0700 (Mon, 16 Apr 2007) | 3 lines
11070 Changed paths:
11071    M /trunk/epan/exceptions.h
11072
11073 revert back to 20437
11074
11075
11076 ------------------------------------------------------------------------
11077 r21452 | gerald | 2007-04-16 17:34:32 -0700 (Mon, 16 Apr 2007) | 10 lines
11078 Changed paths:
11079    M /trunk/epan/dissectors/packet-ieee80211.c
11080
11081 More .11k/n updates from Dustin Johnson:
11082
11083   - Measurement Pilot frame support
11084   - Various Block Ack fields
11085   - Various Power fields
11086   - Measurement Pilot field
11087   - Country String field
11088   - Channel Width field
11089   - QoS Information fields
11090
11091 ------------------------------------------------------------------------
11092 r21453 | morriss | 2007-04-17 03:01:39 -0700 (Tue, 17 Apr 2007) | 1 line
11093 Changed paths:
11094    M /trunk/configure.in
11095    M /trunk/wiretap/configure.in
11096
11097 Fix --with(out)-warnings-as-errors test so warnings-as-errors can be disabled (with gcc)
11098 ------------------------------------------------------------------------
11099 r21454 | morriss | 2007-04-17 03:11:41 -0700 (Tue, 17 Apr 2007) | 3 lines
11100 Changed paths:
11101    M /trunk/epan/dissectors/packet-dmp.c
11102    M /trunk/epan/dissectors/packet-edonkey.c
11103    M /trunk/epan/dissectors/packet-frame.c
11104    M /trunk/epan/dissectors/packet-ieee80211.c
11105
11106 Fix warnings of the form "long long unsigned int format, guint64 arg": use
11107 the PRI macros instead of %llu, etc.
11108
11109 ------------------------------------------------------------------------
11110 r21455 | lego | 2007-04-17 08:13:17 -0700 (Tue, 17 Apr 2007) | 1 line
11111 Changed paths:
11112    M /trunk/epan/dfilter/semcheck.c
11113
11114 Make sure ENDTRY gets evaluated
11115 ------------------------------------------------------------------------
11116 r21456 | jmayer | 2007-04-17 08:17:06 -0700 (Tue, 17 Apr 2007) | 2 lines
11117 Changed paths:
11118    M /trunk/epan/dissectors/packet-extreme.c
11119
11120 Detect ELSM as such - meaning of the elements is still unknown.
11121
11122 ------------------------------------------------------------------------
11123 r21457 | lego | 2007-04-17 08:46:05 -0700 (Tue, 17 Apr 2007) | 3 lines
11124 Changed paths:
11125    M /trunk/epan/dissectors/packet-sip.c
11126
11127 register the right dissector for tcp 
11128
11129 Fixes Bug 1429
11130 ------------------------------------------------------------------------
11131 r21458 | jmayer | 2007-04-17 09:51:24 -0700 (Tue, 17 Apr 2007) | 17 lines
11132 Changed paths:
11133    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
11134
11135 Update from samba tree revision 22006 to 22314
11136 ============================ Samba log start ============
11137 ------------------------------------------------------------------------
11138 r22029 | jpeach | 2007-04-02 19:06:14 +0200 (Mon, 02 Apr 2007) | 2 lines
11139 Changed paths:
11140    M /branches/SAMBA_4_0/source/lib/registry/config.mk
11141    M /branches/SAMBA_4_0/source/lib/replace/samba.m4
11142    M /branches/SAMBA_4_0/source/main.mk
11143    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
11144
11145 Make sure we respect $srcdir correctly for the srcdir != builddir case.
11146
11147 ------------------------------------------------------------------------
11148 ------------------------------------------------------------------------
11149 ============================ Samba log end ==============
11150
11151
11152 ------------------------------------------------------------------------
11153 r21459 | gerald | 2007-04-17 10:13:55 -0700 (Tue, 17 Apr 2007) | 3 lines
11154 Changed paths:
11155    M /trunk/tools/make-dissector-reg.py
11156
11157 Use the older-style ST_MTIME instead of st_mtime.  This should fix backward 
11158 compatibility.
11159
11160 ------------------------------------------------------------------------
11161 r21460 | morriss | 2007-04-17 21:13:50 -0700 (Tue, 17 Apr 2007) | 4 lines
11162 Changed paths:
11163    M /trunk/epan/dissectors/packet-dtls.c
11164    M /trunk/epan/dissectors/packet-ssl.c
11165
11166 Pass NULL (instead of proto_) in the last parameter of tap_queue_packet()
11167 because NULL is just as interesting as the proto_ entry and the latter
11168 generates a compiler warning.
11169
11170 ------------------------------------------------------------------------
11171 r21461 | morriss | 2007-04-17 21:34:10 -0700 (Tue, 17 Apr 2007) | 2 lines
11172 Changed paths:
11173    M /trunk/tap-iousers.c
11174    M /trunk/tap-protohierstat.c
11175
11176 Change bytes counters to 64 bits and use the PRI macros to print them.
11177
11178 ------------------------------------------------------------------------
11179 r21462 | etxrab | 2007-04-17 23:30:23 -0700 (Tue, 17 Apr 2007) | 1 line
11180 Changed paths:
11181    M /trunk/asn1/ansi_map/ansi_map.asn
11182    M /trunk/epan/dissectors/packet-ansi_map.c
11183    M /trunk/epan/dissectors/packet-ansi_map.h
11184
11185 Add an IE.
11186 ------------------------------------------------------------------------
11187 r21463 | etxrab | 2007-04-17 23:31:25 -0700 (Tue, 17 Apr 2007) | 4 lines
11188 Changed paths:
11189    M /trunk/epan/dissectors/packet-ansi_801.c
11190
11191 From Michael Lum:
11192 This patch implements parameter dissection for about 1/2 to 2/3 of the messages in IS-801.
11193
11194 Built and tested against the latest source as of Friday April 13th 2007.
11195 ------------------------------------------------------------------------
11196 r21464 | etxrab | 2007-04-17 23:32:00 -0700 (Tue, 17 Apr 2007) | 1 line
11197 Changed paths:
11198    M /trunk/epan/dissectors/packet-gtp.c
11199
11200 Add a comment.
11201 ------------------------------------------------------------------------
11202 r21465 | morriss | 2007-04-18 00:06:56 -0700 (Wed, 18 Apr 2007) | 4 lines
11203 Changed paths:
11204    M /trunk/epan/dissectors/packet-pana.c
11205
11206 Don't use DISSECTOR_ASSERT to (essentially) verify packet data.  Instead
11207 add an expert info entry if the AVP length is 0 and just return after
11208 dissecting that AVP.
11209
11210 ------------------------------------------------------------------------
11211 r21466 | kukosa | 2007-04-18 01:55:28 -0700 (Wed, 18 Apr 2007) | 2 lines
11212 Changed paths:
11213    M /trunk/tools/asn2wrs.py
11214
11215 - new -L command line option to suppress #line directives from .cnf file
11216 - new #.MAKE_ENUM and #.MAKE_DEFINES directives to generate enum/#define for enumerated types (ENUMERATED or INTEGER with named values)
11217 ------------------------------------------------------------------------
11218 r21467 | kukosa | 2007-04-18 01:58:48 -0700 (Wed, 18 Apr 2007) | 1 line
11219 Changed paths:
11220    M /trunk/asn1/rnsap/packet-rnsap-template.c
11221    M /trunk/asn1/rnsap/rnsap.cnf
11222    M /trunk/epan/dissectors/packet-rnsap.c
11223
11224 usage of new #.MAKE_DEFINES asn2wrs directive in RNSAP
11225 ------------------------------------------------------------------------
11226 r21468 | martinm | 2007-04-18 02:23:27 -0700 (Wed, 18 Apr 2007) | 3 lines
11227 Changed paths:
11228    M /trunk/epan/dissectors/packet-ansi_801.c
11229
11230 Make specifier string match args
11231 (may not be the intended formatting, but it builds...)
11232
11233 ------------------------------------------------------------------------
11234 r21469 | kukosa | 2007-04-18 03:52:46 -0700 (Wed, 18 Apr 2007) | 1 line
11235 Changed paths:
11236    M /trunk/asn1/h225/h225.cnf
11237
11238 use new possibility to set #.EXPORTS flag for whole directive
11239 ------------------------------------------------------------------------
11240 r21470 | sfisher | 2007-04-18 14:42:37 -0700 (Wed, 18 Apr 2007) | 4 lines
11241 Changed paths:
11242    M /trunk/capture_loop.c
11243
11244
11245 Remove a linebreak from an error message dialog so it wraps properly
11246
11247
11248 ------------------------------------------------------------------------
11249 r21471 | etxrab | 2007-04-18 14:52:11 -0700 (Wed, 18 Apr 2007) | 2 lines
11250 Changed paths:
11251    M /trunk/asn1/camel/camel.cnf
11252    M /trunk/epan/dissectors/packet-camel.c
11253
11254 Fix to BUG GSM CAMEL-3 GPRS InvokeInitialDPGPRS.APN decoded incorrectly
11255 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1543
11256 ------------------------------------------------------------------------
11257 r21472 | richardv | 2007-04-18 15:31:47 -0700 (Wed, 18 Apr 2007) | 2 lines
11258 Changed paths:
11259    M /trunk/epan/Makefile.nmake
11260    M /trunk/test/suite-unittests.sh
11261
11262 following advice from Gerald, Graham Bloice, and others, let's try copying the unit test executables into the wireshark-gtk2 directory before running them.
11263
11264 ------------------------------------------------------------------------
11265 r21473 | kukosa | 2007-04-19 00:09:59 -0700 (Thu, 19 Apr 2007) | 1 line
11266 Changed paths:
11267    M /trunk/epan/dissectors/packet-sip.c
11268
11269 register the right dissector for SIP over SSL/TLS
11270 ------------------------------------------------------------------------
11271 r21474 | kukosa | 2007-04-19 05:57:23 -0700 (Thu, 19 Apr 2007) | 1 line
11272 Changed paths:
11273    M /trunk/epan/libwireshark.def
11274
11275 export dissect_ber_tagged_type()
11276 ------------------------------------------------------------------------
11277 r21475 | kukosa | 2007-04-19 05:58:31 -0700 (Thu, 19 Apr 2007) | 1 line
11278 Changed paths:
11279    M /trunk/tools/asn2wrs.py
11280
11281 added missing dependency in tagged type
11282 ------------------------------------------------------------------------
11283 r21476 | richardv | 2007-04-19 10:03:58 -0700 (Thu, 19 Apr 2007) | 1 line
11284 Changed paths:
11285    M /trunk/test/suite-unittests.sh
11286
11287 fix typos
11288 ------------------------------------------------------------------------
11289 r21477 | richardv | 2007-04-19 10:13:49 -0700 (Thu, 19 Apr 2007) | 6 lines
11290 Changed paths:
11291    M /trunk/epan/dissectors/packet-juniper.c
11292
11293 From Hannes Gredler:
11294
11295 attached a small bugfix that uses the correct bits
11296 for determining if the ATM payload is a OAM cell.
11297
11298
11299 ------------------------------------------------------------------------
11300 r21478 | jmayer | 2007-04-20 02:26:59 -0700 (Fri, 20 Apr 2007) | 7 lines
11301 Changed paths:
11302    M /trunk/epan/dissectors/packet-extreme.c
11303
11304 Add Recognition of ELRP (Extreme Loop Recognition Protocol) Elements.
11305 I don't know how to decode them though.
11306
11307 Fix some typos.
11308
11309 Change some Element descriptions.
11310
11311 ------------------------------------------------------------------------
11312 r21479 | etxrab | 2007-04-20 06:54:56 -0700 (Fri, 20 Apr 2007) | 1 line
11313 Changed paths:
11314    M /trunk/epan/dissectors/packet-ber.c
11315    M /trunk/epan/dissectors/packet-ber.h
11316
11317 Add EXTERNAL to the value string and add comments about UNIVERSAL tags.
11318 ------------------------------------------------------------------------
11319 r21480 | standel | 2007-04-20 07:19:20 -0700 (Fri, 20 Apr 2007) | 2 lines
11320 Changed paths:
11321    M /trunk/epan/dissectors/packet-ssl.c
11322
11323 get rid of some unused parameters in process_ssl_payload
11324
11325 ------------------------------------------------------------------------
11326 r21481 | standel | 2007-04-20 07:30:48 -0700 (Fri, 20 Apr 2007) | 6 lines
11327 Changed paths:
11328    M /trunk/epan/dfilter/Makefile.am
11329
11330 Since code generated by lex may trigger gcc warnings, we are now generating two
11331 libraries.  A single library is generated with the lex code without the barrier
11332 "stop on warning". An other library is generated from the remaining source
11333 files with the "stop on warning" barrier.
11334
11335
11336 ------------------------------------------------------------------------
11337 r21482 | gerald | 2007-04-20 10:40:13 -0700 (Fri, 20 Apr 2007) | 18 lines
11338 Changed paths:
11339    M /trunk/epan/dissectors/packet-ieee80211.c
11340
11341 More .11n-related updates and additions from Dustin Johnson and myself:
11342
11343   - MIMO Control frame support
11344   - Control Wrapper frame support
11345   - Measurement Pilot
11346   - Action No Ack
11347   - Block Ack Action
11348   - PCO Phase Control
11349   - PSMP Parameter Set
11350   - Antenna Selection
11351   - Extended Channel Switch Announcement
11352   - HT Information
11353   - HT Action
11354   - MIMO CSI Matrices Report
11355   - Fill in and update a bunch of hf strings
11356   
11357 Fixup(?) whitespace.
11358
11359 ------------------------------------------------------------------------
11360 r21483 | gerald | 2007-04-20 11:09:31 -0700 (Fri, 20 Apr 2007) | 2 lines
11361 Changed paths:
11362    M /trunk/epan/dissectors/packet-ieee80211.c
11363
11364 Fix 64-bit integer handling and whitespace.
11365
11366 ------------------------------------------------------------------------
11367 r21484 | gerald | 2007-04-20 15:29:11 -0700 (Fri, 20 Apr 2007) | 11 lines
11368 Changed paths:
11369    M /trunk/epan/dissectors/packet-ieee80211.c
11370
11371 Move some data frame back out of the control frame scope, so Wireshark 
11372 will stop crashing.
11373
11374 More .11n additions and updates from Dustin:
11375
11376   - Power Capability tag
11377   - Supported Channels tag
11378   - Block Ack/Block Ack Request
11379
11380 Fixup whitespace.
11381
11382 ------------------------------------------------------------------------
11383 r21485 | sfisher | 2007-04-20 16:10:03 -0700 (Fri, 20 Apr 2007) | 4 lines
11384 Changed paths:
11385    M /trunk/gtk/expert_comp_table.c
11386
11387
11388 Fix bug #1547: Expert Info Composite column "Count" is not sorting numerically
11389
11390
11391 ------------------------------------------------------------------------
11392 r21486 | etxrab | 2007-04-21 13:27:05 -0700 (Sat, 21 Apr 2007) | 1 line
11393 Changed paths:
11394    M /trunk/asn1/tcap/tcap.cnf
11395    M /trunk/epan/dissectors/packet-tcap.c
11396
11397 Put some missing TAG:s in the tree if internal BER fields shown.
11398 ------------------------------------------------------------------------
11399 r21487 | etxrab | 2007-04-21 13:53:35 -0700 (Sat, 21 Apr 2007) | 1 line
11400 Changed paths:
11401    M /trunk/asn1/tcap/packet-tcap-template.c
11402    M /trunk/asn1/tcap/packet-tcap-template.h
11403    M /trunk/asn1/tcap/tcap.cnf
11404    M /trunk/epan/dissectors/packet-tcap.c
11405    M /trunk/epan/dissectors/packet-tcap.h
11406
11407 EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.
11408 ------------------------------------------------------------------------
11409 r21488 | guy | 2007-04-21 15:57:22 -0700 (Sat, 21 Apr 2007) | 4 lines
11410 Changed paths:
11411    M /trunk/wiretap/k12.c
11412
11413 Explicitly mark new_k12_file_data() as taking no arguments - in C89, at
11414 least, "int foo()" defines or declares an old-style function, not one
11415 with no arguments.
11416
11417 ------------------------------------------------------------------------
11418 r21489 | guy | 2007-04-21 15:58:03 -0700 (Sat, 21 Apr 2007) | 2 lines
11419 Changed paths:
11420    M /trunk/wiretap/mpeg.c
11421
11422 Get rid of a warning with at least some compilers.
11423
11424 ------------------------------------------------------------------------
11425 r21490 | guy | 2007-04-21 15:59:52 -0700 (Sat, 21 Apr 2007) | 7 lines
11426 Changed paths:
11427    M /trunk/wiretap/iseries.c
11428
11429 Match "%4x" with an unsigned value in sscanf.
11430
11431 Check for a case where, conceivably, the on-the-wire packet length (from
11432 the IP header) could be shorter than the captured data length (due to
11433 Ethernet padding), and handle it by making sure the on-the-wire length
11434 is always >= the captured data length.
11435
11436 ------------------------------------------------------------------------
11437 r21491 | guy | 2007-04-21 16:04:36 -0700 (Sat, 21 Apr 2007) | 6 lines
11438 Changed paths:
11439    M /trunk/wiretap/configure.in
11440
11441 Fix a comment to reflect reality - -Wcast-qual is added only with
11442 --with-extra-gcc-checks.
11443
11444 Unconditionally add -Wpointer-arith to GCC flags, and, if
11445 --with-extra-gcc-checks is specified, add -Wstrict-prototypes.
11446
11447 ------------------------------------------------------------------------
11448 r21492 | guy | 2007-04-22 00:22:37 -0700 (Sun, 22 Apr 2007) | 14 lines
11449 Changed paths:
11450    M /trunk/configure.in
11451    M /trunk/wiretap/configure.in
11452
11453 Use AC_HELP_STRING for the help strings for --with and --enable flags.
11454
11455 Add -Wpointer-arith to the GCC -W flags by default.
11456
11457 Make "extra-gcc-checks" and "warnings-as-errors" --enable flags rather
11458 than --with flags - autoconf's model is that --enable is for turning
11459 features on or off, --with is for enabling or disabling the use of
11460 external packages (libpcap, Net-SNMP, GNU ADNS, etc.).
11461
11462 When testing whether the compiler is GCC, use the same style all the
11463 time - check whether "x$GCC" equals "xyes".  (The "x" might be overkill
11464 - if you don't quote the arguments, it avoids a missing argument to
11465 "test"/"[", but if you do, it might not be needed.)
11466
11467 ------------------------------------------------------------------------
11468 r21493 | standel | 2007-04-22 02:27:21 -0700 (Sun, 22 Apr 2007) | 5 lines
11469 Changed paths:
11470    M /trunk/acinclude.m4
11471    M /trunk/configure.in
11472    M /trunk/wiretap/acinclude.m4
11473    M /trunk/wiretap/configure.in
11474
11475 adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gcc
11476 supports the options passed as arguments. If the options are supported, they
11477 are added to CFLAGS.
11478
11479
11480 ------------------------------------------------------------------------
11481 r21494 | sahlberg | 2007-04-22 02:58:12 -0700 (Sun, 22 Apr 2007) | 4 lines
11482 Changed paths:
11483    M /trunk/epan/crypt/airpdcap.c
11484
11485 fix the sign of a variable to prevent a singed/unsigned warning during 
11486 compiling
11487
11488
11489 ------------------------------------------------------------------------
11490 r21495 | tuexen | 2007-04-22 03:25:26 -0700 (Sun, 22 Apr 2007) | 2 lines
11491 Changed paths:
11492    M /trunk/gtk/sctp_byte_graph_dlg.c
11493    M /trunk/gtk/sctp_graph_dlg.c
11494    M /trunk/gtk/sctp_stat.c
11495
11496 From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.
11497
11498 ------------------------------------------------------------------------
11499 r21496 | jake | 2007-04-22 03:29:47 -0700 (Sun, 22 Apr 2007) | 1 line
11500 Changed paths:
11501    M /trunk/epan/dissectors/packet-giop.c
11502
11503 Fix for bug 1541. Adjust offset for long longs by 8, not by 4.
11504 ------------------------------------------------------------------------
11505 r21497 | jmayer | 2007-04-22 04:51:36 -0700 (Sun, 22 Apr 2007) | 2 lines
11506 Changed paths:
11507    M /trunk/epan/crypt/airpdcap.c
11508
11509 Fix a signedness warning.
11510
11511 ------------------------------------------------------------------------
11512 r21498 | standel | 2007-04-22 06:38:50 -0700 (Sun, 22 Apr 2007) | 5 lines
11513 Changed paths:
11514    M /trunk/acinclude.m4
11515
11516 update of AC_WIRESHARK_PCAP_CHECK to detect if pcap header version is
11517 corresponding to the library version for pcap_breakloop. Issue a warning if the
11518 pcap_breakloop is present but not usable.
11519
11520
11521 ------------------------------------------------------------------------
11522 r21499 | sahlberg | 2007-04-22 08:22:53 -0700 (Sun, 22 Apr 2007) | 5 lines
11523 Changed paths:
11524    M /trunk/epan/crypt/airpdcap.c
11525
11526 GString.len has changed signednedd between gtk1 and gtk2
11527
11528 this will hopefully again compile under both gtk1 and 2
11529
11530
11531 ------------------------------------------------------------------------
11532 r21500 | sahlberg | 2007-04-22 08:43:01 -0700 (Sun, 22 Apr 2007) | 2 lines
11533 Changed paths:
11534    M /trunk/gtk/graph_analysis.c
11535
11536 some updates to allow gtk1 to compile without warnings
11537
11538 ------------------------------------------------------------------------
11539 r21501 | sahlberg | 2007-04-22 08:45:34 -0700 (Sun, 22 Apr 2007) | 3 lines
11540 Changed paths:
11541    M /trunk/gtk/main.c
11542
11543 dont include these headers under gtk1  
11544
11545
11546 ------------------------------------------------------------------------
11547 r21502 | sahlberg | 2007-04-22 08:48:18 -0700 (Sun, 22 Apr 2007) | 2 lines
11548 Changed paths:
11549    M /trunk/gtk/proto_hier_stats_dlg.c
11550
11551 fix compiler warning for gtk1 builds
11552
11553 ------------------------------------------------------------------------
11554 r21503 | sahlberg | 2007-04-22 08:49:29 -0700 (Sun, 22 Apr 2007) | 2 lines
11555 Changed paths:
11556    M /trunk/gtk/rtp_stream.c
11557
11558 compile fix for gtk1
11559
11560 ------------------------------------------------------------------------
11561 r21504 | sahlberg | 2007-04-22 09:40:34 -0700 (Sun, 22 Apr 2007) | 3 lines
11562 Changed paths:
11563    M /trunk/gtk/rtp_analysis.c
11564
11565 move include of a few headers down a few lines so the compile works on 
11566 gtk1
11567
11568 ------------------------------------------------------------------------
11569 r21505 | sahlberg | 2007-04-22 09:44:36 -0700 (Sun, 22 Apr 2007) | 3 lines
11570 Changed paths:
11571    M /trunk/gtk/rtp_stream_dlg.c
11572
11573 move some headers so that the compile works on gtk1
11574
11575
11576 ------------------------------------------------------------------------
11577 r21506 | guy | 2007-04-22 11:04:52 -0700 (Sun, 22 Apr 2007) | 4 lines
11578 Changed paths:
11579    M /trunk/epan/crypt/airpdcap.c
11580
11581 Check the GLib version number, not the GTK+ version number; it's GLib we
11582 care about, and this code doesn't use GTK+, so it doesn't include any
11583 GTK+ headers and therefore doesn't get the GTK+ version number defined.
11584
11585 ------------------------------------------------------------------------
11586 r21507 | guy | 2007-04-22 11:26:45 -0700 (Sun, 22 Apr 2007) | 10 lines
11587 Changed paths:
11588    M /trunk/epan/crypt/airpdcap.c
11589
11590 Get rid of some const warnings.
11591
11592 Use the "pnto" macros to fetch 16-bit quantities from a buffer - not
11593 only do they have the right casts to avoid const warnings, they also
11594 work even on platforms (such as SPARC) where you can't dereference
11595 unaligned pointers without a trap.
11596
11597 Similarly, compare a possibly-unaligned (we make no alignment guarantees
11598 in Wireshark) 16-bit quantity against 0 a byte at a time.
11599
11600 ------------------------------------------------------------------------
11601 r21508 | jmayer | 2007-04-22 13:04:34 -0700 (Sun, 22 Apr 2007) | 4 lines
11602 Changed paths:
11603    M /trunk/editcap.c
11604    M /trunk/epan/ftypes/ftype-time.c
11605    M /trunk/text2pcap.c
11606
11607 Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it was
11608 already #defined to 1, so this would create a warning/error.
11609
11610
11611 ------------------------------------------------------------------------
11612 r21509 | guy | 2007-04-22 13:29:31 -0700 (Sun, 22 Apr 2007) | 3 lines
11613 Changed paths:
11614    M /trunk/gtk/sctp_graph_dlg.c
11615
11616 Don't play type-punning games - they cause compiler warnings (not that
11617 anybody appears to ever *set* sack_header->gaps).
11618
11619 ------------------------------------------------------------------------
11620 r21510 | guy | 2007-04-22 13:43:01 -0700 (Sun, 22 Apr 2007) | 4 lines
11621 Changed paths:
11622    M /trunk/gtk/sctp_graph_dlg.c
11623
11624 "struct sack_chunk_header" is presumably just a SACK chunk header
11625 followed by zero or more gap start/end pairs; fix up the previous fix to
11626 handle that correctly.
11627
11628 ------------------------------------------------------------------------
11629 r21511 | standel | 2007-04-22 14:55:39 -0700 (Sun, 22 Apr 2007) | 4 lines
11630 Changed paths:
11631    M /trunk/text2pcap.c
11632
11633 set #ifndef __USE_XOPEN instead of only #ifndef
11634
11635 should fix rev21508
11636
11637 ------------------------------------------------------------------------
11638 r21512 | wmeier | 2007-04-22 15:23:19 -0700 (Sun, 22 Apr 2007) | 2 lines
11639 Changed paths:
11640    M /trunk/gtk/graph_analysis.c
11641
11642 Another fix to allow gtk1 to compile w/o warnings....
11643
11644 ------------------------------------------------------------------------
11645 r21513 | jmayer | 2007-04-22 16:01:49 -0700 (Sun, 22 Apr 2007) | 2 lines
11646 Changed paths:
11647    M /trunk/configure.in
11648
11649 Fix regression: Automatically disable -Werror in case of extra gcc flags.
11650
11651 ------------------------------------------------------------------------
11652 r21514 | guy | 2007-04-22 16:47:56 -0700 (Sun, 22 Apr 2007) | 11 lines
11653 Changed paths:
11654    M /trunk/wiretap/configure.in
11655
11656 Turn on almost all warnings for Wiretap - if any of them cause problems
11657 on some platforms due to unfixable problems (e.g., crappy vendor
11658 headers), we can move them back to the "extra" list.
11659
11660 Put those warnings in the order in which they appear in the GCC man page
11661 on my machine.
11662
11663 If we turn on -pedantic, try turning on -Wno-long-long as well, so that
11664 it's not *so* pedantic that it rejects the 64-bit integral data types
11665 that we explicitly require.
11666
11667 ------------------------------------------------------------------------
11668 r21515 | guy | 2007-04-22 16:52:38 -0700 (Sun, 22 Apr 2007) | 5 lines
11669 Changed paths:
11670    M /trunk/wiretap/configure.in
11671
11672 Propagate Joerg's fix to make --enable-extra-gcc-checks turn off
11673 --enable-warnings-as-errors (if any tests enabled by
11674 --enable-extra-gcc-checks are safe to treat as errors, they're safe to
11675 turn on by default).
11676
11677 ------------------------------------------------------------------------
11678 r21516 | guy | 2007-04-22 17:28:50 -0700 (Sun, 22 Apr 2007) | 2 lines
11679 Changed paths:
11680    M /trunk/wiretap/configure.in
11681
11682 Add a couple more warnings to the standard set.
11683
11684 ------------------------------------------------------------------------
11685 r21517 | wmeier | 2007-04-22 17:31:57 -0700 (Sun, 22 Apr 2007) | 3 lines
11686 Changed paths:
11687    M /trunk/gtk/sctp_graph_dlg.c
11688
11689 Restore the casts from svn 21080 (presumably) inadvertantly removed in svn 21495.
11690 so windows build doesn't get warnings.
11691
11692 ------------------------------------------------------------------------
11693 r21518 | guy | 2007-04-22 17:32:04 -0700 (Sun, 22 Apr 2007) | 4 lines
11694 Changed paths:
11695    M /trunk/epan/dissectors/packet-ber.c
11696
11697 "call_ber_syntax_callback()" isn't used outside packet-ber.c, isn't
11698 declared in any header file, and isn't in epan/libwireshark.def; make it
11699 static, to squelch compiler warnings.
11700
11701 ------------------------------------------------------------------------
11702 r21519 | guy | 2007-04-22 19:48:40 -0700 (Sun, 22 Apr 2007) | 2 lines
11703 Changed paths:
11704    M /trunk/wiretap/Makefile.am
11705
11706 Make warnings errors when possible.
11707
11708 ------------------------------------------------------------------------
11709 r21520 | guy | 2007-04-22 20:09:23 -0700 (Sun, 22 Apr 2007) | 4 lines
11710 Changed paths:
11711    M /trunk/wiretap/Makefile.am
11712
11713 Grr.  Flex.  Can't make warnings errors yet - we'd have to keep that
11714 from being done on Flex-generated files, or fix the problems that pop up
11715 on some platforms.
11716
11717 ------------------------------------------------------------------------
11718 r21521 | etxrab | 2007-04-22 23:24:39 -0700 (Sun, 22 Apr 2007) | 1 line
11719 Changed paths:
11720    M /trunk/asn1/tcap/tcap.asn
11721    M /trunk/epan/dissectors/packet-tcap.c
11722
11723 Formating changes and align a bit to spec.
11724 ------------------------------------------------------------------------
11725 r21522 | etxrab | 2007-04-22 23:50:07 -0700 (Sun, 22 Apr 2007) | 1 line
11726 Changed paths:
11727    M /trunk/asn1/tcap/packet-tcap-template.c
11728    M /trunk/asn1/tcap/tcap.cnf
11729
11730 and the missing  files ...
11731 ------------------------------------------------------------------------
11732 r21523 | sahlberg | 2007-04-23 02:44:13 -0700 (Mon, 23 Apr 2007) | 3 lines
11733 Changed paths:
11734    M /trunk/epan/dissectors/packet-ctdb.c
11735
11736 add request/response matching for ctdb
11737
11738
11739 ------------------------------------------------------------------------
11740 r21524 | morriss | 2007-04-23 03:45:00 -0700 (Mon, 23 Apr 2007) | 1 line
11741 Changed paths:
11742    M /trunk/asn1/tcap/packet-tcap-template.c
11743    M /trunk/epan/dissectors/packet-tcap.c
11744    M /trunk/epan/tcap-persistentdata.c
11745
11746 Mark all the items for TCAP statistics as generated
11747 ------------------------------------------------------------------------
11748 r21525 | guy | 2007-04-23 03:57:34 -0700 (Mon, 23 Apr 2007) | 2 lines
11749 Changed paths:
11750    M /trunk/epan/dissectors/packet-x11.c
11751
11752 Just use -1 to go to the end of a tvbuff.
11753
11754 ------------------------------------------------------------------------
11755 r21526 | guy | 2007-04-23 03:59:26 -0700 (Mon, 23 Apr 2007) | 12 lines
11756 Changed paths:
11757    M /trunk/asn1/snmp/packet-snmp-template.c
11758    M /trunk/configure.in
11759    M /trunk/epan/address.h
11760    M /trunk/epan/dfilter/dfilter-macro.c
11761    M /trunk/epan/dfilter/dfilter-macro.h
11762    M /trunk/epan/dfilter/dfilter.c
11763    M /trunk/epan/dfilter/dfilter.h
11764    M /trunk/epan/dfilter/dfunctions.h
11765    M /trunk/epan/dissectors/packet-3g-a11.c
11766    M /trunk/epan/dissectors/packet-alcap.c
11767    M /trunk/epan/dissectors/packet-bacapp.c
11768    M /trunk/epan/dissectors/packet-ber.c
11769    M /trunk/epan/dissectors/packet-ber.h
11770    M /trunk/epan/dissectors/packet-bittorrent.c
11771    M /trunk/epan/dissectors/packet-bootp.c
11772    M /trunk/epan/dissectors/packet-bssap.c
11773    M /trunk/epan/dissectors/packet-bssgp.c
11774    M /trunk/epan/dissectors/packet-cimd.c
11775    M /trunk/epan/dissectors/packet-cups.c
11776    M /trunk/epan/dissectors/packet-dcerpc-samr.c
11777    M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
11778    M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
11779    M /trunk/epan/dissectors/packet-dcm.c
11780    M /trunk/epan/dissectors/packet-dcom.c
11781    M /trunk/epan/dissectors/packet-dcom.h
11782    M /trunk/epan/dissectors/packet-diameter.c
11783    M /trunk/epan/dissectors/packet-dns.c
11784    M /trunk/epan/dissectors/packet-dns.h
11785    M /trunk/epan/dissectors/packet-enip.c
11786    M /trunk/epan/dissectors/packet-fcswils.c
11787    M /trunk/epan/dissectors/packet-fix.c
11788    M /trunk/epan/dissectors/packet-icmpv6.c
11789    M /trunk/epan/dissectors/packet-isup.c
11790    M /trunk/epan/dissectors/packet-k12.c
11791    M /trunk/epan/dissectors/packet-nbns.c
11792    M /trunk/epan/dissectors/packet-sccp.c
11793    M /trunk/epan/dissectors/packet-scsi-osd.c
11794    M /trunk/epan/dissectors/packet-snmp.c
11795    M /trunk/epan/dissectors/packet-ssl-utils.c
11796    M /trunk/epan/dissectors/packet-user_encap.c
11797    M /trunk/epan/emem.c
11798    M /trunk/epan/emem.h
11799    M /trunk/epan/funnel.h
11800    M /trunk/epan/packet.c
11801    M /trunk/epan/packet.h
11802    M /trunk/epan/tvbuff.c
11803    M /trunk/epan/tvbuff.h
11804    M /trunk/epan/uat-int.h
11805    M /trunk/epan/uat.c
11806    M /trunk/epan/uat.h
11807    M /trunk/epan/uat_load.l
11808    M /trunk/epan/xmlstub.h
11809    M /trunk/gtk/decode_as_dlg.c
11810    M /trunk/gtk/funnel_stat.c
11811    M /trunk/gtk/uat_gui.c
11812    M /trunk/tshark.c
11813
11814 Add some GCC warnings to the standard set, and add some others to the
11815 --enable-extra-gcc-checks set.
11816
11817 If we turn on -pedantic, try turning on -Wno-long-long as well, so that
11818 it's not *so* pedantic that it rejects the 64-bit integral data types
11819 that we explicitly require.
11820
11821 Constify a bunch of stuff, and make some other changes, to get rid of
11822 warnings.
11823
11824 Clean up some indentation.
11825
11826 ------------------------------------------------------------------------
11827 r21527 | sfisher | 2007-04-23 09:22:34 -0700 (Mon, 23 Apr 2007) | 18 lines
11828 Changed paths:
11829    M /trunk/epan/dissectors/packet-ssl.c
11830
11831
11832 From Paolo Abeni:
11833
11834 (from -dev list)
11835 On Sun, 2007-04-22 at 23:06 +0200, Joerg Mayer wrote:
11836 > Can someone please have a look at uand fix the following warning:
11837 >
11838 > cc1: warnings being treated as errors
11839 > packet-ssl.c: In function 'ssl_parse':
11840 > packet-ssl.c:334: warning: ignoring return value of 'fread', declared
11841 > with attribute warn_unused_result
11842
11843 The attached patch fix the issue. It also try to fix a bit the
11844 indentation.
11845
11846 Me: Move size_t nbytes up to top of function and fix typo expeted->expected
11847
11848
11849 ------------------------------------------------------------------------
11850 r21528 | guy | 2007-04-23 09:41:31 -0700 (Mon, 23 Apr 2007) | 3 lines
11851 Changed paths:
11852    M /trunk/epan/crypt/airpdcap.c
11853
11854 Don't assume a pointer to UCHAR is necessarily aligned; that now
11855 generates a warning.
11856
11857 ------------------------------------------------------------------------
11858 r21529 | guy | 2007-04-23 09:49:24 -0700 (Mon, 23 Apr 2007) | 3 lines
11859 Changed paths:
11860    M /trunk/epan/dissectors/packet-ber.c
11861
11862 decode_as_dt's argument points to a dissector table name, so it should be
11863 a const pointer.
11864
11865 ------------------------------------------------------------------------
11866 r21530 | guy | 2007-04-23 10:33:29 -0700 (Mon, 23 Apr 2007) | 3 lines
11867 Changed paths:
11868    M /trunk/epan/crypt/airpdcap_ccmp.c
11869
11870 Don't assume byte pointers can be safely cast to more aligned pointers;
11871 the compiler now warns of that.
11872
11873 ------------------------------------------------------------------------
11874 r21531 | guy | 2007-04-23 10:37:36 -0700 (Mon, 23 Apr 2007) | 3 lines
11875 Changed paths:
11876    M /trunk/epan/tvbuff.c
11877
11878 The "needles" argument of guint8_pbrk() needs to be const, as that's
11879 what's passed to it.
11880
11881 ------------------------------------------------------------------------
11882 r21532 | guy | 2007-04-23 10:38:56 -0700 (Mon, 23 Apr 2007) | 2 lines
11883 Changed paths:
11884    M /trunk/epan/xmlstub.c
11885
11886 Fix type cast to match target of assignment.
11887
11888 ------------------------------------------------------------------------
11889 r21533 | guy | 2007-04-23 10:40:33 -0700 (Mon, 23 Apr 2007) | 2 lines
11890 Changed paths:
11891    M /trunk/epan/packet.c
11892
11893 Dissector table names should be pointed to by const pointers.
11894
11895 ------------------------------------------------------------------------
11896 r21534 | guy | 2007-04-23 11:11:12 -0700 (Mon, 23 Apr 2007) | 3 lines
11897 Changed paths:
11898    M /trunk/epan/crypt/airpdcap_tkip.c
11899
11900 Make Mk16_le() work on both big-endian and little-endian processors and
11901 on processors that don't support unaligned loads - just use pletohs().
11902
11903 ------------------------------------------------------------------------
11904 r21535 | guy | 2007-04-23 11:18:08 -0700 (Mon, 23 Apr 2007) | 2 lines
11905 Changed paths:
11906    M /trunk/epan/tvbuff.c
11907
11908 More const cleanup.
11909
11910 ------------------------------------------------------------------------
11911 r21536 | guy | 2007-04-23 11:30:29 -0700 (Mon, 23 Apr 2007) | 2 lines
11912 Changed paths:
11913    M /trunk/epan/crypt/airpdcap_tkip.c
11914
11915 Get rid of no-longer-needed, and warning-generated, casts.
11916
11917 ------------------------------------------------------------------------
11918 r21537 | etxrab | 2007-04-23 13:20:46 -0700 (Mon, 23 Apr 2007) | 2 lines
11919 Changed paths:
11920    M /trunk/asn1/gsmmap/GSMMAP.asn
11921    M /trunk/asn1/gsmmap/gsm_map-exp.cnf
11922    M /trunk/asn1/gsmmap/packet-gsm_map-template.h
11923    M /trunk/asn1/tcap/packet-tcap-template.c
11924    M /trunk/asn1/tcap/tcap.asn
11925    M /trunk/asn1/tcap/tcap.cnf
11926    M /trunk/epan/dissectors/packet-tcap.c
11927
11928 TCAP: Fix up indentation a bit.
11929 GSM MAP: Add returnResultNotLast from TCAP to the included ROS stuff.
11930 ------------------------------------------------------------------------
11931 r21538 | etxrab | 2007-04-23 13:21:31 -0700 (Mon, 23 Apr 2007) | 2 lines
11932 Changed paths:
11933    M /trunk/epan/dissectors/packet-gsm_map.c
11934    M /trunk/epan/dissectors/packet-gsm_map.h
11935
11936 TCAP: Fix up indentation a bit.
11937 GSM MAP: Add returnResultNotLast from TCAP to the included ROS stuff.
11938 ------------------------------------------------------------------------
11939 r21539 | etxrab | 2007-04-23 13:30:31 -0700 (Mon, 23 Apr 2007) | 1 line
11940 Changed paths:
11941    M /trunk/asn1/gsmmap/packet-gsm_map-template.h
11942    M /trunk/epan/dissectors/packet-gsm_map.h
11943
11944 Remove a relic from experimental code.
11945 ------------------------------------------------------------------------
11946 r21540 | guy | 2007-04-23 13:47:07 -0700 (Mon, 23 Apr 2007) | 5 lines
11947 Changed paths:
11948    M /trunk/epan/crypt/crypt-md5.c
11949
11950 The "in" array in an MD5 context is expected to be aligned on a 4-byte
11951 boundary; make it an array of 16 guint32's rather than 64 guint8's, to
11952 ensure that, and add now-necessary casts and remove now-unnecessary
11953 casts.
11954
11955 ------------------------------------------------------------------------
11956 r21541 | guy | 2007-04-23 14:12:04 -0700 (Mon, 23 Apr 2007) | 7 lines
11957 Changed paths:
11958    M /trunk/epan/crypt/crypt-md5.h
11959
11960 The "in" array in an MD5 context is expected to be aligned on a 4-byte
11961 boundary; make it an array of 16 guint32's rather than 64 guint8's, to
11962 ensure that, and add now-necessary casts and remove now-unnecessary
11963 casts.
11964
11965 (Missed on the previous checkin.)
11966
11967 ------------------------------------------------------------------------
11968 r21542 | guy | 2007-04-23 14:23:30 -0700 (Mon, 23 Apr 2007) | 4 lines
11969 Changed paths:
11970    M /trunk/epan/crypt/crypt-md5.c
11971
11972 byteReverse assumes its argument is aligned on a 32-bit boundary; make
11973 it a pointer to a guint32.  Also, use pletohl() to fetch a 32-bit
11974 little-endian quantity.
11975
11976 ------------------------------------------------------------------------
11977 r21543 | etxrab | 2007-04-23 14:26:27 -0700 (Mon, 23 Apr 2007) | 7 lines
11978 Changed paths:
11979    M /trunk/asn1/gsmmap/GSMMAP.asn
11980    M /trunk/asn1/gsmmap/gsmmap.cnf
11981    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
11982    M /trunk/asn1/tcap/tcap.cnf
11983    M /trunk/epan/dissectors/packet-gsm_map.c
11984    M /trunk/epan/dissectors/packet-tcap.c
11985
11986 From  Florent DROUIN:
11987 I have made some changes to the final patch to have the operation code decoded
11988 as ForwardSM. A change for TCAP is included too, to be sure that the
11989 application context is not overwritten by the User Info OID (this was the case,
11990 when a MAP open dialog was included in the request).
11991 Fix bug:
11992 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1498
11993 ------------------------------------------------------------------------
11994 r21544 | guy | 2007-04-23 15:34:31 -0700 (Mon, 23 Apr 2007) | 2 lines
11995 Changed paths:
11996    M /trunk/epan/crypt/crypt-md5.c
11997
11998 Need to include <epan/pint.h> to get pletohl() defined.
11999
12000 ------------------------------------------------------------------------
12001 r21545 | wmeier | 2007-04-23 19:17:35 -0700 (Mon, 23 Apr 2007) | 2 lines
12002 Changed paths:
12003    M /trunk/test/suite-unittests.sh
12004
12005 Use correct install target: 'make ..._install (and not 'make 'install_...')
12006
12007 ------------------------------------------------------------------------
12008 r21546 | wmeier | 2007-04-23 20:43:08 -0700 (Mon, 23 Apr 2007) | 2 lines
12009 Changed paths:
12010    M /trunk/epan/Makefile.nmake
12011    M /trunk/test/suite-unittests.sh
12012
12013 Addt'l fixes so suite-unittests will run under windows
12014
12015 ------------------------------------------------------------------------
12016 r21547 | sahlberg | 2007-04-23 22:09:00 -0700 (Mon, 23 Apr 2007) | 5 lines
12017 Changed paths:
12018    M /trunk/epan/dissectors/packet-smb.c
12019
12020 Add tracking of uid->domain/account mappings for SMB by tapping the ntlmssp tap for the information from the authentication messages
12021
12022 Improve the tid tracking by putting the host/share information on the tid expansion line so one can see it without opening the expansion
12023
12024
12025 ------------------------------------------------------------------------
12026 r21548 | sahlberg | 2007-04-23 22:09:53 -0700 (Mon, 23 Apr 2007) | 3 lines
12027 Changed paths:
12028    M /trunk/epan/dissectors/packet-smb.h
12029
12030 add a missing change from the previous commit
12031
12032
12033 ------------------------------------------------------------------------
12034 r21549 | sahlberg | 2007-04-23 22:46:13 -0700 (Mon, 23 Apr 2007) | 5 lines
12035 Changed paths:
12036    M /trunk/gtk/simple_dialog.c
12037
12038 if we compile for gtk1  'text' is no longer referenced in the simple_dialog_check_set() function and a warning arises
12039
12040 mark the text argument as _U_ to suppress the warning
12041
12042
12043 ------------------------------------------------------------------------
12044 r21550 | sahlberg | 2007-04-23 22:52:01 -0700 (Mon, 23 Apr 2007) | 3 lines
12045 Changed paths:
12046    M /trunk/gtk/toolbar.c
12047
12048 oncly include capture_details_24.xpm IFF we have pcap and if we have gtk>=2 to supress a warning if compiling for gtk 1
12049
12050
12051 ------------------------------------------------------------------------
12052 r21551 | jake | 2007-04-23 23:16:58 -0700 (Mon, 23 Apr 2007) | 1 line
12053 Changed paths:
12054    M /trunk/gtk/toolbar.c
12055
12056 Damn qqq-bird. ;)
12057 ------------------------------------------------------------------------
12058 r21552 | guy | 2007-04-23 23:43:01 -0700 (Mon, 23 Apr 2007) | 3 lines
12059 Changed paths:
12060    M /trunk/epan/dfilter/dfilter-macro.c
12061
12062 Try to squelch an alignment warning (we put "int"s into the array, so we
12063 know the pointer's aligned appropriately for an array of "int"s).
12064
12065 ------------------------------------------------------------------------
12066 r21553 | sahlberg | 2007-04-23 23:49:38 -0700 (Mon, 23 Apr 2007) | 3 lines
12067 Changed paths:
12068    M /trunk/gtk/compat_macros.h
12069
12070 add an explicit cast of the callback function in the gtk1 SIGNAL_DISCONNECT_BY_FUNC()
12071
12072
12073 ------------------------------------------------------------------------
12074 r21554 | guy | 2007-04-24 04:54:18 -0700 (Tue, 24 Apr 2007) | 5 lines
12075 Changed paths:
12076    M /trunk/epan/tvbuff.c
12077    M /trunk/epan/tvbuff.h
12078
12079 "memcpy()" takes void *'s as arguments and returns a void *; have
12080 tvb_memcpy() be similar, to avoid unnecessarily alignment warnings.
12081
12082 Do the same with "ep_tvb_memdup()".
12083
12084 ------------------------------------------------------------------------
12085 r21555 | guy | 2007-04-24 10:12:29 -0700 (Tue, 24 Apr 2007) | 2 lines
12086 Changed paths:
12087    M /trunk/epan/tvbuff.c
12088
12089 Fix definition of tvb_memcpy() to match declaration.
12090
12091 ------------------------------------------------------------------------
12092 r21556 | etxrab | 2007-04-24 12:24:14 -0700 (Tue, 24 Apr 2007) | 4 lines
12093 Changed paths:
12094    M /trunk/epan/proto.c
12095    M /trunk/epan/proto.h
12096
12097 Add a new proto function proto_tree_add_bits() which adds bits to the tree
12098 starting at the bit offset given for the number of bits indicated which wll also return
12099 the value of the bits.
12100 Experimental and for review, documentation to be updated.
12101 ------------------------------------------------------------------------
12102 r21557 | lego | 2007-04-24 12:28:12 -0700 (Tue, 24 Apr 2007) | 4 lines
12103 Changed paths:
12104    M /trunk/asn1/h248/h248v3.asn
12105    M /trunk/epan/dissectors/packet-h248.c
12106
12107 extraInfo was not propperly tagged causing ber decoding errors.
12108 Fixes Bug 1554
12109
12110
12111 ------------------------------------------------------------------------
12112 r21558 | jmayer | 2007-04-24 14:26:40 -0700 (Tue, 24 Apr 2007) | 3 lines
12113 Changed paths:
12114    M /trunk/epan/dissectors/packet-iuup.c
12115
12116 proto_tree_add_bits -> iuup_proto_tree_add_bits as discussed
12117 on wireshark-dev to make it compile again
12118
12119 ------------------------------------------------------------------------
12120 r21559 | kukosa | 2007-04-24 23:33:24 -0700 (Tue, 24 Apr 2007) | 1 line
12121 Changed paths:
12122    M /trunk/tools/asn2wrs.py
12123
12124 fix bug in handling of tagged type reference
12125 ------------------------------------------------------------------------
12126 r21560 | kukosa | 2007-04-25 03:16:33 -0700 (Wed, 25 Apr 2007) | 1 line
12127 Changed paths:
12128    M /trunk/epan/dissectors/packet-ssl.c
12129
12130 fread() return value can not match file size on Windows due CR/LF conversion - do not check it
12131 ------------------------------------------------------------------------
12132 r21561 | kukosa | 2007-04-25 04:14:14 -0700 (Wed, 25 Apr 2007) | 1 line
12133 Changed paths:
12134    M /trunk/tools/asn2wrs.py
12135
12136 new parameter EXTERN for #.EXPORTS directive
12137 ------------------------------------------------------------------------
12138 r21562 | gerald | 2007-04-25 10:39:38 -0700 (Wed, 25 Apr 2007) | 4 lines
12139 Changed paths:
12140    M /trunk/epan/dissectors/packet-ieee80211.c
12141
12142 From Stig Bj?\195?\184rlykke:
12143
12144 Fix break placement for control frames in dissect_ieee80211_common()
12145
12146 ------------------------------------------------------------------------
12147 r21563 | guy | 2007-04-25 12:28:56 -0700 (Wed, 25 Apr 2007) | 11 lines
12148 Changed paths:
12149    M /trunk/epan/address.h
12150
12151 Some types of addresses are data structures; make the address data
12152 pointer in an address structure a "void *", to indicate that it can
12153 point to some arbitrary type of object, rather than a "guint8 *", which
12154 indicates that it points to an array of bytes.
12155
12156 For any address type where the address is a structure, this removes some
12157 alignment warnings; the author of the code to handle a particular
12158 address type has the responsibility of making sure you don't set up the
12159 address structure with misaligned data.  (Yes, it matters, at least on
12160 SPARC.)
12161
12162 ------------------------------------------------------------------------
12163 r21564 | gerald | 2007-04-25 12:38:47 -0700 (Wed, 25 Apr 2007) | 9 lines
12164 Changed paths:
12165    M /trunk/epan/dissectors/packet-ieee80211.c
12166
12167 From Dustin Johnson:
12168
12169   - A-MSDU updates
12170   - Secondary Channel Offset tag updates
12171   - A-MPDU parameter updates
12172   - Lots of string fixes updates
12173   
12174 Fixup whitespace.
12175
12176 ------------------------------------------------------------------------
12177 r21565 | guy | 2007-04-25 13:14:41 -0700 (Wed, 25 Apr 2007) | 3 lines
12178 Changed paths:
12179    M /trunk/epan/dissectors/packet-bpdu.c
12180
12181 The "data" field of an address structure is a "void *"; when looking at
12182 a MAC address, convert it to a "guint8 *".
12183
12184 ------------------------------------------------------------------------
12185 r21566 | guy | 2007-04-25 14:37:15 -0700 (Wed, 25 Apr 2007) | 3 lines
12186 Changed paths:
12187    M /trunk/epan/dissectors/packet-ipsec.c
12188
12189 The data field of an address structure is now a void *; convert it as
12190 appropriate.
12191
12192 ------------------------------------------------------------------------
12193 r21567 | guy | 2007-04-25 15:04:46 -0700 (Wed, 25 Apr 2007) | 5 lines
12194 Changed paths:
12195    M /trunk/epan/dissectors/packet-cpfi.c
12196
12197 The data field of an address structure is now a void *; convert it as
12198 appropriate.
12199
12200 Also, throw in a check for the types of the addresses.
12201
12202 ------------------------------------------------------------------------
12203 r21568 | guy | 2007-04-25 15:33:47 -0700 (Wed, 25 Apr 2007) | 3 lines
12204 Changed paths:
12205    M /trunk/epan/dissectors/packet-dtls.c
12206
12207 Use "address_to_str()" to format an address, rather than assuming it's
12208 an IPv4 address.
12209
12210 ------------------------------------------------------------------------
12211 r21569 | guy | 2007-04-25 16:09:58 -0700 (Wed, 25 Apr 2007) | 2 lines
12212 Changed paths:
12213    M /trunk/epan/dissectors/packet-cpfi.c
12214
12215 Fail if the addresses being checked aren't Ethernet addresses.
12216
12217 ------------------------------------------------------------------------
12218 r21570 | guy | 2007-04-25 16:11:22 -0700 (Wed, 25 Apr 2007) | 5 lines
12219 Changed paths:
12220    M /trunk/epan/dissectors/packet-fcels.c
12221
12222 Check that the addresses are FC addresses before looking at them.
12223
12224 If the address is an FC address, convert the data pointer to a guint8 *,
12225 as it's a void *.
12226
12227 ------------------------------------------------------------------------
12228 r21571 | guy | 2007-04-25 16:31:22 -0700 (Wed, 25 Apr 2007) | 2 lines
12229 Changed paths:
12230    M /trunk/epan/dissectors/packet-fcels.c
12231
12232 Fix the previous fix.
12233
12234 ------------------------------------------------------------------------
12235 r21572 | guy | 2007-04-25 16:54:54 -0700 (Wed, 25 Apr 2007) | 4 lines
12236 Changed paths:
12237    M /trunk/epan/dissectors/packet-tr.c
12238
12239 The data field of an address structure is a void *, so we can't look at
12240 what it points to.  Stop doing that in the code to check for source
12241 routing.
12242
12243 ------------------------------------------------------------------------
12244 r21573 | guy | 2007-04-25 16:56:46 -0700 (Wed, 25 Apr 2007) | 3 lines
12245 Changed paths:
12246    M /trunk/epan/dissectors/packet-ssl.c
12247
12248 Use "address_to_str()" to format an address, rather than assuming it's
12249 an IPv4 address.
12250
12251 ------------------------------------------------------------------------
12252 r21574 | guy | 2007-04-25 16:58:43 -0700 (Wed, 25 Apr 2007) | 4 lines
12253 Changed paths:
12254    M /trunk/epan/dissectors/packet-nt-sonmp.c
12255
12256 The data pointer in an address structure is a void *; if the address is
12257 a MAC address, convert it to a guint8 * in order to look at the bytes of
12258 the address.
12259
12260 ------------------------------------------------------------------------
12261 r21575 | guy | 2007-04-25 17:01:29 -0700 (Wed, 25 Apr 2007) | 5 lines
12262 Changed paths:
12263    M /trunk/epan/dissectors/packet-igrp.c
12264
12265 Check to make sure the address really *is* an IPv4 address.
12266
12267 If it is, convert the "void *" data pointer to a "guint8 *", so we can
12268 look at the first byte.
12269
12270 ------------------------------------------------------------------------
12271 r21576 | guy | 2007-04-25 17:03:41 -0700 (Wed, 25 Apr 2007) | 3 lines
12272 Changed paths:
12273    M /trunk/epan/dissectors/packet-iax2.c
12274
12275 The data pointer of an address structure is a void *; convert it to a
12276 guint8 * in order to look at the raw bytes of the address.
12277
12278 ------------------------------------------------------------------------
12279 r21577 | guy | 2007-04-25 17:51:33 -0700 (Wed, 25 Apr 2007) | 4 lines
12280 Changed paths:
12281    M /trunk/epan/address.h
12282    M /trunk/epan/conversation.c
12283    M /trunk/epan/dissectors/packet-iax2.c
12284
12285 Add a macro for hashing the bytes of an address into a hash value.
12286
12287 Use it in the IAX2 dissector and in the conversation code.
12288
12289 ------------------------------------------------------------------------
12290 r21578 | guy | 2007-04-25 18:01:27 -0700 (Wed, 25 Apr 2007) | 5 lines
12291 Changed paths:
12292    M /trunk/epan/address.h
12293    M /trunk/epan/conversation.c
12294    M /trunk/epan/dissectors/packet-iax2.c
12295
12296 Rename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make it clearer what it
12297 does (i.e., it will add the address bytes to the value that's already
12298 there - it will not initialize the value, so you have to clear it before
12299 doing any hashing).
12300
12301 ------------------------------------------------------------------------
12302 r21579 | guy | 2007-04-25 18:11:24 -0700 (Wed, 25 Apr 2007) | 2 lines
12303 Changed paths:
12304    M /trunk/epan/address.h
12305
12306 Add missing backslash.
12307
12308 ------------------------------------------------------------------------
12309 r21580 | guy | 2007-04-25 18:35:26 -0700 (Wed, 25 Apr 2007) | 2 lines
12310 Changed paths:
12311    M /trunk/epan/dissectors/packet-iax2.c
12312
12313 Get rid of no-longer-needed variable.
12314
12315 ------------------------------------------------------------------------
12316 r21581 | guy | 2007-04-25 19:35:36 -0700 (Wed, 25 Apr 2007) | 2 lines
12317 Changed paths:
12318    M /trunk/epan/address.h
12319
12320 Use the right local variable.
12321
12322 ------------------------------------------------------------------------
12323 r21582 | guy | 2007-04-25 19:36:24 -0700 (Wed, 25 Apr 2007) | 2 lines
12324 Changed paths:
12325    M /trunk/epan/dissectors/packet-iax2.c
12326
12327 Get rid of unused variable.
12328
12329 ------------------------------------------------------------------------
12330 r21583 | guy | 2007-04-25 20:08:23 -0700 (Wed, 25 Apr 2007) | 3 lines
12331 Changed paths:
12332    M /trunk/epan/sna-utils.c
12333
12334 For 1-byte and 2-byte FIDs, convert the void * data pointer in the
12335 address to a guint8 *, to get at the bytes.
12336
12337 ------------------------------------------------------------------------
12338 r21584 | guy | 2007-04-25 20:32:38 -0700 (Wed, 25 Apr 2007) | 7 lines
12339 Changed paths:
12340    M /trunk/epan/to_str.c
12341
12342 For address types where the address is a bunch of bytes, convert the
12343 address data pointer from a void * to a guint8 *.
12344
12345 For AT_STRINGZ, convert it to a char *.
12346
12347 Fix indentation.
12348
12349 ------------------------------------------------------------------------
12350 r21585 | guy | 2007-04-25 20:38:40 -0700 (Wed, 25 Apr 2007) | 4 lines
12351 Changed paths:
12352    M /trunk/gtk/rtp_stream.c
12353
12354 Copy up to 4 bytes from the source address, rather than just copying the
12355 first byte; if the goal is to have the address not be fake for IPv4,
12356 that's the way to do it.
12357
12358 ------------------------------------------------------------------------
12359 r21586 | guy | 2007-04-25 20:41:44 -0700 (Wed, 25 Apr 2007) | 2 lines
12360 Changed paths:
12361    M /trunk/gtk/sctp_stat.c
12362
12363 Umm, that's *not* how you compare addresses for equality....
12364
12365 ------------------------------------------------------------------------
12366 r21587 | guy | 2007-04-25 20:43:34 -0700 (Wed, 25 Apr 2007) | 2 lines
12367 Changed paths:
12368    M /trunk/gtk/sctp_stat.c
12369
12370 See previous comment.
12371
12372 ------------------------------------------------------------------------
12373 r21588 | guy | 2007-04-25 21:30:41 -0700 (Wed, 25 Apr 2007) | 3 lines
12374 Changed paths:
12375    M /trunk/epan/address.h
12376    M /trunk/epan/conversation.c
12377    M /trunk/epan/dissectors/packet-iax2.c
12378
12379 Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument,
12380 as the other address macros do.
12381
12382 ------------------------------------------------------------------------
12383 r21589 | guy | 2007-04-25 22:35:04 -0700 (Wed, 25 Apr 2007) | 2 lines
12384 Changed paths:
12385    M /trunk/epan/dissectors/packet-iax2.c
12386
12387 memmove() is needed only if the source and destination might overlap.
12388
12389 ------------------------------------------------------------------------
12390 r21590 | guy | 2007-04-25 22:40:48 -0700 (Wed, 25 Apr 2007) | 2 lines
12391 Changed paths:
12392    M /trunk/epan/dissectors/packet-netflow.c
12393
12394 memmove() is needed only if the source and destination might overlap.
12395
12396 ------------------------------------------------------------------------
12397 r21591 | guy | 2007-04-25 22:43:43 -0700 (Wed, 25 Apr 2007) | 2 lines
12398 Changed paths:
12399    M /trunk/epan/dissectors/packet-q931.c
12400
12401 memmove() is needed only if the source and destination might overlap.
12402
12403 ------------------------------------------------------------------------
12404 r21592 | guy | 2007-04-25 22:47:34 -0700 (Wed, 25 Apr 2007) | 2 lines
12405 Changed paths:
12406    M /trunk/gtk/voip_calls.c
12407
12408 memmove() is needed only if the source and destination might overlap.
12409
12410 ------------------------------------------------------------------------
12411 r21593 | jake | 2007-04-25 23:00:48 -0700 (Wed, 25 Apr 2007) | 1 line
12412 Changed paths:
12413    M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
12414
12415 Fix for bug 1505. Adding getprinterdriver levels 2, 6, and (partially) 101.
12416 ------------------------------------------------------------------------
12417 r21594 | etxrab | 2007-04-25 23:39:29 -0700 (Wed, 25 Apr 2007) | 3 lines
12418 Changed paths:
12419    M /trunk/epan/dissectors/packet-ansi_801.c
12420    M /trunk/epan/proto.c
12421    M /trunk/epan/proto.h
12422
12423 Change the signature of proto_tree_add_bits() and add proto_tree_add_bits_ret_val()
12424 which will hopefully be more acceptable.
12425 Change name of tvb_get_bits() in ansi_801
12426 ------------------------------------------------------------------------
12427 r21595 | guy | 2007-04-26 00:57:44 -0700 (Thu, 26 Apr 2007) | 4 lines
12428 Changed paths:
12429    M /trunk/epan/dissectors/packet-mtp3.c
12430    M /trunk/epan/dissectors/packet-mtp3.h
12431    M /trunk/epan/dissectors/packet-sccp.c
12432    M /trunk/epan/gcp.c
12433    M /trunk/epan/tcap-persistentdata.c
12434    M /trunk/epan/to_str.c
12435    M /trunk/gtk/mtp3_stat.c
12436
12437 mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointer
12438 to a mtp3_addr_pc_t; declare them as such, and pass the argument as
12439 such.
12440
12441 ------------------------------------------------------------------------
12442 r21596 | jmayer | 2007-04-26 08:39:41 -0700 (Thu, 26 Apr 2007) | 1 line
12443 Changed paths:
12444    M /trunk/epan/dissectors/packet-cdp.c
12445
12446 Tiny formatting change
12447 ------------------------------------------------------------------------
12448 r21597 | guy | 2007-04-26 12:44:18 -0700 (Thu, 26 Apr 2007) | 7 lines
12449 Changed paths:
12450    M /trunk/epan/dissectors/packet-smb.c
12451    M /trunk/epan/dissectors/packet-smb.h
12452
12453 As with other types of extra info, tag the UID extra info.  Don't add
12454 stuff to the UID tree unless it's UID stuff.
12455
12456 Also, as we appear to allow for null domain and account information in
12457 dissect_smb_uid(), check for null information before trying to add it to
12458 the top-level item.
12459
12460 ------------------------------------------------------------------------
12461 r21598 | guy | 2007-04-26 13:06:06 -0700 (Thu, 26 Apr 2007) | 2 lines
12462 Changed paths:
12463    M /trunk/wiretap/netxray.c
12464
12465 From Jeff Foster: add support for Cisco HDLC captures.
12466
12467 ------------------------------------------------------------------------
12468 r21599 | jake | 2007-04-26 23:34:31 -0700 (Thu, 26 Apr 2007) | 4 lines
12469 Changed paths:
12470    M /trunk/AUTHORS
12471    M /trunk/epan/dissectors/Makefile.common
12472    M /trunk/epan/dissectors/packet-ethertype.c
12473    A /trunk/epan/dissectors/packet-nsrp.c
12474    M /trunk/epan/etypes.h
12475
12476 From Bingyao Du:
12477 Attachment is a patch for adding a new Juniper NSRP dissector. In this patch, OICQ author email address 
12478 <dubingyao@gmail.com> has also been updated to <secfire@gmail.com>. 
12479
12480 ------------------------------------------------------------------------
12481 r21600 | kukosa | 2007-04-27 00:35:01 -0700 (Fri, 27 Apr 2007) | 5 lines
12482 Changed paths:
12483    M /trunk/tools/asn2wrs.py
12484
12485 - new #.Exports parameter VALS_WITH_TABLE which "exports" whole table into header file 
12486   /it is only one way how to use it in Windows plugins/
12487 - better handling of imports and definitions if more ASN.1 sources are compiled together
12488 - fix tag handling on top level of PDU
12489 - new -I command line option for path(s) of conformance files including
12490 ------------------------------------------------------------------------
12491 r21601 | kukosa | 2007-04-27 00:37:30 -0700 (Fri, 27 Apr 2007) | 1 line
12492 Changed paths:
12493    M /trunk/asn1/h235/Makefile.nmake
12494    M /trunk/asn1/h235/h235.cnf
12495
12496 minor formal changes
12497 ------------------------------------------------------------------------
12498 r21602 | kukosa | 2007-04-27 01:10:18 -0700 (Fri, 27 Apr 2007) | 1 line
12499 Changed paths:
12500    M /trunk/asn1/Makefile.nmake
12501    A /trunk/asn1/q932
12502    A /trunk/asn1/q932/Addressing-Data-Elements.asn
12503    A /trunk/asn1/q932/Interpretation-component.asn
12504    A /trunk/asn1/q932/Makefile
12505    A /trunk/asn1/q932/Makefile.nmake
12506    A /trunk/asn1/q932/Network-Facility-Extension.asn
12507    A /trunk/asn1/q932/Network-Protocol-Profile-component.asn
12508    A /trunk/asn1/q932/packet-q932-ros-template.c
12509    A /trunk/asn1/q932/packet-q932-ros-template.h
12510    A /trunk/asn1/q932/packet-q932-template.c
12511    A /trunk/asn1/q932/packet-q932-template.h
12512    A /trunk/asn1/q932/q932-exp.cnf
12513    A /trunk/asn1/q932/q932-ros.asn
12514    A /trunk/asn1/q932/q932-ros.cnf
12515    A /trunk/asn1/q932/q932.cnf
12516    A /trunk/asn1/qsig
12517    A /trunk/asn1/qsig/Makefile
12518    A /trunk/asn1/qsig/Makefile.nmake
12519    A /trunk/asn1/qsig/packet-qsig-template.c
12520    A /trunk/asn1/qsig/packet-qsig-template.h
12521    A /trunk/asn1/qsig/qsig-cf.asn
12522    A /trunk/asn1/qsig/qsig-exp.cnf
12523    A /trunk/asn1/qsig/qsig-gf-ade.asn
12524    A /trunk/asn1/qsig/qsig-gf-ext.asn
12525    A /trunk/asn1/qsig/qsig-gf-gp.asn
12526    A /trunk/asn1/qsig/qsig-na.asn
12527    A /trunk/asn1/qsig/qsig.cnf
12528    M /trunk/epan/dissectors/Makefile.common
12529    A /trunk/epan/dissectors/packet-q932-ros.c
12530    A /trunk/epan/dissectors/packet-q932-ros.h
12531    A /trunk/epan/dissectors/packet-q932.c
12532    A /trunk/epan/dissectors/packet-q932.h
12533    A /trunk/epan/dissectors/packet-qsig.c
12534    A /trunk/epan/dissectors/packet-qsig.h
12535    M /trunk/epan/libwireshark.def
12536
12537 new Q.932 and QSIG dissectors
12538 ------------------------------------------------------------------------
12539 r21603 | jake | 2007-04-27 11:16:05 -0700 (Fri, 27 Apr 2007) | 1 line
12540 Changed paths:
12541    M /trunk/epan/dissectors/packet-oicq.c
12542
12543 Change of authors email address
12544 ------------------------------------------------------------------------
12545 r21604 | etxrab | 2007-04-27 16:03:37 -0700 (Fri, 27 Apr 2007) | 1 line
12546 Changed paths:
12547    M /trunk/asn1/Makefile.am
12548
12549 Add Q.932 to extra dist.
12550 ------------------------------------------------------------------------
12551 r21605 | kukosa | 2007-04-28 00:55:41 -0700 (Sat, 28 Apr 2007) | 2 lines
12552 Changed paths:
12553    M /trunk/asn1/Makefile.am
12554
12555 Fix Q.932 extra dist and add QSIG to extra dist.
12556
12557 ------------------------------------------------------------------------
12558 r21606 | sahlberg | 2007-04-28 00:57:12 -0700 (Sat, 28 Apr 2007) | 16 lines
12559 Changed paths:
12560    M /trunk/epan/dissectors/Makefile.common
12561    A /trunk/epan/dissectors/packet-starteam.c
12562
12563 from metatech at flashmail.com :
12564  new protocol STARTEAM
12565
12566
12567 >Hi,
12568 >
12569 >Here is a submission of a new dissector for the Borland StarTeam protocol.
12570 >For the compiler warnings, I tried to get rid of them, at least what MSVC6
12571 >is reporting.  If your compiler reports more, please tell me the line number.
12572 >As I do not have SVN installed but I compiled from the 0.99.5 tarball,
12573 >please forgive me if I cannot easily generate diffs against current SVN (I
12574 >tried my best with Cygwin).
12575 >I also added the sample capture file on the Wiki on which I ran 900 loops
12576 >of fuzz testing with no problem.
12577
12578
12579 ------------------------------------------------------------------------
12580 r21607 | etxrab | 2007-04-28 05:13:25 -0700 (Sat, 28 Apr 2007) | 6 lines
12581 Changed paths:
12582    M /trunk/epan/proto.c
12583    M /trunk/epan/proto.h
12584    M /trunk/epan/tvbuff.c
12585    M /trunk/epan/tvbuff.h
12586
12587 Add:
12588  proto_tree_add_bits_ret_val()
12589 tvb_get_bits()
12590 And modify
12591 proto_tree_add_bits() not to return a value.
12592 little endian is not yet implemented.
12593 ------------------------------------------------------------------------
12594 r21608 | etxrab | 2007-04-28 07:38:53 -0700 (Sat, 28 Apr 2007) | 4 lines
12595 Changed paths:
12596    M /trunk/asn1/mms/mms.asn
12597    M /trunk/asn1/mms/packet-mms-template.c
12598    M /trunk/epan/dissectors/packet-ber.c
12599    M /trunk/epan/dissectors/packet-ber.h
12600    M /trunk/epan/dissectors/packet-h263.c
12601    M /trunk/epan/dissectors/packet-mms.c
12602
12603 From Gavin Heer:
12604  Here's a patch that decodes MMS(Manufacturing Messaging
12605 Specification) when transported over COTP/TPKT/TCP.  Previously, MMS would only be decoded if the OSI Presentation Layers were present. Now MMS/COTP/TPKT/TCP is dissected.
12606 With a change to use more functions from packet-ber
12607 ------------------------------------------------------------------------
12608 r21609 | etxrab | 2007-04-28 07:47:43 -0700 (Sat, 28 Apr 2007) | 1 line
12609 Changed paths:
12610    M /trunk/epan/dissectors/packet-ber.c
12611    M /trunk/epan/dissectors/packet-ber.h
12612    M /trunk/epan/dissectors/packet-h263.c
12613
12614 Revert some private experiments checked in by misstake.
12615 ------------------------------------------------------------------------
12616 r21610 | guy | 2007-04-28 14:06:15 -0700 (Sat, 28 Apr 2007) | 2 lines
12617 Changed paths:
12618    M /trunk/epan/tvbuff.c
12619    M /trunk/epan/tvbuff.h
12620
12621 Make tvb_memdup(), like ep_tvb_memdup(), return a "void *".
12622
12623 ------------------------------------------------------------------------
12624 r21611 | guy | 2007-04-28 14:09:20 -0700 (Sat, 28 Apr 2007) | 3 lines
12625 Changed paths:
12626    M /trunk/epan/dissectors/packet-nfs.c
12627    M /trunk/epan/emem.c
12628    M /trunk/epan/emem.h
12629
12630 In calls to the emem_tree routines, forcibly align items not known to be
12631 aligned on 32-bit boundaries.
12632
12633 ------------------------------------------------------------------------
12634 r21612 | guy | 2007-04-28 14:58:42 -0700 (Sat, 28 Apr 2007) | 2 lines
12635 Changed paths:
12636    M /trunk/epan/emem.c
12637
12638 In emem_tree_lookup_string(), return NULL if the allocation fails.
12639
12640 ------------------------------------------------------------------------
12641 r21613 | guy | 2007-04-28 15:01:27 -0700 (Sat, 28 Apr 2007) | 3 lines
12642 Changed paths:
12643    M /trunk/epan/tvbuff.c
12644
12645 NULL is a pointer value; routines returning integral values shouldn't
12646 return NULL.
12647
12648 ------------------------------------------------------------------------
12649 r21614 | guy | 2007-04-28 15:16:27 -0700 (Sat, 28 Apr 2007) | 2 lines
12650 Changed paths:
12651    M /trunk/asn1/q932/Makefile
12652
12653 Fix the dependencies.
12654
12655 ------------------------------------------------------------------------
12656 r21615 | guy | 2007-04-28 15:17:05 -0700 (Sat, 28 Apr 2007) | 2 lines
12657 Changed paths:
12658    M /trunk/epan/Makefile.am
12659
12660 Libwireshark is now a shared library.
12661
12662 ------------------------------------------------------------------------
12663 r21616 | guy | 2007-04-28 15:22:35 -0700 (Sat, 28 Apr 2007) | 2 lines
12664 Changed paths:
12665    M /trunk/asn1/q932/packet-q932-template.c
12666    M /trunk/epan/dissectors/packet-q932.c
12667
12668 Include <string.h> before using C string functions.
12669
12670 ------------------------------------------------------------------------
12671 r21617 | guy | 2007-04-28 15:31:04 -0700 (Sat, 28 Apr 2007) | 3 lines
12672 Changed paths:
12673    M /trunk/epan/dissectors/packet-radius.c
12674
12675 The data in a GArray is guaranteed to be properly aligned; add a cast to
12676 squelch compiler warnings.
12677
12678 ------------------------------------------------------------------------
12679 r21618 | sfisher | 2007-04-28 16:52:12 -0700 (Sat, 28 Apr 2007) | 19 lines
12680 Changed paths:
12681    M /trunk/epan/dissectors/packet-http.c
12682
12683
12684 From Sake Blok:
12685
12686 While looking into the http-dissector I improved a few things on
12687 how it dissects a proxy CONNECT session. This is what I have changed:
12688
12689 - added the fields hf_http_proxy_connect_host and -port
12690
12691 - changed proto_tree_add_text to proto_tree_add_string and -uint
12692   so that it's possible to filter on them
12693
12694 - make these two fields "PROTO_ITEM_SET_GENERATED"
12695
12696 - removed the alteration of the ports within pinfo, now the
12697   ports in the column info are not changed to the port used to
12698   connect to the backend server. It is now possible to use
12699   follow-tcp-stream again on proxied ssl sessions.
12700
12701
12702 ------------------------------------------------------------------------
12703 r21619 | guy | 2007-04-29 23:19:35 -0700 (Sun, 29 Apr 2007) | 6 lines
12704 Changed paths:
12705    M /trunk/epan/dissectors/packet-radiotap.c
12706
12707 Don't cast a "guint8 *" to a pointer to a structure; just use the
12708 pointer to the guint8, plus explicitly defined structure offsets (the
12709 structure had better be the same on all platforms, forever, otherwise
12710 binary compatibility breaks, which would be an error, given that the
12711 structure appears in capture files).
12712
12713 ------------------------------------------------------------------------
12714 r21620 | guy | 2007-04-29 23:24:27 -0700 (Sun, 29 Apr 2007) | 2 lines
12715 Changed paths:
12716    M /trunk/asn1/q932/Makefile
12717
12718 Put the q932-ros dissector into a file with the right name.
12719
12720 ------------------------------------------------------------------------
12721 r21621 | kukosa | 2007-04-29 23:40:07 -0700 (Sun, 29 Apr 2007) | 1 line
12722 Changed paths:
12723    M /trunk/epan/dissectors/Makefile.common
12724    A /trunk/epan/dissectors/packet-t30.c
12725    M /trunk/epan/dissectors/packet-t38.c
12726
12727 move T.30 protocol into its own dissector file
12728 ------------------------------------------------------------------------
12729 r21622 | guy | 2007-04-29 23:41:53 -0700 (Sun, 29 Apr 2007) | 6 lines
12730 Changed paths:
12731    M /trunk/asn1/q932/packet-q932-ros-template.c
12732    M /trunk/asn1/q932/packet-q932-template.c
12733    M /trunk/asn1/qsig/packet-qsig-template.c
12734    M /trunk/epan/dissectors/packet-q932-ros.c
12735    M /trunk/epan/dissectors/packet-q932-ros.h
12736    M /trunk/epan/dissectors/packet-q932.c
12737    M /trunk/epan/dissectors/packet-qsig.c
12738
12739 The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROS
12740 dissector does.
12741
12742 The fix to the Makefile to generate packet-q932-ros.c changed the
12743 protocol name in some cases; change it uniformly.
12744
12745 ------------------------------------------------------------------------
12746 r21623 | guy | 2007-04-30 01:33:44 -0700 (Mon, 30 Apr 2007) | 11 lines
12747 Changed paths:
12748    M /trunk/epan/dissectors/packet-rmt-lct.c
12749    M /trunk/epan/dissectors/packet-rmt-lct.h
12750
12751 Thou shalt not squelch compiler complaints about an assignment
12752 discarding a qualifier by explicitly casting away the qualifier;
12753 constness should persist, so that attempts to, for example, modify
12754 something you got with tvb_get_ptr() get complained about (as we don't,
12755 and won't, guarantee that you will get correct behavior if you do that).
12756 Just make the pointer to which a const pointer is being assigned const
12757 itself.
12758
12759 Yet *AGAIN* work around GArray's brokenness of having its data pointer
12760 be a guint8 * rather than a void *.
12761
12762 ------------------------------------------------------------------------
12763 r21624 | kukosa | 2007-04-30 01:38:59 -0700 (Mon, 30 Apr 2007) | 1 line
12764 Changed paths:
12765    M /trunk/epan/dissectors/packet-t30.c
12766
12767 newline at end of file is required by some compilers
12768 ------------------------------------------------------------------------
12769 r21625 | guy | 2007-04-30 01:55:59 -0700 (Mon, 30 Apr 2007) | 11 lines
12770 Changed paths:
12771    M /trunk/asn1/q932/Makefile
12772    M /trunk/asn1/q932/Makefile.nmake
12773    M /trunk/asn1/q932/packet-q932-ros-template.c
12774    M /trunk/asn1/q932/packet-q932-template.c
12775    M /trunk/asn1/qsig/packet-qsig-template.c
12776    M /trunk/asn1/qsig/qsig-exp.cnf
12777    M /trunk/epan/dissectors/packet-q932-ros.c
12778    M /trunk/epan/dissectors/packet-q932-ros.h
12779    M /trunk/epan/dissectors/packet-q932.c
12780    M /trunk/epan/dissectors/packet-qsig.c
12781
12782 Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and make
12783 it a lot more like the Makefile.nmake file.  Also, use $(PROTOCOL_NAME)
12784 in a couple of places in Makefile.nmake where it wasn't being used
12785 before.
12786
12787 (It might be interesting to see whether we can use a template for these
12788 Makefiles, and just tweak some variables at the beginning.)
12789
12790 That lets us get a Q.932 ROS dissector with the right file name and with
12791 "q932.ros" rather than "q932-ros" as the dissector name; do that.
12792
12793 ------------------------------------------------------------------------
12794 r21626 | guy | 2007-04-30 09:54:29 -0700 (Mon, 30 Apr 2007) | 2 lines
12795 Changed paths:
12796    M /trunk/epan/dissectors/packet-rmt-norm.c
12797
12798 Yet another workaround for GArray's bad data type choice.
12799
12800 ------------------------------------------------------------------------
12801 r21627 | guy | 2007-04-30 12:24:25 -0700 (Mon, 30 Apr 2007) | 7 lines
12802 Changed paths:
12803    M /trunk/epan/Makefile.common
12804    M /trunk/epan/dissectors/packet-radius.c
12805    M /trunk/epan/dissectors/packet-rmt-lct.c
12806    M /trunk/epan/dissectors/packet-rmt-norm.c
12807    M /trunk/epan/dissectors/packet-rpc.c
12808    M /trunk/epan/dissectors/packet-xml.c
12809    A /trunk/epan/garrayfix.h
12810
12811 Add a header that redefines g_array_index() to throw in a "void *" cast
12812 to work around the "data" field of a GArray being a guint8 *, and
12813 defines a g_array_data() macro to extract that field and cast it to void
12814 *.
12815
12816 Use that header where needed.
12817
12818 ------------------------------------------------------------------------
12819 r21628 | guy | 2007-04-30 12:25:18 -0700 (Mon, 30 Apr 2007) | 2 lines
12820 Changed paths:
12821    M /trunk/epan/garrayfix.h
12822
12823 Update copyright notice.
12824
12825 ------------------------------------------------------------------------
12826 r21629 | guy | 2007-04-30 14:22:15 -0700 (Mon, 30 Apr 2007) | 3 lines
12827 Changed paths:
12828    M /trunk/epan/dissectors/packet-tacacs.c
12829
12830 Use memcpy() to copy the session ID to the buffer, so we don't get
12831 warnings from the compiler about pointer value alignment.
12832
12833 ------------------------------------------------------------------------
12834 r21630 | gerald | 2007-04-30 16:50:35 -0700 (Mon, 30 Apr 2007) | 13 lines
12835 Changed paths:
12836    M /trunk/epan/dissectors/packet-ieee80211.c
12837
12838 From Dustin Johnson and myself:
12839
12840   - HT Control fixes and updates
12841   - Add an is_ht flag to the common dissection and capture routines, along
12842     with a registered dissector (which is used in code that hasn't been
12843     checked in yet.)
12844   - Action Fixed Parameter updates
12845   - Control Wrapper fixes and updates
12846   - Beacon Interval fixes and updates
12847   - Capability Info fixes and updates
12848   - Block Ack / Block Ack Request fixes
12849   - Lots of miscellaneous fixes and updates
12850
12851 ------------------------------------------------------------------------
12852 r21631 | guy | 2007-04-30 18:56:58 -0700 (Mon, 30 Apr 2007) | 5 lines
12853 Changed paths:
12854    M /trunk/epan/dissectors/packet-ieee80211.c
12855
12856 Parenthesize to squelch a compiler warning (a warning that suggests that
12857 the parentheses are needed - not that I can remember which of && and ||
12858 have higher precedence, anyway, which is why I like parenthesizing
12859 expressions such as this...).
12860
12861 ------------------------------------------------------------------------
12862 r21632 | gerald | 2007-04-30 21:58:12 -0700 (Mon, 30 Apr 2007) | 3 lines
12863 Changed paths:
12864    M /trunk/epan/dissectors/packet-vj.c
12865
12866 Fetch IP and TCP length values directly instead of casting the data buffer
12867 to struct pointers (which causes compiler errors on the Solaris builder).
12868
12869 ------------------------------------------------------------------------
12870 r21633 | martinm | 2007-05-01 02:45:34 -0700 (Tue, 01 May 2007) | 2 lines
12871 Changed paths:
12872    M /trunk/epan/dissectors/packet-bootp.c
12873    M /trunk/epan/dissectors/packet-dua.c
12874    M /trunk/epan/dissectors/packet-iua.c
12875
12876 Make these protocols findable by name.
12877
12878 ------------------------------------------------------------------------
12879 r21634 | gerald | 2007-05-01 09:55:15 -0700 (Tue, 01 May 2007) | 2 lines
12880 Changed paths:
12881    M /trunk/epan/dissectors/packet-ieee80211.c
12882
12883 From Dustin Johnson: Normalize indentation.
12884
12885 ------------------------------------------------------------------------
12886 r21635 | etxrab | 2007-05-01 15:05:11 -0700 (Tue, 01 May 2007) | 1 line
12887 Changed paths:
12888    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
12889    M /trunk/asn1/h225/h225-exp.cnf
12890    M /trunk/asn1/h225/packet-h225-template.c
12891    M /trunk/asn1/h225/packet-h225-template.h
12892    M /trunk/asn1/h235/packet-h235-template.c
12893    M /trunk/asn1/h245/h245-exp.cnf
12894    M /trunk/asn1/h245/packet-h245-template.c
12895    M /trunk/asn1/h450/packet-h450-template.c
12896    M /trunk/asn1/ldap/packet-ldap-template.c
12897    M /trunk/asn1/mpeg/packet-mpeg-audio-template.c
12898    M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
12899    M /trunk/asn1/nbap/packet-nbap-template.c
12900    M /trunk/asn1/ranap/packet-ranap-template.c
12901    M /trunk/asn1/ranap/ranap-exp.cnf
12902    M /trunk/asn1/rnsap/packet-rnsap-template.c
12903    M /trunk/asn1/rrlp/packet-rrlp-template.c
12904    M /trunk/asn1/ulp/packet-ulp-template.c
12905    M /trunk/asn1/ulp/ulp-exp.cnf
12906    M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c
12907    M /trunk/asn1/umts_rrc/umts_rrc-exp.cnf
12908    M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c
12909    M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c
12910    M /trunk/asn1/umts_rrc_ies/umts_rrc_ies-exp.cnf
12911    M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
12912    M /trunk/epan/Makefile.common
12913    A /trunk/epan/asn1.h
12914    M /trunk/epan/dissectors/packet-gsm_map.c
12915    M /trunk/epan/dissectors/packet-gtp.c
12916    M /trunk/epan/dissectors/packet-h221_nonstd.c
12917    M /trunk/epan/dissectors/packet-h225.c
12918    M /trunk/epan/dissectors/packet-h225.h
12919    M /trunk/epan/dissectors/packet-h235.c
12920    M /trunk/epan/dissectors/packet-h245.c
12921    M /trunk/epan/dissectors/packet-h245.h
12922    M /trunk/epan/dissectors/packet-h450.c
12923    M /trunk/epan/dissectors/packet-h450.h
12924    M /trunk/epan/dissectors/packet-ldap.c
12925    M /trunk/epan/dissectors/packet-ldap.h
12926    M /trunk/epan/dissectors/packet-megaco.c
12927    M /trunk/epan/dissectors/packet-mpeg-audio.c
12928    M /trunk/epan/dissectors/packet-mpeg-pes.c
12929    M /trunk/epan/dissectors/packet-nbap.c
12930    M /trunk/epan/dissectors/packet-nbap.h
12931    M /trunk/epan/dissectors/packet-per.c
12932    M /trunk/epan/dissectors/packet-per.h
12933    M /trunk/epan/dissectors/packet-ranap.c
12934    M /trunk/epan/dissectors/packet-rnsap.c
12935    M /trunk/epan/dissectors/packet-rnsap.h
12936    M /trunk/epan/dissectors/packet-rrlp.c
12937    M /trunk/epan/dissectors/packet-rrlp.h
12938    M /trunk/epan/dissectors/packet-sdp.c
12939    M /trunk/epan/dissectors/packet-t38.c
12940    M /trunk/epan/dissectors/packet-ulp.c
12941    M /trunk/epan/dissectors/packet-ulp.h
12942    M /trunk/epan/dissectors/packet-umts_rrc.c
12943    M /trunk/epan/dissectors/packet-umts_rrc.h
12944    M /trunk/epan/dissectors/packet-umts_rrc_ies.c
12945    M /trunk/epan/dissectors/packet-umts_rrc_ies.h
12946    M /trunk/epan/dissectors/packet-umts_rrc_pdu_def.c
12947    M /trunk/epan/dissectors/packet-umts_rrc_pdu_def.h
12948    M /trunk/plugins/h223/packet-h223.c
12949
12950 Split out common asn1 stuff to asn1.h and include that where needed.
12951 ------------------------------------------------------------------------
12952 r21636 | jake | 2007-05-01 23:17:19 -0700 (Tue, 01 May 2007) | 2 lines
12953 Changed paths:
12954    M /trunk/epan/dissectors/packet-bootp.c
12955
12956 From Stefan Puiu:
12957 A DHCP Discover option 90 has no Secret ID nor HMAC MD5 Hash.
12958 ------------------------------------------------------------------------
12959 r21637 | sahlberg | 2007-05-02 01:50:16 -0700 (Wed, 02 May 2007) | 3 lines
12960 Changed paths:
12961    M /trunk/gtk/follow_dlg.c
12962
12963 store the result of fread in a variable  to make -Werror happy
12964
12965
12966 ------------------------------------------------------------------------
12967 r21638 | sahlberg | 2007-05-02 04:50:54 -0700 (Wed, 02 May 2007) | 2 lines
12968 Changed paths:
12969    M /trunk/gtk/follow_dlg.c
12970    M /trunk/gtk/rtp_analysis.c
12971    M /trunk/gtk/rtp_stream.c
12972
12973 fix some more warnings that the result from fread/fwrite is discarded by assigning  the return value to a variable
12974
12975 ------------------------------------------------------------------------
12976 r21639 | sahlberg | 2007-05-02 05:07:46 -0700 (Wed, 02 May 2007) | 8 lines
12977 Changed paths:
12978    M /trunk/gtk/rtp_analysis.c
12979
12980
12981 do something with the return value from eth_write (which is a define for fwrite)so that -Werror does not cause the build to fail
12982
12983
12984 -This line, and those below, will be ignored--
12985
12986 M    gtk/rtp_analysis.c
12987
12988 ------------------------------------------------------------------------
12989 r21640 | kukosa | 2007-05-02 05:13:29 -0700 (Wed, 02 May 2007) | 1 line
12990 Changed paths:
12991    M /trunk/epan/asn1.h
12992    M /trunk/epan/dissectors/packet-per.c
12993    M /trunk/epan/dissectors/packet-per.h
12994
12995 PER - support of EXTERNAL and ObjectDescriptor types (not tested)
12996 ------------------------------------------------------------------------
12997 r21641 | sahlberg | 2007-05-02 05:17:01 -0700 (Wed, 02 May 2007) | 3 lines
12998 Changed paths:
12999    M /trunk/gtk/rtp_analysis.c
13000
13001 some more : try to make read/write not break the build if the return value is not used
13002
13003
13004 ------------------------------------------------------------------------
13005 r21642 | kukosa | 2007-05-02 05:18:27 -0700 (Wed, 02 May 2007) | 4 lines
13006 Changed paths:
13007    M /trunk/tools/asn2wrs.py
13008
13009 - better reporting of syntax errors (or unsupported syntax) in ASN.1 source
13010 - support of EXTERNAL type
13011 - support of ObjectDescriptor for PER
13012 - new #.CLASS directive for supporting some class workarounds
13013 ------------------------------------------------------------------------
13014 r21643 | sahlberg | 2007-05-02 05:26:26 -0700 (Wed, 02 May 2007) | 3 lines
13015 Changed paths:
13016    M /trunk/epan/dissectors/packet-per.c
13017
13018 fix some compiler warnings leading to compile failure
13019
13020
13021 ------------------------------------------------------------------------
13022 r21644 | sahlberg | 2007-05-02 05:34:28 -0700 (Wed, 02 May 2007) | 3 lines
13023 Changed paths:
13024    M /trunk/epan/dissectors/packet-per.c
13025
13026 comment out a unused function so that wireshark builds on suse again
13027
13028
13029 ------------------------------------------------------------------------
13030 r21645 | kukosa | 2007-05-02 05:48:22 -0700 (Wed, 02 May 2007) | 1 line
13031 Changed paths:
13032    M /trunk/epan/dissectors/packet-per.c
13033
13034 fix forgotten calling of dissect_per_External()
13035 ------------------------------------------------------------------------
13036 r21646 | sahlberg | 2007-05-02 06:32:07 -0700 (Wed, 02 May 2007) | 3 lines
13037 Changed paths:
13038    M /trunk/epan/dissectors/packet-ctdb.c
13039
13040 updates to the ctdb dissector to follow the latest protocol
13041
13042
13043 ------------------------------------------------------------------------
13044 r21647 | jake | 2007-05-02 11:42:02 -0700 (Wed, 02 May 2007) | 5 lines
13045 Changed paths:
13046    M /trunk/epan/dissectors/packet-sll.c
13047
13048 From Matt Addison:
13049 Problem:
13050 The existing sll dissector does not handle ppp_hdlc packets (sll.ltype == 0x0007).
13051 Resolution:
13052 Alter packet-sll.c to call the ppp_hdlc dissector when a packet with sll.ltype=0x0007 is received.
13053 ------------------------------------------------------------------------
13054 r21648 | jake | 2007-05-02 11:42:53 -0700 (Wed, 02 May 2007) | 1 line
13055 Changed paths:
13056    M /trunk/epan/dissectors/packet-ctdb.c
13057
13058 Fix the windows build by changing uint32_t into guint32.
13059 ------------------------------------------------------------------------
13060 r21649 | guy | 2007-05-02 12:28:24 -0700 (Wed, 02 May 2007) | 10 lines
13061 Changed paths:
13062    M /trunk/gtk/follow_dlg.c
13063    M /trunk/gtk/rtp_stream.c
13064
13065 Immediately quit routines if fwrite() fails - further writes will
13066 probably fail (as you're probably out of disk space or over quota), and,
13067 even if they don't, the file's going to be corrupt in any case.
13068
13069 (Hopefully that's sufficient to avoid warnings that we're ignoring the
13070 result of fwrite().)
13071
13072 For fread(), check for errors or short reads, at least in all cases
13073 where we have a provision for failing if the read fails.
13074
13075 ------------------------------------------------------------------------
13076 r21650 | guy | 2007-05-02 12:46:05 -0700 (Wed, 02 May 2007) | 3 lines
13077 Changed paths:
13078    M /trunk/epan/dissectors/packet-ssl.c
13079
13080 Check for read failures, and report them (and don't parse the key list
13081 if we get one).
13082
13083 ------------------------------------------------------------------------
13084 r21651 | lego | 2007-05-02 13:09:42 -0700 (Wed, 02 May 2007) | 1 line
13085 Changed paths:
13086    M /trunk/wiretap/Makefile.am
13087    M /trunk/wiretap/Makefile.common
13088    M /trunk/wiretap/Makefile.nmake
13089    M /trunk/wiretap/file_access.c
13090    M /trunk/wiretap/k12.h
13091    A /trunk/wiretap/k12text.l
13092    M /trunk/wiretap/wtap.h
13093
13094 add support for the text export format of textronix k1[25]
13095 ------------------------------------------------------------------------
13096 r21652 | lego | 2007-05-02 13:37:25 -0700 (Wed, 02 May 2007) | 1 line
13097 Changed paths:
13098    M /trunk/epan/dissectors/packet-ber.c
13099
13100 fix warnings in debug code
13101 ------------------------------------------------------------------------
13102 r21653 | lego | 2007-05-02 14:58:52 -0700 (Wed, 02 May 2007) | 1 line
13103 Changed paths:
13104    M /trunk/wiretap/k12text.l
13105
13106 fix warnings
13107 ------------------------------------------------------------------------
13108 r21654 | gerald | 2007-05-02 16:26:33 -0700 (Wed, 02 May 2007) | 3 lines
13109 Changed paths:
13110    M /trunk/epan/dissectors/packet-ieee80211.c
13111
13112 Add a routine to dissect the MCS Set.  Add a tree for the MCS Set
13113 Rx Bitmask.  "Steams" -> "Scheme".
13114
13115 ------------------------------------------------------------------------
13116 r21655 | lego | 2007-05-02 16:39:44 -0700 (Wed, 02 May 2007) | 7 lines
13117 Changed paths:
13118    M /trunk/AUTHORS
13119    M /trunk/epan/wslua/wslua.h
13120    M /trunk/epan/wslua/wslua_proto.c
13121
13122 From Tamas Regos (Via Balint Reczey)
13123
13124 The attached patch adds ability of of creating radio button, drop-down
13125 list and range type preference entries to the Lua plugin.
13126 It also fixes a lua compile warning/error in wslua_gui.c.
13127 The patch is written by Tamas Regos, he asked me to send it to the list.
13128
13129 ------------------------------------------------------------------------
13130 r21656 | lego | 2007-05-02 16:54:01 -0700 (Wed, 02 May 2007) | 4 lines
13131 Changed paths:
13132    M /trunk/epan/wslua/wslua_gui.c
13133
13134 The forgotten file strikes back.
13135 ... It also fixes a lua compile warning/error in wslua_gui.c. ...
13136
13137
13138 ------------------------------------------------------------------------
13139 r21657 | gerald | 2007-05-02 17:21:22 -0700 (Wed, 02 May 2007) | 2 lines
13140 Changed paths:
13141    M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
13142
13143 Fix a couple of typos and fixup whitespace.
13144
13145 ------------------------------------------------------------------------
13146 r21658 | kukosa | 2007-05-03 02:15:04 -0700 (Thu, 03 May 2007) | 1 line
13147 Changed paths:
13148    M /trunk/epan/dissectors/packet-per.c
13149    M /trunk/epan/dissectors/packet-per.h
13150
13151 REAL type support
13152 ------------------------------------------------------------------------
13153 r21659 | kukosa | 2007-05-03 02:51:49 -0700 (Thu, 03 May 2007) | 1 line
13154 Changed paths:
13155    M /trunk/asn1/pkcs1/PKCS1.asn
13156
13157 uppercase identifiers are not allowed
13158 ------------------------------------------------------------------------
13159 r21660 | kukosa | 2007-05-03 02:59:09 -0700 (Thu, 03 May 2007) | 1 line
13160 Changed paths:
13161    M /trunk/asn1/s4406/s4406.asn
13162
13163 uppercase identifiers are not allowed
13164 ------------------------------------------------------------------------
13165 r21661 | kukosa | 2007-05-03 03:49:49 -0700 (Thu, 03 May 2007) | 1 line
13166 Changed paths:
13167    M /trunk/asn1/h450/h4501.asn
13168
13169 comment out parameters of parametrized type
13170 ------------------------------------------------------------------------
13171 r21662 | kukosa | 2007-05-03 04:37:47 -0700 (Thu, 03 May 2007) | 2 lines
13172 Changed paths:
13173    M /trunk/asn1/acse/acse-exp.cnf
13174    M /trunk/asn1/acse/acse.asn
13175    M /trunk/asn1/acse/acse.cnf
13176    M /trunk/asn1/cdt/cdt-exp.cnf
13177    M /trunk/asn1/cmip/CMIP.asn
13178    M /trunk/asn1/cmip/cmip-exp.cnf
13179    M /trunk/asn1/cms/cms-exp.cnf
13180    M /trunk/asn1/dap/dap-exp.cnf
13181    M /trunk/asn1/dap/dap.asn
13182    M /trunk/asn1/disp/disp-exp.cnf
13183    M /trunk/asn1/disp/disp.asn
13184    M /trunk/asn1/dop/dop-exp.cnf
13185    M /trunk/asn1/dop/dop.asn
13186    M /trunk/asn1/dsp/dsp-exp.cnf
13187    M /trunk/asn1/dsp/dsp.asn
13188    M /trunk/asn1/ftam/ISO8571-FTAM.asn
13189    M /trunk/asn1/ftam/ftam-exp.cnf
13190    M /trunk/asn1/ftam/ftam.cnf
13191    M /trunk/asn1/ftbp/ftbp.asn
13192    M /trunk/asn1/mms/mms.asn
13193    M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
13194    M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
13195    M /trunk/asn1/pkixcmp/cmp-exp.cnf
13196    M /trunk/asn1/pkixcrmf/crmf-exp.cnf
13197    M /trunk/asn1/qsig/qsig-exp.cnf
13198    M /trunk/asn1/ros/ros-exp.cnf
13199    M /trunk/asn1/rtse/rtse-exp.cnf
13200    M /trunk/asn1/rtse/rtse.asn
13201    M /trunk/asn1/rtse/rtse.cnf
13202    M /trunk/asn1/snmp/snmp-exp.cnf
13203    M /trunk/asn1/x411/x411-exp.cnf
13204    M /trunk/asn1/x411/x411.asn
13205    M /trunk/asn1/x420/x420-exp.cnf
13206    M /trunk/asn1/x420/x420.asn
13207    M /trunk/asn1/x509af/x509af-exp.cnf
13208    M /trunk/asn1/x509ce/x509ce-exp.cnf
13209    M /trunk/asn1/x509if/x509if-exp.cnf
13210    M /trunk/asn1/x509sat/x509sat-exp.cnf
13211    M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
13212    M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
13213    M /trunk/epan/dissectors/packet-acp133.c
13214    M /trunk/epan/dissectors/packet-acp133.h
13215    M /trunk/epan/dissectors/packet-acse.c
13216    M /trunk/epan/dissectors/packet-acse.h
13217    M /trunk/epan/dissectors/packet-cdt.c
13218    M /trunk/epan/dissectors/packet-cdt.h
13219    M /trunk/epan/dissectors/packet-cmip.c
13220    M /trunk/epan/dissectors/packet-cmip.h
13221    M /trunk/epan/dissectors/packet-cmp.c
13222    M /trunk/epan/dissectors/packet-cmp.h
13223    M /trunk/epan/dissectors/packet-cms.c
13224    M /trunk/epan/dissectors/packet-cms.h
13225    M /trunk/epan/dissectors/packet-crmf.c
13226    M /trunk/epan/dissectors/packet-crmf.h
13227    M /trunk/epan/dissectors/packet-dap.c
13228    M /trunk/epan/dissectors/packet-dap.h
13229    M /trunk/epan/dissectors/packet-disp.c
13230    M /trunk/epan/dissectors/packet-disp.h
13231    M /trunk/epan/dissectors/packet-dop.c
13232    M /trunk/epan/dissectors/packet-dop.h
13233    M /trunk/epan/dissectors/packet-dsp.c
13234    M /trunk/epan/dissectors/packet-dsp.h
13235    M /trunk/epan/dissectors/packet-ess.c
13236    M /trunk/epan/dissectors/packet-ess.h
13237    M /trunk/epan/dissectors/packet-ftam.c
13238    M /trunk/epan/dissectors/packet-ftam.h
13239    M /trunk/epan/dissectors/packet-ftbp.c
13240    M /trunk/epan/dissectors/packet-ftbp.h
13241    M /trunk/epan/dissectors/packet-gnm.c
13242    M /trunk/epan/dissectors/packet-gnm.h
13243    M /trunk/epan/dissectors/packet-gsm_ss.c
13244    M /trunk/epan/dissectors/packet-gsm_ss.h
13245    M /trunk/epan/dissectors/packet-h248.c
13246    M /trunk/epan/dissectors/packet-h248.h
13247    M /trunk/epan/dissectors/packet-inap.c
13248    M /trunk/epan/dissectors/packet-inap.h
13249    M /trunk/epan/dissectors/packet-logotypecertextn.c
13250    M /trunk/epan/dissectors/packet-logotypecertextn.h
13251    M /trunk/epan/dissectors/packet-mms.c
13252    M /trunk/epan/dissectors/packet-ns_cert_exts.c
13253    M /trunk/epan/dissectors/packet-ocsp.c
13254    M /trunk/epan/dissectors/packet-ocsp.h
13255    M /trunk/epan/dissectors/packet-pkcs1.c
13256    M /trunk/epan/dissectors/packet-pkcs1.h
13257    M /trunk/epan/dissectors/packet-pkinit.c
13258    M /trunk/epan/dissectors/packet-pkinit.h
13259    M /trunk/epan/dissectors/packet-pkix1explicit.c
13260    M /trunk/epan/dissectors/packet-pkix1explicit.h
13261    M /trunk/epan/dissectors/packet-pkix1implicit.c
13262    M /trunk/epan/dissectors/packet-pkix1implicit.h
13263    M /trunk/epan/dissectors/packet-pkixproxy.c
13264    M /trunk/epan/dissectors/packet-pkixproxy.h
13265    M /trunk/epan/dissectors/packet-pkixqualified.c
13266    M /trunk/epan/dissectors/packet-pkixqualified.h
13267    M /trunk/epan/dissectors/packet-pkixtsp.c
13268    M /trunk/epan/dissectors/packet-pkixtsp.h
13269    M /trunk/epan/dissectors/packet-pres.c
13270    M /trunk/epan/dissectors/packet-pres.h
13271    M /trunk/epan/dissectors/packet-q932-ros.c
13272    M /trunk/epan/dissectors/packet-q932-ros.h
13273    M /trunk/epan/dissectors/packet-q932.c
13274    M /trunk/epan/dissectors/packet-qsig.c
13275    M /trunk/epan/dissectors/packet-ros.c
13276    M /trunk/epan/dissectors/packet-ros.h
13277    M /trunk/epan/dissectors/packet-rtse.c
13278    M /trunk/epan/dissectors/packet-rtse.h
13279    M /trunk/epan/dissectors/packet-s4406.c
13280    M /trunk/epan/dissectors/packet-s4406.h
13281    M /trunk/epan/dissectors/packet-smrse.c
13282    M /trunk/epan/dissectors/packet-smrse.h
13283    M /trunk/epan/dissectors/packet-snmp.c
13284    M /trunk/epan/dissectors/packet-snmp.h
13285    M /trunk/epan/dissectors/packet-spnego.c
13286    M /trunk/epan/dissectors/packet-spnego.h
13287    M /trunk/epan/dissectors/packet-wlancertextn.c
13288    M /trunk/epan/dissectors/packet-wlancertextn.h
13289    M /trunk/epan/dissectors/packet-x411.c
13290    M /trunk/epan/dissectors/packet-x411.h
13291    M /trunk/epan/dissectors/packet-x420.c
13292    M /trunk/epan/dissectors/packet-x420.h
13293    M /trunk/epan/dissectors/packet-x509af.c
13294    M /trunk/epan/dissectors/packet-x509af.h
13295    M /trunk/epan/dissectors/packet-x509ce.c
13296    M /trunk/epan/dissectors/packet-x509ce.h
13297    M /trunk/epan/dissectors/packet-x509if.c
13298    M /trunk/epan/dissectors/packet-x509if.h
13299    M /trunk/epan/dissectors/packet-x509sat.c
13300    M /trunk/epan/dissectors/packet-x509sat.h
13301
13302 EXTERNAL type is handled in asn2wrs now
13303 private implementations were renamed EXTERNAL -> EXTERNALt
13304 ------------------------------------------------------------------------
13305 r21663 | kukosa | 2007-05-03 04:42:33 -0700 (Thu, 03 May 2007) | 7 lines
13306 Changed paths:
13307    M /trunk/tools/asn2wrs.py
13308
13309 - REAL type and values are supported
13310 - if a value of some INTEGER type is defined then it is assigned to this type like a named value
13311 i.e.
13312 MyType ::= INTEGER
13313 mv01 MyType ::= 1
13314 is equal to
13315 MyType ::= INTEGER { mv01 (1) }
13316 ------------------------------------------------------------------------
13317 r21664 | gerald | 2007-05-03 09:11:18 -0700 (Thu, 03 May 2007) | 4 lines
13318 Changed paths:
13319    M /trunk/epan/dfilter/dfilter-macro.c
13320
13321 Handle cases where our macro doesn't have any arguments.  We should
13322 probably provide feedback to the user, but at least we don't crash now.
13323 Fixes Coverity CID 232.
13324
13325 ------------------------------------------------------------------------
13326 r21665 | gerald | 2007-05-03 09:59:13 -0700 (Thu, 03 May 2007) | 4 lines
13327 Changed paths:
13328    M /trunk/docbook/release-notes.xml
13329    M /trunk/epan/dissectors/packet-ssl.c
13330
13331 Check for an infinite loop while processing cipher suites.  Fixes bug 1582.
13332
13333 Add release notes for the SSL and display filter macro bugs.
13334
13335 ------------------------------------------------------------------------
13336 r21666 | lego | 2007-05-03 11:32:52 -0700 (Thu, 03 May 2007) | 3 lines
13337 Changed paths:
13338    M /trunk/wiretap/k12text.l
13339
13340 will this finally get rid of the warnigs?
13341
13342
13343 ------------------------------------------------------------------------
13344 r21667 | etxrab | 2007-05-03 12:55:22 -0700 (Thu, 03 May 2007) | 1 line
13345 Changed paths:
13346    M /trunk/asn1/h245/MULTIMEDIA-SYSTEM-CONTROL.asn
13347    M /trunk/asn1/h245/h245.cnf
13348    M /trunk/asn1/h245/packet-h245-template.c
13349    M /trunk/epan/dissectors/packet-h245.c
13350
13351 Dissect returnedFunction.
13352 ------------------------------------------------------------------------
13353 r21668 | etxrab | 2007-05-03 12:56:13 -0700 (Thu, 03 May 2007) | 1 line
13354 Changed paths:
13355    M /trunk/epan/dissectors/packet-ber.c
13356
13357 Show internal ber fields for tagged type if pref. set.
13358 ------------------------------------------------------------------------
13359 r21669 | sahlberg | 2007-05-03 12:58:04 -0700 (Thu, 03 May 2007) | 7 lines
13360 Changed paths:
13361    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
13362    M /trunk/epan/dissectors/pidl/winreg.cnf
13363
13364 use the latest version of PIDL to regenerate winreg using the new TYPE 
13365 conformance file directive to replace winreg_String with our own code.
13366
13367 PARAM_VALUE does not yet work for this however which needs to looked 
13368 into
13369
13370
13371 ------------------------------------------------------------------------
13372 r21670 | etxrab | 2007-05-03 14:52:57 -0700 (Thu, 03 May 2007) | 1 line
13373 Changed paths:
13374    M /trunk/epan/Makefile.common
13375    M /trunk/epan/asn1.h
13376    M /trunk/epan/dissectors/packet-ber.c
13377    M /trunk/epan/dissectors/packet-per.c
13378    M /trunk/epan/dissectors/packet-per.h
13379    M /trunk/tools/asn2wrs.py
13380
13381 Split out asn1 common functions. Start of BER EXTERNAL.
13382 ------------------------------------------------------------------------
13383 r21671 | jmayer | 2007-05-03 14:56:22 -0700 (Thu, 03 May 2007) | 119 lines
13384 Changed paths:
13385    M /trunk/tools/pidl/idl.yp
13386    M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
13387    M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
13388    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
13389    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
13390    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
13391    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
13392    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
13393    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
13394    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
13395    M /trunk/tools/pidl/pidl
13396    M /trunk/tools/pidl/tests/Util.pm
13397    M /trunk/tools/pidl/tests/samba-ejs.pl
13398    M /trunk/tools/pidl/tests/samba-ndr.pl
13399    M /trunk/tools/pidl/tests/samba3-cli.pl
13400    M /trunk/tools/pidl/tests/tdr.pl
13401    M /trunk/tools/pidl/tests/wireshark-conf.pl
13402    M /trunk/tools/pidl/tests/wireshark-ndr.pl
13403
13404 Note: make test for the following update generates 1 error:
13405 ---------
13406 tests/header..............NOK 14#   Failed test 'struct declaration'
13407 #   in tests/header.pl at line 49.
13408 #                   '/* header auto-generated by pidl */
13409 #
13410 # #include <core.h>
13411 # #include <stdint.h>
13412 #
13413 # #ifndef _HEADER_p
13414 # #define _HEADER_p
13415 #
13416 # struct x#endif /* _HEADER_p */
13417 # '
13418 #     doesn't match '(?ms-xi:struct x;)'
13419 # Looks like you failed 1 test of 15.
13420 tests/header..............dubious
13421         Test returned status 1 (wstat 256, 0x100)
13422 DIED. FAILED test 14
13423 ---------
13424
13425 Update from samba tree revision 22314 to 22657
13426 ============================ Samba log start ============
13427 ------------------------------------------------------------------------
13428 r22357 | jelmer | 2007-04-19 03:26:15 +0200 (Thu, 19 Apr 2007) | 2 lines
13429 Changed paths:
13430    M /branches/SAMBA_4_0
13431    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
13432    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
13433    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
13434    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
13435    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
13436    M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
13437
13438 Don't use 'our'
13439
13440 ------------------------------------------------------------------------
13441 r22453 | jelmer | 2007-04-22 12:42:33 +0200 (Sun, 22 Apr 2007) | 1 line
13442 Changed paths:
13443    M /branches/SAMBA_4_0
13444    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
13445    M /branches/SAMBA_4_0/source/pidl/tests/tdr.pl
13446
13447 Fix TDR testsuite without using our.
13448 ------------------------------------------------------------------------
13449 r22456 | jelmer | 2007-04-22 15:57:07 +0200 (Sun, 22 Apr 2007) | 1 line
13450 Changed paths:
13451    M /branches/SAMBA_4_0
13452    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
13453    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
13454    M /branches/SAMBA_4_0/source/pidl/pidl
13455    M /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl
13456    M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
13457
13458 Merge wireshark and ejs test improvements.
13459 ------------------------------------------------------------------------
13460 r22457 | jelmer | 2007-04-22 16:19:22 +0200 (Sun, 22 Apr 2007) | 1 line
13461 Changed paths:
13462    M /branches/SAMBA_4_0
13463    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
13464    M /branches/SAMBA_4_0/source/pidl/pidl
13465    M /branches/SAMBA_4_0/source/pidl/tests/samba3-cli.pl
13466
13467 Fix tests for Samba3 client generator.
13468 ------------------------------------------------------------------------
13469 r22462 | jelmer | 2007-04-22 17:59:34 +0200 (Sun, 22 Apr 2007) | 1 line
13470 Changed paths:
13471    M /branches/SAMBA_4_0
13472    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
13473    M /branches/SAMBA_4_0/source/pidl/pidl
13474    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
13475    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
13476
13477 Fix test suite for ndr parser without using 'our'
13478 ------------------------------------------------------------------------
13479 r22520 | jelmer | 2007-04-25 18:10:54 +0200 (Wed, 25 Apr 2007) | 1 line
13480 Changed paths:
13481    M /branches/SAMBA_4_0
13482    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
13483    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
13484    M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
13485
13486 Fix the TYPE command.
13487 ------------------------------------------------------------------------
13488 r22617 | metze | 2007-05-01 03:57:17 +0200 (Tue, 01 May 2007) | 4 lines
13489 Changed paths:
13490    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
13491
13492 assume we have defered elements if the type is just provides via
13493 'declare' this should fix the problem with the winbind IRPC calls
13494
13495 metze
13496 ------------------------------------------------------------------------
13497 r22618 | metze | 2007-05-01 04:00:57 +0200 (Tue, 01 May 2007) | 8 lines
13498 Changed paths:
13499    M /branches/SAMBA_4_0/source/pidl/idl.yp
13500    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
13501
13502 handle the properties related to the type
13503 and not to 'declare' to avoid a pidl warning with:
13504
13505 declare [switch_type(uint16)] union netr_Validation;
13506
13507 void foo([in] uint16 level, [in,switch_is(level)] netrValidation info);
13508
13509 metze
13510 ------------------------------------------------------------------------
13511 r22640 | metze | 2007-05-02 20:00:02 +0200 (Wed, 02 May 2007) | 4 lines
13512 Changed paths:
13513    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
13514
13515 - generate nicer output
13516 - fix compiler warning about unused ';'
13517
13518 metze
13519 ------------------------------------------------------------------------
13520 ------------------------------------------------------------------------
13521 ============================ Samba log end ==============
13522
13523 ------------------------------------------------------------------------
13524 r21672 | etxrab | 2007-05-03 23:07:30 -0700 (Thu, 03 May 2007) | 12 lines
13525 Changed paths:
13526    M /trunk/epan/dissectors/packet-netflow.c
13527
13528 From Olivier Montanuy:
13529
13530 Patch tested against traces obtained from Cisco IOS 12.4 Flexible Netflow,
13531 IOS-XR 3.3, Huawei VRP 5.30.
13532
13533 Features:
13534 - Decodes Netflow v9 option templates
13535 - Decodes quite a few additional Netflow v9 types
13536 - Packets and octets counters can be 64-bit
13537 - Show unknown Netflow v9 fields as hexa, useful when using tshark -V with
13538   Netflow v9 implementations that use undocumented proprietary types.
13539   Enabled by:  "#define SHOW_UNKNOWN_TYPES 1"
13540 ------------------------------------------------------------------------
13541 r21673 | kukosa | 2007-05-03 23:08:17 -0700 (Thu, 03 May 2007) | 1 line
13542 Changed paths:
13543    M /trunk/asn1/h245/MULTIMEDIA-SYSTEM-CONTROL.asn
13544
13545 revert changes done by mistake - keep original ASN.1 source
13546 ------------------------------------------------------------------------
13547 r21674 | etxrab | 2007-05-03 23:41:55 -0700 (Thu, 03 May 2007) | 1 line
13548 Changed paths:
13549    M /trunk/asn1/h245/packet-h245-template.c
13550    M /trunk/epan/dissectors/packet-h245.c
13551
13552 Fix a copy paste error.
13553 ------------------------------------------------------------------------
13554 r21675 | kukosa | 2007-05-03 23:55:48 -0700 (Thu, 03 May 2007) | 2 lines
13555 Changed paths:
13556    M /trunk/tools/asn2wrs.py
13557
13558 - fix creating PDU_NEW functions, return the right value
13559 - allow FN_PARS to be spreaded over more lines
13560 ------------------------------------------------------------------------
13561 r21676 | kukosa | 2007-05-04 00:10:15 -0700 (Fri, 04 May 2007) | 1 line
13562 Changed paths:
13563    M /trunk/asn1/Makefile.am
13564    M /trunk/asn1/Makefile.nmake
13565    A /trunk/asn1/t38
13566    A /trunk/asn1/t38/Makefile
13567    A /trunk/asn1/t38/Makefile.nmake
13568    A /trunk/asn1/t38/T38(1998).asn
13569    A /trunk/asn1/t38/T38(2002).asn
13570    A /trunk/asn1/t38/packet-t38-template.c
13571    A /trunk/asn1/t38/packet-t38-template.h
13572    A /trunk/asn1/t38/t38.cnf
13573    M /trunk/epan/dissectors/packet-t30.c
13574    A /trunk/epan/dissectors/packet-t30.h
13575    M /trunk/epan/dissectors/packet-t38.c
13576    M /trunk/epan/dissectors/packet-t38.h
13577    M /trunk/epan/libwireshark.def
13578    M /trunk/gtk/voip_calls.c
13579
13580 generate T.38 dissector from ASN.1 source
13581 ------------------------------------------------------------------------
13582 r21677 | kukosa | 2007-05-04 00:51:19 -0700 (Fri, 04 May 2007) | 1 line
13583 Changed paths:
13584    M /trunk/asn1/q932/packet-q932-ros-template.c
13585    M /trunk/asn1/q932/packet-q932-ros-template.h
13586    M /trunk/asn1/q932/packet-q932-template.c
13587    M /trunk/asn1/qsig/packet-qsig-template.c
13588    M /trunk/epan/dissectors/packet-q932-ros.c
13589    M /trunk/epan/dissectors/packet-q932-ros.h
13590    M /trunk/epan/dissectors/packet-q932.c
13591    M /trunk/epan/dissectors/packet-qsig.c
13592
13593 fix few warnings in Q.932 and QSIG dissectors
13594 ------------------------------------------------------------------------
13595 r21678 | kukosa | 2007-05-04 01:24:06 -0700 (Fri, 04 May 2007) | 1 line
13596 Changed paths:
13597    A /trunk/epan/asn1.c
13598
13599 missing asn1.c file
13600 ------------------------------------------------------------------------
13601 r21679 | kukosa | 2007-05-04 02:48:06 -0700 (Fri, 04 May 2007) | 1 line
13602 Changed paths:
13603    M /trunk/epan/dissectors/Makefile.common
13604
13605 missing packet-t30.h file
13606 ------------------------------------------------------------------------
13607 r21680 | jake | 2007-05-04 04:21:03 -0700 (Fri, 04 May 2007) | 3 lines
13608 Changed paths:
13609    M /trunk/gtk/packet_history.c
13610    M /trunk/gtk/packet_list.c
13611
13612 From Steven Schaeffer:
13613 Fix for bug 310. Use the frame number to store history i.s.o. row number.
13614
13615 ------------------------------------------------------------------------
13616 r21681 | jake | 2007-05-04 04:28:01 -0700 (Fri, 04 May 2007) | 2 lines
13617 Changed paths:
13618    M /trunk/gtk/main.c
13619
13620 Spare the filter compilation and filter list handling on clear display filter.
13621
13622 ------------------------------------------------------------------------
13623 r21682 | kukosa | 2007-05-04 06:11:34 -0700 (Fri, 04 May 2007) | 2 lines
13624 Changed paths:
13625    M /trunk/tools/asn2wrs.py
13626
13627 - new #.OPT directive which allows to use command line options from conformance file (and more options in the future)
13628 - option -F|CREATE_FIELDS used from conformance file can have type parameter, field functions are created only for its members
13629 ------------------------------------------------------------------------
13630 r21683 | kukosa | 2007-05-04 06:33:35 -0700 (Fri, 04 May 2007) | 3 lines
13631 Changed paths:
13632    M /trunk/asn1/q932/packet-q932-template.c
13633    M /trunk/asn1/rnsap/Makefile
13634    M /trunk/asn1/rnsap/Makefile.nmake
13635    M /trunk/asn1/rnsap/rnsap.cnf
13636    M /trunk/epan/dissectors/packet-q932.c
13637    M /trunk/epan/dissectors/packet-qsig.c
13638    M /trunk/epan/dissectors/packet-ranap.c
13639    M /trunk/epan/dissectors/packet-rnsap.c
13640    M /trunk/epan/dissectors/packet-rnsap.h
13641
13642 - Q.932: fix warnings
13643 - RNSAP: generate field functions only for necessary types 
13644 - other dissectors regenerated
13645 ------------------------------------------------------------------------
13646 r21684 | guy | 2007-05-04 11:56:59 -0700 (Fri, 04 May 2007) | 5 lines
13647 Changed paths:
13648    M /trunk/epan/dissectors/Makefile.common
13649    M /trunk/epan/dissectors/packet-ber.c
13650
13651 Once is enough. :-)
13652
13653 That should get rid of warnings in packet-ber.c; add it to the list of
13654 clean dissectors, to try to keep it clean.
13655
13656 ------------------------------------------------------------------------
13657 r21685 | etxrab | 2007-05-04 13:27:43 -0700 (Fri, 04 May 2007) | 1 line
13658 Changed paths:
13659    M /trunk/asn1/acse/acse.cnf
13660    M /trunk/asn1/acse/packet-acse-template.c
13661    M /trunk/epan/dissectors/packet-acse.c
13662    M /trunk/epan/dissectors/packet-ber.c
13663
13664 Show BER internal fields in external type in ACSE, update a comment in packet-ber.c.
13665 ------------------------------------------------------------------------
13666 r21686 | lego | 2007-05-04 14:10:55 -0700 (Fri, 04 May 2007) | 7 lines
13667 Changed paths:
13668    M /trunk/wiretap
13669    M /trunk/wiretap/Makefile.common
13670    M /trunk/wiretap/file_access.c
13671    M /trunk/wiretap/k12text.l
13672    A /trunk/wiretap/wtap-plugins.c
13673    M /trunk/wiretap/wtap.c
13674    M /trunk/wiretap/wtap.def
13675    M /trunk/wiretap/wtap.h
13676
13677 Add a plugin interface to wiretap.
13678 So far I've done only regression testing (the new functionality and what's in wtap-plugins.c has not yet being tested).
13679
13680 it is a first step in the way to have lua opening files.
13681
13682
13683
13684 ------------------------------------------------------------------------
13685 r21687 | guy | 2007-05-04 17:24:53 -0700 (Fri, 04 May 2007) | 5 lines
13686 Changed paths:
13687    M /trunk/configure.in
13688
13689 If the user explicitly specified "--enable-wireshark", fail immediately
13690 if the test for GTK+ fails; that lets the user insist on getting
13691 Wireshark and gives them immediate feedback if they can't have it, so
13692 they can either give up and just get TShark or fix the problem.
13693
13694 ------------------------------------------------------------------------
13695 r21688 | ulfl | 2007-05-05 03:11:06 -0700 (Sat, 05 May 2007) | 1 line
13696 Changed paths:
13697    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
13698
13699 disable warning 4005 *again*
13700 ------------------------------------------------------------------------
13701 r21689 | ulfl | 2007-05-05 03:47:35 -0700 (Sat, 05 May 2007) | 1 line
13702 Changed paths:
13703    M /trunk/wiretap/file_access.c
13704    M /trunk/wiretap/wtap-int.h
13705    M /trunk/wiretap/wtap.def
13706    M /trunk/wiretap/wtap.h
13707
13708 fix win32 build by using wtap_get_num_file_types() instead of direct variable access
13709 ------------------------------------------------------------------------
13710 r21690 | ulfl | 2007-05-05 04:33:32 -0700 (Sat, 05 May 2007) | 1 line
13711 Changed paths:
13712    M /trunk/doc/wireshark.pod
13713
13714 add command line option -E for path settings - implemented already weeks ago
13715 ------------------------------------------------------------------------
13716 r21691 | ulfl | 2007-05-05 05:17:19 -0700 (Sat, 05 May 2007) | 1 line
13717 Changed paths:
13718    M /trunk/doc/wireshark.pod
13719
13720 fix -E path setting doc
13721 ------------------------------------------------------------------------
13722 r21692 | ulfl | 2007-05-05 05:19:04 -0700 (Sat, 05 May 2007) | 1 line
13723 Changed paths:
13724    M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
13725
13726 -E path setting doc, update wireshark help output
13727 ------------------------------------------------------------------------
13728 r21693 | ulfl | 2007-05-05 05:20:37 -0700 (Sat, 05 May 2007) | 1 line
13729 Changed paths:
13730    M /trunk/gtk/main.c
13731
13732 add -P command line option help
13733 ------------------------------------------------------------------------
13734 r21694 | gal | 2007-05-06 01:15:17 -0700 (Sun, 06 May 2007) | 9 lines
13735 Changed paths:
13736    A /trunk/packaging/u3/tools
13737    A /trunk/packaging/u3/tools/README.txt
13738    A /trunk/packaging/u3/tools/makefile.nmake
13739    A /trunk/packaging/u3/tools/sysdep.c
13740    A /trunk/packaging/u3/tools/sysdep.h
13741    A /trunk/packaging/u3/tools/utest.c
13742    A /trunk/packaging/u3/tools/uuid.c
13743    A /trunk/packaging/u3/tools/uuid.h
13744    M /trunk/packaging/u3/win32/makefile.nmake
13745    M /trunk/packaging/u3/win32/manifest.tmpl
13746
13747 New U3 packaging tool to generate a UUID based on the Wireshark version string within the Wireshark namespace. The Wireshark namespace UUID is:
13748
13749 94630be0-e031-11db-974d-0002a5d5c51b
13750
13751 It is based upon the example code from RFC4122 and links against gcrypt.
13752
13753 Using this tool allows the U3 packaging UUID to be automatically changed for new versions as well as giving each buildbot version a different UUID. 
13754
13755
13756 ------------------------------------------------------------------------
13757 r21695 | gal | 2007-05-06 01:18:44 -0700 (Sun, 06 May 2007) | 2 lines
13758 Changed paths:
13759    M /trunk/epan/dissectors/packet-ber.c
13760
13761 Separate field for the elements of a constructed OCTET STRING.
13762
13763 ------------------------------------------------------------------------
13764 r21696 | ulfl | 2007-05-06 02:17:19 -0700 (Sun, 06 May 2007) | 1 line
13765 Changed paths:
13766    M /trunk/Makefile.nmake
13767    M /trunk/epan/Makefile.nmake
13768    M /trunk/packaging/nsis/wireshark.nsi
13769    M /trunk/wiretap/Makefile.nmake
13770
13771 instead of copying the MSVC 2005 manifest files around, embed them into the .exe / .dll files - this way is easier to handle while packaging and alike, and probably will solve some problems. We might want to do this for the plugins as well later.
13772 ------------------------------------------------------------------------
13773 r21697 | ulfl | 2007-05-06 02:24:36 -0700 (Sun, 06 May 2007) | 1 line
13774 Changed paths:
13775    M /trunk/epan/Makefile.nmake
13776
13777 embed the manifest files for the unittest exe's as well
13778 ------------------------------------------------------------------------
13779 r21698 | ulfl | 2007-05-06 02:32:51 -0700 (Sun, 06 May 2007) | 1 line
13780 Changed paths:
13781    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
13782
13783 the default is still python 2.4, as 2.5 currently doesn't work with the buildbot installation.
13784 ------------------------------------------------------------------------
13785 r21699 | ulfl | 2007-05-06 05:07:44 -0700 (Sun, 06 May 2007) | 1 line
13786 Changed paths:
13787    M /trunk/epan/dissectors/packet-dcerpc.c
13788
13789 add CBA_E_INVALIDID
13790 ------------------------------------------------------------------------
13791 r21700 | gal | 2007-05-06 09:38:04 -0700 (Sun, 06 May 2007) | 3 lines
13792 Changed paths:
13793    M /trunk/asn1/x411/packet-x411-template.c
13794    M /trunk/asn1/x411/x411.asn
13795    M /trunk/asn1/x411/x411.cnf
13796    M /trunk/epan/dissectors/packet-x411.c
13797
13798 Better column information display for delivery reports.
13799
13800
13801 ------------------------------------------------------------------------
13802 r21701 | jake | 2007-05-06 12:25:14 -0700 (Sun, 06 May 2007) | 1 line
13803 Changed paths:
13804    M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
13805    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
13806
13807 Improve readability of code samples and program output
13808 ------------------------------------------------------------------------
13809 r21702 | etxrab | 2007-05-06 12:56:01 -0700 (Sun, 06 May 2007) | 1 line
13810 Changed paths:
13811    M /trunk/asn1/Makefile.nmake
13812    A /trunk/asn1/mpeg/Makefile.nmake
13813
13814 Add mpeg to the Win makefiles.
13815 ------------------------------------------------------------------------
13816 r21703 | etxrab | 2007-05-06 13:02:26 -0700 (Sun, 06 May 2007) | 1 line
13817 Changed paths:
13818    M /trunk/asn1/mpeg/Makefile.nmake
13819
13820 -p not -b :)
13821 ------------------------------------------------------------------------
13822 r21704 | etxrab | 2007-05-06 14:41:06 -0700 (Sun, 06 May 2007) | 1 line
13823 Changed paths:
13824    M /trunk/asn1/Makefile.nmake
13825
13826 Ad missing pkcs12.
13827 ------------------------------------------------------------------------
13828 r21705 | etxrab | 2007-05-06 15:34:05 -0700 (Sun, 06 May 2007) | 1 line
13829 Changed paths:
13830    M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
13831    M /trunk/asn1/inap/packet-inap-template.c
13832    M /trunk/asn1/mpeg/mpeg-audio-exp.cnf
13833    M /trunk/asn1/mpeg/mpeg-pes-exp.cnf
13834    M /trunk/asn1/pkcs12/Makefile.nmake
13835    M /trunk/asn1/pkcs12/packet-pkcs12-template.c
13836    M /trunk/asn1/pkinit/packet-pkinit-template.c
13837    M /trunk/asn1/pkinit/packet-pkinit-template.h
13838    M /trunk/asn1/spnego/packet-spnego-template.c
13839    M /trunk/epan/asn1.h
13840    M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
13841    M /trunk/epan/dissectors/packet-acp133.c
13842    M /trunk/epan/dissectors/packet-acse.c
13843    M /trunk/epan/dissectors/packet-ansi_map.c
13844    M /trunk/epan/dissectors/packet-ber.c
13845    M /trunk/epan/dissectors/packet-ber.h
13846    M /trunk/epan/dissectors/packet-camel.c
13847    M /trunk/epan/dissectors/packet-cdt.c
13848    M /trunk/epan/dissectors/packet-cmip.c
13849    M /trunk/epan/dissectors/packet-cmp.c
13850    M /trunk/epan/dissectors/packet-cms.c
13851    M /trunk/epan/dissectors/packet-crmf.c
13852    M /trunk/epan/dissectors/packet-dap.c
13853    M /trunk/epan/dissectors/packet-dcerpc-krb5rpc.c
13854    M /trunk/epan/dissectors/packet-dcerpc-winreg.h
13855    M /trunk/epan/dissectors/packet-disp.c
13856    M /trunk/epan/dissectors/packet-dop.c
13857    M /trunk/epan/dissectors/packet-dsp.c
13858    M /trunk/epan/dissectors/packet-ess.c
13859    M /trunk/epan/dissectors/packet-ftam.c
13860    M /trunk/epan/dissectors/packet-ftbp.c
13861    M /trunk/epan/dissectors/packet-gnm.c
13862    M /trunk/epan/dissectors/packet-gsm_a.c
13863    M /trunk/epan/dissectors/packet-gsm_map.c
13864    M /trunk/epan/dissectors/packet-gsm_ss.c
13865    M /trunk/epan/dissectors/packet-inap.c
13866    M /trunk/epan/dissectors/packet-kerberos.c
13867    M /trunk/epan/dissectors/packet-kerberos.h
13868    M /trunk/epan/dissectors/packet-kink.c
13869    M /trunk/epan/dissectors/packet-kpasswd.c
13870    M /trunk/epan/dissectors/packet-ldap.c
13871    M /trunk/epan/dissectors/packet-logotypecertextn.c
13872    M /trunk/epan/dissectors/packet-mms.c
13873    M /trunk/epan/dissectors/packet-mpeg-audio.c
13874    M /trunk/epan/dissectors/packet-mpeg-pes.c
13875    M /trunk/epan/dissectors/packet-ocsp.c
13876    M /trunk/epan/dissectors/packet-pkcs1.c
13877    M /trunk/epan/dissectors/packet-pkcs12.c
13878    M /trunk/epan/dissectors/packet-pkcs12.h
13879    M /trunk/epan/dissectors/packet-pkinit.c
13880    M /trunk/epan/dissectors/packet-pkinit.h
13881    M /trunk/epan/dissectors/packet-pkix1explicit.c
13882    M /trunk/epan/dissectors/packet-pkix1implicit.c
13883    M /trunk/epan/dissectors/packet-pkixproxy.c
13884    M /trunk/epan/dissectors/packet-pkixqualified.c
13885    M /trunk/epan/dissectors/packet-pkixtsp.c
13886    M /trunk/epan/dissectors/packet-pktc.c
13887    M /trunk/epan/dissectors/packet-pres.c
13888    M /trunk/epan/dissectors/packet-q932-ros.c
13889    M /trunk/epan/dissectors/packet-q932.c
13890    M /trunk/epan/dissectors/packet-qsig.c
13891    M /trunk/epan/dissectors/packet-ros.c
13892    M /trunk/epan/dissectors/packet-rtse.c
13893    M /trunk/epan/dissectors/packet-s4406.c
13894    M /trunk/epan/dissectors/packet-smrse.c
13895    M /trunk/epan/dissectors/packet-snmp.c
13896    M /trunk/epan/dissectors/packet-spnego.c
13897    M /trunk/epan/dissectors/packet-tcap.c
13898    M /trunk/epan/dissectors/packet-telnet.c
13899    M /trunk/epan/dissectors/packet-wlancertextn.c
13900    M /trunk/epan/dissectors/packet-x411.c
13901    M /trunk/epan/dissectors/packet-x420.c
13902    M /trunk/epan/dissectors/packet-x509af.c
13903    M /trunk/epan/dissectors/packet-x509ce.c
13904    M /trunk/epan/dissectors/packet-x509if.c
13905    M /trunk/epan/dissectors/packet-x509sat.c
13906    M /trunk/plugins/asn1/asn1.h
13907    M /trunk/plugins/asn1/packet-asn1.c
13908    M /trunk/tools/asn2wrs.py
13909
13910 Start introducing actx to ber functions.
13911 ------------------------------------------------------------------------
13912 r21706 | etxrab | 2007-05-06 22:35:45 -0700 (Sun, 06 May 2007) | 1 line
13913 Changed paths:
13914    M /trunk/epan/dissectors/packet-ber.c
13915    M /trunk/epan/dissectors/packet-h248.c
13916
13917 _U_ mark some parameters and a forgotten file.
13918 ------------------------------------------------------------------------
13919 r21707 | sahlberg | 2007-05-06 23:17:58 -0700 (Sun, 06 May 2007) | 7 lines
13920 Changed paths:
13921    M /trunk/wiretap/wtap-plugins.c
13922
13923 GTK1 does not have GDir and as such needs to include dirent.h
13924
13925 Since wiretap.h is not autogenerated, just make wtap-plugins.h include
13926 the top level config.h to pull in the defines for HAVE_DIRENT which was 
13927 checked at top level
13928
13929
13930 ------------------------------------------------------------------------
13931 r21708 | sahlberg | 2007-05-06 23:26:39 -0700 (Sun, 06 May 2007) | 6 lines
13932 Changed paths:
13933    M /trunk/epan/dissectors/packet-dcerpc-winreg.h
13934
13935 there were missing #defines in the header file that prevented it from 
13936 compiling properly
13937
13938 update the headerfile from a freshly generated one from pidl
13939
13940
13941 ------------------------------------------------------------------------
13942 r21709 | sahlberg | 2007-05-07 00:23:38 -0700 (Mon, 07 May 2007) | 4 lines
13943 Changed paths:
13944    M /trunk/configure.in
13945
13946 there was a syntax error introduced in this file which made it 
13947 impossible to configure and build wireshark under gtk1
13948
13949
13950 ------------------------------------------------------------------------
13951 r21710 | sahlberg | 2007-05-07 00:33:26 -0700 (Mon, 07 May 2007) | 2 lines
13952 Changed paths:
13953    M /trunk/wiretap/wtap-plugins.c
13954
13955 new attempt to resolve recent breakage
13956
13957 ------------------------------------------------------------------------
13958 r21711 | sahlberg | 2007-05-07 00:41:35 -0700 (Mon, 07 May 2007) | 4 lines
13959 Changed paths:
13960    M /trunk/epan/dissectors/packet-smb.c
13961    M /trunk/epan/dissectors/packet-smb2.c
13962    M /trunk/epan/dissectors/packet-smb2.h
13963
13964 remove the ioctl function and table from the smb dissector and just use 
13965 the one in smb2 instead since the smb2 one is more developed.
13966
13967
13968 ------------------------------------------------------------------------
13969 r21712 | sahlberg | 2007-05-07 01:11:59 -0700 (Mon, 07 May 2007) | 6 lines
13970 Changed paths:
13971    M /trunk/epan/dissectors/packet-smb.c
13972    M /trunk/epan/dissectors/packet-smb2.c
13973    M /trunk/epan/dissectors/packet-smb2.h
13974
13975 change the smb2 ioctl function to take a pointer to a uint32 (ioctl 
13976 function code) instead of a structure
13977
13978 extend the nt trans structure to contain a ioctl function code for smb1
13979
13980
13981 ------------------------------------------------------------------------
13982 r21713 | sahlberg | 2007-05-07 02:07:29 -0700 (Mon, 07 May 2007) | 4 lines
13983 Changed paths:
13984    M /trunk/epan/dissectors/packet-smb.c
13985    M /trunk/epan/dissectors/packet-smb.h
13986    M /trunk/epan/dissectors/packet-smb2.c
13987    M /trunk/epan/dissectors/packet-smb2.h
13988
13989 add dissection of smb1 ioctl data by tying it into the dissectors for 
13990 ioctl data that already exists for smb2
13991
13992
13993 ------------------------------------------------------------------------
13994 r21714 | kukosa | 2007-05-07 04:25:21 -0700 (Mon, 07 May 2007) | 1 line
13995 Changed paths:
13996    M /trunk/epan/asn1.h
13997    M /trunk/epan/dissectors/packet-per.c
13998
13999 changes in external structure of asn1_ctx_t
14000 ------------------------------------------------------------------------
14001 r21715 | kukosa | 2007-05-07 05:59:31 -0700 (Mon, 07 May 2007) | 5 lines
14002 Changed paths:
14003    M /trunk/asn1/h235/h235-exp.cnf
14004    M /trunk/asn1/h235/h235.cnf
14005    M /trunk/asn1/h450/packet-h450-template.c
14006    M /trunk/asn1/qsig/qsig-cf.asn
14007    M /trunk/asn1/qsig/qsig-gf-ext.asn
14008    M /trunk/asn1/qsig/qsig-na.asn
14009    M /trunk/asn1/qsig/qsig.cnf
14010    M /trunk/epan/dissectors/packet-h225.c
14011    M /trunk/epan/dissectors/packet-h235.c
14012    M /trunk/epan/dissectors/packet-h235.h
14013    M /trunk/epan/dissectors/packet-h450.c
14014    M /trunk/epan/dissectors/packet-qsig.c
14015    M /trunk/tools/asn2wrs.py
14016
14017 - simple Information Objects support 
14018   - all definitions in ASN.1 source are skipped and need not to be commented out
14019   - #.CLASS directive can define types for Object Class Fields
14020 - do not append 'xxx' postfix to parametrized types (changes H.235 and H.450 in accordance with it)
14021 - change QSIG ASN.1 source to be more identical to original one
14022 ------------------------------------------------------------------------
14023 r21716 | gal | 2007-05-07 10:55:42 -0700 (Mon, 07 May 2007) | 6 lines
14024 Changed paths:
14025    M /trunk/dftest.c
14026    M /trunk/epan/epan.c
14027    M /trunk/epan/epan.h
14028    M /trunk/epan/libwireshark.def
14029    M /trunk/epan/proto.c
14030    M /trunk/epan/proto.h
14031    M /trunk/gtk/about_dlg.c
14032    M /trunk/gtk/about_dlg.h
14033    M /trunk/gtk/main.c
14034    M /trunk/register.h
14035    M /trunk/tools/make-dissector-reg
14036    M /trunk/tools/make-dissector-reg.py
14037    M /trunk/tshark.c
14038
14039 Updated splash screen for Wireshark that shows the initialisation progress. 
14040 The splash screen shows a progress bar and a percentage complete - like the progress dialog.
14041 As dissectors are initialised and handed off the name is shown. However, the names of plugin dissectors are not shown.
14042 The update to the make-dissector-reg shell script has been tested, though I think generally the python version is used.
14043
14044
14045 ------------------------------------------------------------------------
14046 r21717 | sahlberg | 2007-05-07 11:35:28 -0700 (Mon, 07 May 2007) | 6 lines
14047 Changed paths:
14048    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
14049    M /trunk/epan/dissectors/pidl/winreg.cnf
14050
14051 using latest version of pidl, which includes the required pragmas and 
14052 which also handles TYPE and PARAM_VALUE for strings,   regenerate winreg 
14053 after using hte conformance file to prettify how and where strings are 
14054 to be used to decorate the summary line and the dissection tree
14055
14056
14057 ------------------------------------------------------------------------
14058 r21718 | gal | 2007-05-07 12:02:27 -0700 (Mon, 07 May 2007) | 3 lines
14059 Changed paths:
14060    M /trunk/gtk/about_dlg.c
14061
14062 Missing string.h for strncmp.
14063
14064
14065 ------------------------------------------------------------------------
14066 r21719 | sahlberg | 2007-05-07 12:21:37 -0700 (Mon, 07 May 2007) | 11 lines
14067 Changed paths:
14068    M /trunk/epan/dissectors/packet-dcerpc-nt.c
14069
14070 when creating a policy handle,   use the string stored in dcv if 
14071 available as the name of the handle
14072
14073 This means we can show policy handles like
14074 OpenKey(/a/b/c/d)
14075 instead of 
14076 OpenKey(<...>)
14077
14078
14079
14080
14081 ------------------------------------------------------------------------
14082 r21720 | sahlberg | 2007-05-07 12:23:59 -0700 (Mon, 07 May 2007) | 8 lines
14083 Changed paths:
14084    M /trunk/epan/dissectors/packet-dcerpc-winreg.c
14085    M /trunk/epan/dissectors/pidl/winreg.cnf
14086
14087 update the conformance file for winreg to specify that the string for 
14088 OpenKey keynames should be saved/stored in the dcv structure.
14089
14090 this now makes all policy handles generated by the OpenKey function show
14091 OpenKey(/path/keyname)
14092 for all such policyhandles
14093
14094
14095 ------------------------------------------------------------------------
14096 r21721 | gerald | 2007-05-07 14:57:05 -0700 (Mon, 07 May 2007) | 11 lines
14097 Changed paths:
14098    M /trunk/epan/dissectors/packet-ieee80211.c
14099
14100 Bug fixes and cleanup from Dustin Johnson and myself:
14101
14102   - Remove unused hf_block_ack_ssc code.
14103   - Fix +HTC detection and frame length calculation.
14104   - Fix Channel Width dissection.
14105   - Fix Primary Channel dissection.
14106   - Tweak the TID field width.
14107   - Display the Block Ack Buffer Size as decimal.
14108   - Display the SSC fragment and sequence numbers as decimal.
14109   - Fix the spelling of "recommended".
14110
14111 ------------------------------------------------------------------------
14112 r21722 | sahlberg | 2007-05-07 17:04:51 -0700 (Mon, 07 May 2007) | 4 lines
14113 Changed paths:
14114    M /trunk/epan/dissectors/packet-dcerpc.c
14115    M /trunk/epan/dissectors/packet-dcerpc.h
14116
14117 update PIDL_dissect_cvstring so that it can be used in a future pidl to 
14118 prettify strings
14119
14120
14121 ------------------------------------------------------------------------
14122 r21723 | sahlberg | 2007-05-07 20:30:14 -0700 (Mon, 07 May 2007) | 4 lines
14123 Changed paths:
14124    M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c
14125    M /trunk/epan/dissectors/packet-dcerpc-wkssvc.h
14126    M /trunk/epan/dissectors/pidl/wkssvc.cnf
14127
14128 prettify wkssvc dissection using the conformance file and generate the 
14129 dissector again using a new version of pidl
14130
14131
14132 ------------------------------------------------------------------------
14133 r21724 | gerald | 2007-05-08 09:18:59 -0700 (Tue, 08 May 2007) | 2 lines
14134 Changed paths:
14135    M /trunk/epan/dissectors/packet-sctp.c
14136
14137 Add NULL dereference checks.  Fixes Coverity CID 241.
14138
14139 ------------------------------------------------------------------------
14140 r21725 | jmayer | 2007-05-08 10:12:59 -0700 (Tue, 08 May 2007) | 1 line
14141 Changed paths:
14142    M /trunk/wiretap/wtap-plugins.c
14143
14144 propset...
14145 ------------------------------------------------------------------------
14146 r21726 | martinm | 2007-05-08 10:13:14 -0700 (Tue, 08 May 2007) | 21 lines
14147 Changed paths:
14148    M /trunk/epan/dissectors/packet-k12.c
14149    M /trunk/epan/dissectors/packet-umts_fp.c
14150    M /trunk/epan/dissectors/packet-umts_fp.h
14151
14152 From Kriang Lerdsuwanakij:
14153
14154 This patch adds the handling of Spare Extension bytes
14155 to UMTS Frame Protocol.  It also handles the case when
14156 the presence of CRC in dedicated channels is not known
14157 (i.e. when FP from a K12/K15 log is dissected).
14158
14159 The new functionality is placed in the new function
14160 "dissect_spare_extension_and_crc".  The "dch_crc_present"
14161 field inside "struct fp_info" (file packet-umts_fp.h)
14162 is also extended to handle the case of unknown CRC presence.
14163
14164 Much of other changes is to update "offset" variable and
14165 return it so that the location of Spare Extension and CRC
14166 is available.
14167
14168 The patch also include a small tweak to handle Frame
14169 Protocol information saved from K15.  Some fields appear
14170 8 bytes later compared to K12.  The changes are in the file
14171 packet-k12.c.
14172
14173 ------------------------------------------------------------------------
14174 r21727 | martinm | 2007-05-08 10:17:51 -0700 (Tue, 08 May 2007) | 3 lines
14175 Changed paths:
14176    M /trunk/epan/tvbuff.c
14177
14178 Fix proto_tree_add_bits_ret_val() (as now used by FP dissector).
14179 Note that FP uses this function in a limited way, but this fixes problems seen.
14180
14181 ------------------------------------------------------------------------
14182 r21728 | martinm | 2007-05-08 10:19:18 -0700 (Tue, 08 May 2007) | 2 lines
14183 Changed paths:
14184    M /trunk/epan/dissectors/packet-catapult-dct2000.c
14185
14186 Use new 'unknown' value for dch_crc_present for EDCH channels.
14187
14188 ------------------------------------------------------------------------
14189 r21729 | jmayer | 2007-05-08 10:39:28 -0700 (Tue, 08 May 2007) | 26 lines
14190 Changed paths:
14191    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
14192    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
14193
14194 Update from samba tree revision 22657 to 22761
14195 ============================ Samba log start ============
14196 ------------------------------------------------------------------------
14197 r22667 | metze | 2007-05-04 12:44:41 +0200 (Fri, 04 May 2007) | 3 lines
14198 Changed paths:
14199    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
14200
14201 revert revision 22640 as it breaks nested structs in idl
14202
14203 metze
14204 ------------------------------------------------------------------------
14205 r22741 | jelmer | 2007-05-07 14:31:42 +0200 (Mon, 07 May 2007) | 1 line
14206 Changed paths:
14207    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
14208
14209 Add MSVC-specific pragma's for Wireshark. Patch from Ronnie.
14210 ------------------------------------------------------------------------
14211 r22742 | jelmer | 2007-05-07 14:41:23 +0200 (Mon, 07 May 2007) | 1 line
14212 Changed paths:
14213    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
14214
14215 Fix tests.
14216 ------------------------------------------------------------------------
14217 ------------------------------------------------------------------------
14218 ============================ Samba log end ==============
14219
14220 ------------------------------------------------------------------------
14221 r21730 | sfisher | 2007-05-08 12:11:33 -0700 (Tue, 08 May 2007) | 16 lines
14222 Changed paths:
14223    M /trunk/epan/dissectors/packet-fw1.c
14224
14225
14226 Fix for bug #1532 -
14227
14228 From Kenneth Golomb:
14229
14230 Fixes two issues:
14231 1) interface_name is allocated iface_len+1 bytes but a buffer length of iface
14232 len is passed in when the string is copied.  This truncates the string to 9
14233 characters if the interface_name is 10 characters long.
14234
14235 2) interface_name added to tree with proto_tree_add_string_format and is
14236 missing the initial value parameter when called.  Even if this is added the
14237 field can not be filtered on.  Adding the field with proto_tree_add_item fixes
14238 both the tree display and the filtering issues.
14239
14240
14241 ------------------------------------------------------------------------
14242 r21731 | sfisher | 2007-05-08 12:33:24 -0700 (Tue, 08 May 2007) | 15 lines
14243 Changed paths:
14244    M /trunk/epan/dissectors/packet-pana.c
14245
14246
14247 From Victor Fajardo:
14248
14249 The packet-pana.c dissector I have submitted previously [SVN rev 21447]
14250 had a minor issue. The following are the fixes:
14251  
14252 Change packet-pana.c, Line 823:
14253
14254                        { "Ping","pana.flags.e",
14255  
14256 to:
14257  
14258                        { "Error","pana.flags.e",
14259  
14260
14261 ------------------------------------------------------------------------
14262 r21732 | jake | 2007-05-08 15:25:03 -0700 (Tue, 08 May 2007) | 3 lines
14263 Changed paths:
14264    M /trunk/epan/dissectors/packet-ipv6.c
14265
14266 Fix for bug 1103:
14267 1. in dissect_routing6() if (rt.ip6r_type == 2) set pinfo->dst to the Home Address.
14268 2. dissect_mipv6_hoa() set the pinfo->src to the Home Address.
14269 ------------------------------------------------------------------------
14270 r21733 | guy | 2007-05-08 20:50:58 -0700 (Tue, 08 May 2007) | 3 lines
14271 Changed paths:
14272    M /trunk/epan/dissectors/packet-umts_fp.c
14273
14274 Unless I've missed something, the number of subframes can be as many as
14275 16 (4 bits, 0-origin, so that's 15 + 1 as the maximum).
14276
14277 ------------------------------------------------------------------------
14278 r21734 | ulfl | 2007-05-08 23:32:52 -0700 (Tue, 08 May 2007) | 1 line
14279 Changed paths:
14280    M /trunk/epan/Makefile.nmake
14281
14282 fix manifest error: for dll's mt.exe must be given ;2
14283 ------------------------------------------------------------------------
14284 r21735 | ulfl | 2007-05-08 23:33:22 -0700 (Tue, 08 May 2007) | 1 line
14285 Changed paths:
14286    M /trunk/wiretap/Makefile.nmake
14287
14288 fix manifest error: for dll's mt.exe must be given ;2
14289 ------------------------------------------------------------------------
14290 r21736 | ulfl | 2007-05-08 23:35:13 -0700 (Tue, 08 May 2007) | 1 line
14291 Changed paths:
14292    M /trunk/Makefile.nmake
14293
14294 fix manifest dll error
14295 ------------------------------------------------------------------------
14296 r21737 | grahamb | 2007-05-09 02:33:44 -0700 (Wed, 09 May 2007) | 1 line
14297 Changed paths:
14298    M /trunk/epan/dissectors/packet-umts_fp.c
14299
14300 Cast values to correct sizes for number of bits to squelch Win32 warnings
14301 ------------------------------------------------------------------------
14302 r21738 | jake | 2007-05-09 15:27:39 -0700 (Wed, 09 May 2007) | 2 lines
14303 Changed paths:
14304    M /trunk/epan/dissectors/packet-ip.c
14305
14306 Fix for bug 1497.
14307 Set DSCP_VALUE column info without tree to support export operations.
14308 ------------------------------------------------------------------------
14309 r21739 | sahlberg | 2007-05-09 19:34:06 -0700 (Wed, 09 May 2007) | 7 lines
14310 Changed paths:
14311    M /trunk/epan/dissectors/packet-smb-pipe.c
14312    M /trunk/epan/dissectors/packet-smb.c
14313    M /trunk/epan/dissectors/packet-smb.h
14314
14315 prettify dissection of FIDs,
14316 put the filename, if known, on the fid expansion line
14317
14318 also place a "generated" fid in failed ntcreateandx so it is easier to 
14319 quickly see which file the ntcreateandx failed for
14320
14321
14322 ------------------------------------------------------------------------
14323 r21740 | martinm | 2007-05-10 03:56:36 -0700 (Thu, 10 May 2007) | 2 lines
14324 Changed paths:
14325    M /trunk/epan/dissectors/packet-dhcpv6.c
14326
14327 Make dhcpv6 findable by name.
14328
14329 ------------------------------------------------------------------------
14330 r21741 | martinm | 2007-05-10 08:29:38 -0700 (Thu, 10 May 2007) | 2 lines
14331 Changed paths:
14332    M /trunk/wiretap/catapult_dct2000.c
14333
14334 mipv6 -> ip
14335
14336 ------------------------------------------------------------------------
14337 r21742 | martinm | 2007-05-10 09:49:00 -0700 (Thu, 10 May 2007) | 4 lines
14338 Changed paths:
14339    M /trunk/epan/dissectors/packet-sigcomp.c
14340
14341 - show NACK summary in info column
14342 - calculated and show compression ratio achieved
14343 - show some fields as being generated
14344
14345 ------------------------------------------------------------------------
14346 r21743 | sahlberg | 2007-05-10 13:53:35 -0700 (Thu, 10 May 2007) | 6 lines
14347 Changed paths:
14348    M /trunk/epan/dissectors/packet-smb.c
14349    M /trunk/epan/dissectors/packet-smb.h
14350
14351 add more tracking of FID properties
14352
14353 track create_flags, access_mask, file_attributes, share_access and 
14354 create options for all FIDs
14355
14356
14357 ------------------------------------------------------------------------
14358 r21744 | gerald | 2007-05-10 15:30:29 -0700 (Thu, 10 May 2007) | 6 lines
14359 Changed paths:
14360    M /trunk/gtk/capture_info_dlg.c
14361
14362 On slow displays (such as RDP sessions), it looks like the "update"
14363 callback routines might get called before we're ready for them.
14364 Add checks to handle this.
14365
14366 Fixup whitespace.
14367
14368 ------------------------------------------------------------------------
14369 r21745 | sahlberg | 2007-05-10 20:02:38 -0700 (Thu, 10 May 2007) | 3 lines
14370 Changed paths:
14371    M /trunk/epan/dissectors/packet-smb.c
14372
14373 make create_options, access_mask and share_access fitlerable
14374
14375
14376 ------------------------------------------------------------------------
14377 r21746 | etxrab | 2007-05-10 23:21:18 -0700 (Thu, 10 May 2007) | 2 lines
14378 Changed paths:
14379    M /trunk/epan/dissectors/packet-netflow.c
14380
14381 From Andrew Feren:
14382 This patch collapses start and end time for each flow to a single duration item.  The duration item can, of course, be expanded to display the start and end time.
14383 ------------------------------------------------------------------------
14384 r21747 | jake | 2007-05-10 23:31:22 -0700 (Thu, 10 May 2007) | 2 lines
14385 Changed paths:
14386    M /trunk/epan/dissectors/packet-bvlc.c
14387
14388 Fix for bug 1545.
14389 Add a preference to support BVLC on non standard UDP port.
14390 ------------------------------------------------------------------------
14391 r21748 | gerald | 2007-05-11 08:52:13 -0700 (Fri, 11 May 2007) | 2 lines
14392 Changed paths:
14393    M /trunk/epan/dissectors/packet-ieee80211.c
14394
14395 Add separate filters for vendor-specific HT items.
14396
14397 ------------------------------------------------------------------------
14398 r21749 | gerald | 2007-05-11 15:51:48 -0700 (Fri, 11 May 2007) | 2 lines
14399 Changed paths:
14400    M /trunk/epan/dissectors/packet-ieee80211.c
14401
14402 implented -> implemented.
14403
14404 ------------------------------------------------------------------------
14405 r21750 | sfisher | 2007-05-11 15:54:54 -0700 (Fri, 11 May 2007) | 4 lines
14406 Changed paths:
14407    M /trunk/tools/win32-setup.sh
14408
14409 Copy environment variable HTTP_PROXY when set to http_proxy so wget can grab it.
14410
14411 Also add $Id$ tag
14412
14413 ------------------------------------------------------------------------
14414 r21751 | gerald | 2007-05-11 17:01:57 -0700 (Fri, 11 May 2007) | 2 lines
14415 Changed paths:
14416    M /trunk/epan/dissectors/packet-ieee80211.c
14417
14418 Fix a bunch of spelling errors.
14419
14420 ------------------------------------------------------------------------
14421 r21752 | jake | 2007-05-12 12:54:55 -0700 (Sat, 12 May 2007) | 3 lines
14422 Changed paths:
14423    M /trunk/epan/dissectors/packet-frame.c
14424
14425 From bug 1492: Fortify layer name presentation.
14426 Some code cleanups.
14427
14428 ------------------------------------------------------------------------
14429 r21753 | etxrab | 2007-05-13 13:58:29 -0700 (Sun, 13 May 2007) | 1 line
14430 Changed paths:
14431    M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
14432    M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
14433    M /trunk/asn1/acp133/packet-acp133-template.c
14434    M /trunk/asn1/acse/acse.cnf
14435    M /trunk/asn1/acse/packet-acse-template.c
14436    M /trunk/asn1/ansi_map/ansi_map.cnf
14437    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
14438    M /trunk/asn1/camel/camel.cnf
14439    M /trunk/asn1/camel/packet-camel-template.c
14440    M /trunk/asn1/cdt/cdt.cnf
14441    M /trunk/asn1/cdt/packet-cdt-template.c
14442    M /trunk/asn1/cmip/cmip.cnf
14443    M /trunk/asn1/cmip/packet-cmip-template.c
14444    M /trunk/asn1/cms/cms.cnf
14445    M /trunk/asn1/cms/packet-cms-template.c
14446    M /trunk/asn1/dap/dap.cnf
14447    M /trunk/asn1/dap/packet-dap-template.c
14448    M /trunk/asn1/disp/disp.cnf
14449    M /trunk/asn1/disp/packet-disp-template.c
14450    M /trunk/asn1/dop/dop.cnf
14451    M /trunk/asn1/dop/packet-dop-template.c
14452    M /trunk/asn1/dsp/packet-dsp-template.c
14453    M /trunk/asn1/ess/ess.cnf
14454    M /trunk/asn1/ess/packet-ess-template.c
14455    M /trunk/asn1/ftam/ftam.cnf
14456    M /trunk/asn1/ftam/packet-ftam-template.c
14457    M /trunk/asn1/ftbp/packet-ftbp-template.c
14458    M /trunk/asn1/gnm/packet-gnm-template.c
14459    M /trunk/asn1/gsm_ss/gsm_ss.cnf
14460    M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
14461    M /trunk/asn1/gsm_ss/packet-gsm_ss-template.h
14462    M /trunk/asn1/gsmmap/gsmmap.cnf
14463    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
14464    M /trunk/asn1/h248/h248.cnf
14465    M /trunk/asn1/h248/packet-h248-template.c
14466    M /trunk/asn1/inap/inap.asn
14467    M /trunk/asn1/inap/inap.cnf
14468    M /trunk/asn1/inap/packet-inap-template.c
14469    M /trunk/asn1/ldap/ldap.cnf
14470    M /trunk/asn1/ldap/packet-ldap-template.c
14471    M /trunk/asn1/mms/mms.cnf
14472    M /trunk/asn1/mms/packet-mms-template.c
14473    M /trunk/asn1/ocsp/ocsp.cnf
14474    M /trunk/asn1/ocsp/packet-ocsp-template.c
14475    M /trunk/asn1/pkcs1/packet-pkcs1-template.c
14476    M /trunk/asn1/pkcs12/packet-pkcs12-template.c
14477    M /trunk/asn1/pkcs12/pkcs12.cnf
14478    M /trunk/asn1/pkinit/packet-pkinit-template.c
14479    M /trunk/asn1/pkinit/packet-pkinit-template.h
14480    M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.c
14481    M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.h
14482    M /trunk/asn1/pkix1explicit/pkix1explicit.cnf
14483    M /trunk/asn1/pkix1implicit/packet-pkix1implicit-template.c
14484    M /trunk/asn1/pkix1implicit/packet-pkix1implicit-template.h
14485    M /trunk/asn1/pkixcmp/cmp.cnf
14486    M /trunk/asn1/pkixcmp/packet-cmp-template.c
14487    M /trunk/asn1/pkixcrmf/crmf.cnf
14488    M /trunk/asn1/pkixcrmf/packet-crmf-template.c
14489    M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c
14490    M /trunk/asn1/pkixqualified/packet-pkixqualified-template.c
14491    M /trunk/asn1/pkixqualified/pkixqualified.cnf
14492    M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c
14493    M /trunk/asn1/pres/packet-pres-template.c
14494    M /trunk/asn1/pres/pres.cnf
14495    M /trunk/asn1/q932/packet-q932-ros-template.c
14496    M /trunk/asn1/q932/packet-q932-template.c
14497    M /trunk/asn1/q932/q932-ros.cnf
14498    M /trunk/asn1/qsig/packet-qsig-template.c
14499    M /trunk/asn1/ros/packet-ros-template.c
14500    M /trunk/asn1/ros/ros.cnf
14501    M /trunk/asn1/rtse/packet-rtse-template.c
14502    M /trunk/asn1/rtse/rtse.cnf
14503    M /trunk/asn1/s4406/packet-s4406-template.c
14504    M /trunk/asn1/s4406/s4406.cnf
14505    M /trunk/asn1/smrse/packet-smrse-template.c
14506    M /trunk/asn1/smrse/smrse.cnf
14507    M /trunk/asn1/snmp/packet-snmp-template.c
14508    M /trunk/asn1/snmp/snmp.cnf
14509    M /trunk/asn1/spnego/packet-spnego-template.c
14510    M /trunk/asn1/spnego/spnego.cnf
14511    M /trunk/asn1/tcap/packet-tcap-template.c
14512    M /trunk/asn1/tcap/tcap.cnf
14513    M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
14514    M /trunk/asn1/x411/packet-x411-template.c
14515    M /trunk/asn1/x411/x411.cnf
14516    M /trunk/asn1/x420/packet-x420-template.c
14517    M /trunk/asn1/x420/x420.cnf
14518    M /trunk/asn1/x509af/packet-x509af-template.c
14519    M /trunk/asn1/x509af/x509af.cnf
14520    M /trunk/asn1/x509ce/packet-x509ce-template.c
14521    M /trunk/asn1/x509ce/x509ce.cnf
14522    M /trunk/asn1/x509if/packet-x509if-template.c
14523    M /trunk/asn1/x509if/x509if.cnf
14524    M /trunk/asn1/x509sat/packet-x509sat-template.c
14525    M /trunk/epan/asn1.h
14526    M /trunk/epan/camel-persistentdata.c
14527    M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
14528    M /trunk/epan/dissectors/packet-acp133.c
14529    M /trunk/epan/dissectors/packet-acse.c
14530    M /trunk/epan/dissectors/packet-acse.h
14531    M /trunk/epan/dissectors/packet-ansi_map.c
14532    M /trunk/epan/dissectors/packet-app-pkix-cert.c
14533    M /trunk/epan/dissectors/packet-ber.c
14534    M /trunk/epan/dissectors/packet-ber.h
14535    M /trunk/epan/dissectors/packet-camel.c
14536    M /trunk/epan/dissectors/packet-cdt.c
14537    M /trunk/epan/dissectors/packet-cdt.h
14538    M /trunk/epan/dissectors/packet-cmip.c
14539    M /trunk/epan/dissectors/packet-cmip.h
14540    M /trunk/epan/dissectors/packet-cmp.c
14541    M /trunk/epan/dissectors/packet-cmp.h
14542    M /trunk/epan/dissectors/packet-cms.c
14543    M /trunk/epan/dissectors/packet-cms.h
14544    M /trunk/epan/dissectors/packet-crmf.c
14545    M /trunk/epan/dissectors/packet-crmf.h
14546    M /trunk/epan/dissectors/packet-dap.c
14547    M /trunk/epan/dissectors/packet-dap.h
14548    M /trunk/epan/dissectors/packet-disp.c
14549    M /trunk/epan/dissectors/packet-disp.h
14550    M /trunk/epan/dissectors/packet-dmp.c
14551    M /trunk/epan/dissectors/packet-dop.c
14552    M /trunk/epan/dissectors/packet-dop.h
14553    M /trunk/epan/dissectors/packet-dsp.c
14554    M /trunk/epan/dissectors/packet-dsp.h
14555    M /trunk/epan/dissectors/packet-dtls.c
14556    M /trunk/epan/dissectors/packet-ess.c
14557    M /trunk/epan/dissectors/packet-ftam.c
14558    M /trunk/epan/dissectors/packet-ftam.h
14559    M /trunk/epan/dissectors/packet-ftbp.c
14560    M /trunk/epan/dissectors/packet-gnm.c
14561    M /trunk/epan/dissectors/packet-gsm_a.c
14562    M /trunk/epan/dissectors/packet-gsm_map.c
14563    M /trunk/epan/dissectors/packet-gsm_map.h
14564    M /trunk/epan/dissectors/packet-gsm_ss.c
14565    M /trunk/epan/dissectors/packet-gsm_ss.h
14566    M /trunk/epan/dissectors/packet-h248.c
14567    M /trunk/epan/dissectors/packet-inap.c
14568    M /trunk/epan/dissectors/packet-isakmp.c
14569    M /trunk/epan/dissectors/packet-kerberos.c
14570    M /trunk/epan/dissectors/packet-kerberos.h
14571    M /trunk/epan/dissectors/packet-kpasswd.c
14572    M /trunk/epan/dissectors/packet-ldap.c
14573    M /trunk/epan/dissectors/packet-logotypecertextn.c
14574    M /trunk/epan/dissectors/packet-mikey.c
14575    M /trunk/epan/dissectors/packet-mms.c
14576    M /trunk/epan/dissectors/packet-mms.h
14577    M /trunk/epan/dissectors/packet-ns_cert_exts.c
14578    M /trunk/epan/dissectors/packet-ocsp.c
14579    M /trunk/epan/dissectors/packet-p_mul.c
14580    M /trunk/epan/dissectors/packet-pkcs1.c
14581    M /trunk/epan/dissectors/packet-pkcs1.h
14582    M /trunk/epan/dissectors/packet-pkcs12.c
14583    M /trunk/epan/dissectors/packet-pkinit.c
14584    M /trunk/epan/dissectors/packet-pkinit.h
14585    M /trunk/epan/dissectors/packet-pkix1explicit.c
14586    M /trunk/epan/dissectors/packet-pkix1explicit.h
14587    M /trunk/epan/dissectors/packet-pkix1implicit.c
14588    M /trunk/epan/dissectors/packet-pkix1implicit.h
14589    M /trunk/epan/dissectors/packet-pkixproxy.c
14590    M /trunk/epan/dissectors/packet-pkixqualified.c
14591    M /trunk/epan/dissectors/packet-pkixtsp.c
14592    M /trunk/epan/dissectors/packet-pres.c
14593    M /trunk/epan/dissectors/packet-q932-ros.c
14594    M /trunk/epan/dissectors/packet-q932.c
14595    M /trunk/epan/dissectors/packet-q932.h
14596    M /trunk/epan/dissectors/packet-qsig.c
14597    M /trunk/epan/dissectors/packet-qsig.h
14598    M /trunk/epan/dissectors/packet-ros.c
14599    M /trunk/epan/dissectors/packet-ros.h
14600    M /trunk/epan/dissectors/packet-rtse.c
14601    M /trunk/epan/dissectors/packet-rtse.h
14602    M /trunk/epan/dissectors/packet-s4406.c
14603    M /trunk/epan/dissectors/packet-sccp.c
14604    M /trunk/epan/dissectors/packet-smrse.c
14605    M /trunk/epan/dissectors/packet-snmp.c
14606    M /trunk/epan/dissectors/packet-spnego.c
14607    M /trunk/epan/dissectors/packet-ssl.c
14608    M /trunk/epan/dissectors/packet-tcap.c
14609    M /trunk/epan/dissectors/packet-tcap.h
14610    M /trunk/epan/dissectors/packet-uma.c
14611    M /trunk/epan/dissectors/packet-wlancertextn.c
14612    M /trunk/epan/dissectors/packet-x411.c
14613    M /trunk/epan/dissectors/packet-x411.h
14614    M /trunk/epan/dissectors/packet-x420.c
14615    M /trunk/epan/dissectors/packet-x420.h
14616    M /trunk/epan/dissectors/packet-x509af.c
14617    M /trunk/epan/dissectors/packet-x509af.h
14618    M /trunk/epan/dissectors/packet-x509ce.c
14619    M /trunk/epan/dissectors/packet-x509ce.h
14620    M /trunk/epan/dissectors/packet-x509if.c
14621    M /trunk/epan/dissectors/packet-x509if.h
14622    M /trunk/epan/dissectors/packet-x509sat.c
14623    M /trunk/epan/dissectors/packet-x509sat.h
14624    M /trunk/epan/gcp.h
14625    M /trunk/epan/tcap-persistentdata.c
14626    M /trunk/gtk/camel_counter.c
14627    M /trunk/gtk/camel_srt.c
14628    M /trunk/gtk/gsm_map_stat.c
14629    M /trunk/gtk/gsm_map_summary.c
14630    M /trunk/tap-camelcounter.c
14631    M /trunk/tap-camelsrt.c
14632    M /trunk/tools/asn2wrs.py
14633
14634 Second step in introducing asn context to BER dissectors just like in PER.
14635 ------------------------------------------------------------------------
14636 r21754 | etxrab | 2007-05-13 14:54:45 -0700 (Sun, 13 May 2007) | 1 line
14637 Changed paths:
14638    M /trunk/epan/dissectors/packet-ber.c
14639
14640 Try to make the buildbot happy.
14641 ------------------------------------------------------------------------
14642 r21755 | etxrab | 2007-05-13 15:01:17 -0700 (Sun, 13 May 2007) | 1 line
14643 Changed paths:
14644    M /trunk/epan/dissectors/packet-ber.c
14645    M /trunk/epan/dissectors/packet-ber.h
14646    M /trunk/tools/asn2wrs.py
14647
14648 actx in ber_external
14649 ------------------------------------------------------------------------
14650 r21756 | sahlberg | 2007-05-13 15:19:04 -0700 (Sun, 13 May 2007) | 6 lines
14651 Changed paths:
14652    M /trunk/epan/dissectors/packet-ber.c
14653    M /trunk/epan/dissectors/packet-ber.h
14654
14655 replace an incorrect '{' with ';' in the ber header file
14656
14657 change the signature for dissect_ber_external_type() to only provide the 
14658 parameter actx once
14659
14660
14661 ------------------------------------------------------------------------
14662 r21757 | kukosa | 2007-05-14 06:39:31 -0700 (Mon, 14 May 2007) | 2 lines
14663 Changed paths:
14664    M /trunk/epan/asn1.c
14665    M /trunk/epan/asn1.h
14666    M /trunk/epan/dissectors/packet-per.c
14667    M /trunk/epan/dissectors/packet-per.h
14668
14669 - more variants of dissect_per_open_type_*()
14670 - move asn1_get_real() to asn1.c/.h
14671 ------------------------------------------------------------------------
14672 r21758 | kukosa | 2007-05-14 06:46:09 -0700 (Mon, 14 May 2007) | 3 lines
14673 Changed paths:
14674    M /trunk/asn1/Makefile.am
14675    M /trunk/asn1/pkcs12/pkcs12.asn
14676    M /trunk/epan/dissectors/packet-umts_rrc_ies.c
14677    M /trunk/tools/asn2wrs.py
14678
14679 - support of constraint unions
14680 - support of FN_VARIANT parameter for OpenType
14681 - many small changes
14682 ------------------------------------------------------------------------
14683 r21759 | ulfl | 2007-05-14 06:47:03 -0700 (Mon, 14 May 2007) | 6 lines
14684 Changed paths:
14685    M /trunk/epan/to_str.c
14686
14687 fix a bug found while fuzz testing the opcua dissector:
14688 MSVC 2005 crashes, if localtime is called with very large numbers (in this case 218939827321) - probably due to changes that time_t is now 64bits long as default
14689
14690 limit the number given to localtime to a reasonable value
14691
14692 while this isn't a nice fix, I don't see a better way to fix it :-(
14693 ------------------------------------------------------------------------
14694 r21760 | ulfl | 2007-05-14 06:58:54 -0700 (Mon, 14 May 2007) | 2 lines
14695 Changed paths:
14696    M /trunk/Makefile.am
14697    M /trunk/Makefile.nmake
14698    M /trunk/configure.in
14699    M /trunk/plugins/Makefile.am
14700    M /trunk/plugins/Makefile.nmake
14701    A /trunk/plugins/opcua
14702    A /trunk/plugins/opcua/AUTHORS
14703    A /trunk/plugins/opcua/COPYING
14704    A /trunk/plugins/opcua/ChangeLog
14705    A /trunk/plugins/opcua/Doxyfile
14706    A /trunk/plugins/opcua/Makefile.am
14707    A /trunk/plugins/opcua/Makefile.common
14708    A /trunk/plugins/opcua/Makefile.nmake
14709    A /trunk/plugins/opcua/README
14710    A /trunk/plugins/opcua/moduleinfo.h
14711    A /trunk/plugins/opcua/opcua.c
14712    A /trunk/plugins/opcua/opcua_complextypeparser.c
14713    A /trunk/plugins/opcua/opcua_complextypeparser.h
14714    A /trunk/plugins/opcua/opcua_enumparser.c
14715    A /trunk/plugins/opcua/opcua_enumparser.h
14716    A /trunk/plugins/opcua/opcua_hfindeces.c
14717    A /trunk/plugins/opcua/opcua_hfindeces.h
14718    A /trunk/plugins/opcua/opcua_identifiers.h
14719    A /trunk/plugins/opcua/opcua_serviceparser.c
14720    A /trunk/plugins/opcua/opcua_serviceparser.h
14721    A /trunk/plugins/opcua/opcua_servicetable.c
14722    A /trunk/plugins/opcua/opcua_simpletypes.c
14723    A /trunk/plugins/opcua/opcua_simpletypes.h
14724    A /trunk/plugins/opcua/plugin.c
14725    A /trunk/plugins/opcua/ua_application_layer.c
14726    A /trunk/plugins/opcua/ua_application_layer.h
14727    A /trunk/plugins/opcua/ua_security_layer.c
14728    A /trunk/plugins/opcua/ua_security_layer.h
14729    A /trunk/plugins/opcua/ua_transport_layer.c
14730    A /trunk/plugins/opcua/ua_transport_layer.h
14731
14732 from Gerhard Gappmeier (ascolab):
14733 new dissector for OPCUA protocol
14734 ------------------------------------------------------------------------
14735 r21761 | kukosa | 2007-05-14 07:11:43 -0700 (Mon, 14 May 2007) | 4 lines
14736 Changed paths:
14737    M /trunk/asn1/Makefile.am
14738    M /trunk/asn1/rnsap/Makefile
14739    M /trunk/asn1/rnsap/Makefile.nmake
14740    A /trunk/asn1/rnsap/RNSAP-CommonDataTypes.asn
14741    A /trunk/asn1/rnsap/RNSAP-Constants.asn
14742    A /trunk/asn1/rnsap/RNSAP-Containers.asn
14743    A /trunk/asn1/rnsap/RNSAP-IEs.asn
14744    A /trunk/asn1/rnsap/RNSAP-PDU-Contents.asn
14745    A /trunk/asn1/rnsap/RNSAP-PDU-Descriptions.asn
14746    M /trunk/asn1/rnsap/packet-rnsap-template.c
14747    D /trunk/asn1/rnsap/rnsap.asn
14748    M /trunk/asn1/rnsap/rnsap.cnf
14749    A /trunk/asn1/rnsap/rnsap_dummy.asn
14750    M /trunk/epan/dissectors/packet-rnsap.c
14751    D /trunk/epan/dissectors/packet-rnsap.h
14752
14753 - RNSAP regenerated from the last specification Release 6 V6.13.0 (2007-03)
14754   (original unchanged ASN.1 source could be used because asn2wrs has been improved)
14755 - IE value switch(){} replaced with dissector table
14756   (some switch() and dummy CHOICE still remains but will be removed soon)
14757 ------------------------------------------------------------------------
14758 r21762 | kukosa | 2007-05-14 07:14:32 -0700 (Mon, 14 May 2007) | 1 line
14759 Changed paths:
14760    D /trunk/asn1/rnsap/packet-rnsap-template.h
14761
14762 packet-rnsap-template.h is not necessary
14763 ------------------------------------------------------------------------
14764 r21763 | kukosa | 2007-05-14 07:17:42 -0700 (Mon, 14 May 2007) | 1 line
14765 Changed paths:
14766    M /trunk/epan/dissectors/packet-per.c
14767
14768 fix packet-per.c:155: warning: 'val_tvb' may be used uninitialized in this function
14769 ------------------------------------------------------------------------
14770 r21764 | martinm | 2007-05-14 07:23:52 -0700 (Mon, 14 May 2007) | 3 lines
14771 Changed paths:
14772    M /trunk/epan/dissectors/packet-sigcomp.c
14773
14774 - give NACK reason codes in hex rather than decimal
14775 - minor prettifications
14776
14777 ------------------------------------------------------------------------
14778 r21765 | kukosa | 2007-05-14 07:27:09 -0700 (Mon, 14 May 2007) | 1 line
14779 Changed paths:
14780    M /trunk/gtk/h225_counter.c
14781    M /trunk/gtk/h225_ras_srt.c
14782
14783 missing includes
14784 ------------------------------------------------------------------------
14785 r21766 | kukosa | 2007-05-14 08:00:08 -0700 (Mon, 14 May 2007) | 1 line
14786 Changed paths:
14787    M /trunk/epan/dissectors/Makefile.common
14788
14789 remove packet-rnsap.h which was empty
14790 ------------------------------------------------------------------------
14791 r21767 | ulfl | 2007-05-14 08:08:01 -0700 (Mon, 14 May 2007) | 3 lines
14792 Changed paths:
14793    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
14794
14795 some minor fixes for the Win32 setup guide:
14796 - command.com -> cmd.exe
14797 - reverse the calling of vcvars32 and setenv environment setting scripts (to avoid problems with nmake)
14798 ------------------------------------------------------------------------
14799 r21768 | kukosa | 2007-05-14 09:53:23 -0700 (Mon, 14 May 2007) | 1 line
14800 Changed paths:
14801    M /trunk/tap-h225counter.c
14802    M /trunk/tap-h225rassrt.c
14803
14804 next missing includes
14805 ------------------------------------------------------------------------
14806 r21769 | gerald | 2007-05-14 10:01:25 -0700 (Mon, 14 May 2007) | 2 lines
14807 Changed paths:
14808    M /trunk/plugins/opcua/Makefile.nmake
14809
14810 Quote the path to make-dissector-reg.py.
14811
14812 ------------------------------------------------------------------------
14813 r21770 | gerald | 2007-05-14 10:07:34 -0700 (Mon, 14 May 2007) | 2 lines
14814 Changed paths:
14815    M /trunk/Makefile.nmake
14816    M /trunk/tools/win32-setup.sh
14817
14818 Update to the latest Win32 libraries.
14819
14820 ------------------------------------------------------------------------
14821 r21771 | gerald | 2007-05-14 11:27:47 -0700 (Mon, 14 May 2007) | 3 lines
14822 Changed paths:
14823    M /trunk/epan/dissectors/packet-ieee80211.c
14824
14825 From Dustin Johnson:  Fix a couple of spelling errors.  Normalize the display
14826 of A-MPDU and A-MSDU trees.
14827
14828 ------------------------------------------------------------------------
14829 r21772 | jake | 2007-05-14 13:55:11 -0700 (Mon, 14 May 2007) | 2 lines
14830 Changed paths:
14831    M /trunk/epan/dissectors/packet-wsp.c
14832
14833 Attempt to fix bug 1360.
14834 Remove calls to tvb_free on subsets, since this seems to upset the tvb administration(!?)
14835 ------------------------------------------------------------------------
14836 r21773 | etxrab | 2007-05-14 22:49:43 -0700 (Mon, 14 May 2007) | 1 line
14837 Changed paths:
14838    M /trunk/asn1/Makefile.nmake
14839    M /trunk/asn1/acse/acse.cnf
14840    M /trunk/asn1/cmip/cmip.cnf
14841    M /trunk/asn1/ftam/ftam.cnf
14842    M /trunk/asn1/h248/h248.cnf
14843    M /trunk/asn1/h248/packet-h248-template.c
14844    M /trunk/asn1/inap/inap.cnf
14845    M /trunk/asn1/ldap/ldap.cnf
14846    M /trunk/asn1/pkix1explicit/pkix1explicit.cnf
14847    M /trunk/asn1/rtse/rtse.cnf
14848    M /trunk/asn1/snmp/packet-snmp-template.c
14849    M /trunk/asn1/snmp/snmp.cnf
14850    M /trunk/asn1/spnego/packet-spnego-template.c
14851    M /trunk/asn1/spnego/spnego.cnf
14852    M /trunk/asn1/tcap/packet-tcap-template.c
14853    M /trunk/asn1/tcap/tcap.cnf
14854    M /trunk/asn1/x411/x411.cnf
14855    M /trunk/asn1/x509if/x509if.cnf
14856    M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
14857    M /trunk/epan/dissectors/packet-acp133.c
14858    M /trunk/epan/dissectors/packet-acse.c
14859    M /trunk/epan/dissectors/packet-ansi_map.c
14860    M /trunk/epan/dissectors/packet-ber.c
14861    M /trunk/epan/dissectors/packet-ber.h
14862    M /trunk/epan/dissectors/packet-camel.c
14863    M /trunk/epan/dissectors/packet-cdt.c
14864    M /trunk/epan/dissectors/packet-cmip.c
14865    M /trunk/epan/dissectors/packet-cmp.c
14866    M /trunk/epan/dissectors/packet-cms.c
14867    M /trunk/epan/dissectors/packet-cops.c
14868    M /trunk/epan/dissectors/packet-crmf.c
14869    M /trunk/epan/dissectors/packet-dap.c
14870    M /trunk/epan/dissectors/packet-disp.c
14871    M /trunk/epan/dissectors/packet-dop.c
14872    M /trunk/epan/dissectors/packet-dsp.c
14873    M /trunk/epan/dissectors/packet-ess.c
14874    M /trunk/epan/dissectors/packet-ftam.c
14875    M /trunk/epan/dissectors/packet-ftbp.c
14876    M /trunk/epan/dissectors/packet-gnm.c
14877    M /trunk/epan/dissectors/packet-gsm_a.c
14878    M /trunk/epan/dissectors/packet-gsm_map.c
14879    M /trunk/epan/dissectors/packet-gsm_ss.c
14880    M /trunk/epan/dissectors/packet-gssapi.c
14881    M /trunk/epan/dissectors/packet-h248.c
14882    M /trunk/epan/dissectors/packet-h248_3gpp.c
14883    M /trunk/epan/dissectors/packet-h248_annex_c.c
14884    M /trunk/epan/dissectors/packet-h248_q1950.c
14885    M /trunk/epan/dissectors/packet-inap.c
14886    M /trunk/epan/dissectors/packet-kerberos.c
14887    M /trunk/epan/dissectors/packet-kpasswd.c
14888    M /trunk/epan/dissectors/packet-ldap.c
14889    M /trunk/epan/dissectors/packet-logotypecertextn.c
14890    M /trunk/epan/dissectors/packet-mms.c
14891    M /trunk/epan/dissectors/packet-ns_cert_exts.c
14892    M /trunk/epan/dissectors/packet-ocsp.c
14893    M /trunk/epan/dissectors/packet-pkcs1.c
14894    M /trunk/epan/dissectors/packet-pkcs12.c
14895    M /trunk/epan/dissectors/packet-pkinit.c
14896    M /trunk/epan/dissectors/packet-pkix1explicit.c
14897    M /trunk/epan/dissectors/packet-pkix1implicit.c
14898    M /trunk/epan/dissectors/packet-pkixproxy.c
14899    M /trunk/epan/dissectors/packet-pkixqualified.c
14900    M /trunk/epan/dissectors/packet-pkixtsp.c
14901    M /trunk/epan/dissectors/packet-pres.c
14902    M /trunk/epan/dissectors/packet-q932-ros.c
14903    M /trunk/epan/dissectors/packet-q932.c
14904    M /trunk/epan/dissectors/packet-qsig.c
14905    M /trunk/epan/dissectors/packet-ros.c
14906    M /trunk/epan/dissectors/packet-rtse.c
14907    M /trunk/epan/dissectors/packet-s4406.c
14908    M /trunk/epan/dissectors/packet-ses.c
14909    M /trunk/epan/dissectors/packet-smrse.c
14910    M /trunk/epan/dissectors/packet-snmp.c
14911    M /trunk/epan/dissectors/packet-spnego.c
14912    M /trunk/epan/dissectors/packet-tcap.c
14913    M /trunk/epan/dissectors/packet-wlancertextn.c
14914    M /trunk/epan/dissectors/packet-x411.c
14915    M /trunk/epan/dissectors/packet-x420.c
14916    M /trunk/epan/dissectors/packet-x509af.c
14917    M /trunk/epan/dissectors/packet-x509ce.c
14918    M /trunk/epan/dissectors/packet-x509if.c
14919    M /trunk/epan/dissectors/packet-x509sat.c
14920    M /trunk/tools/asn2wrs.py
14921
14922 actx in the rest of dissect_ber..()l
14923 ------------------------------------------------------------------------
14924 r21774 | kukosa | 2007-05-14 23:03:27 -0700 (Mon, 14 May 2007) | 1 line
14925 Changed paths:
14926    M /trunk/asn1/umts_rrc/Makefile
14927    M /trunk/asn1/umts_rrc_Internode-defs/Makefile
14928    M /trunk/asn1/umts_rrc_ies/Makefile
14929    M /trunk/asn1/umts_rrc_pdu_def/Makefile
14930
14931 remove obsolete -X command line option of asn2wrs
14932 ------------------------------------------------------------------------
14933 r21775 | jake | 2007-05-15 00:53:37 -0700 (Tue, 15 May 2007) | 2 lines
14934 Changed paths:
14935    M /trunk/ringbuffer.c
14936
14937 Fix for bug 1591:
14938 The 5 digit file number should contain the monotonic increasing file number modulo 100000 to fit the alloted space.
14939 ------------------------------------------------------------------------
14940 r21776 | sahlberg | 2007-05-15 01:12:10 -0700 (Tue, 15 May 2007) | 3 lines
14941 Changed paths:
14942    M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c
14943    M /trunk/epan/dissectors/pidl/wkssvc.cnf
14944
14945 prettify the server_name component of NetWkstaTransportEnum
14946
14947
14948 ------------------------------------------------------------------------
14949 r21777 | kukosa | 2007-05-15 01:15:34 -0700 (Tue, 15 May 2007) | 1 line
14950 Changed paths:
14951    M /trunk/epan/dissectors/packet-h225.c
14952    M /trunk/epan/dissectors/packet-h245.c
14953    M /trunk/tools/asn2wrs.py
14954
14955 support for value range and unions in permitted alphabet
14956 ------------------------------------------------------------------------
14957 r21778 | kukosa | 2007-05-15 01:26:18 -0700 (Tue, 15 May 2007) | 1 line
14958 Changed paths:
14959    M /trunk/asn1/Makefile.am
14960    M /trunk/asn1/ulp/Makefile
14961    M /trunk/asn1/ulp/Makefile.nmake
14962    A /trunk/asn1/ulp/SUPL.asn
14963    A /trunk/asn1/ulp/ULP-Components.asn
14964    M /trunk/asn1/ulp/ULP.asn
14965    M /trunk/asn1/ulp/packet-ulp-template.c
14966    D /trunk/asn1/ulp/packet-ulp-template.h
14967    M /trunk/asn1/ulp/ulp.cnf
14968    M /trunk/epan/dissectors/Makefile.common
14969    M /trunk/epan/dissectors/packet-ulp.c
14970    D /trunk/epan/dissectors/packet-ulp.h
14971
14972 ULP regenerated from OMA UserPlane Location Protocol Candidate Version 1.0 ?\226?\128?\147 22 Jan 2007
14973 ------------------------------------------------------------------------
14974 r21779 | kukosa | 2007-05-15 01:55:12 -0700 (Tue, 15 May 2007) | 1 line
14975 Changed paths:
14976    M /trunk/tools/asn2wrs.py
14977
14978 command line option -X for "new BER" CHOICE and SEQUENCE table format (type oriented instead of field oriented)
14979 ------------------------------------------------------------------------
14980 r21780 | ulfl | 2007-05-15 02:05:53 -0700 (Tue, 15 May 2007) | 2 lines
14981 Changed paths:
14982    M /trunk/plugins/opcua
14983    M /trunk/plugins/opcua/AUTHORS
14984    M /trunk/plugins/opcua/COPYING
14985    M /trunk/plugins/opcua/ChangeLog
14986    M /trunk/plugins/opcua/Doxyfile
14987    M /trunk/plugins/opcua/Makefile.am
14988    M /trunk/plugins/opcua/Makefile.common
14989    M /trunk/plugins/opcua/Makefile.nmake
14990    M /trunk/plugins/opcua/README
14991    M /trunk/plugins/opcua/moduleinfo.h
14992    M /trunk/plugins/opcua/opcua.c
14993    M /trunk/plugins/opcua/opcua_complextypeparser.c
14994    M /trunk/plugins/opcua/opcua_complextypeparser.h
14995    M /trunk/plugins/opcua/opcua_enumparser.c
14996    M /trunk/plugins/opcua/opcua_enumparser.h
14997    M /trunk/plugins/opcua/opcua_hfindeces.c
14998    M /trunk/plugins/opcua/opcua_hfindeces.h
14999    M /trunk/plugins/opcua/opcua_identifiers.h
15000    M /trunk/plugins/opcua/opcua_serviceparser.c
15001    M /trunk/plugins/opcua/opcua_serviceparser.h
15002    M /trunk/plugins/opcua/opcua_servicetable.c
15003    M /trunk/plugins/opcua/opcua_simpletypes.c
15004    M /trunk/plugins/opcua/opcua_simpletypes.h
15005    M /trunk/plugins/opcua/plugin.c
15006    M /trunk/plugins/opcua/ua_application_layer.c
15007    M /trunk/plugins/opcua/ua_application_layer.h
15008    M /trunk/plugins/opcua/ua_security_layer.c
15009    M /trunk/plugins/opcua/ua_security_layer.h
15010    M /trunk/plugins/opcua/ua_transport_layer.c
15011    M /trunk/plugins/opcua/ua_transport_layer.h
15012
15013 add svn properties for dir and files
15014
15015 ------------------------------------------------------------------------
15016 r21781 | ulfl | 2007-05-15 02:10:16 -0700 (Tue, 15 May 2007) | 1 line
15017 Changed paths:
15018    M /trunk/plugins/opcua/Makefile.common
15019
15020 add the list of DISSECTOR_INCLUDES
15021 ------------------------------------------------------------------------
15022 r21782 | ulfl | 2007-05-15 02:12:39 -0700 (Tue, 15 May 2007) | 1 line
15023 Changed paths:
15024    D /trunk/plugins/opcua/plugin.c
15025
15026 remove generated file
15027 ------------------------------------------------------------------------
15028 r21783 | sahlberg | 2007-05-15 02:48:02 -0700 (Tue, 15 May 2007) | 4 lines
15029 Changed paths:
15030    M /trunk/epan/dissectors/packet-smb-pipe.c
15031
15032 since the fid dissector helper now adds a lot of extra info to the tree
15033 we must now pass it a (semi-)valid tvb.
15034
15035
15036 ------------------------------------------------------------------------
15037 r21784 | ulfl | 2007-05-15 02:53:26 -0700 (Tue, 15 May 2007) | 3 lines
15038 Changed paths:
15039    M /trunk/plugins/opcua/Makefile.common
15040    M /trunk/plugins/opcua/opcua.c
15041    A /trunk/plugins/opcua/opcua_application_layer.c (from /trunk/plugins/opcua/ua_application_layer.c:21780)
15042    A /trunk/plugins/opcua/opcua_application_layer.h (from /trunk/plugins/opcua/ua_application_layer.h:21780)
15043    A /trunk/plugins/opcua/opcua_security_layer.c (from /trunk/plugins/opcua/ua_security_layer.c:21780)
15044    A /trunk/plugins/opcua/opcua_security_layer.h (from /trunk/plugins/opcua/ua_security_layer.h:21780)
15045    M /trunk/plugins/opcua/opcua_simpletypes.c
15046    A /trunk/plugins/opcua/opcua_transport_layer.c (from /trunk/plugins/opcua/ua_transport_layer.c:21780)
15047    A /trunk/plugins/opcua/opcua_transport_layer.h (from /trunk/plugins/opcua/ua_transport_layer.h:21780)
15048    D /trunk/plugins/opcua/ua_application_layer.c
15049    D /trunk/plugins/opcua/ua_application_layer.h
15050    D /trunk/plugins/opcua/ua_security_layer.c
15051    D /trunk/plugins/opcua/ua_security_layer.h
15052    D /trunk/plugins/opcua/ua_transport_layer.c
15053    D /trunk/plugins/opcua/ua_transport_layer.h
15054
15055 from Gerhard Gappmeier:
15056 renamed prefix ua_ -> opcua_
15057 remove unused code
15058 ------------------------------------------------------------------------
15059 r21785 | kukosa | 2007-05-15 04:41:45 -0700 (Tue, 15 May 2007) | 1 line
15060 Changed paths:
15061    M /trunk/tools/asn2wrs.py
15062
15063 fix bug - compiler crashes if already imported value or class is defined
15064 ------------------------------------------------------------------------
15065 r21786 | kukosa | 2007-05-15 05:50:13 -0700 (Tue, 15 May 2007) | 1 line
15066 Changed paths:
15067    M /trunk/tools/asn2wrs.py
15068
15069 fix crash if C enum for ENUMERATED type is created
15070 ------------------------------------------------------------------------
15071 r21787 | kukosa | 2007-05-15 05:53:04 -0700 (Tue, 15 May 2007) | 1 line
15072 Changed paths:
15073    M /trunk/asn1/Makefile.am
15074    M /trunk/asn1/rnsap/Makefile.nmake
15075    M /trunk/asn1/rnsap/packet-rnsap-template.c
15076    M /trunk/asn1/rnsap/rnsap.cnf
15077    D /trunk/asn1/rnsap/rnsap_dummy.asn
15078    M /trunk/epan/dissectors/packet-rnsap.c
15079
15080 get rid of the rest of dummy ASN.1 code and switch()
15081 ------------------------------------------------------------------------
15082 r21788 | kukosa | 2007-05-15 06:10:49 -0700 (Tue, 15 May 2007) | 1 line
15083 Changed paths:
15084    M /trunk/asn1/Makefile.am
15085
15086 typo SULP.asn -> SUPL.asn
15087 ------------------------------------------------------------------------
15088 r21789 | martinm | 2007-05-15 07:49:26 -0700 (Tue, 15 May 2007) | 5 lines
15089 Changed paths:
15090    M /trunk/epan/dissectors/packet-rtcp.c
15091
15092 TBCP fixes:
15093 - more careful checking of packet length
15094 - skip padding at end of SDES items block
15095 - formatting
15096
15097 ------------------------------------------------------------------------
15098 r21790 | martinm | 2007-05-15 08:26:13 -0700 (Tue, 15 May 2007) | 2 lines
15099 Changed paths:
15100    M /trunk/epan/dissectors/packet-rtcp.c
15101
15102 Fix problem from previous commit (confused myself with FT_UINT_STRING needing length of 1 when adding to tree...), and show display-name in info column.
15103
15104 ------------------------------------------------------------------------
15105 r21791 | wmeier | 2007-05-15 09:12:46 -0700 (Tue, 15 May 2007) | 1 line
15106 Changed paths:
15107    M /trunk/test/suite-capture.sh
15108
15109 Capture tests using Wireshark seem to be causing a problem; disable them for now.
15110 ------------------------------------------------------------------------
15111 r21792 | sahlberg | 2007-05-15 13:07:58 -0700 (Tue, 15 May 2007) | 7 lines
15112 Changed paths:
15113    M /trunk/epan/dissectors/packet-smb2.c
15114
15115 from metze
15116
15117 add support for smb2 chaining
15118
15119 rename sessionsetupandz to sessionsetup
15120
15121
15122 ------------------------------------------------------------------------
15123 r21793 | sahlberg | 2007-05-15 13:13:30 -0700 (Tue, 15 May 2007) | 5 lines
15124 Changed paths:
15125    M /trunk/epan/dissectors/packet-smb2.c
15126    M /trunk/epan/dissectors/packet-smb2.h
15127
15128 from metze
15129
15130 patch to find and enhancement of extra_info handling
15131
15132
15133 ------------------------------------------------------------------------
15134 r21794 | sahlberg | 2007-05-15 13:33:44 -0700 (Tue, 15 May 2007) | 3 lines
15135 Changed paths:
15136    M /trunk/epan/dissectors/packet-smb2.c
15137    M /trunk/epan/dissectors/packet-smb2.h
15138
15139 add dissection of the end_of_chain bit in the header flags
15140
15141
15142 ------------------------------------------------------------------------
15143 r21795 | sahlberg | 2007-05-15 13:46:45 -0700 (Tue, 15 May 2007) | 8 lines
15144 Changed paths:
15145    M /trunk/epan/dissectors/packet-smb2.c
15146
15147 when spawning off to the next smb2 pdu in a chain we need to create a 
15148 new tvb for it    or else the offset/length calculations for where blobs 
15149 a               next_tvb=tvb_new_subset(tvb, chain_offset, MIN((int)len, 
15150 tvb_length_remaining(tvb, off)), len);
15151 re in the packets are wrong.
15152
15153
15154
15155 ------------------------------------------------------------------------
15156 r21796 | gerald | 2007-05-15 16:06:48 -0700 (Tue, 15 May 2007) | 4 lines
15157 Changed paths:
15158    M /trunk/gtk/about_dlg.c
15159
15160 Instead of updating the splash screen every time we load or hand off
15161 a dissector, update it every 250 ms.  This drastically reduces the
15162 startup time on remote displays (for me, at least).
15163
15164 ------------------------------------------------------------------------
15165 r21797 | sahlberg | 2007-05-15 16:30:03 -0700 (Tue, 15 May 2007) | 4 lines
15166 Changed paths:
15167    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
15168    M /trunk/epan/dissectors/pidl/srvsvc.cnf
15169
15170 we must provide a hfinfo field when dissecting a dcerpc integer or else 
15171 we might get a dissector bug assert and fail to dissect the blob
15172
15173
15174 ------------------------------------------------------------------------
15175 r21798 | sahlberg | 2007-05-15 17:55:47 -0700 (Tue, 15 May 2007) | 3 lines
15176 Changed paths:
15177    M /trunk/gtk/about_dlg.c
15178
15179 dont use g_time_add_val() since it is not available in gtk1
15180
15181
15182 ------------------------------------------------------------------------
15183 r21799 | sahlberg | 2007-05-15 18:06:30 -0700 (Tue, 15 May 2007) | 3 lines
15184 Changed paths:
15185    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
15186    M /trunk/epan/dissectors/pidl/srvsvc.cnf
15187
15188 start prettifying SRVSVC
15189
15190
15191 ------------------------------------------------------------------------
15192 r21800 | kukosa | 2007-05-15 23:30:45 -0700 (Tue, 15 May 2007) | 2 lines
15193 Changed paths:
15194    M /trunk/asn1/rnsap/packet-rnsap-template.c
15195    M /trunk/asn1/rnsap/rnsap.cnf
15196    M /trunk/epan/dissectors/packet-rnsap.c
15197
15198 use some by mistake unused types
15199 remove unused variables and types
15200 ------------------------------------------------------------------------
15201 r21801 | sahlberg | 2007-05-15 23:50:19 -0700 (Tue, 15 May 2007) | 4 lines
15202 Changed paths:
15203    M /trunk/epan/dissectors/packet-smb2.c
15204
15205 from metze
15206 prettify dissection of multiple chained smb2 pdus in one frame
15207
15208
15209 ------------------------------------------------------------------------
15210 r21802 | ulfl | 2007-05-16 01:13:11 -0700 (Wed, 16 May 2007) | 15 lines
15211 Changed paths:
15212    M /trunk/plugins/opcua/Makefile.am
15213    M /trunk/plugins/opcua/Makefile.common
15214    M /trunk/plugins/opcua/Makefile.nmake
15215    A /trunk/plugins/opcua/moduleinfo.nmake
15216    M /trunk/plugins/opcua/opcua.c
15217    M /trunk/plugins/opcua/opcua_application_layer.c
15218    M /trunk/plugins/opcua/opcua_complextypeparser.c
15219    M /trunk/plugins/opcua/opcua_security_layer.c
15220    A /trunk/plugins/opcua/plugin.rc.in
15221
15222 from Gerhard Gappmeier (ULFL: only slightly changed the unused prevention):
15223 I updated the files for the build process to fit the current wireshark
15224 version.
15225 I don't know much about it so a just copied the missing parts from
15226 another module.
15227 I'm not sure of it's right, so please have a look at it.
15228
15229 Modifications:
15230 * added plugin.rc.in
15231 * added moduleinfo.nmake
15232 * updated Makefile.am/nmake/common
15233 * removed unused variable from opcua_application_layer.c
15234 * fixed unused parameter warning in opcua.c
15235
15236 I tested it on Windows with VC6 and on Gentoo linux with gcc 3.4.6.
15237 ------------------------------------------------------------------------
15238 r21803 | kukosa | 2007-05-16 06:41:54 -0700 (Wed, 16 May 2007) | 1 line
15239 Changed paths:
15240    M /trunk/asn1/rnsap/RNSAP-CommonDataTypes.asn
15241    M /trunk/asn1/rnsap/RNSAP-Constants.asn
15242    M /trunk/asn1/rnsap/RNSAP-Containers.asn
15243    M /trunk/asn1/rnsap/RNSAP-IEs.asn
15244    M /trunk/asn1/rnsap/RNSAP-PDU-Contents.asn
15245    M /trunk/asn1/rnsap/RNSAP-PDU-Descriptions.asn
15246    M /trunk/asn1/rnsap/rnsap.cnf
15247    M /trunk/epan/dissectors/packet-rnsap.c
15248
15249 RNSAP updated to V7.4.0 (2007-03)
15250 ------------------------------------------------------------------------
15251 r21804 | martinm | 2007-05-16 07:24:13 -0700 (Wed, 16 May 2007) | 2 lines
15252 Changed paths:
15253    M /trunk/epan/dissectors/packet-sip.c
15254
15255 Allow Via sigcomp-id parameter name to be matched properly.
15256
15257 ------------------------------------------------------------------------
15258 r21805 | lego | 2007-05-16 10:35:07 -0700 (Wed, 16 May 2007) | 3 lines
15259 Changed paths:
15260    M /trunk/epan/dfilter/dfilter-macro.c
15261
15262 Terminate the strings of the various parts and advance the write pointer.
15263
15264
15265 ------------------------------------------------------------------------
15266 r21806 | gerald | 2007-05-16 11:46:29 -0700 (Wed, 16 May 2007) | 2 lines
15267 Changed paths:
15268    M /trunk/COPYING
15269
15270 Update the summary at the top of the license text.
15271
15272 ------------------------------------------------------------------------
15273 r21807 | sfisher | 2007-05-16 13:19:30 -0700 (Wed, 16 May 2007) | 5 lines
15274 Changed paths:
15275    M /trunk/gtk/capture_file_dlg.c
15276
15277
15278 Fix bug #1600: Merge feature from File menu does'nt do what it should
15279 (append vs prepend)
15280
15281
15282 ------------------------------------------------------------------------
15283 r21808 | sfisher | 2007-05-16 14:45:02 -0700 (Wed, 16 May 2007) | 5 lines
15284 Changed paths:
15285    M /trunk/gtk/prefs_dlg.c
15286
15287
15288 Fix bug #1548: call of "Protocol Preferences" results in GTK error msg
15289 at the command line
15290
15291
15292 ------------------------------------------------------------------------
15293 r21809 | sahlberg | 2007-05-16 18:19:26 -0700 (Wed, 16 May 2007) | 3 lines
15294 Changed paths:
15295    M /trunk/epan/dissectors/packet-windows-common.c
15296    M /trunk/epan/dissectors/packet-windows-common.h
15297
15298 add a new dos error code
15299
15300
15301 ------------------------------------------------------------------------
15302 r21810 | wmeier | 2007-05-16 18:41:47 -0700 (Wed, 16 May 2007) | 2 lines
15303 Changed paths:
15304    M /trunk/capture.c
15305
15306 Minor fix: For "wireshark -Q ..." show "no packets captured" popup only when valid.
15307
15308 ------------------------------------------------------------------------
15309 r21811 | wmeier | 2007-05-16 19:43:38 -0700 (Wed, 16 May 2007) | 2 lines
15310 Changed paths:
15311    M /trunk/test/config.sh
15312    M /trunk/test/suite-capture.sh
15313
15314 Try this again (with a longer timeout and more diagnostic info)
15315
15316 ------------------------------------------------------------------------
15317 r21812 | standel | 2007-05-17 07:36:32 -0700 (Thu, 17 May 2007) | 2 lines
15318 Changed paths:
15319    M /trunk/epan/asn1.c
15320
15321 include string.h to import memcpy and memset functions signatures
15322
15323 ------------------------------------------------------------------------
15324 r21813 | standel | 2007-05-17 10:08:11 -0700 (Thu, 17 May 2007) | 6 lines
15325 Changed paths:
15326    M /trunk/epan/Makefile.am
15327    M /trunk/epan/Makefile.common
15328    M /trunk/epan/Makefile.nmake
15329
15330 Since code generated by lex may trigger gcc warnings, we are now generating two
15331 libraries. A single library is generated with the lex code without the barrier
15332 "stop on warning". Another library is generated from the remaining source
15333 files with the "stop on warning" barrier.
15334
15335
15336 ------------------------------------------------------------------------
15337 r21814 | gerald | 2007-05-17 10:14:39 -0700 (Thu, 17 May 2007) | 3 lines
15338 Changed paths:
15339    M /trunk/epan/crypt/airpdcap.c
15340
15341 Try WEP decryption before WPA.  This keeps us from returning
15342 prematurely if we have an IBSS frame.
15343
15344 ------------------------------------------------------------------------
15345 r21815 | gerald | 2007-05-17 10:15:51 -0700 (Thu, 17 May 2007) | 4 lines
15346 Changed paths:
15347    M /trunk/gtk/about_dlg.c
15348
15349 Decrease the refresh time to 100ms.  This seems to make the splash
15350 screen updates a little more smooth without affecting the startup
15351 time for remote sessions.
15352
15353 ------------------------------------------------------------------------
15354 r21816 | gerald | 2007-05-17 10:38:11 -0700 (Thu, 17 May 2007) | 4 lines
15355 Changed paths:
15356    M /trunk/gtk/packet_list.c
15357
15358 Queue a redraw event in packet_list_clear().  This seems to fix the
15359 incorrect redraw behavior when the packet list length is less than the
15360 widget height.
15361
15362 ------------------------------------------------------------------------
15363 r21817 | standel | 2007-05-17 11:02:22 -0700 (Thu, 17 May 2007) | 6 lines
15364 Changed paths:
15365    M /trunk/wiretap/Makefile.am
15366    M /trunk/wiretap/Makefile.common
15367
15368 Since code generated by lex may trigger gcc warnings, we are now generating two
15369 libraries.  A single library is generated with the lex code without the barrier
15370 "stop on warning". An other library is generated from the remaining source
15371 files with the "stop on warning" barrier.
15372
15373
15374 ------------------------------------------------------------------------
15375 r21818 | gerald | 2007-05-17 11:41:07 -0700 (Thu, 17 May 2007) | 6 lines
15376 Changed paths:
15377    M /trunk/docbook/release-notes.xml
15378    M /trunk/gtk/rtp_analysis.c
15379
15380 When saving an RTP stream, don't insert silence if our packet has a
15381 wrong timestamp.  Place a cap on the amount of silence that we do
15382 insert.  This should fix bug 1580.
15383
15384 Update the release notes.
15385
15386 ------------------------------------------------------------------------
15387 r21819 | standel | 2007-05-17 13:03:23 -0700 (Thu, 17 May 2007) | 2 lines
15388 Changed paths:
15389    M /trunk/epan/Makefile.common
15390
15391 uat_load.c is moved to generated files
15392
15393 ------------------------------------------------------------------------
15394 r21820 | standel | 2007-05-17 17:00:10 -0700 (Thu, 17 May 2007) | 2 lines
15395 Changed paths:
15396    M /trunk/wiretap/Makefile.am
15397    M /trunk/wiretap/Makefile.common
15398
15399 include generator sources in EXTRA_DIST
15400
15401 ------------------------------------------------------------------------
15402 r21821 | standel | 2007-05-17 17:04:58 -0700 (Thu, 17 May 2007) | 2 lines
15403 Changed paths:
15404    M /trunk/configure.in
15405    M /trunk/wiretap/configure.in
15406
15407 temporarily disable cast-align warnings
15408
15409 ------------------------------------------------------------------------
15410 r21822 | standel | 2007-05-17 17:15:31 -0700 (Thu, 17 May 2007) | 2 lines
15411 Changed paths:
15412    M /trunk/configure.in
15413
15414 typo fix
15415
15416 ------------------------------------------------------------------------
15417 r21823 | sahlberg | 2007-05-17 22:25:31 -0700 (Thu, 17 May 2007) | 4 lines
15418 Changed paths:
15419    M /trunk/epan/dissectors/packet-windows-common.c
15420    M /trunk/epan/dissectors/packet-windows-common.h
15421
15422 this error is returned in srvsvc when a SessDel fails because no matching session can be 
15423 found
15424
15425
15426 ------------------------------------------------------------------------
15427 r21824 | kukosa | 2007-05-18 05:48:28 -0700 (Fri, 18 May 2007) | 3 lines
15428 Changed paths:
15429    M /trunk/tools/asn2wrs.py
15430
15431 - fix asn2wrs crash if typereference assignment has non-default body
15432 - mode directives for assignments omitting 
15433   (#.NO_OMIT_ASSGN, #.OMIT_ALL_ASSIGNMENTS, #.OMIT_ASSIGNMENTS_EXCEPT, #.OMIT_ALL_TYPE_ASSIGNMENTS, #.OMIT_TYPE_ASSIGNMENTS_EXCEPT, #.OMIT_ALL_VALUE_ASSIGNMENTS, #.OMIT_VALUE_ASSIGNMENTS_EXCEPT)
15434 ------------------------------------------------------------------------
15435 r21825 | kukosa | 2007-05-18 05:53:55 -0700 (Fri, 18 May 2007) | 1 line
15436 Changed paths:
15437    M /trunk/asn1/Makefile.am
15438    A /trunk/asn1/gsmmap/MAP-ExtensionDataTypes.asn
15439    A /trunk/asn1/gsmmap/MAP-LCS-DataTypes.asn
15440    M /trunk/asn1/rrlp/Makefile
15441    M /trunk/asn1/rrlp/Makefile.nmake
15442    A /trunk/asn1/rrlp/RRLP-Components.asn
15443    A /trunk/asn1/rrlp/RRLP-Messages.asn
15444    M /trunk/asn1/rrlp/packet-rrlp-template.c
15445    D /trunk/asn1/rrlp/packet-rrlp-template.h
15446    D /trunk/asn1/rrlp/rrlp.asn
15447    M /trunk/asn1/rrlp/rrlp.cnf
15448    M /trunk/epan/dissectors/Makefile.common
15449    M /trunk/epan/dissectors/packet-rrlp.c
15450    D /trunk/epan/dissectors/packet-rrlp.h
15451
15452 RRLP updated to 3GPP TS 44.031 V7.4.0 (2007-03)
15453 ------------------------------------------------------------------------
15454 r21826 | standel | 2007-05-18 06:14:03 -0700 (Fri, 18 May 2007) | 2 lines
15455 Changed paths:
15456    M /trunk/epan/Makefile.common
15457
15458 include dtd_parse.h in the distribution
15459
15460 ------------------------------------------------------------------------
15461 r21827 | etxrab | 2007-05-18 08:11:48 -0700 (Fri, 18 May 2007) | 2 lines
15462 Changed paths:
15463    A /trunk/asn1/ranap/RANAP-CommonDataTypes.asn
15464    A /trunk/asn1/ranap/RANAP-Constants.asn
15465    A /trunk/asn1/ranap/RANAP-Containers.asn
15466    A /trunk/asn1/ranap/RANAP-IEs.asn
15467    A /trunk/asn1/ranap/RANAP-PDU-Contents.asn
15468    A /trunk/asn1/ranap/RANAP-PDU-Descriptions.asn
15469
15470 Latest ASN1 files to be used later when the RANAP dissector is regenerated with
15471 the latest asn2wrs facillities.
15472 ------------------------------------------------------------------------
15473 r21828 | etxrab | 2007-05-18 09:46:35 -0700 (Fri, 18 May 2007) | 2 lines
15474 Changed paths:
15475    M /trunk/epan/dissectors/packet-bssgp.c
15476    M /trunk/epan/proto.c
15477    M /trunk/epan/proto.h
15478    M /trunk/epan/tvbuff.c
15479    M /trunk/epan/tvbuff.h
15480
15481 Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb_get_bits64
15482 and use them in proto_tree_add_bits_ret_val().
15483 ------------------------------------------------------------------------
15484 r21829 | martinm | 2007-05-18 10:25:26 -0700 (Fri, 18 May 2007) | 3 lines
15485 Changed paths:
15486    M /trunk/epan/dissectors/packet-ymsg.c
15487
15488 - show service val in protocol tree label (there can be multiple of them)
15489 - use fences so that multiple summaries can appear together in the info column
15490
15491 ------------------------------------------------------------------------
15492 r21830 | etxrab | 2007-05-18 11:14:09 -0700 (Fri, 18 May 2007) | 1 line
15493 Changed paths:
15494    M /trunk/epan/dissectors/packet-h263.c
15495
15496 Use proto_tree_add_bits_ret_val and proto_tree_add_bits_item().
15497 ------------------------------------------------------------------------
15498 r21831 | gerald | 2007-05-18 14:06:20 -0700 (Fri, 18 May 2007) | 12 lines
15499 Changed paths:
15500    M /trunk/Makefile.common
15501    M /trunk/Makefile.nmake
15502    D /trunk/airpcap.h
15503    M /trunk/airpcap_loader.c
15504    M /trunk/airpcap_loader.h
15505    M /trunk/config.nmake
15506    M /trunk/epan/dissectors/Makefile.nmake
15507    M /trunk/epan/dissectors/packet-ieee80211.c
15508    M /trunk/epan/dissectors/packet-ieee80211.h
15509    M /trunk/epan/dissectors/packet-radiotap.c
15510    M /trunk/gtk/Makefile.nmake
15511    M /trunk/gtk/airpcap_dlg.c
15512    M /trunk/gtk/airpcap_dlg.h
15513    M /trunk/gtk/airpcap_gui_utils.c
15514    M /trunk/gtk/airpcap_gui_utils.h
15515    M /trunk/gtk/capture_dlg.c
15516    M /trunk/gtk/capture_if_dlg.c
15517    M /trunk/gtk/keys.h
15518    M /trunk/gtk/main.c
15519
15520 From Dustin Johnson:
15521
15522   - Update the wireless/AirPcap GUI code to support 802.11n as well as
15523     some related upcoming code changes.
15524   - Remove airpcap.h from the repository, since it exists in the AirPcap
15525     devpack (and will be superseded Real Soon Now).
15526   - Show the individual channel flag bits in radiotap.
15527   
15528 Fix the 802.11n MCS set display.
15529
15530 This is a partial checkin, so hopefully nothing is broken.
15531
15532 ------------------------------------------------------------------------
15533 r21832 | guy | 2007-05-18 20:45:39 -0700 (Fri, 18 May 2007) | 5 lines
15534 Changed paths:
15535    M /trunk/epan/tvbuff.c
15536
15537 Get rid of unused variables.
15538
15539 Wrap 64-bit constants in G_GINT64_CONSTANT(), so they get the
15540 appropriate suffix appended so the compiler knows they're 64 bits.
15541
15542 ------------------------------------------------------------------------
15543 r21833 | jake | 2007-05-19 03:59:44 -0700 (Sat, 19 May 2007) | 2 lines
15544 Changed paths:
15545    M /trunk/gtk/capture_if_dlg.c
15546
15547 Get the build going.
15548
15549 ------------------------------------------------------------------------
15550 r21834 | standel | 2007-05-19 11:33:44 -0700 (Sat, 19 May 2007) | 2 lines
15551 Changed paths:
15552    M /trunk/epan/Makefile.am
15553
15554 distclean fix (delete dtd_grammar.h)
15555
15556 ------------------------------------------------------------------------
15557 r21835 | standel | 2007-05-19 11:38:45 -0700 (Sat, 19 May 2007) | 4 lines
15558 Changed paths:
15559    M /trunk/configure.in
15560    M /trunk/wiretap/configure.in
15561
15562 temporarily put cast-align in extra-gcc-warnings while compilation on Solaris
15563 slave generates 'cast increases required alignment of target type' warnings. 
15564
15565
15566 ------------------------------------------------------------------------
15567 r21836 | standel | 2007-05-19 11:42:58 -0700 (Sat, 19 May 2007) | 2 lines
15568 Changed paths:
15569    M /trunk/wiretap/configure.in
15570
15571 typo fix
15572
15573 ------------------------------------------------------------------------
15574 r21837 | guy | 2007-05-19 14:22:05 -0700 (Sat, 19 May 2007) | 7 lines
15575 Changed paths:
15576    M /trunk/epan/dissectors/packet-bssgp.c
15577
15578 There's more than one IE table; instead of fixing up all the IE tables
15579 with default IE names, have bssgp_proto_tree_add_ie() use val_to_str()
15580 if the IE table doesn't have an IE name.
15581
15582 Don't use the IE name as a format; use "%s" as the format, and the IE
15583 name as the argument.  (That more clearly states what's being done.)
15584
15585 ------------------------------------------------------------------------
15586 r21838 | guy | 2007-05-19 15:00:09 -0700 (Sat, 19 May 2007) | 8 lines
15587 Changed paths:
15588    M /trunk/gtk/capture_if_dlg.c
15589
15590 Convert the arguments to if_list_comparator_alph() to if_info_t *'s
15591 early on, and use the converted versions.
15592
15593 #if 0 out the error dialog for CANT_GET_AIRPCAP_INTERFACE_LIST, rather
15594 than commenting it out - it's a bit easier to un-out the code, and you
15595 don't have to worry about whether there's a comment in the stuff being
15596 xxx-outed.
15597
15598 ------------------------------------------------------------------------
15599 r21839 | guy | 2007-05-19 15:33:42 -0700 (Sat, 19 May 2007) | 4 lines
15600 Changed paths:
15601    M /trunk/epan/dissectors/packet-slimp3.c
15602
15603 Make the SliMP3 dissector a "new-style" dissector, so it rejects packets
15604 that don't look like SliMP3 packets.  This fixes bug 1259 (at least for
15605 the packet in the bug).
15606
15607 ------------------------------------------------------------------------
15608 r21840 | jmayer | 2007-05-20 07:40:45 -0700 (Sun, 20 May 2007) | 3 lines
15609 Changed paths:
15610    M /trunk/wiretap/configure.in
15611
15612 Fix a typo to make compiling with extra-gcc flags disable compiling with
15613 errors.
15614
15615 ------------------------------------------------------------------------
15616 r21841 | etxrab | 2007-05-20 12:55:34 -0700 (Sun, 20 May 2007) | 1 line
15617 Changed paths:
15618    M /trunk/airpcap_loader.c
15619    M /trunk/config.nmake
15620
15621 Undefine AIRPCAP_DIR to get the Windows build going again.
15622 ------------------------------------------------------------------------
15623 r21842 | etxrab | 2007-05-20 12:56:44 -0700 (Sun, 20 May 2007) | 1 line
15624 Changed paths:
15625    M /trunk/asn1/gsmmap/MAP-ExtensionDataTypes.asn
15626    M /trunk/asn1/gsmmap/MAP-LCS-DataTypes.asn
15627
15628 Add Id.
15629 ------------------------------------------------------------------------
15630 r21843 | jmayer | 2007-05-20 13:26:17 -0700 (Sun, 20 May 2007) | 16 lines
15631 Changed paths:
15632    M /trunk/AUTHORS
15633    M /trunk/epan/dissectors/Makefile.common
15634    A /trunk/epan/dissectors/packet-gdsdb.c (from /trunk/epan/dissectors/packet-ib.c:21840)
15635    D /trunk/epan/dissectors/packet-ib.c
15636
15637 M?\195?\180she van der Sterre:
15638         Replace the Interbase dissector by a Firebird/Interbase
15639         dissector.
15640
15641 Me:
15642         Fix warnings about unused parameters
15643         Fix warnings about unused variables
15644         Fix warning about unused function
15645         Fix warning about mixed code and declaration
15646         Declare all dissection functions static
15647         Remove function declarations and move the switching
15648                 function down instead.
15649         Update AUTHORS file
15650         Add $Id$ and email address to file header
15651         Fix filename in first comment line
15652
15653 ------------------------------------------------------------------------
15654 r21844 | jmayer | 2007-05-20 13:41:48 -0700 (Sun, 20 May 2007) | 5 lines
15655 Changed paths:
15656    M /trunk/epan/dissectors/packet-gdsdb.c
15657
15658 Remove cvs2svn:cvs-rev property
15659 Remove forward declaration of proto_reg_handoff_gdsdb
15660   (this is just a hack to suppress a warning that needs
15661   a proper solution for many many more files)
15662
15663 ------------------------------------------------------------------------
15664 r21845 | etxrab | 2007-05-20 14:19:48 -0700 (Sun, 20 May 2007) | 4 lines
15665 Changed paths:
15666    A /trunk/asn1/MAP_Dialogue/MAP-DialogueInformation.asn
15667    D /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.asn
15668    M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
15669    M /trunk/asn1/MAP_Dialogue/Makefile
15670    M /trunk/asn1/MAP_Dialogue/Makefile.nmake
15671    M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
15672    M /trunk/asn1/tcap/Makefile
15673    M /trunk/asn1/tcap/Makefile.nmake
15674    M /trunk/asn1/tcap/tcap.asn
15675    M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
15676    M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
15677
15678 Update MAP_DialoguePDU to 3GPP TS 29.002 V8.1.0 (2007-03) update makefiles and
15679 rename the asn file.
15680
15681 TCAP ad Id and update makefiles.
15682 ------------------------------------------------------------------------
15683 r21846 | gerald | 2007-05-20 15:32:14 -0700 (Sun, 20 May 2007) | 3 lines
15684 Changed paths:
15685    A /trunk/airpcap.h
15686    M /trunk/config.nmake
15687
15688 Revert back to having a local copy of airpcap.h.  This should fix building
15689 with AirPcap.  Re-define AIRPCAP_DIR.
15690
15691 ------------------------------------------------------------------------
15692 r21847 | gerald | 2007-05-20 15:40:35 -0700 (Sun, 20 May 2007) | 3 lines
15693 Changed paths:
15694    M /trunk/epan/crypt/airpdcap.c
15695    M /trunk/epan/crypt/airpdcap_int.h
15696    M /trunk/epan/crypt/airpdcap_wep.c
15697
15698 The fix for ad-hoc WEP decryption in r21814 broke WPA.  Replace it with
15699 a better fix.  Clean up whitespace while we're at it.
15700
15701 ------------------------------------------------------------------------
15702 r21848 | wmeier | 2007-05-20 17:41:58 -0700 (Sun, 20 May 2007) | 2 lines
15703 Changed paths:
15704    M /trunk/airpcap_loader.c
15705
15706 Alter slightly so compile/link with airpcap works again....
15707
15708 ------------------------------------------------------------------------
15709 r21849 | guy | 2007-05-20 18:51:38 -0700 (Sun, 20 May 2007) | 2 lines
15710 Changed paths:
15711    M /trunk/asn1/Makefile.am
15712
15713 Reflect the name change of the .asn file.
15714
15715 ------------------------------------------------------------------------
15716 r21850 | sahlberg | 2007-05-20 19:12:19 -0700 (Sun, 20 May 2007) | 3 lines
15717 Changed paths:
15718    M /trunk/wiretap/wtap-plugins.c
15719
15720 workaroung a warning for const that prevents gtk1 builds
15721
15722
15723 ------------------------------------------------------------------------
15724 r21851 | sahlberg | 2007-05-20 19:13:21 -0700 (Sun, 20 May 2007) | 3 lines
15725 Changed paths:
15726    M /trunk/wiretap/wtap-plugins.c
15727
15728 make the workaround use static so it wont dissapear when the frame ends
15729
15730
15731 ------------------------------------------------------------------------
15732 r21852 | sahlberg | 2007-05-20 19:32:54 -0700 (Sun, 20 May 2007) | 4 lines
15733 Changed paths:
15734    M /trunk/epan/prefs.c
15735
15736 add workaround so that gtk1 compiles again thanks to stupid const mismatch between 
15737 gtk versions  and warnings treaded as errors
15738
15739
15740 ------------------------------------------------------------------------
15741 r21853 | sahlberg | 2007-05-20 19:36:33 -0700 (Sun, 20 May 2007) | 3 lines
15742 Changed paths:
15743    M /trunk/epan/proto.c
15744
15745 make proto.c compile again after the recent changes
15746
15747
15748 ------------------------------------------------------------------------
15749 r21854 | sahlberg | 2007-05-20 19:38:19 -0700 (Sun, 20 May 2007) | 3 lines
15750 Changed paths:
15751    M /trunk/epan/strutil.c
15752
15753 make gtk1 compile again
15754
15755
15756 ------------------------------------------------------------------------
15757 r21855 | sahlberg | 2007-05-20 20:07:25 -0700 (Sun, 20 May 2007) | 4 lines
15758 Changed paths:
15759    M /trunk/epan/dissectors/packet-smb.c
15760
15761 there wre two fields in smb for filenames with the same display filer string.
15762 rename one of them to a different name so filtering works reliably
15763
15764
15765 ------------------------------------------------------------------------
15766 r21856 | sahlberg | 2007-05-20 20:44:49 -0700 (Sun, 20 May 2007) | 9 lines
15767 Changed paths:
15768    M /trunk/epan/dissectors/packet-smb.c
15769    M /trunk/epan/dissectors/packet-smb.h
15770
15771 track FIDs on a per transaction (request+response) basis and make sure the FID is printed 
15772 in both packets of a transaction.
15773
15774 this makes filters such as "smb.file==foo.txt" work much better since they now show both 
15775 the read/write request and also the response packets.
15776 this is similar to what we already do in nfs for filehandles
15777
15778
15779
15780 ------------------------------------------------------------------------
15781 r21857 | sahlberg | 2007-05-20 23:49:18 -0700 (Sun, 20 May 2007) | 4 lines
15782 Changed paths:
15783    M /trunk/epan/dissectors/packet-smb.c
15784
15785 since we now have a generic "track fid for transactions" we no longer need to do this 
15786 explicitely in the read/write functions
15787
15788
15789 ------------------------------------------------------------------------
15790 r21858 | sahlberg | 2007-05-21 00:17:36 -0700 (Mon, 21 May 2007) | 4 lines
15791 Changed paths:
15792    M /trunk/epan/dissectors/packet-smb.c
15793    M /trunk/epan/dissectors/packet-smb.h
15794
15795 add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a failed read/write 
15796 what offset/length was requested
15797
15798
15799 ------------------------------------------------------------------------
15800 r21859 | sahlberg | 2007-05-21 03:16:21 -0700 (Mon, 21 May 2007) | 4 lines
15801 Changed paths:
15802    M /trunk/epan/dissectors/packet-smb2.c
15803
15804 from metze
15805 improved handling of smb2 errors
15806
15807
15808 ------------------------------------------------------------------------
15809 r21860 | sahlberg | 2007-05-21 03:19:29 -0700 (Mon, 21 May 2007) | 3 lines
15810 Changed paths:
15811    M /trunk/epan/dissectors/packet-smb2.c
15812
15813 additional smb2 fixes from metze
15814
15815
15816 ------------------------------------------------------------------------
15817 r21861 | jmayer | 2007-05-21 09:02:31 -0700 (Mon, 21 May 2007) | 1 line
15818 Changed paths:
15819    M /trunk/epan/wslua/Makefile.am
15820
15821 Hack to fix out of tree builds
15822 ------------------------------------------------------------------------
15823 r21862 | jmayer | 2007-05-21 09:16:18 -0700 (Mon, 21 May 2007) | 3 lines
15824 Changed paths:
15825    M /trunk/wiretap/airopeek9.c
15826    M /trunk/wiretap/catapult_dct2000.c
15827
15828 Fix some (incorrect but unforseeable)
15829 "might be used uninitialized" warnings.
15830
15831 ------------------------------------------------------------------------
15832 r21863 | jmayer | 2007-05-21 09:36:21 -0700 (Mon, 21 May 2007) | 1 line
15833 Changed paths:
15834    M /trunk/epan/wslua/make-taps.pl
15835
15836 Fix warning about unused parameter
15837 ------------------------------------------------------------------------
15838 r21864 | jake | 2007-05-21 11:08:47 -0700 (Mon, 21 May 2007) | 1 line
15839 Changed paths:
15840    M /trunk/plugins/opcua/Makefile.nmake
15841    M /trunk/plugins/opcua/opcua.c
15842    M /trunk/plugins/opcua/opcua_application_layer.c
15843    M /trunk/plugins/opcua/opcua_complextypeparser.c
15844    M /trunk/plugins/opcua/opcua_complextypeparser.h
15845    M /trunk/plugins/opcua/opcua_enumparser.c
15846    M /trunk/plugins/opcua/opcua_enumparser.h
15847    M /trunk/plugins/opcua/opcua_hfindeces.c
15848    M /trunk/plugins/opcua/opcua_hfindeces.h
15849    M /trunk/plugins/opcua/opcua_identifiers.h
15850    M /trunk/plugins/opcua/opcua_security_layer.c
15851    M /trunk/plugins/opcua/opcua_serviceparser.c
15852    M /trunk/plugins/opcua/opcua_serviceparser.h
15853    M /trunk/plugins/opcua/opcua_servicetable.c
15854    M /trunk/plugins/opcua/opcua_simpletypes.c
15855    M /trunk/plugins/opcua/opcua_transport_layer.c
15856
15857 Make files more generic.
15858 ------------------------------------------------------------------------
15859 r21865 | jmayer | 2007-05-21 12:43:17 -0700 (Mon, 21 May 2007) | 1 line
15860 Changed paths:
15861    M /trunk/epan/follow.c
15862
15863 put fwrite and fread into DISSECTOR_ASSERT in order to use the result
15864 ------------------------------------------------------------------------
15865 r21866 | guy | 2007-05-21 13:31:45 -0700 (Mon, 21 May 2007) | 13 lines
15866 Changed paths:
15867    M /trunk/dftest.c
15868    M /trunk/epan/filesystem.c
15869    M /trunk/gtk/main.c
15870    M /trunk/tshark.c
15871
15872 Have init_progfile_dir() also check whether
15873 WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set and, if so and we weren't run
15874 with special privileges, set the running_in_build_directory_flag.  Have
15875 it do the same if it finds ".libs" in the pathname of the program and we
15876 weren't run with special privileges, as that means it was probably run
15877 from the libtool wrapper script and presumably thus isn't an installed
15878 binary.
15879
15880 This means that get_credential_info() has to be called before
15881 init_progfile_dir().
15882
15883 Clean up some indentation.
15884
15885 ------------------------------------------------------------------------
15886 r21867 | sfisher | 2007-05-21 13:41:05 -0700 (Mon, 21 May 2007) | 6 lines
15887 Changed paths:
15888    M /trunk/epan/nstime.c
15889    M /trunk/epan/nstime.h
15890    M /trunk/file.c
15891    M /trunk/tshark.c
15892
15893
15894 From Sake Blok:
15895
15896 Fix for bug #1056
15897
15898
15899 ------------------------------------------------------------------------
15900 r21868 | gerald | 2007-05-21 15:40:13 -0700 (Mon, 21 May 2007) | 2 lines
15901 Changed paths:
15902    M /trunk/epan/dissectors
15903
15904 Add jEdit mark files svn:ignore.
15905
15906 ------------------------------------------------------------------------
15907 r21869 | sahlberg | 2007-05-21 16:50:18 -0700 (Mon, 21 May 2007) | 3 lines
15908 Changed paths:
15909    M /trunk/AUTHORS
15910    M /trunk/epan/dissectors/Makefile.common
15911    A /trunk/epan/dissectors/packet-kingfisher.c
15912
15913 From Rob Casey    a dissector for the KingFisher protocol
15914
15915
15916 ------------------------------------------------------------------------
15917 r21870 | guy | 2007-05-21 17:00:09 -0700 (Mon, 21 May 2007) | 4 lines
15918 Changed paths:
15919    M /trunk/epan/follow.c
15920    M /trunk/epan/follow.h
15921    M /trunk/gtk/follow_dlg.c
15922
15923 Have the follow code keep track of whether there's any data in the TCP
15924 stream, and, if there isn't, pop up a dialog indicating that there isn't
15925 any data in the stream.  This fixes bug 1604.
15926
15927 ------------------------------------------------------------------------
15928 r21871 | sfisher | 2007-05-21 17:14:39 -0700 (Mon, 21 May 2007) | 1 line
15929 Changed paths:
15930    M /trunk/epan/libwireshark.def
15931
15932 Add new functions from SVN revision 21867 to libwireshark.def to get Windows builds going again
15933 ------------------------------------------------------------------------
15934 r21872 | sfisher | 2007-05-21 17:33:46 -0700 (Mon, 21 May 2007) | 1 line
15935 Changed paths:
15936    M /trunk/gtk/win32-file-dlg.c
15937
15938 Fix bug #1600 in the Win32 file dialog (it was fixed for the GTK file dialog in SVN revision 21807).
15939 ------------------------------------------------------------------------
15940 r21873 | sahlberg | 2007-05-21 18:26:32 -0700 (Mon, 21 May 2007) | 3 lines
15941 Changed paths:
15942    M /trunk/epan/dissectors/packet-smb.c
15943    M /trunk/epan/dissectors/packet-smb.h
15944
15945 add the disposition to the data we store for how a fid is opened
15946
15947
15948 ------------------------------------------------------------------------
15949 r21874 | sahlberg | 2007-05-21 18:42:56 -0700 (Mon, 21 May 2007) | 4 lines
15950 Changed paths:
15951    M /trunk/epan/dissectors/packet-smb.c
15952
15953 add the level of interest   to the dissection of QUERY_PATH_INFO/QUERY_FILE_INFO responses 
15954 as a generated item
15955
15956
15957 ------------------------------------------------------------------------
15958 r21875 | sahlberg | 2007-05-21 19:14:35 -0700 (Mon, 21 May 2007) | 3 lines
15959 Changed paths:
15960    M /trunk/epan/dissectors/packet-smb.c
15961
15962 show the QUERY_FS_INFO level as a generated item in the response packet
15963
15964
15965 ------------------------------------------------------------------------
15966 r21876 | guy | 2007-05-21 19:21:01 -0700 (Mon, 21 May 2007) | 15 lines
15967 Changed paths:
15968    M /trunk/gtk/gui_utils.c
15969    M /trunk/gtk/layout_prefs.c
15970    M /trunk/ui_util.h
15971
15972 Don't explicitly set the main window name unless you're changing the
15973 state to "no packets", "file open", or "live capture in progress".
15974
15975 Instead, to update the main window title when the user-specified prefix
15976 for the title changes:
15977
15978         save the un-decorated title as a data value attached to the main
15979         window in set_main_window_name();
15980
15981         have a new routine to update the title, which fetches the
15982         un-decorated title, decorates it, and sets the title to the
15983         decorated value.
15984
15985 This fixes bug 1608.
15986
15987 ------------------------------------------------------------------------
15988 r21877 | wmeier | 2007-05-21 19:25:37 -0700 (Mon, 21 May 2007) | 2 lines
15989 Changed paths:
15990    M /trunk/epan/libwireshark.def
15991
15992 add empty_tcp_stream
15993
15994 ------------------------------------------------------------------------
15995 r21878 | sahlberg | 2007-05-21 19:55:14 -0700 (Mon, 21 May 2007) | 3 lines
15996 Changed paths:
15997    M /trunk/epan/dissectors/packet-kingfisher.c
15998
15999 fix an incorrect shift
16000
16001
16002 ------------------------------------------------------------------------
16003 r21879 | standel | 2007-05-21 20:30:28 -0700 (Mon, 21 May 2007) | 2 lines
16004 Changed paths:
16005    M /trunk/epan/dissectors/packet-ip.c
16006    M /trunk/epan/dissectors/packet-quakeworld.c
16007
16008 fix gcc 4.2 warnings (qualifier type)
16009
16010 ------------------------------------------------------------------------
16011 r21880 | sahlberg | 2007-05-21 20:33:51 -0700 (Mon, 21 May 2007) | 6 lines
16012 Changed paths:
16013    M /trunk/epan/dissectors/packet-smb.c
16014    M /trunk/epan/dissectors/packet-smb.h
16015
16016 remember the object name from a QUERY_PATH_INFO and show it as a 
16017 generated item in the response.
16018
16019 also show the infolevel in the response as a generated item
16020
16021
16022 ------------------------------------------------------------------------
16023 r21881 | sahlberg | 2007-05-21 20:55:54 -0700 (Mon, 21 May 2007) | 4 lines
16024 Changed paths:
16025    M /trunk/epan/dissectors/packet-smb.c
16026
16027 improve FIND_FIRST2 useability in the same way as in the previous 
16028 patches
16029
16030
16031 ------------------------------------------------------------------------
16032 r21882 | guy | 2007-05-22 00:21:12 -0700 (Tue, 22 May 2007) | 15 lines
16033 Changed paths:
16034    M /trunk/epan/Makefile.am
16035    M /trunk/epan/Makefile.common
16036    M /trunk/epan/Makefile.nmake
16037    M /trunk/epan/dfilter/Makefile.am
16038    M /trunk/plugins/mate/Makefile.am
16039
16040 "make maintainer-clean" cleans up everything that "make distclean" does;
16041 there's no need for files in DISTCLEANFILES to be in
16042 MAINTAINERCLEANFILES as well.
16043
16044 In epan, split the generated source files into those that should be
16045 cleaned by "make distclean" and those that shouldn't, and have
16046 DISTCLEANFILES include only the ones that should be cleaned by "make
16047 distclean" and have MAINTAINERCLEANFILES include the ones that shouldn't
16048 be cleaned by "make distclean".  This should fix bug 1595.
16049
16050 The generated source files don't need to be in EXTRA_DIST.
16051
16052 Use LIBWIRESHARK_DISTCLEAN_GENERATED_SRC and
16053 LIBWIRESHARK_NODISTCLEAN_GENERATED_SRC in epan/Makefile.nmake.
16054
16055 ------------------------------------------------------------------------
16056 r21883 | guy | 2007-05-22 00:52:11 -0700 (Tue, 22 May 2007) | 11 lines
16057 Changed paths:
16058    M /trunk/configure.in
16059
16060 If GTK+ isn't available, fail unless the user explicitly specified
16061 "--disable-wireshark"; if they haven't explicitly said that they don't
16062 want Wireshark, assume they do, and that they won't be happy if, when
16063 the build finishes, they don't have Wireshark and weren't made
16064 sufficiently aware that they wouldn't get it.
16065
16066 People who want to build TShark for machines that don't have GTK+
16067 installed, but don't want to build Wireshark because they can't install
16068 GTK+ on the build/target machine, can still do that; they just have to
16069 explicitly specify "--disable-wireshark" to do it.
16070
16071 ------------------------------------------------------------------------
16072 r21884 | jmayer | 2007-05-22 06:16:36 -0700 (Tue, 22 May 2007) | 3 lines
16073 Changed paths:
16074    M /trunk/packaging/svr4/checkinstall.in
16075
16076 Make sure we compare against something ("") in case
16077 GTK_CONFIG is empty.
16078
16079 ------------------------------------------------------------------------
16080 r21885 | jmayer | 2007-05-22 06:17:24 -0700 (Tue, 22 May 2007) | 5 lines
16081 Changed paths:
16082    M /trunk/epan/dissectors/packet-per.c
16083    M /trunk/epan/dissectors/packet-smb2.h
16084    M /trunk/plugins/opcua/opcua_complextypeparser.c
16085    M /trunk/plugins/opcua/opcua_complextypeparser.h
16086    M /trunk/plugins/opcua/opcua_serviceparser.c
16087    M /trunk/plugins/opcua/opcua_serviceparser.h
16088
16089 Trivial warning fixes:
16090
16091 opcua: warning: function declaration isn't a prototype
16092 rest: comma at end of enumerator
16093
16094 ------------------------------------------------------------------------
16095 r21886 | standel | 2007-05-22 06:47:45 -0700 (Tue, 22 May 2007) | 3 lines
16096 Changed paths:
16097    M /trunk/epan/dissectors/packet-ip.c
16098
16099 revert changes of r21879 which fix gcc bugs. These changes was from mipv4
16100 improvements patch.
16101
16102 ------------------------------------------------------------------------
16103 r21887 | grahamb | 2007-05-22 09:01:25 -0700 (Tue, 22 May 2007) | 1 line
16104 Changed paths:
16105    M /trunk/epan/dissectors/packet-dnp.c
16106
16107 Code cleanups, some parsing errors fixed, added more object types
16108 ------------------------------------------------------------------------
16109 r21888 | jmayer | 2007-05-22 09:14:28 -0700 (Tue, 22 May 2007) | 2 lines
16110 Changed paths:
16111    M /trunk/epan/dissectors/packet-rnsap.c
16112    M /trunk/tools/asn2wrs.py
16113
16114 Don't generate enums that end in a comma
16115
16116 ------------------------------------------------------------------------
16117 r21889 | etxrab | 2007-05-22 09:17:54 -0700 (Tue, 22 May 2007) | 1 line
16118 Changed paths:
16119    M /trunk/asn1/Makefile.nmake
16120    M /trunk/asn1/acse/acse.cnf
16121    M /trunk/asn1/ftam/ftam.cnf
16122    M /trunk/asn1/gsmmap/GSMMAP.asn
16123    M /trunk/asn1/ldap/ldap.cnf
16124    M /trunk/asn1/mms/mms.cnf
16125    M /trunk/asn1/rtse/rtse.cnf
16126    M /trunk/asn1/tcap/packet-tcap-template.c
16127    M /trunk/asn1/tcap/tcap.cnf
16128    M /trunk/asn1/x411/x411.cnf
16129    M /trunk/epan/asn1.h
16130    M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
16131    M /trunk/epan/dissectors/packet-acp133.c
16132    M /trunk/epan/dissectors/packet-acse.c
16133    M /trunk/epan/dissectors/packet-ansi_map.c
16134    M /trunk/epan/dissectors/packet-ber.c
16135    M /trunk/epan/dissectors/packet-ber.h
16136    M /trunk/epan/dissectors/packet-camel.c
16137    M /trunk/epan/dissectors/packet-cdt.c
16138    M /trunk/epan/dissectors/packet-cmip.c
16139    M /trunk/epan/dissectors/packet-cmp.c
16140    M /trunk/epan/dissectors/packet-cms.c
16141    M /trunk/epan/dissectors/packet-crmf.c
16142    M /trunk/epan/dissectors/packet-dap.c
16143    M /trunk/epan/dissectors/packet-disp.c
16144    M /trunk/epan/dissectors/packet-dop.c
16145    M /trunk/epan/dissectors/packet-dsp.c
16146    M /trunk/epan/dissectors/packet-ess.c
16147    M /trunk/epan/dissectors/packet-ftam.c
16148    M /trunk/epan/dissectors/packet-ftbp.c
16149    M /trunk/epan/dissectors/packet-gnm.c
16150    M /trunk/epan/dissectors/packet-gsm_a.c
16151    M /trunk/epan/dissectors/packet-gsm_map.c
16152    M /trunk/epan/dissectors/packet-gsm_ss.c
16153    M /trunk/epan/dissectors/packet-h248.c
16154    M /trunk/epan/dissectors/packet-inap.c
16155    M /trunk/epan/dissectors/packet-kerberos.c
16156    M /trunk/epan/dissectors/packet-kpasswd.c
16157    M /trunk/epan/dissectors/packet-ldap.c
16158    M /trunk/epan/dissectors/packet-logotypecertextn.c
16159    M /trunk/epan/dissectors/packet-mms.c
16160    M /trunk/epan/dissectors/packet-ocsp.c
16161    M /trunk/epan/dissectors/packet-pkcs1.c
16162    M /trunk/epan/dissectors/packet-pkcs12.c
16163    M /trunk/epan/dissectors/packet-pkinit.c
16164    M /trunk/epan/dissectors/packet-pkix1explicit.c
16165    M /trunk/epan/dissectors/packet-pkix1implicit.c
16166    M /trunk/epan/dissectors/packet-pkixproxy.c
16167    M /trunk/epan/dissectors/packet-pkixqualified.c
16168    M /trunk/epan/dissectors/packet-pkixtsp.c
16169    M /trunk/epan/dissectors/packet-pres.c
16170    M /trunk/epan/dissectors/packet-q932-ros.c
16171    M /trunk/epan/dissectors/packet-q932.c
16172    M /trunk/epan/dissectors/packet-qsig.c
16173    M /trunk/epan/dissectors/packet-ros.c
16174    M /trunk/epan/dissectors/packet-rtse.c
16175    M /trunk/epan/dissectors/packet-s4406.c
16176    M /trunk/epan/dissectors/packet-smrse.c
16177    M /trunk/epan/dissectors/packet-snmp.c
16178    M /trunk/epan/dissectors/packet-spnego.c
16179    M /trunk/epan/dissectors/packet-tcap.c
16180    M /trunk/epan/dissectors/packet-wlancertextn.c
16181    M /trunk/epan/dissectors/packet-x411.c
16182    M /trunk/epan/dissectors/packet-x420.c
16183    M /trunk/epan/dissectors/packet-x509af.c
16184    M /trunk/epan/dissectors/packet-x509ce.c
16185    M /trunk/epan/dissectors/packet-x509if.c
16186    M /trunk/epan/dissectors/packet-x509sat.c
16187    M /trunk/tools/asn2wrs.py
16188
16189 Prepare for the use of the new -X parameter for BER encoded protocols.
16190 ------------------------------------------------------------------------
16191 r21890 | guy | 2007-05-22 10:32:39 -0700 (Tue, 22 May 2007) | 10 lines
16192 Changed paths:
16193    M /trunk/epan/dissectors/packet-dnp.c
16194
16195 With at least some compilers, "enum QUALITY_TYPE" is unsigned, and the
16196 compiler warns about checking whether it's >= 0, as it always is.
16197
16198 Don't do that check - we don't use "type" until the switch statement,
16199 and GCC should issue a warning if not all valid "enum QUALITY_TYPE"
16200 values are handled in the switch statement.
16201
16202 Sort the items in the switch statement in the order in which they appear
16203 in the enum definition, so it's clearer that it covers all values.
16204
16205 ------------------------------------------------------------------------
16206 r21891 | gerald | 2007-05-22 12:05:27 -0700 (Tue, 22 May 2007) | 5 lines
16207 Changed paths:
16208    M /trunk/doc/README.packaging
16209    M /trunk/docbook/release-notes.xml
16210
16211 Add a note about the recent change in "--disable-wireshark" behavior to 
16212 the release notes.
16213
16214 Add a couple of updates to the packaging doc.
16215
16216 ------------------------------------------------------------------------
16217 r21892 | etxrab | 2007-05-22 14:13:55 -0700 (Tue, 22 May 2007) | 1 line
16218 Changed paths:
16219    M /trunk/tools/asn2wrs.py
16220
16221 Copy paste error, actx duplicated.
16222 ------------------------------------------------------------------------
16223 r21893 | etxrab | 2007-05-22 14:15:00 -0700 (Tue, 22 May 2007) | 1 line
16224 Changed paths:
16225    M /trunk/epan/dissectors/packet-ber.c
16226
16227 Update the EXTERNAL dissection code(still unfinished).
16228 ------------------------------------------------------------------------
16229 r21894 | tuexen | 2007-05-22 14:16:30 -0700 (Tue, 22 May 2007) | 2 lines
16230 Changed paths:
16231    M /trunk/gtk/sctp_assoc_analyse.c
16232    M /trunk/gtk/sctp_byte_graph_dlg.c
16233    M /trunk/gtk/sctp_graph_dlg.c
16234    M /trunk/gtk/sctp_stat.c
16235    M /trunk/gtk/sctp_stat.h
16236    M /trunk/gtk/sctp_stat_dlg.c
16237
16238 From Irene Ruengeler: Fix TSN handling in graphs.
16239
16240 ------------------------------------------------------------------------
16241 r21895 | etxrab | 2007-05-22 14:17:08 -0700 (Tue, 22 May 2007) | 1 line
16242 Changed paths:
16243    M /trunk/asn1/ftam/Makefile
16244    M /trunk/asn1/ftam/Makefile.nmake
16245    M /trunk/asn1/ftam/ftam-exp.cnf
16246    M /trunk/asn1/ftam/ftam.cnf
16247    M /trunk/epan/dissectors/packet-ftam.c
16248    M /trunk/epan/dissectors/packet-ftam.h
16249
16250 Regenerate dissector with -X and -T directives.
16251 ------------------------------------------------------------------------
16252 r21896 | sfisher | 2007-05-22 15:55:09 -0700 (Tue, 22 May 2007) | 4 lines
16253 Changed paths:
16254    M /trunk/epan/dissectors/packet-rsvp.c
16255
16256
16257 Fix for bug #1598 - add support for PRSVP (RSVP encapsulated in UDP port 3455)
16258
16259
16260 ------------------------------------------------------------------------
16261 r21897 | sahlberg | 2007-05-22 16:05:25 -0700 (Tue, 22 May 2007) | 3 lines
16262 Changed paths:
16263    M /trunk/epan/dissectors/packet-smb.c
16264    M /trunk/epan/dissectors/packet-smb.h
16265
16266 show the filename that was to be deleted in the Delete reply
16267
16268
16269 ------------------------------------------------------------------------
16270 r21898 | gerald | 2007-05-22 16:06:22 -0700 (Tue, 22 May 2007) | 5 lines
16271 Changed paths:
16272    M /trunk/gtk/main.c
16273
16274 Don't set the focus on the display filter entry when we're passed a
16275 contorl- or alt-modified character.  Fixes bug 1610.
16276
16277 Fixup whitespace.
16278
16279 ------------------------------------------------------------------------
16280 r21899 | sahlberg | 2007-05-22 16:12:58 -0700 (Tue, 22 May 2007) | 3 lines
16281 Changed paths:
16282    M /trunk/epan/dissectors/packet-smb.c
16283
16284 show the directory name in replies to CreateDir/Checkdir and DeleteDir
16285
16286
16287 ------------------------------------------------------------------------
16288 r21900 | guy | 2007-05-22 16:56:52 -0700 (Tue, 22 May 2007) | 3 lines
16289 Changed paths:
16290    M /trunk/gtk/sctp_graph_dlg.c
16291
16292 Put back some casts, and don't use rint() on Windows, in the hopes of
16293 clearing up at least some buildbot errors on Windows.
16294
16295 ------------------------------------------------------------------------
16296 r21901 | guy | 2007-05-22 17:28:59 -0700 (Tue, 22 May 2007) | 2 lines
16297 Changed paths:
16298    M /trunk/gtk/sctp_graph_dlg.c
16299
16300 Put back some more missing casts.
16301
16302 ------------------------------------------------------------------------
16303 r21902 | guy | 2007-05-22 18:27:57 -0700 (Tue, 22 May 2007) | 2 lines
16304 Changed paths:
16305    M /trunk/gtk/ssl-dlg.c
16306
16307 Handle characters with the 8th bit set.
16308
16309 ------------------------------------------------------------------------
16310 r21903 | etxrab | 2007-05-22 22:27:17 -0700 (Tue, 22 May 2007) | 1 line
16311 Changed paths:
16312    M /trunk/gtk/sctp_graph_dlg.c
16313
16314 Put in some more, hopfully correct casts.
16315 ------------------------------------------------------------------------
16316 r21904 | jake | 2007-05-22 23:03:48 -0700 (Tue, 22 May 2007) | 1 line
16317 Changed paths:
16318    M /trunk/wiretap/pppdump.c
16319
16320 Fix for bug 1601: handle zero length packets.
16321 ------------------------------------------------------------------------
16322 r21905 | kukosa | 2007-05-23 06:36:25 -0700 (Wed, 23 May 2007) | 1 line
16323 Changed paths:
16324    M /trunk/epan/dissectors/packet-per.c
16325    M /trunk/epan/dissectors/packet-per.h
16326
16327 support of CONTAINING constraint in OCTET STRING and BIT STRING
16328 ------------------------------------------------------------------------
16329 r21906 | kukosa | 2007-05-23 06:42:05 -0700 (Wed, 23 May 2007) | 3 lines
16330 Changed paths:
16331    M /trunk/asn1/nbap/packet-nbap-template.c
16332    M /trunk/epan/dissectors/packet-nbap.c
16333    M /trunk/tools/asn2wrs.py
16334
16335 - support of CONTAINING constraint in OCTET STRING and BIT STRING
16336 - fix handling of tag for EXTERNAL type
16337 - change automatic postfix for duplicate names from '...%d' to '..._%02d'
16338 ------------------------------------------------------------------------
16339 r21907 | kukosa | 2007-05-23 07:31:12 -0700 (Wed, 23 May 2007) | 1 line
16340 Changed paths:
16341    M /trunk/epan/dissectors/packet-per.c
16342
16343 fix warning
16344 ------------------------------------------------------------------------
16345 r21908 | jmayer | 2007-05-23 08:42:48 -0700 (Wed, 23 May 2007) | 1 line
16346 Changed paths:
16347    M /trunk/epan/dissectors/packet-bacapp.c
16348
16349 warning fix: passing argument 2 of 'iconv' from incompatible pointer type
16350 ------------------------------------------------------------------------
16351 r21909 | grahamb | 2007-05-23 09:35:42 -0700 (Wed, 23 May 2007) | 1 line
16352 Changed paths:
16353    M /trunk/epan/dissectors/packet-dnp.c
16354
16355 Corrected dissection of read requests when no object indexes are supplied, i.e. index field is 0
16356 ------------------------------------------------------------------------
16357 r21910 | gerald | 2007-05-23 10:12:01 -0700 (Wed, 23 May 2007) | 2 lines
16358 Changed paths:
16359    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
16360    M /trunk/gtk/menu.c
16361
16362 Add shortcuts for expanding/collapsing the packet detail.
16363
16364 ------------------------------------------------------------------------
16365 r21911 | kukosa | 2007-05-23 12:35:29 -0700 (Wed, 23 May 2007) | 1 line
16366 Changed paths:
16367    M /trunk/tools/asn2wrs.py
16368
16369 small fix in duplicate type warning
16370 ------------------------------------------------------------------------
16371 r21912 | etxrab | 2007-05-23 13:49:53 -0700 (Wed, 23 May 2007) | 1 line
16372 Changed paths:
16373    M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
16374    M /trunk/epan/dissectors/packet-gsm_ss.c
16375
16376 Put in some forgotten actx.
16377 ------------------------------------------------------------------------
16378 r21913 | wmeier | 2007-05-23 18:05:08 -0700 (Wed, 23 May 2007) | 2 lines
16379 Changed paths:
16380    M /trunk/gtk/proto_dlg.c
16381
16382 Fix 'Analyze ! Enabled_Protocols' search to search on correct column.
16383
16384 ------------------------------------------------------------------------
16385 r21914 | guy | 2007-05-23 19:08:49 -0700 (Wed, 23 May 2007) | 4 lines
16386 Changed paths:
16387    M /trunk/docbook/release-notes.xml
16388
16389 Emphasize that if you try to build on a system without GTK+ installed,
16390 the configure script will fail unless you explicitly say you don't want
16391 Wireshark built.
16392
16393 ------------------------------------------------------------------------
16394 r21915 | guy | 2007-05-23 19:10:49 -0700 (Wed, 23 May 2007) | 3 lines
16395 Changed paths:
16396    M /trunk/gtk/sctp_graph_dlg.c
16397
16398 Use the same workaround for the absence of rint() in MSVC++ that's used
16399 by the TCP graph code.
16400
16401 ------------------------------------------------------------------------
16402 r21916 | kukosa | 2007-05-24 00:19:21 -0700 (Thu, 24 May 2007) | 2 lines
16403 Changed paths:
16404    M /trunk/tools/asn2wrs.py
16405
16406 - improvements in registering dissectors to OID table (value defined in ASN.1 can be used)
16407 - new #.END_OF_CNF directive
16408 ------------------------------------------------------------------------
16409 r21917 | guy | 2007-05-24 04:43:53 -0700 (Thu, 24 May 2007) | 6 lines
16410 Changed paths:
16411    M /trunk/configure.in
16412    M /trunk/wiretap/configure.in
16413
16414 Temporarily turn on a bunch of warnings and turn off -Werror, to see
16415 what the complete set of warnings we should either try to fix or, for
16416 cases where it can't be fixed, turn off or or avoid -Werror for.  I'll
16417 revert this change as soon as a complete set of buildbot builds start
16418 with it.
16419
16420 ------------------------------------------------------------------------
16421 r21918 | guy | 2007-05-24 05:00:55 -0700 (Thu, 24 May 2007) | 2 lines
16422 Changed paths:
16423    M /trunk/configure.in
16424    M /trunk/wiretap/configure.in
16425
16426 Back out the previous change.
16427
16428 ------------------------------------------------------------------------
16429 r21919 | kukosa | 2007-05-24 05:30:38 -0700 (Thu, 24 May 2007) | 2 lines
16430 Changed paths:
16431    M /trunk/asn1/rnsap/packet-rnsap-template.c
16432    M /trunk/asn1/rnsap/rnsap.cnf
16433    M /trunk/epan/dissectors/packet-mpeg-pes.c
16434    M /trunk/epan/dissectors/packet-nbap.c
16435    M /trunk/epan/dissectors/packet-rnsap.c
16436    M /trunk/epan/dissectors/packet-rrlp.c
16437    M /trunk/epan/dissectors/packet-ulp.c
16438
16439 - RNSAP calls RRC through dissector handle instead of direct function call
16440 - PER dissectors regenerated
16441 ------------------------------------------------------------------------
16442 r21920 | kukosa | 2007-05-24 05:36:41 -0700 (Thu, 24 May 2007) | 1 line
16443 Changed paths:
16444    M /trunk/epan/dissectors/packet-cmip.c
16445    M /trunk/epan/dissectors/packet-cmp.c
16446    M /trunk/epan/dissectors/packet-ftam.c
16447    M /trunk/epan/dissectors/packet-gnm.c
16448    M /trunk/epan/dissectors/packet-h248.c
16449    M /trunk/epan/dissectors/packet-inap.c
16450    M /trunk/epan/dissectors/packet-ldap.c
16451    M /trunk/epan/dissectors/packet-mms.c
16452    M /trunk/epan/dissectors/packet-pkix1explicit.c
16453
16454 few BER dissectors regenerated
16455 ------------------------------------------------------------------------
16456 r21921 | kukosa | 2007-05-24 06:30:45 -0700 (Thu, 24 May 2007) | 1 line
16457 Changed paths:
16458    M /trunk/asn1/ulp/packet-ulp-template.c
16459    M /trunk/asn1/ulp/ulp.cnf
16460    M /trunk/epan/dissectors/packet-ulp.c
16461
16462 fix rrlp subdissector calling
16463 ------------------------------------------------------------------------
16464 r21922 | wmeier | 2007-05-24 09:18:33 -0700 (Thu, 24 May 2007) | 2 lines
16465 Changed paths:
16466    M /trunk/gtk/ansi_map_stat.c
16467
16468 When computing average: use 0 as avg if divisor=0
16469
16470 ------------------------------------------------------------------------
16471 r21923 | guy | 2007-05-24 10:02:06 -0700 (Thu, 24 May 2007) | 4 lines
16472 Changed paths:
16473    M /trunk/wiretap/k12text.l
16474
16475 Get rid of CR's, and add a newline at the end.
16476
16477 Set svn:keywords and svn:eol-style appropriately.
16478
16479 ------------------------------------------------------------------------
16480 r21924 | gerald | 2007-05-24 10:36:07 -0700 (Thu, 24 May 2007) | 3 lines
16481 Changed paths:
16482    M /trunk/epan/dissectors/packet-bootp.c
16483
16484 Fix a crash bug found through fuzz testing.  The bug was introduced
16485 after the 0.99.5 release.
16486
16487 ------------------------------------------------------------------------
16488 r21925 | etxrab | 2007-05-24 12:11:04 -0700 (Thu, 24 May 2007) | 1 line
16489 Changed paths:
16490    D /trunk/asn1/ulp/ulp-exp.cnf
16491
16492 No longer needed as nothing is exported.
16493 ------------------------------------------------------------------------
16494 r21926 | lego | 2007-05-24 13:40:42 -0700 (Thu, 24 May 2007) | 3 lines
16495 Changed paths:
16496    M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
16497
16498 Help for the SCTP Users Table
16499
16500
16501 ------------------------------------------------------------------------
16502 r21927 | etxrab | 2007-05-24 13:42:55 -0700 (Thu, 24 May 2007) | 2 lines
16503 Changed paths:
16504    M /trunk/asn1/nbap/packet-nbap-template.c
16505    M /trunk/epan/dissectors/packet-nbap.c
16506    M /trunk/epan/dissectors/packet-sctp.c
16507    M /trunk/epan/sctpppids.h
16508
16509 Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID's
16510 for SCTP.
16511 ------------------------------------------------------------------------
16512 r21928 | lego | 2007-05-24 15:26:51 -0700 (Thu, 24 May 2007) | 3 lines
16513 Changed paths:
16514    M /trunk/epan/libwireshark.def
16515    M /trunk/epan/plugins.c
16516    M /trunk/epan/plugins.h
16517    M /trunk/gtk/main.c
16518    M /trunk/gtk/plugins_dlg.c
16519    M /trunk/tshark.c
16520
16521 Prepare wireshark and tshark for wiretap plugins
16522
16523
16524 ------------------------------------------------------------------------
16525 r21929 | jake | 2007-05-24 23:35:21 -0700 (Thu, 24 May 2007) | 6 lines
16526 Changed paths:
16527    M /trunk/epan/dissectors/packet-ssl-utils.c
16528
16529 From Brian Vandenberg:
16530 I ran into a problem trying to debug some of my stuff yesterday that depends on the http dissector, and the server I'm working with defaults to ssl traffic; whenever I try to debug it, it always gets hung up on the lines I mentioned in the email quoted below (within the ssl dissector).
16531
16532 It seems the culprit is in the use of g_malloc within ssl_data_alloc, and free (instead of g_free) in  tls_prf. 
16533
16534 I've attached the diff for the fixes I made.
16535 ------------------------------------------------------------------------
16536 r21930 | jake | 2007-05-24 23:46:47 -0700 (Thu, 24 May 2007) | 2 lines
16537 Changed paths:
16538    M /trunk/tshark.c
16539
16540 Fix for bug 1614:
16541 Output preamble and finale on live capture.
16542 ------------------------------------------------------------------------
16543 r21931 | kukosa | 2007-05-24 23:54:39 -0700 (Thu, 24 May 2007) | 2 lines
16544 Changed paths:
16545    M /trunk/asn1/Makefile.am
16546    M /trunk/asn1/Makefile.nmake
16547    A /trunk/asn1/rrc
16548    A /trunk/asn1/rrc/Class-definitions.asn
16549    A /trunk/asn1/rrc/Constant-definitions.asn
16550    A /trunk/asn1/rrc/InformationElements.asn
16551    A /trunk/asn1/rrc/Internode-definitions.asn
16552    A /trunk/asn1/rrc/Makefile
16553    A /trunk/asn1/rrc/Makefile.nmake
16554    A /trunk/asn1/rrc/PDU-definitions.asn
16555    A /trunk/asn1/rrc/packet-rrc-template.c
16556    A /trunk/asn1/rrc/rrc.cnf
16557    D /trunk/asn1/umts_rrc
16558    D /trunk/asn1/umts_rrc_Internode-defs
16559    D /trunk/asn1/umts_rrc_ies
16560    D /trunk/asn1/umts_rrc_pdu_def
16561    M /trunk/epan/dissectors/Makefile.common
16562    M /trunk/epan/dissectors/Makefile.nmake
16563    A /trunk/epan/dissectors/packet-rrc.c
16564    D /trunk/epan/dissectors/packet-umts_rrc.c
16565    D /trunk/epan/dissectors/packet-umts_rrc.h
16566    D /trunk/epan/dissectors/packet-umts_rrc_ies.c
16567    D /trunk/epan/dissectors/packet-umts_rrc_ies.h
16568    D /trunk/epan/dissectors/packet-umts_rrc_pdu_def.c
16569    D /trunk/epan/dissectors/packet-umts_rrc_pdu_def.h
16570
16571 UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directory
16572
16573 ------------------------------------------------------------------------
16574 r21932 | jmayer | 2007-05-25 01:34:15 -0700 (Fri, 25 May 2007) | 22 lines
16575 Changed paths:
16576    M /trunk/tools/pidl/tests/Util.pm
16577
16578 Update from samba tree revision 23054 to 23135
16579 ============================ Samba log start ============
16580 ------------------------------------------------------------------------
16581 r23069 | metze | 2007-05-22 13:23:36 +0200 (Tue, 22 May 2007) | 3 lines
16582 Changed paths:
16583    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
16584
16585 print out the command, to find out the problem on host 'tridge'
16586
16587 metze
16588 ------------------------------------------------------------------------
16589 r23071 | metze | 2007-05-22 14:45:58 +0200 (Tue, 22 May 2007) | 3 lines
16590 Changed paths:
16591    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
16592
16593 print the command on failure only
16594
16595 metze
16596 ------------------------------------------------------------------------
16597 ------------------------------------------------------------------------
16598 ============================ Samba log end ==============
16599
16600 ------------------------------------------------------------------------
16601 r21933 | kukosa | 2007-05-25 04:40:32 -0700 (Fri, 25 May 2007) | 1 line
16602 Changed paths:
16603    M /trunk/asn1/Makefile.nmake
16604    M /trunk/asn1/h225/h225.cnf
16605    M /trunk/asn1/h235/h235.cnf
16606    M /trunk/asn1/rrlp/rrlp.cnf
16607    M /trunk/asn1/ulp/ulp.cnf
16608    M /trunk/epan/dissectors/packet-h225.c
16609    M /trunk/epan/dissectors/packet-h235.c
16610    M /trunk/epan/dissectors/packet-rrlp.c
16611    M /trunk/epan/dissectors/packet-ulp.c
16612
16613 get rid of few warnings
16614 ------------------------------------------------------------------------
16615 r21934 | lego | 2007-05-25 09:47:22 -0700 (Fri, 25 May 2007) | 5 lines
16616 Changed paths:
16617    M /trunk/epan/dissectors/packet-user_encap.c
16618    M /trunk/epan/uat.h
16619    M /trunk/gtk/uat_gui.c
16620
16621 - epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the dissector and the handle
16622 - packet-user_encap.c: use the new UAT_PROTO_DEF
16623 - gtk/uat_gui.c:  change the order of "containment" of the widgets to have the clist fields sized to the scrolledwindow instead of the whole window
16624
16625
16626 ------------------------------------------------------------------------
16627 r21935 | lego | 2007-05-25 10:22:32 -0700 (Fri, 25 May 2007) | 23 lines
16628 Changed paths:
16629    M /trunk/Makefile.common
16630    M /trunk/Makefile.nmake
16631    M /trunk/capinfos.c
16632    M /trunk/editcap.c
16633    M /trunk/epan/Makefile.common
16634    M /trunk/epan/epan.c
16635    M /trunk/epan/filesystem.c
16636    M /trunk/epan/plugins.c
16637    M /trunk/epan/plugins.h
16638    M /trunk/epan/proto.c
16639    A /trunk/epan/report_err.c
16640    M /trunk/epan/report_err.h
16641    M /trunk/gtk/main.c
16642    M /trunk/tshark.c
16643
16644 Have editcap and capinfos loading the wiretap plugins.
16645
16646 epan/filesystem.c
16647    have get_plugin_dir() calling init_plugin_dir() if necessary
16648
16649 epan/epan.c and epan/report_err.c
16650    move the report_failure family into the new report_err.c file, have epan_init() calling the initializer
16651
16652 epan/plugins.h and epan/proto.c
16653    do not have init_plugins() calling the proto_reg functions instead do it in init_proto()
16654
16655 gtk/main.c and tshark.c
16656    init_plugin_dir() has become suprefluous
16657
16658 capinfos.c and editcap.c
16659    load the wiretap plugins
16660
16661 Makefiles
16662    do what's needed to build withe the above changes.
16663
16664
16665
16666
16667 ------------------------------------------------------------------------
16668 r21936 | lego | 2007-05-25 10:23:46 -0700 (Fri, 25 May 2007) | 3 lines
16669 Changed paths:
16670    M /trunk/wiretap/Makefile.common
16671    D /trunk/wiretap/wtap-plugins.c
16672    M /trunk/wiretap/wtap.h
16673
16674  remove the never used wiretap/wtap-plugins.c
16675
16676
16677 ------------------------------------------------------------------------
16678 r21937 | gerald | 2007-05-25 10:24:35 -0700 (Fri, 25 May 2007) | 3 lines
16679 Changed paths:
16680    M /trunk/gtk/main.c
16681
16682 As Martin pointed out, we were comparing the wrong variable against our 
16683 modifier mask (and using the wrong bitwise operator to boot).
16684
16685 ------------------------------------------------------------------------
16686 r21938 | guy | 2007-05-25 12:13:49 -0700 (Fri, 25 May 2007) | 2 lines
16687 Changed paths:
16688    M /trunk/gtk/about_dlg.c
16689    M /trunk/gtk/about_dlg.h
16690    M /trunk/gtk/export_object.c
16691    M /trunk/gtk/export_object.h
16692    M /trunk/gtk/gui_utils.c
16693    M /trunk/gtk/hostlist_table.c
16694    M /trunk/gtk/hostlist_table.h
16695    M /trunk/gtk/main.c
16696    M /trunk/gtk/summary_dlg.c
16697    M /trunk/register.h
16698    M /trunk/statusbar.h
16699    M /trunk/ui_util.h
16700
16701 Squelch some qualifier (const vs. non-const) warnings.
16702
16703 ------------------------------------------------------------------------
16704 r21939 | guy | 2007-05-25 12:26:45 -0700 (Fri, 25 May 2007) | 5 lines
16705 Changed paths:
16706    M /trunk/capture_loop.c
16707
16708 The libpcap callback "user" argument *should* have been a "void *", as
16709 it's a pointer to an arbitrary object, assumed to be correctly aligned,
16710 not a pointer to a not-necessarily-properly-aligned array of bytes. 
16711 Cast it, so we won't get alignment warnings.
16712
16713 ------------------------------------------------------------------------
16714 r21940 | guy | 2007-05-25 12:31:13 -0700 (Fri, 25 May 2007) | 5 lines
16715 Changed paths:
16716    M /trunk/tshark.c
16717
16718 The libpcap callback "user" argument *should* have been a "void *", as
16719 it's a pointer to an arbitrary object, assumed to be correctly aligned,
16720 not a pointer to a not-necessarily-properly-aligned array of bytes. 
16721 Cast it, so we won't get alignment warnings.
16722
16723 ------------------------------------------------------------------------
16724 r21941 | guy | 2007-05-25 12:39:35 -0700 (Fri, 25 May 2007) | 4 lines
16725 Changed paths:
16726    M /trunk/asn1/spnego/packet-spnego-template.c
16727    M /trunk/epan/dissectors/packet-spnego.c
16728
16729 Make SND_SEQ an array of 2 guint32's, rather than an array of 8
16730 guint8's, to squelch some compiler warnings (and clean up some
16731 comparisons).
16732
16733 ------------------------------------------------------------------------
16734 r21942 | guy | 2007-05-25 13:03:26 -0700 (Fri, 25 May 2007) | 5 lines
16735 Changed paths:
16736    M /trunk/dftest.c
16737    M /trunk/epan/filesystem.c
16738    M /trunk/epan/filesystem.h
16739
16740 No need to call init_plugin_dir() - it gets called, if necessary, by
16741 get_plugin_dir().
16742
16743 Add checks for the success or failure of init_progfile_dir() in dftest.
16744
16745 ------------------------------------------------------------------------
16746 r21943 | gerald | 2007-05-25 14:32:32 -0700 (Fri, 25 May 2007) | 2 lines
16747 Changed paths:
16748    M /trunk/epan/dissectors/packet-ieee80211.c
16749
16750 Throw an exception instead of trying to add a 4GB fragment.
16751
16752 ------------------------------------------------------------------------
16753 r21944 | guy | 2007-05-25 14:50:12 -0700 (Fri, 25 May 2007) | 2 lines
16754 Changed paths:
16755    M /trunk/asn1/spnego/packet-spnego-template.c
16756    M /trunk/epan/dissectors/packet-spnego.c
16757
16758 Add a cast to squelch an MSVC warning.
16759
16760 ------------------------------------------------------------------------
16761 r21945 | gerald | 2007-05-25 16:40:42 -0700 (Fri, 25 May 2007) | 5 lines
16762 Changed paths:
16763    M /trunk/Makefile.am
16764    M /trunk/Makefile.nmake
16765    M /trunk/configure.in
16766    M /trunk/epan/Makefile.am
16767    M /trunk/packaging/nsis/Makefile.nmake
16768    M /trunk/packaging/nsis/wireshark.nsi
16769    M /trunk/packaging/u3/win32/makefile.nmake
16770    M /trunk/plugins/Makefile.am
16771    M /trunk/plugins/Makefile.nmake
16772    A /trunk/plugins/m2m
16773    A /trunk/plugins/m2m/AUTHORS
16774    A /trunk/plugins/m2m/COPYING
16775    A /trunk/plugins/m2m/ChangeLog
16776    A /trunk/plugins/m2m/Makefile.am
16777    A /trunk/plugins/m2m/Makefile.nmake
16778    A /trunk/plugins/m2m/moduleinfo.h
16779    A /trunk/plugins/m2m/packet-m2m.c
16780    A /trunk/plugins/m2m/wimax_tlv.c
16781    A /trunk/plugins/m2m/wmxtypes.h
16782    A /trunk/plugins/wimax
16783    A /trunk/plugins/wimax/AUTHORS
16784    A /trunk/plugins/wimax/COPYING
16785    A /trunk/plugins/wimax/ChangeLog
16786    A /trunk/plugins/wimax/Makefile.am
16787    A /trunk/plugins/wimax/Makefile.nmake
16788    A /trunk/plugins/wimax/README.wimax
16789    A /trunk/plugins/wimax/crc.c
16790    A /trunk/plugins/wimax/crc.h
16791    A /trunk/plugins/wimax/crc_data.c
16792    A /trunk/plugins/wimax/mac_hd_generic_decoder.c
16793    A /trunk/plugins/wimax/mac_hd_type1_decoder.c
16794    A /trunk/plugins/wimax/mac_hd_type2_decoder.c
16795    A /trunk/plugins/wimax/mac_mgmt_msg_decoder.c
16796    A /trunk/plugins/wimax/moduleinfo.h
16797    A /trunk/plugins/wimax/msg_aas_beam.c
16798    A /trunk/plugins/wimax/msg_aas_fbck.c
16799    A /trunk/plugins/wimax/msg_arq.c
16800    A /trunk/plugins/wimax/msg_clk_cmp.c
16801    A /trunk/plugins/wimax/msg_dcd.c
16802    A /trunk/plugins/wimax/msg_dlmap.c
16803    A /trunk/plugins/wimax/msg_dreg.c
16804    A /trunk/plugins/wimax/msg_dsa.c
16805    A /trunk/plugins/wimax/msg_dsc.c
16806    A /trunk/plugins/wimax/msg_dsd.c
16807    A /trunk/plugins/wimax/msg_dsx_rvd.c
16808    A /trunk/plugins/wimax/msg_fpc.c
16809    A /trunk/plugins/wimax/msg_pkm.c
16810    A /trunk/plugins/wimax/msg_pmc.c
16811    A /trunk/plugins/wimax/msg_prc_lt_ctrl.c
16812    A /trunk/plugins/wimax/msg_reg_req.c
16813    A /trunk/plugins/wimax/msg_reg_rsp.c
16814    A /trunk/plugins/wimax/msg_rep.c
16815    A /trunk/plugins/wimax/msg_res_cmd.c
16816    A /trunk/plugins/wimax/msg_rng_req.c
16817    A /trunk/plugins/wimax/msg_rng_rsp.c
16818    A /trunk/plugins/wimax/msg_sbc.c
16819    A /trunk/plugins/wimax/msg_ucd.c
16820    A /trunk/plugins/wimax/msg_ulmap.c
16821    A /trunk/plugins/wimax/packet-wmx.c
16822    A /trunk/plugins/wimax/wimax_bits.h
16823    A /trunk/plugins/wimax/wimax_cdma_code_decoder.c
16824    A /trunk/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
16825    A /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
16826    A /trunk/plugins/wimax/wimax_fch_decoder.c
16827    A /trunk/plugins/wimax/wimax_ffb_decoder.c
16828    A /trunk/plugins/wimax/wimax_hack_decoder.c
16829    A /trunk/plugins/wimax/wimax_harq_map_decoder.c
16830    A /trunk/plugins/wimax/wimax_mac.h
16831    A /trunk/plugins/wimax/wimax_pdu_decoder.c
16832    A /trunk/plugins/wimax/wimax_phy_attributes_decoder.c
16833    A /trunk/plugins/wimax/wimax_tlv.c
16834    A /trunk/plugins/wimax/wimax_tlv.h
16835    A /trunk/plugins/wimax/wimax_utils.c
16836    A /trunk/plugins/wimax/wimax_utils.h
16837    M /trunk/randpkt.c
16838
16839 From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.
16840
16841 Add support for WiMAX and M2M to various makefiles and installer files.  Add
16842 basic support for M2M to randpkt.
16843
16844 ------------------------------------------------------------------------
16845 r21946 | guy | 2007-05-25 17:12:28 -0700 (Fri, 25 May 2007) | 2 lines
16846 Changed paths:
16847    M /trunk/epan/libwireshark.def
16848
16849 init_plugin_dir() is now just internal to epan/filesystem.c.
16850
16851 ------------------------------------------------------------------------
16852 r21947 | sfisher | 2007-05-25 17:38:53 -0700 (Fri, 25 May 2007) | 4 lines
16853 Changed paths:
16854    M /trunk/epan/dissectors/packet-bootp.c
16855
16856
16857 Fix bug #1416: crash (stack smashing) on single DHCP packet
16858
16859
16860 ------------------------------------------------------------------------
16861 r21948 | standel | 2007-05-25 18:01:27 -0700 (Fri, 25 May 2007) | 11 lines
16862 Changed paths:
16863    M /trunk/epan/dissectors/packet-ip.c
16864    M /trunk/epan/dissectors/packet-mip.c
16865
16866 From Ville Nuorvala :
16867
16868 adds support for the following RFCs (and RFC-to-be):
16869   - RFC 3519 Mobile IP Traversal of Network Address Translation (NAT) Devices
16870   - RFC 3543 Registration Revocation in Mobile IPv4
16871   - RFC 4433 Mobile IPv4 Dynamic Home Agent (HA) Assignment (including the not
16872       yet published errata about the message extension using the short message
16873       extension format)
16874   - draft-ietf-mip4-message-string-ext Mobile IPv4 Message String Extension
16875
16876
16877 ------------------------------------------------------------------------
16878 r21949 | guy | 2007-05-25 20:12:25 -0700 (Fri, 25 May 2007) | 7 lines
16879 Changed paths:
16880    M /trunk/plugins/m2m/Makefile.am
16881    A /trunk/plugins/m2m/Makefile.common
16882    M /trunk/plugins/m2m/Makefile.nmake
16883
16884 Go with a Makefile.common as other plugins have, and tweak the
16885 Makefile.nmake and Makefile.am files to more closely resemble the ones
16886 for other plugins.
16887
16888 (This should fix at least one of the distcheck problems, namely that
16889 wmxtypes.h apparently wasn't getting put into the distribution.)
16890
16891 ------------------------------------------------------------------------
16892 r21950 | guy | 2007-05-25 20:15:51 -0700 (Fri, 25 May 2007) | 2 lines
16893 Changed paths:
16894    M /trunk/plugins/m2m/packet-m2m.c
16895
16896 Get rid of the old-style plugin registration stuff.
16897
16898 ------------------------------------------------------------------------
16899 r21951 | guy | 2007-05-25 20:26:20 -0700 (Fri, 25 May 2007) | 2 lines
16900 Changed paths:
16901    M /trunk/plugins/m2m/packet-m2m.c
16902
16903 Get rid of another item that's now handled automatically.
16904
16905 ------------------------------------------------------------------------
16906 r21952 | gal | 2007-05-26 03:17:08 -0700 (Sat, 26 May 2007) | 3 lines
16907 Changed paths:
16908    A /trunk/plugins/m2m/moduleinfo.nmake
16909    M /trunk/plugins/m2m/packet-m2m.c
16910    A /trunk/plugins/m2m/plugin.rc.in
16911
16912 Missing bits and fixes to get the buildbot green again.
16913
16914
16915 ------------------------------------------------------------------------
16916 r21953 | guy | 2007-05-26 11:26:46 -0700 (Sat, 26 May 2007) | 3 lines
16917 Changed paths:
16918    M /trunk/plugins/wimax/Makefile.am
16919    A /trunk/plugins/wimax/Makefile.common
16920    M /trunk/plugins/wimax/Makefile.nmake
16921    A /trunk/plugins/wimax/moduleinfo.nmake
16922    M /trunk/plugins/wimax/packet-wmx.c
16923    A /trunk/plugins/wimax/plugin.rc.in
16924
16925 Convert to the new style of building plugins; hopefully this'll fix the
16926 rest of the distcheck issues.
16927
16928 ------------------------------------------------------------------------
16929 r21954 | guy | 2007-05-26 11:59:56 -0700 (Sat, 26 May 2007) | 2 lines
16930 Changed paths:
16931    M /trunk/plugins/wimax/msg_dreg.c
16932
16933 Get rid of unused parameter.
16934
16935 ------------------------------------------------------------------------
16936 r21955 | guy | 2007-05-26 12:31:50 -0700 (Sat, 26 May 2007) | 2 lines
16937 Changed paths:
16938    M /trunk/plugins/wimax/msg_arq.c
16939
16940 Flag some parameters as unused.
16941
16942 ------------------------------------------------------------------------
16943 r21956 | guy | 2007-05-26 13:07:53 -0700 (Sat, 26 May 2007) | 2 lines
16944 Changed paths:
16945    M /trunk/plugins/wimax/msg_aas_beam.c
16946    M /trunk/plugins/wimax/msg_aas_fbck.c
16947    M /trunk/plugins/wimax/msg_clk_cmp.c
16948    M /trunk/plugins/wimax/msg_dsx_rvd.c
16949    M /trunk/plugins/wimax/msg_fpc.c
16950    M /trunk/plugins/wimax/msg_prc_lt_ctrl.c
16951    M /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
16952
16953 Squelch some unused parameter warnings.
16954
16955 ------------------------------------------------------------------------
16956 r21957 | guy | 2007-05-26 19:01:00 -0700 (Sat, 26 May 2007) | 2 lines
16957 Changed paths:
16958    M /trunk/plugins/wimax/Makefile.common
16959
16960 wmxtypes.h is part of the m2m plugin, not the wimax plugin.
16961
16962 ------------------------------------------------------------------------
16963 r21958 | guy | 2007-05-26 22:27:44 -0700 (Sat, 26 May 2007) | 2 lines
16964 Changed paths:
16965    M /trunk/plugins/m2m/wimax_tlv.c
16966
16967 Include wimax_tlv.h the same way packet-m2m.c does.
16968
16969 ------------------------------------------------------------------------
16970 r21959 | guy | 2007-05-27 11:30:03 -0700 (Sun, 27 May 2007) | 2 lines
16971 Changed paths:
16972    M /trunk/plugins/profinet/Makefile.am
16973    M /trunk/plugins/profinet/Makefile.nmake
16974
16975 Clean up white space.
16976
16977 ------------------------------------------------------------------------
16978 r21960 | guy | 2007-05-27 11:33:13 -0700 (Sun, 27 May 2007) | 9 lines
16979 Changed paths:
16980    M /trunk/plugins/m2m/moduleinfo.nmake
16981    M /trunk/plugins/m2m/packet-m2m.c
16982    M /trunk/plugins/wimax/crc_data.c
16983    M /trunk/plugins/wimax/mac_hd_generic_decoder.c
16984    M /trunk/plugins/wimax/mac_hd_type1_decoder.c
16985    M /trunk/plugins/wimax/mac_hd_type2_decoder.c
16986    M /trunk/plugins/wimax/mac_mgmt_msg_decoder.c
16987    M /trunk/plugins/wimax/moduleinfo.nmake
16988    M /trunk/plugins/wimax/msg_aas_beam.c
16989    M /trunk/plugins/wimax/msg_aas_fbck.c
16990    M /trunk/plugins/wimax/msg_arq.c
16991    M /trunk/plugins/wimax/msg_clk_cmp.c
16992    M /trunk/plugins/wimax/msg_dcd.c
16993    M /trunk/plugins/wimax/msg_dlmap.c
16994    M /trunk/plugins/wimax/msg_dreg.c
16995    M /trunk/plugins/wimax/msg_dsa.c
16996    M /trunk/plugins/wimax/msg_dsc.c
16997    M /trunk/plugins/wimax/msg_dsd.c
16998    M /trunk/plugins/wimax/msg_dsx_rvd.c
16999    M /trunk/plugins/wimax/msg_fpc.c
17000    M /trunk/plugins/wimax/msg_pkm.c
17001    M /trunk/plugins/wimax/msg_pmc.c
17002    M /trunk/plugins/wimax/msg_prc_lt_ctrl.c
17003    M /trunk/plugins/wimax/msg_reg_req.c
17004    M /trunk/plugins/wimax/msg_reg_rsp.c
17005    M /trunk/plugins/wimax/msg_rep.c
17006    M /trunk/plugins/wimax/msg_res_cmd.c
17007    M /trunk/plugins/wimax/msg_rng_req.c
17008    M /trunk/plugins/wimax/msg_rng_rsp.c
17009    M /trunk/plugins/wimax/msg_sbc.c
17010    M /trunk/plugins/wimax/msg_ucd.c
17011    M /trunk/plugins/wimax/msg_ulmap.c
17012    M /trunk/plugins/wimax/packet-wmx.c
17013    M /trunk/plugins/wimax/wimax_cdma_code_decoder.c
17014    M /trunk/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
17015    M /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
17016    M /trunk/plugins/wimax/wimax_fch_decoder.c
17017    M /trunk/plugins/wimax/wimax_ffb_decoder.c
17018    M /trunk/plugins/wimax/wimax_hack_decoder.c
17019    M /trunk/plugins/wimax/wimax_harq_map_decoder.c
17020    M /trunk/plugins/wimax/wimax_pdu_decoder.c
17021    M /trunk/plugins/wimax/wimax_phy_attributes_decoder.c
17022    M /trunk/plugins/wimax/wimax_tlv.h
17023    M /trunk/plugins/wimax/wimax_utils.c
17024    M /trunk/plugins/wimax/wimax_utils.h
17025
17026 Use tvb_reported_length() to get the amount of data we should look at;
17027 the number of bytes in the packet or subset of the packet is the
17028 reported length, tvb_length() just gives you the amount of that data
17029 that was actually captured.
17030
17031 Include <glib.h>, not <gmodule.h>, even in plugins.
17032
17033 Fix the version numbers in the rc files.
17034
17035 ------------------------------------------------------------------------
17036 r21961 | guy | 2007-05-27 11:35:55 -0700 (Sun, 27 May 2007) | 2 lines
17037 Changed paths:
17038    M /trunk/plugins/agentx/Makefile.am
17039    M /trunk/plugins/artnet/Makefile.am
17040    M /trunk/plugins/asn1/Makefile.am
17041    M /trunk/plugins/ciscosm/Makefile.am
17042    M /trunk/plugins/enttec/Makefile.am
17043    M /trunk/plugins/gryphon/Makefile.am
17044    M /trunk/plugins/h223/Makefile.am
17045    M /trunk/plugins/irda/Makefile.am
17046    M /trunk/plugins/lwres/Makefile.am
17047    M /trunk/plugins/mate/Makefile.am
17048    M /trunk/plugins/mgcp/Makefile.am
17049    M /trunk/plugins/opsi/Makefile.am
17050    M /trunk/plugins/pcli/Makefile.am
17051    M /trunk/plugins/rlm/Makefile.am
17052    M /trunk/plugins/rtnet/Makefile.am
17053    M /trunk/plugins/rudp/Makefile.am
17054    M /trunk/plugins/sbus/Makefile.am
17055    M /trunk/plugins/tpg/Makefile.am
17056    M /trunk/plugins/v5ua/Makefile.am
17057
17058 Get rid of trailing blank lines.
17059
17060 ------------------------------------------------------------------------
17061 r21962 | guy | 2007-05-27 11:44:22 -0700 (Sun, 27 May 2007) | 2 lines
17062 Changed paths:
17063    M /trunk/plugins/agentx/Makefile.nmake
17064    M /trunk/plugins/artnet/Makefile.nmake
17065    M /trunk/plugins/asn1/Makefile.nmake
17066    M /trunk/plugins/ciscosm/Makefile.nmake
17067    M /trunk/plugins/docsis/Makefile.nmake
17068    M /trunk/plugins/enttec/Makefile.nmake
17069    M /trunk/plugins/gryphon/Makefile.nmake
17070    M /trunk/plugins/h223/Makefile.nmake
17071    M /trunk/plugins/irda/Makefile.nmake
17072    M /trunk/plugins/lwres/Makefile.nmake
17073    M /trunk/plugins/mate/Makefile.nmake
17074    M /trunk/plugins/mgcp/Makefile.nmake
17075    M /trunk/plugins/opcua/Makefile.nmake
17076    M /trunk/plugins/opsi/Makefile.nmake
17077    M /trunk/plugins/pcli/Makefile.nmake
17078    M /trunk/plugins/rlm/Makefile.nmake
17079    M /trunk/plugins/rtnet/Makefile.nmake
17080    M /trunk/plugins/rudp/Makefile.nmake
17081    M /trunk/plugins/sbus/Makefile.nmake
17082    M /trunk/plugins/v5ua/Makefile.nmake
17083    M /trunk/plugins/wimax/Makefile.nmake
17084
17085 Clean up white space.
17086
17087 ------------------------------------------------------------------------
17088 r21963 | guy | 2007-05-27 11:56:39 -0700 (Sun, 27 May 2007) | 2 lines
17089 Changed paths:
17090    M /trunk/plugins/agentx/Makefile.nmake
17091    M /trunk/plugins/artnet/Makefile.nmake
17092    M /trunk/plugins/ciscosm/Makefile.nmake
17093    M /trunk/plugins/docsis/Makefile.nmake
17094    M /trunk/plugins/enttec/Makefile.nmake
17095    M /trunk/plugins/gryphon/Makefile.nmake
17096    M /trunk/plugins/h223/Makefile.nmake
17097    M /trunk/plugins/irda/Makefile.nmake
17098    M /trunk/plugins/lwres/Makefile.nmake
17099    M /trunk/plugins/m2m/Makefile.nmake
17100    M /trunk/plugins/opsi/Makefile.nmake
17101    M /trunk/plugins/pcli/Makefile.nmake
17102    M /trunk/plugins/profinet/Makefile.nmake
17103    M /trunk/plugins/rlm/Makefile.nmake
17104    M /trunk/plugins/rtnet/Makefile.nmake
17105    M /trunk/plugins/rudp/Makefile.nmake
17106    M /trunk/plugins/sbus/Makefile.nmake
17107    M /trunk/plugins/stats_tree/Makefile.nmake
17108    M /trunk/plugins/v5ua/Makefile.nmake
17109    M /trunk/plugins/wimax/Makefile.nmake
17110
17111 Use $(PLUGIN_LDFLAGS) for LDFLAGS.
17112
17113 ------------------------------------------------------------------------
17114 r21964 | sfisher | 2007-05-27 16:34:55 -0700 (Sun, 27 May 2007) | 9 lines
17115 Changed paths:
17116    M /trunk/epan/dissectors/packet-drda.c
17117
17118
17119 From Metatech:
17120
17121 Here is a small patch of a dozen lines that extracts SQL statements from
17122 the packet.
17123 This allows to use the field "drda.sqlstatement" in coloring rules or in a
17124 packet filter so that only SQL statements are dumped from a connection
17125
17126
17127 ------------------------------------------------------------------------
17128 r21965 | sfisher | 2007-05-27 19:33:43 -0700 (Sun, 27 May 2007) | 5 lines
17129 Changed paths:
17130    D /trunk/asn1/snmp/README.txt
17131
17132
17133 Remove old readme file from snmp asn1 directory that says it isn't ready
17134 for use because it is already in use as the packet-snmp.c dissector.
17135
17136
17137 ------------------------------------------------------------------------
17138 r21966 | etxrab | 2007-05-27 23:13:03 -0700 (Sun, 27 May 2007) | 16 lines
17139 Changed paths:
17140    M /trunk/epan/dissectors/packet-isup.c
17141    M /trunk/epan/dissectors/packet-isup.h
17142
17143 From Neil Ostroff:
17144 The enclosed patch updates the ansi isup dissector to support the following parameters:  
17145
17146  
17147
17148 1. Generic Name  
17149
17150 2. Originating Line Info  
17151
17152 3. Jurisdiction  
17153
17154 4. Charge Number  
17155
17156 5. Forward Call Indicator (bits M and N are now being decoded)  
17157
17158 6. Cause Code (all values are now being decoded)
17159 ------------------------------------------------------------------------
17160 r21967 | etxrab | 2007-05-27 23:38:30 -0700 (Sun, 27 May 2007) | 3 lines
17161 Changed paths:
17162    M /trunk/epan/dissectors/Makefile.common
17163    M /trunk/epan/dissectors/packet-ethertype.c
17164    A /trunk/epan/dissectors/packet-fcoe.c
17165    M /trunk/epan/etypes.h
17166
17167 From Joe Eykholt:
17168 Attached is a patch file and a new dissector for FCoE.   This protocol
17169 is described at http://fcoe.com and has been submitted to T11. It is an encapsulation protocol that can be used to transport FC frames over raw Ethernet when the link is loss-free due to pause.  The Ethertype 0x8906 has been reserved through IEEE for this protocol.
17170 ------------------------------------------------------------------------
17171 r21968 | guy | 2007-05-27 23:47:50 -0700 (Sun, 27 May 2007) | 4 lines
17172 Changed paths:
17173    M /trunk/wiretap/configure.in
17174    M /trunk/wiretap/csids.c
17175    M /trunk/wiretap/libpcap.c
17176    M /trunk/wiretap/wtap-int.h
17177
17178 Change the Wiretap code so that it doesn't dereference
17179 possibly-unaligned pointers, and turn on -Wcast-align so at least some
17180 future code that does that will fail to compile.
17181
17182 ------------------------------------------------------------------------
17183 r21969 | kukosa | 2007-05-28 00:10:09 -0700 (Mon, 28 May 2007) | 1 line
17184 Changed paths:
17185    M /trunk/tools/asn2wrs.py
17186
17187 small improvements in value handling, defined INTEGER value can be used in OID value
17188 ------------------------------------------------------------------------
17189 r21970 | guy | 2007-05-28 00:26:59 -0700 (Mon, 28 May 2007) | 2 lines
17190 Changed paths:
17191    M /trunk/asn1/Makefile.am
17192
17193 asn1/snmp/README.txt is gone.
17194
17195 ------------------------------------------------------------------------
17196 r21971 | guy | 2007-05-28 01:31:18 -0700 (Mon, 28 May 2007) | 2 lines
17197 Changed paths:
17198    M /trunk/wiretap/libpcap.c
17199    M /trunk/wiretap/wtap-int.h
17200
17201 Throw in some casts to suppress warnings.
17202
17203 ------------------------------------------------------------------------
17204 r21972 | kukosa | 2007-05-28 03:55:03 -0700 (Mon, 28 May 2007) | 8 lines
17205 Changed paths:
17206    M /trunk/tools/asn2wrs.py
17207
17208 support of SelectionType
17209
17210 e.g. in TCAP
17211 Component{...} ::= CHOICE {
17212   basicROS  ROS{...},
17213   returnResultNotLast [7] returnResult < ROS{..}
17214 }
17215
17216 ------------------------------------------------------------------------
17217 r21973 | kukosa | 2007-05-28 04:10:41 -0700 (Mon, 28 May 2007) | 1 line
17218 Changed paths:
17219    M /trunk/tools/asn2wrs.py
17220
17221 fix SelectionType creation for export (if the type is only exported but not used in module)
17222 ------------------------------------------------------------------------
17223 r21974 | standel | 2007-05-28 19:29:38 -0700 (Mon, 28 May 2007) | 2 lines
17224 Changed paths:
17225    M /trunk/gtk/voip_calls.c
17226
17227 fix warnings for gcc 4.2
17228
17229 ------------------------------------------------------------------------
17230 r21975 | standel | 2007-05-28 19:43:18 -0700 (Mon, 28 May 2007) | 14 lines
17231 Changed paths:
17232    M /trunk/epan/dissectors/packet-ansi_801.c
17233    M /trunk/epan/dissectors/packet-ieee80211.c
17234    M /trunk/epan/emem.c
17235    M /trunk/epan/packet.c
17236    M /trunk/epan/proto.c
17237    M /trunk/epan/stream.c
17238    M /trunk/gtk/ansi_a_stat.c
17239    M /trunk/gtk/ansi_map_stat.c
17240    M /trunk/gtk/column_prefs.c
17241    M /trunk/gtk/conversations_table.c
17242    M /trunk/gtk/dcerpc_stat.c
17243    M /trunk/gtk/expert_comp_table.c
17244    M /trunk/gtk/expert_dlg.c
17245    M /trunk/gtk/gsm_a_stat.c
17246    M /trunk/gtk/gsm_map_stat.c
17247    M /trunk/gtk/gsm_map_summary.c
17248    M /trunk/gtk/hostlist_table.c
17249    M /trunk/gtk/io_stat.c
17250    M /trunk/gtk/main.c
17251    M /trunk/gtk/mtp3_summary.c
17252    M /trunk/gtk/rpc_stat.c
17253    M /trunk/gtk/rtp_analysis.c
17254    M /trunk/gtk/scsi_stat.c
17255    M /trunk/gtk/service_response_time_table.c
17256    M /trunk/gtk/ssl-dlg.c
17257    M /trunk/gtk/summary_dlg.c
17258    M /trunk/gtk/tcp_graph.c
17259    M /trunk/plugins/h223/packet-h223.c
17260    M /trunk/wiretap/catapult_dct2000.c
17261
17262 From David Howells :
17263
17264   Fix compilation failures when building wireshark-0.99.6-SVN-21916 on an
17265 x86_64-unknown-linux-gnu target with gcc version 4.1.2 20070403 (Red Hat
17266 4.1.2-8).
17267
17268 The failures fall into two categories:
17269   (1) Casts between pointers and 32-bit integers without an intermediary cast
17270 via 'long' or 'unsigned long'.  This results in a compiler warning complaining
17271 about casts between a pointer and an integer of a different size.
17272   (2) Passing values to "%lld" or similar printf-style format options that the
17273 compiler thinks are a different size.  Such values need to be cast to 'long
17274 long' or 'unsigned long long'.
17275
17276 ------------------------------------------------------------------------
17277 r21976 | guy | 2007-05-28 23:16:24 -0700 (Mon, 28 May 2007) | 2 lines
17278 Changed paths:
17279    M /trunk/wiretap/catapult_dct2000.c
17280
17281 Print a gint64 the right way.
17282
17283 ------------------------------------------------------------------------
17284 r21977 | guy | 2007-05-28 23:20:03 -0700 (Mon, 28 May 2007) | 2 lines
17285 Changed paths:
17286    M /trunk/doc/tshark.pod
17287
17288 Document "-T fields".
17289
17290 ------------------------------------------------------------------------
17291 r21978 | guy | 2007-05-28 23:56:07 -0700 (Mon, 28 May 2007) | 15 lines
17292 Changed paths:
17293    M /trunk/acinclude.m4
17294    M /trunk/configure.in
17295    M /trunk/epan/dissectors/packet-ansi_801.c
17296    M /trunk/epan/dissectors/packet-ieee80211.c
17297    M /trunk/epan/emem.c
17298    M /trunk/epan/proto.c
17299    M /trunk/gtk/gsm_map_summary.c
17300    M /trunk/gtk/main.c
17301    M /trunk/gtk/mtp3_summary.c
17302    M /trunk/gtk/summary_dlg.c
17303
17304 Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.
17305
17306 In all the places where a cast to "long long" or "unsigned long long"
17307 was done, use G_GINT64_MODIFIER and get rid of the cast, as
17308
17309         1) there's no guarantee that "%ll" works
17310
17311 and
17312
17313         2) there's no guarantee that "long long" works
17314
17315 (the latter definitely does *NOT* work with MSVC++; the former doesn't
17316 work with regular printf in MSVC++, but it might work with the GLib
17317 printf-based functions).
17318
17319 ------------------------------------------------------------------------
17320 r21979 | jmayer | 2007-05-29 02:23:36 -0700 (Tue, 29 May 2007) | 2 lines
17321 Changed paths:
17322    M /trunk/FAQ
17323    M /trunk/epan/enterprise-numbers
17324    M /trunk/help/faq.txt
17325    M /trunk/manuf
17326
17327 Update before new release
17328
17329 ------------------------------------------------------------------------
17330 r21980 | martinm | 2007-05-29 05:12:12 -0700 (Tue, 29 May 2007) | 3 lines
17331 Changed paths:
17332    M /trunk/plugins/wimax/wimax_bits.h
17333
17334 Add some casts to fix my build.
17335 I'm not sure why no-one else saw those warnings and failed with -Werror...
17336
17337 ------------------------------------------------------------------------
17338 r21981 | kukosa | 2007-05-29 07:13:33 -0700 (Tue, 29 May 2007) | 2 lines
17339 Changed paths:
17340    M /trunk/epan/libwireshark.def
17341
17342 export dissect_ber_old_... functions
17343 can be removed when migration to new BER is finished
17344 ------------------------------------------------------------------------
17345 r21982 | wmeier | 2007-05-29 07:20:54 -0700 (Tue, 29 May 2007) | 3 lines
17346 Changed paths:
17347    M /trunk/wiretap/netxray.c
17348    M /trunk/wiretap/wtap-int.h
17349
17350 Another sniffer timestamp display fix; addresses bug 866 and other reports.
17351 (Also: change variable name to correctly reflect usage).
17352
17353 ------------------------------------------------------------------------
17354 r21983 | wmeier | 2007-05-29 07:27:42 -0700 (Tue, 29 May 2007) | 2 lines
17355 Changed paths:
17356    M /trunk/wiretap/netxray.c
17357
17358 (fix comment)
17359
17360 ------------------------------------------------------------------------
17361 r21984 | kukosa | 2007-05-29 07:32:46 -0700 (Tue, 29 May 2007) | 5 lines
17362 Changed paths:
17363    M /trunk/tools/asn2wrs.py
17364
17365 - COMPONENTS OF implementation (can be used only inside one module or more modules compiled together, can not be done across exported/imported types)
17366 - if protocol name contains dot '.' it is replaced with dash '-' for default output filename
17367 - fix bug in more modules output handling if they are not merged together but output is done one by one
17368 - new #.OPT option EXTERNAL_TYPE_CB for default EXTERNAL type callback
17369 - start of X.880 support implementation
17370 ------------------------------------------------------------------------
17371 r21985 | martinm | 2007-05-29 07:37:34 -0700 (Tue, 29 May 2007) | 2 lines
17372 Changed paths:
17373    M /trunk/epan/dissectors/packet-rtcp.c
17374
17375 When reporting roundtrip delay, show delay since timestamp of LSR frame.
17376
17377 ------------------------------------------------------------------------
17378 r21986 | martinm | 2007-05-29 07:38:40 -0700 (Tue, 29 May 2007) | 2 lines
17379 Changed paths:
17380    M /trunk/wiretap/catapult_dct2000.c
17381
17382 Work with isdn_l2.
17383
17384 ------------------------------------------------------------------------
17385 r21987 | grahamb | 2007-05-29 07:41:49 -0700 (Tue, 29 May 2007) | 1 line
17386 Changed paths:
17387    M /trunk/plugins/wimax
17388
17389 Added standard ignore list to directory
17390 ------------------------------------------------------------------------
17391 r21988 | grahamb | 2007-05-29 07:43:31 -0700 (Tue, 29 May 2007) | 1 line
17392 Changed paths:
17393    M /trunk/plugins/m2m
17394
17395 Added standard ignore list to directory
17396 ------------------------------------------------------------------------
17397 r21989 | guy | 2007-05-29 10:27:59 -0700 (Tue, 29 May 2007) | 3 lines
17398 Changed paths:
17399    M /trunk/epan/dissectors/packet-rtcp.h
17400
17401 Add missing calculated_delay_report_gap field to _rtcp_conversation_info
17402 structure.
17403
17404 ------------------------------------------------------------------------
17405 r21990 | guy | 2007-05-29 11:52:42 -0700 (Tue, 29 May 2007) | 4 lines
17406 Changed paths:
17407    M /trunk/asn1/h248/packet-h248-template.c
17408    M /trunk/epan/dissectors/packet-9p.c
17409    M /trunk/epan/dissectors/packet-bacapp.c
17410    M /trunk/epan/dissectors/packet-bootp.c
17411    M /trunk/epan/dissectors/packet-daap.c
17412    M /trunk/epan/dissectors/packet-dcerpc-ndr.c
17413    M /trunk/epan/dissectors/packet-dcom.c
17414    M /trunk/epan/dissectors/packet-dcp.c
17415    M /trunk/epan/dissectors/packet-dis-fields.c
17416    M /trunk/epan/dissectors/packet-dmp.c
17417    M /trunk/epan/dissectors/packet-edonkey.c
17418    M /trunk/epan/dissectors/packet-frame.c
17419    M /trunk/epan/dissectors/packet-h248.c
17420    M /trunk/epan/dissectors/packet-ieee80211.c
17421    M /trunk/epan/dissectors/packet-lldp.c
17422    M /trunk/epan/dissectors/packet-mp2t.c
17423    M /trunk/epan/dissectors/packet-nbd.c
17424    M /trunk/epan/dissectors/packet-nfs.c
17425    M /trunk/epan/dissectors/packet-radius.c
17426    M /trunk/epan/dissectors/packet-redback.c
17427    M /trunk/epan/dissectors/packet-rmt-lct.c
17428    M /trunk/epan/dissectors/packet-rsvp.c
17429    M /trunk/epan/dissectors/packet-scsi-sbc.c
17430    M /trunk/epan/dissectors/packet-scsi-ssc.c
17431    M /trunk/epan/dissectors/packet-scsi.c
17432    M /trunk/epan/dissectors/packet-smb2.c
17433    M /trunk/epan/proto.c
17434    M /trunk/file.c
17435    M /trunk/gtk/capture_file_dlg.c
17436    M /trunk/gtk/conversations_table.c
17437    M /trunk/gtk/hostlist_table.c
17438    M /trunk/gtk/service_response_time_table.c
17439    M /trunk/gtk/summary_dlg.c
17440    M /trunk/plugins/giop/packet-parlay.c
17441    M /trunk/plugins/profinet/packet-pn-ptcp.c
17442    M /trunk/plugins/rtnet/packet-rtnet.c
17443    M /trunk/tools/wireshark_gen.py
17444
17445 Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib
17446 routines and routines using those routines.  GLib might use different
17447 modifiers for 64-bit quantities than the platform's C library does.
17448
17449 ------------------------------------------------------------------------
17450 r21991 | guy | 2007-05-29 11:59:50 -0700 (Tue, 29 May 2007) | 3 lines
17451 Changed paths:
17452    M /trunk/doc/README.developer
17453
17454 Update to reflect the use of G_GINT64_MODIFIER, rather than PRI[douxX],
17455 with GLib routines and the routines that love them.
17456
17457 ------------------------------------------------------------------------
17458 r21992 | etxrab | 2007-05-29 12:08:26 -0700 (Tue, 29 May 2007) | 1 line
17459 Changed paths:
17460    M /trunk/asn1/ldap/Makefile
17461    M /trunk/asn1/ldap/Makefile.nmake
17462    M /trunk/asn1/ldap/ldap.cnf
17463    M /trunk/epan/dissectors/packet-ldap.c
17464
17465 Clean up the .cnf file a bit.
17466 ------------------------------------------------------------------------
17467 r21993 | guy | 2007-05-29 15:52:42 -0700 (Tue, 29 May 2007) | 7 lines
17468 Changed paths:
17469    M /trunk/wiretap/netxray.c
17470
17471 Update the big time unit comment to reflect Bill Meier's recent changes.
17472
17473 Fix some other comments.
17474
17475 Add a suggestion for why the realtick values might correlate with
17476 packets having an FCS.
17477
17478 ------------------------------------------------------------------------
17479 r21994 | sfisher | 2007-05-29 16:09:09 -0700 (Tue, 29 May 2007) | 9 lines
17480 Changed paths:
17481    M /trunk/gtk/flow_graph.c
17482    M /trunk/gtk/graph_analysis.c
17483    M /trunk/gtk/graph_analysis.h
17484
17485
17486 Fix for bug #1530: Graph Analysis window misbehaves if Flow Window that
17487 created it is closed.
17488
17489 The fix is to close the graph analysis window when the flow graph setup
17490 window is closed since closing the flow graph window first destroys all
17491 of the data structures.
17492
17493
17494 ------------------------------------------------------------------------
17495 r21995 | sahlberg | 2007-05-29 16:29:20 -0700 (Tue, 29 May 2007) | 4 lines
17496 Changed paths:
17497    M /trunk/acinclude.m4
17498
17499 we dont link with g_snprintf in the configure for gtk1-2 so fall back to 
17500 snprintf instead
17501
17502
17503 ------------------------------------------------------------------------
17504 r21996 | guy | 2007-05-29 16:31:03 -0700 (Tue, 29 May 2007) | 8 lines
17505 Changed paths:
17506    M /trunk/wiretap/netxray.c
17507
17508 It's pretty clear that hdr.captype's interpretation depends on the
17509 network type; there's no "presumably" about it.
17510
17511 Suggest that "realtick" might have the right time stamp in other cases
17512 (if not, a comment should explicitly indicate that, so that in all cases
17513 where we either know that realtick is wrong or have a lot of evidence to
17514 show that it's right, we note that fact).
17515
17516 ------------------------------------------------------------------------
17517 r21997 | guy | 2007-05-29 16:35:45 -0700 (Tue, 29 May 2007) | 2 lines
17518 Changed paths:
17519    M /trunk/wiretap/netxray.c
17520
17521 Give more detail on a captype of 6 for an Ethernet capture.
17522
17523 ------------------------------------------------------------------------
17524 r21998 | guy | 2007-05-29 17:36:32 -0700 (Tue, 29 May 2007) | 2 lines
17525 Changed paths:
17526    M /trunk/wiretap/netxray.c
17527
17528 Update a comment.
17529
17530 ------------------------------------------------------------------------
17531 r21999 | guy | 2007-05-29 18:50:08 -0700 (Tue, 29 May 2007) | 2 lines
17532 Changed paths:
17533    M /trunk/asn1/Makefile.am
17534
17535 Add some missing files.
17536
17537 ------------------------------------------------------------------------
17538 r22000 | sfisher | 2007-05-29 19:37:37 -0700 (Tue, 29 May 2007) | 1 line
17539 Changed paths:
17540    M /trunk/gtk/graph_analysis.c
17541
17542 Wrap call to gtk_window_set_destroy_with_parent() within check for GTK_MAJOR_VERSION > 2 to get the Windows build-bot going again.  This means that bug #1530 has to be reopened awaiting a fix that covers GTK1 also.
17543 ------------------------------------------------------------------------
17544 r22001 | sfisher | 2007-05-29 20:28:12 -0700 (Tue, 29 May 2007) | 1 line
17545 Changed paths:
17546    M /trunk/gtk/graph_analysis.c
17547
17548 Update to revision 22000: change #if GTK_MAJOR_VERSION > 2 to >= 2
17549 ------------------------------------------------------------------------
17550 r22002 | kukosa | 2007-05-30 07:13:26 -0700 (Wed, 30 May 2007) | 3 lines
17551 Changed paths:
17552    M /trunk/tools/asn2wrs.py
17553
17554 - better support if more modules are compiled together
17555 - BSTRING support
17556 - bug fix which sometimes duplicates items in SEQ/CHOICE extension
17557 ------------------------------------------------------------------------
17558 r22003 | kukosa | 2007-05-30 07:22:26 -0700 (Wed, 30 May 2007) | 1 line
17559 Changed paths:
17560    M /trunk/tools/asn2wrs.py
17561
17562 - fix bug in TaggedType support
17563 ------------------------------------------------------------------------
17564 r22004 | kukosa | 2007-05-30 07:31:05 -0700 (Wed, 30 May 2007) | 2 lines
17565 Changed paths:
17566    M /trunk/asn1/rnsap/packet-rnsap-template.c
17567    M /trunk/epan/dissectors/packet-acse.c
17568    M /trunk/epan/dissectors/packet-h248.c
17569    M /trunk/epan/dissectors/packet-rnsap.c
17570    M /trunk/epan/dissectors/packet-x411.c
17571
17572 - remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAP
17573 - dissectors regenerated with fixed asn2wrs
17574 ------------------------------------------------------------------------
17575 r22005 | wmeier | 2007-05-30 08:32:31 -0700 (Wed, 30 May 2007) | 2 lines
17576 Changed paths:
17577    M /trunk/wiretap/netxray.c
17578
17579 Update Comments
17580
17581 ------------------------------------------------------------------------
17582 r22006 | etxrab | 2007-05-30 12:00:50 -0700 (Wed, 30 May 2007) | 1 line
17583 Changed paths:
17584    M /trunk/epan/dissectors/packet-ber.c
17585
17586 Change implicit tag handling for SEQUENCE OF and fix a cut'n paste error.
17587 ------------------------------------------------------------------------
17588 r22007 | etxrab | 2007-05-30 12:02:14 -0700 (Wed, 30 May 2007) | 1 line
17589 Changed paths:
17590    M /trunk/epan/dissectors/packet-gtp.c
17591
17592 Update value strings.
17593 ------------------------------------------------------------------------
17594 r22008 | etxrab | 2007-05-30 12:03:13 -0700 (Wed, 30 May 2007) | 1 line
17595 Changed paths:
17596    A /trunk/asn1/gsmmap/MAP-ApplicationContexts.asn
17597    A /trunk/asn1/gsmmap/MAP-BS-Code.asn
17598    A /trunk/asn1/gsmmap/MAP-CH-DataTypes.asn
17599    A /trunk/asn1/gsmmap/MAP-CommonDataTypes.asn
17600    A /trunk/asn1/gsmmap/MAP-ER-DataTypes.asn
17601    A /trunk/asn1/gsmmap/MAP-GR-DataTypes.asn
17602    A /trunk/asn1/gsmmap/MAP-MS-DataTypes.asn
17603    A /trunk/asn1/gsmmap/MAP-OM-DataTypes.asn
17604    A /trunk/asn1/gsmmap/MAP-SM-DataTypes.asn
17605    A /trunk/asn1/gsmmap/MAP-SS-Code.asn
17606    A /trunk/asn1/gsmmap/MAP-SS-DataTypes.asn
17607    A /trunk/asn1/gsmmap/MAP-SS-DataTypes.txt
17608    A /trunk/asn1/gsmmap/MAP-TS-Code.asn
17609    A /trunk/asn1/gsmmap/MobileDomainDefinitions.asn
17610
17611 Add separate asn1 files that may be used later.
17612 ------------------------------------------------------------------------
17613 r22009 | sfisher | 2007-05-30 12:43:33 -0700 (Wed, 30 May 2007) | 4 lines
17614 Changed paths:
17615    M /trunk/gtk/flow_graph.c
17616    M /trunk/gtk/graph_analysis.c
17617
17618
17619 Fix bug #1530 this time for GTK1 builds.
17620
17621
17622 ------------------------------------------------------------------------
17623 r22010 | etxrab | 2007-05-30 14:50:31 -0700 (Wed, 30 May 2007) | 2 lines
17624 Changed paths:
17625    M /trunk/asn1/ldap/Makefile
17626    M /trunk/asn1/ldap/Makefile.nmake
17627    M /trunk/asn1/ldap/packet-ldap-template.c
17628    M /trunk/epan/dissectors/packet-ldap.c
17629    M /trunk/epan/dissectors/packet-ldap.h
17630
17631 - LDAP generated with -X option
17632 - a minor update to MobileDomainDefinitions.asn adding ID and a document reference.
17633 ------------------------------------------------------------------------
17634 r22011 | gerald | 2007-05-30 16:33:26 -0700 (Wed, 30 May 2007) | 2 lines
17635 Changed paths:
17636    M /trunk/docbook/release-notes.xml
17637
17638 Add an item for bug 1416 (an off-by-one error in DHCP/BOOTP).
17639
17640 ------------------------------------------------------------------------
17641 r22012 | gerald | 2007-05-30 17:11:27 -0700 (Wed, 30 May 2007) | 2 lines
17642 Changed paths:
17643    M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
17644
17645 Fix a couple of TCP filter typos.
17646
17647 ------------------------------------------------------------------------
17648 r22013 | gerald | 2007-05-30 17:15:28 -0700 (Wed, 30 May 2007) | 4 lines
17649 Changed paths:
17650    M /trunk/docbook/release-notes.xml
17651
17652 Display filter macros weren't in 0.99.5, so it didn't crash for macros
17653 with no arguments.  Add macros as a new feature, and add an item about
17654 named pipes under Windows.
17655
17656 ------------------------------------------------------------------------
17657 r22014 | sfisher | 2007-05-30 18:29:16 -0700 (Wed, 30 May 2007) | 8 lines
17658 Changed paths:
17659    M /trunk/epan/dissectors/packet-gtp.c
17660
17661
17662 Wrap newly added (svn rev 22007) but unused "Required MBMS bearer
17663 capabilities 7.7.76" function called decode_gtp_mbms_bearer_cap in
17664 an #if 0 block to get the Unix buildbots going again.  Left code
17665 intact on the asumption that it is about to be used since it was
17666 recently added.
17667
17668
17669 ------------------------------------------------------------------------
17670 r22015 | guy | 2007-05-30 22:46:45 -0700 (Wed, 30 May 2007) | 2 lines
17671 Changed paths:
17672    M /trunk/wiretap/netxray.c
17673
17674 My comment is redundant with Bill's more-detailed comment; remove it.
17675
17676 ------------------------------------------------------------------------
17677 r22016 | guy | 2007-05-30 22:51:15 -0700 (Wed, 30 May 2007) | 4 lines
17678 Changed paths:
17679    M /trunk/wiretap/netxray.c
17680
17681 Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment for
17682 TpS_otherpod[].  Ask about its validity for ETH_CAPTYPE_OTHERPOD2 and
17683 ETH_CAPTYPE_GIGPOD2.
17684
17685 ------------------------------------------------------------------------
17686 r22017 | sfisher | 2007-05-31 11:41:25 -0700 (Thu, 31 May 2007) | 9 lines
17687 Changed paths:
17688    M /trunk/epan/dissectors/packet-rtcp.c
17689    M /trunk/epan/dissectors/packet-rtp.c
17690    M /trunk/gtk/rtp_analysis.c
17691    M /trunk/gtk/rtp_stream_dlg.c
17692    M /trunk/gtk/voip_calls.c
17693
17694
17695 From Lars Ruoff:
17696
17697 find attached several trivial diffs for viewing RTP SSRC values in Hex
17698 rather than Dec at various places in the UI.
17699 Also includes change from BASE_DEC to BASE_HEX_DEC for corresponding RTP
17700 and RTCP dissector header fields.
17701
17702
17703 ------------------------------------------------------------------------
17704 r22018 | sfisher | 2007-05-31 12:29:29 -0700 (Thu, 31 May 2007) | 6 lines
17705 Changed paths:
17706    M /trunk/epan/dissectors/packet-redback.c
17707
17708
17709 From Florian Lohoff:
17710
17711 Updates to the redback dissector
17712
17713
17714 ------------------------------------------------------------------------
17715 r22019 | sfisher | 2007-05-31 16:53:39 -0700 (Thu, 31 May 2007) | 15 lines
17716 Changed paths:
17717    M /trunk/epan/dissectors/packet-stun.c
17718
17719
17720 From Zach Chadwick:
17721
17722 TR-111, from the DSL-Forum adds two options to STUN (RFC 3489) to help
17723 with TR-069 enabled devices traverse firewalls. TR-111 can be read here:
17724 http://www.dslforum.org/techwork/tr/*TR-111*.pdf
17725
17726 This patch adds support for decoding the two optional STUN attributes
17727 used by TR-111.  One is simply a zero-length attribute, and the other a
17728 string attribute.
17729
17730 Me: Changed stun.att.connection.request.binding to
17731 stun.att.connection_request_binding
17732
17733
17734 ------------------------------------------------------------------------
17735 r22020 | martinm | 2007-06-01 11:29:23 -0700 (Fri, 01 Jun 2007) | 4 lines
17736 Changed paths:
17737    M /trunk/epan/dissectors/packet-sigcomp.c
17738
17739 - Check NACK version is 1 before dissecting as NACK
17740 - Add expert item when NACK found
17741 - Give a couple of subtrees items to make them more filterable 
17742
17743 ------------------------------------------------------------------------
17744 r22021 | etxrab | 2007-06-01 12:52:26 -0700 (Fri, 01 Jun 2007) | 2 lines
17745 Changed paths:
17746    A /trunk/asn1/inap/IN-CS-1-Datatypes-appendix.asn
17747    A /trunk/asn1/inap/IN-CS-1-Datatypes.asn
17748    M /trunk/asn1/inap/Makefile
17749    M /trunk/asn1/inap/Makefile.nmake
17750    M /trunk/asn1/inap/inap.asn
17751    M /trunk/asn1/inap/inap.cnf
17752    M /trunk/asn1/inap/packet-inap-template.c
17753    M /trunk/epan/dissectors/packet-inap.c
17754    M /trunk/epan/dissectors/packet-inap.h
17755
17756 Regenerate the INAP dissector with the -X option using the original asn1 files
17757 (with small modifications).
17758 ------------------------------------------------------------------------
17759 r22022 | etxrab | 2007-06-01 12:53:46 -0700 (Fri, 01 Jun 2007) | 1 line
17760 Changed paths:
17761    D /trunk/asn1/gsmmap/MAP-SS-DataTypes.txt
17762
17763 Delete file added by misstake.
17764 ------------------------------------------------------------------------
17765 r22023 | sahlberg | 2007-06-02 01:20:58 -0700 (Sat, 02 Jun 2007) | 4 lines
17766 Changed paths:
17767    M /trunk/epan/dissectors/packet-ctdb.c
17768
17769 update the ctdb controls to match the current version of the protocol 
17770
17771
17772
17773 ------------------------------------------------------------------------
17774 r22024 | etxrab | 2007-06-02 02:36:26 -0700 (Sat, 02 Jun 2007) | 1 line
17775 Changed paths:
17776    M /trunk/asn1/camel/Makefile
17777    M /trunk/asn1/camel/Makefile.nmake
17778    M /trunk/epan/dissectors/packet-camel.c
17779    M /trunk/epan/dissectors/packet-camel.h
17780
17781 Camel regenerated with the -X option
17782 ------------------------------------------------------------------------
17783 r22025 | etxrab | 2007-06-02 05:26:13 -0700 (Sat, 02 Jun 2007) | 1 line
17784 Changed paths:
17785    M /trunk/tools/asn2wrs.py
17786
17787 Syntax suport for Embedded pdv.
17788 ------------------------------------------------------------------------
17789 r22026 | etxrab | 2007-06-02 05:29:18 -0700 (Sat, 02 Jun 2007) | 1 line
17790 Changed paths:
17791    A /trunk/asn1/ros/Remote-Operations-Information-Objects.asn
17792
17793 Check in original asn1, to be referenced.
17794 ------------------------------------------------------------------------
17795 r22027 | sahlberg | 2007-06-02 15:31:12 -0700 (Sat, 02 Jun 2007) | 3 lines
17796 Changed paths:
17797    M /trunk/epan/dissectors/packet-ctdb.c
17798
17799 show the database name for ctdb.dbid fields
17800
17801
17802 ------------------------------------------------------------------------
17803 r22028 | sahlberg | 2007-06-02 15:50:31 -0700 (Sat, 02 Jun 2007) | 5 lines
17804 Changed paths:
17805    M /trunk/epan/dissectors/packet-ctdb.c
17806
17807 add a new field to one of the pdus
17808
17809 rsn in dmaster request/response is aligned to a 64 bit bundary
17810
17811
17812 ------------------------------------------------------------------------
17813 r22029 | sahlberg | 2007-06-02 16:08:21 -0700 (Sat, 02 Jun 2007) | 3 lines
17814 Changed paths:
17815    M /trunk/epan/dissectors/packet-ctdb.c
17816
17817 srvid is also aligned to an 8 byte boundary
17818
17819
17820 ------------------------------------------------------------------------
17821 r22030 | wmeier | 2007-06-03 09:07:07 -0700 (Sun, 03 Jun 2007) | 2 lines
17822 Changed paths:
17823    M /trunk/epan/addr_resolv.c
17824    M /trunk/epan/crypt/airpdcap_interop.h
17825    M /trunk/epan/filesystem.c
17826    M /trunk/gtk/sctp_stat.h
17827    M /trunk/plugins/mate/mate.h
17828
17829 (Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark 
17830
17831 ------------------------------------------------------------------------
17832 r22031 | etxrab | 2007-06-03 12:58:59 -0700 (Sun, 03 Jun 2007) | 5 lines
17833 Changed paths:
17834    M /trunk/asn1/gsmmap/MobileDomainDefinitions.asn
17835    A /trunk/asn1/inap/IN-SCF-SRF-Classes.asn
17836    A /trunk/asn1/inap/IN-SCF-SRF-datatypes.asn
17837    A /trunk/asn1/inap/IN-SCF-SRF-ops-args.asn
17838    A /trunk/asn1/inap/IN-SSF-SCF-Classes.asn
17839    A /trunk/asn1/inap/IN-SSF-SCF-datatypes.asn
17840    A /trunk/asn1/inap/IN-SSF-SCF-ops-args.asn
17841    A /trunk/asn1/inap/IN-common-classes.asn
17842    A /trunk/asn1/inap/IN-common-datatypes.asn
17843    A /trunk/asn1/inap/IN-object-identifiers.asn
17844    M /trunk/asn1/inap/Makefile
17845    M /trunk/asn1/inap/Makefile.nmake
17846    M /trunk/asn1/inap/inap.asn
17847    M /trunk/asn1/inap/inap.cnf
17848    M /trunk/asn1/inap/packet-inap-template.c
17849    M /trunk/epan/dissectors/packet-ber.c
17850    M /trunk/epan/dissectors/packet-ber.h
17851    M /trunk/epan/dissectors/packet-inap.c
17852    M /trunk/epan/dissectors/packet-inap.h
17853    M /trunk/tools/asn2wrs.py
17854
17855 INAP:
17856 - Use (some) IN CS4 asn1 files Q.1248.1 Q.1248.2 Q.1248.3
17857
17858 BER/asn2wrs:
17859 -  Add basic support for EmbeddedPDVType
17860 ------------------------------------------------------------------------
17861 r22032 | etxrab | 2007-06-03 14:10:29 -0700 (Sun, 03 Jun 2007) | 1 line
17862 Changed paths:
17863    M /trunk/asn1/inap/packet-inap-template.c
17864    M /trunk/epan/dissectors/packet-ber.c
17865    M /trunk/epan/dissectors/packet-inap.c
17866
17867 Add some opcodes and mark func as _U_ in packet-ber.c
17868 ------------------------------------------------------------------------
17869 r22033 | etxrab | 2007-06-03 15:06:19 -0700 (Sun, 03 Jun 2007) | 1 line
17870 Changed paths:
17871    M /trunk/epan/libwireshark.def
17872
17873 Add dissect_per_enumerated
17874 ------------------------------------------------------------------------
17875 r22034 | sahlberg | 2007-06-04 00:24:55 -0700 (Mon, 04 Jun 2007) | 3 lines
17876 Changed paths:
17877    M /trunk/epan/dissectors/packet-ctdb.c
17878
17879 there is no longer a FINISHED pdu in the protocol
17880
17881
17882 ------------------------------------------------------------------------
17883 r22035 | sahlberg | 2007-06-04 00:35:05 -0700 (Mon, 04 Jun 2007) | 3 lines
17884 Changed paths:
17885    M /trunk/epan/dissectors/packet-ctdb.c
17886
17887 add the name for the keeaplive pdu
17888
17889
17890 ------------------------------------------------------------------------
17891 r22036 | kukosa | 2007-06-04 07:41:38 -0700 (Mon, 04 Jun 2007) | 10 lines
17892 Changed paths:
17893    M /trunk/asn1/inap/inap.cnf
17894    M /trunk/asn1/qsig/qsig.cnf
17895    M /trunk/asn1/rnsap/rnsap.cnf
17896    M /trunk/asn1/rrlp/rrlp.cnf
17897    M /trunk/epan/dissectors/packet-inap.c
17898    M /trunk/epan/dissectors/packet-qsig.c
17899    M /trunk/epan/dissectors/packet-rnsap.c
17900    M /trunk/epan/dissectors/packet-rrlp.c
17901    M /trunk/epan/dissectors/packet-spnego.c
17902    M /trunk/tools/asn2wrs.py
17903
17904 - CLASS definitions support including exports through the *-exp.cnf file
17905 - support of extension in middle of SEQUENCE root elements
17906 - new option EMBEDDED_PDV_CB to set default callback
17907 - ChoiceValue support at syntax level
17908 - ValueSet support at syntax level
17909 - exception identifier support
17910 - ValueFromObject support at syntax level
17911 - next minor changes (to compile X.880 and INAP)
17912
17913 - dissectors using classes regenerated
17914 ------------------------------------------------------------------------
17915 r22037 | etxrab | 2007-06-04 08:55:20 -0700 (Mon, 04 Jun 2007) | 1 line
17916 Changed paths:
17917    M /trunk/asn1/inap/IN-SCF-SRF-Classes.asn
17918    M /trunk/asn1/inap/IN-SCF-SRF-ops-args.asn
17919    M /trunk/asn1/inap/IN-SSF-SCF-Classes.asn
17920    M /trunk/asn1/inap/IN-common-classes.asn
17921    M /trunk/asn1/inap/IN-common-datatypes.asn
17922    M /trunk/asn1/inap/IN-object-identifiers.asn
17923
17924 Use the unmodified files.
17925 ------------------------------------------------------------------------
17926 r22038 | sfisher | 2007-06-04 13:15:10 -0700 (Mon, 04 Jun 2007) | 8 lines
17927 Changed paths:
17928    M /trunk/epan/column.c
17929    M /trunk/epan/column.h
17930    M /trunk/epan/column_info.h
17931    M /trunk/epan/prefs.c
17932    M /trunk/file.c
17933    M /trunk/gtk/column_prefs.c
17934    M /trunk/gtk/gui_prefs.c
17935    M /trunk/gtk/main.c
17936    M /trunk/gtk/main.h
17937    M /trunk/gtk/packet_list.c
17938    M /trunk/gtk/packet_list.h
17939
17940
17941 Fix for bug #93: changes to the columns has no effect until restart
17942
17943 These changes allow the packet list clist to be destroyed and recreated
17944 with the new column titles/values/order that the user changed in the
17945 preferences without restarting Wireshark. 
17946
17947
17948 ------------------------------------------------------------------------
17949 r22039 | sfisher | 2007-06-04 14:18:19 -0700 (Mon, 04 Jun 2007) | 4 lines
17950 Changed paths:
17951    M /trunk/epan/libwireshark.def
17952
17953
17954 Get the Windows builds going again after my last check-in
17955
17956
17957 ------------------------------------------------------------------------
17958 r22040 | tuexen | 2007-06-04 15:51:16 -0700 (Mon, 04 Jun 2007) | 2 lines
17959 Changed paths:
17960    M /trunk/epan/dissectors/packet-bssap.c
17961
17962 Register as heuristic dissector for SUA.
17963
17964 ------------------------------------------------------------------------
17965 r22041 | tuexen | 2007-06-04 16:27:12 -0700 (Mon, 04 Jun 2007) | 3 lines
17966 Changed paths:
17967    M /trunk/epan/dissectors/packet-ip.c
17968    M /trunk/epan/dissectors/packet-tcp.c
17969
17970 From Michael Scharf: Add support for TCP Quickstart.
17971
17972
17973 ------------------------------------------------------------------------
17974 r22042 | kukosa | 2007-06-05 01:33:39 -0700 (Tue, 05 Jun 2007) | 1 line
17975 Changed paths:
17976    M /trunk/tools/asn2wrs.py
17977
17978 few small changes to compile INAP (Q.1248.x) from original ASN.1 source
17979 ------------------------------------------------------------------------
17980 r22043 | kukosa | 2007-06-05 05:00:57 -0700 (Tue, 05 Jun 2007) | 3 lines
17981 Changed paths:
17982    M /trunk/asn1/cdt/cdt.cnf
17983    M /trunk/asn1/cms/cms.cnf
17984    M /trunk/asn1/dap/dap.cnf
17985    M /trunk/asn1/disp/disp.cnf
17986    M /trunk/asn1/ftbp/ftbp.cnf
17987    M /trunk/asn1/gsmmap/gsmmap.cnf
17988    M /trunk/asn1/ldap/ldap.cnf
17989    M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
17990    M /trunk/asn1/pkcs12/packet-pkcs12-template.c
17991    M /trunk/asn1/pkcs12/pkcs12.cnf
17992    M /trunk/asn1/rtse/rtse.cnf
17993    M /trunk/asn1/s4406/s4406.cnf
17994    M /trunk/asn1/x411/x411.cnf
17995    M /trunk/asn1/x420/x420.cnf
17996    M /trunk/asn1/x509ce/x509ce.cnf
17997    M /trunk/epan/dissectors/packet-cdt.c
17998    M /trunk/epan/dissectors/packet-gsm_map.c
17999    M /trunk/epan/dissectors/packet-logotypecertextn.c
18000    M /trunk/epan/dissectors/packet-pkcs12.c
18001    M /trunk/epan/dissectors/packet-x411.c
18002    M /trunk/epan/dissectors/packet-x509ce.c
18003    M /trunk/tools/asn2wrs.py
18004
18005 not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 types
18006 it makes interconnection between .cnf file and ASN.1 source more readable
18007 (changes for #.FN_BODY will follow)
18008 ------------------------------------------------------------------------
18009 r22044 | kukosa | 2007-06-05 05:15:52 -0700 (Tue, 05 Jun 2007) | 1 line
18010 Changed paths:
18011    M /trunk/asn1/q932/Makefile
18012    M /trunk/asn1/q932/Makefile.nmake
18013    M /trunk/asn1/q932/q932-exp.cnf
18014    M /trunk/asn1/qsig/Makefile
18015    M /trunk/asn1/qsig/Makefile.nmake
18016    M /trunk/asn1/qsig/qsig-exp.cnf
18017    M /trunk/epan/dissectors/packet-q932-ros.c
18018    M /trunk/epan/dissectors/packet-q932-ros.h
18019    M /trunk/epan/dissectors/packet-q932.c
18020    M /trunk/epan/dissectors/packet-q932.h
18021    M /trunk/epan/dissectors/packet-qsig.c
18022    M /trunk/epan/dissectors/packet-qsig.h
18023
18024 Q.932 and QSIG regenerated with -X (new BER) option
18025 ------------------------------------------------------------------------
18026 r22045 | kukosa | 2007-06-05 06:34:18 -0700 (Tue, 05 Jun 2007) | 1 line
18027 Changed paths:
18028    M /trunk/asn1/dop/dop.cnf
18029    M /trunk/asn1/dop/packet-dop-template.c
18030    M /trunk/epan/dissectors/packet-dop.c
18031
18032 use ASN.1 type names in conformance file instead of Wireshak types
18033 ------------------------------------------------------------------------
18034 r22046 | kukosa | 2007-06-05 06:43:45 -0700 (Tue, 05 Jun 2007) | 1 line
18035 Changed paths:
18036    M /trunk/tools/asn2wrs.py
18037
18038 replace '&' with '_' in asn2c() function
18039 ------------------------------------------------------------------------
18040 r22047 | etxrab | 2007-06-05 07:47:11 -0700 (Tue, 05 Jun 2007) | 1 line
18041 Changed paths:
18042    M /trunk/asn1/mms/Makefile
18043    M /trunk/asn1/mms/Makefile.nmake
18044    M /trunk/asn1/mms/mms-exp.cnf
18045    M /trunk/epan/dissectors/packet-mms.c
18046    M /trunk/epan/dissectors/packet-mms.h
18047
18048 Regenerate the MMS dissector with -T and -X options.
18049 ------------------------------------------------------------------------
18050 r22048 | etxrab | 2007-06-05 07:53:37 -0700 (Tue, 05 Jun 2007) | 1 line
18051 Changed paths:
18052    M /trunk/asn1/inap/IN-SCF-SRF-datatypes.asn
18053    M /trunk/epan/dissectors/packet-inap.c
18054
18055 Regenerate the INAP dissector with thelatest asn2wrs and theunmodified asn files.
18056 ------------------------------------------------------------------------
18057 r22049 | guy | 2007-06-05 10:15:21 -0700 (Tue, 05 Jun 2007) | 5 lines
18058 Changed paths:
18059    M /trunk/asn1/inap/packet-inap-template.c
18060    M /trunk/epan/dissectors/packet-inap.c
18061
18062 Squelch some warnings - including some that appear legitimate; the name
18063 of the function was missing from the call for monitorRouteRequest.  It
18064 also appears that the wrong function was being called for
18065 monitorRouteReport.
18066
18067 ------------------------------------------------------------------------
18068 r22050 | guy | 2007-06-05 10:17:22 -0700 (Tue, 05 Jun 2007) | 2 lines
18069 Changed paths:
18070    M /trunk/wiretap/netmon.c
18071
18072 Note the version numbers in NetMon 3.0 files.
18073
18074 ------------------------------------------------------------------------
18075 r22051 | jake | 2007-06-05 13:26:03 -0700 (Tue, 05 Jun 2007) | 2 lines
18076 Changed paths:
18077    M /trunk/epan/dissectors/packet-smpp.c
18078
18079 Fix for bug 1642:
18080 Added hf_smpp_sms_signal to hf_array.
18081 ------------------------------------------------------------------------
18082 r22052 | jake | 2007-06-05 13:36:23 -0700 (Tue, 05 Jun 2007) | 2 lines
18083 Changed paths:
18084    M /trunk/epan/dissectors/packet-smpp.c
18085
18086 Fix for bug 1512:
18087 Present user with the invalid time string.
18088 ------------------------------------------------------------------------
18089 r22053 | guy | 2007-06-05 14:23:49 -0700 (Tue, 05 Jun 2007) | 6 lines
18090 Changed paths:
18091    M /trunk/epan/dissectors/packet-smb.c
18092
18093 For various routines used by dissect_smb_fid() to dissect various FID
18094 attributes specified at open time, have them take a length value, and
18095 pass 4 if the values are extracted from the current packet and 0 if they
18096 come from values saved when the FID was opened (as they're generated
18097 values not found in the packet) - that fixes bug 1638.
18098
18099 ------------------------------------------------------------------------
18100 r22054 | kukosa | 2007-06-06 01:12:27 -0700 (Wed, 06 Jun 2007) | 1 line
18101 Changed paths:
18102    M /trunk/asn1/dap/dap.cnf
18103    M /trunk/asn1/disp/disp.cnf
18104    M /trunk/asn1/dop/dop.cnf
18105    M /trunk/asn1/h245/h245.cnf
18106    M /trunk/asn1/ldap/ldap.cnf
18107    M /trunk/asn1/pres/pres.cnf
18108    M /trunk/asn1/ranap/ranap.cnf
18109    M /trunk/asn1/ros/ros.cnf
18110    M /trunk/asn1/rtse/rtse.cnf
18111    M /trunk/asn1/tcap/tcap.cnf
18112    M /trunk/asn1/x411/x411.cnf
18113    M /trunk/asn1/x420/x420.cnf
18114    M /trunk/epan/dissectors/packet-dap.c
18115    M /trunk/epan/dissectors/packet-ldap.c
18116    M /trunk/epan/dissectors/packet-ros.c
18117    M /trunk/epan/dissectors/packet-rtse.c
18118    M /trunk/epan/dissectors/packet-x411.c
18119    M /trunk/tools/asn2wrs.py
18120
18121 use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)
18122 ------------------------------------------------------------------------
18123 r22055 | kukosa | 2007-06-06 02:43:45 -0700 (Wed, 06 Jun 2007) | 1 line
18124 Changed paths:
18125    A /trunk/asn1/q932/Facility-Information-Element-Components.asn
18126    M /trunk/asn1/q932/Makefile
18127    M /trunk/asn1/q932/Makefile.nmake
18128    M /trunk/asn1/q932/packet-q932-ros-template.c
18129    D /trunk/asn1/q932/q932-ros.asn
18130    M /trunk/asn1/q932/q932-ros.cnf
18131    M /trunk/epan/dissectors/packet-q932-ros.c
18132    M /trunk/epan/dissectors/packet-q932-ros.h
18133
18134 Q.932 ROS regenerated from original ASN.1 source
18135 ------------------------------------------------------------------------
18136 r22056 | kukosa | 2007-06-06 02:46:35 -0700 (Wed, 06 Jun 2007) | 1 line
18137 Changed paths:
18138    M /trunk/tools/asn2wrs.py
18139
18140 build-in OPERATION and ERROR classes definition
18141 ------------------------------------------------------------------------
18142 r22057 | kukosa | 2007-06-06 04:52:48 -0700 (Wed, 06 Jun 2007) | 1 line
18143 Changed paths:
18144    M /trunk/asn1/Makefile.am
18145
18146 fix dist failed
18147 ------------------------------------------------------------------------
18148 r22058 | jake | 2007-06-06 12:50:28 -0700 (Wed, 06 Jun 2007) | 3 lines
18149 Changed paths:
18150    M /trunk/epan/dissectors/packet-radius_packetcable.c
18151
18152 Fix for bug 1644.
18153 Get the DST from the right offset in the tvb.
18154
18155 ------------------------------------------------------------------------
18156 r22059 | jake | 2007-06-06 12:58:26 -0700 (Wed, 06 Jun 2007) | 3 lines
18157 Changed paths:
18158    M /trunk/epan/dissectors/packet-radius_packetcable.c
18159
18160 Fix for bug 1643.
18161 Add element type Policy Server.
18162
18163 ------------------------------------------------------------------------
18164 r22060 | lego | 2007-06-06 13:56:38 -0700 (Wed, 06 Jun 2007) | 5 lines
18165 Changed paths:
18166    M /trunk/wiretap/file_access.c
18167    M /trunk/wiretap/wtap.def
18168    M /trunk/wiretap/wtap.h
18169
18170 Actually implement wtap_register_file_type() and have it returning the ID of the new file type.
18171 Add few functions to wiretap's exported API.
18172
18173
18174
18175 ------------------------------------------------------------------------
18176 r22061 | wmeier | 2007-06-06 14:04:22 -0700 (Wed, 06 Jun 2007) | 5 lines
18177 Changed paths:
18178    M /trunk/epan/dissectors/packet-epl.c
18179    M /trunk/epan/dissectors/packet-epl.h
18180
18181 Fwom David Buechi: Powerlink dissector enhancement:
18182 The attached patch adds a small enhancement for the ETHERNET Powerlink
18183 dissector (some well-known CANopen device profiles are decoded in human
18184 readable plaintext in the IdentResponse frame).
18185
18186 ------------------------------------------------------------------------
18187 r22062 | lego | 2007-06-06 15:02:56 -0700 (Wed, 06 Jun 2007) | 3 lines
18188 Changed paths:
18189    M /trunk/epan/dissectors/packet-epl.c
18190
18191 Unconditionally initialize profile (avoid a warning causing the distcheck buildbot to fail).
18192
18193
18194 ------------------------------------------------------------------------
18195 r22063 | kukosa | 2007-06-06 23:05:36 -0700 (Wed, 06 Jun 2007) | 2 lines
18196 Changed paths:
18197    M /trunk/tools/asn2wrs.py
18198
18199 - improve compilation (passing type information) if modules are not merged with -p option
18200 - start "module grouping" compilation feature
18201 ------------------------------------------------------------------------
18202 r22064 | gerald | 2007-06-07 10:40:23 -0700 (Thu, 07 Jun 2007) | 2 lines
18203 Changed paths:
18204    M /trunk/epan/dissectors/packet-ieee80211.c
18205
18206 Add an option to ignore vendor-specific HT elements.
18207
18208 ------------------------------------------------------------------------
18209 r22065 | guy | 2007-06-07 19:45:30 -0700 (Thu, 07 Jun 2007) | 4 lines
18210 Changed paths:
18211    M /trunk/epan/dissectors/packet-nfs.c
18212
18213 Better hash function for file handles, as suggested by Brent Callaghan
18214 (the old one was mapping file handles that differed only by one bit to
18215 the same hash value; the new one mapped them to different hash values).
18216
18217 ------------------------------------------------------------------------
18218 r22066 | etxrab | 2007-06-07 22:04:54 -0700 (Thu, 07 Jun 2007) | 6 lines
18219 Changed paths:
18220    M /trunk/epan/dissectors/packet-amr.c
18221
18222 From Stefan Wenk:
18223 Following items are changed:
18224 *) Bandwidth efficient decoding re-implemented with expert-info support. 
18225     The old implementation supported a single frame only.
18226 *) Support for AMR-WB added
18227 *) Fixes for IF1 and IF2 decoding
18228 ------------------------------------------------------------------------
18229 r22067 | guy | 2007-06-08 10:06:13 -0700 (Fri, 08 Jun 2007) | 44 lines
18230 Changed paths:
18231    M /trunk/epan/dissectors/packet-frame.c
18232    M /trunk/epan/packet_info.h
18233    M /trunk/wiretap/erf.c
18234    M /trunk/wiretap/erf.h
18235    M /trunk/wiretap/file_access.c
18236    M /trunk/wiretap/wtap-int.h
18237    M /trunk/wiretap/wtap.h
18238
18239 From Stephen Donnelly of Endace:
18240
18241         The code for reading ERF files has not been significantly
18242         updated since 2004.  This patch brings it up to date with a
18243         number of changes.
18244
18245         1) Increase number of decodable ERF types from 7 to 12. This
18246            covers newer DAG card models and firmware updates.
18247
18248         2) Fix timestamp conversion. Was calculating only microsecond
18249            precision, now displaying with nanosecond resolution.  Hardware
18250            precision is 7.5 to 30 ns depending on model.
18251
18252         3) Allow the user to specify HDLC encapsulation as 'chdlc',
18253            'ppp_serial', 'frelay' or 'mtp2'.  This is needed because the
18254            ERF HDLC capture formats do not include information on what
18255            protocol is used at the next level.  This is currently done via
18256            an environment variable 'ERF_HDLC_ENCAP' and is analagous to the
18257            existing 'ERF_ATM_ENCAP' variable.
18258
18259            If the user does not specify an HDLC encapsulation it tries to
18260            guess, and falls back to MTP2 for backwards compatibility with
18261            Florent's existing behaviour.
18262
18263            I know environment variables are ugly, suggestions are welcome.
18264
18265         4) When reading HDLC captures as MTP2, use
18266            WTAP_ENCAP_MTP2_WITH_PHDR rather than WTAP_ENCAP_MTP2.  This
18267            allows us to put the 'Multi-Channel ERF' record 'channel
18268            number' field into the MTP2 pseudo header > 'link_number'
18269            field.  This is then displayed in Frame information, and can
18270            be filtered on.  (Would be nice if it could be made a display
18271            column?)
18272
18273         Because the ERF record does not specify whether Annex A is used
18274         or not, we pass MTP2_ANNEX_A_USED_UNKNOWN and allow the existing
18275         user preference to decide.
18276
18277 Move the MTP2_ANNEX_A_ definitions into Wiretap, make the annex_a_used
18278 field a guint8, and change MTP2_ANNEX_A_USED_UNKNOWN to 2 so it fits in
18279 a guint8.  (This means that if you can save an ERF MTP2 file as a
18280 libpcap file, the pseudo-header will have MTP2_ANNEX_A_USED_UNKNOWN in
18281 it.)
18282
18283 ------------------------------------------------------------------------
18284 r22068 | etxrab | 2007-06-09 07:58:51 -0700 (Sat, 09 Jun 2007) | 1 line
18285 Changed paths:
18286    A /trunk/asn1/gsmmap/MAP-CallHandlingOperations.asn
18287    A /trunk/asn1/gsmmap/MAP-DialogueInformation.asn
18288    A /trunk/asn1/gsmmap/MAP-Errors.asn
18289    A /trunk/asn1/gsmmap/MAP-Group-Call-Operations.asn
18290    A /trunk/asn1/gsmmap/MAP-LocationServiceOperations.asn
18291    A /trunk/asn1/gsmmap/MAP-MobileServiceOperations.asn
18292    A /trunk/asn1/gsmmap/MAP-OperationAndMaintenanceOperations.asn
18293    A /trunk/asn1/gsmmap/MAP-Protocol.asn
18294    A /trunk/asn1/gsmmap/MAP-ShortMessageServiceOperations.asn
18295    A /trunk/asn1/gsmmap/MAP-SupplementaryServiceOperations.asn
18296    A /trunk/asn1/gsmmap/SS-DataTypes.asn
18297    A /trunk/asn1/gsmmap/SS-Errors.asn
18298    A /trunk/asn1/gsmmap/SS-Operations.asn
18299    A /trunk/asn1/gsmmap/SS-Protocol.asn
18300
18301 Add more ofthe needed splited ASN1 files.
18302 ------------------------------------------------------------------------
18303 r22069 | etxrab | 2007-06-10 12:04:12 -0700 (Sun, 10 Jun 2007) | 2 lines
18304 Changed paths:
18305    M /trunk/asn1/gsmmap/GSMMAP.asn
18306    M /trunk/asn1/gsmmap/MAP-MS-DataTypes.asn
18307    M /trunk/asn1/gsmmap/MAP-MobileServiceOperations.asn
18308    M /trunk/asn1/gsmmap/Makefile.nmake
18309    M /trunk/asn1/gsmmap/gsm_map-exp.cnf
18310    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
18311    M /trunk/epan/dissectors/Makefile.common
18312    M /trunk/epan/dissectors/packet-camel.c
18313    M /trunk/epan/dissectors/packet-gsm_a.c
18314    M /trunk/epan/dissectors/packet-gsm_map.c
18315    M /trunk/epan/dissectors/packet-gsm_map.h
18316    M /trunk/epan/dissectors/packet-gtp.c
18317
18318 Updated GSM MAP to use the latest asn1 original files.
18319 MAP-dalouge and gsm_ss is included in this dissector.
18320 ------------------------------------------------------------------------
18321 r22070 | etxrab | 2007-06-10 14:31:10 -0700 (Sun, 10 Jun 2007) | 1 line
18322 Changed paths:
18323    M /trunk/epan/dissectors/packet-gsm_a.c
18324
18325 Remove an unused variable.
18326 ------------------------------------------------------------------------
18327 r22071 | gerald | 2007-06-10 20:58:58 -0700 (Sun, 10 Jun 2007) | 11 lines
18328 Changed paths:
18329    M /trunk/capture-pcap-util.h
18330    M /trunk/capture.c
18331    M /trunk/capture.h
18332    M /trunk/capture_opts.c
18333    M /trunk/capture_opts.h
18334    M /trunk/capture_sync.c
18335    M /trunk/capture_sync.h
18336    M /trunk/doc/dumpcap.pod
18337    M /trunk/dumpcap.c
18338    M /trunk/gtk/capture_dlg.c
18339    M /trunk/gtk/capture_if_dlg.c
18340    M /trunk/gtk/capture_prefs.c
18341    M /trunk/gtk/main.c
18342    M /trunk/tshark.c
18343
18344 One more step in privilege separation.
18345
18346 Add a capture_interface_list(), which works similar to
18347 get_interface_list() except that it forks dumpcap instead of calling
18348 the pcap routines directly.  Use it in the GUI.
18349
18350 Add a "-I" flag to dumpcap, which prints out verbose interface
18351 information.
18352
18353 Tested under Windows and Linux.
18354
18355 ------------------------------------------------------------------------
18356 r22072 | etxrab | 2007-06-10 22:28:18 -0700 (Sun, 10 Jun 2007) | 1 line
18357 Changed paths:
18358    M /trunk/asn1/ansi_map/Makefile
18359    M /trunk/asn1/ansi_map/Makefile.nmake
18360    M /trunk/epan/dissectors/packet-ansi_map.c
18361    M /trunk/epan/dissectors/packet-ansi_map.h
18362
18363 Generate ANSI MAP with the -X option.
18364 ------------------------------------------------------------------------
18365 r22073 | jake | 2007-06-10 23:40:56 -0700 (Sun, 10 Jun 2007) | 1 line
18366 Changed paths:
18367    M /trunk/capture.c
18368
18369 Fix segmentation fault when NULL err_msg pointer passed to capture_interface_list() and sync_list_interface_open() fails.
18370 ------------------------------------------------------------------------
18371 r22074 | wmeier | 2007-06-11 08:50:03 -0700 (Mon, 11 Jun 2007) | 5 lines
18372 Changed paths:
18373    M /trunk/wiretap/netxray.c
18374
18375 Note invalidity of realtick for 
18376 captypes ETH_CAPTYPE_OTHERPOD2 and
18377 ETH_CAPTYPE_GIGPOD2 in comments for
18378 the associated TpS tables.
18379
18380 ------------------------------------------------------------------------
18381 r22075 | gerald | 2007-06-11 11:26:09 -0700 (Mon, 11 Jun 2007) | 7 lines
18382 Changed paths:
18383    M /trunk/Makefile.am
18384    M /trunk/Makefile.common
18385    M /trunk/Makefile.nmake
18386    M /trunk/capture.c
18387    M /trunk/capture_opts.c
18388    M /trunk/epan/Makefile.nmake
18389    D /trunk/epan/inet_ntop.c
18390    D /trunk/epan/inet_pton.c
18391    D /trunk/epan/inet_v6defs.h
18392    A /trunk/inet_ntop.c (from /trunk/epan/inet_ntop.c:22074)
18393    A /trunk/inet_pton.c (from /trunk/epan/inet_pton.c:22074)
18394    A /trunk/inet_v6defs.h (from /trunk/epan/inet_v6defs.h:22074)
18395
18396 Fix compilation under VS6 (hopefully without breaking compilation
18397 anywhere else).  Instead of using getaddrinfo() and getnameinfo(),
18398 promote inet_pton.c and inet_ntop.c to the top level and use those
18399 routines instead.
18400
18401 (It's 2007, for crying out loud.  Why is this even an issue?)
18402
18403 ------------------------------------------------------------------------
18404 r22076 | gerald | 2007-06-11 12:03:20 -0700 (Mon, 11 Jun 2007) | 2 lines
18405 Changed paths:
18406    M /trunk/epan/dissectors/packet-dtls.c
18407    M /trunk/epan/dissectors/packet-ssl.c
18408
18409 Fix include paths.
18410
18411 ------------------------------------------------------------------------
18412 r22077 | etxrab | 2007-06-11 15:17:28 -0700 (Mon, 11 Jun 2007) | 1 line
18413 Changed paths:
18414    A /trunk/asn1/cmip/CMIP-1.asn
18415    A /trunk/asn1/cmip/CMIP-A-ABORT-Information.asn
18416    A /trunk/asn1/cmip/CMIP-A-ASSOCIATE-Information.asn
18417    A /trunk/asn1/gnm/ASN1DefinedTypesModule.asn
18418    A /trunk/asn1/ros/Remote-Operations-Generic-ROS-PDUs.asn
18419    A /trunk/asn1/ros/Remote-Operations-Useful-Definitions.asn
18420
18421 Add some more asn1 modules.
18422 ------------------------------------------------------------------------
18423 r22078 | gerald | 2007-06-11 15:40:38 -0700 (Mon, 11 Jun 2007) | 2 lines
18424 Changed paths:
18425    M /trunk/epan/Makefile.am
18426
18427 Fix dist.
18428
18429 ------------------------------------------------------------------------
18430 r22079 | martinm | 2007-06-12 04:09:22 -0700 (Tue, 12 Jun 2007) | 4 lines
18431 Changed paths:
18432    M /trunk/Makefile.am
18433    M /trunk/diameter/TGPPSh.xml
18434    M /trunk/diameter/dictionary.xml
18435    A /trunk/diameter/gqpolicy.xml
18436    M /trunk/epan/dissectors/packet-diameter-defs.h
18437
18438 Diameter update:
18439 - add IMS Gq interface (same AVPs seem to be used by IMS Rx and ETSI Gq' interfaces)
18440 - other small corrections
18441
18442 ------------------------------------------------------------------------
18443 r22080 | martinm | 2007-06-12 08:29:23 -0700 (Tue, 12 Jun 2007) | 2 lines
18444 Changed paths:
18445    M /trunk/packaging/nsis/wireshark.nsi
18446
18447 Add gqpolicy.xml to installed diameter XML files
18448
18449 ------------------------------------------------------------------------
18450 r22081 | jake | 2007-06-12 11:43:24 -0700 (Tue, 12 Jun 2007) | 1 line
18451 Changed paths:
18452    M /trunk/gtk/about_dlg.c
18453
18454 Just keep it simple.
18455 ------------------------------------------------------------------------
18456 r22082 | etxrab | 2007-06-12 14:26:29 -0700 (Tue, 12 Jun 2007) | 1 line
18457 Changed paths:
18458    A /trunk/asn1/x721
18459    A /trunk/asn1/x721/Attribute-ASN1Module.asn
18460    A /trunk/asn1/x721/ManagedObjectClassesDefinitions.asn
18461    A /trunk/asn1/x721/Notification-ASN1Module.asn
18462    A /trunk/asn1/x721/Parameter-ASN1Module.asn
18463
18464 Add some more asn1 modules.
18465 ------------------------------------------------------------------------
18466 r22083 | etxrab | 2007-06-12 14:29:27 -0700 (Tue, 12 Jun 2007) | 3 lines
18467 Changed paths:
18468    M /trunk/asn1/acse/acse-exp.cnf
18469    M /trunk/asn1/acse/acse.cnf
18470    M /trunk/epan/dissectors/packet-acse.c
18471    M /trunk/epan/dissectors/packet-acse.h
18472    M /trunk/epan/dissectors/packet-ber.c
18473    M /trunk/epan/dissectors/packet-ber.h
18474
18475 Preparations for updated CMIP dissector:
18476 - Export AE-title from ACSE
18477 - Start REAL dissection(unfinished).
18478 ------------------------------------------------------------------------
18479 r22084 | lego | 2007-06-12 16:53:58 -0700 (Tue, 12 Jun 2007) | 3 lines
18480 Changed paths:
18481    M /trunk/epan/dissectors/packet-k12.c
18482
18483 This should fix Coverity's CID: 240 (Bug 1648)
18484
18485
18486 ------------------------------------------------------------------------
18487 r22085 | jake | 2007-06-12 22:27:32 -0700 (Tue, 12 Jun 2007) | 1 line
18488 Changed paths:
18489    M /trunk/acinclude.m4
18490    M /trunk/docbook/GPL_appendix.xml
18491
18492 YAE2W
18493 ------------------------------------------------------------------------
18494 r22086 | sfisher | 2007-06-12 23:22:43 -0700 (Tue, 12 Jun 2007) | 4 lines
18495 Changed paths:
18496    M /trunk/epan/dissectors/packet-ber.c
18497
18498
18499 Get the Unix buildbots going again
18500
18501
18502 ------------------------------------------------------------------------
18503 r22087 | jake | 2007-06-12 23:52:23 -0700 (Tue, 12 Jun 2007) | 2 lines
18504 Changed paths:
18505    M /trunk/epan/dissectors/packet-fc.c
18506    M /trunk/epan/dissectors/packet-fc.h
18507
18508 Fix for bug 1633:
18509 Adding BLS ABTS handling.
18510 ------------------------------------------------------------------------
18511 r22088 | jake | 2007-06-12 23:54:49 -0700 (Tue, 12 Jun 2007) | 2 lines
18512 Changed paths:
18513    M /trunk/epan/dissectors/packet-fcels.c
18514
18515 Fix for bug 1632:
18516 Fix bitmask for FCP "retry requested/reply".
18517 ------------------------------------------------------------------------
18518 r22089 | grahamb | 2007-06-13 03:15:31 -0700 (Wed, 13 Jun 2007) | 1 line
18519 Changed paths:
18520    M /trunk/epan/dissectors/packet-dnp.c
18521
18522 Fixed crash with missing conversation fragment, improved presentation, minor typos corrected
18523 ------------------------------------------------------------------------
18524 r22090 | morriss | 2007-06-13 06:39:05 -0700 (Wed, 13 Jun 2007) | 7 lines
18525 Changed paths:
18526    M /trunk/epan/dissectors/packet-sccp.c
18527
18528 Stop using switch statements on the GTI when decoding GT's: the values are
18529 not unique between ANSI and ITU so we end up with incorrect behavior.  In
18530 particular:
18531   - In non-ANSI if GTI==0x1, don't try to decode TT, NP, and ES.
18532   - In ANSI don't decode the O/E indicator on GTI==0x1.
18533   - In non-ANSI don't decode NAI on GTI==0x1 or 0x4.
18534
18535 ------------------------------------------------------------------------
18536 r22091 | lego | 2007-06-13 12:05:03 -0700 (Wed, 13 Jun 2007) | 3 lines
18537 Changed paths:
18538    M /trunk/wiretap/k12.c
18539
18540 Fix coverity bug 244, [WS Bug 1649]
18541
18542
18543 ------------------------------------------------------------------------
18544 r22092 | lego | 2007-06-13 12:06:19 -0700 (Wed, 13 Jun 2007) | 3 lines
18545 Changed paths:
18546    M /trunk/wiretap/wtap.def
18547
18548 Export all that's exportable from libwiretap.dll
18549
18550
18551 ------------------------------------------------------------------------
18552 r22093 | lego | 2007-06-13 12:43:26 -0700 (Wed, 13 Jun 2007) | 4 lines
18553 Changed paths:
18554    M /trunk/wiretap/wtap.def
18555
18556 turns out that wtap_pkthdr was not exportable!
18557 nm on my mac says it is there...
18558
18559
18560 ------------------------------------------------------------------------
18561 r22094 | gerald | 2007-06-13 15:36:58 -0700 (Wed, 13 Jun 2007) | 3 lines
18562 Changed paths:
18563    M /trunk/epan/dissectors/Makefile.common
18564    M /trunk/epan/dissectors/packet-frame.c
18565    M /trunk/epan/dissectors/packet-frame.h
18566    A /trunk/epan/dissectors/packet-ppi.c
18567    M /trunk/wiretap/libpcap.c
18568    M /trunk/wiretap/wtap.c
18569    M /trunk/wiretap/wtap.h
18570
18571 Add support for PPI (the Per-Packet Information header), described at
18572 http://www.cacetech.com/documents/PPI_Header_format_1.0.pdf .
18573
18574 ------------------------------------------------------------------------
18575 r22095 | guy | 2007-06-13 16:43:07 -0700 (Wed, 13 Jun 2007) | 3 lines
18576 Changed paths:
18577    M /trunk/epan/dissectors/packet-afp.c
18578
18579 Include a link to the AFP reference, as well as to the programming
18580 guide.
18581
18582 ------------------------------------------------------------------------
18583 r22096 | gerald | 2007-06-13 18:13:04 -0700 (Wed, 13 Jun 2007) | 2 lines
18584 Changed paths:
18585    M /trunk/epan/dissectors/packet-ppi.c
18586
18587 Fix a bunch of errors found by gcc.
18588
18589 ------------------------------------------------------------------------
18590 r22097 | etxrab | 2007-06-13 22:17:07 -0700 (Wed, 13 Jun 2007) | 2 lines
18591 Changed paths:
18592    M /trunk/epan/asn1.h
18593    M /trunk/epan/dissectors/packet-ber.c
18594    M /trunk/epan/dissectors/packet-per.c
18595
18596 Change actx->external.direct_reference to be the OID string.
18597 Use it in BER direct reference to call the OID dissector.
18598 ------------------------------------------------------------------------
18599 r22098 | jake | 2007-06-14 00:09:07 -0700 (Thu, 14 Jun 2007) | 2 lines
18600 Changed paths:
18601    M /trunk/epan/dissectors/packet-pana.c
18602
18603 From Victor Fajardo:
18604 Attached is a patch file for the PANA protocol dissector. The changes updates the packet-pana.c dissector to support draft-ietf-pana-pana-15.txt.
18605 ------------------------------------------------------------------------
18606 r22099 | martinm | 2007-06-14 04:24:37 -0700 (Thu, 14 Jun 2007) | 2 lines
18607 Changed paths:
18608    M /trunk/epan/dissectors/packet-catapult-dct2000.c
18609
18610 Improve parsing of sctpprim header (variant 1)
18611
18612 ------------------------------------------------------------------------
18613 r22100 | martinm | 2007-06-14 05:43:15 -0700 (Thu, 14 Jun 2007) | 2 lines
18614 Changed paths:
18615    M /trunk/epan/dissectors/packet-catapult-dct2000.c
18616
18617 Try again!
18618
18619 ------------------------------------------------------------------------
18620 r22101 | martinm | 2007-06-14 08:17:49 -0700 (Thu, 14 Jun 2007) | 2 lines
18621 Changed paths:
18622    M /trunk/epan/dissectors/packet-catapult-dct2000.c
18623
18624 Try to fix warning/error.
18625
18626 ------------------------------------------------------------------------
18627 r22102 | gerald | 2007-06-14 09:44:36 -0700 (Thu, 14 Jun 2007) | 2 lines
18628 Changed paths:
18629    M /trunk/epan/dissectors/packet-ieee80211.c
18630
18631 Add a hint for using wlan.fc.type_subtype.
18632
18633 ------------------------------------------------------------------------
18634 r22103 | etxrab | 2007-06-14 12:05:20 -0700 (Thu, 14 Jun 2007) | 2 lines
18635 Changed paths:
18636    M /trunk/asn1/ftbp/Makefile
18637    M /trunk/asn1/ftbp/Makefile.nmake
18638    M /trunk/asn1/ftbp/ftbp.asn
18639    M /trunk/epan/dissectors/packet-ftbp.c
18640    M /trunk/epan/dissectors/packet-ftbp.h
18641
18642 From Stig Bj?\195?\184rlykke.
18643 ContentsTypeParameter and Relationship are OPTIONAL as they are defined with a DEFAULT.
18644 ------------------------------------------------------------------------
18645 r22104 | gerald | 2007-06-14 15:09:14 -0700 (Thu, 14 Jun 2007) | 10 lines
18646 Changed paths:
18647    M /trunk/docbook/release-notes.xml
18648    M /trunk/epan/crypt/airpdcap.c
18649    M /trunk/epan/crypt/airpdcap_ccmp.c
18650    M /trunk/epan/crypt/airpdcap_int.h
18651    M /trunk/epan/crypt/airpdcap_system.h
18652    M /trunk/epan/dissectors/packet-ieee80211.c
18653
18654 The 802.11 dissector calculates the header size, so pass that value to
18655 the WEP/WPA decryption code instead of re-calculating it.  Fixes bug
18656 1639.
18657
18658 Remove fcsPresent, radiotapPresent, and associated code from airpdcap.c
18659 since they were always FALSE.  Glib-ize some data types.  Fixup white
18660 space.
18661
18662 Update the release notes.
18663
18664 ------------------------------------------------------------------------
18665 r22105 | etxrab | 2007-06-15 09:20:35 -0700 (Fri, 15 Jun 2007) | 1 line
18666 Changed paths:
18667    M /trunk/asn1/gsmmap/Makefile
18668    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
18669    M /trunk/epan/dissectors/packet-gsm_map.c
18670
18671 Update the makefile and a comment in the template file.
18672 ------------------------------------------------------------------------
18673 r22106 | etxrab | 2007-06-15 09:26:08 -0700 (Fri, 15 Jun 2007) | 1 line
18674 Changed paths:
18675    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
18676    M /trunk/epan/dissectors/packet-gsm_map.c
18677
18678 Correct some typos.
18679 ------------------------------------------------------------------------
18680 r22107 | martinm | 2007-06-15 10:21:13 -0700 (Fri, 15 Jun 2007) | 2 lines
18681 Changed paths:
18682    M /trunk/epan/dissectors/packet-catapult-dct2000.c
18683
18684 For IPPRIM, try to set UDP/TCP address info so conversation tracking will work.
18685
18686 ------------------------------------------------------------------------
18687 r22108 | etxrab | 2007-06-15 10:58:23 -0700 (Fri, 15 Jun 2007) | 2 lines
18688 Changed paths:
18689    M /trunk/asn1/gsmmap/GSMMAP.asn
18690    M /trunk/epan/dissectors/packet-gsm_map.c
18691
18692 Change Alcatel Specific extension container
18693 PlmnContainer asn1 code to mach tracing info.
18694 ------------------------------------------------------------------------