don't use LPADAPTER but simply void * as we don't need to look inside the members...
[obnox/wireshark/wip.git] / ChangeLog
1 ------------------------------------------------------------------------
2 r13684 | ulfl | 2005-03-09 17:00:21 -0600 (Wed, 09 Mar 2005) | 1 line
3 Changed paths:
4    M /trunk/epan/dissectors/packet-bssgp.c
5    M /trunk/epan/dissectors/packet-dtp.c
6    M /trunk/epan/dissectors/packet-fcp.c
7    M /trunk/epan/dissectors/packet-iscsi.c
8    M /trunk/gtk/stats_tree_stat.c
9
10 removed some MSVC compiler warnings, mostly I've casted "downsized function parameters"
11 ------------------------------------------------------------------------
12 r13683 | obiot | 2005-03-09 13:52:58 -0600 (Wed, 09 Mar 2005) | 4 lines
13 Changed paths:
14    M /trunk/plugins/xml/packet-xml.c
15
16 Remove duplicate media types and add XML media types from packet-text-media.c.
17
18 NOTE: we need to make sure that all the media types registered in the XML dissector get registered with the line-based text dissector as a fall-back when the XML dissector is disabled.
19
20 ------------------------------------------------------------------------
21 r13682 | gerald | 2005-03-09 13:43:29 -0600 (Wed, 09 Mar 2005) | 3 lines
22 Changed paths:
23    M /trunk/epan/dissectors/packet-spnego.c
24
25 Add a couple of definitions not present in MIT Kerberos.  Fix a compiler
26 warning.
27
28 ------------------------------------------------------------------------
29 r13681 | guy | 2005-03-09 06:30:41 -0600 (Wed, 09 Mar 2005) | 3 lines
30 Changed paths:
31    M /trunk/AUTHORS
32    M /trunk/ethereal_gen.py
33
34 From Jaap Keuter: update ethereal_gen.py to generate new-style plugin
35 dissectors.
36
37 ------------------------------------------------------------------------
38 r13680 | sahlberg | 2005-03-09 05:59:40 -0600 (Wed, 09 Mar 2005) | 4 lines
39 Changed paths:
40    M /trunk/epan/dissectors/packet-spnego.c
41
42 refactor the code to not use heimdal functions to decrypt and unwrap the blob.
43 use builtin functrions instead  which will make it trivial to add this support to mit later
44
45
46 ------------------------------------------------------------------------
47 r13679 | guy | 2005-03-09 04:57:58 -0600 (Wed, 09 Mar 2005) | 13 lines
48 Changed paths:
49    M /trunk/epan/dissectors/packet-dtp.c
50
51 Set the eol-style and keywords properties.
52
53 Use "tvb_reported_length_remaining()", not "tvb_length_remaining()", in
54 the loop parsing the packet contents, so we throw an exception on a
55 short frame (to mark that it *is* a short frame).
56
57 Use "tvb_format_text()" for text strings, so we don't have a problem
58 with non-printable characters.
59
60 Use "ether_to_str()" to turn MAC addresses into strings.
61
62 Clean up indentation.
63
64 ------------------------------------------------------------------------
65 r13678 | guy | 2005-03-09 04:43:34 -0600 (Wed, 09 Mar 2005) | 7 lines
66 Changed paths:
67    M /trunk/AUTHORS
68    M /trunk/epan/dissectors/packet-ieee80211.c
69
70 From Vladimir Kondratiev:
71
72 - better parsing for TIM info element: it parses 'bitmap control' byte
73 and provides list of AID for stations having power saving traffic.
74 - separate names for TIM elements. It helps to higlight beacons with
75 some properties, for example DTIM ones (dtim_count==0).
76
77 ------------------------------------------------------------------------
78 r13677 | guy | 2005-03-09 04:29:59 -0600 (Wed, 09 Mar 2005) | 2 lines
79 Changed paths:
80    M /trunk/epan/dissectors/packet-bssgp.c
81
82 Comment out a routine that's not currently being used.
83
84 ------------------------------------------------------------------------
85 r13676 | guy | 2005-03-09 04:24:34 -0600 (Wed, 09 Mar 2005) | 2 lines
86 Changed paths:
87    M /trunk/AUTHORS
88    M /trunk/epan/dissectors/packet-cdp.c
89
90 From Ricardo Muggli: decode the voice VLAN field in CDP packets.
91
92 ------------------------------------------------------------------------
93 r13675 | guy | 2005-03-09 04:12:05 -0600 (Wed, 09 Mar 2005) | 3 lines
94 Changed paths:
95    M /trunk/gtk/voip_calls_dlg.c
96
97 From Francisco Alcoba: don't generate long filter expressions, fall back
98 to the old filter mechanism if the filter expression is too long.
99
100 ------------------------------------------------------------------------
101 r13674 | ulfl | 2005-03-09 01:51:07 -0600 (Wed, 09 Mar 2005) | 1 line
102 Changed paths:
103    M /trunk/file.c
104
105 bugfix in PSML export output: the epan API slightly changed, epan_dissect_fill_in_columns must be called now to fill in column data. This resulted in missing values in PSML output.
106 ------------------------------------------------------------------------
107 r13673 | sahlberg | 2005-03-09 01:29:52 -0600 (Wed, 09 Mar 2005) | 4 lines
108 Changed paths:
109    M /trunk/epan/crypt-md5.c
110    M /trunk/epan/crypt-md5.h
111
112 add helper to compute the md5 hmac
113
114
115
116 ------------------------------------------------------------------------
117 r13672 | guy | 2005-03-08 21:15:59 -0600 (Tue, 08 Mar 2005) | 2 lines
118 Changed paths:
119    M /trunk/epan/dissectors/packet-pgsql.c
120
121 Updates from Abhijit Menon-Sen.
122
123 ------------------------------------------------------------------------
124 r13671 | guy | 2005-03-08 21:04:46 -0600 (Tue, 08 Mar 2005) | 2 lines
125 Changed paths:
126    M /trunk/epan/dissectors/packet-kink.c
127
128 Fix the properties.
129
130 ------------------------------------------------------------------------
131 r13670 | guy | 2005-03-08 21:03:10 -0600 (Tue, 08 Mar 2005) | 2 lines
132 Changed paths:
133    M /trunk/epan/dissectors/packet-spnego.c
134
135 Squelch some compiler warnings if we don't have Kerberos.
136
137 ------------------------------------------------------------------------
138 r13669 | guy | 2005-03-08 20:39:31 -0600 (Tue, 08 Mar 2005) | 2 lines
139 Changed paths:
140    M /trunk/epan/dissectors/packet-kink.c
141
142 "time_t", not "timer_t".
143
144 ------------------------------------------------------------------------
145 r13668 | sahlberg | 2005-03-08 17:47:29 -0600 (Tue, 08 Mar 2005) | 6 lines
146 Changed paths:
147    M /trunk/epan/dissectors/packet-spnego.c
148
149 use the rc4 functions from epan/crypt-rc4  instead of those in heimdal
150 so that we dont have to include <rc4.h> from heimdal
151
152 hopefully the build on freebsd will succeed now
153
154
155 ------------------------------------------------------------------------
156 r13667 | sahlberg | 2005-03-08 16:32:43 -0600 (Tue, 08 Mar 2005) | 5 lines
157 Changed paths:
158    M /trunk/AUTHORS
159    M /trunk/epan/dissectors/Makefile.common
160    A /trunk/epan/dissectors/packet-kink.c
161
162 New protocol : KINK
163
164 From Taekshi Nakashima   the KINK protocol
165
166
167 ------------------------------------------------------------------------
168 r13666 | sahlberg | 2005-03-08 15:36:04 -0600 (Tue, 08 Mar 2005) | 3 lines
169 Changed paths:
170    M /trunk/acinclude.m4
171
172 we dont need to link with gssapi.a any more
173
174
175 ------------------------------------------------------------------------
176 r13665 | sahlberg | 2005-03-08 15:13:14 -0600 (Tue, 08 Mar 2005) | 3 lines
177 Changed paths:
178    M /trunk/epan/dissectors/packet-spnego.c
179
180 remove some dependencies of libgssapi
181
182
183 ------------------------------------------------------------------------
184 r13664 | sahlberg | 2005-03-08 14:22:07 -0600 (Tue, 08 Mar 2005) | 3 lines
185 Changed paths:
186    M /trunk/epan/dissectors/packet-spnego.c
187
188 remove the need to include <gssapi.h> from heimdal
189
190
191 ------------------------------------------------------------------------
192 r13663 | guy | 2005-03-08 13:31:50 -0600 (Tue, 08 Mar 2005) | 2 lines
193 Changed paths:
194    M /trunk/doc/README.plugins
195
196 More editing.
197
198 ------------------------------------------------------------------------
199 r13662 | guy | 2005-03-08 13:31:01 -0600 (Tue, 08 Mar 2005) | 2 lines
200 Changed paths:
201    M /trunk/doc/README.plugins
202
203 Editing.
204
205 ------------------------------------------------------------------------
206 r13661 | ulfl | 2005-03-08 13:03:09 -0600 (Tue, 08 Mar 2005) | 1 line
207 Changed paths:
208    M /trunk/doc/README.plugins
209
210 from jaap keuter: add info how to update from old to new style plugin registering
211 ------------------------------------------------------------------------
212 r13660 | sahlberg | 2005-03-08 03:46:24 -0600 (Tue, 08 Mar 2005) | 8 lines
213 Changed paths:
214    M /trunk/epan/dissectors/packet-ldap.c
215
216 If ethereal is linked with HEIMDAL
217 and Kerberos decryption is enabled in preferences
218 and if we have the keytab file available
219
220 then attempt to decrypt Secure LDAP
221
222
223
224 ------------------------------------------------------------------------
225 r13659 | sahlberg | 2005-03-08 03:45:19 -0600 (Tue, 08 Mar 2005) | 8 lines
226 Changed paths:
227    M /trunk/acinclude.m4
228    M /trunk/epan/dissectors/packet-spnego.c
229
230 when HEIMDAL is linked with :
231 make spnego able to decrypt data wrapped inside
232  GSSAPI/SPNEGO/KRB5 arcfour-hmac
233
234 This code will be more etherealified and evolve into being able to link with MIT as well.
235
236
237
238 ------------------------------------------------------------------------
239 r13658 | sahlberg | 2005-03-08 03:43:36 -0600 (Tue, 08 Mar 2005) | 3 lines
240 Changed paths:
241    M /trunk/epan/packet.c
242    M /trunk/epan/packet_info.h
243
244 gssapi decryption nees a few new fields to pass the blobs from application layer dissector all the way down to spnego or friends and back.
245
246
247 ------------------------------------------------------------------------
248 r13657 | lroland | 2005-03-07 16:31:13 -0600 (Mon, 07 Mar 2005) | 1 line
249 Changed paths:
250    M /trunk/packaging/nsis/Makefile.nmake
251    M /trunk/packaging/nsis/ethereal.nsi
252
253 add xml and stats_tree plugin to the installer.
254 ------------------------------------------------------------------------
255 r13656 | lroland | 2005-03-07 15:40:29 -0600 (Mon, 07 Mar 2005) | 1 line
256 Changed paths:
257    M /trunk/epan/dissectors/packet-pn-rt.c
258    M /trunk/plugins/mate/mate.h
259    M /trunk/plugins/mate/mate_plugin.c
260    M /trunk/plugins/stats_tree/stats_tree_plugin.c
261    M /trunk/plugins/xml/xml_plugin.c
262
263 remove remnants of the old plugin api from dissectors and plugins
264 ------------------------------------------------------------------------
265 r13655 | lroland | 2005-03-07 15:11:34 -0600 (Mon, 07 Mar 2005) | 2 lines
266 Changed paths:
267    M /trunk/gtk/stats_tree_stat.c
268
269 add a default size to stats_tree windows. so we do not have to resize them everytime.
270
271 ------------------------------------------------------------------------
272 r13654 | lroland | 2005-03-07 14:31:35 -0600 (Mon, 07 Mar 2005) | 1 line
273 Changed paths:
274    M /trunk/plugins/stats_tree/Makefile.nmake
275
276 set SVN keyword ID
277 ------------------------------------------------------------------------
278 r13653 | lroland | 2005-03-07 14:25:09 -0600 (Mon, 07 Mar 2005) | 1 line
279 Changed paths:
280    M /trunk/plugins/stats_tree/Makefile.nmake
281
282 fix clean target
283 ------------------------------------------------------------------------
284 r13652 | etxrab | 2005-03-07 14:11:03 -0600 (Mon, 07 Mar 2005) | 1 line
285 Changed paths:
286    M /trunk/epan/dissectors/Makefile.common
287    A /trunk/epan/dissectors/packet-g723.c
288
289 Add a g723 dissector to dissect the first byte to find the rate and if speech is pressent or not.
290 ------------------------------------------------------------------------
291 r13651 | lego | 2005-03-07 13:10:21 -0600 (Mon, 07 Mar 2005) | 15 lines
292 Changed paths:
293    M /trunk/gtk/graph_analysis.c
294    M /trunk/gtk/voip_calls.c
295    M /trunk/gtk/voip_calls.h
296
297 From Alejandro Vaqero:
298
299     - Fix a problem when pressing a key when  the "Graph" is  displayed
300 without any frame selected.
301
302    - Add support for RTP Payload changes. Now the graph will show any
303 change in the RTP payload type. This is useful for example to show DTMF
304 2833 in a call.
305
306 -This line, and those below, will be ignored--
307
308 M    gtk/graph_analysis.c
309 M    gtk/voip_calls.c
310 M    gtk/voip_calls.h
311
312 ------------------------------------------------------------------------
313 r13650 | lego | 2005-03-07 05:35:52 -0600 (Mon, 07 Mar 2005) | 5 lines
314 Changed paths:
315    M /trunk/epan/dissectors/packet-radius.c
316    M /trunk/epan/sminmpec.c
317    M /trunk/epan/sminmpec.h
318
319 From Florian Lohoff:
320
321 Add Netscreen vendor specific attributes
322
323
324 ------------------------------------------------------------------------
325 r13649 | lego | 2005-03-07 05:01:16 -0600 (Mon, 07 Mar 2005) | 6 lines
326 Changed paths:
327    M /trunk/gtk/voip_calls_dlg.c
328
329 From Francisco Alcoba:
330
331  - Correct the order of the calls in the VoIP Calls dialog when ordering by time fields
332  - Prevent an assertion when ordering on the last columns
333
334
335 ------------------------------------------------------------------------
336 r13648 | jmayer | 2005-03-07 04:19:33 -0600 (Mon, 07 Mar 2005) | 4 lines
337 Changed paths:
338    M /trunk/capture.h
339    M /trunk/gtk/capture_info_dlg.c
340    M /trunk/gtk/main.c
341    M /trunk/gtk/summary_dlg.c
342    M /trunk/summary.h
343    M /trunk/tethereal.c
344
345 - pcap.h needs to be included before capture.h
346 - As capture.h is empty without libpcap defined, only include it in that
347   case and don't protect the file internally against libpcap any more.
348
349 ------------------------------------------------------------------------
350 r13647 | jmayer | 2005-03-07 04:15:03 -0600 (Mon, 07 Mar 2005) | 1 line
351 Changed paths:
352    M /trunk/epan/dissectors/packet-kerberos.c
353
354 Fix a small typo that would prevent compilation with MIT Kerberos
355 ------------------------------------------------------------------------
356 r13646 | sahlberg | 2005-03-07 03:02:33 -0600 (Mon, 07 Mar 2005) | 3 lines
357 Changed paths:
358    M /trunk/epan/dissectors/packet-kerberos.c
359    M /trunk/epan/dissectors/packet-kerberos.h
360
361 export some symbols we will need later.
362
363
364 ------------------------------------------------------------------------
365 r13645 | jmayer | 2005-03-07 02:47:48 -0600 (Mon, 07 Mar 2005) | 11 lines
366 Changed paths:
367    M /trunk/epan/dissectors/packet-kerberos.c
368
369 Make packet-kerberos.c compile again:
370
371 Replace the use of the undefined type krb5_keyusage (at least with heimdal)
372 in decrypt_krb5_data with the old int. The change wasn't complete anyway
373 as the .h file wasn't changed and the third implemenitation of
374 decrypt_krb5_data was left out also.
375
376 Disclaimer: I only made sure it compiles again, I don't know whether the
377   change has any side effects.
378
379
380 ------------------------------------------------------------------------
381 r13644 | guy | 2005-03-06 20:44:41 -0600 (Sun, 06 Mar 2005) | 10 lines
382 Changed paths:
383    M /trunk/doc/README.plugins
384    M /trunk/epan/plugins.c
385    M /trunk/epan/plugins.h
386    M /trunk/ethereal_gen.py
387    M /trunk/gtk/plugins_dlg.c
388    M /trunk/plugins/acn/packet-acn.c
389    M /trunk/plugins/agentx/packet-agentx.c
390    M /trunk/plugins/artnet/packet-artnet.c
391    M /trunk/plugins/asn1/packet-asn1.c
392    M /trunk/plugins/ciscosm/packet-sm.c
393    M /trunk/plugins/docsis/packet-docsis.c
394    M /trunk/plugins/enttec/packet-enttec.c
395    M /trunk/plugins/giop/packet-coseventcomm.c
396    M /trunk/plugins/giop/packet-cosnaming.c
397    M /trunk/plugins/gryphon/packet-gryphon.c
398    M /trunk/plugins/irda/packet-irda.c
399    M /trunk/plugins/lwres/packet-lwres.c
400    M /trunk/plugins/mate/mate_plugin.c
401    M /trunk/plugins/megaco/packet-megaco.c
402    M /trunk/plugins/mgcp/packet-mgcp.c
403    M /trunk/plugins/opsi/packet-opsi.c
404    M /trunk/plugins/pcli/packet-pcli.c
405    M /trunk/plugins/rdm/packet-rdm.c
406    M /trunk/plugins/rlm/packet-rlm.c
407    M /trunk/plugins/rtnet/packet-rtnet.c
408    M /trunk/plugins/rudp/packet-rudp.c
409    M /trunk/plugins/stats_tree/stats_tree_plugin.c
410    M /trunk/plugins/v5ua/packet-v5ua.c
411    M /trunk/plugins/xml/xml_plugin.c
412
413 Call the "new-style init" routine for plugins a "register" routine, as
414 it serves the same purpose as the register routine in a built-in
415 dissector, and don't require all dissectors to have one, as they might
416 just be taps.
417
418 Get rid of the stats tree's init routine, as it's just a tap, and as it
419 doesn't do anything.
420
421 Update the idl2eth Python script to generate plugins with register routines.
422
423 ------------------------------------------------------------------------
424 r13643 | guy | 2005-03-06 19:22:55 -0600 (Sun, 06 Mar 2005) | 4 lines
425 Changed paths:
426    M /trunk/AUTHORS
427    M /trunk/epan/dissectors/packet-bacapp.c
428
429 Back out the BACnet application layer dissectin code - its use of
430 recursion instead of iteration means that packets with sufficiently
431 large lists can cause it to overflow the stack and crash.
432
433 ------------------------------------------------------------------------
434 r13642 | sahlberg | 2005-03-06 16:52:58 -0600 (Sun, 06 Mar 2005) | 3 lines
435 Changed paths:
436    M /trunk/epan/dissectors/packet-spnego.c
437
438 minor update, add an extra parameter to a call to prepare for decryption of GSSAPI wrapped data
439
440
441 ------------------------------------------------------------------------
442 r13641 | sahlberg | 2005-03-06 16:34:13 -0600 (Sun, 06 Mar 2005) | 3 lines
443 Changed paths:
444    M /trunk/epan/dissectors/packet-kerberos.c
445    M /trunk/epan/dissectors/packet-kerberos.h
446
447 export decrypt_krb5_data
448
449
450 ------------------------------------------------------------------------
451 r13640 | guy | 2005-03-06 16:14:24 -0600 (Sun, 06 Mar 2005) | 14 lines
452 Changed paths:
453    M /trunk/epan/dissectors/packet-bacapp.c
454
455 The length field in the "BACnet encoding rules" is limited to 32 bits
456 ("Data lengths larger than 2^32-1 are not encodable using primitive
457 tags"), so it doesn't need to be a "guint64" - but it *can* be that big,
458 so we should handle the 65536-2^32-1 case.
459
460 Don't gratuitously throw away the upper 24 bits of various lengths by
461 casting them to guint8.
462
463 Show signed values as such.
464
465 Don't use "match_strval()" - it returns a null pointer if it doesn't
466 find the value in the value_string table; instead, use "val_to_str()" so
467 we don't blow up if the value isn't found.
468
469 ------------------------------------------------------------------------
470 r13639 | lego | 2005-03-06 15:57:25 -0600 (Sun, 06 Mar 2005) | 4 lines
471 Changed paths:
472    M /trunk/plugins/xml/packet-xml.c
473    M /trunk/plugins/xml/xml_lexer.c
474    M /trunk/plugins/xml/xml_lexer.l
475
476 - Add some media types to be dissected as xml
477 - be more tollerant on how an XML document should look like
478
479
480 ------------------------------------------------------------------------
481 r13638 | lego | 2005-03-06 15:32:13 -0600 (Sun, 06 Mar 2005) | 3 lines
482 Changed paths:
483    M /trunk/epan/dissectors/packet-http.c
484
485 Add a preference for another alternate tcp port
486
487
488 ------------------------------------------------------------------------
489 r13637 | etxrab | 2005-03-06 14:54:01 -0600 (Sun, 06 Mar 2005) | 1 line
490 Changed paths:
491    M /trunk/epan/dissectors/packet-amr.c
492
493 Fix a minor bug with FT_BOOLEAN.
494 ------------------------------------------------------------------------
495 r13636 | lego | 2005-03-06 14:43:54 -0600 (Sun, 06 Mar 2005) | 2 lines
496 Changed paths:
497    M /trunk/epan/libethereal.def
498
499  add format_text() to the plugin API
500
501 ------------------------------------------------------------------------
502 r13635 | guy | 2005-03-06 14:13:58 -0600 (Sun, 06 Mar 2005) | 4 lines
503 Changed paths:
504    M /trunk/epan/address.h
505    M /trunk/epan/column-utils.c
506    M /trunk/epan/dissectors/packet-idp.c
507    M /trunk/epan/dissectors/packet-smb.c
508    M /trunk/epan/dissectors/packet-spp.c
509    M /trunk/plugins/stats_tree/pinfo_stats_tree.c
510
511 Handle XNS IDP socket numbers.
512
513 Handle SMB-over-SPP.
514
515 ------------------------------------------------------------------------
516 r13634 | guy | 2005-03-06 13:37:09 -0600 (Sun, 06 Mar 2005) | 4 lines
517 Changed paths:
518    M /trunk/epan/epan.h
519    M /trunk/epan/plugins.c
520
521 "report_err.h" declares "report_failure()", so it doesn't need to be
522 declared in "epan.h", and, as "epan/plugins.c" now includes
523 "report_err.h", it doesn't need to include "epan.h".
524
525 ------------------------------------------------------------------------
526 r13633 | lego | 2005-03-06 12:30:59 -0600 (Sun, 06 Mar 2005) | 2 lines
527 Changed paths:
528    M /trunk/plugins/xml/xml_lexer.c
529    M /trunk/plugins/xml/xml_lexer.l
530
531 - get rid of some warnings
532
533 ------------------------------------------------------------------------
534 r13632 | lego | 2005-03-06 12:02:27 -0600 (Sun, 06 Mar 2005) | 3 lines
535 Changed paths:
536    M /trunk/plugins/stats_tree/http_stats_tree.c
537
538 - use the string id of the node, not the integer id in tick_stat_node
539
540
541 ------------------------------------------------------------------------
542 r13631 | lego | 2005-03-06 11:06:55 -0600 (Sun, 06 Mar 2005) | 3 lines
543 Changed paths:
544    M /trunk/epan/stats_tree.c
545
546 - replace tabs with spaces while printing
547 - get rid of a warning in windows compile
548
549 ------------------------------------------------------------------------
550 r13630 | lego | 2005-03-06 10:58:34 -0600 (Sun, 06 Mar 2005) | 3 lines
551 Changed paths:
552    M /trunk/plugins/stats_tree/stats_tree_plugin.c
553
554 Forgot this in the last checkin
555
556
557 ------------------------------------------------------------------------
558 r13629 | lego | 2005-03-06 10:49:16 -0600 (Sun, 06 Mar 2005) | 3 lines
559 Changed paths:
560    M /trunk/configure.in
561    M /trunk/plugins/Makefile.am
562    M /trunk/plugins/Makefile.nmake
563    M /trunk/plugins/stats_tree/Makefile.am
564    A /trunk/plugins/stats_tree/Makefile.nmake
565
566 Add stats_tree and xml plugins to the build process
567
568
569 ------------------------------------------------------------------------
570 r13628 | jmayer | 2005-03-06 04:26:00 -0600 (Sun, 06 Mar 2005) | 4 lines
571 Changed paths:
572    M /trunk/gtk/packet_win.c
573
574
575 Undo the last "fix" (13626): Unconditionally including <pcap.h> is
576 going to cause trouble for compilations without libpcap.
577
578 ------------------------------------------------------------------------
579 r13627 | jmayer | 2005-03-06 04:03:53 -0600 (Sun, 06 Mar 2005) | 5 lines
580 Changed paths:
581    M /trunk/gtk/menu.c
582
583 Warning fix:
584 menu.c:1841:1: warning: C++ style comments are not allowed in ISO C90
585 menu.c:1841:1: warning: (this will be reported only once per input file)
586 (just removed it)
587
588 ------------------------------------------------------------------------
589 r13626 | jmayer | 2005-03-06 04:02:39 -0600 (Sun, 06 Mar 2005) | 7 lines
590 Changed paths:
591    M /trunk/gtk/packet_win.c
592
593 Warning fix:
594 ../capture.h:115: warning: struct pcap_stat declared inside parameter list
595 ../capture.h:115: warning: its scope is only this definition or declaration,
596         which is probably not what you want
597 ../capture.h:125: warning: struct pcap_stat declared inside parameter list
598
599
600 ------------------------------------------------------------------------
601 r13625 | jmayer | 2005-03-06 03:40:58 -0600 (Sun, 06 Mar 2005) | 5 lines
602 Changed paths:
603    M /trunk/epan/epan.h
604    M /trunk/epan/plugins.c
605
606 Warning fix:
607 plugins.c:236: warning: implicit declaration of function
608         'report_failure'
609
610
611 ------------------------------------------------------------------------
612 r13624 | jmayer | 2005-03-06 03:33:44 -0600 (Sun, 06 Mar 2005) | 5 lines
613 Changed paths:
614    M /trunk/epan/dissectors/packet-sdp.c
615
616 Warning fix:
617 packet-sdp.c:74: warning: 'reset_sdp_packet_info' declared 'static'
618         but never defined
619
620
621 ------------------------------------------------------------------------
622 r13623 | guy | 2005-03-05 22:42:51 -0600 (Sat, 05 Mar 2005) | 2 lines
623 Changed paths:
624    M /trunk/epan/dissectors/packet-ssl.c
625
626 From Yaniv Kaul: show the protocol name in every record.
627
628 ------------------------------------------------------------------------
629 r13622 | guy | 2005-03-05 22:41:42 -0600 (Sat, 05 Mar 2005) | 2 lines
630 Changed paths:
631    M /trunk/epan/plugins.c
632
633 Squelch some compiler warnings.
634
635 ------------------------------------------------------------------------
636 r13621 | guy | 2005-03-05 22:41:00 -0600 (Sat, 05 Mar 2005) | 2 lines
637 Changed paths:
638    M /trunk/epan/dissectors/packet-bacapp.c
639
640 Get rid of an unused variable.
641
642 ------------------------------------------------------------------------
643 r13620 | lego | 2005-03-05 21:45:41 -0600 (Sat, 05 Mar 2005) | 3 lines
644 Changed paths:
645    M /trunk/plugins/stats_tree/stats_tree_plugin.c
646
647 oops, no new_plugin_init() now there is
648
649
650 ------------------------------------------------------------------------
651 r13619 | lego | 2005-03-05 21:38:25 -0600 (Sat, 05 Mar 2005) | 4 lines
652 Changed paths:
653    A /trunk/plugins/xml
654    A /trunk/plugins/xml/AUTHORS
655    A /trunk/plugins/xml/COPYING
656    A /trunk/plugins/xml/Makefile.am
657    A /trunk/plugins/xml/Makefile.nmake
658    A /trunk/plugins/xml/moduleinfo.h
659    A /trunk/plugins/xml/packet-xml.c
660    A /trunk/plugins/xml/packet-xml.h
661    A /trunk/plugins/xml/xml_lexer.c
662    A /trunk/plugins/xml/xml_lexer.l
663    A /trunk/plugins/xml/xml_plugin.c
664
665 The first part of the XML dissector
666 currently just a preety-printer with some generic fields
667
668
669 ------------------------------------------------------------------------
670 r13618 | guy | 2005-03-05 21:38:17 -0600 (Sat, 05 Mar 2005) | 2 lines
671 Changed paths:
672    M /trunk/AUTHORS
673    M /trunk/epan/dissectors/packet-diameter.c
674
675 No, the code is the numerical value, not the vendor ID.
676
677 ------------------------------------------------------------------------
678 r13617 | guy | 2005-03-05 21:28:41 -0600 (Sat, 05 Mar 2005) | 2 lines
679 Changed paths:
680    M /trunk/AUTHORS
681    M /trunk/epan/dissectors/packet-diameter.c
682
683 From Ben Turner: fix an addVendor() call.
684
685 ------------------------------------------------------------------------
686 r13616 | guy | 2005-03-05 21:25:19 -0600 (Sat, 05 Mar 2005) | 2 lines
687 Changed paths:
688    M /trunk/asn1/inap/packet-inap-template.h
689    M /trunk/epan/dissectors/packet-inap.h
690
691 Add a newline to the end of the file.
692
693 ------------------------------------------------------------------------
694 r13615 | guy | 2005-03-05 21:19:34 -0600 (Sat, 05 Mar 2005) | 3 lines
695 Changed paths:
696    M /trunk/epan/dissectors/packet-rtsp.c
697
698 Get rid of "unknown transport" warnings - don't spam the user just
699 because we haven't yet written a dissector for a particular protocol.
700
701 ------------------------------------------------------------------------
702 r13614 | guy | 2005-03-05 21:11:24 -0600 (Sat, 05 Mar 2005) | 7 lines
703 Changed paths:
704    M /trunk/epan/dissectors/packet-pgsql.c
705
706 Handle the "32-bit length is > 2^31-1, so the protocol tree routines
707 will treat it as negative" problem by first calling
708 "tvb_ensure_bytes_exist()" - if the length is *that* large, it will run
709 past the end of the tvbuff, so the exception that
710 "tvb_ensure_bytes_exist()" will throw with a negative argument will be
711 the correct exception.
712
713 ------------------------------------------------------------------------
714 r13613 | lego | 2005-03-05 20:55:06 -0600 (Sat, 05 Mar 2005) | 2 lines
715 Changed paths:
716    M /trunk/plugins/stats_tree/stats_tree_plugin.c
717
718 remove plugin_init()
719
720 ------------------------------------------------------------------------
721 r13612 | lego | 2005-03-05 20:53:23 -0600 (Sat, 05 Mar 2005) | 2 lines
722 Changed paths:
723    M /trunk/plugins/mate/mate_plugin.c
724
725 Change to new_plugin_init()
726
727 ------------------------------------------------------------------------
728 r13611 | guy | 2005-03-05 20:24:49 -0600 (Sat, 05 Mar 2005) | 16 lines
729 Changed paths:
730    M /trunk/epan/dissectors/packet-bacapp.c
731
732 No, they don't use BER for the variable portion of a PDU; update the
733 comment appropriately.
734
735 Make a bunch of routines static.
736
737 Don't just dissect stuff past the end of the variable portion as data -
738 the protocol spec doesn't appear to say there's anything after that.
739
740 Don't pass the offset to the routines to dissect the different types of
741 PDUs, just have them start at 0.
742
743 Use guint8 for 8-bit unsigned quantities.
744
745 Rename the routine to dissect Abort PDUs to match the other PDU
746 dissectors.
747
748 ------------------------------------------------------------------------
749 r13610 | jmayer | 2005-03-05 20:07:53 -0600 (Sat, 05 Mar 2005) | 1 line
750 Changed paths:
751    M /trunk/FAQ
752    M /trunk/help/faq.txt
753
754 Update to Sun, February 27 2005.
755 ------------------------------------------------------------------------
756 r13609 | guy | 2005-03-05 19:53:56 -0600 (Sat, 05 Mar 2005) | 9 lines
757 Changed paths:
758    M /trunk/epan/dissectors/packet-bacapp.c
759
760 Don't use "long" and "%l[doux]" for 64-bit quantities, use guint64 and %
761 followed by PRIu64.
762
763 Don't use C++/C99-style comments.
764
765 Use "tvb_reported_length()" to get packet lengths - don't use
766 "tvb_length()", and especially don't directly refer to the "length"
767 field of the tvbuff.
768
769 ------------------------------------------------------------------------
770 r13608 | jmayer | 2005-03-05 19:52:34 -0600 (Sat, 05 Mar 2005) | 7 lines
771 Changed paths:
772    M /trunk/make-manuf
773    M /trunk/manuf
774    M /trunk/manuf.tmpl
775
776
777 - Modify make-manuf to add a message to manuf how to modify it
778   (aka: don't modify manuf, change manuf.tmpl and wka.tmpl instead)
779 - Remove OUI 08:00:0F from manuf.tmpl, the IEEE provides the correct
780   value by now.
781 - Regenerate manuf
782
783 ------------------------------------------------------------------------
784 r13607 | jmayer | 2005-03-05 19:15:29 -0600 (Sat, 05 Mar 2005) | 1 line
785 Changed paths:
786    M /trunk/epan/dissectors/packet-rdt.c
787
788 Martin Mathieson: Add information sources
789 ------------------------------------------------------------------------
790 r13606 | lego | 2005-03-05 18:39:40 -0600 (Sat, 05 Mar 2005) | 2 lines
791 Changed paths:
792    M /trunk/manuf
793
794 Juan Gonzales of Mitel Networks pointed out this change to the IEEE's OUI list
795
796 ------------------------------------------------------------------------
797 r13605 | guy | 2005-03-05 18:17:37 -0600 (Sat, 05 Mar 2005) | 3 lines
798 Changed paths:
799    M /trunk/AUTHORS
800    M /trunk/epan/dissectors/packet-bacapp.c
801
802 From Herbert Lischka: implement some (not all) tags according to BACNET
803 application handbook.
804
805 ------------------------------------------------------------------------
806 r13604 | guy | 2005-03-05 17:44:23 -0600 (Sat, 05 Mar 2005) | 2 lines
807 Changed paths:
808    M /trunk/gtk/sctp_stat_dlg.c
809
810 Get rid of a redundant test.
811
812 ------------------------------------------------------------------------
813 r13603 | guy | 2005-03-05 17:36:07 -0600 (Sat, 05 Mar 2005) | 3 lines
814 Changed paths:
815    M /trunk/epan/dissectors/packet-ospf.c
816
817 For OSPF versions other than 2 or 3, stop dissecting the packet after
818 the checksum (which is the last header field common to V2 and V3).
819
820 ------------------------------------------------------------------------
821 r13602 | sahlberg | 2005-03-05 15:00:41 -0600 (Sat, 05 Mar 2005) | 4 lines
822 Changed paths:
823    M /trunk/epan/dissectors/packet-jxta.c
824
825 From Mike Duigou   updates to JXTA
826
827
828
829 ------------------------------------------------------------------------
830 r13601 | guy | 2005-03-05 14:52:03 -0600 (Sat, 05 Mar 2005) | 3 lines
831 Changed paths:
832    M /trunk/gtk/gsm_map_summary.c
833
834 From Laurent Rabret: handle the case where there's no file name (i.e.,
835 an unsaved live capture), and avoid dividing by zero.
836
837 ------------------------------------------------------------------------
838 r13600 | guy | 2005-03-05 14:36:03 -0600 (Sat, 05 Mar 2005) | 5 lines
839 Changed paths:
840    M /trunk/epan/dissectors/packet-fw1.c
841
842 Clean up indentation.
843
844 Strings don't have a base, so use BASE_NONE with them, not BASE_DEC or
845 BASE_HEX.
846
847 ------------------------------------------------------------------------
848 r13599 | gerald | 2005-03-05 11:57:27 -0600 (Sat, 05 Mar 2005) | 4 lines
849 Changed paths:
850    M /trunk/gtk/rtp_analysis.c
851
852 When analyzing RTP streams, use the source address as well as the SSRC
853 to determine forward and reverse directions.  This fixes a capture I
854 have which has the same SSRC in the forward and reverse streams.
855
856 ------------------------------------------------------------------------
857 r13598 | sahlberg | 2005-03-05 05:12:01 -0600 (Sat, 05 Mar 2005) | 6 lines
858 Changed paths:
859    M /trunk/AUTHORS
860    M /trunk/epan/dissectors/Makefile.common
861    A /trunk/epan/dissectors/packet-dtp.c
862
863 New Protocol : DTP
864
865
866 From Charlie Lenahan   initial DTP support
867
868
869 ------------------------------------------------------------------------
870 r13597 | sahlberg | 2005-03-05 04:51:30 -0600 (Sat, 05 Mar 2005) | 6 lines
871 Changed paths:
872    M /trunk/epan/dissectors/packet-bssgp.c
873
874 from susanne edlund :  make tlli appear in the tree
875
876 also change value_length and total_length signed to eliminate a compiler warning
877
878
879
880 ------------------------------------------------------------------------
881 r13596 | lroland | 2005-03-05 00:28:10 -0600 (Sat, 05 Mar 2005) | 12 lines
882 Changed paths:
883    M /trunk/doc/README.plugins
884    M /trunk/epan/plugins.c
885    M /trunk/plugins/acn/Makefile.nmake
886    M /trunk/plugins/acn/packet-acn.c
887    M /trunk/plugins/agentx/Makefile.nmake
888    M /trunk/plugins/agentx/packet-agentx.c
889    M /trunk/plugins/artnet/Makefile.nmake
890    M /trunk/plugins/artnet/packet-artnet.c
891    M /trunk/plugins/asn1/Makefile.nmake
892    M /trunk/plugins/asn1/packet-asn1.c
893    M /trunk/plugins/ciscosm/Makefile.nmake
894    M /trunk/plugins/ciscosm/packet-sm.c
895    M /trunk/plugins/docsis/Makefile.nmake
896    M /trunk/plugins/docsis/packet-bpkmattr.c
897    M /trunk/plugins/docsis/packet-bpkmreq.c
898    M /trunk/plugins/docsis/packet-bpkmrsp.c
899    M /trunk/plugins/docsis/packet-docsis.c
900    M /trunk/plugins/docsis/packet-dsaack.c
901    M /trunk/plugins/docsis/packet-dsareq.c
902    M /trunk/plugins/docsis/packet-dsarsp.c
903    M /trunk/plugins/docsis/packet-dscack.c
904    M /trunk/plugins/docsis/packet-dscreq.c
905    M /trunk/plugins/docsis/packet-dscrsp.c
906    M /trunk/plugins/docsis/packet-dsdreq.c
907    M /trunk/plugins/docsis/packet-dsdrsp.c
908    M /trunk/plugins/docsis/packet-intrngreq.c
909    M /trunk/plugins/docsis/packet-macmgmt.c
910    M /trunk/plugins/docsis/packet-map.c
911    M /trunk/plugins/docsis/packet-regack.c
912    M /trunk/plugins/docsis/packet-regreq.c
913    M /trunk/plugins/docsis/packet-regrsp.c
914    M /trunk/plugins/docsis/packet-rngreq.c
915    M /trunk/plugins/docsis/packet-rngrsp.c
916    M /trunk/plugins/docsis/packet-tlv.c
917    M /trunk/plugins/docsis/packet-type29ucd.c
918    M /trunk/plugins/docsis/packet-uccreq.c
919    M /trunk/plugins/docsis/packet-uccrsp.c
920    M /trunk/plugins/docsis/packet-ucd.c
921    M /trunk/plugins/docsis/packet-vendor.c
922    M /trunk/plugins/enttec/Makefile.nmake
923    M /trunk/plugins/enttec/packet-enttec.c
924    M /trunk/plugins/giop/Makefile.nmake
925    M /trunk/plugins/giop/packet-coseventcomm.c
926    M /trunk/plugins/giop/packet-cosnaming.c
927    M /trunk/plugins/gryphon/Makefile.nmake
928    M /trunk/plugins/gryphon/packet-gryphon.c
929    M /trunk/plugins/irda/Makefile.nmake
930    M /trunk/plugins/irda/packet-ircomm.c
931    M /trunk/plugins/irda/packet-irda.c
932    M /trunk/plugins/irda/packet-sir.c
933    M /trunk/plugins/lwres/Makefile.nmake
934    M /trunk/plugins/lwres/packet-lwres.c
935    M /trunk/plugins/mate/Makefile.nmake
936    M /trunk/plugins/megaco/Makefile.nmake
937    M /trunk/plugins/megaco/packet-megaco.c
938    M /trunk/plugins/mgcp/Makefile.nmake
939    M /trunk/plugins/mgcp/packet-mgcp.c
940    M /trunk/plugins/opsi/Makefile.nmake
941    M /trunk/plugins/opsi/packet-opsi.c
942    M /trunk/plugins/pcli/Makefile.nmake
943    M /trunk/plugins/pcli/packet-pcli.c
944    M /trunk/plugins/rdm/Makefile.nmake
945    M /trunk/plugins/rdm/packet-rdm.c
946    M /trunk/plugins/rlm/Makefile.nmake
947    M /trunk/plugins/rlm/packet-rlm.c
948    M /trunk/plugins/rtnet/Makefile.nmake
949    M /trunk/plugins/rtnet/packet-rtnet.c
950    M /trunk/plugins/rudp/Makefile.nmake
951    M /trunk/plugins/rudp/packet-rudp.c
952    M /trunk/plugins/v5ua/Makefile.nmake
953    M /trunk/plugins/v5ua/packet-v5ua.c
954
955 Preparations for dropping the old plugin api.
956 Introduce a new init routine for plugins, 
957 which does not take the plugin api table as an 
958 argument and allows etheral to distinguish 
959 between plugins using the old and the new api.
960
961 Update README.plugins accordingly
962
963 Change all g_warnings() in epan/plugins.c to report_failue().
964 On windows we do not have a log console open while
965 loading the plugins, because a log console cannot be opened before the prefs have been read. Thus g_warnings()
966 does not work for reporting problems with plugins.
967 ------------------------------------------------------------------------
968 r13595 | guy | 2005-03-04 22:58:13 -0600 (Fri, 04 Mar 2005) | 2 lines
969 Changed paths:
970    M /trunk/epan/dissectors/packet-bssgp.c
971
972 From Susanne Edlund: filter on NRI values in BSSGP.
973
974 ------------------------------------------------------------------------
975 r13594 | guy | 2005-03-04 19:03:22 -0600 (Fri, 04 Mar 2005) | 3 lines
976 Changed paths:
977    M /trunk/epan/dissectors/packet-tzsp.c
978
979 From Chris Waters: correct an error with the decoding of signal
980 strength information in 802.11 captures.
981
982 ------------------------------------------------------------------------
983 r13593 | guy | 2005-03-04 19:00:15 -0600 (Fri, 04 Mar 2005) | 3 lines
984 Changed paths:
985    M /trunk/epan/dissectors/packet-kerberos.c
986
987 Omit some stuff when building without a Kerberos library, as it's unused
988 if you don't have a Kerberos library to do decryption.
989
990 ------------------------------------------------------------------------
991 r13592 | tuexen | 2005-03-04 18:51:33 -0600 (Fri, 04 Mar 2005) | 2 lines
992 Changed paths:
993    M /trunk/epan/dissectors/packet-sctp.c
994
995 Enable details in protocol tree by default like TCP and UDP.
996
997 ------------------------------------------------------------------------
998 r13591 | lroland | 2005-03-04 18:21:46 -0600 (Fri, 04 Mar 2005) | 1 line
999 Changed paths:
1000    M /trunk/epan/dissectors/packet-kerberos.c
1001
1002 fix kerberos dissector for those having no kerberos decryption
1003 ------------------------------------------------------------------------
1004 r13590 | sahlberg | 2005-03-04 16:32:06 -0600 (Fri, 04 Mar 2005) | 6 lines
1005 Changed paths:
1006    M /trunk/AUTHORS
1007    M /trunk/epan/dissectors/Makefile.common
1008    M /trunk/epan/dissectors/packet-mpls-echo.c
1009    M /trunk/epan/dissectors/packet-mpls.c
1010    A /trunk/epan/dissectors/packet-mpls.h
1011
1012 from Carlos Pignataro
1013
1014 update MPLS to support MPLS Echo
1015
1016
1017
1018 ------------------------------------------------------------------------
1019 r13589 | sahlberg | 2005-03-04 16:25:02 -0600 (Fri, 04 Mar 2005) | 5 lines
1020 Changed paths:
1021    M /trunk/gtk/main.c
1022
1023 from didier:  bug fix for the menu,
1024 if ethereal could not open the file   make us still be able to use the Open menu item to open a different file
1025
1026
1027
1028 ------------------------------------------------------------------------
1029 r13588 | jmayer | 2005-03-04 12:54:22 -0600 (Fri, 04 Mar 2005) | 1 line
1030 Changed paths:
1031    M /trunk/docbook/Makefile
1032
1033 Small fixes to previous patch
1034 ------------------------------------------------------------------------
1035 r13587 | gerald | 2005-03-04 11:42:42 -0600 (Fri, 04 Mar 2005) | 4 lines
1036 Changed paths:
1037    M /trunk/Makefile.am
1038
1039 Remove AUTHORS-SHORT and AUTHORS-SHORT-FORMAT from the distribution.
1040 (They're automatically generated.)
1041
1042
1043 ------------------------------------------------------------------------
1044 r13586 | sahlberg | 2005-03-04 07:39:15 -0600 (Fri, 04 Mar 2005) | 7 lines
1045 Changed paths:
1046    M /trunk/epan/dissectors/packet-kerberos.c
1047    M /trunk/epan/dissectors/packet-kerberos.h
1048    M /trunk/epan/dissectors/packet-kpasswd.c
1049
1050 make kpasswd privide subdissectors to handle the user-data field for the KRB_PRIV structure for kpasswd requests and replies.
1051
1052
1053 decrypt and behold the new password in plaintext in all its glory
1054 (given you have the keytab with the old one of course)
1055
1056
1057 ------------------------------------------------------------------------
1058 r13585 | jmayer | 2005-03-04 07:24:47 -0600 (Fri, 04 Mar 2005) | 3 lines
1059 Changed paths:
1060    M /trunk/docbook/Makefile
1061    M /trunk/docbook/README.txt
1062
1063 - Add -Xmx256m automatically on unixish systems.
1064 - Make build process for A4 and letter pdfs more similar.
1065
1066 ------------------------------------------------------------------------
1067 r13584 | sahlberg | 2005-03-04 06:28:00 -0600 (Fri, 04 Mar 2005) | 4 lines
1068 Changed paths:
1069    M /trunk/epan/dissectors/packet-gssapi.c
1070    M /trunk/epan/dissectors/packet-kerberos.c
1071
1072 some authentication stuff from metze
1073
1074
1075
1076 ------------------------------------------------------------------------
1077 r13583 | sahlberg | 2005-03-04 06:21:40 -0600 (Fri, 04 Mar 2005) | 3 lines
1078 Changed paths:
1079    M /trunk/epan/dissectors/packet-kerberos.c
1080    M /trunk/epan/dissectors/packet-kerberos.h
1081
1082 make ethereal able to decrypt KRB_PRIV which kpasswd uses
1083
1084
1085 ------------------------------------------------------------------------
1086 r13582 | sahlberg | 2005-03-04 05:08:03 -0600 (Fri, 04 Mar 2005) | 3 lines
1087 Changed paths:
1088    M /trunk/epan/dissectors/packet-dcerpc-mapi.c
1089
1090 the unknown stuff in the decrypted blobs in mapi are just uninitialized buffer padding  so dont show them in the decode tree
1091
1092
1093 ------------------------------------------------------------------------
1094 r13581 | lego | 2005-03-03 07:59:52 -0600 (Thu, 03 Mar 2005) | 4 lines
1095 Changed paths:
1096    M /trunk/epan/dissectors/packet-rmcp.c
1097
1098 From Francisco Alcoba,
1099 do not look for data blocks in ACK packets
1100
1101
1102 ------------------------------------------------------------------------
1103 r13580 | guy | 2005-03-03 04:23:29 -0600 (Thu, 03 Mar 2005) | 3 lines
1104 Changed paths:
1105    M /trunk/epan/dissectors/packet-isup.c
1106
1107 From Anders Broman: fix a fault in the CODEC LIST routine where offset
1108 was wrongly calculated, and clean up some other miscellaneous stuff.
1109
1110 ------------------------------------------------------------------------
1111 r13579 | guy | 2005-03-03 03:36:19 -0600 (Thu, 03 Mar 2005) | 2 lines
1112 Changed paths:
1113    M /trunk/epan/dissectors/Makefile.common
1114    A /trunk/epan/dissectors/packet-idp.h
1115
1116 Oops, forgot packet-idp.h.
1117
1118 ------------------------------------------------------------------------
1119 r13578 | guy | 2005-03-03 02:54:00 -0600 (Thu, 03 Mar 2005) | 4 lines
1120 Changed paths:
1121    M /trunk/epan/dissectors/packet-acse.c
1122    M /trunk/epan/dissectors/packet-acse.h
1123
1124 From Yuriy Sidelnikov: correctly display User Information
1125 field in release request/response PDu if the Reason field
1126 is absent.
1127
1128 ------------------------------------------------------------------------
1129 r13577 | guy | 2005-03-03 02:34:48 -0600 (Thu, 03 Mar 2005) | 4 lines
1130 Changed paths:
1131    M /trunk/epan/dissectors/Makefile.common
1132    A /trunk/epan/dissectors/packet-3com-xns.c
1133    M /trunk/epan/dissectors/packet-ethertype.c
1134    A /trunk/epan/dissectors/packet-idp.c
1135    M /trunk/epan/dissectors/packet-retix-bpdu.c
1136    A /trunk/epan/dissectors/packet-spp.c
1137    M /trunk/etypes.h
1138
1139 Add support for what appears to be 3Com's scheme for encapsulating XNS
1140 over Token Ring (and presumably other link layers using 802.2 LLC), and
1141 for the XNS IDP and SPP protocols.
1142
1143 ------------------------------------------------------------------------
1144 r13576 | lego | 2005-03-02 17:25:41 -0600 (Wed, 02 Mar 2005) | 3 lines
1145 Changed paths:
1146    M /trunk/gtk/voip_calls.c
1147
1148 From Alejandro Vaquero:
1149 Avoid adding to a call non ISUP mtp3 packets towards the same destination as a copy of the last ISUP packet towards that dpc.
1150
1151 ------------------------------------------------------------------------
1152 r13575 | lego | 2005-03-02 17:22:11 -0600 (Wed, 02 Mar 2005) | 4 lines
1153 Changed paths:
1154    M /trunk/gtk/rtp_analysis.c
1155    M /trunk/gtk/rtp_stream.c
1156    M /trunk/gtk/rtp_stream.h
1157
1158 This is the rest of the patch from Francisco Alcoba.
1159 I forgot to check in changes to these files yesterday
1160
1161
1162 ------------------------------------------------------------------------
1163 r13574 | guy | 2005-03-02 15:08:47 -0600 (Wed, 02 Mar 2005) | 7 lines
1164 Changed paths:
1165    M /trunk/epan/dissectors/packet-3g-a11.c
1166
1167 Use "tvb_get_string()" to fetch strings from the packet, rather than
1168 filling up a fixed-length buffer.
1169
1170 Add a bunch of length checks.
1171
1172 Clean up indentation.
1173
1174 ------------------------------------------------------------------------
1175 r13573 | etxrab | 2005-03-02 14:16:18 -0600 (Wed, 02 Mar 2005) | 2 lines
1176 Changed paths:
1177    M /trunk/epan/dissectors/packet-diameter.c
1178
1179 Present diameter time as UTC time rather than the local time zone of the machine running Ethereal is at.
1180  Insert a comment that time before 1970 will not be presented properly.
1181 ------------------------------------------------------------------------
1182 r13572 | lego | 2005-03-01 19:24:18 -0600 (Tue, 01 Mar 2005) | 5 lines
1183 Changed paths:
1184    M /trunk/gtk/rtp_stream_dlg.c
1185
1186 Frrom Francisco Alcoba
1187 - Name resolution support for the RTP Stream Analysis functionality
1188 - fix a crash when trying to analyze with no stream selected.
1189
1190
1191 ------------------------------------------------------------------------
1192 r13571 | guy | 2005-03-01 18:21:33 -0600 (Tue, 01 Mar 2005) | 11 lines
1193 Changed paths:
1194    M /trunk/epan/dissectors/packet-gprs-llc.c
1195
1196 Handle the CRC correctly:
1197
1198         don't do it if we don't have the entire packet, including the
1199         CRC value;
1200
1201         fetch the CRC value from the packet with tvb_get_letoh24(),
1202         and compare that against the computed CRC, rather than comparing
1203         the computed CRC (presumably in host byte order) with the
1204         little-endian CRC in the packet (that doesn't work if host byte
1205         order is big-endian).
1206
1207 ------------------------------------------------------------------------
1208 r13570 | lego | 2005-03-01 17:46:05 -0600 (Tue, 01 Mar 2005) | 4 lines
1209 Changed paths:
1210    M /trunk/tethereal.c
1211
1212 If -z was not given as the very last argument the tap listener initialization might have crashed.
1213
1214 Copy the optarg so that when the tap initialization is called it gets the right argument.
1215
1216 ------------------------------------------------------------------------
1217 r13569 | guy | 2005-03-01 15:49:19 -0600 (Tue, 01 Mar 2005) | 2 lines
1218 Changed paths:
1219    M /trunk/epan/dissectors/packet-retix-bpdu.c
1220
1221 OK, *really* set the properties this time.
1222
1223 ------------------------------------------------------------------------
1224 r13568 | guy | 2005-03-01 15:47:54 -0600 (Tue, 01 Mar 2005) | 3 lines
1225 Changed paths:
1226    M /trunk/epan/dissectors/packet-retix-bpdu.c
1227
1228 Set the svn:keywords and svn:eol-style properties appropriately, and
1229 give it an RCS ID.
1230
1231 ------------------------------------------------------------------------
1232 r13567 | guy | 2005-03-01 13:59:54 -0600 (Tue, 01 Mar 2005) | 3 lines
1233 Changed paths:
1234    M /trunk/wiretap/file_access.c
1235
1236 The DBS Etherwatch file handler does look for a magic number (the word
1237 "ETHERWATCH").
1238
1239 ------------------------------------------------------------------------
1240 r13566 | lego | 2005-03-01 13:43:14 -0600 (Tue, 01 Mar 2005) | 3 lines
1241 Changed paths:
1242    M /trunk/plugins/stats_tree/http_stats_tree.c
1243
1244 add the http_srv tap a tree to verify load distribution between several http servers and/or virtual hosts
1245
1246
1247 ------------------------------------------------------------------------
1248 r13565 | lego | 2005-03-01 10:19:46 -0600 (Tue, 01 Mar 2005) | 10 lines
1249 Changed paths:
1250    M /trunk/gtk/graph_analysis.c
1251    M /trunk/gtk/graph_analysis.h
1252    M /trunk/gtk/voip_calls.c
1253
1254 From Alejandro Vaquero:
1255
1256 patch to the voip calls facility to:
1257
1258 - Add a horizontal scrollbar in the "Graph" to scroll the "comments"
1259 - Fix a "state" bug in H323 and SIP calls
1260 - Fix a bug that can make the "graph" to crash, and also clean up the "address" when the window is close
1261
1262
1263
1264 ------------------------------------------------------------------------
1265 r13564 | lego | 2005-03-01 05:37:26 -0600 (Tue, 01 Mar 2005) | 4 lines
1266 Changed paths:
1267    M /trunk/epan/dissectors/packet-http.c
1268
1269
1270 In packets with more than one req/resp the items of all the req/resp subtrees always pointed to the offset of the first req/resp.
1271
1272
1273 ------------------------------------------------------------------------
1274 r13563 | sahlberg | 2005-03-01 04:09:53 -0600 (Tue, 01 Mar 2005) | 7 lines
1275 Changed paths:
1276    M /trunk/epan/dissectors/packet-iscsi.c
1277
1278 If errorrecoverylevel==0 is used and the A bit is clear in a DataIn PDU 
1279 the iscsi layer will not hold the LUN value (it is reserved)
1280 so we need to remember if from the initial Command PDU.
1281
1282 make the LUN reporting work for errorrecoverylevel==0 targets
1283
1284
1285 ------------------------------------------------------------------------
1286 r13562 | guy | 2005-03-01 00:32:56 -0600 (Tue, 01 Mar 2005) | 2 lines
1287 Changed paths:
1288    M /trunk/epan/dissectors/packet-3g-a11.c
1289
1290 Show NTP times correctly.
1291
1292 ------------------------------------------------------------------------
1293 r13561 | guy | 2005-03-01 00:04:31 -0600 (Tue, 01 Mar 2005) | 2 lines
1294 Changed paths:
1295    M /trunk/epan/dissectors/packet-ntp.c
1296
1297 Show NTP times in a fashion more similar to that used for other times.
1298
1299 ------------------------------------------------------------------------
1300 r13560 | guy | 2005-03-01 00:03:08 -0600 (Tue, 01 Mar 2005) | 2 lines
1301 Changed paths:
1302    M /trunk/epan/dissectors/packet-mip.c
1303
1304 Show NTP times correctly.
1305
1306 ------------------------------------------------------------------------
1307 r13559 | guy | 2005-02-28 18:05:57 -0600 (Mon, 28 Feb 2005) | 9 lines
1308 Changed paths:
1309    M /trunk/doc/ethereal.pod
1310    M /trunk/doc/tethereal.pod
1311    M /trunk/epan/prefs.c
1312
1313 From Graeme Hewson: rename the global preferences file to "preferences"
1314 (it's now in an "ethereal" directory, so there's no need for it to have
1315 a name that distinguishes it from files for other programs) - if it's
1316 not found as "preferences", try "ethereal.conf" for compatibility - and
1317 update the man pages appropriately.
1318
1319 Fix a typo in the section color filters (the file name is "colorfilters",
1320 not "color filters").
1321
1322 ------------------------------------------------------------------------
1323 r13558 | ulfl | 2005-02-28 16:46:49 -0600 (Mon, 28 Feb 2005) | 3 lines
1324 Changed paths:
1325    M /trunk/capture.c
1326    M /trunk/capture.h
1327    M /trunk/capture_sync.c
1328    M /trunk/file.c
1329    M /trunk/file.h
1330
1331 Another step towards using the parent/child mode for ALL captures.
1332
1333 This is currently still disabled, as we cannot pass all required capture flags to the child process (lack of command line parameters).
1334 ------------------------------------------------------------------------
1335 r13557 | lego | 2005-02-28 16:39:03 -0600 (Mon, 28 Feb 2005) | 15 lines
1336 Changed paths:
1337    M /trunk/epan/dissectors/packet-http.c
1338
1339 even if unharmful, this was simply ugly.
1340 change
1341
1342 do {
1343  if (i == 0) break;
1344  ...
1345 } while (i);
1346
1347 for a propper
1348
1349 while(i) {
1350  ...
1351 }
1352
1353
1354 ------------------------------------------------------------------------
1355 r13556 | lego | 2005-02-28 16:32:16 -0600 (Mon, 28 Feb 2005) | 4 lines
1356 Changed paths:
1357    M /trunk/plugins/stats_tree/Makefile.am
1358    A /trunk/plugins/stats_tree/http_stats_tree.c
1359    M /trunk/plugins/stats_tree/stats_tree_plugin.c
1360
1361 add the http_stats_tree,
1362 a replacement for the current http tap listeners and a tree for requested hosts/uris
1363
1364
1365 ------------------------------------------------------------------------
1366 r13555 | lego | 2005-02-28 16:27:24 -0600 (Mon, 28 Feb 2005) | 5 lines
1367 Changed paths:
1368    M /trunk/epan/dissectors/packet-http.c
1369    M /trunk/epan/dissectors/packet-http.h
1370
1371 few changes to http
1372 - stat_infos are mantained in a GPtrArray to avoid leaking and overwriting them
1373 - added http_host and request_uri to http_info_value_t 
1374
1375
1376 ------------------------------------------------------------------------
1377 r13554 | etxrab | 2005-02-28 14:51:23 -0600 (Mon, 28 Feb 2005) | 2 lines
1378 Changed paths:
1379    M /trunk/epan/dissectors/packet-radius.c
1380
1381 Change the RADIUS ATTRIBUTES for some 3GPP AVP:s to display them as (UTF8)Strings, also
1382 added some more AVP:s from a later spec.
1383 ------------------------------------------------------------------------
1384 r13553 | etxrab | 2005-02-28 14:49:34 -0600 (Mon, 28 Feb 2005) | 1 line
1385 Changed paths:
1386    M /trunk/epan/dissectors/packet-diameter.c
1387
1388 Undo change of return (addVendor(atoi(id), code, name)); as it wasn't correct.
1389 ------------------------------------------------------------------------
1390 r13552 | etxrab | 2005-02-28 14:48:23 -0600 (Mon, 28 Feb 2005) | 1 line
1391 Changed paths:
1392    M /trunk/epan/dissectors/packet-bssgp.c
1393
1394 Correct presentation of IMSI digits and highlight correct bytes.
1395 ------------------------------------------------------------------------
1396 r13551 | guy | 2005-02-28 13:47:46 -0600 (Mon, 28 Feb 2005) | 3 lines
1397 Changed paths:
1398    M /trunk/epan/dissectors/packet-rx.c
1399
1400 Add a link to an RX spec, and ask whether the Epoch really should be
1401 dissected as a UN*X time.
1402
1403 ------------------------------------------------------------------------
1404 r13550 | lego | 2005-02-28 05:10:49 -0600 (Mon, 28 Feb 2005) | 3 lines
1405 Changed paths:
1406    M /trunk/plugins/stats_tree/stats_tree_plugin.c
1407
1408 Adapt the stats_tree example plugin to the last changes
1409
1410
1411 ------------------------------------------------------------------------
1412 r13549 | guy | 2005-02-28 03:21:59 -0600 (Mon, 28 Feb 2005) | 2 lines
1413 Changed paths:
1414    M /trunk/epan/dissectors/packet-gprs-llc.c
1415
1416 Fix capitalization.
1417
1418 ------------------------------------------------------------------------
1419 r13548 | guy | 2005-02-28 03:21:19 -0600 (Mon, 28 Feb 2005) | 2 lines
1420 Changed paths:
1421    M /trunk/epan/prefs.c
1422
1423 Map "llcgprs.ignore_cipher_bit" to "llcgprs.autodetect_cipher_bit".
1424
1425 ------------------------------------------------------------------------
1426 r13547 | guy | 2005-02-28 02:22:02 -0600 (Mon, 28 Feb 2005) | 2 lines
1427 Changed paths:
1428    M /trunk/tools/asn2eth.py
1429
1430 Handle the new signature for "dissect_per_restricted_character_string()".
1431
1432 ------------------------------------------------------------------------
1433 r13546 | lego | 2005-02-27 19:20:52 -0600 (Sun, 27 Feb 2005) | 7 lines
1434 Changed paths:
1435    M /trunk/gtk/stats_tree_stat.c
1436
1437
1438 - do not free the string passed to register_ethereal_tap()
1439 it caused the taps to have "funny" names.
1440
1441 - rename the window as "$name Stats Tree"
1442
1443
1444 ------------------------------------------------------------------------
1445 r13545 | lego | 2005-02-27 18:55:49 -0600 (Sun, 27 Feb 2005) | 5 lines
1446 Changed paths:
1447    M /trunk/gtk/main.c
1448    M /trunk/tethereal.c
1449
1450 Make sure that plugin tap listeners get registered before the non-plugin tap listeners
1451 that's because stat trees are registered as tap listeners by either
1452 gtk/stats_tree_stat.c or tap-stats_tree.c
1453
1454
1455 ------------------------------------------------------------------------
1456 r13544 | lego | 2005-02-27 17:43:12 -0600 (Sun, 27 Feb 2005) | 3 lines
1457 Changed paths:
1458    M /trunk/epan/libethereal.def
1459
1460 Add register_all_plugin_tap_listeners() to libethereal.def
1461
1462
1463 ------------------------------------------------------------------------
1464 r13543 | guy | 2005-02-27 16:04:48 -0600 (Sun, 27 Feb 2005) | 4 lines
1465 Changed paths:
1466    M /trunk/epan/plugins.c
1467    M /trunk/epan/plugins.h
1468    M /trunk/gtk/main.c
1469    M /trunk/gtk/plugins_dlg.c
1470    M /trunk/tethereal.c
1471
1472 The stats tree stuff should ultimately allow us to have plugin taps, so
1473 add infrastructure for them, and display the plugin type (which could be
1474 both dissector *and* tap) in the list of plugins.
1475
1476 ------------------------------------------------------------------------
1477 r13542 | etxrab | 2005-02-27 15:33:32 -0600 (Sun, 27 Feb 2005) | 1 line
1478 Changed paths:
1479    M /trunk/epan/dissectors/packet-diameter.c
1480
1481 Avoid trying to display a time before 00:00:00 UTC, January 1, 1970 as it currently will be displayed wrongly.
1482 ------------------------------------------------------------------------
1483 r13541 | guy | 2005-02-27 15:15:30 -0600 (Sun, 27 Feb 2005) | 3 lines
1484 Changed paths:
1485    M /trunk/capture_opts.c
1486    M /trunk/clopts_common.c
1487    M /trunk/clopts_common.h
1488    M /trunk/gtk/main.c
1489
1490 Move "get_natural_int()" and "get_positive_int()" from "capture_opts.c"
1491 to "clopts_common.c", make them not static, and use them in "gtk/main.c".
1492
1493 ------------------------------------------------------------------------
1494 r13540 | lego | 2005-02-27 14:26:55 -0600 (Sun, 27 Feb 2005) | 13 lines
1495 Changed paths:
1496    M /trunk/epan/dissectors/packet-ip.c
1497    M /trunk/epan/dissectors/packet-rmt-fec.c
1498
1499 From Stefano Pettini
1500
1501 1) added _U_ tags in RMT dissectors to suppress "unused parameter" warnings.
1502
1503 2) added a dissector_add_handle("ip.udp", ip_handle) to IP dissector, to
1504 allow the following chain of protocols: IP over UDP over IP. It seems
1505 uncommon, but it's used by implementations of experimental protocols
1506 (e.g. TCP-XM) that run a userspace IP stack (e.g. lwIP) over UDP. The
1507 dissector of IP over UDP must be enabled explicitly using the "decode
1508 as..." window.
1509
1510
1511
1512 ------------------------------------------------------------------------
1513 r13539 | lego | 2005-02-27 14:17:06 -0600 (Sun, 27 Feb 2005) | 5 lines
1514 Changed paths:
1515    M /trunk/gtk/stats_tree_stat.c
1516
1517 the last commit broke windows compilation.
1518  minor changes in typing variables
1519  exclude a GTK2 call from being called while using GTK1
1520
1521
1522 ------------------------------------------------------------------------
1523 r13538 | ulfl | 2005-02-27 13:59:03 -0600 (Sun, 27 Feb 2005) | 1 line
1524 Changed paths:
1525    M /trunk/capture.c
1526
1527 some more cleanup of the capturing code (e.g. split up of the code reading in the "normal mode" captured data)
1528 ------------------------------------------------------------------------
1529 r13537 | ulfl | 2005-02-27 12:52:05 -0600 (Sun, 27 Feb 2005) | 3 lines
1530 Changed paths:
1531    M /trunk/capture.c
1532
1533 bugfix to bring up correct error message if capture file couldn't be openened.
1534
1535 some code cleanup
1536 ------------------------------------------------------------------------
1537 r13536 | ulfl | 2005-02-27 12:27:30 -0600 (Sun, 27 Feb 2005) | 1 line
1538 Changed paths:
1539    M /trunk/epan/libethereal.def
1540
1541 add missing reinit_stats_tree symbol, so MSVC can compile again
1542 ------------------------------------------------------------------------
1543 r13535 | ulfl | 2005-02-27 11:30:33 -0600 (Sun, 27 Feb 2005) | 1 line
1544 Changed paths:
1545    M /trunk/capture.c
1546    M /trunk/capture.h
1547    M /trunk/gtk/main.c
1548
1549 some clarification of the capture child thing
1550 ------------------------------------------------------------------------
1551 r13534 | lego | 2005-02-27 10:55:24 -0600 (Sun, 27 Feb 2005) | 8 lines
1552 Changed paths:
1553    M /trunk/epan/stats_tree.c
1554    M /trunk/epan/stats_tree.h
1555    M /trunk/epan/stats_tree_priv.h
1556    M /trunk/gtk/stats_tree_stat.c
1557    M /trunk/tap-stats_tree.c
1558
1559 Several fixes to the stats_tree
1560  - Avoid creating a copy of every branch at reinitialization
1561        this used to cause some GTK warnings and a leakage of tree nodes
1562
1563 - propperly check the optarg to avoid getting junk in the filter text
1564        this caused a crash
1565
1566
1567 ------------------------------------------------------------------------
1568 r13533 | ulfl | 2005-02-27 10:54:52 -0600 (Sun, 27 Feb 2005) | 1 line
1569 Changed paths:
1570    M /trunk/capture.h
1571
1572 minor comment additions
1573 ------------------------------------------------------------------------
1574 r13532 | lego | 2005-02-27 08:01:12 -0600 (Sun, 27 Feb 2005) | 2 lines
1575 Changed paths:
1576    M /trunk/gtk/main.c
1577
1578 abort early in main_filter_packets() if dftext is NULL
1579
1580 ------------------------------------------------------------------------
1581 r13531 | lego | 2005-02-27 07:57:45 -0600 (Sun, 27 Feb 2005) | 5 lines
1582 Changed paths:
1583    M /trunk/gtk/sctp_stat_dlg.c
1584
1585 few fixes to The SCTP associations dialog
1586 - do not call main_filter_packets() with a null dfilter string
1587 - fix two leaks
1588
1589
1590 ------------------------------------------------------------------------
1591 r13530 | lego | 2005-02-27 07:00:22 -0600 (Sun, 27 Feb 2005) | 6 lines
1592 Changed paths:
1593    M /trunk/gtk/dlg_utils.c
1594
1595 From Martin Mathielson
1596
1597 - from the "Capture Options" dialog, if you select the Capture Filter(s)
1598 file browser, Cancel doesn't work.
1599
1600
1601 ------------------------------------------------------------------------
1602 r13529 | lego | 2005-02-27 06:45:07 -0600 (Sun, 27 Feb 2005) | 7 lines
1603 Changed paths:
1604    M /trunk/gtk/rtp_stream_dlg.c
1605
1606 From Martin Mathielson
1607 - from the "RTP streams" dialog, pressing 'Analyze' with no stream selected
1608 would throw up an 'invalid filter' error.  This patch avoids anything if no
1609 steam(s) are selected.
1610
1611
1612
1613 ------------------------------------------------------------------------
1614 r13528 | guy | 2005-02-25 18:14:22 -0600 (Fri, 25 Feb 2005) | 4 lines
1615 Changed paths:
1616    M /trunk/epan/dissectors/packet-kerberos.c
1617
1618 The Kerberos-over-UDP dissector can decide not to dissect packets, so it
1619 needs to be a new-style dissector and explicitly reject them so that
1620 other dissectors can pick them up.
1621
1622 ------------------------------------------------------------------------
1623 r13527 | guy | 2005-02-25 17:47:21 -0600 (Fri, 25 Feb 2005) | 3 lines
1624 Changed paths:
1625    M /trunk/epan/dissectors/packet-kerberos4.c
1626
1627 The Kerberos 4 dissector is now a dissector that can reject packets, so
1628 register it with "new_register_dissector".
1629
1630 ------------------------------------------------------------------------
1631 r13526 | guy | 2005-02-25 17:44:44 -0600 (Fri, 25 Feb 2005) | 3 lines
1632 Changed paths:
1633    M /trunk/epan/packet_info.h
1634
1635 Make the DCE transport type an "int" so that -1 is a valid value and the
1636 compiler doesn't say "that's unsigned, it can't possibly be equal to -1".
1637
1638 ------------------------------------------------------------------------
1639 r13525 | lroland | 2005-02-25 17:37:14 -0600 (Fri, 25 Feb 2005) | 3 lines
1640 Changed paths:
1641    M /trunk/epan/libethereal.def
1642
1643 Add another function from epan/stats_tree.c to the list of exported functions in libethereal.def
1644
1645 Finally ethereal can be built again on windows.
1646 ------------------------------------------------------------------------
1647 r13524 | lroland | 2005-02-25 17:08:53 -0600 (Fri, 25 Feb 2005) | 1 line
1648 Changed paths:
1649    M /trunk/plugins/Makefile.nmake
1650    M /trunk/plugins/Xass-list
1651    M /trunk/plugins/Xplugin_api.c
1652    M /trunk/plugins/Xplugin_api.h
1653    M /trunk/plugins/Xplugin_api_decls.h
1654    M /trunk/plugins/Xplugin_table.h
1655    M /trunk/plugins/plugin_api_list.c
1656
1657 add agentx plugin to the clean target and update the old plugin api
1658 ------------------------------------------------------------------------
1659 r13523 | sahlberg | 2005-02-25 17:03:24 -0600 (Fri, 25 Feb 2005) | 3 lines
1660 Changed paths:
1661    M /trunk/epan/dissectors/packet-scsi.c
1662
1663 start dissecting serviceactionin16
1664
1665
1666 ------------------------------------------------------------------------
1667 r13522 | lego | 2005-02-25 16:57:43 -0600 (Fri, 25 Feb 2005) | 4 lines
1668 Changed paths:
1669    M /trunk/gtk/stats_tree_stat.c
1670
1671 - undo disabling the GTK2 version
1672 - do not declare a variable after the first statement or else windows compilation fails
1673
1674
1675 ------------------------------------------------------------------------
1676 r13521 | lego | 2005-02-25 16:30:58 -0600 (Fri, 25 Feb 2005) | 3 lines
1677 Changed paths:
1678    M /trunk/gtk/stats_tree_stat.c
1679
1680 Temporarily disable the gtk2 version that causes a compilation error on windows.
1681
1682
1683 ------------------------------------------------------------------------
1684 r13520 | lroland | 2005-02-25 16:06:00 -0600 (Fri, 25 Feb 2005) | 1 line
1685 Changed paths:
1686    M /trunk/epan/libethereal.def
1687
1688 Add another function from epan/stats_tree.c to the list of exported functions in libethereal.def
1689 ------------------------------------------------------------------------
1690 r13519 | lroland | 2005-02-25 15:51:29 -0600 (Fri, 25 Feb 2005) | 1 line
1691 Changed paths:
1692    M /trunk/epan/libethereal.def
1693
1694 Add some functions from epan/stats_tree.c to the list of exported functions in libethereal.def
1695 ------------------------------------------------------------------------
1696 r13518 | tuexen | 2005-02-25 15:03:48 -0600 (Fri, 25 Feb 2005) | 2 lines
1697 Changed paths:
1698    M /trunk/epan/dissectors/packet-sctp.c
1699
1700 Show prot numbers in protocol tree, if wanted. Suggested by Jeff Morris.
1701
1702 ------------------------------------------------------------------------
1703 r13517 | tuexen | 2005-02-25 14:33:28 -0600 (Fri, 25 Feb 2005) | 2 lines
1704 Changed paths:
1705    M /trunk/epan/dissectors/packet-mtp3.c
1706
1707 Add higher SI values.
1708
1709 ------------------------------------------------------------------------
1710 r13516 | sahlberg | 2005-02-25 05:38:56 -0600 (Fri, 25 Feb 2005) | 5 lines
1711 Changed paths:
1712    M /trunk/epan/dissectors/packet-kerberos.c
1713    M /trunk/epan/dissectors/packet-kerberos4.c
1714
1715 add support to call krb4 for suspected krb4 stuff soming in on udp port 88
1716
1717 weirdo krb4 implementations apparently do this.
1718
1719
1720 ------------------------------------------------------------------------
1721 r13515 | sahlberg | 2005-02-25 04:30:21 -0600 (Fri, 25 Feb 2005) | 7 lines
1722 Changed paths:
1723    M /trunk/epan/dissectors/packet-dcerpc.c
1724    M /trunk/epan/dissectors/packet-dcerpc.h
1725    M /trunk/epan/dissectors/packet-smb-pipe.c
1726    M /trunk/epan/packet_info.h
1727    M /trunk/gtk/decode_as_dcerpc.c
1728
1729 pinfo->private_data was a quite subptimal idea
1730
1731
1732 change the decodeas for dcerpc so that it actually works again for dcerpc over smb
1733
1734
1735
1736 ------------------------------------------------------------------------
1737 r13514 | guy | 2005-02-25 03:58:50 -0600 (Fri, 25 Feb 2005) | 8 lines
1738 Changed paths:
1739    M /trunk/Makefile.am
1740
1741 "docboook/Makefile.auto.in" is presumably generated from
1742 "docbook/Makefile.auto.am", so it shouldn't need to be included in
1743 EXTRA_DIST - and including it causes "make distcheck" to fail very early
1744 with
1745
1746         make: *** No rule to make target `docbook/Makefile.auto.in',
1747             needed by `distdir'.  Stop.
1748
1749 ------------------------------------------------------------------------
1750 r13513 | guy | 2005-02-25 03:56:04 -0600 (Fri, 25 Feb 2005) | 2 lines
1751 Changed paths:
1752    M /trunk/epan/libethereal.def
1753    M /trunk/epan/stats_tree.h
1754
1755 There's no "tick_range_with_parent_name()" routine.
1756
1757 ------------------------------------------------------------------------
1758 r13512 | guy | 2005-02-25 02:32:33 -0600 (Fri, 25 Feb 2005) | 3 lines
1759 Changed paths:
1760    M /trunk/plugins/Xplugin_table.h
1761
1762 Fix the declaration of "dissect_ber_boolean()" to match the current
1763 version.
1764
1765 ------------------------------------------------------------------------
1766 r13511 | guy | 2005-02-25 02:31:51 -0600 (Fri, 25 Feb 2005) | 3 lines
1767 Changed paths:
1768    M /trunk/plugins/plugin_api_list.c
1769
1770 Fix the declaration of "dissect_ber_boolean()" to match the current
1771 version.
1772
1773 ------------------------------------------------------------------------
1774 r13510 | guy | 2005-02-25 01:48:51 -0600 (Fri, 25 Feb 2005) | 4 lines
1775 Changed paths:
1776    M /trunk/epan/libethereal.def
1777
1778 Add the stats tree routines.
1779
1780 Alphabetize, in dictionary order (case-insensitive).
1781
1782 ------------------------------------------------------------------------
1783 r13509 | lego | 2005-02-24 23:15:18 -0600 (Thu, 24 Feb 2005) | 3 lines
1784 Changed paths:
1785    M /trunk/plugins/stats_tree/pinfo_stats_tree.c
1786
1787 added a tree example
1788
1789
1790 ------------------------------------------------------------------------
1791 r13508 | lego | 2005-02-24 23:14:38 -0600 (Thu, 24 Feb 2005) | 2 lines
1792 Changed paths:
1793    M /trunk/epan/stats_tree.c
1794    M /trunk/epan/stats_tree.h
1795
1796 change to int the return type of manip_stat_node() so that it can be used as a parent
1797
1798 ------------------------------------------------------------------------
1799 r13507 | lego | 2005-02-24 22:02:00 -0600 (Thu, 24 Feb 2005) | 3 lines
1800 Changed paths:
1801    M /trunk/Makefile.common
1802    M /trunk/epan/Makefile.common
1803    M /trunk/gtk/Makefile.common
1804
1805 Get stats_tree compiled
1806
1807
1808 ------------------------------------------------------------------------
1809 r13506 | lego | 2005-02-24 21:56:12 -0600 (Thu, 24 Feb 2005) | 6 lines
1810 Changed paths:
1811    M /trunk/epan/stats_tree.c
1812    M /trunk/epan/stats_tree_priv.h
1813    M /trunk/gtk/stats_tree_stat.c
1814
1815 some more work for
1816
1817 - beautify the text output
1818 - make gtk1 textbox implementation usable (I hope)
1819
1820
1821 ------------------------------------------------------------------------
1822 r13505 | etxrab | 2005-02-24 16:36:26 -0600 (Thu, 24 Feb 2005) | 1 line
1823 Changed paths:
1824    M /trunk/epan/dissectors/packet-h248.c
1825
1826 Dissect  MTP3 with service indicator 14 as H248.
1827 ------------------------------------------------------------------------
1828 r13504 | etxrab | 2005-02-24 16:35:10 -0600 (Thu, 24 Feb 2005) | 2 lines
1829 Changed paths:
1830    M /trunk/epan/dissectors/packet-diameter.c
1831
1832 From Ben Turner:
1833 Vendors were not being parsed properly from the XML diameter dictionary.
1834 ------------------------------------------------------------------------
1835 r13503 | lego | 2005-02-24 16:04:34 -0600 (Thu, 24 Feb 2005) | 7 lines
1836 Changed paths:
1837    M /trunk/plugins/stats_tree/pinfo_stats_tree.c
1838    M /trunk/plugins/stats_tree/stats_tree_plugin.c
1839
1840 Change the plugin to be something useful.
1841
1842 Adds more taps,
1843 tests range nodes
1844 tests pivot nodes
1845
1846
1847 ------------------------------------------------------------------------
1848 r13502 | lego | 2005-02-24 16:02:31 -0600 (Thu, 24 Feb 2005) | 7 lines
1849 Changed paths:
1850    M /trunk/epan/stats_tree.c
1851    M /trunk/epan/stats_tree.h
1852    M /trunk/epan/stats_tree_priv.h
1853    M /trunk/gtk/stats_tree_stat.c
1854    M /trunk/tap-stats_tree.c
1855
1856 Update to the stats_tree tapping API
1857
1858 - change the tap init_string to %s,tree instead of %s,stat
1859 - change the registration key (it used to be tapname, that disallowed to register more than one tap per protocol)
1860 - add a "pivot" node for convenience
1861
1862
1863 ------------------------------------------------------------------------
1864 r13501 | lroland | 2005-02-24 15:31:20 -0600 (Thu, 24 Feb 2005) | 3 lines
1865 Changed paths:
1866    M /trunk/gtk/graph_analysis.c
1867    M /trunk/gtk/graph_analysis.h
1868    M /trunk/gtk/voip_calls.c
1869    M /trunk/gtk/voip_calls.h
1870    M /trunk/gtk/voip_calls_dlg.c
1871
1872 By Francisco Alcoba:
1873
1874 Support for name resolution and IPv6 in VoIP Call Analysis
1875 ------------------------------------------------------------------------
1876 r13500 | lego | 2005-02-24 15:22:51 -0600 (Thu, 24 Feb 2005) | 6 lines
1877 Changed paths:
1878    M /trunk/capture_opts.c
1879
1880
1881 avoid capture stopping after just 1 packet in tethereal,
1882
1883 - in capture_opts_init() set capture_opts->autostop_packets to 0 instead of one.
1884
1885
1886 ------------------------------------------------------------------------
1887 r13499 | jmayer | 2005-02-24 13:46:15 -0600 (Thu, 24 Feb 2005) | 1 line
1888 Changed paths:
1889    M /trunk/configure.in
1890
1891 Search for fop, not fop.sh
1892 ------------------------------------------------------------------------
1893 r13498 | jmayer | 2005-02-24 13:45:08 -0600 (Thu, 24 Feb 2005) | 1 line
1894 Changed paths:
1895    M /trunk/wiretap/README.airmagnet
1896
1897 Minor fixes
1898 ------------------------------------------------------------------------
1899 r13497 | jmayer | 2005-02-24 03:08:20 -0600 (Thu, 24 Feb 2005) | 1 line
1900 Changed paths:
1901    M /trunk/Makefile.am
1902    M /trunk/doc/Makefile.am
1903
1904 Didier Gautheron: Fix out of tree compilation
1905 ------------------------------------------------------------------------
1906 r13496 | jmayer | 2005-02-24 01:23:18 -0600 (Thu, 24 Feb 2005) | 1 line
1907 Changed paths:
1908    M /trunk/Makefile.am
1909
1910 Preliminary cleanup of static plugin linking
1911 ------------------------------------------------------------------------
1912 r13495 | jmayer | 2005-02-24 01:19:42 -0600 (Thu, 24 Feb 2005) | 1 line
1913 Changed paths:
1914    M /trunk/epan/dissectors/packet-ieee80211.c
1915
1916 Add some minor Cisco proprietary stuff (hostname, network-eap)
1917 ------------------------------------------------------------------------
1918 r13494 | guy | 2005-02-23 23:45:15 -0600 (Wed, 23 Feb 2005) | 6 lines
1919 Changed paths:
1920    M /trunk/epan/dissectors/packet-rtcp.c
1921
1922 Clean up white space.
1923
1924 "decode_boolean_bitfield()" returns a "const char *" - don't cast it to
1925 a "gchar *" and modify what it points to.  Instead, just use
1926 "other_decode_bitfield_value()".
1927
1928 ------------------------------------------------------------------------
1929 r13493 | guy | 2005-02-23 23:42:51 -0600 (Wed, 23 Feb 2005) | 3 lines
1930 Changed paths:
1931    M /trunk/epan/dissectors/packet-eth.h
1932
1933 Not everything that uses "capture_eth()" includes "capture.h" (the ATM
1934 dissector, for one).
1935
1936 ------------------------------------------------------------------------
1937 r13492 | guy | 2005-02-23 23:42:03 -0600 (Wed, 23 Feb 2005) | 3 lines
1938 Changed paths:
1939    M /trunk/gtk/rtp_stream_dlg.c
1940
1941 Mallocate the strings to be put into the columns, rather than filling in
1942 fixed-length buffers.
1943
1944 ------------------------------------------------------------------------
1945 r13491 | guy | 2005-02-23 23:40:55 -0600 (Wed, 23 Feb 2005) | 2 lines
1946 Changed paths:
1947    M /trunk/gtk/main.c
1948
1949 Don't include "../image/eicon3d64.xpm", as we're not using it for now.
1950
1951 ------------------------------------------------------------------------
1952 r13490 | guy | 2005-02-23 23:39:59 -0600 (Wed, 23 Feb 2005) | 5 lines
1953 Changed paths:
1954    M /trunk/capture_opts.c
1955
1956 Include <string.h> and <ctype.h> to get the appropriate functions
1957 declared and macros defined.
1958
1959 Pass all the necessary arguments to "get_natural_int()".
1960
1961 ------------------------------------------------------------------------
1962 r13489 | lego | 2005-02-23 22:15:40 -0600 (Wed, 23 Feb 2005) | 10 lines
1963 Changed paths:
1964    M /trunk/gtk/graph_analysis.c
1965    M /trunk/gtk/voip_calls_dlg.c
1966
1967 From Alejandro Vaquero
1968 voip_calls_dlg.c
1969     Change the "prepare filter" function to be protocol independent. Now it uses the
1970     "frame_num"s  from the Graph structure to create the filter. This also add support
1971     to MGCP and H323 LRQ/LCF filters that were not supported before.
1972
1973 graph_analysis.c:
1974     Change the mouse scroll wheel implementation to make a 3 line step change instead of 1 line.
1975
1976
1977 ------------------------------------------------------------------------
1978 r13488 | lego | 2005-02-23 22:11:31 -0600 (Wed, 23 Feb 2005) | 4 lines
1979 Changed paths:
1980    M /trunk/plugins/mate/mate_util.c
1981    M /trunk/plugins/mate/packet-mate.c
1982
1983 - fix a crash in new_avpl_strict_match when the operator avpl was empty
1984 - change the name of the preference mate.config_filename: into mate.config:
1985
1986
1987 ------------------------------------------------------------------------
1988 r13487 | ulfl | 2005-02-23 18:30:32 -0600 (Wed, 23 Feb 2005) | 1 line
1989 Changed paths:
1990    M /trunk/capture_sync.c
1991
1992 if capture filename passed to parent, save it. Will currently take no effect.
1993 ------------------------------------------------------------------------
1994 r13486 | etxrab | 2005-02-23 17:14:42 -0600 (Wed, 23 Feb 2005) | 1 line
1995 Changed paths:
1996    M /trunk/epan/dissectors/packet-gsm_map.c
1997    M /trunk/epan/dissectors/packet-gsm_map.h
1998
1999 fix some asn2eth warnings
2000 ------------------------------------------------------------------------
2001 r13485 | etxrab | 2005-02-23 17:13:57 -0600 (Wed, 23 Feb 2005) | 1 line
2002 Changed paths:
2003    M /trunk/asn1/gsmmap/GSMMAP.asn
2004    M /trunk/asn1/gsmmap/gsmmap.cnf
2005    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
2006
2007 Fix some asn2eth warnings.
2008 ------------------------------------------------------------------------
2009 r13484 | etxrab | 2005-02-23 17:12:48 -0600 (Wed, 23 Feb 2005) | 1 line
2010 Changed paths:
2011    M /trunk/epan/dissectors/packet-h248.c
2012    M /trunk/epan/dissectors/packet-h248.h
2013
2014 Add dissection of packet tdmc
2015 ------------------------------------------------------------------------
2016 r13483 | etxrab | 2005-02-23 17:12:07 -0600 (Wed, 23 Feb 2005) | 1 line
2017 Changed paths:
2018    M /trunk/asn1/h248/packet-h248-template.c
2019
2020 Add dissection of packet tdmc
2021 ------------------------------------------------------------------------
2022 r13482 | ulfl | 2005-02-23 16:04:31 -0600 (Wed, 23 Feb 2005) | 1 line
2023 Changed paths:
2024    M /trunk/capture_loop.c
2025    M /trunk/capture_opts.c
2026    M /trunk/capture_sync.c
2027    M /trunk/capture_sync.h
2028
2029 pass child capture filename to parent process (name currently unused) and some fork_child cleanup
2030 ------------------------------------------------------------------------
2031 r13481 | ulfl | 2005-02-23 15:04:19 -0600 (Wed, 23 Feb 2005) | 1 line
2032 Changed paths:
2033    M /trunk/capture.h
2034
2035 CHILD_NAME is only used #ifdef HAVE_LIBPCAP
2036 ------------------------------------------------------------------------
2037 r13480 | lego | 2005-02-23 11:05:32 -0600 (Wed, 23 Feb 2005) | 4 lines
2038 Changed paths:
2039    M /trunk/tethereal.c
2040
2041 in tethereal
2042 list_link_layer_types was not being initialized causing the "-r" option to fail
2043
2044
2045 ------------------------------------------------------------------------
2046 r13479 | sahlberg | 2005-02-23 02:57:47 -0600 (Wed, 23 Feb 2005) | 3 lines
2047 Changed paths:
2048    M /trunk/asn1/cms/cms-exp.cnf
2049    M /trunk/asn1/pkixcrmf/crmf-exp.cnf
2050    M /trunk/asn1/x509af/x509af-exp.cnf
2051    M /trunk/asn1/x509ce/x509ce-exp.cnf
2052    M /trunk/asn1/x509if/x509if-exp.cnf
2053    M /trunk/asn1/x509sat/x509sat-exp.cnf
2054    M /trunk/epan/dissectors/packet-ber.c
2055    M /trunk/epan/dissectors/packet-ber.h
2056    M /trunk/epan/dissectors/packet-cms.c
2057    M /trunk/epan/dissectors/packet-cms.h
2058    M /trunk/epan/dissectors/packet-crmf.c
2059    M /trunk/epan/dissectors/packet-crmf.h
2060    M /trunk/epan/dissectors/packet-gsm_map.c
2061    M /trunk/epan/dissectors/packet-gsm_map.h
2062    M /trunk/epan/dissectors/packet-h248.c
2063    M /trunk/epan/dissectors/packet-h248.h
2064    M /trunk/epan/dissectors/packet-inap.c
2065    M /trunk/epan/dissectors/packet-kerberos.c
2066    M /trunk/epan/dissectors/packet-ocsp.c
2067    M /trunk/epan/dissectors/packet-pkcs1.c
2068    M /trunk/epan/dissectors/packet-pkix1explicit.c
2069    M /trunk/epan/dissectors/packet-pkix1explicit.h
2070    M /trunk/epan/dissectors/packet-pkixqualified.c
2071    M /trunk/epan/dissectors/packet-pkixtsp.c
2072    M /trunk/epan/dissectors/packet-smrse.c
2073    M /trunk/epan/dissectors/packet-x509af.c
2074    M /trunk/epan/dissectors/packet-x509af.h
2075    M /trunk/epan/dissectors/packet-x509ce.c
2076    M /trunk/epan/dissectors/packet-x509ce.h
2077    M /trunk/epan/dissectors/packet-x509if.c
2078    M /trunk/epan/dissectors/packet-x509if.h
2079    M /trunk/epan/dissectors/packet-x509sat.c
2080    M /trunk/epan/dissectors/packet-x509sat.h
2081    M /trunk/tools/asn2eth.py
2082
2083 update asn2eth and all generated dissectors to new dissect_ber_boolean that takes a implicit_tag parameter
2084
2085
2086 ------------------------------------------------------------------------
2087 r13478 | sahlberg | 2005-02-23 02:38:18 -0600 (Wed, 23 Feb 2005) | 3 lines
2088 Changed paths:
2089    M /trunk/epan/dissectors/packet-ndmp.c
2090
2091 fix printout of length of ndmp pdu
2092
2093
2094 ------------------------------------------------------------------------
2095 r13477 | sahlberg | 2005-02-23 02:37:30 -0600 (Wed, 23 Feb 2005) | 4 lines
2096 Changed paths:
2097    M /trunk/gtk/voip_calls.c
2098
2099 g_strrstr does not exist in gtk 1
2100 replace it with strstr
2101
2102
2103 ------------------------------------------------------------------------
2104 r13476 | ulfl | 2005-02-23 02:34:12 -0600 (Wed, 23 Feb 2005) | 1 line
2105 Changed paths:
2106    M /trunk/capture.h
2107    M /trunk/capture_opts.c
2108    M /trunk/gtk/main.c
2109    M /trunk/tethereal.c
2110
2111 use the applications name (currently "ethereal" or "tethereal") in capture_opts, instead of hardcoded "ethereal" for both.
2112 ------------------------------------------------------------------------
2113 r13475 | gerald | 2005-02-22 23:47:17 -0600 (Tue, 22 Feb 2005) | 2 lines
2114 Changed paths:
2115    M /trunk/epan/dissectors/packet-http.c
2116
2117 Add request URI and Version fields.  Add a question about fixing a memory leak.
2118
2119 ------------------------------------------------------------------------
2120 r13474 | ulfl | 2005-02-22 19:01:19 -0600 (Tue, 22 Feb 2005) | 1 line
2121 Changed paths:
2122    M /trunk/Makefile.common
2123    M /trunk/capture.c
2124    A /trunk/capture_opts.c
2125    M /trunk/gtk/main.c
2126    M /trunk/tethereal.c
2127
2128 move capture_opts related things (init, command line, ...) from capture.c to a new file capture_opts.c and let both ethereal and tethereal use it.
2129 ------------------------------------------------------------------------
2130 r13473 | ulfl | 2005-02-22 17:46:54 -0600 (Tue, 22 Feb 2005) | 5 lines
2131 Changed paths:
2132    M /trunk/capture.c
2133    M /trunk/doc/ethereal.pod
2134
2135 add the number of autostop files to the command line parameters, e.g.:
2136
2137 -a files:20
2138
2139 also added this to the manpage, the user's guide will follow later
2140 ------------------------------------------------------------------------
2141 r13472 | ulfl | 2005-02-22 15:22:56 -0600 (Tue, 22 Feb 2005) | 2 lines
2142 Changed paths:
2143    M /trunk/gtk/main.c
2144
2145 There seems to be some disagreement about if and how the welcome screen feature should be implemented.
2146 As I currently don't have the time to continue this, I've temporarily disabled it.
2147 ------------------------------------------------------------------------
2148 r13471 | ulfl | 2005-02-22 14:25:23 -0600 (Tue, 22 Feb 2005) | 1 line
2149 Changed paths:
2150    M /trunk/epan/dissectors/packet-dcerpc-pn-io.c
2151    M /trunk/epan/dissectors/packet-pn-rt.c
2152
2153 fix usage of "if(tree) {" to display the right things, even if no coloring rule is set
2154 ------------------------------------------------------------------------
2155 r13470 | lego | 2005-02-22 13:37:46 -0600 (Tue, 22 Feb 2005) | 5 lines
2156 Changed paths:
2157    M /trunk/gtk/voip_calls.c
2158
2159 From Alejandro Vaquero:
2160   replace the code that used g_strsplit_set and was broken by me
2161   changing it to g_strsplit with something that works
2162
2163
2164 ------------------------------------------------------------------------
2165 r13469 | lego | 2005-02-22 13:17:28 -0600 (Tue, 22 Feb 2005) | 7 lines
2166 Changed paths:
2167    M /trunk/tethereal.c
2168
2169 Do not call the tap's initialization as soon as the -z option is read,
2170 postpone it after the preferences callback has being called.
2171
2172 That way mate's fields, which are registered by the preferences callback
2173 can be used as part of the tap's filter.
2174
2175
2176 ------------------------------------------------------------------------
2177 r13468 | ulfl | 2005-02-22 01:53:54 -0600 (Tue, 22 Feb 2005) | 1 line
2178 Changed paths:
2179    M /trunk/gtk/graph_analysis.c
2180
2181 prevent messages like "Couldn't load font x, falling back to y", see comment for details
2182 ------------------------------------------------------------------------
2183 r13467 | ulfl | 2005-02-22 01:31:19 -0600 (Tue, 22 Feb 2005) | 1 line
2184 Changed paths:
2185    M /trunk/gtk/voip_calls_dlg.c
2186
2187 some changes to the dialog's button behaviour
2188 ------------------------------------------------------------------------
2189 r13466 | ulfl | 2005-02-22 01:25:16 -0600 (Tue, 22 Feb 2005) | 1 line
2190 Changed paths:
2191    M /trunk/gtk/voip_calls.c
2192
2193 bugfix: using the "rtp_example.raw.gz" from the wiki, the dialog runs into an endless loop, as a g_list_next() was missing in a while loop
2194 ------------------------------------------------------------------------
2195 r13465 | ulfl | 2005-02-22 01:22:51 -0600 (Tue, 22 Feb 2005) | 1 line
2196 Changed paths:
2197    M /trunk/gtk/rtp_stream_dlg.c
2198
2199 buttons should use "Header capitalization" see GNOME HIG http://developer.gnome.org/projects/gup/hig/1.0/layout.html#layout-capitalization
2200 ------------------------------------------------------------------------
2201 r13464 | lego | 2005-02-21 20:16:35 -0600 (Mon, 21 Feb 2005) | 2 lines
2202 Changed paths:
2203    M /trunk/plugins/mate/mate_setup.c
2204
2205 avoid crashing when Debug_Cfg is set and no Payload is given for a Pdu
2206
2207 ------------------------------------------------------------------------
2208 r13463 | lego | 2005-02-21 19:55:04 -0600 (Mon, 21 Feb 2005) | 7 lines
2209 Changed paths:
2210    M /trunk/epan/addr_resolv.c
2211    M /trunk/epan/addr_resolv.h
2212    M /trunk/epan/address.h
2213    M /trunk/epan/column-utils.c
2214    M /trunk/gtk/conversations_table.c
2215    M /trunk/gtk/hostlist_table.c
2216
2217 From Francisco Alcoba:
2218 changed the behaviour of get_addr_name:
2219  - resolve to a name if the address supports it
2220  - call address_to_str if it does not, but the address is valid
2221  - return "NONE" if it is AT_NONE
2222
2223
2224 ------------------------------------------------------------------------
2225 r13462 | lego | 2005-02-21 17:29:49 -0600 (Mon, 21 Feb 2005) | 4 lines
2226 Changed paths:
2227    M /trunk/plugins/mgcp/packet-mgcp.h
2228
2229
2230 ooops,I forgot this one with the last checkin
2231
2232
2233 ------------------------------------------------------------------------
2234 r13461 | lego | 2005-02-21 16:53:01 -0600 (Mon, 21 Feb 2005) | 7 lines
2235 Changed paths:
2236    M /trunk/gtk/voip_calls.c
2237
2238 from Alejandro Vaquero
2239  - fix the thinks I broken removing warnings in the last commit
2240
2241 other than that I removed calls to glib2 that broke
2242 compilation on solaris' buiddbot
2243
2244
2245 ------------------------------------------------------------------------
2246 r13460 | ulfl | 2005-02-21 14:19:15 -0600 (Mon, 21 Feb 2005) | 1 line
2247 Changed paths:
2248    M /trunk/epan/dissectors/packet-ethertype.c
2249    M /trunk/etypes.h
2250
2251 added IEEE 802.1 Link Layer Discovery Protocol (LLDP) to the ethertypes, but sorry, no dissector (yet?)
2252 ------------------------------------------------------------------------
2253 r13459 | ulfl | 2005-02-21 13:51:13 -0600 (Mon, 21 Feb 2005) | 1 line
2254 Changed paths:
2255    M /trunk/gtk/about_dlg.c
2256
2257 We've "just reached" 2005, extend the copyright notice by the "new" year ...
2258 ------------------------------------------------------------------------
2259 r13458 | ulfl | 2005-02-21 13:49:38 -0600 (Mon, 21 Feb 2005) | 1 line
2260 Changed paths:
2261    M /trunk/gtk/main.c
2262
2263 As we have a (two) WishList(s) in the Wiki now, this to do list doesn't make any sense
2264 ------------------------------------------------------------------------
2265 r13457 | lego | 2005-02-20 21:06:41 -0600 (Sun, 20 Feb 2005) | 5 lines
2266 Changed paths:
2267    M /trunk/gtk/graph_analysis.c
2268
2269 From Alejandro Vaquero
2270 Add support of mouse scroll wheel and directional keys
2271 (Up, down, left, and right) in the Graph Analysis.
2272
2273
2274 ------------------------------------------------------------------------
2275 r13456 | lego | 2005-02-20 20:36:55 -0600 (Sun, 20 Feb 2005) | 6 lines
2276 Changed paths:
2277    M /trunk/gtk/voip_calls.c
2278
2279 fix few things:
2280 - boolean does not exists in *nix change them to g_boolean
2281 - removed some warnings about uninitialized variables
2282 - mgcp_info->hasDigitMap is a pointer to a boolean, dereference it
2283
2284
2285 ------------------------------------------------------------------------
2286 r13455 | ulfl | 2005-02-20 20:35:42 -0600 (Sun, 20 Feb 2005) | 3 lines
2287 Changed paths:
2288    M /trunk/docbook/Makefile
2289
2290 I have to check this in with HHC enabled, otherwise I cannot get a chm file without the SVN-version.xml includes a modified tag.
2291
2292 Joerg seem's to have fix this HHC thing, so it should be compilable on unix systems without errors (hopefully).
2293 ------------------------------------------------------------------------
2294 r13454 | ulfl | 2005-02-20 20:12:21 -0600 (Sun, 20 Feb 2005) | 1 line
2295 Changed paths:
2296    M /trunk/docbook/Makefile
2297
2298 add svn_version.xml to both validate targets
2299 ------------------------------------------------------------------------
2300 r13453 | jmayer | 2005-02-20 19:02:43 -0600 (Sun, 20 Feb 2005) | 1 line
2301 Changed paths:
2302    M /trunk/docbook
2303
2304 svn:ignore the new pdf file names and svn_version.xml
2305 ------------------------------------------------------------------------
2306 r13452 | ulfl | 2005-02-20 16:36:34 -0600 (Sun, 20 Feb 2005) | 3 lines
2307 Changed paths:
2308    M /trunk/epan/dissectors/packet-dcm.c
2309    M /trunk/epan/dissectors/packet-pres.c
2310    M /trunk/epan/dissectors/packet-rtcp.c
2311    M /trunk/epan/dissectors/packet-sigcomp.c
2312    M /trunk/epan/sigcomp_state_hdlr.c
2313    M /trunk/epan/xmlstub.h
2314    M /trunk/plugins/acn/packet-acn.c
2315    M /trunk/plugins/lwres/packet-lwres.c
2316    M /trunk/plugins/mate/mate_util.c
2317
2318 fix a typo: lenght -> length
2319
2320 This seems to be a "more common" typo, fixed it 13 times throughout the code ...
2321 ------------------------------------------------------------------------
2322 r13451 | ulfl | 2005-02-20 15:45:52 -0600 (Sun, 20 Feb 2005) | 3 lines
2323 Changed paths:
2324    M /trunk/docbook/Makefile
2325
2326 from Joerg Mayer: changes towards the automake generation
2327
2328 I've added some minor cleanup things 
2329 ------------------------------------------------------------------------
2330 r13450 | ulfl | 2005-02-20 14:49:15 -0600 (Sun, 20 Feb 2005) | 6 lines
2331 Changed paths:
2332    A /trunk/docbook/edg_graphics/note.png
2333    A /trunk/docbook/edg_graphics/tip.png
2334    A /trunk/docbook/edg_graphics/warning.png
2335    M /trunk/docbook/graphics/note.png
2336    M /trunk/docbook/graphics/tip.png
2337    M /trunk/docbook/graphics/warning.png
2338
2339 The former icons used for both guide's were copied from the DOCBOOKXSLT package, which is used to convert the files from XML to HTML or whatever.
2340
2341 As it's unsure if the license of these icons match the way we use it (I would think so, but I'm unsure), 
2342 I've replaced them by stock icons (see http://developer.gnome.org/doc/API/2.0/gtk/gtk-Stock-Items.html) from the GTK library (licensed under LPGL), so it should be ok to use them in an GPL project.
2343
2344 I had to scale them from 48x48 to 24x24, but the Gimp is my friend :-)
2345 ------------------------------------------------------------------------
2346 r13449 | lego | 2005-02-20 12:18:10 -0600 (Sun, 20 Feb 2005) | 2 lines
2347 Changed paths:
2348    M /trunk/gtk/stats_tree_stat.c
2349
2350 comment out two g_message() calls
2351
2352 ------------------------------------------------------------------------
2353 r13448 | lego | 2005-02-20 11:43:38 -0600 (Sun, 20 Feb 2005) | 5 lines
2354 Changed paths:
2355    M /trunk/epan/stats_tree.c
2356    M /trunk/epan/stats_tree.h
2357    M /trunk/epan/stats_tree_priv.h
2358    M /trunk/gtk/stats_tree_stat.c
2359    M /trunk/plugins/stats_tree/stats_tree_plugin.c
2360
2361 Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),
2362   there are still problems at reinit (gtk2 node->pr warns about an iterator not been OK)
2363
2364 set up propperties of the given files
2365
2366 ------------------------------------------------------------------------
2367 r13447 | lroland | 2005-02-20 09:53:11 -0600 (Sun, 20 Feb 2005) | 7 lines
2368 Changed paths:
2369    M /trunk/gtk/mgcp_stat.c
2370    M /trunk/gtk/voip_calls.c
2371    M /trunk/gtk/voip_calls.h
2372    M /trunk/gtk/voip_calls_dlg.c
2373    M /trunk/plugins/mgcp/packet-mgcp.c
2374    M /trunk/plugins/mgcp/packet-mgcp.h
2375    M /trunk/tap-mgcpstat.c
2376
2377 Don't register mgcp taps, 
2378 when we haven't loaded the mgcp plugin.
2379
2380 and
2381
2382 From Alejandro Vaquero:
2383 mgcp support for the voip call analysis tap
2384 ------------------------------------------------------------------------
2385 r13446 | jmayer | 2005-02-20 01:25:58 -0600 (Sun, 20 Feb 2005) | 1 line
2386 Changed paths:
2387    M /trunk/docbook/Makefile
2388
2389 Fix generation of svn_version.xml with Unix make
2390 ------------------------------------------------------------------------
2391 r13445 | jmayer | 2005-02-20 00:42:08 -0600 (Sun, 20 Feb 2005) | 1 line
2392 Changed paths:
2393    M /trunk/configure.in
2394    M /trunk/docbook/Makefile
2395
2396 Correct fix for distcheck this time - definitely
2397 ------------------------------------------------------------------------
2398 r13444 | jmayer | 2005-02-20 00:08:15 -0600 (Sun, 20 Feb 2005) | 1 line
2399 Changed paths:
2400    M /trunk/docbook/Makefile
2401
2402 The last checkin changed the settings to my system - reevrt them back so Ulf can use it out of the box
2403 ------------------------------------------------------------------------
2404 r13443 | jmayer | 2005-02-19 23:53:06 -0600 (Sat, 19 Feb 2005) | 1 line
2405 Changed paths:
2406    M /trunk/docbook/Makefile
2407
2408 Remove Makefile.auto during make clean (distcheck again)
2409 ------------------------------------------------------------------------
2410 r13442 | jmayer | 2005-02-19 23:39:24 -0600 (Sat, 19 Feb 2005) | 1 line
2411 Changed paths:
2412    M /trunk/plugins/stats_tree
2413    M /trunk/plugins/stats_tree/AUTHORS
2414    M /trunk/plugins/stats_tree/Makefile.am
2415    M /trunk/plugins/stats_tree/NEWS
2416    M /trunk/plugins/stats_tree/pinfo_stats_tree.c
2417    M /trunk/plugins/stats_tree/stats_tree_plugin.c
2418
2419 Add some svn props
2420 ------------------------------------------------------------------------
2421 r13441 | jmayer | 2005-02-19 23:20:42 -0600 (Sat, 19 Feb 2005) | 1 line
2422 Changed paths:
2423    M /trunk/configure.in
2424
2425 Remove stats_tree again: It breaks distcheck
2426 ------------------------------------------------------------------------
2427 r13440 | jmayer | 2005-02-19 23:06:28 -0600 (Sat, 19 Feb 2005) | 1 line
2428 Changed paths:
2429    M /trunk/Makefile.am
2430
2431 Makefile.autoi.* isn't automagically added to tarball - add to EXTRA_DIST for now
2432 ------------------------------------------------------------------------
2433 r13439 | jmayer | 2005-02-19 23:01:46 -0600 (Sat, 19 Feb 2005) | 1 line
2434 Changed paths:
2435    M /trunk/configure.in
2436    M /trunk/docbook
2437    A /trunk/docbook/Makefile.auto.am
2438
2439 Beginnings of autogenerating docbook/Makefile (long way to go) so call it Makefile.auto for now
2440 ------------------------------------------------------------------------
2441 r13438 | jmayer | 2005-02-19 22:34:03 -0600 (Sat, 19 Feb 2005) | 1 line
2442 Changed paths:
2443    M /trunk/configure.in
2444
2445 Create stats_tree Makefile to allow manual builds
2446 ------------------------------------------------------------------------
2447 r13437 | jmayer | 2005-02-19 22:31:30 -0600 (Sat, 19 Feb 2005) | 1 line
2448 Changed paths:
2449    M /trunk/gtk/Makefile.nmake
2450
2451 Replace some spaces by TAB to make vim with syntax highlighting happy
2452 ------------------------------------------------------------------------
2453 r13436 | jmayer | 2005-02-19 22:17:17 -0600 (Sat, 19 Feb 2005) | 1 line
2454 Changed paths:
2455    M /trunk/epan/dissectors/Makefile.common
2456
2457 Add packet-rdt.h to DISSECTOR_INCLUDES
2458 ------------------------------------------------------------------------
2459 r13435 | lego | 2005-02-19 20:21:04 -0600 (Sat, 19 Feb 2005) | 9 lines
2460 Changed paths:
2461    M /trunk/plugins/mate/examples/call.mate
2462    M /trunk/plugins/mate/examples/mms.mate
2463    M /trunk/plugins/mate/examples/pasv_ftp.mate
2464    M /trunk/plugins/mate/examples/tcp.mate
2465    M /trunk/plugins/mate/examples/web.mate
2466    M /trunk/plugins/mate/mate.h
2467    M /trunk/plugins/mate/mate_setup.c
2468    M /trunk/plugins/mate/packet-mate.c
2469
2470 Changed the GopTree in GogDef and GogExtra from a boolean to a string
2471   GopTree={BasicTree|NoTree|FullTree}
2472     NoTree: just an item for each gop
2473     BasicTree: (default) some essential information regarding the gop
2474     FullTree: the Gop's full tree
2475
2476 added Id and eol-style to examples
2477
2478
2479 ------------------------------------------------------------------------
2480 r13434 | lego | 2005-02-19 19:58:29 -0600 (Sat, 19 Feb 2005) | 2 lines
2481 Changed paths:
2482    M /trunk/epan/dissectors/packet-rdt.c
2483    M /trunk/epan/dissectors/packet-rdt.h
2484
2485 modify eol-style property
2486
2487 ------------------------------------------------------------------------
2488 r13433 | lego | 2005-02-19 19:41:57 -0600 (Sat, 19 Feb 2005) | 2 lines
2489 Changed paths:
2490    M /trunk/plugins/mate/examples/mms.mate
2491
2492 set the property keyword Id 
2493
2494 ------------------------------------------------------------------------
2495 r13432 | lego | 2005-02-19 19:40:31 -0600 (Sat, 19 Feb 2005) | 2 lines
2496 Changed paths:
2497    M /trunk/epan/dissectors/packet-rdt.c
2498    M /trunk/epan/dissectors/packet-rdt.h
2499
2500 set the Id keyword for these two new files
2501
2502 ------------------------------------------------------------------------
2503 r13431 | lego | 2005-02-19 16:43:38 -0600 (Sat, 19 Feb 2005) | 3 lines
2504 Changed paths:
2505    M /trunk/epan/dissectors/Makefile.common
2506    A /trunk/epan/dissectors/packet-rdt.c
2507    A /trunk/epan/dissectors/packet-rdt.h
2508    M /trunk/epan/dissectors/packet-rtsp.c
2509
2510 From Martin Mathielson
2511  RDT (Realplayer Data Protocol) dissector and patch RTSP to create RDT conversations
2512
2513 ------------------------------------------------------------------------
2514 r13430 | lego | 2005-02-18 21:22:24 -0600 (Fri, 18 Feb 2005) | 2 lines
2515 Changed paths:
2516    A /trunk/plugins/mate/examples/mms.mate
2517
2518 add mms.mate to the examples collection
2519
2520 ------------------------------------------------------------------------
2521 r13429 | lego | 2005-02-18 21:10:50 -0600 (Fri, 18 Feb 2005) | 2 lines
2522 Changed paths:
2523    M /trunk/plugins/mate/mate_setup.c
2524
2525 In order to avoid a crash at reanalize_gop(), do not accept a GogKey where the Gop has not yet being declared.
2526
2527 ------------------------------------------------------------------------
2528 r13428 | lego | 2005-02-18 16:43:12 -0600 (Fri, 18 Feb 2005) | 2 lines
2529 Changed paths:
2530    M /trunk/plugins/mate/moduleinfo.h
2531
2532 Step the version number of the plugin
2533
2534 ------------------------------------------------------------------------
2535 r13427 | lego | 2005-02-18 16:33:16 -0600 (Fri, 18 Feb 2005) | 3 lines
2536 Changed paths:
2537    M /trunk/plugins/mate/mate.h
2538    M /trunk/plugins/mate/mate_runtime.c
2539    M /trunk/plugins/mate/mate_setup.c
2540
2541 Adds Payload AVP to PduDef AVPLs simmetric to the Transport AVP
2542 allows to fetch fields also from ranges that are the payload of the Proto
2543
2544 ------------------------------------------------------------------------
2545 r13426 | sahlberg | 2005-02-18 15:19:01 -0600 (Fri, 18 Feb 2005) | 7 lines
2546 Changed paths:
2547    M /trunk/epan/dissectors/packet-jxta.c
2548
2549 usage of tcp_dissect_pdu   is broken
2550
2551 comment it out to stop it from dumping core.
2552 jxta people will have to fix this properly later.
2553
2554
2555
2556 ------------------------------------------------------------------------
2557 r13425 | lego | 2005-02-18 14:19:52 -0600 (Fri, 18 Feb 2005) | 2 lines
2558 Changed paths:
2559    M /trunk/epan/dissectors/packet-eth.h
2560
2561 do not prototype capture_eth() unless capture.h has being included
2562
2563 ------------------------------------------------------------------------
2564 r13424 | lego | 2005-02-18 14:11:30 -0600 (Fri, 18 Feb 2005) | 2 lines
2565 Changed paths:
2566    M /trunk/plugins/mate/packet-mate.c
2567
2568 Get rid of some useless lines from the last patch
2569
2570 ------------------------------------------------------------------------
2571 r13423 | lego | 2005-02-18 14:02:40 -0600 (Fri, 18 Feb 2005) | 2 lines
2572 Changed paths:
2573    M /trunk/plugins/mate/mate.h
2574    M /trunk/plugins/mate/mate_setup.c
2575    M /trunk/plugins/mate/packet-mate.c
2576
2577 Add a pointer to the start frame of each gop in the gog's tree
2578
2579 ------------------------------------------------------------------------
2580 r13422 | lego | 2005-02-18 12:40:25 -0600 (Fri, 18 Feb 2005) | 5 lines
2581 Changed paths:
2582    M /trunk/plugins/mate/mate_setup.c
2583
2584 two fixes in config loading:
2585   - do not accept GopDefs for non existent pdus Pdu
2586   - GogExtra "no For" instead of "no Name" 
2587
2588
2589 ------------------------------------------------------------------------
2590 r13421 | sahlberg | 2005-02-17 14:56:47 -0600 (Thu, 17 Feb 2005) | 3 lines
2591 Changed paths:
2592    M /trunk/epan/dissectors/packet-scsi.c
2593
2594 minor prettification
2595
2596
2597 ------------------------------------------------------------------------
2598 r13420 | sahlberg | 2005-02-17 06:07:45 -0600 (Thu, 17 Feb 2005) | 8 lines
2599 Changed paths:
2600    M /trunk/epan/dissectors/packet-fcp.c
2601    M /trunk/epan/dissectors/packet-iscsi.c
2602    M /trunk/epan/dissectors/packet-ndmp.c
2603    M /trunk/epan/dissectors/packet-scsi.c
2604    M /trunk/epan/dissectors/packet-scsi.h
2605
2606 pass lun (and status) to scsi subdissector so we can filter
2607 on scsi.lun   and prettify the summary line a bit.
2608
2609 ndmp still needs some work to track luns between commands
2610 and fcp needs verification it works for volumesetaddressing.
2611
2612
2613
2614 ------------------------------------------------------------------------
2615 r13419 | guy | 2005-02-16 21:05:54 -0600 (Wed, 16 Feb 2005) | 6 lines
2616 Changed paths:
2617    M /trunk/file.c
2618    M /trunk/file.h
2619    M /trunk/gtk/drag_and_drop.c
2620    M /trunk/gtk/file_dlg.c
2621
2622 Have "cf_merge_files()" take a pointer-to-pointer-to-char as the output
2623 file name argument; if the pointed-to pointer is null, it opens a
2624 temporary file, and sets that pointer to a mallocated copy of the
2625 pathname of the temporary file.  It no longer needs a file descriptor as
2626 an argument.
2627
2628 ------------------------------------------------------------------------
2629 r13418 | etxrab | 2005-02-16 16:44:15 -0600 (Wed, 16 Feb 2005) | 1 line
2630 Changed paths:
2631    M /trunk/epan/dissectors/packet-gsm_map.c
2632    M /trunk/epan/dissectors/packet-gsm_map.h
2633
2634 Add some of the anytime operations.
2635 ------------------------------------------------------------------------
2636 r13417 | etxrab | 2005-02-16 16:42:52 -0600 (Wed, 16 Feb 2005) | 1 line
2637 Changed paths:
2638    M /trunk/asn1/gsmmap/GSMMAP.asn
2639    M /trunk/asn1/gsmmap/gsmmap.cnf
2640
2641 Add some of the AnyTime... Operations.
2642 ------------------------------------------------------------------------
2643 r13416 | etxrab | 2005-02-16 16:40:56 -0600 (Wed, 16 Feb 2005) | 3 lines
2644 Changed paths:
2645    M /trunk/tools/asn2eth.py
2646
2647 From Tomas Kukosa:
2648 Fix  problems with bitfields with dashed ("-") names
2649
2650 ------------------------------------------------------------------------
2651 r13415 | lego | 2005-02-16 08:26:27 -0600 (Wed, 16 Feb 2005) | 3 lines
2652 Changed paths:
2653    A /trunk/plugins/stats_tree
2654    A /trunk/plugins/stats_tree/AUTHORS
2655    A /trunk/plugins/stats_tree/Makefile.am
2656    A /trunk/plugins/stats_tree/NEWS
2657    A /trunk/plugins/stats_tree/pinfo_stats_tree.c
2658    A /trunk/plugins/stats_tree/stats_tree_plugin.c
2659
2660 An example stats_tree plugin using pinfo as its only data source
2661 I'm not checking changes to the Makefiles yet.
2662
2663 ------------------------------------------------------------------------
2664 r13414 | lego | 2005-02-16 08:16:40 -0600 (Wed, 16 Feb 2005) | 3 lines
2665 Changed paths:
2666    A /trunk/epan/stats_tree.c
2667    A /trunk/epan/stats_tree.h
2668    A /trunk/epan/stats_tree_priv.h
2669    A /trunk/gtk/stats_tree_stat.c
2670    A /trunk/tap-stats_tree.c
2671
2672 Initial checkin of the stats-tree tap API
2673 Makefiles have not been modified yet, there's still work to do.
2674
2675 ------------------------------------------------------------------------
2676 r13413 | sahlberg | 2005-02-16 05:31:56 -0600 (Wed, 16 Feb 2005) | 5 lines
2677 Changed paths:
2678    M /trunk/epan/dissectors/packet-dcerpc-nt.c
2679    M /trunk/epan/dissectors/packet-dcerpc-nt.h
2680
2681 preparations for autogenerated ms dcerpc interfaces
2682 make it possible to prettify SIDs and control how and where their string representation should be shown in the summary line and the tree
2683 similar to how counted_strings prettification can be controlled
2684
2685
2686 ------------------------------------------------------------------------
2687 r13412 | sahlberg | 2005-02-16 04:25:00 -0600 (Wed, 16 Feb 2005) | 4 lines
2688 Changed paths:
2689    M /trunk/epan/dissectors/packet-dcerpc-nt.c
2690
2691 mark the frame opened/closed fields for policy handles as GENERATED fields
2692
2693
2694
2695 ------------------------------------------------------------------------
2696 r13411 | sahlberg | 2005-02-16 04:11:26 -0600 (Wed, 16 Feb 2005) | 4 lines
2697 Changed paths:
2698    M /trunk/epan/dissectors/dcerpc/idl2eth.c
2699
2700 add simple check that if a hf_rename field has not been referenced by the idl/cnf files then it is likely the conformance file has become stale and needs updating.   abort with an error message.
2701
2702
2703
2704 ------------------------------------------------------------------------
2705 r13410 | sahlberg | 2005-02-16 03:24:52 -0600 (Wed, 16 Feb 2005) | 3 lines
2706 Changed paths:
2707    M /trunk/gtk/rtp_analysis.c
2708    M /trunk/gtk/rtp_analysis.h
2709    M /trunk/gtk/rtp_stream.c
2710    M /trunk/gtk/rtp_stream.h
2711    M /trunk/gtk/rtp_stream_dlg.c
2712
2713 from lars ruoff    a few extra columns for rtp analysis
2714
2715
2716 ------------------------------------------------------------------------
2717 r13409 | sahlberg | 2005-02-15 18:19:52 -0600 (Tue, 15 Feb 2005) | 6 lines
2718 Changed paths:
2719    M /trunk/epan/dissectors/packet-dcerpc.c
2720
2721 add extra sanity check.
2722 dont match a request with a reply that came earlier in the trace or SRT will
2723 look funny :-)
2724
2725
2726
2727 ------------------------------------------------------------------------
2728 r13408 | sahlberg | 2005-02-15 15:01:51 -0600 (Tue, 15 Feb 2005) | 3 lines
2729 Changed paths:
2730    M /trunk/AUTHORS
2731    M /trunk/epan/dissectors/Makefile.common
2732    A /trunk/epan/dissectors/packet-retix-bpdu.c
2733
2734 new protocol from Giles Scott : Retix spanning tree protocol
2735
2736
2737 ------------------------------------------------------------------------
2738 r13407 | guy | 2005-02-15 14:01:24 -0600 (Tue, 15 Feb 2005) | 7 lines
2739 Changed paths:
2740    M /trunk/file.c
2741    M /trunk/gtk/drag_and_drop.c
2742    M /trunk/gtk/file_dlg.c
2743
2744 Have "cf_merge_files()" always close "out_fd" before returning; it does
2745 so if "wtap_dump_fdopen()" succeeds (as a side-effect of calling
2746 "wtap_dump_close()"), even if "cf_merge_fails()" after that, so it
2747 should do so if it fails.
2748
2749 That means we don't need to close it in the callers of "cf_merge_files()".
2750
2751 ------------------------------------------------------------------------
2752 r13406 | guy | 2005-02-14 21:49:12 -0600 (Mon, 14 Feb 2005) | 4 lines
2753 Changed paths:
2754    M /trunk/capture_loop.c
2755
2756 WinPcap 3.0 might support PPP/WAN capturing on Windows OT, so lump it
2757 together with the pre-3.0 releases.  Mention 3.1 beta's support, noting
2758 that it's a beta.
2759
2760 ------------------------------------------------------------------------
2761 r13405 | guy | 2005-02-14 19:42:39 -0600 (Mon, 14 Feb 2005) | 3 lines
2762 Changed paths:
2763    M /trunk/epan/dissectors/Makefile.common
2764
2765 Add the missing packet-dcerpc-budb.h to the list of header files, so it
2766 goes into the source tarball.
2767
2768 ------------------------------------------------------------------------
2769 r13404 | guy | 2005-02-14 16:07:26 -0600 (Mon, 14 Feb 2005) | 2 lines
2770 Changed paths:
2771    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
2772    M /trunk/epan/dissectors/packet-gsm_map.c
2773    M /trunk/epan/dissectors/packet-gsm_map.h
2774
2775 Fix some compiler warnings (at least one of which is for a real problem).
2776
2777 ------------------------------------------------------------------------
2778 r13403 | guy | 2005-02-14 16:06:22 -0600 (Mon, 14 Feb 2005) | 2 lines
2779 Changed paths:
2780    M /trunk/gtk/voip_calls.c
2781    M /trunk/gtk/voip_calls_dlg.c
2782
2783 Add #includes to define various macros and declare various functions.
2784
2785 ------------------------------------------------------------------------
2786 r13402 | guy | 2005-02-14 14:33:57 -0600 (Mon, 14 Feb 2005) | 22 lines
2787 Changed paths:
2788    M /trunk/Makefile.am
2789    M /trunk/Makefile.common
2790    M /trunk/Makefile.nmake
2791    M /trunk/doc/Makefile.nmake
2792    M /trunk/epan/Makefile.am
2793    M /trunk/epan/Makefile.nmake
2794    M /trunk/epan/dfilter/Makefile.nmake
2795    M /trunk/epan/dissectors/Makefile.am
2796    M /trunk/epan/dissectors/Makefile.common
2797    M /trunk/epan/dissectors/Makefile.nmake
2798    M /trunk/epan/ftypes/Makefile.nmake
2799    M /trunk/gtk/Makefile.am
2800    M /trunk/gtk/Makefile.common
2801    M /trunk/gtk/Makefile.nmake
2802    M /trunk/help/Makefile.nmake
2803    M /trunk/image/Makefile.nmake
2804    M /trunk/packaging/nsis/Makefile.nmake
2805    M /trunk/plugins/Makefile.nmake
2806    M /trunk/plugins/acn/Makefile.nmake
2807    M /trunk/plugins/agentx/Makefile.nmake
2808    M /trunk/plugins/artnet/Makefile.nmake
2809    M /trunk/plugins/asn1/Makefile.nmake
2810    M /trunk/plugins/ciscosm/Makefile.nmake
2811    M /trunk/plugins/docsis/Makefile.nmake
2812    M /trunk/plugins/enttec/Makefile.nmake
2813    M /trunk/plugins/giop/Makefile.nmake
2814    M /trunk/plugins/gryphon/Makefile.nmake
2815    M /trunk/plugins/irda/Makefile.nmake
2816    M /trunk/plugins/lwres/Makefile.nmake
2817    M /trunk/plugins/mate/Makefile.nmake
2818    M /trunk/plugins/megaco/Makefile.nmake
2819    M /trunk/plugins/mgcp/Makefile.nmake
2820    M /trunk/plugins/opsi/Makefile.nmake
2821    M /trunk/plugins/pcli/Makefile.nmake
2822    M /trunk/plugins/rdm/Makefile.nmake
2823    M /trunk/plugins/rlm/Makefile.nmake
2824    M /trunk/plugins/rtnet/Makefile.nmake
2825    M /trunk/plugins/rudp/Makefile.nmake
2826    M /trunk/plugins/v5ua/Makefile.nmake
2827    M /trunk/tools/Makefile.nmake
2828    M /trunk/tools/lemon/Makefile.nmake
2829    M /trunk/wiretap/Makefile.nmake
2830
2831 Make the "maintainer-clean" rules get rid of some additional generated
2832 files.  Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and
2833 GENERATED_FILES macros in Makefile.common files, along the lines of what
2834 wiretap/Makefile.common has.
2835
2836 Clean up "*~" files with "make clean" rather than only "make distclean"
2837 in some additional places.
2838
2839 Add "maintainer-clean" rules to the Makefile.nmake files, paralelling
2840 the ones in the automake-generated Makefile.in files, using the
2841 GENERATED_FILES macros from Makefile.common files.  In some cases, move
2842 the cleanup of files from "make distclean" to "make maintainer-clean",
2843 and in other cases, put in a comment indicating why we're not doing that
2844 (because some files that are distributed in the source tarballs, namely
2845 Flex output, were built with a UN*X Flex and won't compile on Windows,
2846 so we get rid of them with "make distclean" so you can clean up stuff
2847 that *has* to be re-generated for Windows).
2848
2849 Clean up some *CLEANFILES definitions - get rid of ones that no longer
2850 apply as files were moved or that add to the definition a name that's
2851 already there.
2852
2853 ------------------------------------------------------------------------
2854 r13401 | sahlberg | 2005-02-14 13:56:11 -0600 (Mon, 14 Feb 2005) | 3 lines
2855 Changed paths:
2856    A /trunk/epan/dissectors/dcerpc/budb
2857    A /trunk/epan/dissectors/dcerpc/budb/Makefile
2858    A /trunk/epan/dissectors/dcerpc/budb/budb.cnf
2859    A /trunk/epan/dissectors/dcerpc/budb/budb.idl
2860    A /trunk/epan/dissectors/dcerpc/budb/template.c
2861    A /trunk/epan/dissectors/dcerpc/budb/template.h
2862    M /trunk/epan/dissectors/packet-dcerpc-budb.c
2863    A /trunk/epan/dissectors/packet-dcerpc-budb.h
2864
2865 add machinegenerated full dissector for dcedfs BUDB protocol
2866
2867
2868 ------------------------------------------------------------------------
2869 r13400 | sahlberg | 2005-02-14 13:46:03 -0600 (Mon, 14 Feb 2005) | 3 lines
2870 Changed paths:
2871    M /trunk/epan/dissectors/dcerpc/idl2eth.c
2872
2873  make idl-lite compiler handle varying arrays
2874
2875
2876 ------------------------------------------------------------------------
2877 r13399 | sahlberg | 2005-02-14 13:43:34 -0600 (Mon, 14 Feb 2005) | 3 lines
2878 Changed paths:
2879    M /trunk/epan/dissectors/packet-dcerpc.c
2880    M /trunk/epan/dissectors/packet-dcerpc.h
2881
2882 add support for varying arrays
2883
2884
2885 ------------------------------------------------------------------------
2886 r13398 | sahlberg | 2005-02-14 13:34:59 -0600 (Mon, 14 Feb 2005) | 3 lines
2887 Changed paths:
2888    M /trunk/epan/dissectors/packet-tcp.c
2889
2890 in sack options   only look for tcp session metadata if both tcp_analysis and tcp_relative  preferences are set.   relative depends on analysis
2891
2892
2893 ------------------------------------------------------------------------
2894 r13397 | etxrab | 2005-02-14 10:21:47 -0600 (Mon, 14 Feb 2005) | 1 line
2895 Changed paths:
2896    M /trunk/asn1/gsmmap/GSMMAP.asn
2897    M /trunk/asn1/gsmmap/gsmmap.cnf
2898    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
2899
2900 Add some more V3 opcodes
2901 ------------------------------------------------------------------------
2902 r13396 | etxrab | 2005-02-14 10:20:58 -0600 (Mon, 14 Feb 2005) | 1 line
2903 Changed paths:
2904    M /trunk/epan/dissectors/packet-gsm_map.c
2905
2906 Add some more V3 opcodes
2907 ------------------------------------------------------------------------
2908 r13395 | etxrab | 2005-02-14 02:21:14 -0600 (Mon, 14 Feb 2005) | 1 line
2909 Changed paths:
2910    M /trunk/epan/dissectors/packet-gsm_map.c
2911
2912 From :Tim Endean correct conditions for a while loop.
2913 ------------------------------------------------------------------------
2914 r13394 | etxrab | 2005-02-14 02:20:33 -0600 (Mon, 14 Feb 2005) | 1 line
2915 Changed paths:
2916    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
2917
2918 From :Tim Endean correct conditions for a while loop.
2919 ------------------------------------------------------------------------
2920 r13393 | guy | 2005-02-13 20:46:54 -0600 (Sun, 13 Feb 2005) | 2 lines
2921 Changed paths:
2922    M /trunk/plugins/agentx
2923
2924 Add the usual set of file names/patterns to ignore.
2925
2926 ------------------------------------------------------------------------
2927 r13392 | lroland | 2005-02-13 17:30:56 -0600 (Sun, 13 Feb 2005) | 1 line
2928 Changed paths:
2929    M /trunk/gtk/graph_analysis.c
2930    M /trunk/gtk/voip_calls.c
2931    M /trunk/gtk/voip_calls_dlg.c
2932
2933 remove a bunch of unnecessary "includes" from VoIP tap and graph analysis sources
2934 ------------------------------------------------------------------------
2935 r13391 | lego | 2005-02-12 21:53:48 -0600 (Sat, 12 Feb 2005) | 3 lines
2936 Changed paths:
2937    M /trunk/AUTHORS
2938
2939 Update Venna Nagarjuna
2940 change my own e-mail address (I'll keep the old one for two more weeks only)
2941
2942 ------------------------------------------------------------------------
2943 r13390 | lego | 2005-02-12 21:41:44 -0600 (Sat, 12 Feb 2005) | 3 lines
2944 Changed paths:
2945    M /trunk/epan/dissectors/packet-rtcp.c
2946
2947 From Venna, Nagarjuna:
2948    add support for RTCP-XR as specified in RFC 3611 
2949
2950 ------------------------------------------------------------------------
2951 r13389 | lroland | 2005-02-12 18:10:15 -0600 (Sat, 12 Feb 2005) | 8 lines
2952 Changed paths:
2953    M /trunk/Makefile.nmake
2954    M /trunk/alert_box.c
2955    M /trunk/capture.c
2956    M /trunk/capture_sync.c
2957    M /trunk/capture_ui_utils.c
2958    M /trunk/color_filters.c
2959    M /trunk/dftest.c
2960    M /trunk/epan/Makefile.nmake
2961    M /trunk/file.c
2962    M /trunk/gtk/capture_if_dlg.c
2963    M /trunk/print.c
2964    M /trunk/tap-ansi_astat.c
2965    M /trunk/tap-gsm_astat.c
2966    M /trunk/tap-h225counter.c
2967    M /trunk/tap-rpcstat.c
2968    M /trunk/tap-smbsids.c
2969    M /trunk/tap-smbstat.c
2970    M /trunk/tap-wspstat.c
2971    M /trunk/tethereal.c
2972
2973 change nmake makefiles in /trunk and /trunk/epan so that
2974 object code for libethereal.dll isn't generated by the
2975 makefile in /trunk.
2976
2977 Having no code in /trunk linked into libethereal.dll
2978 anymore, the definition of the macro _NEED_VAR_IMPORT_
2979 can be moved from various source files in /trunk to /trunk/Makefile.nmake .
2980 So do that, too.
2981 ------------------------------------------------------------------------
2982 r13388 | etxrab | 2005-02-12 15:36:56 -0600 (Sat, 12 Feb 2005) | 1 line
2983 Changed paths:
2984    M /trunk/epan/dissectors/packet-gsm_a.c
2985
2986 Add a part of the previous patch that didn't apply.
2987 ------------------------------------------------------------------------
2988 r13387 | etxrab | 2005-02-12 15:35:01 -0600 (Sat, 12 Feb 2005) | 9 lines
2989 Changed paths:
2990    M /trunk/epan/dissectors/packet-gsm_a.c
2991
2992 GMM/SM:
2993    - Dissect detach_type now correctly ( fixed by Miklos Szurdi )
2994    - Dissect timer correctly ( fixed by Miklos Szurdi )
2995    - Update SM causes for Release 6 ( Miklos Szurdi )
2996    - Update service_type for Release 6 ( Miklos Szurdi )
2997    - Rearange pco code like Guy Harris has suggested ( Guy Harris )
2998    - reimplement dissection of IPv4 and IPv6 addresses
2999    - Fix offset in pdp_addr
3000    - Fix offset in Traffic Flow Template (tft
3001 ------------------------------------------------------------------------
3002 r13386 | etxrab | 2005-02-12 15:20:38 -0600 (Sat, 12 Feb 2005) | 20 lines
3003 Changed paths:
3004    M /trunk/epan/dissectors/packet-gprs-llc.c
3005
3006 From Rene Pilz :
3007
3008 BSSGP:
3009    - Does not dissect the LLC-PDU twice
3010
3011 LLC:
3012 - Add CRC calculation to differ between ciphered and non-ciphered packets without taking care about the encryption bit.
3013 This solves crashes when the option "ignore ciphere bit" was activated
3014
3015
3016 GMM/SM:
3017    - Dissect detach_type now correctly ( fixed by Miklos Szurdi )
3018    - Dissect timer correctly ( fixed by Miklos Szurdi )
3019    - Update SM causes for Release 6 ( Miklos Szurdi )
3020    - Update service_type for Release 6 ( Miklos Szurdi )
3021    - Rearange pco code like Guy Harris has suggested ( Guy Harris )
3022    - reimplement dissection of IPv4 and IPv6 addresses
3023    - Fix offset in pdp_addr
3024    - Fix offset in Traffic Flow Template (tft)
3025
3026 ------------------------------------------------------------------------
3027 r13385 | etxrab | 2005-02-12 15:20:01 -0600 (Sat, 12 Feb 2005) | 20 lines
3028 Changed paths:
3029    M /trunk/epan/dissectors/packet-bssgp.c
3030
3031 From Rene Pilz :
3032
3033 BSSGP:
3034    - Does not dissect the LLC-PDU twice
3035
3036 LLC:
3037 - Add CRC calculation to differ between ciphered and non-ciphered packets without taking care about the encryption bit.
3038 This solves crashes when the option "ignore ciphere bit" was activated
3039
3040
3041 GMM/SM:
3042    - Dissect detach_type now correctly ( fixed by Miklos Szurdi )
3043    - Dissect timer correctly ( fixed by Miklos Szurdi )
3044    - Update SM causes for Release 6 ( Miklos Szurdi )
3045    - Update service_type for Release 6 ( Miklos Szurdi )
3046    - Rearange pco code like Guy Harris has suggested ( Guy Harris )
3047    - reimplement dissection of IPv4 and IPv6 addresses
3048    - Fix offset in pdp_addr
3049    - Fix offset in Traffic Flow Template (tft)
3050
3051 ------------------------------------------------------------------------
3052 r13384 | etxrab | 2005-02-11 16:44:09 -0600 (Fri, 11 Feb 2005) | 1 line
3053 Changed paths:
3054    M /trunk/epan/dissectors/packet-gsm_map.c
3055
3056 Dissect Return error and some more operationcodes.
3057 ------------------------------------------------------------------------
3058 r13383 | etxrab | 2005-02-11 16:43:24 -0600 (Fri, 11 Feb 2005) | 1 line
3059 Changed paths:
3060    M /trunk/asn1/gsmmap/GSMMAP.asn
3061    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
3062
3063 Dissect Return error and some more operationcodes.
3064 ------------------------------------------------------------------------
3065 r13382 | lego | 2005-02-10 18:04:25 -0600 (Thu, 10 Feb 2005) | 1 line
3066 Changed paths:
3067    M /trunk/plugins/mate/mate_runtime.c
3068    M /trunk/plugins/mate/packet-mate.c
3069
3070 avoid freeing the gop_key more than once and do not reregister the tap at every reload
3071 ------------------------------------------------------------------------
3072 r13381 | lego | 2005-02-10 11:14:31 -0600 (Thu, 10 Feb 2005) | 1 line
3073 Changed paths:
3074    M /trunk/plugins/mate/packet-mate.c
3075
3076 mate runtime did not get initialized when configured after loading a capture file
3077 ------------------------------------------------------------------------
3078 r13380 | lego | 2005-02-10 10:55:08 -0600 (Thu, 10 Feb 2005) | 1 line
3079 Changed paths:
3080    M /trunk/plugins/mate/mate.h
3081    M /trunk/plugins/mate/mate_setup.c
3082    M /trunk/plugins/mate/packet-mate.c
3083
3084 add "mate" as a protocol to its tree
3085 ------------------------------------------------------------------------
3086 r13379 | gerald | 2005-02-10 10:24:12 -0600 (Thu, 10 Feb 2005) | 4 lines
3087 Changed paths:
3088    M /trunk/AUTHORS
3089    M /trunk/epan/dissectors/packet-dns.c
3090
3091 From Nicolas Dichtel via Vincent Jardin:
3092
3093 Print a couple of missing fields.
3094
3095 ------------------------------------------------------------------------
3096 r13378 | lego | 2005-02-10 10:23:52 -0600 (Thu, 10 Feb 2005) | 1 line
3097 Changed paths:
3098    A /trunk/plugins/mate/examples/call.mate
3099    D /trunk/plugins/mate/examples/call.thing
3100    D /trunk/plugins/mate/examples/cmplx_call.thing
3101    D /trunk/plugins/mate/examples/ftp.thing
3102    D /trunk/plugins/mate/examples/mgw.thing
3103    D /trunk/plugins/mate/examples/mgw2.thing
3104    D /trunk/plugins/mate/examples/mgw_mi.thing
3105    D /trunk/plugins/mate/examples/newcall.mate
3106    D /trunk/plugins/mate/examples/nrg_sms.thing
3107    A /trunk/plugins/mate/examples/pasv_ftp.mate
3108    D /trunk/plugins/mate/examples/rad.thing
3109    A /trunk/plugins/mate/examples/tcp.mate
3110    A /trunk/plugins/mate/examples/web.mate
3111    M /trunk/plugins/mate/matelib/sip.mate
3112    D /trunk/plugins/mate/presentation.txt
3113
3114 cleanup matelib and mate examples
3115 ------------------------------------------------------------------------
3116 r13377 | guy | 2005-02-10 02:52:35 -0600 (Thu, 10 Feb 2005) | 2 lines
3117 Changed paths:
3118    M /trunk/plugins/agentx/packet-agentx.c
3119
3120 Use tcp_dissect_pdus().
3121
3122 ------------------------------------------------------------------------
3123 r13376 | guy | 2005-02-10 02:15:35 -0600 (Thu, 10 Feb 2005) | 3 lines
3124 Changed paths:
3125    M /trunk/plugins/agentx/packet-agentx.c
3126
3127 Use VB_ rather than V_ for the VarBind types, to avoid a collision with
3128 V_INT in oleauto.h in Windows.
3129
3130 ------------------------------------------------------------------------
3131 r13375 | guy | 2005-02-10 02:10:18 -0600 (Thu, 10 Feb 2005) | 3 lines
3132 Changed paths:
3133    M /trunk/epan/libethereal.def
3134
3135 Export the routines to add 64-bit integer values, and export
3136 tvb_ensure_length_remaining().
3137
3138 ------------------------------------------------------------------------
3139 r13374 | guy | 2005-02-10 02:07:44 -0600 (Thu, 10 Feb 2005) | 6 lines
3140 Changed paths:
3141    M /trunk/epan/dissectors/packet-iax2.c
3142
3143 Add a hack to set "reversed" and "circuit" in code paths where it wasn't
3144 getting set.  The hack needs to be replaced by code that does the right
3145 thing.
3146
3147 Fix indentation.
3148
3149 ------------------------------------------------------------------------
3150 r13373 | guy | 2005-02-10 01:23:01 -0600 (Thu, 10 Feb 2005) | 3 lines
3151 Changed paths:
3152    M /trunk/gtk/capture_prefs.c
3153
3154 Always make the elements of the "text" array point to g_mallocated
3155 strings, so that they can safely be g_freed.
3156
3157 ------------------------------------------------------------------------
3158 r13372 | guy | 2005-02-10 00:36:21 -0600 (Thu, 10 Feb 2005) | 2 lines
3159 Changed paths:
3160    M /trunk/AUTHORS
3161    M /trunk/Makefile.am
3162    M /trunk/configure.in
3163    M /trunk/packaging/nsis/Makefile.nmake
3164    M /trunk/packaging/nsis/ethereal.nsi
3165    M /trunk/plugins/Makefile.am
3166    M /trunk/plugins/Makefile.nmake
3167    A /trunk/plugins/agentx
3168    A /trunk/plugins/agentx/AUTHORS
3169    A /trunk/plugins/agentx/Makefile.am
3170    A /trunk/plugins/agentx/Makefile.nmake
3171    A /trunk/plugins/agentx/moduleinfo.h
3172    A /trunk/plugins/agentx/packet-agentx.c
3173
3174 From Oleg Terletsky: AgentX support.
3175
3176 ------------------------------------------------------------------------
3177 r13371 | guy | 2005-02-09 21:19:59 -0600 (Wed, 09 Feb 2005) | 3 lines
3178 Changed paths:
3179    M /trunk/asn1/inap/packet-inap-template.c
3180    M /trunk/epan/dissectors/packet-inap.c
3181    M /trunk/epan/dissectors/packet-inap.h
3182
3183 Remove an extra /*, some unused variables, and an unneeded include (INAP
3184 currently has no taps).
3185
3186 ------------------------------------------------------------------------
3187 r13370 | guy | 2005-02-09 21:10:08 -0600 (Wed, 09 Feb 2005) | 2 lines
3188 Changed paths:
3189    A /trunk/asn1/inap/Makefile
3190
3191 Add a Makefile.
3192
3193 ------------------------------------------------------------------------
3194 r13369 | ulfl | 2005-02-09 19:55:36 -0600 (Wed, 09 Feb 2005) | 1 line
3195 Changed paths:
3196    M /trunk/file.c
3197
3198 bugfix for sync_mode captures, wasn't started correctly (cf_callback_invoke(cf_cb_live_capture_started); was never called)
3199 ------------------------------------------------------------------------
3200 r13368 | lroland | 2005-02-09 19:26:19 -0600 (Wed, 09 Feb 2005) | 4 lines
3201 Changed paths:
3202    M /trunk/Makefile.nmake
3203    M /trunk/epan/Makefile.am
3204    M /trunk/epan/Makefile.common
3205    M /trunk/epan/Makefile.nmake
3206    M /trunk/epan/dissectors/Makefile.nmake
3207
3208 clean up makefiles.
3209
3210 especially /trunk/Makefile.nmake doesn't have to include
3211 /trunk/epan/Makefile.common anymore.
3212 ------------------------------------------------------------------------
3213 r13367 | lroland | 2005-02-09 17:55:14 -0600 (Wed, 09 Feb 2005) | 1 line
3214 Changed paths:
3215    M /trunk/asn1/inap/inap.cnf
3216
3217 fix svn properties
3218 ------------------------------------------------------------------------
3219 r13366 | lroland | 2005-02-09 17:38:00 -0600 (Wed, 09 Feb 2005) | 8 lines
3220 Changed paths:
3221    M /trunk/Makefile.common
3222    D /trunk/asn1.c
3223    D /trunk/asn1.h
3224    M /trunk/epan/Makefile.common
3225    A /trunk/epan/asn1.c (from /trunk/asn1.c:13362)
3226    A /trunk/epan/asn1.h (from /trunk/asn1.h:13362)
3227    M /trunk/epan/dissectors/ncp2222.py
3228    M /trunk/epan/dissectors/packet-acse.c
3229    M /trunk/epan/dissectors/packet-ansi_map.c
3230    M /trunk/epan/dissectors/packet-atalk.c
3231    M /trunk/epan/dissectors/packet-clnp.c
3232    M /trunk/epan/dissectors/packet-cops.c
3233    M /trunk/epan/dissectors/packet-dcerpc.c
3234    M /trunk/epan/dissectors/packet-diameter.c
3235    M /trunk/epan/dissectors/packet-dnp.c
3236    M /trunk/epan/dissectors/packet-eap.c
3237    M /trunk/epan/dissectors/packet-fc.c
3238    M /trunk/epan/dissectors/packet-ftam.c
3239    M /trunk/epan/dissectors/packet-gsm_a.c
3240    M /trunk/epan/dissectors/packet-gsm_sms_ud.c
3241    M /trunk/epan/dissectors/packet-gsm_ss.c
3242    M /trunk/epan/dissectors/packet-gssapi.c
3243    M /trunk/epan/dissectors/packet-ieee80211.c
3244    M /trunk/epan/dissectors/packet-inap.c
3245    M /trunk/epan/dissectors/packet-ip.c
3246    M /trunk/epan/dissectors/packet-ipv6.c
3247    M /trunk/epan/dissectors/packet-kerberos.c
3248    M /trunk/epan/dissectors/packet-ldap.c
3249    M /trunk/epan/dissectors/packet-lwapp.c
3250    M /trunk/epan/dissectors/packet-mq.c
3251    M /trunk/epan/dissectors/packet-mysql.c
3252    M /trunk/epan/dissectors/packet-ncp.c
3253    M /trunk/epan/dissectors/packet-ndmp.c
3254    M /trunk/epan/dissectors/packet-ndps.c
3255    M /trunk/epan/dissectors/packet-netbios.c
3256    M /trunk/epan/dissectors/packet-ntlmssp.c
3257    M /trunk/epan/dissectors/packet-pgsql.c
3258    M /trunk/epan/dissectors/packet-pres.c
3259    M /trunk/epan/dissectors/packet-q931.c
3260    M /trunk/epan/dissectors/packet-rpc.c
3261    M /trunk/epan/dissectors/packet-smb-pipe.c
3262    M /trunk/epan/dissectors/packet-smb.c
3263    M /trunk/epan/dissectors/packet-sna.c
3264    M /trunk/epan/dissectors/packet-sndcp.c
3265    M /trunk/epan/dissectors/packet-snmp.c
3266    M /trunk/epan/dissectors/packet-spnego.c
3267    M /trunk/epan/dissectors/packet-srvloc.c
3268    M /trunk/epan/dissectors/packet-ssh.c
3269    M /trunk/epan/dissectors/packet-tcap.c
3270    M /trunk/epan/dissectors/packet-tcp.c
3271    M /trunk/epan/dissectors/packet-tds.c
3272    M /trunk/epan/dissectors/packet-wtp.c
3273    M /trunk/epan/dissectors/packet-x25.c
3274    A /trunk/epan/follow.c (from /trunk/follow.c:13362)
3275    A /trunk/epan/follow.h (from /trunk/follow.h:13362)
3276    M /trunk/epan/packet.c
3277    M /trunk/epan/plugins.c
3278    A /trunk/epan/ptvcursor.c (from /trunk/ptvcursor.c:13362)
3279    A /trunk/epan/ptvcursor.h (from /trunk/ptvcursor.h:13362)
3280    A /trunk/epan/reassemble.c (from /trunk/reassemble.c:13362)
3281    A /trunk/epan/reassemble.h (from /trunk/reassemble.h:13362)
3282    A /trunk/epan/xmlstub.c (from /trunk/xmlstub.c:13359)
3283    A /trunk/epan/xmlstub.h (from /trunk/xmlstub.h:13359)
3284    D /trunk/follow.c
3285    D /trunk/follow.h
3286    M /trunk/gtk/follow_dlg.c
3287    M /trunk/plugins/asn1/packet-asn1.c
3288    M /trunk/plugins/plugin_api.h
3289    M /trunk/plugins/plugin_api_list.c
3290    D /trunk/ptvcursor.c
3291    D /trunk/ptvcursor.h
3292    D /trunk/reassemble.c
3293    D /trunk/reassemble.h
3294    D /trunk/xmlstub.c
3295    D /trunk/xmlstub.h
3296
3297 Move the following files from /trunk to /trunk/epan:
3298 asn1.[ch]
3299 follow.[ch]
3300 ptvcursor.[ch]
3301 reassemble.[ch]
3302 xmlstub.[ch]
3303
3304 fix #include statements accordingly.
3305 ------------------------------------------------------------------------
3306 r13365 | etxrab | 2005-02-09 16:43:57 -0600 (Wed, 09 Feb 2005) | 1 line
3307 Changed paths:
3308    M /trunk/AUTHORS
3309
3310 Add Tim Endean
3311 ------------------------------------------------------------------------
3312 r13364 | etxrab | 2005-02-09 16:35:49 -0600 (Wed, 09 Feb 2005) | 1 line
3313 Changed paths:
3314    M /trunk/epan/dissectors/Makefile.common
3315    A /trunk/epan/dissectors/packet-inap.c
3316    A /trunk/epan/dissectors/packet-inap.h
3317
3318 From Tim Endean: INAP dissector.
3319 ------------------------------------------------------------------------
3320 r13363 | etxrab | 2005-02-09 16:31:40 -0600 (Wed, 09 Feb 2005) | 1 line
3321 Changed paths:
3322    A /trunk/asn1/inap/inap.asn
3323    A /trunk/asn1/inap/inap.cnf
3324    A /trunk/asn1/inap/packet-inap-template.c
3325    A /trunk/asn1/inap/packet-inap-template.h
3326
3327 From Tim Endean: INAP dissector.
3328 ------------------------------------------------------------------------
3329 r13362 | etxrab | 2005-02-09 16:01:53 -0600 (Wed, 09 Feb 2005) | 1 line
3330 Changed paths:
3331    A /trunk/asn1/inap
3332
3333 From Tim Endean: INAP dissector
3334 ------------------------------------------------------------------------
3335 r13361 | etxrab | 2005-02-09 15:55:55 -0600 (Wed, 09 Feb 2005) | 1 line
3336 Changed paths:
3337    M /trunk/epan/dissectors/packet-gsm_map.c
3338
3339 Fix dissection of some opcodes etc.
3340 ------------------------------------------------------------------------
3341 r13360 | etxrab | 2005-02-09 15:54:57 -0600 (Wed, 09 Feb 2005) | 1 line
3342 Changed paths:
3343    M /trunk/asn1/gsmmap/GSMMAP.asn
3344    M /trunk/asn1/gsmmap/gsmmap.cnf
3345    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
3346
3347 Fix decoding of some opcodes etc.
3348 ------------------------------------------------------------------------
3349 r13359 | guy | 2005-02-09 03:25:54 -0600 (Wed, 09 Feb 2005) | 4 lines
3350 Changed paths:
3351    M /trunk/epan/dissectors/packet-l2tp.c
3352
3353 From Deepak Jain: add support for some Cisco L2TPv3 AVPs, always show
3354 the numerical value of the pseudowire type, and show the Remote End ID
3355 AVP as text rather than binary data.
3356
3357 ------------------------------------------------------------------------
3358 r13358 | lroland | 2005-02-08 16:10:04 -0600 (Tue, 08 Feb 2005) | 1 line
3359 Changed paths:
3360    M /trunk/packaging/nsis/ethereal.nsi
3361
3362 Set Registry key for starting NPF service to "Auto Start" and not "System Start".
3363 ------------------------------------------------------------------------
3364 r13357 | lroland | 2005-02-08 15:12:54 -0600 (Tue, 08 Feb 2005) | 2 lines
3365 Changed paths:
3366    M /trunk/epan/dissectors/packet-rtp.c
3367
3368 use "guint" instead of "uint". 
3369 "uint" is not available on Windows
3370 ------------------------------------------------------------------------
3371 r13356 | guy | 2005-02-08 14:54:08 -0600 (Tue, 08 Feb 2005) | 7 lines
3372 Changed paths:
3373    M /trunk/epan/dissectors/packet-rtp.c
3374
3375 From Jon Ringle: add a preference to allow packets with an RTP version
3376 of 0 to be dissected as STUN packets, to support dissecting of
3377 application that follow the ICE methodology described in
3378 draft-ietf-mmusic-ice-03.
3379
3380 Remove some extra spaces at the end of tags for preferences.
3381
3382 ------------------------------------------------------------------------
3383 r13355 | ulfl | 2005-02-08 13:57:16 -0600 (Tue, 08 Feb 2005) | 3 lines
3384 Changed paths:
3385    M /trunk/capture.c
3386    M /trunk/file.h
3387    M /trunk/gtk/main.c
3388
3389 fix a capture bug if the capture filter wasn't valid to get back to "empty" state.
3390
3391 instead of already invoking cf_cb_live_capture_started in capture.c, I've introduced the new event cf_cb_live_capture_prepare which only has to set the main windows title and nothing more.
3392 ------------------------------------------------------------------------
3393 r13354 | lroland | 2005-02-08 13:36:20 -0600 (Tue, 08 Feb 2005) | 2 lines
3394 Changed paths:
3395    M /trunk/Makefile.common
3396    M /trunk/asn1/h225/packet-h225-template.c
3397    M /trunk/epan/Makefile.common
3398    M /trunk/epan/dissectors/packet-h225.c
3399    A /trunk/epan/h225-persistentdata.c (from /trunk/h225-persistentdata.c:13345)
3400    A /trunk/epan/h225-persistentdata.h (from /trunk/h225-persistentdata.h:13345)
3401    D /trunk/h225-persistentdata.c
3402    D /trunk/h225-persistentdata.h
3403
3404 Move h225-persistentdata.[ch] to epan,
3405 as its code is linked into libethereal.dll.
3406 ------------------------------------------------------------------------
3407 r13353 | lroland | 2005-02-08 13:15:56 -0600 (Tue, 08 Feb 2005) | 2 lines
3408 Changed paths:
3409    M /trunk/gtk/Makefile.am
3410    M /trunk/gtk/Makefile.common
3411    D /trunk/gtk/h323_analysis.c
3412    D /trunk/gtk/h323_analysis.h
3413    D /trunk/gtk/h323_conversations.c
3414    D /trunk/gtk/h323_conversations.h
3415    D /trunk/gtk/h323_conversations_dlg.c
3416    D /trunk/gtk/h323_conversations_dlg.h
3417
3418 Remove the buggy h323 conversations tap.
3419 It is superseded by the superior Voip Call analysis.
3420 ------------------------------------------------------------------------
3421 r13352 | ulfl | 2005-02-08 13:12:17 -0600 (Tue, 08 Feb 2005) | 1 line
3422 Changed paths:
3423    M /trunk/gtk/menu.c
3424
3425 bringing the packet details context menu item "Expand Tree" back as "Expand Subtrees". Renaming this, as this makes it much more obvious that potentially more than subtree (recursively) will be expanded
3426 ------------------------------------------------------------------------
3427 r13351 | etxrab | 2005-02-08 12:51:27 -0600 (Tue, 08 Feb 2005) | 2 lines
3428 Changed paths:
3429    M /trunk/epan/dissectors/packet-radius.c
3430
3431 From LEGO
3432 patch adding few more fields to RADIUS (I and O Packets and Octets)
3433 ------------------------------------------------------------------------
3434 r13350 | etxrab | 2005-02-08 12:50:05 -0600 (Tue, 08 Feb 2005) | 2 lines
3435 Changed paths:
3436    M /trunk/epan/dissectors/packet-nsip.c
3437
3438 From : Susanne Edlund
3439 patch for NSIP to fix a bug in packet SNS_DELETE.
3440 ------------------------------------------------------------------------
3441 r13349 | lroland | 2005-02-07 20:34:15 -0600 (Mon, 07 Feb 2005) | 8 lines
3442 Changed paths:
3443    M /trunk/packaging/nsis/ethereal.nsi
3444
3445 Add a section to the installer, which sets following key to "1" on WIN NT, if the key is available.
3446
3447 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NPF\Start
3448
3449 With this key set to 1, the NPF service is started automatically at startup and then even users with restricted privilegies should be able to access Network Devices for capturing. 
3450 See also:
3451 http://winpcap.polito.it/misc/faq.htm#Q-18
3452
3453 ------------------------------------------------------------------------
3454 r13348 | guy | 2005-02-07 15:40:53 -0600 (Mon, 07 Feb 2005) | 9 lines
3455 Changed paths:
3456    M /trunk/tethereal.c
3457
3458 Fix up the suppression of packet printing and packet count printing so
3459 that:
3460
3461         packets are printed iff we're not saving packets to a file and
3462         "-q" wasn't specified;
3463
3464         packet counts are printed iff we're capturing (i.e., not reading
3465         from a file) and "-q" wasn't specified.
3466
3467 ------------------------------------------------------------------------
3468 r13347 | lroland | 2005-02-07 15:09:23 -0600 (Mon, 07 Feb 2005) | 4 lines
3469 Changed paths:
3470    M /trunk/asn1/h225/h225.cnf
3471    M /trunk/asn1/h225/packet-h225-template.c
3472    M /trunk/asn1/h225/packet-h225-template.h
3473    M /trunk/gtk/voip_calls.c
3474
3475 And finally (I hope) the last part from the patch
3476 from Alejandro Vaquero:
3477  
3478   patch for "Voip analysis" to get the LRQ/LCF/LRJ messages included in the H323 calls for Gatekeeper to Gatekeeper configurations
3479 ------------------------------------------------------------------------
3480 r13346 | guy | 2005-02-07 14:52:59 -0600 (Mon, 07 Feb 2005) | 2 lines
3481 Changed paths:
3482    M /trunk/file.h
3483    M /trunk/gtk/font_utils.c
3484    M /trunk/gtk/main.c
3485    M /trunk/gtk/ui_util.c
3486    M /trunk/tethereal.c
3487
3488 Make Ethereal and Tethereal compile if we're building without libpcap.
3489
3490 ------------------------------------------------------------------------
3491 r13345 | ulfl | 2005-02-07 14:38:10 -0600 (Mon, 07 Feb 2005) | 1 line
3492 Changed paths:
3493    M /trunk/capture.c
3494
3495 fix a bug if capturing into named files is used
3496 ------------------------------------------------------------------------
3497 r13344 | etxrab | 2005-02-07 14:30:27 -0600 (Mon, 07 Feb 2005) | 4 lines
3498 Changed paths:
3499    M /trunk/plugins/Xplugin_table.h
3500    M /trunk/plugins/plugin_api_list.c
3501
3502 From Alejandro Vaquero :
3503
3504  Find attached a patch for "Voip analysis" to get the LRQ/LCF/LRJ messages included in the H323 calls for Gatekeeper to Gatekeeper configurations
3505
3506 ------------------------------------------------------------------------
3507 r13343 | ulfl | 2005-02-07 14:14:22 -0600 (Mon, 07 Feb 2005) | 1 line
3508 Changed paths:
3509    M /trunk/capture_sync.c
3510
3511 when building the argv string, use save_file_fd_str instead of save_file_fd to avoid confusion with the capture_opts field 
3512 ------------------------------------------------------------------------
3513 r13342 | guy | 2005-02-07 13:42:32 -0600 (Mon, 07 Feb 2005) | 2 lines
3514 Changed paths:
3515    M /trunk/tethereal.c
3516
3517 Suppress the packet counts when we're reading from a file.
3518
3519 ------------------------------------------------------------------------
3520 r13341 | guy | 2005-02-07 13:33:49 -0600 (Mon, 07 Feb 2005) | 2 lines
3521 Changed paths:
3522    M /trunk/tethereal.c
3523
3524 Tethereal can write to a file in binary even if not built with libpcap.
3525
3526 ------------------------------------------------------------------------
3527 r13340 | guy | 2005-02-07 13:11:45 -0600 (Mon, 07 Feb 2005) | 6 lines
3528 Changed paths:
3529    M /trunk/tethereal.c
3530
3531 Clean up indentation.
3532
3533 The default for "capture_options.save_file" is a null pointer, meaning
3534 we're not writing to a save file, we're writing out the dissection as
3535 text.
3536
3537 ------------------------------------------------------------------------
3538 r13339 | jmayer | 2005-02-07 09:55:13 -0600 (Mon, 07 Feb 2005) | 3 lines
3539 Changed paths:
3540    M /trunk/epan/dissectors/packet-ieee80211.c
3541
3542 In case we have an unknown vendor tag, just decode the vendor from
3543 manuf.
3544
3545 ------------------------------------------------------------------------
3546 r13338 | etxrab | 2005-02-07 02:58:40 -0600 (Mon, 07 Feb 2005) | 2 lines
3547 Changed paths:
3548    M /trunk/tools/asn2eth.py
3549
3550 From Alejandro Vaquero :
3551  Find attached a patch for "Voip analysis" to get the LRQ/LCF/LRJ messages included in the H323 calls for Gatekeeper to Gatekeeper configurations
3552 ------------------------------------------------------------------------
3553 r13337 | etxrab | 2005-02-07 02:57:47 -0600 (Mon, 07 Feb 2005) | 2 lines
3554 Changed paths:
3555    M /trunk/epan/dissectors/packet-h225.c
3556    M /trunk/epan/dissectors/packet-h225.h
3557    M /trunk/epan/dissectors/packet-per.c
3558    M /trunk/epan/dissectors/packet-per.h
3559
3560 From Alejandro Vaquero :
3561  Find attached a patch for "Voip analysis" to get the LRQ/LCF/LRJ messages included in the H323 calls for Gatekeeper to Gatekeeper configurations
3562 ------------------------------------------------------------------------
3563 r13336 | etxrab | 2005-02-07 02:56:39 -0600 (Mon, 07 Feb 2005) | 2 lines
3564 Changed paths:
3565    M /trunk/gtk/voip_calls.h
3566    M /trunk/gtk/voip_calls_dlg.c
3567
3568 From Alejandro Vaquero :
3569  Find attached a patch for "Voip analysis" to get the LRQ/LCF/LRJ messages included in the H323 calls for Gatekeeper to Gatekeeper configurations
3570 ------------------------------------------------------------------------
3571 r13335 | etxrab | 2005-02-07 02:54:24 -0600 (Mon, 07 Feb 2005) | 6 lines
3572 Changed paths:
3573    M /trunk/plugins/mate/mate_runtime.c
3574    M /trunk/plugins/mate/mate_util.c
3575
3576 From LEGO:
3577  - fixes a leak in analize_pdu()
3578  - fixes a typo in analize_pdu()
3579  - fixes a crash in scs_unsubscribe() 
3580  - save a malloc and a free in get_pdu_fields()
3581
3582 ------------------------------------------------------------------------
3583 r13334 | guy | 2005-02-06 21:35:51 -0600 (Sun, 06 Feb 2005) | 3 lines
3584 Changed paths:
3585    M /trunk/gtk/main.c
3586
3587 The welcome pane isn't scrollable, so add it to the scrolling window
3588 with a viewport.
3589
3590 ------------------------------------------------------------------------
3591 r13333 | guy | 2005-02-06 21:13:51 -0600 (Sun, 06 Feb 2005) | 5 lines
3592 Changed paths:
3593    M /trunk/capture_sync.c
3594
3595 In the child process, capture_opts->fork_child is 0, not -1, so, in that
3596 case, don't attempt to send a signal to the child.
3597
3598 Expand a comment.
3599
3600 ------------------------------------------------------------------------
3601 r13332 | guy | 2005-02-06 20:09:30 -0600 (Sun, 06 Feb 2005) | 7 lines
3602 Changed paths:
3603    M /trunk/capture.c
3604    M /trunk/file.c
3605    M /trunk/file.h
3606    M /trunk/gtk/main.c
3607
3608 Move the code to set the title on a window when a capture is in progress
3609 to the "start live capture" callback, and call that from "do_capture()".
3610
3611 When opening a capture file, don't pop up the "What do you want to do?"
3612 pane when closing any existing file you have open, as we're just going
3613 to put the regular view up right after that.
3614
3615 ------------------------------------------------------------------------
3616 r13331 | guy | 2005-02-06 19:32:53 -0600 (Sun, 06 Feb 2005) | 7 lines
3617 Changed paths:
3618    M /trunk/capture_sync.c
3619    M /trunk/file.c
3620    M /trunk/file.h
3621
3622 Declare "cf_callback_t" before using it in a further declaration.
3623
3624 Mark the "func" argument to "cf_callback_remove()" as unused.
3625
3626 Get rid of the "iface" argument to "cf_start_tail()", as it's no longer
3627 used.
3628
3629 ------------------------------------------------------------------------
3630 r13330 | ulfl | 2005-02-06 18:54:46 -0600 (Sun, 06 Feb 2005) | 8 lines
3631 Changed paths:
3632    M /trunk/file.c
3633    M /trunk/file.h
3634    M /trunk/gtk/main.c
3635
3636 Instead of calling each single thing when doing/finish a file operation, file.c shouldn't call all the GUI related functions itself, instead throwing some kind of Events to it's caller(s). 
3637
3638 I've implemented a very simple callback mechanism which provides exactly this. I've tried GHook from GLib before, but this doesn't seem to be the right thing, as it's too inflexible for the purpose here.
3639
3640 So I've implemented a callback function in main.c which receives all "events" and spreads them to menu, statusbar and itself.
3641
3642 I would see this implementation as a prototype which may need  improvements. Please comment the changes.
3643
3644 ------------------------------------------------------------------------
3645 r13329 | guy | 2005-02-06 18:31:45 -0600 (Sun, 06 Feb 2005) | 2 lines
3646 Changed paths:
3647    M /trunk/gtk/main.c
3648
3649 Clean up indentation.
3650
3651 ------------------------------------------------------------------------
3652 r13328 | guy | 2005-02-06 17:16:05 -0600 (Sun, 06 Feb 2005) | 8 lines
3653 Changed paths:
3654    M /trunk/Makefile.common
3655    M /trunk/file.c
3656    M /trunk/gtk/main.c
3657    M /trunk/gtk/main.h
3658    M /trunk/gtk/menu.c
3659    A /trunk/main_window.h
3660
3661 Don't have "set_menus_for_captured_packets()" call
3662 "main_set_for_capture_file()"; it should only deal with menus, not
3663 anything else - and it gets called while the menus are being set up,
3664 which is before the main window has been completely created, so
3665 "main_widgets_show_or_hide()", which is called by
3666 "main_set_for_capture_file()", gets errors trying to show or hide
3667 widgets the pointers to which are null.
3668
3669 ------------------------------------------------------------------------
3670 r13327 | guy | 2005-02-06 17:06:23 -0600 (Sun, 06 Feb 2005) | 2 lines
3671 Changed paths:
3672    M /trunk/menu.h
3673
3674 Get rid of extra blank line at the end.
3675
3676 ------------------------------------------------------------------------
3677 r13326 | guy | 2005-02-06 16:21:51 -0600 (Sun, 06 Feb 2005) | 2 lines
3678 Changed paths:
3679    M /trunk/tethereal.c
3680
3681 "iface" is now a member of "capture_opts", not "cfile".
3682
3683 ------------------------------------------------------------------------
3684 r13325 | guy | 2005-02-06 16:19:53 -0600 (Sun, 06 Feb 2005) | 2 lines
3685 Changed paths:
3686    M /trunk/capture_loop.c
3687    M /trunk/capture_sync.c
3688
3689 Get rid of a few cf_get_ references missed by the previous checkin.
3690
3691 ------------------------------------------------------------------------
3692 r13324 | guy | 2005-02-06 16:18:15 -0600 (Sun, 06 Feb 2005) | 4 lines
3693 Changed paths:
3694    M /trunk/capture.c
3695
3696 Include <ctype.h> for "isspace()".
3697
3698 #ifdef a variable used only if _WIN32 is defined.
3699
3700 ------------------------------------------------------------------------
3701 r13323 | guy | 2005-02-06 16:06:31 -0600 (Sun, 06 Feb 2005) | 2 lines
3702 Changed paths:
3703    M /trunk/capture.h
3704
3705 Clean up indentation.
3706
3707 ------------------------------------------------------------------------
3708 r13322 | guy | 2005-02-06 15:36:11 -0600 (Sun, 06 Feb 2005) | 5 lines
3709 Changed paths:
3710    M /trunk/configure.in
3711    M /trunk/epan/Makefile.am
3712
3713 Back out the previous change - we were setting "datafiledir", not
3714 "datafile", and code in epan/filesystem.c expectes DATAFILE_DIR to be
3715 set to the "ethereal" subdirectory of the data directory, not to the
3716 data directory itself.
3717
3718 ------------------------------------------------------------------------
3719 r13321 | ulfl | 2005-02-06 15:34:59 -0600 (Sun, 06 Feb 2005) | 1 line
3720 Changed paths:
3721    M /trunk/summary.h
3722
3723 minor code cleanup
3724 ------------------------------------------------------------------------
3725 r13320 | ulfl | 2005-02-06 15:20:35 -0600 (Sun, 06 Feb 2005) | 7 lines
3726 Changed paths:
3727    M /trunk/capture.c
3728    M /trunk/capture.h
3729    M /trunk/capture_loop.c
3730    M /trunk/capture_sync.c
3731    M /trunk/cfile.c
3732    M /trunk/cfile.h
3733    M /trunk/file.c
3734    M /trunk/file.h
3735    M /trunk/gtk/capture_dlg.c
3736    M /trunk/gtk/capture_if_dlg.c
3737    M /trunk/gtk/main.c
3738    M /trunk/gtk/summary_dlg.c
3739    M /trunk/summary.c
3740    M /trunk/summary.h
3741    M /trunk/tethereal.c
3742
3743 another two steps towards privilege seperation:
3744
3745 move another two capture related fields (iface and cfilter) from cfile to capture_opts
3746
3747 also move the handling of capture related command line options from main.c to capture.c, that way a future privilege seperated capture program can use the same code to parse it's command line than Ethereal. 
3748 It might be even possible to share this parser code even with Tethereal, didn't took a closer look at this.
3749
3750 ------------------------------------------------------------------------
3751 r13319 | guy | 2005-02-06 14:53:54 -0600 (Sun, 06 Feb 2005) | 10 lines
3752 Changed paths:
3753    M /trunk/gtk/sctp_error_dlg.c
3754    M /trunk/gtk/sctp_stat.c
3755    M /trunk/gtk/sctp_stat.h
3756
3757 Clean up indentation.
3758
3759 Make "reset()" static (it's not used outside "sctp_stat.c"), and fix its
3760 prototype to match what's expected for a reset routine passed to
3761 "register_tap_listener()".  Similarly, fix the prototypes of other
3762 routines passed to "register_tap_listener()", and get rid of the casts
3763 of pointers to those functions to "void *".
3764
3765 Fix some declarations in "sctp_stat.h" to have function prototypes.
3766
3767 ------------------------------------------------------------------------
3768 r13318 | etxrab | 2005-02-06 14:37:02 -0600 (Sun, 06 Feb 2005) | 6 lines
3769 Changed paths:
3770    M /trunk/plugins/mate/mate.h
3771    M /trunk/plugins/mate/mate_runtime.c
3772    M /trunk/plugins/mate/mate_setup.c
3773    M /trunk/plugins/mate/mate_util.c
3774
3775 From: LEGO
3776 - fix a bug at gog reinit that disabled gogs after reload of a file.
3777 - fix some crashes when Debug_GoG>0
3778 - cleanup the debug output (no CR at the end is needed)
3779 - Gops start when no GopStart is given and match an existing GogKey
3780
3781 ------------------------------------------------------------------------
3782 r13317 | ulfl | 2005-02-06 08:43:27 -0600 (Sun, 06 Feb 2005) | 1 line
3783 Changed paths:
3784    M /trunk/capture.c
3785    M /trunk/gtk/main.c
3786
3787 some cleanup of the initial start sequence of Ethereal, filling in capture_opts and alike
3788 ------------------------------------------------------------------------
3789 r13316 | ulfl | 2005-02-06 06:21:27 -0600 (Sun, 06 Feb 2005) | 1 line
3790 Changed paths:
3791    M /trunk/capture.c
3792    M /trunk/gtk/main.c
3793
3794 fix bugs regarding the capture child
3795 ------------------------------------------------------------------------
3796 r13315 | ulfl | 2005-02-05 18:13:00 -0600 (Sat, 05 Feb 2005) | 1 line
3797 Changed paths:
3798    M /trunk/capture.c
3799    M /trunk/capture.h
3800    M /trunk/gtk/main.c
3801
3802 instead of initializing the capture_options in main.c, use the new function capture_opts_init
3803 ------------------------------------------------------------------------
3804 r13314 | lroland | 2005-02-05 17:34:56 -0600 (Sat, 05 Feb 2005) | 1 line
3805 Changed paths:
3806    M /trunk/gtk/voip_calls.c
3807    M /trunk/gtk/voip_calls.h
3808
3809 remove obsolete function add_rtp_streams_graph() from voip_calls.[ch] and fix a register_tap_listener() call.
3810 ------------------------------------------------------------------------
3811 r13313 | ulfl | 2005-02-05 17:12:44 -0600 (Sat, 05 Feb 2005) | 3 lines
3812 Changed paths:
3813    M /trunk/gtk/compat_macros.h
3814    M /trunk/gtk/main.c
3815
3816 begin a welcome page which is shown, if you don't have any capture data loaded.
3817
3818 This might be improved to have additional content and/or better layout of the elements.
3819 ------------------------------------------------------------------------
3820 r13312 | ulfl | 2005-02-05 11:53:39 -0600 (Sat, 05 Feb 2005) | 1 line
3821 Changed paths:
3822    M /trunk/gtk/main.c
3823    M /trunk/gtk/main.h
3824    M /trunk/gtk/menu.c
3825
3826 completely hide the main window panes, if we currently don't have a capture file.
3827 ------------------------------------------------------------------------
3828 r13311 | gerald | 2005-02-05 11:39:12 -0600 (Sat, 05 Feb 2005) | 6 lines
3829 Changed paths:
3830    M /trunk/AUTHORS
3831    M /trunk/wiretap/ascend-grammar.y
3832    M /trunk/wiretap/ascend-int.h
3833    M /trunk/wiretap/ascend-scanner.l
3834    M /trunk/wiretap/ascend.c
3835    M /trunk/wiretap/wtap.h
3836
3837 From Josh Bailey:
3838
3839 Attached is an update to Lucent/Ascend trace parsing: fix a few bugs,
3840 add support for ISDN and Ethernet captures - diffs to 0.10.9.
3841
3842
3843 ------------------------------------------------------------------------
3844 r13310 | etxrab | 2005-02-05 09:51:45 -0600 (Sat, 05 Feb 2005) | 1 line
3845 Changed paths:
3846    M /trunk/asn1/gsmmap/gsmmap.cnf
3847
3848 Remove g_free.
3849 ------------------------------------------------------------------------
3850 r13309 | ulfl | 2005-02-05 09:40:44 -0600 (Sat, 05 Feb 2005) | 3 lines
3851 Changed paths:
3852    M /trunk/gtk/main.h
3853
3854 fixed the dnd_init declaration
3855
3856 (we have to do something about the non existing win32 compile dependencies, this is just a pain)
3857 ------------------------------------------------------------------------
3858 r13308 | ulfl | 2005-02-05 09:35:25 -0600 (Sat, 05 Feb 2005) | 5 lines
3859 Changed paths:
3860    M /trunk/capture.c
3861    M /trunk/capture.h
3862    M /trunk/capture_sync.c
3863    M /trunk/gtk/Makefile.common
3864    A /trunk/gtk/drag_and_drop.c
3865    M /trunk/gtk/main.c
3866    M /trunk/gtk/main.h
3867
3868 rename kill_capture_child to capture_kill_child to have a common prefix
3869
3870 split drag and drop support out of main.c into new file drag_and_drop.c, to reduce the size of main.c a bit.
3871
3872 Hopefully this won't break unix builds because of missing #include's, I will keep an eye on the buildbot
3873 ------------------------------------------------------------------------
3874 r13307 | ulfl | 2005-02-05 08:37:56 -0600 (Sat, 05 Feb 2005) | 1 line
3875 Changed paths:
3876    M /trunk/file.c
3877
3878 use the interfaces descriptive name to be shown in the statusbar as it's, well, more descriptive
3879 ------------------------------------------------------------------------
3880 r13306 | ulfl | 2005-02-05 08:33:03 -0600 (Sat, 05 Feb 2005) | 1 line
3881 Changed paths:
3882    M /trunk/file.h
3883
3884 fix a comment
3885 ------------------------------------------------------------------------
3886 r13305 | etxrab | 2005-02-05 08:24:26 -0600 (Sat, 05 Feb 2005) | 1 line
3887 Changed paths:
3888    M /trunk/epan/dissectors/packet-gsm_map.c
3889    M /trunk/epan/dissectors/packet-gsm_map.h
3890
3891 Re-commit the asn2eth based gsm-map dissector, hopfully it'll work better now.
3892 ------------------------------------------------------------------------
3893 r13304 | ulfl | 2005-02-05 07:44:27 -0600 (Sat, 05 Feb 2005) | 1 line
3894 Changed paths:
3895    M /trunk/capture_sync.c
3896    M /trunk/file.c
3897    M /trunk/file.h
3898    M /trunk/gtk/file_dlg.c
3899
3900 minor enhancements to Guy's last update
3901 ------------------------------------------------------------------------
3902 r13303 | guy | 2005-02-05 06:50:47 -0600 (Sat, 05 Feb 2005) | 2 lines
3903 Changed paths:
3904    M /trunk/capture.c
3905    M /trunk/capture_sync.c
3906    M /trunk/file.c
3907    M /trunk/file.h
3908    M /trunk/gtk/file_dlg.c
3909    M /trunk/gtk/main.c
3910    M /trunk/tethereal.c
3911
3912 Put "cf_status_t" back.
3913
3914 ------------------------------------------------------------------------
3915 r13302 | guy | 2005-02-05 06:08:01 -0600 (Sat, 05 Feb 2005) | 2 lines
3916 Changed paths:
3917    M /trunk/tethereal.c
3918
3919 Make "cf_open()" match the prototype in "file.h".
3920
3921 ------------------------------------------------------------------------
3922 r13301 | ulfl | 2005-02-05 05:37:56 -0600 (Sat, 05 Feb 2005) | 1 line
3923 Changed paths:
3924    M /trunk/capture.h
3925
3926 updated some comments
3927 ------------------------------------------------------------------------
3928 r13300 | etxrab | 2005-02-05 05:08:24 -0600 (Sat, 05 Feb 2005) | 3 lines
3929 Changed paths:
3930    M /trunk/epan/dissectors/packet-rtp.c
3931    M /trunk/epan/dissectors/packet-rtp.h
3932
3933 From Alejandro Vaquero:
3934 a patch that to shows the RTP streams in the Graph. Now 
3935 using an RTP tap (not using the rtp_stream).
3936 ------------------------------------------------------------------------
3937 r13299 | etxrab | 2005-02-05 05:07:21 -0600 (Sat, 05 Feb 2005) | 4 lines
3938 Changed paths:
3939    M /trunk/gtk/voip_calls.c
3940    M /trunk/gtk/voip_calls.h
3941    M /trunk/gtk/voip_calls_dlg.c
3942
3943 From Alejandro Vaquero:
3944 a patch that to shows the RTP streams in the Graph. Now 
3945 using an RTP tap (not using the rtp_stream).
3946
3947 ------------------------------------------------------------------------
3948 r13298 | ulfl | 2005-02-05 05:00:04 -0600 (Sat, 05 Feb 2005) | 1 line
3949 Changed paths:
3950    M /trunk/file.c
3951    M /trunk/file.h
3952
3953 make some string parameters const, as they are not changed inside
3954 ------------------------------------------------------------------------
3955 r13297 | guy | 2005-02-04 22:37:36 -0600 (Fri, 04 Feb 2005) | 2 lines
3956 Changed paths:
3957    M /trunk/gtk/sctp_assoc_analyse.c
3958
3959 retap_packets() was renamed cf_retap_packets().
3960
3961 ------------------------------------------------------------------------
3962 r13296 | tuexen | 2005-02-04 16:48:17 -0600 (Fri, 04 Feb 2005) | 2 lines
3963 Changed paths:
3964    M /trunk/gtk/Makefile.common
3965
3966 Activate SCTP association analysis
3967
3968 ------------------------------------------------------------------------
3969 r13295 | tuexen | 2005-02-04 16:45:15 -0600 (Fri, 04 Feb 2005) | 2 lines
3970 Changed paths:
3971    M /trunk/gtk/sctp_assoc_analyse.c
3972    M /trunk/gtk/sctp_byte_graph_dlg.c
3973    M /trunk/gtk/sctp_error_dlg.c
3974    M /trunk/gtk/sctp_graph_dlg.c
3975    M /trunk/gtk/sctp_stat.c
3976    M /trunk/gtk/sctp_stat.h
3977
3978 Update to versions compiling on and working on Windows and Unix.
3979
3980 ------------------------------------------------------------------------
3981 r13294 | tuexen | 2005-02-04 16:39:48 -0600 (Fri, 04 Feb 2005) | 2 lines
3982 Changed paths:
3983    M /trunk/epan/dissectors/packet-sctp.c
3984    M /trunk/epan/dissectors/packet-sctp.h
3985
3986 Add detection of zero checksum.
3987
3988 ------------------------------------------------------------------------
3989 r13293 | guy | 2005-02-04 14:54:12 -0600 (Fri, 04 Feb 2005) | 6 lines
3990 Changed paths:
3991    M /trunk/file.c
3992    M /trunk/file.h
3993    M /trunk/gtk/main.c
3994    M /trunk/gtk/print_dlg.c
3995    M /trunk/tethereal.c
3996
3997 Instead of having a single enumerated type for status return values from
3998 cf_ functions, have separate ones for different classes of routines, and
3999 use gboolean when the return value is just "success" or "failure" - that
4000 way you don't get compiler warnings if a case statement isn't handling a
4001 particular status value if the routine in question won't return it.
4002
4003 ------------------------------------------------------------------------
4004 r13292 | guy | 2005-02-04 14:32:32 -0600 (Fri, 04 Feb 2005) | 2 lines
4005 Changed paths:
4006    M /trunk/file.c
4007
4008 Properly define "cf_start_tail()".
4009
4010 ------------------------------------------------------------------------
4011 r13291 | ulfl | 2005-02-04 13:29:27 -0600 (Fri, 04 Feb 2005) | 2 lines
4012 Changed paths:
4013    M /trunk/gtk/gsm_map_summary.c
4014    M /trunk/gtk/mtp3_summary.c
4015    M /trunk/gtk/summary_dlg.c
4016    M /trunk/summary.c
4017    M /trunk/summary.h
4018
4019 remove #include "globals.h" from summary.c, as it's a bad idea for multiple capture files. 
4020 If a summary user would like to get a summary, it should know the file of *which* it needs the summary.
4021 ------------------------------------------------------------------------
4022 r13290 | ulfl | 2005-02-04 13:24:40 -0600 (Fri, 04 Feb 2005) | 5 lines
4023 Changed paths:
4024    M /trunk/pcap-util-unix.c
4025
4026 this file doesn't use any item of the globals.h so remove #include. 
4027 However, if it needs one of:
4028 #include "file.h"
4029 #include <epan/timestamp.h>
4030 it should include it directly, please let me know if it's required, as I can't test it :-(
4031 ------------------------------------------------------------------------
4032 r13289 | ulfl | 2005-02-04 12:44:44 -0600 (Fri, 04 Feb 2005) | 5 lines
4033 Changed paths:
4034    M /trunk/capture.c
4035    M /trunk/capture_sync.c
4036    M /trunk/file.c
4037    M /trunk/file.h
4038    M /trunk/gtk/bootp_stat.c
4039    M /trunk/gtk/color_dlg.c
4040    M /trunk/gtk/conversations_table.c
4041    M /trunk/gtk/dcerpc_stat.c
4042    M /trunk/gtk/decode_as_dlg.c
4043    M /trunk/gtk/fc_stat.c
4044    M /trunk/gtk/file_dlg.c
4045    M /trunk/gtk/find_dlg.c
4046    M /trunk/gtk/goto_dlg.c
4047    M /trunk/gtk/graph_analysis.c
4048    M /trunk/gtk/h225_counter.c
4049    M /trunk/gtk/h225_ras_srt.c
4050    M /trunk/gtk/h323_analysis.c
4051    M /trunk/gtk/h323_conversations_dlg.c
4052    M /trunk/gtk/hostlist_table.c
4053    M /trunk/gtk/http_stat.c
4054    M /trunk/gtk/io_stat.c
4055    M /trunk/gtk/ldap_stat.c
4056    M /trunk/gtk/main.c
4057    M /trunk/gtk/main.h
4058    M /trunk/gtk/menu.c
4059    M /trunk/gtk/mgcp_stat.c
4060    M /trunk/gtk/packet_history.c
4061    M /trunk/gtk/packet_list.c
4062    M /trunk/gtk/prefs_dlg.c
4063    M /trunk/gtk/print_dlg.c
4064    M /trunk/gtk/proto_dlg.c
4065    M /trunk/gtk/proto_draw.c
4066    M /trunk/gtk/rpc_progs.c
4067    M /trunk/gtk/rpc_stat.c
4068    M /trunk/gtk/rtp_analysis.c
4069    M /trunk/gtk/rtp_stream.c
4070    M /trunk/gtk/rtp_stream_dlg.c
4071    M /trunk/gtk/sctp_error_dlg.c
4072    M /trunk/gtk/sctp_stat_dlg.c
4073    M /trunk/gtk/sip_stat.c
4074    M /trunk/gtk/smb_stat.c
4075    M /trunk/gtk/tcp_graph.c
4076    M /trunk/gtk/voip_calls_dlg.c
4077    M /trunk/gtk/wsp_stat.c
4078    M /trunk/tethereal.c
4079
4080 huge cleanup of capture file API (functions in file.c/file.h).
4081
4082 This includes: all functions in file.h now have a cf_ prefix, will have doxygen tags, will have the capture_file *cf as the first parameter and I tried to generalize the return values for non trivial functions.
4083
4084 Hopefully, I didn't introduced any new bugs, as I had to change a lot of files...
4085 ------------------------------------------------------------------------
4086 r13288 | gerald | 2005-02-04 09:22:25 -0600 (Fri, 04 Feb 2005) | 7 lines
4087 Changed paths:
4088    M /trunk/epan/dissectors/Makefile.common
4089    M /trunk/plugins/Xass-list
4090    M /trunk/plugins/Xplugin_api.c
4091    M /trunk/plugins/Xplugin_api.h
4092    M /trunk/plugins/Xplugin_api_decls.h
4093    M /trunk/plugins/Xplugin_table.h
4094    M /trunk/plugins/plugin_api_list.c
4095
4096 Fix a couple of distcheck problems:
4097
4098 Update conversation_new and find_conversation in plugin_api_list.c and
4099 associated files.
4100
4101 Add packet-dcerpc-butc.h to the distribution.
4102
4103 ------------------------------------------------------------------------
4104 r13287 | guy | 2005-02-04 04:48:03 -0600 (Fri, 04 Feb 2005) | 4 lines
4105 Changed paths:
4106    M /trunk/AUTHORS
4107    M /trunk/epan/dissectors/packet-slowprotocols.c
4108
4109 From Dominique Bastien: marker and OAM slow protocol support.
4110
4111 Fix his e-mail address.
4112
4113 ------------------------------------------------------------------------
4114 r13286 | guy | 2005-02-04 04:32:28 -0600 (Fri, 04 Feb 2005) | 2 lines
4115 Changed paths:
4116    M /trunk/plugins/mate/mate_setup.c
4117
4118 HFILL can't be used to initialize at run time.
4119
4120 ------------------------------------------------------------------------
4121 r13285 | ulfl | 2005-02-04 02:52:38 -0600 (Fri, 04 Feb 2005) | 1 line
4122 Changed paths:
4123    M /trunk/capture_sync.c
4124
4125 remove access to global cfile, use access functions and capture_opts instead
4126 ------------------------------------------------------------------------
4127 r13284 | ulfl | 2005-02-04 02:42:39 -0600 (Fri, 04 Feb 2005) | 1 line
4128 Changed paths:
4129    M /trunk/capture_loop.c
4130    M /trunk/file.c
4131    M /trunk/file.h
4132
4133 remove #include "globals.h" and access to global cfile, use access functions and capture_opts instead
4134 ------------------------------------------------------------------------
4135 r13283 | ulfl | 2005-02-04 02:27:41 -0600 (Fri, 04 Feb 2005) | 1 line
4136 Changed paths:
4137    M /trunk/capture.c
4138    M /trunk/file.c
4139    M /trunk/file.h
4140
4141 remove #include "globals.h" and access to global cfile, use access functions and capture_opts instead
4142 ------------------------------------------------------------------------
4143 r13282 | sahlberg | 2005-02-03 23:26:51 -0600 (Thu, 03 Feb 2005) | 3 lines
4144 Changed paths:
4145    M /trunk/epan/dissectors/dcerpc/butc/butc.idl
4146    M /trunk/epan/dissectors/packet-dcerpc-butc.c
4147    M /trunk/epan/dissectors/packet-dcerpc-butc.h
4148
4149 use a bitmap for the restore flags so the dissection is prettier
4150
4151
4152 ------------------------------------------------------------------------
4153 r13281 | sahlberg | 2005-02-03 22:58:03 -0600 (Thu, 03 Feb 2005) | 3 lines
4154 Changed paths:
4155    A /trunk/epan/dissectors/dcerpc/butc
4156    A /trunk/epan/dissectors/dcerpc/butc/Makefile
4157    A /trunk/epan/dissectors/dcerpc/butc/butc.cnf
4158    A /trunk/epan/dissectors/dcerpc/butc/butc.idl
4159    A /trunk/epan/dissectors/dcerpc/butc/template.c
4160    A /trunk/epan/dissectors/dcerpc/butc/template.h
4161
4162 initial checkin of modified idl file for autogenerating the BUTC interface
4163
4164
4165 ------------------------------------------------------------------------
4166 r13280 | sahlberg | 2005-02-03 22:37:47 -0600 (Thu, 03 Feb 2005) | 7 lines
4167 Changed paths:
4168    A /trunk/epan/dissectors/dcerpc
4169    A /trunk/epan/dissectors/dcerpc/idl2eth.c
4170
4171 check in new directory for the files for autogenerating dcerpc interfaces
4172 and the prototype idl compiler.
4173
4174 this is not ready for wide use yet but is useful with a svn area where we can sync our changes to the compiler.
4175
4176
4177
4178 ------------------------------------------------------------------------
4179 r13279 | sahlberg | 2005-02-03 22:31:59 -0600 (Thu, 03 Feb 2005) | 2 lines
4180 Changed paths:
4181    M /trunk/capture_sync.c
4182
4183 add missing conversion to new use of save_file and fork_child
4184
4185 ------------------------------------------------------------------------
4186 r13278 | sahlberg | 2005-02-03 22:02:36 -0600 (Thu, 03 Feb 2005) | 4 lines
4187 Changed paths:
4188    M /trunk/epan/dissectors/packet-dcerpc.c
4189    M /trunk/epan/dissectors/packet-dcerpc.h
4190
4191 add support for varying strings in addition to conformant and varying strings that we already support
4192
4193
4194
4195 ------------------------------------------------------------------------
4196 r13277 | sahlberg | 2005-02-03 20:17:29 -0600 (Thu, 03 Feb 2005) | 3 lines
4197 Changed paths:
4198    M /trunk/epan/dissectors/packet-dcerpc-butc.c
4199    A /trunk/epan/dissectors/packet-dcerpc-butc.h
4200
4201 update BUTC and fill in all (bar one) dissectors
4202
4203
4204 ------------------------------------------------------------------------
4205 r13276 | ulfl | 2005-02-03 19:29:29 -0600 (Thu, 03 Feb 2005) | 4 lines
4206 Changed paths:
4207    M /trunk/capture.c
4208    M /trunk/capture.h
4209    M /trunk/capture_loop.c
4210    M /trunk/capture_sync.c
4211    M /trunk/capture_sync.h
4212    M /trunk/cfile.c
4213    M /trunk/cfile.h
4214    M /trunk/file.c
4215    M /trunk/file.h
4216    M /trunk/gtk/capture_dlg.c
4217    M /trunk/gtk/capture_info_dlg.c
4218    M /trunk/gtk/main.c
4219    M /trunk/tethereal.c
4220
4221 (some) redesign of capture data structures.
4222
4223 don't use global cfile at all but only an untpyed handle to call the cf_... functions in file.c
4224 move the save_file member from capture_file to capture_opts, as it's only used while capturing and while preparing it
4225 ------------------------------------------------------------------------
4226 r13275 | jmayer | 2005-02-03 18:29:37 -0600 (Thu, 03 Feb 2005) | 13 lines
4227 Changed paths:
4228    M /trunk/configure.in
4229    M /trunk/epan/Makefile.am
4230
4231 Albert Chin:
4232 >From autoconf.info:
4233      In order to support these features, it is essential that `datadir'
4234   remains being defined as `${prefix}/share' to depend upon the current
4235   value of `prefix'.
4236
4237      A corollary is that you should not use these variables except in
4238   Makefiles.  For instance, instead of trying to evaluate `datadir' in
4239   `configure' and hard-coding it in Makefiles using e.g.,
4240   `AC_DEFINE_UNQUOTED(DATADIR, "$datadir")', you should add
4241   `-DDATADIR="$(datadir)"' to your `CPPFLAGS'.
4242
4243
4244 ------------------------------------------------------------------------
4245 r13274 | jmayer | 2005-02-03 18:22:00 -0600 (Thu, 03 Feb 2005) | 6 lines
4246 Changed paths:
4247    M /trunk/plugins/mate/mate_setup.c
4248
4249 albert chin:
4250         The HP-UX compilers don't like non-constant initializers (C99'ism).
4251         Patch attached for plugins/mate/mate_setup.c.
4252
4253 Fix a few warnings (change some () to (void))
4254
4255 ------------------------------------------------------------------------
4256 r13273 | jmayer | 2005-02-03 17:42:06 -0600 (Thu, 03 Feb 2005) | 5 lines
4257 Changed paths:
4258    M /trunk/epan/dissectors/packet-fw1.c
4259
4260 Yaniv Kaul
4261         Attached patch simplifies a very complex 'if' statement in packet-fw1.c
4262         and generally streamlines the code.
4263
4264
4265 ------------------------------------------------------------------------
4266 r13272 | jmayer | 2005-02-03 17:35:57 -0600 (Thu, 03 Feb 2005) | 6 lines
4267 Changed paths:
4268    M /trunk/epan/dissectors/packet-ip.c
4269
4270 Yaniv Kaul:
4271         Attached please find a small performance optimization to packet-ip.c,
4272         which removes multiple redundant calls to tvb_get_ptr().
4273
4274 Changed srt_addr and dst_addr from char to guchar
4275
4276 ------------------------------------------------------------------------
4277 r13271 | jmayer | 2005-02-03 17:24:08 -0600 (Thu, 03 Feb 2005) | 5 lines
4278 Changed paths:
4279    M /trunk/epan/dissectors/packet-cosine.c
4280
4281 Motonori Shindo:
4282 Please find attached a small patch for CoSine L2 debug dissector. The
4283 code used to incorrectly select the first 4 octets in the tvbuff. This
4284 patch fixes this problem.
4285
4286 ------------------------------------------------------------------------
4287 r13270 | jmayer | 2005-02-03 17:18:23 -0600 (Thu, 03 Feb 2005) | 4 lines
4288 Changed paths:
4289    M /trunk/epan/to_str.c
4290
4291 Yniv Kaul: Small performance optimization
4292   It change a while()->do, to do->while() and removes a variable (and an
4293   assignment to it).
4294
4295 ------------------------------------------------------------------------
4296 r13269 | jmayer | 2005-02-03 16:52:20 -0600 (Thu, 03 Feb 2005) | 5 lines
4297 Changed paths:
4298    M /trunk/epan/dissectors/packet-arp.c
4299
4300 ncisco Alcoba: 
4301         Do not add target address if the packet is a Request. According to the RFC,
4302         target addresses in requests have no meaning
4303
4304
4305 ------------------------------------------------------------------------
4306 r13268 | ulfl | 2005-02-03 16:48:20 -0600 (Thu, 03 Feb 2005) | 1 line
4307 Changed paths:
4308    M /trunk/capture.c
4309    M /trunk/capture.h
4310    M /trunk/capture_loop.c
4311    M /trunk/capture_sync.c
4312    M /trunk/cfile.c
4313    M /trunk/cfile.h
4314    M /trunk/gtk/main.c
4315    M /trunk/tethereal.c
4316
4317 move capture_file_fd field from capture_file to capture_opts type, as this is the place where it should be
4318 ------------------------------------------------------------------------
4319 r13267 | jmayer | 2005-02-03 16:44:13 -0600 (Thu, 03 Feb 2005) | 1 line
4320 Changed paths:
4321    M /trunk/wiretap/nettl.c
4322    M /trunk/wiretap/nettl.h
4323
4324 Mark C. Brown: Added support for new ixgbe card
4325 ------------------------------------------------------------------------
4326 r13266 | ulfl | 2005-02-03 15:58:33 -0600 (Thu, 03 Feb 2005) | 1 line
4327 Changed paths:
4328    M /trunk/capture_loop.c
4329    M /trunk/ringbuffer.c
4330    M /trunk/ringbuffer.h
4331    M /trunk/tethereal.c
4332
4333 prevent ringbuffer from having to know about capture_file type at all (decoupling dependencies)
4334 ------------------------------------------------------------------------
4335 r13265 | etxrab | 2005-02-03 15:57:42 -0600 (Thu, 03 Feb 2005) | 1 line
4336 Changed paths:
4337    M /trunk/epan/dissectors/packet-h248.c
4338    M /trunk/epan/dissectors/packet-h248.h
4339
4340 Add dissection of some more packages.
4341 ------------------------------------------------------------------------
4342 r13264 | etxrab | 2005-02-03 15:56:59 -0600 (Thu, 03 Feb 2005) | 1 line
4343 Changed paths:
4344    M /trunk/asn1/h248/h248.cnf
4345    M /trunk/asn1/h248/packet-h248-template.c
4346
4347 Add dissection of some more packages.
4348 ------------------------------------------------------------------------
4349 r13263 | etxrab | 2005-02-03 15:51:35 -0600 (Thu, 03 Feb 2005) | 4 lines
4350 Changed paths:
4351    M /trunk/epan/dissectors/packet-isup.c
4352    M /trunk/epan/dissectors/packet-isup.h
4353    M /trunk/epan/dissectors/packet-q931.c
4354    M /trunk/epan/dissectors/packet-q931.h
4355
4356 From Francisco Alcoba:
4357 Patch for graphing ISUP calls. It shows the type of message, 
4358 in the first one the calling and called numbers, and in the second the SPs 
4359 and CIC; in releases it shows the cause value.
4360 ------------------------------------------------------------------------
4361 r13262 | etxrab | 2005-02-03 15:50:19 -0600 (Thu, 03 Feb 2005) | 4 lines
4362 Changed paths:
4363    M /trunk/gtk/voip_calls.c
4364
4365 From Francisco Alcoba:
4366 Patch for graphing ISUP calls. It shows the type of message, 
4367 in the first one the calling and called numbers, and in the second the SPs 
4368 and CIC; in releases it shows the cause value.
4369 ------------------------------------------------------------------------
4370 r13261 | etxrab | 2005-02-03 15:22:09 -0600 (Thu, 03 Feb 2005) | 1 line
4371 Changed paths:
4372    M /trunk/asn1/gsmmap/GSMMAP.asn
4373    M /trunk/asn1/gsmmap/gsmmap.cnf
4374    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
4375
4376 Various updates to GSM MAP
4377 ------------------------------------------------------------------------
4378 r13260 | jmayer | 2005-02-03 15:11:46 -0600 (Thu, 03 Feb 2005) | 2 lines
4379 Changed paths:
4380    M /trunk/epan/dissectors/packet-stun.c
4381
4382 Jon Ringle: bug fix to the stun ERROR-CODE dissecting
4383
4384 ------------------------------------------------------------------------
4385 r13259 | ulfl | 2005-02-03 14:44:19 -0600 (Thu, 03 Feb 2005) | 1 line
4386 Changed paths:
4387    M /trunk/gtk/follow_dlg.c
4388
4389 add tooltips to the dialogs radio buttons
4390 ------------------------------------------------------------------------
4391 r13258 | guy | 2005-02-03 14:14:11 -0600 (Thu, 03 Feb 2005) | 3 lines
4392 Changed paths:
4393    M /trunk/AUTHORS
4394    M /trunk/wka.tmpl
4395
4396 From Dominique Bastien: add the slow protocol MAC address to the list of
4397 well-known MAC addresses.
4398
4399 ------------------------------------------------------------------------
4400 r13257 | lroland | 2005-02-03 10:22:08 -0600 (Thu, 03 Feb 2005) | 1 line
4401 Changed paths:
4402    M /trunk/asn1/h225/h225.cnf
4403    M /trunk/epan/dissectors/packet-h225.c
4404
4405 Small fix for h225 dissector as suggested by Tomas Kukosa
4406 ------------------------------------------------------------------------
4407 r13256 | gram | 2005-02-03 09:03:29 -0600 (Thu, 03 Feb 2005) | 3 lines
4408 Changed paths:
4409    M /trunk/epan/ftypes/ftype-string.c
4410
4411 From Pekka Pietikainen <pp@ee.oulu.fi>, add a byte to the hex[]
4412 array so that there is room for the terminating NUL from sprintf().
4413
4414 ------------------------------------------------------------------------
4415 r13255 | etxrab | 2005-02-03 00:54:55 -0600 (Thu, 03 Feb 2005) | 1 line
4416 Changed paths:
4417    M /trunk/epan/dissectors/packet-gsm_map.c
4418
4419 Add an OID
4420 ------------------------------------------------------------------------
4421 r13254 | ulfl | 2005-02-02 20:35:20 -0600 (Wed, 02 Feb 2005) | 2 lines
4422 Changed paths:
4423    M /trunk/packaging/nsis/ethereal.nsi
4424
4425 Enable GTK-Wimp only for Windows 2000/XP/2003
4426 ...as Win9x/ME/NT known to have problems with it!
4427 ------------------------------------------------------------------------
4428 r13253 | ulfl | 2005-02-02 20:32:48 -0600 (Wed, 02 Feb 2005) | 6 lines
4429 Changed paths:
4430    A /trunk/packaging/nsis/GetWindowsVersion.nsh
4431
4432 Copied this file from:
4433 http://nsis.sourceforge.net/archive/nsisweb.php?page=15&instances=0,11
4434
4435 Licensing question, as the NSIS homepage states:
4436 http://nsis.sourceforge.net/features/license/
4437 so it should be ok to rerelease this file under the GPL
4438 ------------------------------------------------------------------------
4439 r13252 | guy | 2005-02-02 20:26:20 -0600 (Wed, 02 Feb 2005) | 2 lines
4440 Changed paths:
4441    M /trunk/wiretap/erf.c
4442
4443 Give a URL for the ERF specification.
4444
4445 ------------------------------------------------------------------------
4446 r13251 | guy | 2005-02-02 19:24:07 -0600 (Wed, 02 Feb 2005) | 2 lines
4447 Changed paths:
4448    M /trunk/epan/circuit.c
4449
4450 Fix a comment.
4451
4452 ------------------------------------------------------------------------
4453 r13250 | guy | 2005-02-02 19:08:39 -0600 (Wed, 02 Feb 2005) | 3 lines
4454 Changed paths:
4455    M /trunk/epan/conversation.c
4456    M /trunk/epan/conversation.h
4457
4458 Check in the missing part of Jon Ringle's patch (the part that actually
4459 changed the conversation code).
4460
4461 ------------------------------------------------------------------------
4462 r13249 | guy | 2005-02-02 19:07:21 -0600 (Wed, 02 Feb 2005) | 2 lines
4463 Changed paths:
4464    M /trunk/AUTHORS
4465
4466 Undo de-UTF-8ification and other damage.
4467
4468 ------------------------------------------------------------------------
4469 r13248 | ulfl | 2005-02-02 16:18:37 -0600 (Wed, 02 Feb 2005) | 1 line
4470 Changed paths:
4471    M /trunk/docbook/eug_src/EUG_app_files.xml
4472
4473 added %ETHEREAL%\disabled_protos
4474 ------------------------------------------------------------------------
4475 r13247 | ulfl | 2005-02-02 15:13:52 -0600 (Wed, 02 Feb 2005) | 3 lines
4476 Changed paths:
4477    M /trunk/epan/dissectors/packet-clnp.c
4478
4479 bugfix: the EOT flag detection in a COTP data TPDU was using little endian, although it's big endian in the packet.
4480
4481 some other minor output enhancements
4482 ------------------------------------------------------------------------
4483 r13246 | etxrab | 2005-02-02 14:15:29 -0600 (Wed, 02 Feb 2005) | 1 line
4484 Changed paths:
4485    M /trunk/AUTHORS
4486
4487 Add Jon Ringle, at the moment I don't have the e-mail address.
4488 ------------------------------------------------------------------------
4489 r13245 | etxrab | 2005-02-02 14:09:00 -0600 (Wed, 02 Feb 2005) | 11 lines
4490 Changed paths:
4491    M /trunk/plugins/irda/packet-irda.c
4492
4493 From Jon Ringle:
4494  1) Added a setup_frame parameter to conversation_t
4495 2) Used the conversation_t next to maintain a list of conversations with the 
4496 same src/dest tuple but different setup_frame number.
4497 3) Changed the signature of find_conversation() and conversation_new() to pass 
4498 in the frame number.
4499 4) Adjusted packet-sdp to select RTP conversation if both m=audio and m=image 
4500 are present, and T.38 conversation if only m=image is present. I expect that 
4501 RTP/T.38 dissecting to be better, but I don't have a way to generate T.38 
4502 packets.
4503
4504 ------------------------------------------------------------------------
4505 r13244 | etxrab | 2005-02-02 14:08:36 -0600 (Wed, 02 Feb 2005) | 11 lines
4506 Changed paths:
4507    M /trunk/plugins/mgcp/packet-mgcp.c
4508
4509 From Jon Ringle:
4510  1) Added a setup_frame parameter to conversation_t
4511 2) Used the conversation_t next to maintain a list of conversations with the 
4512 same src/dest tuple but different setup_frame number.
4513 3) Changed the signature of find_conversation() and conversation_new() to pass 
4514 in the frame number.
4515 4) Adjusted packet-sdp to select RTP conversation if both m=audio and m=image 
4516 are present, and T.38 conversation if only m=image is present. I expect that 
4517 RTP/T.38 dissecting to be better, but I don't have a way to generate T.38 
4518 packets.
4519
4520 ------------------------------------------------------------------------
4521 r13243 | etxrab | 2005-02-02 14:07:03 -0600 (Wed, 02 Feb 2005) | 11 lines
4522 Changed paths:
4523    M /trunk/epan/dissectors/packet-afp.c
4524    M /trunk/epan/dissectors/packet-afs.c
4525    M /trunk/epan/dissectors/packet-ajp13.c
4526    M /trunk/epan/dissectors/packet-aoe.c
4527    M /trunk/epan/dissectors/packet-atalk.c
4528    M /trunk/epan/dissectors/packet-beep.c
4529    M /trunk/epan/dissectors/packet-bittorrent.c
4530    M /trunk/epan/dissectors/packet-dcerpc.c
4531    M /trunk/epan/dissectors/packet-dcm.c
4532    M /trunk/epan/dissectors/packet-eap.c
4533    M /trunk/epan/dissectors/packet-fc.c
4534    M /trunk/epan/dissectors/packet-fcdns.c
4535    M /trunk/epan/dissectors/packet-fcels.c
4536    M /trunk/epan/dissectors/packet-fcfcs.c
4537    M /trunk/epan/dissectors/packet-fcfzs.c
4538    M /trunk/epan/dissectors/packet-fcp.c
4539    M /trunk/epan/dissectors/packet-fcsb3.c
4540    M /trunk/epan/dissectors/packet-fcswils.c
4541    M /trunk/epan/dissectors/packet-ftp.c
4542    M /trunk/epan/dissectors/packet-gssapi.c
4543    M /trunk/epan/dissectors/packet-h225.c
4544    M /trunk/epan/dissectors/packet-h225.h
4545    M /trunk/epan/dissectors/packet-ipx.c
4546    M /trunk/epan/dissectors/packet-iscsi.c
4547    M /trunk/epan/dissectors/packet-isns.c
4548    M /trunk/epan/dissectors/packet-kerberos.c
4549    M /trunk/epan/dissectors/packet-ldap.c
4550    M /trunk/epan/dissectors/packet-mq.c
4551    M /trunk/epan/dissectors/packet-msproxy.c
4552    M /trunk/epan/dissectors/packet-mysql.c
4553    M /trunk/epan/dissectors/packet-ncp.c
4554    M /trunk/epan/dissectors/packet-ncp2222.inc
4555    M /trunk/epan/dissectors/packet-ndmp.c
4556    M /trunk/epan/dissectors/packet-ndps.c
4557    M /trunk/epan/dissectors/packet-ntlmssp.c
4558    M /trunk/epan/dissectors/packet-pgsql.c
4559    M /trunk/epan/dissectors/packet-portmap.c
4560    M /trunk/epan/dissectors/packet-quake.c
4561    M /trunk/epan/dissectors/packet-rlogin.c
4562    M /trunk/epan/dissectors/packet-rpc.c
4563    M /trunk/epan/dissectors/packet-rsync.c
4564    M /trunk/epan/dissectors/packet-rtcp.c
4565    M /trunk/epan/dissectors/packet-rtp.c
4566    M /trunk/epan/dissectors/packet-rtsp.c
4567    M /trunk/epan/dissectors/packet-sdp.c
4568    M /trunk/epan/dissectors/packet-smb.c
4569    M /trunk/epan/dissectors/packet-smtp.c
4570    M /trunk/epan/dissectors/packet-snmp.c
4571    M /trunk/epan/dissectors/packet-socks.c
4572    M /trunk/epan/dissectors/packet-spnego.c
4573    M /trunk/epan/dissectors/packet-ssh.c
4574    M /trunk/epan/dissectors/packet-ssl.c
4575    M /trunk/epan/dissectors/packet-t38.c
4576    M /trunk/epan/dissectors/packet-tcp.c
4577    M /trunk/epan/dissectors/packet-tds.c
4578    M /trunk/epan/dissectors/packet-tftp.c
4579    M /trunk/epan/dissectors/packet-tuxedo.c
4580    M /trunk/epan/dissectors/packet-wsp.c
4581    M /trunk/epan/dissectors/packet-x11.c
4582    M /trunk/epan/dissectors/packet-xyplex.c
4583
4584 From Jon Ringle:
4585  1) Added a setup_frame parameter to conversation_t
4586 2) Used the conversation_t next to maintain a list of conversations with the 
4587 same src/dest tuple but different setup_frame number.
4588 3) Changed the signature of find_conversation() and conversation_new() to pass 
4589 in the frame number.
4590 4) Adjusted packet-sdp to select RTP conversation if both m=audio and m=image 
4591 are present, and T.38 conversation if only m=image is present. I expect that 
4592 RTP/T.38 dissecting to be better, but I don't have a way to generate T.38 
4593 packets.
4594
4595 ------------------------------------------------------------------------
4596 r13242 | etxrab | 2005-02-02 14:02:46 -0600 (Wed, 02 Feb 2005) | 11 lines
4597 Changed paths:
4598    M /trunk/asn1/h225/h225.cnf
4599    M /trunk/asn1/h225/packet-h225-template.c
4600
4601 From Jon Ringle:
4602  1) Added a setup_frame parameter to conversation_t
4603 2) Used the conversation_t next to maintain a list of conversations with the 
4604 same src/dest tuple but different setup_frame number.
4605 3) Changed the signature of find_conversation() and conversation_new() to pass 
4606 in the frame number.
4607 4) Adjusted packet-sdp to select RTP conversation if both m=audio and m=image 
4608 are present, and T.38 conversation if only m=image is present. I expect that 
4609 RTP/T.38 dissecting to be better, but I don't have a way to generate T.38 
4610 packets.
4611
4612 ------------------------------------------------------------------------
4613 r13241 | tuexen | 2005-02-02 07:37:04 -0600 (Wed, 02 Feb 2005) | 3 lines
4614 Changed paths:
4615    M /trunk/epan/dissectors/packet-mtp3.c
4616
4617 Add mtp3.pc as suggested by Luis Ontanon.
4618 Cleanups
4619
4620 ------------------------------------------------------------------------
4621 r13240 | guy | 2005-02-02 04:28:51 -0600 (Wed, 02 Feb 2005) | 16 lines
4622 Changed paths:
4623    M /trunk/gtk/follow_dlg.c
4624    M /trunk/print.c
4625    M /trunk/print.h
4626
4627 Writing the raw data of a TCP stream to a file isn't printing it, so
4628 don't use the print mechanism for that - do the writing directly in the
4629 "follow stream" code.
4630
4631 Use "size_t" for character counts.
4632
4633 Make the "hexchars" array static and const, as it's not written to, and
4634 there's probably no point in copying it to the stack (unless that
4635 improves cache locality).
4636
4637 There's no need to explain why we're subtracting the number of bytes
4638 actually read, rather than the number of bytes asked for, from the data
4639 length.
4640
4641 Note an issue with printing lines.
4642
4643 ------------------------------------------------------------------------
4644 r13239 | guy | 2005-02-02 04:19:35 -0600 (Wed, 02 Feb 2005) | 2 lines
4645 Changed paths:
4646    M /trunk/gtk/graph_analysis.c
4647    M /trunk/gtk/rtp_analysis.c
4648    M /trunk/gtk/rtp_stream_dlg.c
4649    M /trunk/gtk/voip_calls_dlg.c
4650
4651 Get rid of an unused typedef.
4652
4653 ------------------------------------------------------------------------
4654 r13238 | guy | 2005-02-02 03:08:42 -0600 (Wed, 02 Feb 2005) | 2 lines
4655 Changed paths:
4656    M /trunk/gtk/graph_analysis.c
4657    M /trunk/gtk/graph_analysis.h
4658    M /trunk/gtk/voip_calls.c
4659    M /trunk/gtk/voip_calls.h
4660
4661 Use C89 syntax, not C++ syntax, for functions that take no arguments.
4662
4663 ------------------------------------------------------------------------
4664 r13237 | guy | 2005-02-02 02:53:08 -0600 (Wed, 02 Feb 2005) | 12 lines
4665 Changed paths:
4666    M /trunk/gtk/voip_calls_dlg.c
4667
4668 Don't assume that the only blank filter expression is empty - check for
4669 an all-space-character string.
4670
4671 Don't use "filter_string" both for the (unfreeable, unmodifiable) value
4672 fetched from the text entry and the new filter expression; use it only
4673 for the former, and make it a "const" pointer to avoid compiler
4674 warnings.
4675
4676 Use a GString to construct the stuff to be added to the new filter
4677 expression - the old code, when appending stuff to the filter expression
4678 in a loop, would leak the pre-append value.
4679
4680 ------------------------------------------------------------------------
4681 r13236 | sahlberg | 2005-02-02 02:50:40 -0600 (Wed, 02 Feb 2005) | 10 lines
4682 Changed paths:
4683    M /trunk/AUTHORS
4684    M /trunk/gtk/follow_dlg.c
4685    M /trunk/print.c
4686    M /trunk/print.h
4687
4688 from chris eagle
4689
4690 add radiobutton to allow saving raw tcpstreams
4691
4692
4693 these radiobuttons should, by someone that uses, this feature be changed into
4694 a menu instead.
4695
4696
4697
4698 ------------------------------------------------------------------------
4699 r13235 | guy | 2005-02-02 02:08:53 -0600 (Wed, 02 Feb 2005) | 4 lines
4700 Changed paths:
4701    M /trunk/gtk/voip_calls.c
4702
4703 Make sure "comment" is set.
4704
4705 Get rid of an unused variable.
4706
4707 ------------------------------------------------------------------------
4708 r13234 | guy | 2005-02-02 02:02:46 -0600 (Wed, 02 Feb 2005) | 4 lines
4709 Changed paths:
4710    M /trunk/gtk/graph_analysis.c
4711
4712 Clean up white space.
4713
4714 Get rid of an unused variable and two #includes that aren't needed.
4715
4716 ------------------------------------------------------------------------
4717 r13233 | guy | 2005-02-02 02:01:27 -0600 (Wed, 02 Feb 2005) | 3 lines
4718 Changed paths:
4719    M /trunk/gtk/voip_calls_dlg.c
4720
4721 "filter_string_fwd" is assigned a "const" pointer, so make it a "const"
4722 pointer.
4723
4724 ------------------------------------------------------------------------
4725 r13232 | lroland | 2005-02-01 19:02:09 -0600 (Tue, 01 Feb 2005) | 13 lines
4726 Changed paths:
4727    M /trunk/gtk/Makefile.am
4728    M /trunk/gtk/Makefile.common
4729    M /trunk/gtk/voip_calls.c
4730    M /trunk/gtk/voip_calls.h
4731    M /trunk/gtk/voip_calls_dlg.c
4732    M /trunk/gtk/voip_calls_dlg.h
4733
4734 for VoIP Call Analysis:
4735 - make VoIP Call Analysis work if, called from command line
4736 - should also work now while capturing with packet list
4737   updated in "real time" (to be tested)
4738 - give each tap listener a unique identifier, so ethereal
4739   won't mix them up
4740 - various cleanups
4741 - compile by default
4742
4743 Todo:
4744 - add support for "tap display filter"
4745 - reimplement function to add rtp streams to the call flow.
4746  
4747 ------------------------------------------------------------------------
4748 r13231 | ulfl | 2005-02-01 17:49:02 -0600 (Tue, 01 Feb 2005) | 1 line
4749 Changed paths:
4750    M /trunk/docbook/eug_src/EUG_app_files.xml
4751
4752 by more specific about unix configuration files
4753 ------------------------------------------------------------------------
4754 r13230 | sahlberg | 2005-02-01 17:33:04 -0600 (Tue, 01 Feb 2005) | 4 lines
4755 Changed paths:
4756    M /trunk/epan/dissectors/packet-smb-mailslot.c
4757
4758 the old netlogon protocol is now called smb_netlogon
4759
4760
4761
4762 ------------------------------------------------------------------------
4763 r13229 | sahlberg | 2005-02-01 17:30:18 -0600 (Tue, 01 Feb 2005) | 4 lines
4764 Changed paths:
4765    M /trunk/asn1/h245/packet-h245-template.c
4766    M /trunk/epan/dissectors/packet-h245.c
4767
4768 g_strlcpy does not exist in gtk 1.2
4769 use strncpy instead
4770
4771
4772 ------------------------------------------------------------------------
4773 r13228 | etxrab | 2005-02-01 16:57:22 -0600 (Tue, 01 Feb 2005) | 1 line
4774 Changed paths:
4775    M /trunk/epan/dissectors/packet-tcap.c
4776
4777 Improve handling of pinfo->private_data
4778 ------------------------------------------------------------------------
4779 r13227 | jmayer | 2005-02-01 09:45:03 -0600 (Tue, 01 Feb 2005) | 1 line
4780 Changed paths:
4781    M /trunk/doc/README.developer
4782
4783 Add boolean to the list of non-portable types
4784 ------------------------------------------------------------------------
4785 r13226 | lroland | 2005-02-01 08:00:25 -0600 (Tue, 01 Feb 2005) | 4 lines
4786 Changed paths:
4787    M /trunk/epan/dissectors/Makefile.common
4788    A /trunk/epan/dissectors/packet-sdp.h
4789    M /trunk/gtk/graph_analysis.c
4790
4791 add packet-sdp.h
4792 and from Julien Leproust:
4793 fix graph_analysis.c
4794
4795 ------------------------------------------------------------------------
4796 r13225 | lroland | 2005-02-01 06:12:35 -0600 (Tue, 01 Feb 2005) | 7 lines
4797 Changed paths:
4798    M /trunk/AUTHORS
4799    M /trunk/asn1/h225/h225.cnf
4800    M /trunk/asn1/h225/packet-h225-template.c
4801    M /trunk/asn1/h225/packet-h225-template.h
4802    M /trunk/asn1/h245/h245.cnf
4803    M /trunk/asn1/h245/packet-h245-template.c
4804    M /trunk/asn1/h245/packet-h245-template.h
4805    M /trunk/epan/dissectors/packet-h225.c
4806    M /trunk/epan/dissectors/packet-h225.h
4807    M /trunk/epan/dissectors/packet-h245.c
4808    M /trunk/epan/dissectors/packet-h245.h
4809    M /trunk/epan/dissectors/packet-isup.c
4810    M /trunk/epan/dissectors/packet-isup.h
4811    M /trunk/epan/dissectors/packet-q931.c
4812    M /trunk/epan/dissectors/packet-q931.h
4813    M /trunk/epan/dissectors/packet-rtp.c
4814    M /trunk/epan/dissectors/packet-sdp.c
4815    M /trunk/epan/dissectors/packet-sip.c
4816    M /trunk/epan/dissectors/packet-sip.h
4817    M /trunk/epan/libethereal.def
4818    A /trunk/gtk/graph_analysis.c
4819    A /trunk/gtk/graph_analysis.h
4820    M /trunk/gtk/rtp_stream.c
4821    M /trunk/gtk/rtp_stream.h
4822    A /trunk/gtk/voip_calls.c
4823    A /trunk/gtk/voip_calls.h
4824    A /trunk/gtk/voip_calls_dlg.c
4825    A /trunk/gtk/voip_calls_dlg.h
4826    M /trunk/rtp_pt.h
4827
4828 From Alejandro Vaquero:
4829 h323 taps support up to 5 messages per packet now.
4830
4831 VoIP call analysis:
4832       - Collect ISUP, SIP and H323 calls from a capture and show them in window with the following info:
4833       - Start and Stop time of the call
4834       - Init
4835 ------------------------------------------------------------------------
4836 r13224 | guy | 2005-02-01 05:11:15 -0600 (Tue, 01 Feb 2005) | 2 lines
4837 Changed paths:
4838    M /trunk/epan/dissectors/packet-diameter-defs.h
4839
4840 Add some comments noting issues with some of the items in here.
4841
4842 ------------------------------------------------------------------------
4843 r13223 | guy | 2005-01-31 23:21:08 -0600 (Mon, 31 Jan 2005) | 3 lines
4844 Changed paths:
4845    M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
4846    M /trunk/epan/dissectors/packet-dcerpc-nt.c
4847    M /trunk/epan/dissectors/packet-dcerpc-nt.h
4848
4849 Move "dissect_nt_GUID()" into "packet-dcerpc-nt.c", as it's used by the
4850 LSA dissector as well, and declare it in "packet-dcerpc-nt.h".
4851
4852 ------------------------------------------------------------------------
4853 r13222 | guy | 2005-01-31 23:19:53 -0600 (Mon, 31 Jan 2005) | 6 lines
4854 Changed paths:
4855    M /trunk/epan/dissectors/packet-atm.c
4856
4857 If the VCI and payload type indicate that a cell is an OAM cell, dissect
4858 it as such.
4859
4860 Clear the Info column when dissecting cells for an AAL we handle before
4861 dissecting the cell, and set the Info column for OAM cells.
4862
4863 ------------------------------------------------------------------------
4864 r13221 | ulfl | 2005-01-31 18:52:38 -0600 (Mon, 31 Jan 2005) | 6 lines
4865 Changed paths:
4866    M /trunk/epan/dissectors/packet-redback.c
4867    M /trunk/epan/dissectors/packet-rmt-fec.c
4868
4869 removed MSVC warnings:
4870 packet-redback.c(63) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
4871 packet-redback.c(64) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
4872 packet-redback.c(65) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
4873 packet-rmt-fec.c(108) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
4874
4875 ------------------------------------------------------------------------
4876 r13220 | ulfl | 2005-01-31 18:51:42 -0600 (Mon, 31 Jan 2005) | 3 lines
4877 Changed paths:
4878    M /trunk/epan/dissectors/packet-juniper.c
4879
4880 removed MSVC warnings:
4881 packet-juniper.c(262) : warning C4761: integral size mismatch in argument; conversion supplied
4882 packet-juniper.c(289) : warning C4761: integral size mismatch in argument; conversion supplied
4883 ------------------------------------------------------------------------
4884 r13219 | etxrab | 2005-01-31 15:40:51 -0600 (Mon, 31 Jan 2005) | 1 line
4885 Changed paths:
4886    M /trunk/asn1/gsmmap/GSMMAP.asn
4887    M /trunk/asn1/gsmmap/gsmmap.cnf
4888    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
4889
4890 Prepare for handling of different versions of the protocol.
4891 ------------------------------------------------------------------------
4892 r13218 | etxrab | 2005-01-31 15:38:56 -0600 (Mon, 31 Jan 2005) | 1 line
4893 Changed paths:
4894    M /trunk/epan/dissectors/packet-tcap.c
4895
4896 Put application context OID in pinfo->private data to be used by sub-dissector(s).
4897 ------------------------------------------------------------------------
4898 r13217 | etxrab | 2005-01-31 15:37:11 -0600 (Mon, 31 Jan 2005) | 1 line
4899 Changed paths:
4900    M /trunk/epan/dissectors/packet-diameter-defs.h
4901
4902 Update som valuse strings
4903 ------------------------------------------------------------------------
4904 r13216 | etxrab | 2005-01-31 15:36:31 -0600 (Mon, 31 Jan 2005) | 4 lines
4905 Changed paths:
4906    M /trunk/epan/dissectors/packet-radius.c
4907
4908 From LEGO:
4909  - remove duplicate fields from VSAs (every defined field in VSAs was set twice)
4910  - dissect radius packet with avplen == 0 (did not decode authenticator when no AVPs were present)
4911
4912 ------------------------------------------------------------------------
4913 r13215 | sahlberg | 2005-01-31 03:56:42 -0600 (Mon, 31 Jan 2005) | 17 lines
4914 Changed paths:
4915    M /trunk/epan/dissectors/packet-smb-logon.c
4916
4917 there are two NETLOGON protocols
4918
4919 the really really old one which is never used
4920 and there is the DCE/RPC one that is used by all windows/cifs implementations.
4921
4922 We used to reserve the protocol name NETLOGON for the old obsolete protocol
4923 and since we can not have two protocols with the same name, called
4924 the current protocol RPC_NETLOGON instead.
4925
4926 that does not exactly make sense.
4927
4928
4929 This renames the old obsolete protocol to SMB_NETLOGON  to make way and allow
4930 the real netlogon protocol take the name NETLOGON
4931
4932
4933
4934 ------------------------------------------------------------------------
4935 r13214 | sahlberg | 2005-01-31 03:43:07 -0600 (Mon, 31 Jan 2005) | 3 lines
4936 Changed paths:
4937    M /trunk/epan/dissectors/packet-dcerpc-lsa-ds.c
4938    M /trunk/epan/dissectors/packet-dcerpc-nt.h
4939
4940 call dissect_ndr_uuit_t directly and avoid a dependency on packet-dcerpc-netlogon
4941
4942
4943 ------------------------------------------------------------------------
4944 r13213 | sahlberg | 2005-01-30 21:31:13 -0600 (Sun, 30 Jan 2005) | 3 lines
4945 Changed paths:
4946    M /trunk/asn1/h248/packet-h248-template.c
4947    M /trunk/epan/dissectors/packet-h248.c
4948
4949 support H.248 BER over SCTP PPID 7
4950
4951
4952 ------------------------------------------------------------------------
4953 r13212 | guy | 2005-01-30 21:03:02 -0600 (Sun, 30 Jan 2005) | 2 lines
4954 Changed paths:
4955    M /trunk/AUTHORS
4956    M /trunk/epan/dissectors/Makefile.common
4957    A /trunk/epan/dissectors/packet-redback.c
4958    M /trunk/wiretap/libpcap.c
4959    M /trunk/wiretap/wtap.c
4960    M /trunk/wiretap/wtap.h
4961
4962 From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.
4963
4964 ------------------------------------------------------------------------
4965 r13211 | guy | 2005-01-30 18:28:02 -0600 (Sun, 30 Jan 2005) | 23 lines
4966 Changed paths:
4967    M /trunk/epan/dissectors/packet-gnutella.c
4968    M /trunk/epan/dissectors/packet-gnutella.h
4969
4970 Add a URL for Gnutella specs.
4971
4972 Don't check, in the dissectors for particular Gnutella packets, whether
4973 the packet goes past the end of the tvbuff - let that throw an exception
4974 so unreassembled packets are shown as such.
4975
4976 Clean up indentation.
4977
4978 Boost GNUTELLA_MAX_SNAP_SIZE to 4096 (one Gnutella spec suggests that
4979 packets should be < 4K), and use it to
4980
4981         1) clamp the length of packets (so we don't do huge reassembly
4982            or have problems when the total packet length, including the
4983            header, overflows 32 bits)
4984
4985 and
4986
4987         2) check the length of packets before using tcp_dissect_pdus(),
4988            to distinguish between packets to be reassembled and a
4989            transfer stream.
4990
4991 Pass the correct value to tcp_dissect_pdus() as the header length.
4992
4993 ------------------------------------------------------------------------
4994 r13210 | sahlberg | 2005-01-30 17:15:10 -0600 (Sun, 30 Jan 2005) | 3 lines
4995 Changed paths:
4996    M /trunk/epan/dissectors/packet-windows-common.c
4997
4998 add dissection of three new flags in the security descriptor
4999
5000
5001 ------------------------------------------------------------------------
5002 r13209 | etxrab | 2005-01-30 12:00:48 -0600 (Sun, 30 Jan 2005) | 1 line
5003 Changed paths:
5004    M /trunk/epan/dissectors/packet-gsm_map.c
5005
5006 Add OID:s to old dissector, for comparison reasons.
5007 ------------------------------------------------------------------------
5008 r13208 | etxrab | 2005-01-30 11:48:18 -0600 (Sun, 30 Jan 2005) | 1 line
5009 Changed paths:
5010    M /trunk/epan/dissectors/packet-ber.c
5011
5012 In case of "faulty" BER tag:s return tvb = NULL
5013 ------------------------------------------------------------------------
5014 r13207 | sahlberg | 2005-01-30 07:00:35 -0600 (Sun, 30 Jan 2005) | 9 lines
5015 Changed paths:
5016    M /trunk/epan/dissectors/packet-dcerpc-lsa.c
5017    M /trunk/epan/dissectors/packet-dcerpc-lsa.h
5018    M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
5019
5020 rename lsa_dissect_LSA_SECURITY_DESCRIPTOR to lsa_dissect_sec_desc_buf
5021 change its signature to match the autogenerated signatures.
5022
5023 add a small wrapper function so tha tthe handwritten lsa can still call the
5024 function through dissect_ndr_pointer()
5025
5026 no changes in functionality,  essentially just a rename of a function and signature change
5027
5028
5029 ------------------------------------------------------------------------
5030 r13206 | sahlberg | 2005-01-30 06:38:38 -0600 (Sun, 30 Jan 2005) | 6 lines
5031 Changed paths:
5032    M /trunk/epan/dissectors/packet-dcerpc-lsa.c
5033    M /trunk/epan/dissectors/packet-dcerpc-lsa.h
5034    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
5035
5036 rename lsa_dissect_LSA_SECURITY_DESCRIPTOR_data to lsa_dissect_sec_desc_buf_data
5037 to make the symbol compatible with an autogenerated LSA dissector.
5038
5039 no changes to the code, just a rename.
5040
5041
5042 ------------------------------------------------------------------------
5043 r13205 | sahlberg | 2005-01-30 06:21:17 -0600 (Sun, 30 Jan 2005) | 5 lines
5044 Changed paths:
5045    M /trunk/epan/dissectors/packet-dcerpc-lsa.c
5046    M /trunk/epan/dissectors/packet-dcerpc-lsa.h
5047    M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
5048
5049 rename lsa_dissect_POLICY_DNS_DOMAIN_INFO to lsa_dissect_DnsDomainInfo and change the signature slightly.
5050
5051 the signature change is to make it compatilbe with the signatures the idl compiler generates.
5052
5053
5054 ------------------------------------------------------------------------
5055 r13204 | sahlberg | 2005-01-30 05:56:37 -0600 (Sun, 30 Jan 2005) | 4 lines
5056 Changed paths:
5057    M /trunk/epan/dissectors/packet-dcerpc-nt.c
5058    M /trunk/epan/dissectors/packet-dcerpc-nt.h
5059
5060 add a new dissect_ndr_counted_ascii_string() that mimics dissect_ndr_counted_string() but handles an ASCII string instead of a Unicode one.
5061
5062
5063
5064 ------------------------------------------------------------------------
5065 r13203 | guy | 2005-01-29 21:43:03 -0600 (Sat, 29 Jan 2005) | 2 lines
5066 Changed paths:
5067    M /trunk/epan/dissectors/packet-dcerpc-nt.c
5068
5069 Byte arrays are byte arrays, not strings.
5070
5071 ------------------------------------------------------------------------
5072 r13202 | sahlberg | 2005-01-29 20:52:25 -0600 (Sat, 29 Jan 2005) | 3 lines
5073 Changed paths:
5074    M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
5075    M /trunk/epan/dissectors/packet-dcerpc-nt.c
5076    M /trunk/epan/dissectors/packet-dcerpc-nt.h
5077
5078 change dissect_ndr_counted_byte_array  to be more consistent with dissect_ndr_counted_string
5079
5080
5081 ------------------------------------------------------------------------
5082 r13201 | guy | 2005-01-29 17:45:53 -0600 (Sat, 29 Jan 2005) | 16 lines
5083 Changed paths:
5084    M /trunk/epan/dissectors/packet-l2tp.c
5085
5086 Add the I-D name for L2TPv3 to a comment.
5087
5088 Do more, and more careful, AVP length checks.
5089
5090 Use tvb_format_text() to display strings.
5091
5092 Just use "col_add_fstr()" to set the Info column - there's no need to
5093 format into a buffer and then set the column to that buffer.
5094
5095 Make the L2TP dissector a "new-style" dissector and have it reject
5096 packets with an unknown version number - the dissection effect is the
5097 same if no other dissector claims the packet (it just gets displayed as
5098 data), but this allows other dissectors to claim it.
5099
5100 Don't use the length field if the length bit isn't set.
5101
5102 ------------------------------------------------------------------------
5103 r13200 | guy | 2005-01-29 16:21:09 -0600 (Sat, 29 Jan 2005) | 9 lines
5104 Changed paths:
5105    M /trunk/epan/dissectors/packet-juniper.c
5106
5107 Put the dissection of the payload at the top level.
5108
5109 If the information that we used to guess the payload type is part of the
5110 payload, don't make it correspond to the "Payload Type" protocol tree
5111 item - it's covered by the dissected payload.
5112
5113 If we don't succeed in guessing the protocol type, just dissect the
5114 payload as data.
5115
5116 ------------------------------------------------------------------------
5117 r13199 | guy | 2005-01-29 14:56:20 -0600 (Sat, 29 Jan 2005) | 3 lines
5118 Changed paths:
5119    M /trunk/epan/dissectors/packet-scsi.c
5120
5121 Treat the command opcodes as SBC-2 for CD-ROMs as well as for block
5122 devices.
5123
5124 ------------------------------------------------------------------------
5125 r13198 | guy | 2005-01-29 14:39:14 -0600 (Sat, 29 Jan 2005) | 2 lines
5126 Changed paths:
5127    M /trunk/epan/dissectors/packet-dcerpc-ndr.c
5128    M /trunk/epan/dissectors/packet-dcerpc.c
5129    M /trunk/epan/dissectors/packet-dcerpc.h
5130    M /trunk/epan/dissectors/packet-dcom-cba-acco.c
5131    M /trunk/epan/dissectors/packet-dcom-oxid.c
5132    M /trunk/epan/dissectors/packet-dcom-remact.c
5133    M /trunk/epan/dissectors/packet-dcom.c
5134    M /trunk/epan/dissectors/packet-dcom.h
5135
5136 Use the 64-bit integer fetch routines to support 64-bit NDR integers.
5137
5138 ------------------------------------------------------------------------
5139 r13197 | guy | 2005-01-29 14:35:42 -0600 (Sat, 29 Jan 2005) | 2 lines
5140 Changed paths:
5141    M /trunk/gtk/packet_list.c
5142
5143 Mark unused arguments as such.
5144
5145 ------------------------------------------------------------------------
5146 r13196 | ulfl | 2005-01-29 09:38:15 -0600 (Sat, 29 Jan 2005) | 1 line
5147 Changed paths:
5148    M /trunk/docbook/Makefile
5149    M /trunk/docbook/developer-guide.xml
5150    A /trunk/docbook/edg_graphics/ethereal-logo.png
5151    M /trunk/docbook/user-guide.xml
5152
5153 various versioning related things (like using the svn version number), fix a broken link in the developer-guide
5154 ------------------------------------------------------------------------
5155 r13195 | ulfl | 2005-01-29 08:43:33 -0600 (Sat, 29 Jan 2005) | 1 line
5156 Changed paths:
5157    M /trunk/docbook/eug_src/EUG_chapter_capture.xml
5158    M /trunk/docbook/eug_src/EUG_chapter_customize.xml
5159    M /trunk/docbook/eug_src/EUG_chapter_work.xml
5160    M /trunk/docbook/user-guide.xml
5161
5162 add links to wiki example pages (Capture/Display Filters and Coloring Rules)
5163 ------------------------------------------------------------------------
5164 r13194 | guy | 2005-01-29 04:48:16 -0600 (Sat, 29 Jan 2005) | 2 lines
5165 Changed paths:
5166    M /trunk/wiretap/netxray.c
5167
5168 Add some notes about stuff discovered by Ken Mann.
5169
5170 ------------------------------------------------------------------------
5171 r13193 | sahlberg | 2005-01-28 22:44:40 -0600 (Fri, 28 Jan 2005) | 3 lines
5172 Changed paths:
5173    M /trunk/epan/dissectors/packet-iscsi.c
5174
5175 only add 4 bytes to the pdu length IFF header digest/crc32 is actually used.
5176
5177
5178 ------------------------------------------------------------------------
5179 r13192 | ulfl | 2005-01-28 20:14:25 -0600 (Fri, 28 Jan 2005) | 4 lines
5180 Changed paths:
5181    M /trunk/gtk/menu.c
5182    M /trunk/gtk/packet_list.c
5183    M /trunk/gtk/packet_list.h
5184
5185 Add a new menu item "View/Resize Columns" to, well, resize columns. As this might take a long time, I've provided a progress bar with the option to cancel the operation.
5186
5187 I might later add something like "View/Auto Resize Columns" with a checkbox menu item, so this is done everytime a capture file finished loading. However, I don't know how well this will work together with "Update list of packets in real time" while doing a capture.
5188
5189 ------------------------------------------------------------------------
5190 r13191 | ulfl | 2005-01-28 17:24:04 -0600 (Fri, 28 Jan 2005) | 1 line
5191 Changed paths:
5192    M /trunk/plugins/mate/packet-mate.c
5193
5194 use MATE (not mate) for protocol name and protocol tree
5195 ------------------------------------------------------------------------
5196 r13190 | lroland | 2005-01-28 07:53:14 -0600 (Fri, 28 Jan 2005) | 3 lines
5197 Changed paths:
5198    M /trunk/plugins/mate/mate.h
5199    M /trunk/plugins/mate/mate_runtime.c
5200    M /trunk/plugins/mate/packet-mate.c
5201
5202 A new patch for mate from Luis Ontanon:
5203   - move mate_packet into packet-mate.c and remove it frome mate.h
5204   - supressed some warnings
5205 ------------------------------------------------------------------------
5206 r13189 | guy | 2005-01-28 05:31:19 -0600 (Fri, 28 Jan 2005) | 4 lines
5207 Changed paths:
5208    M /trunk/wiretap/AUTHORS
5209    M /trunk/wiretap/file_access.c
5210    M /trunk/wiretap/wtap.c
5211    M /trunk/wiretap/wtap.h
5212
5213 From Yoshihiro Oyama: support "-" as a file name, referring to the
5214 standard input.  Opening it for random access isn't supported; we add a
5215 new error for that.
5216
5217 ------------------------------------------------------------------------
5218 r13188 | guy | 2005-01-28 04:15:03 -0600 (Fri, 28 Jan 2005) | 3 lines
5219 Changed paths:
5220    M /trunk/plugins/mate/mate.h
5221
5222 From Yoshihiro Oyama: get rid of _U_s in prototype declarations that
5223 lack variable names.
5224
5225 ------------------------------------------------------------------------
5226 r13187 | guy | 2005-01-28 03:55:24 -0600 (Fri, 28 Jan 2005) | 4 lines
5227 Changed paths:
5228    M /trunk/Makefile.am
5229
5230 From Yoshihiro Oyama: include the names of all the IrDA plugin's .o
5231 files in the ENABLE_STATIC plugin_ldadd list.  (This one was missing
5232 from the previous checkin.)
5233
5234 ------------------------------------------------------------------------
5235 r13186 | guy | 2005-01-28 03:47:52 -0600 (Fri, 28 Jan 2005) | 3 lines
5236 Changed paths:
5237    M /trunk/AUTHORS
5238    M /trunk/Makefile.am
5239
5240 From Yoshihiro Oyama: include the names of all the IrDA plugin's .o
5241 files in the ENABLE_STATIC plugin_ldadd list.
5242
5243 ------------------------------------------------------------------------
5244 r13185 | sahlberg | 2005-01-28 03:37:47 -0600 (Fri, 28 Jan 2005) | 3 lines
5245 Changed paths:
5246    M /trunk/epan/dissectors/packet-dcerpc-ndr.c
5247    M /trunk/epan/dissectors/packet-dcerpc.h
5248
5249 we need a dissect_ndr_uint64() that dissects an NDR hyper
5250
5251
5252 ------------------------------------------------------------------------
5253 r13184 | sahlberg | 2005-01-28 03:29:49 -0600 (Fri, 28 Jan 2005) | 9 lines
5254 Changed paths:
5255    M /trunk/epan/dissectors/packet-dcerpc-browser.c
5256    M /trunk/epan/dissectors/packet-dcerpc-lsa.c
5257    M /trunk/epan/dissectors/packet-dcerpc-ndr.c
5258    M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
5259    M /trunk/epan/dissectors/packet-dcerpc-samr.c
5260    M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
5261    M /trunk/epan/dissectors/packet-dcerpc.h
5262    M /trunk/epan/dissectors/packet-dcom.h
5263
5264 older MS DCE/RPC interfaces often use a construct that is to be treated as a 64 bit integer but in reality is a struct containing 2  32bit integers.
5265 this construct is aligned on 4 byte boundaries in ndr and NOT
5266 8 bytes as a real uint64 (== hyper) would be.
5267
5268
5269 rename the existing dissect_ndr_uint64  ro  dissect_ndr_duint32  (double uint32) to make it reflect better the alignment of the type.
5270
5271
5272
5273 ------------------------------------------------------------------------
5274 r13183 | sahlberg | 2005-01-28 03:12:40 -0600 (Fri, 28 Jan 2005) | 3 lines
5275 Changed paths:
5276    M /trunk/epan/dissectors/packet-dcerpc-nt.h
5277
5278 add a macro for aligning NDR datastreams to 8 byte boundaries
5279
5280
5281 ------------------------------------------------------------------------
5282 r13182 | guy | 2005-01-27 05:23:06 -0600 (Thu, 27 Jan 2005) | 3 lines
5283 Changed paths:
5284    M /trunk/gtk/file_dlg.c
5285
5286 We use the range utilities regardless of whether we're built with
5287 libpcap or not.
5288
5289 ------------------------------------------------------------------------
5290 r13181 | guy | 2005-01-27 04:47:27 -0600 (Thu, 27 Jan 2005) | 2 lines
5291 Changed paths:
5292    M /trunk/gtk/main.c
5293
5294 Fix a problem with building with libpcap disabled.
5295
5296 ------------------------------------------------------------------------
5297 r13180 | ulfl | 2005-01-26 17:17:00 -0600 (Wed, 26 Jan 2005) | 2 lines
5298 Changed paths:
5299    M /trunk/epan/proto.c
5300
5301 add another REPORT_DISSECTOR_BUG() call, if tfi->tree_type is existing and not in valid range. 
5302 Question remains: Is it safe to continue in that case?
5303 ------------------------------------------------------------------------
5304 r13179 | ulfl | 2005-01-26 17:14:54 -0600 (Wed, 26 Jan 2005) | 1 line
5305 Changed paths:
5306    M /trunk/epan/dissectors/packet-icq.c
5307
5308 if there must be an unknown version message, use hex instead of decimal to print the unknown version number
5309 ------------------------------------------------------------------------
5310 r13178 | ulfl | 2005-01-26 17:13:36 -0600 (Wed, 26 Jan 2005) | 1 line
5311 Changed paths:
5312    M /trunk/epan/dissectors/packet-rtsp.c
5313
5314 if there must be an "unknown transport" message, at least print the transport name
5315 ------------------------------------------------------------------------
5316 r13177 | ulfl | 2005-01-26 16:37:04 -0600 (Wed, 26 Jan 2005) | 3 lines
5317 Changed paths:
5318    M /trunk/epan/dissectors/packet-daap.c
5319
5320 bugfix of crash_00001_20050124142515.cap: dissector packet-daap.c displayed [Dissector Bug] as it dissected a length field and used it without checking it first.
5321
5322 use tvb_ensure_bytes_exist() before using this length value, so [Malformed Packet] will be displayed
5323 ------------------------------------------------------------------------
5324 r13176 | ulfl | 2005-01-26 16:24:42 -0600 (Wed, 26 Jan 2005) | 3 lines
5325 Changed paths:
5326    M /trunk/epan/dissectors/packet-etheric.c
5327
5328 bugfix of crash_00026_20050124150108.cap: three places with possible write behind the end of fixed arrays
5329
5330 used g_malloc instead of a fixed array
5331 ------------------------------------------------------------------------
5332 r13175 | etxrab | 2005-01-26 14:07:35 -0600 (Wed, 26 Jan 2005) | 1 line
5333 Changed paths:
5334    M /trunk/asn1/gsmmap/GSMMAP.asn
5335    M /trunk/asn1/gsmmap/gsmmap.cnf
5336    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
5337
5338 Unpack and display digits, Decode SS-status.
5339 ------------------------------------------------------------------------
5340 r13174 | etxrab | 2005-01-26 14:06:09 -0600 (Wed, 26 Jan 2005) | 1 line
5341 Changed paths:
5342    M /trunk/epan/dissectors/packet-h245.c
5343
5344 Fix a typo leading to no conversation set up for RTCP
5345 ------------------------------------------------------------------------
5346 r13173 | etxrab | 2005-01-26 14:05:26 -0600 (Wed, 26 Jan 2005) | 1 line
5347 Changed paths:
5348    M /trunk/asn1/h245/h245.cnf
5349
5350 Fix a typo leading to no conversation set up for RTCP
5351 ------------------------------------------------------------------------
5352 r13172 | guy | 2005-01-25 14:53:27 -0600 (Tue, 25 Jan 2005) | 2 lines
5353 Changed paths:
5354    M /trunk/epan/dissectors/packet-text-media.c
5355
5356 Add "applications/soap+xml" as a text media type.
5357
5358 ------------------------------------------------------------------------
5359 r13171 | etxrab | 2005-01-24 16:33:36 -0600 (Mon, 24 Jan 2005) | 1 line
5360 Changed paths:
5361    M /trunk/asn1/gsmmap/GSMMAP.asn
5362    M /trunk/asn1/gsmmap/gsmmap.cnf
5363    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
5364
5365 Add calling of sms dissector and make ssn number selection preferences.
5366 ------------------------------------------------------------------------
5367 r13170 | etxrab | 2005-01-24 14:41:19 -0600 (Mon, 24 Jan 2005) | 1 line
5368 Changed paths:
5369    M /trunk/epan/dissectors/packet-gsm_map.c
5370
5371 Make the sub system number  (ssn) settings  preferences.
5372 ------------------------------------------------------------------------
5373 r13169 | ulfl | 2005-01-24 13:33:47 -0600 (Mon, 24 Jan 2005) | 3 lines
5374 Changed paths:
5375    M /trunk/gtk/main.h
5376    M /trunk/gtk/menu.c
5377    M /trunk/gtk/print_dlg.c
5378
5379 if context menu item "Print" is clicked from the packet list context menu, it should use the selected range setting as default. As we currently have only one packet selectable, this will print only this one. 
5380
5381 If we would allow selecting multiple packets in the packet list in the future, this option would print all selected packets.
5382 ------------------------------------------------------------------------
5383 r13168 | ulfl | 2005-01-24 13:30:07 -0600 (Mon, 24 Jan 2005) | 1 line
5384 Changed paths:
5385    M /trunk/epan/dissectors/packet-dcom-remact.c
5386    M /trunk/epan/dissectors/packet-dcom-remunkn.c
5387
5388 the methods from these interfaces were missing the DCOM this/that header and therefore were missdissected
5389 ------------------------------------------------------------------------
5390 r13167 | etxrab | 2005-01-24 13:26:04 -0600 (Mon, 24 Jan 2005) | 1 line
5391 Changed paths:
5392    M /trunk/AUTHORS
5393
5394 Add Mutsuya Irie
5395 ------------------------------------------------------------------------
5396 r13166 | etxrab | 2005-01-24 13:25:28 -0600 (Mon, 24 Jan 2005) | 1 line
5397 Changed paths:
5398    M /trunk/epan/sigcomp_state_hdlr.c
5399
5400 Bugfix incorect while condition from Mutsuya Irie
5401 ------------------------------------------------------------------------
5402 r13165 | guy | 2005-01-23 19:20:14 -0600 (Sun, 23 Jan 2005) | 3 lines
5403 Changed paths:
5404    M /trunk/epan/dissectors/packet-gnutella.c
5405
5406 Add support for reassembly of Gnutella packets that cross TCP segment
5407 boundaries.
5408
5409 ------------------------------------------------------------------------
5410 r13164 | guy | 2005-01-23 18:18:13 -0600 (Sun, 23 Jan 2005) | 3 lines
5411 Changed paths:
5412    M /trunk/epan/dissectors/packet-tcp.c
5413
5414 Get rid of an extra space after the edge value of a SACK item if
5415 relative sequence numbers aren't being used.
5416
5417 ------------------------------------------------------------------------
5418 r13163 | ulfl | 2005-01-22 15:46:35 -0600 (Sat, 22 Jan 2005) | 1 line
5419 Changed paths:
5420    M /trunk/epan/libethereal.def
5421
5422 Some dcerpc related stuff needed to write dcerpc plugin
5423 ------------------------------------------------------------------------
5424 r13162 | sahlberg | 2005-01-22 13:56:12 -0600 (Sat, 22 Jan 2005) | 3 lines
5425 Changed paths:
5426    M /trunk/epan/dissectors/packet-dcerpc-nt.h
5427
5428 needs an ALIGN_TO_2_BYTES to make the idl compiler happy
5429
5430
5431 ------------------------------------------------------------------------
5432 r13161 | ulfl | 2005-01-21 19:03:21 -0600 (Fri, 21 Jan 2005) | 1 line
5433 Changed paths:
5434    M /trunk/gtk/menu.c
5435
5436 first proposal: try to rearrange context menus to be more context relevant
5437 ------------------------------------------------------------------------
5438 r13160 | etxrab | 2005-01-21 16:49:13 -0600 (Fri, 21 Jan 2005) | 1 line
5439 Changed paths:
5440    M /trunk/asn1/gsmmap/GSMMAP.asn
5441    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
5442
5443 Fix of asn1 code for one opcode to new spec used?
5444 ------------------------------------------------------------------------
5445 r13159 | etxrab | 2005-01-21 16:46:14 -0600 (Fri, 21 Jan 2005) | 1 line
5446 Changed paths:
5447    M /trunk/epan/dissectors/packet-h450.c
5448    M /trunk/epan/dissectors/packet-h450.h
5449
5450 Handle some more op codes.
5451 ------------------------------------------------------------------------
5452 r13158 | etxrab | 2005-01-21 16:45:20 -0600 (Fri, 21 Jan 2005) | 1 line
5453 Changed paths:
5454    M /trunk/epan/dissectors/packet-h245.c
5455
5456 Fixed bugs with conversations and t35
5457 ------------------------------------------------------------------------
5458 r13157 | etxrab | 2005-01-21 16:44:14 -0600 (Fri, 21 Jan 2005) | 1 line
5459 Changed paths:
5460    M /trunk/asn1/h450/h450.cnf
5461    M /trunk/asn1/h450/h4501.asn
5462    M /trunk/asn1/h450/packet-h450-template.c
5463
5464 asn1 done for h450.1 - h450.12, remains to tie to Operations and Responses.
5465 ------------------------------------------------------------------------
5466 r13156 | etxrab | 2005-01-21 16:42:32 -0600 (Fri, 21 Jan 2005) | 1 line
5467 Changed paths:
5468    M /trunk/asn1/h245/h245.cnf
5469    M /trunk/asn1/h245/packet-h245-template.c
5470
5471 Fix buggs with conversations not beeing set up in some cases. Decoding of t35 
5472 ------------------------------------------------------------------------
5473 r13155 | lroland | 2005-01-21 13:16:05 -0600 (Fri, 21 Jan 2005) | 2 lines
5474 Changed paths:
5475    M /trunk/packaging/nsis/Makefile.nmake
5476    M /trunk/packaging/nsis/ethereal.nsi
5477
5478 Add mate.dll to the installer. 
5479 However it won't be installed by default.
5480 ------------------------------------------------------------------------
5481 r13154 | lroland | 2005-01-21 13:11:59 -0600 (Fri, 21 Jan 2005) | 3 lines
5482 Changed paths:
5483    M /trunk/plugins/mate/mate.h
5484    M /trunk/plugins/mate/mate_runtime.c
5485    M /trunk/plugins/mate/mate_setup.c
5486    M /trunk/plugins/mate/mate_util.c
5487
5488 From Luis Ontanon for Mate:
5489 - supress some solaris compiler warnings
5490 - adds GopExpiration, GopIdleTimeout and GopLifetime parameters
5491 ------------------------------------------------------------------------
5492 r13153 | lroland | 2005-01-21 12:50:12 -0600 (Fri, 21 Jan 2005) | 2 lines
5493 Changed paths:
5494    M /trunk/config.nmake
5495
5496 Another step towards getting the old plugin API retired:
5497 Official plugins get linked with libethereal.dll's import library by default now. 
5498 ------------------------------------------------------------------------
5499 r13152 | ulfl | 2005-01-20 17:17:23 -0600 (Thu, 20 Jan 2005) | 1 line
5500 Changed paths:
5501    M /trunk/gtk/capture_dlg.c
5502    M /trunk/gtk/capture_if_dlg.c
5503    M /trunk/gtk/color_dlg.c
5504    M /trunk/gtk/conversations_table.c
5505    M /trunk/gtk/decode_as_dlg.c
5506    M /trunk/gtk/filter_dlg.c
5507    M /trunk/gtk/find_dlg.c
5508    M /trunk/gtk/goto_dlg.c
5509    M /trunk/gtk/help_dlg.c
5510    M /trunk/gtk/help_dlg.h
5511    M /trunk/gtk/hostlist_table.c
5512    M /trunk/gtk/io_stat.c
5513    M /trunk/gtk/menu.c
5514    M /trunk/gtk/print_dlg.c
5515    M /trunk/gtk/proto_dlg.c
5516    M /trunk/gtk/proto_hier_stats_dlg.c
5517    M /trunk/gtk/summary_dlg.c
5518    M /trunk/gtk/toolbar.c
5519    M /trunk/gtk/webbrowser.c
5520
5521 add some more online help functionality and help buttons at various dialog boxes, if a help page *is* available. However, the new help system needs a lot more work before completed.
5522 ------------------------------------------------------------------------
5523 r13149 | ulfl | 2005-01-20 13:26:24 -0600 (Thu, 20 Jan 2005) | 1 line
5524 Changed paths:
5525    M /trunk/epan/dissectors/packet-dcerpc.c
5526
5527 use col_set_fence for COL_INFO, if multiple DCE/RPC requests/responses are in one (TCP)PDU. I've used " # " as the delimiter string, BTW: do we have an "official" one yet?
5528 ------------------------------------------------------------------------
5529 r13148 | guy | 2005-01-20 12:34:48 -0600 (Thu, 20 Jan 2005) | 2 lines
5530 Changed paths:
5531    M /trunk/AUTHORS
5532
5533 Fix Julien Leproust's e-mail address.
5534
5535 ------------------------------------------------------------------------
5536 r13141 | sahlberg | 2005-01-20 07:19:11 -0600 (Thu, 20 Jan 2005) | 3 lines
5537 Changed paths:
5538    M /trunk/epan/dissectors/packet-tcp.c
5539
5540 SACK prettyfication
5541
5542
5543 ------------------------------------------------------------------------
5544 r13140 | sahlberg | 2005-01-20 06:29:11 -0600 (Thu, 20 Jan 2005) | 3 lines
5545 Changed paths:
5546    M /trunk/epan/dissectors/packet-tcp.c
5547
5548 make TCP SACK option handle relative sequence numbers
5549
5550
5551 ------------------------------------------------------------------------
5552 r13139 | kukosa | 2005-01-20 06:16:53 -0600 (Thu, 20 Jan 2005) | 2 lines
5553 Changed paths:
5554    M /trunk/epan/dissectors/packet-h225.c
5555
5556 NonStandardData and TunnelledProtocol reimplemented and tested
5557 H225 dissector regenerated with new asn2eth version
5558 ------------------------------------------------------------------------
5559 r13138 | kukosa | 2005-01-20 06:02:08 -0600 (Thu, 20 Jan 2005) | 1 line
5560 Changed paths:
5561    M /trunk/asn1/h225/h225.cnf
5562    M /trunk/asn1/h225/packet-h225-template.c
5563
5564 NonStandardData and TunnelledProtocol reimplemented and tested
5565 ------------------------------------------------------------------------
5566 r13137 | kukosa | 2005-01-20 05:56:33 -0600 (Thu, 20 Jan 2005) | 1 line
5567 Changed paths:
5568    M /trunk/tools/asn2eth.py
5569
5570 Fix bug in SEQUENCE/SET OF handling
5571 ------------------------------------------------------------------------
5572 r13136 | guy | 2005-01-20 05:35:45 -0600 (Thu, 20 Jan 2005) | 2 lines
5573 Changed paths:
5574    M /trunk/epan/packet.c
5575
5576 Squelch a compiler warning.
5577
5578 ------------------------------------------------------------------------
5579 r13135 | guy | 2005-01-20 05:05:06 -0600 (Thu, 20 Jan 2005) | 6 lines
5580 Changed paths:
5581    M /trunk/AUTHORS
5582    M /trunk/epan/packet.c
5583
5584 From Julien Leproust: add heuristic dissectors' protocol names to the
5585 layers string.
5586
5587 Remove protocol names from the layer names string if the dissector
5588 rejects the frame.
5589
5590 ------------------------------------------------------------------------
5591 r13134 | guy | 2005-01-20 03:44:29 -0600 (Thu, 20 Jan 2005) | 5 lines
5592 Changed paths:
5593    M /trunk/epan/dissectors/packet-dnp.c
5594
5595 Free the chunk of reassembled DNP data iff there was a CRC error;
5596 otherwise, we're using it in a tvbuff and shouldn't free it (even if the
5597 next level of reassembly isn't complete, so that al_tvb is ultimately
5598 null).
5599
5600 ------------------------------------------------------------------------
5601 r13133 | guy | 2005-01-20 01:58:23 -0600 (Thu, 20 Jan 2005) | 2 lines
5602 Changed paths:
5603    M /trunk/epan/dissectors/packet-frame.c
5604
5605 Squelch some compiler warnings.
5606
5607 ------------------------------------------------------------------------
5608 r13132 | guy | 2005-01-20 01:02:08 -0600 (Thu, 20 Jan 2005) | 7 lines
5609 Changed paths:
5610    M /trunk/epan/dissectors/packet-juniper.c
5611
5612 Make some routines static that aren't used outside this module.
5613
5614 Use "guint16" instead of "u_int16_t", "guint8" instead of "u_int8_t",
5615 and "guint" instead of "u_int", to handle platforms lacking the latter
5616 types.  Make "ppp_heuristic_guess()" reeturn a Boolean, as it just
5617 returns a "yes or no" answer.
5618
5619 ------------------------------------------------------------------------
5620 r13131 | guy | 2005-01-20 00:22:20 -0600 (Thu, 20 Jan 2005) | 3 lines
5621 Changed paths:
5622    M /trunk/epan/dissectors/packet-gsm_map.c
5623    M /trunk/epan/dissectors/packet-gsm_map.h
5624
5625 Back out the asn2eth-generated GSM MAP dissector for now, at Anders
5626 Broman's request, as it has a number of problems.
5627
5628 ------------------------------------------------------------------------
5629 r13130 | guy | 2005-01-19 23:40:56 -0600 (Wed, 19 Jan 2005) | 2 lines
5630 Changed paths:
5631    M /trunk/AUTHORS
5632    M /trunk/epan/dissectors/Makefile.common
5633    M /trunk/epan/dissectors/packet-ip.c
5634    M /trunk/epan/dissectors/packet-ipv6.c
5635    A /trunk/epan/dissectors/packet-juniper.c
5636    M /trunk/epan/dissectors/packet-osi.c
5637    M /trunk/epan/dissectors/packet-ppp.c
5638    M /trunk/wiretap/libpcap.c
5639    M /trunk/wiretap/wtap.c
5640    M /trunk/wiretap/wtap.h
5641
5642 From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.
5643
5644 ------------------------------------------------------------------------
5645 r13129 | guy | 2005-01-19 23:06:38 -0600 (Wed, 19 Jan 2005) | 3 lines
5646 Changed paths:
5647    M /trunk/AUTHORS
5648    M /trunk/epan/dissectors/Makefile.common
5649    A /trunk/epan/dissectors/packet-dcerpc-pnp.c
5650    A /trunk/epan/dissectors/packet-dcerpc-pnp.h
5651    A /trunk/epan/dissectors/packet-dcerpc-rras.c
5652    A /trunk/epan/dissectors/packet-dcerpc-rras.h
5653
5654 From Jean-Baptiste Marchand: stub dissectors for rras and pnp MSRPC
5655 interfaces.
5656
5657 ------------------------------------------------------------------------
5658 r13128 | guy | 2005-01-19 22:37:03 -0600 (Wed, 19 Jan 2005) | 4 lines
5659 Changed paths:
5660    M /trunk/epan/dissectors/packet-http.c
5661    M /trunk/epan/dissectors/packet-rtsp.c
5662    M /trunk/epan/req_resp_hdrs.c
5663    M /trunk/epan/req_resp_hdrs.h
5664
5665 There's no guaranteee that "req_resp_hdrs_do_reassembly()" gets called
5666 only at the beginning of a tvbuff, so it needs an argument that's the
5667 starting offset in the tvbuff.
5668
5669 ------------------------------------------------------------------------
5670 r13127 | guy | 2005-01-19 19:26:34 -0600 (Wed, 19 Jan 2005) | 3 lines
5671 Changed paths:
5672    M /trunk/epan/dissectors/packet-multipart.c
5673
5674 From Ruud Linders: support short names in multipart headers; SIP-T
5675 requires this.
5676
5677 ------------------------------------------------------------------------
5678 r13126 | ulfl | 2005-01-19 17:41:07 -0600 (Wed, 19 Jan 2005) | 1 line
5679 Changed paths:
5680    M /trunk/epan/dissectors/packet-dcerpc.c
5681
5682 try to defragment DCE/RPC fragments (simply one after the other), if alloc_hint is zero
5683 ------------------------------------------------------------------------
5684 r13123 | etxrab | 2005-01-19 16:44:09 -0600 (Wed, 19 Jan 2005) | 2 lines
5685 Changed paths:
5686    M /trunk/epan/dissectors/packet-h225.c
5687    M /trunk/epan/dissectors/packet-h225.h
5688
5689 Attempt to reimplement "non standard data/parameter" and "tunnelled
5690 protocol"
5691 ------------------------------------------------------------------------
5692 r13122 | etxrab | 2005-01-19 16:43:15 -0600 (Wed, 19 Jan 2005) | 2 lines
5693 Changed paths:
5694    M /trunk/asn1/h225/h225-exp.cnf
5695    M /trunk/asn1/h225/h225.cnf
5696    M /trunk/asn1/h225/packet-h225-template.c
5697
5698 Attempt to reimplement "non standard data/parameter" and "tunnelled
5699 protocol"
5700 ------------------------------------------------------------------------
5701 r13118 | gerald | 2005-01-18 22:49:29 -0600 (Tue, 18 Jan 2005) | 6 lines
5702 Changed paths:
5703    M /trunk/epan/dissectors/packet-frame.c
5704    M /trunk/epan/packet.c
5705    M /trunk/epan/packet_info.h
5706
5707 Add a field called "frame.protocols" which shows the protocols present
5708 in the frame.   The filter "frame.protocols contains ip:icmp:ip" could
5709 be used to find any ICMP packets containing IP headers.
5710
5711 Clean up whitespace.
5712
5713 ------------------------------------------------------------------------
5714 r13117 | ulfl | 2005-01-18 19:12:45 -0600 (Tue, 18 Jan 2005) | 1 line
5715 Changed paths:
5716    M /trunk/gtk/main.c
5717    M /trunk/gtk/main.h
5718    M /trunk/gtk/menu.c
5719
5720 while I'm at it, add another packet details context menu item, which will link to the specific display filter reference page (just try it out :-)
5721 ------------------------------------------------------------------------
5722 r13116 | ulfl | 2005-01-18 17:06:10 -0600 (Tue, 18 Jan 2005) | 1 line
5723 Changed paths:
5724    M /trunk/docbook/eug_src/EUG_app_files.xml
5725    M /trunk/docbook/eug_src/EUG_app_tools.xml
5726    M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
5727    M /trunk/docbook/eug_src/EUG_chapter_capture.xml
5728    M /trunk/docbook/eug_src/EUG_chapter_introduction.xml
5729    M /trunk/docbook/eug_src/EUG_chapter_io.xml
5730    M /trunk/docbook/eug_src/EUG_chapter_statistics.xml
5731    M /trunk/docbook/eug_src/EUG_chapter_use.xml
5732    M /trunk/docbook/eug_src/EUG_chapter_work.xml
5733
5734 noticed by Nicolas Kaiser: fix various typos
5735 ------------------------------------------------------------------------
5736 r13115 | ulfl | 2005-01-18 16:24:07 -0600 (Tue, 18 Jan 2005) | 1 line
5737 Changed paths:
5738    M /trunk/gtk/main.c
5739    M /trunk/gtk/menu.c
5740
5741 added the "Online Protocol Info" to the packet details context menu with a simple_dialog doing some explanation.
5742 ------------------------------------------------------------------------
5743 r13113 | ulfl | 2005-01-18 14:44:11 -0600 (Tue, 18 Jan 2005) | 1 line
5744 Changed paths:
5745    M /trunk/epan/dissectors/packet-dcom-oxid.c
5746
5747 slightly improve dissection of complex_ping response
5748 ------------------------------------------------------------------------
5749 r13112 | ulfl | 2005-01-18 14:42:47 -0600 (Tue, 18 Jan 2005) | 1 line
5750 Changed paths:
5751    M /trunk/doc/mergecap.pod
5752
5753 we can merge more than two files with mergecap
5754 ------------------------------------------------------------------------
5755 r13109 | gerald | 2005-01-18 10:00:57 -0600 (Tue, 18 Jan 2005) | 2 lines
5756 Changed paths:
5757    M /trunk/make-version.pl
5758
5759 Fix the handling of "enable: 0" in version.conf.
5760
5761 ------------------------------------------------------------------------