From Markus Renz:
[obnox/wireshark/wip.git] / ChangeLog
1 ------------------------------------------------------------------------
2 r22111 | gerald | 2007-06-15 11:44:43 -0700 (Fri, 15 Jun 2007) | 2 lines
3 Changed paths:
4    M /trunk/config.nmake
5    M /trunk/configure.in
6
7 0.99.6 has been split off.  Bump the trunk to 0.99.7.
8
9 ------------------------------------------------------------------------
10 r22112 | guy | 2007-06-15 16:07:10 -0700 (Fri, 15 Jun 2007) | 2 lines
11 Changed paths:
12    M /trunk/epan/dissectors/packet-rpc.c
13
14 Fix indentation.
15
16 ------------------------------------------------------------------------
17 r22113 | jake | 2007-06-16 03:52:25 -0700 (Sat, 16 Jun 2007) | 1 line
18 Changed paths:
19    M /trunk/docbook/user-guide.xml
20    M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
21    M /trunk/docbook/wsug_src/WSUG_app_tools.xml
22    M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
23    M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
24    M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
25
26 Bring the information up to date regarding versions and sample output.
27 ------------------------------------------------------------------------
28 r22114 | ulfl | 2007-06-16 04:09:34 -0700 (Sat, 16 Jun 2007) | 1 line
29 Changed paths:
30    M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
31    M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
32    M /trunk/packaging/nsis/wireshark.nsi
33
34 Since the integration into the official GTK sources, the name of GTK-Wimp is now "GTK MS Windows Engine". Change the name in the NSIS installer and the docbook docs accordingly.
35 ------------------------------------------------------------------------
36 r22115 | sfisher | 2007-06-16 17:54:58 -0700 (Sat, 16 Jun 2007) | 6 lines
37 Changed paths:
38    M /trunk/gtk/dfilter_expr_dlg.c
39    M /trunk/gtk/dfilter_expr_dlg.h
40    M /trunk/gtk/filter_dlg.c
41
42
43 Fix bug #1334 and a problem where a user couldn't interact with the
44 filter dialog's add expression dialog when going to it through file->open
45 or file->merge (because dialogs in between are set to modal).
46
47
48 ------------------------------------------------------------------------
49 r22116 | lego | 2007-06-16 21:58:16 -0700 (Sat, 16 Jun 2007) | 5 lines
50 Changed paths:
51    M /trunk/Makefile.am
52    M /trunk/Makefile.common
53    M /trunk/capinfos.c
54    M /trunk/editcap.c
55
56 Have editcap and capinfos compile --without-plugins
57
58 Should go in 0.99.6
59
60
61 ------------------------------------------------------------------------
62 r22117 | jake | 2007-06-17 04:18:29 -0700 (Sun, 17 Jun 2007) | 1 line
63 Changed paths:
64    M /trunk/docbook/developer-guide.xml
65    M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
66    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
67    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
68
69 Bring developer guide up to date regarding tools and current plugin build infrastructure.
70 ------------------------------------------------------------------------
71 r22118 | sahlberg | 2007-06-17 10:39:30 -0700 (Sun, 17 Jun 2007) | 3 lines
72 Changed paths:
73    M /trunk/epan/dissectors/packet-nfs.c
74
75 add some missing error codes
76
77
78 ------------------------------------------------------------------------
79 r22119 | sahlberg | 2007-06-17 12:51:20 -0700 (Sun, 17 Jun 2007) | 4 lines
80 Changed paths:
81    M /trunk/gtk/column_prefs.c
82
83 column_entry_changed_cb is not used by the GTK1 code.   ifdef it out for 
84 gtk1
85
86
87 ------------------------------------------------------------------------
88 r22120 | sahlberg | 2007-06-17 12:57:47 -0700 (Sun, 17 Jun 2007) | 3 lines
89 Changed paths:
90    M /trunk/gtk/filter_dlg.c
91
92 gtk1 does not have gtk_window_get_modal
93
94
95 ------------------------------------------------------------------------
96 r22121 | sahlberg | 2007-06-17 13:57:34 -0700 (Sun, 17 Jun 2007) | 4 lines
97 Changed paths:
98    M /trunk/epan/dissectors/packet-smb.c
99    M /trunk/epan/dissectors/packet-smb.h
100
101 remember locking info between requests and repsonses so it is easier to 
102 diagnose why an operation returned an error
103
104
105 ------------------------------------------------------------------------
106 r22122 | sahlberg | 2007-06-17 16:58:01 -0700 (Sun, 17 Jun 2007) | 4 lines
107 Changed paths:
108    M /trunk/epan/dissectors/packet-smb.c
109    M /trunk/epan/dissectors/packet-smb.h
110
111 track filenames between rename requests and responses to make it easier to 
112 diagnose why a rename failed
113
114
115 ------------------------------------------------------------------------
116 r22123 | sahlberg | 2007-06-17 17:01:24 -0700 (Sun, 17 Jun 2007) | 4 lines
117 Changed paths:
118    M /trunk/epan/dissectors/packet-nfs.c
119    M /trunk/epan/dissectors/packet-nfs.h
120
121 make hf_nfs_nfsstat externaly visible so other dissectors can use nfs 
122 status codes
123
124
125 ------------------------------------------------------------------------
126 r22124 | sahlberg | 2007-06-17 17:04:30 -0700 (Sun, 17 Jun 2007) | 2 lines
127 Changed paths:
128    M /trunk/epan/dissectors/packet-nfsacl.c
129
130 nfs acl uses the same status codes as nfs   so use the hf field for nfs
131
132 ------------------------------------------------------------------------
133 r22125 | sfisher | 2007-06-17 18:42:17 -0700 (Sun, 17 Jun 2007) | 5 lines
134 Changed paths:
135    M /trunk/epan/dissectors/packet-dcom.c
136
137
138 Fix compilation on OS X with GLib 1.2 by including ctype.h since our
139 isprint.h override only kicks in for GLib 2+.
140
141
142 ------------------------------------------------------------------------
143 r22126 | standel | 2007-06-17 19:23:44 -0700 (Sun, 17 Jun 2007) | 3 lines
144 Changed paths:
145    M /trunk/configure.in
146
147 get rid of the "case" statement to test the value of withval.
148
149
150 ------------------------------------------------------------------------
151 r22127 | standel | 2007-06-17 20:03:54 -0700 (Sun, 17 Jun 2007) | 13 lines
152 Changed paths:
153    M /trunk/configure.in
154
155 Fix bug #1395
156 Configure options '--with-libgnutls-prefix' and '--with-libgcrypt-prefix' could
157 be used to indicate the path where the respective libraries had been installed.
158 However, these options could not be used to compile wireshark without the use
159 of them if installed on the system.
160 These two macros are not part of the wireshark project. configure.in has
161 therefore been modified so that wireshark can be compiled without gnutls or
162 gcrypt. Two configure options have been introduced : '--with-gnutls' and
163 '--with-gcrypt'. They take precedence on their 'prefix-specification'
164 counterpart or in other words, if '-with-gnutls=no' and
165 '--with-libgnutls-prefix' are used, wireshark will be compiled *without*
166 gnutls.
167
168 ------------------------------------------------------------------------
169 r22128 | jake | 2007-06-18 11:11:58 -0700 (Mon, 18 Jun 2007) | 4 lines
170 Changed paths:
171    M /trunk/epan/dissectors/packet-edonkey.c
172    M /trunk/epan/dissectors/packet-edonkey.h
173
174 From Lukasz "M.":
175 I added 5 new packets to packet-edonkey.c and improve 2. Diffs in
176 attachment. This part of wireshark (decoding emule packets) it's not
177 finish as I see  :)  I try to do it, meybe...  :)
178 ------------------------------------------------------------------------
179 r22129 | sfisher | 2007-06-18 11:57:58 -0700 (Mon, 18 Jun 2007) | 13 lines
180 Changed paths:
181    M /trunk/epan/dissectors/packet-mysql.c
182
183
184 From Martin Warnes:
185
186 Currently the MySQL dissector assumes that an OK-Packet Response
187 contains the Server_Status field. Having checked the MySQL protocol page
188 I can't say conclusively whether it should or it shouldn't, however I've
189 come across a couple of MySQL Java clients that receive the OK-Packet
190 without the Server_Status field set in response to a "SET AUTOCOMMIT" call.
191  
192 The attached patched simply adds a check to ensure the Server_Status
193 field is present before calling function mysql_dissect_server_status.
194
195
196 ------------------------------------------------------------------------
197 r22130 | sfisher | 2007-06-18 12:08:59 -0700 (Mon, 18 Jun 2007) | 9 lines
198 Changed paths:
199    M /trunk/epan/dissectors/packet-mysql.c
200
201 From Martin Warnes:
202
203 Attached is a small patch that adds a preference option to allow the SQL
204 Query string to be appended to the INFO column display. This makes life
205 a little bit easier when scanning a trace to find the packet associated
206 with a specific query. I thought it was better to implement it as a
207 preference option with default set FALSE as it can clutter up the
208 display for applications that generate large amounts of queries.
209
210 ------------------------------------------------------------------------
211 r22131 | sfisher | 2007-06-18 12:15:48 -0700 (Mon, 18 Jun 2007) | 12 lines
212 Changed paths:
213    M /trunk/epan/dissectors/packet-armagetronad.c
214
215 From Guillaume Chazarain:
216
217 Please find attached a patch to fix some bugs in the armagetronad
218 dissector. More specifically:
219   
220 * Update the descriptors to armagetronad-0.2.8.2.1, the file
221 src/network/Makefile.in does not exist anymore in the armagetronad
222 source code.
223 * Ensure the printed data is null terminated.
224 * Avoid guint16 overflow because of the '* 2'.
225 * Remove a statement with no effect (data = NULL).
226
227 ------------------------------------------------------------------------
228 r22132 | etxrab | 2007-06-18 12:20:52 -0700 (Mon, 18 Jun 2007) | 5 lines
229 Changed paths:
230    M /trunk/asn1/ansi_map/ansi_map.asn
231    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
232    M /trunk/epan/dissectors/packet-ansi_map.c
233
234 Add code for signals:
235 - LCSParameterRequest
236 - CheckMEID
237 - PositionEventNotification
238 - StatusRequest
239 ------------------------------------------------------------------------
240 r22133 | sfisher | 2007-06-18 12:31:34 -0700 (Mon, 18 Jun 2007) | 11 lines
241 Changed paths:
242    M /trunk/AUTHORS
243    M /trunk/epan/dissectors/packet-fcoe.c
244
245
246 From Joe Eykholt:
247
248 - Remove ethertype preference from recently added FCoE dissector
249
250 Me:
251
252 - Add Joe to the AUTHORS list
253 - Change previous line in AUTHORS list from @ to [AT] in e-mail address
254
255
256 ------------------------------------------------------------------------
257 r22134 | sfisher | 2007-06-18 13:14:07 -0700 (Mon, 18 Jun 2007) | 8 lines
258 Changed paths:
259    M /trunk/epan/dissectors/packet-smb.h
260
261
262 Fix Windows build-bot warnings:
263
264 packet-smb.c(5479) : error C2220: warning treated as error - no object file generated
265 packet-smb.c(5479) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
266 packet-smb.c(5480) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
267  
268
269 ------------------------------------------------------------------------
270 r22135 | etxrab | 2007-06-18 13:54:15 -0700 (Mon, 18 Jun 2007) | 11 lines
271 Changed paths:
272    M /trunk/asn1/gsmmap/GSMMAP.asn
273    M /trunk/asn1/gsmmap/gsmmap.cnf
274    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
275    M /trunk/epan/dissectors/packet-gsm_map.c
276
277 Fix to:
278 For the Cancel Location message, you can replace the
279 old_CancelLocationArgV2 by the Identity message.
280 So the old syntax for Cancel Location is not used anymore.
281
282 For the message Send Authentication Info Res, there is a typo error. The "item" should not be used.
283
284 - one with the decoding of "processUnstructuredSS-Data", the IA5 string 
285 is not decoded/displayed.
286
287 This should go into 0.99.6.
288 ------------------------------------------------------------------------
289 r22136 | etxrab | 2007-06-18 14:03:59 -0700 (Mon, 18 Jun 2007) | 1 line
290 Changed paths:
291    M /trunk/asn1/gsmmap/Makefile.nmake
292    M /trunk/asn1/gsmmap/gsm_map-exp.cnf
293    M /trunk/asn1/gsmmap/gsmmap.cnf
294    M /trunk/epan/dissectors/packet-gsm_map.c
295    M /trunk/epan/dissectors/packet-gsm_map.h
296
297 Update .cnf file
298 ------------------------------------------------------------------------
299 r22137 | wmeier | 2007-06-18 14:12:13 -0700 (Mon, 18 Jun 2007) | 2 lines
300 Changed paths:
301    M /trunk/epan/dissectors/packet-armagetronad.c
302
303 Fix windows build error ....
304
305 ------------------------------------------------------------------------
306 r22138 | gerald | 2007-06-18 14:58:34 -0700 (Mon, 18 Jun 2007) | 3 lines
307 Changed paths:
308    M /trunk/epan/crypt/airpdcap.c
309
310 Be a little less picky about EAPOL packet lengths.  Someone sent in a
311 capture that has extra data in the 4th handshake message.
312
313 ------------------------------------------------------------------------
314 r22139 | sfisher | 2007-06-19 11:09:50 -0700 (Tue, 19 Jun 2007) | 4 lines
315 Changed paths:
316    M /trunk/doc/wireshark.pod
317
318
319 Add a simple entry for -z voip,calls to wireshark man page/html file 
320
321
322 ------------------------------------------------------------------------
323 r22140 | gerald | 2007-06-19 14:19:11 -0700 (Tue, 19 Jun 2007) | 2 lines
324 Changed paths:
325    M /trunk/epan
326    M /trunk/epan/wslua
327
328 Add more items to svn:ignore.
329
330 ------------------------------------------------------------------------
331 r22141 | etxrab | 2007-06-19 15:11:30 -0700 (Tue, 19 Jun 2007) | 3 lines
332 Changed paths:
333    M /trunk/asn1/gsmmap/Makefile
334    M /trunk/epan/dissectors/packet-gsm_a.c
335
336 - update the Unix Makefile to use gsmmap.cnf and not gsm_map.cnf.
337 - the Facility is not bellow the facility itself, but at the end of the tree.
338 It's not a problem, but it looks strange.. - Fixed
339 ------------------------------------------------------------------------
340 r22142 | martinm | 2007-06-20 07:40:40 -0700 (Wed, 20 Jun 2007) | 3 lines
341 Changed paths:
342    M /trunk/diameter/dictionary.xml
343    M /trunk/epan/dissectors/packet-diameter.c
344
345 - include gqpolicy.xml properly!
346 - print more specific console disgnostics when AVPs don't match because of vendorID being different
347
348 ------------------------------------------------------------------------
349 r22143 | jake | 2007-06-20 10:17:25 -0700 (Wed, 20 Jun 2007) | 3 lines
350 Changed paths:
351    M /trunk/epan/dissectors/packet-edonkey.c
352
353 From Lukasz M.:
354 Sometimes edonkey packets comes joined, and wireshark display only last
355 one on column Info. Now everyone is displayed.
356 ------------------------------------------------------------------------
357 r22145 | morriss | 2007-06-20 13:02:52 -0700 (Wed, 20 Jun 2007) | 1 line
358 Changed paths:
359    M /trunk/editcap.c
360
361 Increase the maximum number of packet selections to 512 (from 100).  More importantly, give the user feedback if we run out of room for packet selections.  As mentioned on the list, this could be made completely dynamic if someone actually goes over the (new) limit.  OK for 0.99.6 but not necessary.
362 ------------------------------------------------------------------------
363 r22146 | etxrab | 2007-06-20 14:54:40 -0700 (Wed, 20 Jun 2007) | 2 lines
364 Changed paths:
365    M /trunk/asn1/gsmmap/gsmmap.cnf
366    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
367    M /trunk/epan/dissectors/packet-gsm_map.c
368    M /trunk/epan/dissectors/packet-gsm_sms.c
369
370 Add call to the sms dissector for MO-ForwardSM-Arg and MT-ForwardSM-Arg.
371 Use a separate valuestring for forwardSM and sendRoutingInfoForSM.
372 ------------------------------------------------------------------------
373 r22147 | etxrab | 2007-06-20 14:56:03 -0700 (Wed, 20 Jun 2007) | 1 line
374 Changed paths:
375    M /trunk/asn1/ulp/ulp.cnf
376    M /trunk/epan/dissectors/packet-ulp.c
377
378 Show IPv4/IPv6 addresses as such.
379 ------------------------------------------------------------------------
380 r22148 | martinm | 2007-06-21 04:37:42 -0700 (Thu, 21 Jun 2007) | 2 lines
381 Changed paths:
382    M /trunk/Makefile.am
383    A /trunk/dtds/xcap-error.dtd
384    M /trunk/packaging/nsis/wireshark.nsi
385
386 Add DTD file for xcap-error (RFC 4825)
387
388 ------------------------------------------------------------------------
389 r22149 | gal | 2007-06-21 09:50:16 -0700 (Thu, 21 Jun 2007) | 3 lines
390 Changed paths:
391    M /trunk/asn1/x411/packet-x411-template.c
392    M /trunk/asn1/x411/x411.cnf
393    M /trunk/epan/dissectors/packet-x411.c
394
395 New preference to specify the tcp port to use for P1 and fix to include /OU= in dissected X.400 addresses.
396
397
398 ------------------------------------------------------------------------
399 r22150 | martinm | 2007-06-21 10:30:13 -0700 (Thu, 21 Jun 2007) | 2 lines
400 Changed paths:
401    M /trunk/wiretap/catapult_dct2000.c
402
403 Don't create & leak a hash table during unsuccessful open()
404
405 ------------------------------------------------------------------------
406 r22151 | gerald | 2007-06-21 10:49:03 -0700 (Thu, 21 Jun 2007) | 7 lines
407 Changed paths:
408    M /trunk/docbook/release-notes.xml
409    M /trunk/epan/crypt/airpdcap.c
410    M /trunk/epan/crypt/airpdcap_user.h
411    M /trunk/epan/dissectors/packet-ieee80211.c
412    M /trunk/epan/strutil.c
413
414 Be less restrictive about WEP key preferences.  Use hex_str_to_bytes to
415 process WEP keys.  Allow the "wep:" prefix for WEP keys even when
416 HAVE_AIRPDCAP isn't defined.  Add a NULL pointer check to
417 hex_str_to_bytes().  Fixes bug 1584.
418
419 Fixup indentation.
420
421 ------------------------------------------------------------------------
422 r22152 | gerald | 2007-06-21 13:22:56 -0700 (Thu, 21 Jun 2007) | 4 lines
423 Changed paths:
424    M /trunk/epan/crypt/airpdcap.c
425    M /trunk/epan/dissectors/packet-ieee80211.c
426
427 In packet-ieee802.11.c, fix a serious preference bug introduced in the
428 last checkin.  In airpcap.c, appease the toolbar code by returning a
429 lower-case, non-separated WEP key.
430
431 ------------------------------------------------------------------------
432 r22154 | etxrab | 2007-06-21 14:38:34 -0700 (Thu, 21 Jun 2007) | 1 line
433 Changed paths:
434    M /trunk/asn1/gsmmap/GSMMAP.asn
435    M /trunk/asn1/gsmmap/gsmmap.cnf
436    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
437    M /trunk/epan/dissectors/packet-gsm_map.c
438
439 Fix some GSM MAP Warnings.
440 ------------------------------------------------------------------------
441 r22155 | etxrab | 2007-06-21 14:41:31 -0700 (Thu, 21 Jun 2007) | 1 line
442 Changed paths:
443    D /trunk/asn1/gsm_ss/Makefile
444    D /trunk/asn1/gsm_ss/Makefile.nmake
445    D /trunk/asn1/gsm_ss/SS-Operations.asn
446    D /trunk/asn1/gsm_ss/gsm_ss.cnf
447    D /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
448    D /trunk/asn1/gsm_ss/packet-gsm_ss-template.h
449
450 Delete now obsolete GSM SS.
451 ------------------------------------------------------------------------
452 r22156 | etxrab | 2007-06-21 14:44:50 -0700 (Thu, 21 Jun 2007) | 1 line
453 Changed paths:
454    D /trunk/asn1/MAP_Dialogue
455
456 Delete now obsolete MAP dialouge.
457 ------------------------------------------------------------------------
458 r22157 | standel | 2007-06-21 15:36:33 -0700 (Thu, 21 Jun 2007) | 3 lines
459 Changed paths:
460    M /trunk/configure.in
461
462 default value of --with-gcrypt must be set to yes.
463
464
465 ------------------------------------------------------------------------
466 r22158 | gerald | 2007-06-21 15:54:06 -0700 (Thu, 21 Jun 2007) | 2 lines
467 Changed paths:
468    M /trunk/docbook/release-notes.xml
469
470 Expand the new/added features section.
471
472 ------------------------------------------------------------------------
473 r22159 | gerald | 2007-06-21 16:19:16 -0700 (Thu, 21 Jun 2007) | 2 lines
474 Changed paths:
475    M /trunk/docbook/release-notes.xml
476
477 Fix invalid markup.
478
479 ------------------------------------------------------------------------
480 r22160 | sfisher | 2007-06-21 16:30:09 -0700 (Thu, 21 Jun 2007) | 4 lines
481 Changed paths:
482    M /trunk/docbook/release-notes.xml
483
484
485 Fix typo in HTTP Export Object menu path.  It ends with HTTP, not HTML.
486
487
488 ------------------------------------------------------------------------
489 r22162 | martinm | 2007-06-22 05:42:47 -0700 (Fri, 22 Jun 2007) | 3 lines
490 Changed paths:
491    M /trunk/diameter/dictionary.xml
492    M /trunk/epan/dissectors/packet-diameter-defs.h
493
494 NASREQ AVP 4 (NAS-IP-Address) is of type OctetString, not IPAddress
495 (according to RFC 4005).
496
497 ------------------------------------------------------------------------
498 r22163 | sahlberg | 2007-06-22 06:23:50 -0700 (Fri, 22 Jun 2007) | 7 lines
499 Changed paths:
500    M /trunk/epan/dissectors/packet-dns.c
501
502 dns request/response tracking did not work if tree==NULL we didnt set up 
503 the tracking structures
504
505 this makes dns request/response trackign work when you dont have any 
506 color filters
507
508
509 ------------------------------------------------------------------------
510 r22165 | sahlberg | 2007-06-22 12:32:02 -0700 (Fri, 22 Jun 2007) | 5 lines
511 Changed paths:
512    M /trunk/asn1/ldap/ldap.cnf
513    M /trunk/epan/dissectors/packet-ldap.c
514    M /trunk/epan/dissectors/packet-ldap.h
515
516 add code to handle new insanity in how spnego and gss wrap 
517 eachother
518
519
520
521 ------------------------------------------------------------------------
522 r22166 | sfisher | 2007-06-22 15:22:10 -0700 (Fri, 22 Jun 2007) | 8 lines
523 Changed paths:
524    M /trunk/docbook/wsug_graphics/ws-stats-iographs.png
525    M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
526    M /trunk/gtk/Makefile.am
527    M /trunk/gtk/Makefile.common
528    M /trunk/gtk/io_stat.c
529    A /trunk/gtk/pixmap_save.c
530    A /trunk/gtk/pixmap_save.h
531
532
533 Fix enhancement bug #1337: Export IO Graphs
534
535 This new code adds a save button to the Statistics IO Graphs window and
536 is also reusable by any other code that uses GDK Pixmaps to draw graphs.
537 The Gdk-pixbuf library included in GTK is used for this save function.
538
539
540 ------------------------------------------------------------------------
541 r22167 | sfisher | 2007-06-22 15:42:33 -0700 (Fri, 22 Jun 2007) | 5 lines
542 Changed paths:
543    M /trunk/asn1/Makefile.am
544    D /trunk/asn1/gsm_ss
545
546
547 Fix distcheck for recently removed asn1/gsm_ss and asn1/MAP_Dialogue and
548 remove the asn1/gsm_ss directory.
549
550
551 ------------------------------------------------------------------------
552 r22168 | sfisher | 2007-06-22 15:44:51 -0700 (Fri, 22 Jun 2007) | 4 lines
553 Changed paths:
554    M /trunk/asn1/Makefile.nmake
555
556
557 Remove gsm_ss and MAP_Dialogue from Windows makefile
558
559
560 ------------------------------------------------------------------------
561 r22169 | gerald | 2007-06-22 17:00:57 -0700 (Fri, 22 Jun 2007) | 2 lines
562 Changed paths:
563    M /trunk/epan/crypt/airpdcap.c
564
565 A recent checkin broke wpa-psk keys; fix it.
566
567 ------------------------------------------------------------------------
568 r22170 | sfisher | 2007-06-22 22:58:01 -0700 (Fri, 22 Jun 2007) | 7 lines
569 Changed paths:
570    M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
571    M /trunk/gtk/io_stat.c
572    M /trunk/gtk/pixmap_save.c
573
574
575 Updates to initial check-in of pixmap saving feature:
576
577  - Bump minimum GTK version from 2.4 to 2.6 in code and users manual
578  - Free some strings after we're done with them 
579  
580
581 ------------------------------------------------------------------------
582 r22171 | etxrab | 2007-06-23 08:31:37 -0700 (Sat, 23 Jun 2007) | 1 line
583 Changed paths:
584    M /trunk/epan/dissectors/packet-ber.c
585
586 Fix a typo.
587 ------------------------------------------------------------------------
588 r22172 | etxrab | 2007-06-23 08:32:36 -0700 (Sat, 23 Jun 2007) | 1 line
589 Changed paths:
590    M /trunk/asn1/ansi_map/ansi_map.asn
591    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
592    M /trunk/epan/dissectors/packet-ansi_map.c
593
594 Try to fix some GCC warnings.
595 ------------------------------------------------------------------------
596 r22173 | gal | 2007-06-23 22:09:42 -0700 (Sat, 23 Jun 2007) | 6 lines
597 Changed paths:
598    M /trunk/epan/dissectors/packet-clnp.c
599
600 This patch fixes reassembly when receiving a SES MINOR SYNC POINT and a
601 COTP DT Data (class 1) fragment in the same frame.  Also added the
602 generated dst_ref and a reference to the "COTP segment data" to the
603 tree.
604
605
606 ------------------------------------------------------------------------
607 r22174 | gal | 2007-06-23 22:14:39 -0700 (Sat, 23 Jun 2007) | 6 lines
608 Changed paths:
609    M /trunk/epan/reassemble.c
610
611 Added a new function, fragment_end_seq_next(), to end the 
612 fragmented data without adding an empty data fragment. 
613 This is used by the RTSE dissector which can't identify the 
614 last fragment until after it has been added.
615
616
617 ------------------------------------------------------------------------
618 r22175 | gal | 2007-06-23 22:22:09 -0700 (Sat, 23 Jun 2007) | 3 lines
619 Changed paths:
620    M /trunk/asn1/x420/x420.cnf
621    M /trunk/epan/dissectors/packet-x420.c
622
623 This patch adds s4406 type to COL_INFO, as for X420.
624
625
626 ------------------------------------------------------------------------
627 r22176 | gal | 2007-06-23 22:28:27 -0700 (Sat, 23 Jun 2007) | 8 lines
628 Changed paths:
629    M /trunk/AUTHORS
630    M /trunk/asn1/pres/packet-pres-template.c
631    M /trunk/asn1/rtse/packet-rtse-template.c
632    M /trunk/epan/dissectors/packet-pres.c
633    M /trunk/epan/dissectors/packet-rtse.c
634    M /trunk/epan/dissectors/packet-ses.c
635    M /trunk/epan/dissectors/packet-ses.h
636
637 This patch adds RTSE reassembly.  The reassembly is done when
638 receiving a SES MAJOR SYNC POINT, as this indicates the end of the
639 COTP DT Data stream.  Previous the RTSE dissector was called when
640 receiving a COTP DT Data fragment with the "last data unit" bit set,
641 but this does not work with messages fragmented in RTSE.  Reassembly
642 can be turned off in the preferences.
643
644
645 ------------------------------------------------------------------------
646 r22177 | etxrab | 2007-06-24 01:13:11 -0700 (Sun, 24 Jun 2007) | 1 line
647 Changed paths:
648    M /trunk/epan/libwireshark.def
649    M /trunk/epan/reassemble.h
650
651 Export fragment_end_seq_next to get the Windows buildbot going again.
652 ------------------------------------------------------------------------
653 r22178 | gal | 2007-06-24 01:23:26 -0700 (Sun, 24 Jun 2007) | 3 lines
654 Changed paths:
655    M /trunk/asn1/x420/Makefile.nmake
656    A /trunk/asn1/x420/ftbp.asn
657    M /trunk/asn1/x420/packet-x420-template.c
658    M /trunk/asn1/x420/x420-exp.cnf
659    M /trunk/asn1/x420/x420.cnf
660    M /trunk/epan/dissectors/Makefile.common
661    D /trunk/epan/dissectors/packet-ftbp.c
662    D /trunk/epan/dissectors/packet-ftbp.h
663    M /trunk/epan/dissectors/packet-x420.c
664    M /trunk/epan/dissectors/packet-x420.h
665
666 Consolidation of FTBP dissector into the X420 dissector.
667
668
669 ------------------------------------------------------------------------
670 r22179 | gal | 2007-06-24 01:24:49 -0700 (Sun, 24 Jun 2007) | 3 lines
671 Changed paths:
672    D /trunk/asn1/ftbp
673
674 Delete the associated asn2wrs files for the FTBP dissector
675
676
677 ------------------------------------------------------------------------
678 r22180 | etxrab | 2007-06-24 02:18:36 -0700 (Sun, 24 Jun 2007) | 1 line
679 Changed paths:
680    M /trunk/asn1/ansi_map/ansi_map.asn
681    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
682    M /trunk/epan/dissectors/packet-ansi_map.c
683
684 Try to fix some more GCC warnings.
685 ------------------------------------------------------------------------
686 r22181 | sahlberg | 2007-06-24 10:23:55 -0700 (Sun, 24 Jun 2007) | 9 lines
687 Changed paths:
688    M /trunk/asn1/ldap/packet-ldap-template.c
689    M /trunk/epan/dissectors/packet-ldap.c
690
691 remove some compiler warning due to unused pinfo parameter
692
693 a SASL encapsulated ldap blob can contain more than one LDAP message so 
694 the rest_is_pad parameter is bogus and thus removed.
695
696 make dissect_ldap_pdu handle when we have more than one LDAP message 
697 inside one sasl blob
698
699
700 ------------------------------------------------------------------------
701 r22182 | sfisher | 2007-06-24 17:26:31 -0700 (Sun, 24 Jun 2007) | 4 lines
702 Changed paths:
703    M /trunk/asn1/Makefile.am
704    M /trunk/asn1/Makefile.nmake
705
706
707 Fix Windows builds and dist after revision 22179 removed the FTBP dissector
708
709
710 ------------------------------------------------------------------------
711 r22183 | etxrab | 2007-06-24 23:10:36 -0700 (Sun, 24 Jun 2007) | 9 lines
712 Changed paths:
713    M /trunk/epan/dissectors/packet-tipc.c
714
715 From Martin Peylo:
716 Changes are only for protocol version 2.
717
718 The changes are:
719 - dissect "TIPC Bundler Protocol" messages correctly
720 - search for other dissectors which want to dissect encapsulated data according to the TIPC user or TIPC type of a message. The data dissection is difficult since a TIPC data message does not necessarily a "type" set. So for the moment - while TIPC is not widely used - just triggering for the user of a message will be sufficient for people looking into the TIPC protocol.
721 - "Dissect TIPC data" in the preferences is now switched on by default
722 - to show undissected data, the "data" dissector is now used.
723 - corrected some typos
724 ------------------------------------------------------------------------
725 r22184 | kukosa | 2007-06-25 01:58:27 -0700 (Mon, 25 Jun 2007) | 3 lines
726 Changed paths:
727    M /trunk/epan/dissectors/packet-q932-ros.c
728    M /trunk/tools/asn2wrs.py
729
730 - fix field type FT_... for SelectionType
731 - fix OPTIONAL handling in CLASS definition
732 - Q.932 ROS regenerated
733 ------------------------------------------------------------------------
734 r22185 | kukosa | 2007-06-25 03:26:21 -0700 (Mon, 25 Jun 2007) | 1 line
735 Changed paths:
736    M /trunk/tools/asn2wrs.py
737
738 comment out some forgotten debug printouts
739 ------------------------------------------------------------------------
740 r22186 | gerald | 2007-06-25 11:22:36 -0700 (Mon, 25 Jun 2007) | 2 lines
741 Changed paths:
742    M /trunk/epan/dissectors/packet-eapol.c
743
744 Fix logic to properly ignore (for now) encrypted keys and group keys.
745
746 ------------------------------------------------------------------------
747 r22187 | etxrab | 2007-06-25 11:40:17 -0700 (Mon, 25 Jun 2007) | 1 line
748 Changed paths:
749    M /trunk/asn1/cmip/Makefile
750    M /trunk/asn1/cmip/Makefile.nmake
751    M /trunk/asn1/cmip/cmip-exp.cnf
752    M /trunk/asn1/cmip/cmip.cnf
753    M /trunk/asn1/cmip/packet-cmip-template.c
754    M /trunk/epan/dissectors/packet-cmip.c
755    M /trunk/epan/dissectors/packet-cmip.h
756
757 Generate CMIP from original asn1 files with -X and -T option.
758 ------------------------------------------------------------------------
759 r22188 | sfisher | 2007-06-25 11:59:43 -0700 (Mon, 25 Jun 2007) | 6 lines
760 Changed paths:
761    M /trunk/capture_opts.c
762
763
764 Fix bug #1665 / From Nikns Siankin:
765
766 Fix compilation on OpenBSD.  This needs to go into 0.99.6 release.
767
768
769 ------------------------------------------------------------------------
770 r22189 | sfisher | 2007-06-25 12:29:02 -0700 (Mon, 25 Jun 2007) | 7 lines
771 Changed paths:
772    M /trunk/epan/libwireshark.def
773
774
775 From Frank Stratemeier:
776
777 I added rval_to_str, match_strrval and match_strrval_idx to
778 libwireshark.def for being available in plugins.
779
780
781 ------------------------------------------------------------------------
782 r22190 | sfisher | 2007-06-25 12:40:37 -0700 (Mon, 25 Jun 2007) | 7 lines
783 Changed paths:
784    M /trunk/asn1/Makefile.am
785    M /trunk/asn1/x420/Makefile
786    M /trunk/asn1/x420/Makefile.nmake
787
788
789 From Stig Bjorlykke:
790
791 This patch fixes building x420 with ftbp on Unix platform and adds
792 ftbp.asn to the tarball.
793
794
795 ------------------------------------------------------------------------
796 r22191 | etxrab | 2007-06-25 12:51:23 -0700 (Mon, 25 Jun 2007) | 2 lines
797 Changed paths:
798    M /trunk/epan/dissectors/packet-ipmi.c
799
800 From Flavio Leitner:
801 Fix IPMI Completion Codes.
802 ------------------------------------------------------------------------
803 r22192 | jake | 2007-06-25 13:47:45 -0700 (Mon, 25 Jun 2007) | 2 lines
804 Changed paths:
805    M /trunk/epan/dissectors/packet-edonkey.c
806
807 From Lukazs M.:
808 Small patch for packet-edonkey.c (stupid mistakes are the easiest to made :-))
809 ------------------------------------------------------------------------
810 r22193 | jake | 2007-06-26 00:02:48 -0700 (Tue, 26 Jun 2007) | 2 lines
811 Changed paths:
812    M /trunk/epan/dissectors/packet-ospf.c
813
814 Fix for bug 1658:
815 Add Do Not Age bit interpretation.
816 ------------------------------------------------------------------------
817 r22194 | etxrab | 2007-06-26 10:10:05 -0700 (Tue, 26 Jun 2007) | 1 line
818 Changed paths:
819    M /trunk/asn1/cmip/cmip.cnf
820    M /trunk/asn1/gnm/Makefile.nmake
821    M /trunk/asn1/gnm/gnm.cnf
822    M /trunk/epan/dissectors/packet-cmip.c
823    M /trunk/epan/dissectors/packet-gnm.c
824
825 Try to fix some GCC warnings
826 ------------------------------------------------------------------------
827 r22195 | gerald | 2007-06-26 12:38:44 -0700 (Tue, 26 Jun 2007) | 2 lines
828 Changed paths:
829    M /trunk/capture_info.c
830    M /trunk/epan/dissectors/packet-ppi.c
831    A /trunk/epan/dissectors/packet-ppi.h
832    M /trunk/epan/libwireshark.def
833
834 Add capture counts for PPI.
835
836 ------------------------------------------------------------------------
837 r22196 | etxrab | 2007-06-26 13:49:21 -0700 (Tue, 26 Jun 2007) | 1 line
838 Changed paths:
839    M /trunk/asn1/cmip/cmip.cnf
840    M /trunk/epan/dissectors/packet-cmip.c
841
842 Try to fix the last defined but not used warnings.
843 ------------------------------------------------------------------------
844 r22198 | gerald | 2007-06-26 22:39:13 -0700 (Tue, 26 Jun 2007) | 3 lines
845 Changed paths:
846    M /trunk/gtk/export_object.c
847
848 If we have problems with "Save All" in the HTTP object list, show a single
849 error dialog instead of one dialog per unsaved file.
850
851 ------------------------------------------------------------------------
852 r22199 | etxrab | 2007-06-26 23:03:13 -0700 (Tue, 26 Jun 2007) | 1 line
853 Changed paths:
854    D /trunk/asn1/ldap/README
855
856 Remove obsolete README file.
857 ------------------------------------------------------------------------
858 r22200 | sfisher | 2007-06-26 23:28:02 -0700 (Tue, 26 Jun 2007) | 4 lines
859 Changed paths:
860    M /trunk/asn1/Makefile.am
861
862
863 Fix distcheck
864
865
866 ------------------------------------------------------------------------
867 r22201 | kukosa | 2007-06-26 23:54:48 -0700 (Tue, 26 Jun 2007) | 1 line
868 Changed paths:
869    M /trunk/epan/libwireshark.def
870
871 export prefs_register_static_text_preference()
872 ------------------------------------------------------------------------
873 r22202 | kukosa | 2007-06-27 01:13:53 -0700 (Wed, 27 Jun 2007) | 4 lines
874 Changed paths:
875    M /trunk/tools/asn2wrs.py
876
877 - INSTANCE OF type support
878 - fix bug in empty SET handling
879 - partial support for OpenTypeFieldVal
880 - allow useful object classes in ObjectFieldSpec and ObjectSetFieldSpec
881 ------------------------------------------------------------------------
882 r22203 | kukosa | 2007-06-27 07:26:17 -0700 (Wed, 27 Jun 2007) | 1 line
883 Changed paths:
884    M /trunk/tools/asn2wrs.py
885
886 check conflict in CLASS fields redefinition
887 ------------------------------------------------------------------------
888 r22204 | etxrab | 2007-06-27 10:02:47 -0700 (Wed, 27 Jun 2007) | 1 line
889 Changed paths:
890    M /trunk/asn1/cmip/cmip-exp.cnf
891    M /trunk/asn1/cmip/cmip.cnf
892    M /trunk/asn1/cmip/packet-cmip-template.c
893    M /trunk/epan/dissectors/packet-cmip.c
894    M /trunk/epan/dissectors/packet-cmip.h
895
896 Try to fix the last defined but not used warnings(again).
897 ------------------------------------------------------------------------
898 r22205 | etxrab | 2007-06-27 10:03:25 -0700 (Wed, 27 Jun 2007) | 1 line
899 Changed paths:
900    M /trunk/epan/dissectors/Makefile.common
901
902 Fix distcheck
903 ------------------------------------------------------------------------
904 r22206 | gal | 2007-06-27 10:42:41 -0700 (Wed, 27 Jun 2007) | 3 lines
905 Changed paths:
906    M /trunk/asn1/s4406/s4406.asn
907    M /trunk/epan/dissectors/packet-s4406.c
908
909 This patch changes ExemptedAddressSeq to a SEQUENCE OF.
910
911
912 ------------------------------------------------------------------------
913 r22207 | gal | 2007-06-27 10:51:19 -0700 (Wed, 27 Jun 2007) | 3 lines
914 Changed paths:
915    M /trunk/asn1/pres/packet-pres-template.c
916    M /trunk/epan/dissectors/packet-pres.c
917
918 This patch make PRES context identifiers conversation aware.
919
920
921 ------------------------------------------------------------------------
922 r22208 | gal | 2007-06-27 10:57:44 -0700 (Wed, 27 Jun 2007) | 4 lines
923 Changed paths:
924    M /trunk/asn1/rtse/packet-rtse-template.c
925    M /trunk/epan/dissectors/packet-rtse.c
926
927 This patch adds a check for octet string in RTSE reassembly.
928 If not an octet string the data is handled as ordinary RTSE APDU.
929
930
931 ------------------------------------------------------------------------
932 r22209 | gal | 2007-06-27 11:03:23 -0700 (Wed, 27 Jun 2007) | 5 lines
933 Changed paths:
934    M /trunk/asn1/x411/x411.cnf
935    M /trunk/epan/dissectors/packet-x411.c
936
937 This patch will set correct extension_id for ExtensionAttributeType
938 (error introduced in r22043), and fix printing of CAP values in
939 oraddress (error introduced in r22054).
940
941
942 ------------------------------------------------------------------------
943 r22210 | gerald | 2007-06-27 12:02:58 -0700 (Wed, 27 Jun 2007) | 3 lines
944 Changed paths:
945    M /trunk/epan/crypt/airpdcap.c
946
947 Make the WPA passphrase a percent-escaped string.  Constify and GLib-ize
948 some variables.
949
950 ------------------------------------------------------------------------
951 r22211 | gerald | 2007-06-27 14:03:25 -0700 (Wed, 27 Jun 2007) | 4 lines
952 Changed paths:
953    M /trunk/gtk/airpcap_dlg.c
954
955 In the wireless key management dialog, apply the 802.11 preferences when
956 the "OK," "Apply," or "Cancel" buttons are pressed.  Remove some duplicate
957 code.  Add a comment about "Cancel" not working as expected.
958
959 ------------------------------------------------------------------------
960 r22214 | sfisher | 2007-06-27 16:26:24 -0700 (Wed, 27 Jun 2007) | 8 lines
961 Changed paths:
962    M /trunk/gtk/capture_file_dlg.c
963
964
965 Fix a bug where you couldn't save individual packets from a file type that
966 Wireshark doesn't support writing to.  The default in the drop-down menu
967 was libpcap, but since gtk_option_menu_set_history() doesn't send the
968 activate signal we set up earlier, you would have to manually click on the
969 drop-down and reselect libpcap for it to work.  Now it works as expected.
970
971
972 ------------------------------------------------------------------------
973 r22215 | gerald | 2007-06-27 16:42:06 -0700 (Wed, 27 Jun 2007) | 2 lines
974 Changed paths:
975    M /trunk/Makefile.common
976
977 Put airpcap.h back in the distribution.
978
979 ------------------------------------------------------------------------
980 r22217 | guy | 2007-06-27 16:53:24 -0700 (Wed, 27 Jun 2007) | 5 lines
981 Changed paths:
982    M /trunk/epan/dissectors/packet-radiotap.c
983
984 I think David Young needs to be granted the power of life and death
985 over anybody who edits the sys/net80211/ieee80211_radiotap.h header on
986 any operating system.  I also think he needs to be willing to use that
987 power when necessary.
988
989 ------------------------------------------------------------------------
990 r22220 | jake | 2007-06-28 12:03:47 -0700 (Thu, 28 Jun 2007) | 2 lines
991 Changed paths:
992    M /trunk/epan/dissectors/packet-bacapp.c
993
994 Fix for bug 1669:
995 Don't ditch the returned offset.
996 ------------------------------------------------------------------------
997 r22222 | martinm | 2007-06-29 03:47:46 -0700 (Fri, 29 Jun 2007) | 2 lines
998 Changed paths:
999    M /trunk/gtk/sip_stat.c
1000    M /trunk/tap-sipstat.c
1001
1002 Add 422 "Session Timer Too Small" response code from RFC 4028
1003
1004 ------------------------------------------------------------------------
1005 r22223 | kukosa | 2007-06-29 04:28:35 -0700 (Fri, 29 Jun 2007) | 2 lines
1006 Changed paths:
1007    M /trunk/tools/asn2wrs.py
1008
1009 - implementation of OPERATION and ERROR objects support started
1010 - new #.TABLE... directives to printout objects into output files 
1011 ------------------------------------------------------------------------
1012 r22224 | martinm | 2007-06-29 09:16:57 -0700 (Fri, 29 Jun 2007) | 3 lines
1013 Changed paths:
1014    M /trunk/epan/dissectors/packet-catapult-dct2000.c
1015    M /trunk/wiretap/catapult_dct2000.c
1016
1017 - Map gre -> IP
1018 - Change a value string value to help an easily-frightened colleague
1019
1020 ------------------------------------------------------------------------
1021 r22226 | jake | 2007-06-29 12:00:46 -0700 (Fri, 29 Jun 2007) | 2 lines
1022 Changed paths:
1023    M /trunk/epan/dissectors/packet-iax2.c
1024    M /trunk/epan/dissectors/packet-iax2.h
1025
1026 Fix for bug 1585:
1027 Add new frame types for IAX protocol and modem subclass dissection.
1028 ------------------------------------------------------------------------
1029 r22227 | etxrab | 2007-07-01 11:48:15 -0700 (Sun, 01 Jul 2007) | 2 lines
1030 Changed paths:
1031    M /trunk/asn1/cmip/Makefile.nmake
1032    M /trunk/asn1/cmip/cmip-exp.cnf
1033    M /trunk/asn1/cmip/cmip.cnf
1034    M /trunk/asn1/cmip/packet-cmip-template.c
1035    M /trunk/asn1/gnm/GNM.asn
1036    M /trunk/asn1/gnm/Makefile
1037    M /trunk/asn1/gnm/Makefile.nmake
1038    M /trunk/asn1/gnm/gnm.cnf
1039    M /trunk/asn1/gnm/packet-gnm-template.c
1040    M /trunk/epan/dissectors/packet-cmip.c
1041    M /trunk/epan/dissectors/packet-cmip.h
1042    M /trunk/epan/dissectors/packet-gnm.c
1043    M /trunk/epan/dissectors/packet-gnm.h
1044
1045 Try to fix defined but not used warnings and use the nice new table function to get the
1046 list of Opcodes.
1047 ------------------------------------------------------------------------
1048 r22228 | etxrab | 2007-07-02 02:20:19 -0700 (Mon, 02 Jul 2007) | 1 line
1049 Changed paths:
1050    M /trunk/asn1/cmip/cmip.cnf
1051    M /trunk/epan/dissectors/packet-cmip.c
1052
1053 Correct a copy paste error and rename fields.
1054 ------------------------------------------------------------------------
1055 r22229 | etxrab | 2007-07-02 05:12:49 -0700 (Mon, 02 Jul 2007) | 1 line
1056 Changed paths:
1057    M /trunk/asn1/ansi_map/ansi_map.asn
1058    M /trunk/asn1/ansi_map/ansi_map.cnf
1059    M /trunk/epan/dissectors/packet-ansi_map.c
1060
1061 Fix some of the  'defined but not used' warnings.
1062 ------------------------------------------------------------------------
1063 r22230 | kukosa | 2007-07-02 05:22:05 -0700 (Mon, 02 Jul 2007) | 2 lines
1064 Changed paths:
1065    M /trunk/tools/asn2wrs.py
1066
1067 register type of OPERATION fields &ArgumentType and &ResultType and ERROR field &ParemeterType if other type than Typereference is used
1068
1069 ------------------------------------------------------------------------
1070 r22231 | kukosa | 2007-07-02 05:25:13 -0700 (Mon, 02 Jul 2007) | 1 line
1071 Changed paths:
1072    M /trunk/asn1/qsig/packet-qsig-template.c
1073    M /trunk/asn1/qsig/qsig-cf.asn
1074    M /trunk/asn1/qsig/qsig.cnf
1075    M /trunk/epan/dissectors/packet-qsig.c
1076
1077 ARGUMENT and RESULT types of OPERATION can be used with new asn2wrs and need not to be redefined as assignment
1078 ------------------------------------------------------------------------
1079 r22232 | kukosa | 2007-07-02 06:03:39 -0700 (Mon, 02 Jul 2007) | 2 lines
1080 Changed paths:
1081    M /trunk/tools/asn2wrs.py
1082
1083 - HSTRING value support
1084 - accept any type in CONSTRAINED BY
1085 ------------------------------------------------------------------------
1086 r22233 | etxrab | 2007-07-03 02:08:31 -0700 (Tue, 03 Jul 2007) | 2 lines
1087 Changed paths:
1088    M /trunk/asn1/ulp/packet-ulp-template.c
1089    M /trunk/asn1/ulp/ulp.cnf
1090    M /trunk/epan/dissectors/packet-per.c
1091    M /trunk/epan/dissectors/packet-ulp.c
1092
1093 Fix dissection of IP addresses in unaligned PER.
1094 Add dissection of MSISDN and IMSI to the ULP dissector.
1095 ------------------------------------------------------------------------
1096 r22234 | kukosa | 2007-07-03 04:01:21 -0700 (Tue, 03 Jul 2007) | 1 line
1097 Changed paths:
1098    M /trunk/tools/asn2wrs.py
1099
1100 small changes in value reference handling and parameterized object assignment handling
1101 ------------------------------------------------------------------------
1102 r22235 | sahlberg | 2007-07-03 05:02:16 -0700 (Tue, 03 Jul 2007) | 16 lines
1103 Changed paths:
1104    M /trunk/epan/dissectors/packet-kerberos.c
1105
1106 dissect a new AD-IF-RELEVANT type seen in some vista traces
1107
1108 it is essentially 
1109
1110 Checksum ::= SEQUENCE {
1111    type     [0] INTEGER  # -138 == HMAC-MD5
1112    checksum [1] OCTET STRING
1113 }
1114
1115 SignTicket ::= SEQUENCE {
1116    enctype   [0] INTEGER
1117    signature [1] Checksum
1118 }
1119
1120
1121
1122 ------------------------------------------------------------------------
1123 r22236 | sahlberg | 2007-07-03 06:05:33 -0700 (Tue, 03 Jul 2007) | 11 lines
1124 Changed paths:
1125    M /trunk/epan/dissectors/packet-isns.c
1126
1127 relax the checking of [PG] PORTAL IP ADDRESS,   some implementations are 
1128 apparently broken and send 64 bytes for these fields.
1129
1130 mark these packets in the decode pane that the isns host is broken
1131
1132
1133 change the calculation of offset to just increment it by tag size  len 
1134 size and length one at the very end of the attribute dissector
1135
1136
1137
1138 ------------------------------------------------------------------------
1139 r22237 | gerald | 2007-07-03 17:53:03 -0700 (Tue, 03 Jul 2007) | 2 lines
1140 Changed paths:
1141    M /trunk/packaging/nsis/Makefile.am
1142    M /trunk/packaging/nsis/Makefile.nmake
1143    D /trunk/packaging/nsis/WinPcap_4_0.exe
1144    A /trunk/packaging/nsis/WinPcap_4_0_1.exe
1145    M /trunk/packaging/nsis/wireshark.nsi
1146    M /trunk/packaging/u3/win32/makefile.nmake
1147    M /trunk/packaging/u3/win32/u3util.c
1148
1149 Switch to WinPcap 4.0.1.
1150
1151 ------------------------------------------------------------------------
1152 r22238 | jake | 2007-07-04 00:22:57 -0700 (Wed, 04 Jul 2007) | 2 lines
1153 Changed paths:
1154    M /trunk/debian/changelog
1155    M /trunk/debian/control
1156    M /trunk/debian/copyright
1157    M /trunk/debian/patches/00list
1158    M /trunk/debian/patches/01_idl2deb.dpatch
1159    M /trunk/debian/patches/02_asn2deb.dpatch
1160    M /trunk/debian/patches/03_preferences.dpatch
1161    M /trunk/debian/patches/04_drop-capabilities.dpatch
1162    M /trunk/debian/patches/05_plugin-libdir.dpatch
1163    M /trunk/debian/patches/06_giop-buffer.dpatch
1164    M /trunk/debian/patches/07_gcc4.dpatch
1165    D /trunk/debian/patches/08_ethereal-desktop-menu.dpatch
1166    M /trunk/debian/patches/08_wireshark-desktop-menu.dpatch
1167    D /trunk/debian/patches/09_idl2eth.dpatch
1168    M /trunk/debian/patches/09_idl2wrs.dpatch
1169    D /trunk/debian/patches/10_ethereal_gen.dpatch
1170    D /trunk/debian/patches/11_diameter_vendors.dpatch
1171    A /trunk/debian/pycompat
1172    A /trunk/debian/pyversions
1173    M /trunk/debian/rules
1174    M /trunk/debian/tshark.files
1175    M /trunk/debian/tshark.manpages
1176    M /trunk/debian/wireshark-common.files
1177    M /trunk/debian/wireshark-common.manpages
1178    M /trunk/debian/wireshark-dev.docs
1179    M /trunk/debian/wireshark-dev.files
1180    M /trunk/debian/wireshark-dev.header-files
1181    M /trunk/debian/wireshark-dev.manpages
1182    M /trunk/debian/wireshark-dev.postinst
1183    M /trunk/debian/wireshark-dev.prerm
1184    M /trunk/debian/wireshark-root.desktop
1185    M /trunk/debian/wireshark.files
1186    M /trunk/debian/wireshark.manpages
1187    M /trunk/debian/wireshark.menu
1188
1189 From Frederic Peters:
1190 Update of de Debian Packaging files from 0.99.2 to 0.99.6pre1.
1191 ------------------------------------------------------------------------
1192 r22239 | etxrab | 2007-07-04 06:27:44 -0700 (Wed, 04 Jul 2007) | 1 line
1193 Changed paths:
1194    A /trunk/asn1/camel/CAP-GPRS-ReferenceNumber.asn
1195    A /trunk/asn1/camel/CAP-SMS-ops-args.asn
1196    A /trunk/asn1/camel/CAP-U-ABORT-Data.asn
1197    A /trunk/asn1/camel/CAP-classes.asn
1198    A /trunk/asn1/camel/CAP-datatypes.asn
1199    A /trunk/asn1/camel/CAP-errorcodes.asn
1200    A /trunk/asn1/camel/CAP-errortypes.asn
1201    A /trunk/asn1/camel/CAP-gprsSSF-gsmSCF-ops-args.asn
1202    A /trunk/asn1/camel/CAP-gsmSCF-gsmSRF-ops-args.asn
1203    A /trunk/asn1/camel/CAP-gsmSSF-gsmSCF-ops-args.asn
1204    A /trunk/asn1/camel/CAP-object-identifiers.asn
1205    A /trunk/asn1/camel/CAP-operationcodes.asn
1206    M /trunk/asn1/gsmmap/gsm_map-exp.cnf
1207    M /trunk/asn1/gsmmap/gsmmap.cnf
1208    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
1209    M /trunk/asn1/inap/inap.cnf
1210    M /trunk/asn1/inap/packet-inap-template.h
1211    M /trunk/epan/dissectors/packet-gsm_map.c
1212    M /trunk/epan/dissectors/packet-gsm_map.h
1213    M /trunk/epan/dissectors/packet-inap.c
1214    M /trunk/epan/dissectors/packet-inap.h
1215
1216 Preparations for updated CAMEL dissector.
1217 ------------------------------------------------------------------------
1218 r22240 | gal | 2007-07-04 09:16:32 -0700 (Wed, 04 Jul 2007) | 4 lines
1219 Changed paths:
1220    M /trunk/epan/dissectors/packet-smtp.c
1221
1222 New preference to allow for the reassembly of SMTP DATA and subsequent dissection as Internet Message Format (imf).
1223 (imf dissector in separate patch).
1224
1225
1226 ------------------------------------------------------------------------
1227 r22241 | gal | 2007-07-04 09:24:20 -0700 (Wed, 04 Jul 2007) | 7 lines
1228 Changed paths:
1229    M /trunk/epan/dissectors/Makefile.common
1230    A /trunk/epan/dissectors/packet-imf.c
1231
1232 New dissector for Internet Message Format (IMF) - RFC 2822.
1233 It provides basic dissection of the text-based protocol, providing fields for filtering.
1234 It also calls the multipart dissector for any MIME body that is found.
1235 It includes very basic support for MIXER (RFC 2156) fields.
1236 It also registers itself as "message/rfc822" in the media type table.
1237
1238
1239 ------------------------------------------------------------------------
1240 r22242 | martinm | 2007-07-04 10:27:46 -0700 (Wed, 04 Jul 2007) | 2 lines
1241 Changed paths:
1242    M /trunk/epan/dissectors/packet-sip.c
1243
1244 Make lines of raw SIP filterable.  Fix a little whitespace.
1245
1246 ------------------------------------------------------------------------
1247 r22243 | martinm | 2007-07-05 02:58:09 -0700 (Thu, 05 Jul 2007) | 2 lines
1248 Changed paths:
1249    M /trunk/epan/dissectors/packet-catapult-dct2000.c
1250
1251 Make timestamp a double to make filtering more useful.
1252
1253 ------------------------------------------------------------------------
1254 r22244 | etxrab | 2007-07-05 06:14:25 -0700 (Thu, 05 Jul 2007) | 2 lines
1255 Changed paths:
1256    M /trunk/epan/dissectors/packet-ber.c
1257
1258 From Stig Bj?\195?\184rlykke:
1259 This patch adds an option to packet-ber to show unexpected tags/data as unknown BER.  It also fixes some offset/length combinations when adding the error message to the tree.
1260 ------------------------------------------------------------------------
1261 r22245 | etxrab | 2007-07-05 06:18:28 -0700 (Thu, 05 Jul 2007) | 1 line
1262 Changed paths:
1263    M /trunk/asn1/camel/Makefile
1264    M /trunk/asn1/camel/Makefile.nmake
1265    A /trunk/asn1/camel/TCAPMessages.asn
1266    M /trunk/asn1/camel/camel.cnf
1267    M /trunk/asn1/camel/packet-camel-template.c
1268    M /trunk/asn1/camel/packet-camel-template.h
1269    M /trunk/asn1/cmip/cmip.cnf
1270    M /trunk/epan/dissectors/packet-camel.c
1271    M /trunk/epan/dissectors/packet-camel.h
1272
1273 New Camel dissector built with -X and -T option and origninal ASN1 files.
1274 ------------------------------------------------------------------------
1275 r22246 | gal | 2007-07-05 09:19:36 -0700 (Thu, 05 Jul 2007) | 2 lines
1276 Changed paths:
1277    M /trunk/epan/dissectors/packet-multipart.c
1278
1279 Allow for leading whitespace in parameters when looking for the boundary.
1280
1281 ------------------------------------------------------------------------
1282 r22248 | gal | 2007-07-05 09:31:12 -0700 (Thu, 05 Jul 2007) | 3 lines
1283 Changed paths:
1284    M /trunk/epan/dissectors/packet-multipart.c
1285
1286 Consistent eol-style restored.
1287
1288
1289 ------------------------------------------------------------------------
1290 r22250 | etxrab | 2007-07-05 14:29:53 -0700 (Thu, 05 Jul 2007) | 1 line
1291 Changed paths:
1292    M /trunk/asn1/camel/camel.cnf
1293    M /trunk/asn1/camel/packet-camel-template.c
1294    M /trunk/asn1/camel/packet-camel-template.h
1295    M /trunk/epan/dissectors/packet-camel.c
1296    M /trunk/epan/dissectors/packet-camel.h
1297
1298 Try to get rid of the warnings.
1299 ------------------------------------------------------------------------
1300 r22251 | etxrab | 2007-07-05 14:51:12 -0700 (Thu, 05 Jul 2007) | 1 line
1301 Changed paths:
1302    M /trunk/diameter/chargecontrol.xml
1303    M /trunk/diameter/dictionary.xml
1304
1305 Move 3GPP AVP:s to dictionary.xml chnge some AVP types to 'Time' as per 3GPP spec.
1306 ------------------------------------------------------------------------
1307 r22252 | sahlberg | 2007-07-05 15:01:58 -0700 (Thu, 05 Jul 2007) | 3 lines
1308 Changed paths:
1309    A /trunk/epan/dissectors/pidl/samr.cnf
1310    A /trunk/epan/dissectors/pidl/samr.idl
1311
1312 add initial samr idl and conformance file
1313
1314
1315 ------------------------------------------------------------------------
1316 r22253 | sahlberg | 2007-07-05 15:03:35 -0700 (Thu, 05 Jul 2007) | 2 lines
1317 Changed paths:
1318    M /trunk/epan/dissectors/pidl/samr.cnf
1319    M /trunk/epan/dissectors/pidl/samr.idl
1320
1321 set propset eol-style to native
1322
1323 ------------------------------------------------------------------------
1324 r22254 | sahlberg | 2007-07-05 15:19:28 -0700 (Thu, 05 Jul 2007) | 3 lines
1325 Changed paths:
1326    M /trunk/epan/dissectors/pidl/samr.cnf
1327
1328 add policy handle tracking to samr.cnf
1329
1330
1331 ------------------------------------------------------------------------
1332 r22255 | sahlberg | 2007-07-05 21:05:06 -0700 (Thu, 05 Jul 2007) | 6 lines
1333 Changed paths:
1334    M /trunk/epan/dissectors/pidl/samr.cnf
1335    M /trunk/epan/dissectors/pidl/samr.idl
1336
1337 redo the lsa_String dissector we temporarily host in samr until lsa has 
1338 been pidlified
1339
1340 prettify some strings and show them in the summary line
1341
1342
1343 ------------------------------------------------------------------------
1344 r22256 | sahlberg | 2007-07-05 22:45:55 -0700 (Thu, 05 Jul 2007) | 4 lines
1345 Changed paths:
1346    M /trunk/epan/dissectors/pidl/samr.cnf
1347
1348 some more prettification,   show name of created users on the summary 
1349 line and also in the associated policy handle
1350
1351
1352 ------------------------------------------------------------------------
1353 r22257 | etxrab | 2007-07-06 03:03:19 -0700 (Fri, 06 Jul 2007) | 2 lines
1354 Changed paths:
1355    M /trunk/epan/dissectors/packet-ethertype.c
1356    M /trunk/epan/etypes.h
1357
1358 From Seehofer, Markus:
1359 ETHERTYPE for IEEE1588/PTP
1360 ------------------------------------------------------------------------
1361 r22258 | etxrab | 2007-07-06 03:07:25 -0700 (Fri, 06 Jul 2007) | 3 lines
1362 Changed paths:
1363    M /trunk/epan/dissectors/packet-mip6.c
1364    M /trunk/epan/dissectors/packet-mip6.h
1365
1366 From Nicolas Dichtel:
1367 First patch is only to reindent the packet-mip6 files.
1368 Second patch adds PMIPv6 options (draft-ietf-netlmm-proxymip6-01.txt) and Mobile Node Identifier Option (RFC4283).
1369 ------------------------------------------------------------------------
1370 r22259 | jake | 2007-07-06 13:34:20 -0700 (Fri, 06 Jul 2007) | 1 line
1371 Changed paths:
1372    M /trunk/packaging/nsis/wireshark.nsi
1373
1374 Have the installer propose to install 4.0.1 over 4.0.0.
1375 ------------------------------------------------------------------------
1376 r22260 | sahlberg | 2007-07-06 15:14:04 -0700 (Fri, 06 Jul 2007) | 3 lines
1377 Changed paths:
1378    M /trunk/epan/dissectors/pidl/samr.cnf
1379    M /trunk/epan/dissectors/pidl/samr.idl
1380
1381 add dissection of the bits for the Connect[0-5] access_masks
1382
1383
1384 ------------------------------------------------------------------------
1385 r22261 | jake | 2007-07-06 15:27:03 -0700 (Fri, 06 Jul 2007) | 1 line
1386 Changed paths:
1387    M /trunk/wiretap/mpeg.c
1388
1389 Now it really can read MP3 files, without SIGABRT.
1390 ------------------------------------------------------------------------
1391 r22262 | jake | 2007-07-06 15:36:58 -0700 (Fri, 06 Jul 2007) | 9 lines
1392 Changed paths:
1393    M /trunk/epan/dissectors/packet-bacapp.c
1394    M /trunk/epan/dissectors/packet-bacapp.h
1395
1396 From Steve Karg:
1397 Attached is a patch that fixes bug 1670 and related issues.
1398 For the BACnet GetEventInformation-ACK request dissector:
1399 1. Corrected BitString decoding for acknowledgedTransitions and eventEnable.
1400 2. Corrected the ability to decode more than one event.
1401 3. Grouped each item of the sequence using subtrees.  Added more informative
1402 text to Priority and Timestamp.
1403 4. Corrected eventState to use BACnetEventState enumeration instead of
1404 BACnetEventStateFilter.
1405 ------------------------------------------------------------------------
1406 r22263 | sahlberg | 2007-07-06 18:25:26 -0700 (Fri, 06 Jul 2007) | 3 lines
1407 Changed paths:
1408    M /trunk/epan/dissectors/pidl/samr.cnf
1409    M /trunk/epan/dissectors/pidl/samr.idl
1410
1411 add some more access masks
1412
1413
1414 ------------------------------------------------------------------------
1415 r22264 | sahlberg | 2007-07-06 20:34:30 -0700 (Fri, 06 Jul 2007) | 3 lines
1416 Changed paths:
1417    M /trunk/epan/dissectors/pidl/samr.cnf
1418
1419 fix a typo
1420
1421
1422 ------------------------------------------------------------------------
1423 r22265 | sahlberg | 2007-07-07 14:47:27 -0700 (Sat, 07 Jul 2007) | 3 lines
1424 Changed paths:
1425    M /trunk/epan/dissectors/packet-dcerpc-samr.c
1426    M /trunk/epan/dissectors/packet-dcerpc-samr.h
1427
1428 add the new pidl created SAMR dissector
1429
1430
1431 ------------------------------------------------------------------------
1432 r22266 | etxrab | 2007-07-07 15:24:37 -0700 (Sat, 07 Jul 2007) | 1 line
1433 Changed paths:
1434    M /trunk/asn1/camel/camel.cnf
1435    M /trunk/asn1/camel/packet-camel-template.c
1436    M /trunk/asn1/camel/packet-camel-template.h
1437    M /trunk/epan/dissectors/packet-camel.c
1438    M /trunk/epan/dissectors/packet-camel.h
1439
1440 Make hf fileds for ARGGUMENT RESULT and ERROR parameters.
1441 ------------------------------------------------------------------------
1442 r22267 | sahlberg | 2007-07-07 15:27:22 -0700 (Sat, 07 Jul 2007) | 9 lines
1443 Changed paths:
1444    M /trunk/epan/dissectors/packet-tcp.c
1445
1446 bug 1550
1447 add a fix for ack/seq tracking when the tcp is broken and sends a 
1448 non-zero ack field for SYN packets.
1449
1450 add a warning to the dissect pane that illustrates that these are broken 
1451 packets
1452  
1453
1454
1455 ------------------------------------------------------------------------
1456 r22268 | jmayer | 2007-07-08 03:20:30 -0700 (Sun, 08 Jul 2007) | 30 lines
1457 Changed paths:
1458    M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
1459    M /trunk/tools/pidl/tests/ndr_align.pl
1460    M /trunk/tools/pidl/tests/ndr_tagtype.pl
1461
1462 Update from samba tree revision 23135 to 23750
1463 ============================ Samba log start ============
1464 ------------------------------------------------------------------------
1465 r23677 | abartlet | 2007-07-03 09:28:46 +0200 (Tue, 03 Jul 2007) | 6 lines
1466 Changed paths:
1467    M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
1468    M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
1469
1470 When I removed data_blob_equal, I clearly didn't test the PIDL code.
1471
1472 Fix these to use the new data_blob_cmp()
1473
1474 Andrew Bartlett
1475
1476 ------------------------------------------------------------------------
1477 r23721 | sahlberg | 2007-07-05 09:19:14 +0200 (Thu, 05 Jul 2007) | 7 lines
1478 Changed paths:
1479    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
1480
1481 For unions, The TAG and the ARM are aligned independently.
1482
1483 Move emitting ALIGN_TO_x_BYTES to after the tag has been dissected so the 
1484 alignment only affects the ARM.
1485
1486
1487
1488 ------------------------------------------------------------------------
1489 ------------------------------------------------------------------------
1490 ============================ Samba log end ==============
1491
1492 ------------------------------------------------------------------------
1493 r22269 | etxrab | 2007-07-08 07:38:07 -0700 (Sun, 08 Jul 2007) | 1 line
1494 Changed paths:
1495    M /trunk/asn1/acp133/Makefile
1496    M /trunk/asn1/acp133/Makefile.nmake
1497    M /trunk/epan/dissectors/packet-acp133.c
1498    M /trunk/epan/dissectors/packet-acp133.h
1499
1500 ACP123 with -X and -T option
1501 ------------------------------------------------------------------------
1502 r22270 | sahlberg | 2007-07-09 03:49:34 -0700 (Mon, 09 Jul 2007) | 5 lines
1503 Changed paths:
1504    M /trunk/epan/dissectors/packet-dcerpc-samr.c
1505    M /trunk/epan/dissectors/pidl/samr.cnf
1506
1507 rename all policy handles in samr to have a name that describes the type 
1508 of handle.
1509
1510
1511
1512 ------------------------------------------------------------------------
1513 r22271 | sahlberg | 2007-07-09 04:04:38 -0700 (Mon, 09 Jul 2007) | 12 lines
1514 Changed paths:
1515    M /trunk/epan/dissectors/packet-smb-sidsnooping.c
1516
1517 disabling sid snooping in the code
1518
1519 this module was never really finished and was therefore semi-useless.
1520 disabled now since the change to samr broke it  and the real fix to 
1521 unbreak it would be a substantial rewrite of it
1522 (and adding a nice gui so one can see which sids are mapped...)
1523
1524 disabled it   but did not remove it since i do think the module is 
1525 useful   IF it is completed with a lot more operations.
1526
1527
1528
1529 ------------------------------------------------------------------------
1530 r22272 | sahlberg | 2007-07-09 05:37:20 -0700 (Mon, 09 Jul 2007) | 5 lines
1531 Changed paths:
1532    M /trunk/epan/dissectors/packet-dcerpc-samr.c
1533    M /trunk/epan/dissectors/packet-dcerpc-samr.h
1534    M /trunk/epan/dissectors/pidl/samr.cnf
1535    M /trunk/epan/dissectors/pidl/samr.idl
1536
1537 make all rids use a single hf filter field
1538
1539 dissect the Type of rid using lsa_Types
1540
1541
1542 ------------------------------------------------------------------------
1543 r22273 | sahlberg | 2007-07-09 05:50:57 -0700 (Mon, 09 Jul 2007) | 3 lines
1544 Changed paths:
1545    M /trunk/epan/dissectors/packet-dcerpc-samr.c
1546    M /trunk/epan/dissectors/pidl/samr.idl
1547
1548 the sidtype is a 32bit enum   not a standard enum
1549
1550
1551 ------------------------------------------------------------------------
1552 r22274 | sahlberg | 2007-07-09 06:05:52 -0700 (Mon, 09 Jul 2007) | 3 lines
1553 Changed paths:
1554    M /trunk/epan/dissectors/packet-dcerpc-samr.c
1555    M /trunk/epan/dissectors/packet-dcerpc-samr.h
1556    M /trunk/epan/dissectors/pidl/samr.cnf
1557    M /trunk/epan/dissectors/pidl/samr.idl
1558
1559 dissect lsa_Strings correctly in the samr dissector
1560
1561
1562 ------------------------------------------------------------------------
1563 r22275 | martinm | 2007-07-09 06:27:15 -0700 (Mon, 09 Jul 2007) | 4 lines
1564 Changed paths:
1565    M /trunk/diameter/dictionary.xml
1566    M /trunk/epan/dissectors/packet-diameter.c
1567
1568 - Fix a broken comment in xml file
1569 - Add/fix some AVPs
1570 - Print unmatched command codes in decimal
1571
1572 ------------------------------------------------------------------------
1573 r22277 | gerald | 2007-07-09 09:31:39 -0700 (Mon, 09 Jul 2007) | 6 lines
1574 Changed paths:
1575    M /trunk/file.c
1576    M /trunk/gtk/packet_list.c
1577    M /trunk/gtk/packet_list.h
1578    M /trunk/ui_util.h
1579
1580 From Dustin Johnson: If "Update list of packets in real time" and
1581 "Automatic scrolling in live capture" are both enabled, make the scroll
1582 bar behavior more natural.  If the packet list is scrolled to the
1583 bottom, scroll automatically.  If the user scrolls back, keep the packet
1584 list scrolled at that point instead of jumping back to the end.
1585
1586 ------------------------------------------------------------------------
1587 r22278 | gerald | 2007-07-09 09:36:29 -0700 (Mon, 09 Jul 2007) | 2 lines
1588 Changed paths:
1589    M /trunk/gtk/airpcap_gui_utils.c
1590
1591 From Dustin Johnson: AirPcap display update.
1592
1593 ------------------------------------------------------------------------
1594 r22279 | jake | 2007-07-09 09:44:30 -0700 (Mon, 09 Jul 2007) | 1 line
1595 Changed paths:
1596    M /trunk/doc/README.developer
1597
1598 Add a note on how to handle obsolete preferences
1599 ------------------------------------------------------------------------
1600 r22280 | gerald | 2007-07-09 10:01:00 -0700 (Mon, 09 Jul 2007) | 2 lines
1601 Changed paths:
1602    M /trunk/epan/dissectors/packet-ieee80211.c
1603
1604 From Dustin Johnson: Fix a typo.
1605
1606 ------------------------------------------------------------------------
1607 r22281 | guy | 2007-07-09 13:27:38 -0700 (Mon, 09 Jul 2007) | 4 lines
1608 Changed paths:
1609    M /trunk/configure.in
1610    M /trunk/wiretap/configure.in
1611
1612 Check %l[doux] first, when looking for the format to use with 64-bit
1613 integral data types, so we handle LP64 platforms if "gint64" is just a
1614 "long int".
1615
1616 ------------------------------------------------------------------------
1617 r22282 | jake | 2007-07-09 22:15:45 -0700 (Mon, 09 Jul 2007) | 1 line
1618 Changed paths:
1619    M /trunk/epan/dissectors/packet-pana.c
1620
1621 Fix reserved bits bitmask.
1622 ------------------------------------------------------------------------
1623 r22283 | martinm | 2007-07-10 06:20:37 -0700 (Tue, 10 Jul 2007) | 2 lines
1624 Changed paths:
1625    M /trunk/diameter/dictionary.xml
1626    A /trunk/diameter/etsie2e4.xml
1627    M /trunk/packaging/nsis/wireshark.nsi
1628
1629 Add ETSI e2/e4 Diameter applications
1630
1631 ------------------------------------------------------------------------
1632 r22284 | martinm | 2007-07-10 10:45:11 -0700 (Tue, 10 Jul 2007) | 2 lines
1633 Changed paths:
1634    M /trunk/epan/dissectors/packet-diameter.c
1635
1636 Allow filtering of whole AVP
1637
1638 ------------------------------------------------------------------------
1639 r22285 | gerald | 2007-07-10 16:23:09 -0700 (Tue, 10 Jul 2007) | 2 lines
1640 Changed paths:
1641    M /trunk/epan/dissectors/packet-ieee80211.c
1642
1643 Add a missing display filter.
1644
1645 ------------------------------------------------------------------------
1646 r22286 | gerald | 2007-07-11 11:08:14 -0700 (Wed, 11 Jul 2007) | 2 lines
1647 Changed paths:
1648    M /trunk/docbook/release-notes.xml
1649
1650 Clean out the 0.99.6 material and seed for 0.99.7.
1651
1652 ------------------------------------------------------------------------
1653 r22287 | gerald | 2007-07-11 11:23:54 -0700 (Wed, 11 Jul 2007) | 2 lines
1654 Changed paths:
1655    M /trunk/epan/dissectors/Makefile.common
1656    M /trunk/epan/dissectors/packet-ipsec.c
1657
1658 Move packet-ipsec.c to CLEAN_DISSECTOR_SRC.
1659
1660 ------------------------------------------------------------------------
1661 r22288 | sfisher | 2007-07-11 20:27:11 -0700 (Wed, 11 Jul 2007) | 4 lines
1662 Changed paths:
1663    M /trunk/docbook/release-notes.xml
1664
1665
1666 Fix doc build by removing empty itemized lists
1667
1668
1669 ------------------------------------------------------------------------
1670 r22289 | morriss | 2007-07-12 08:34:21 -0700 (Thu, 12 Jul 2007) | 1 line
1671 Changed paths:
1672    M /trunk/epan/dissectors/packet-ssl.c
1673
1674 Undo part of rev 21460: go back to passing proto_ssl to the tap (since apparently follow ssl stream uses it) but now cast it using GINT_TO_POINTER so as to avoid a warning (seen on 64-bit Redhat AS4) about casting to a pointer from an integer of different size.  It does not appear that there is a DTLS tap (which is the other thing changed in 21460).
1675 ------------------------------------------------------------------------
1676 r22290 | martinm | 2007-07-12 10:31:26 -0700 (Thu, 12 Jul 2007) | 2 lines
1677 Changed paths:
1678    M /trunk/epan/dissectors/packet-catapult-dct2000.c
1679
1680 Fix parsing of sctpprim header (v1)
1681
1682 ------------------------------------------------------------------------
1683 r22291 | martinm | 2007-07-12 10:33:50 -0700 (Thu, 12 Jul 2007) | 2 lines
1684 Changed paths:
1685    M /trunk/diameter/gqpolicy.xml
1686
1687 Add some AVPs used with Rq interface (same appid as Gq)
1688
1689 ------------------------------------------------------------------------
1690 r22292 | jake | 2007-07-12 12:55:12 -0700 (Thu, 12 Jul 2007) | 6 lines
1691 Changed paths:
1692    M /trunk/wiretap/wtap.c
1693
1694 From Jim Paris:
1695 The encap_table_base in wcap.c is missing an entry.
1696 This causes e.g. "dumpcap -i usb3 -L" to output:
1697   Data link types (use option -y to set):
1698     USB_LINUX
1699    (MPEG)
1700 ------------------------------------------------------------------------
1701 r22293 | morriss | 2007-07-12 15:36:35 -0700 (Thu, 12 Jul 2007) | 1 line
1702 Changed paths:
1703    M /trunk/doc/README.developer
1704    M /trunk/epan/dissectors/packet-ieee80211.c
1705
1706 From Guillem Hernandez: fix decoding of EOSP bit. From Jaap Keuter: fix description of 'value' in proto_tree_add_boolean() that caused the former bug.
1707 ------------------------------------------------------------------------
1708 r22294 | jake | 2007-07-12 23:28:44 -0700 (Thu, 12 Jul 2007) | 1 line
1709 Changed paths:
1710    M /trunk/doc/README.developer
1711
1712 Added remark on anonymous unions.
1713 ------------------------------------------------------------------------
1714 r22295 | kukosa | 2007-07-13 04:25:53 -0700 (Fri, 13 Jul 2007) | 2 lines
1715 Changed paths:
1716    M /trunk/asn1/q932/packet-q932-ros-template.c
1717    M /trunk/asn1/q932/packet-q932-ros-template.h
1718    M /trunk/asn1/q932/packet-q932-template.c
1719    M /trunk/epan/asn1.h
1720    M /trunk/epan/dissectors/packet-ber.c
1721    M /trunk/epan/dissectors/packet-per.c
1722    M /trunk/epan/dissectors/packet-q932-ros.c
1723    M /trunk/epan/dissectors/packet-q932-ros.h
1724    M /trunk/epan/dissectors/packet-q932.c
1725
1726 - get rid of anonymous unions
1727 - move some structures from packet-per and packet-q932-ros to asn1.h
1728 ------------------------------------------------------------------------
1729 r22296 | kukosa | 2007-07-13 06:17:16 -0700 (Fri, 13 Jul 2007) | 1 line
1730 Changed paths:
1731    M /trunk/tap-camelcounter.c
1732
1733 add necessary include
1734 ------------------------------------------------------------------------
1735 r22297 | kukosa | 2007-07-13 06:20:34 -0700 (Fri, 13 Jul 2007) | 1 line
1736 Changed paths:
1737    M /trunk/tap-camelcounter.c
1738    M /trunk/tap-camelsrt.c
1739
1740 next try to fix includes
1741 ------------------------------------------------------------------------
1742 r22298 | morriss | 2007-07-13 06:45:11 -0700 (Fri, 13 Jul 2007) | 1 line
1743 Changed paths:
1744    M /trunk/asn1/tcap/tcap.cnf
1745    M /trunk/epan/dissectors/packet-tcap.c
1746
1747 From Florent Drouin: fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1681 : initialize the variable containing the OID so the dialog portion gets decoded properly
1748 ------------------------------------------------------------------------
1749 r22299 | etxrab | 2007-07-13 07:46:21 -0700 (Fri, 13 Jul 2007) | 4 lines
1750 Changed paths:
1751    M /trunk/asn1/camel/camel.cnf
1752    M /trunk/epan/dissectors/packet-camel.c
1753
1754 From Florent DROUIN:
1755 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1652
1756 patch to correct the decoding of Calling Party Number, and
1757 Called Party Number, when an implicit tag is used.
1758 ------------------------------------------------------------------------
1759 r22300 | martinm | 2007-07-13 08:51:34 -0700 (Fri, 13 Jul 2007) | 2 lines
1760 Changed paths:
1761    M /trunk/wiretap/catapult_dct2000.c
1762
1763 Worked out properly the silly way aal header is encoded!
1764
1765 ------------------------------------------------------------------------
1766 r22301 | etxrab | 2007-07-13 13:00:38 -0700 (Fri, 13 Jul 2007) | 2 lines
1767 Changed paths:
1768    M /trunk/epan/dissectors/packet-radius.c
1769
1770 Fix bug
1771 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1640 change "Change-Filter-Request (43)" to "CoA-Request (43)"
1772 ------------------------------------------------------------------------
1773 r22302 | guy | 2007-07-13 15:09:58 -0700 (Fri, 13 Jul 2007) | 3 lines
1774 Changed paths:
1775    M /trunk/Makefile.am
1776
1777 Add some missing files from the doc directory, and sort them in the
1778 order that "ls" produces them.
1779
1780 ------------------------------------------------------------------------
1781 r22303 | guy | 2007-07-13 16:18:04 -0700 (Fri, 13 Jul 2007) | 5 lines
1782 Changed paths:
1783    M /trunk/wiretap/catapult_dct2000.c
1784
1785 "isdigit()" doesn't need to be cast to "int".
1786
1787 Its argument, however, needs to be cast to "guchar", so that if the
1788 high-order bit is set, it doesn't get sign-extended.
1789
1790 ------------------------------------------------------------------------
1791 r22304 | guy | 2007-07-13 16:20:02 -0700 (Fri, 13 Jul 2007) | 4 lines
1792 Changed paths:
1793    M /trunk/wiretap/catapult_dct2000.c
1794
1795 Fix more ctype.h calls - casting to "int" suppresses the warning, but
1796 doesn't fix the problem, as the sign extension is still done; you have
1797 to cast to "guchar".
1798
1799 ------------------------------------------------------------------------
1800 r22305 | guy | 2007-07-13 17:29:03 -0700 (Fri, 13 Jul 2007) | 2 lines
1801 Changed paths:
1802    M /trunk/wiretap/catapult_dct2000.c
1803
1804 Fix another cast of the argument to a ctype.h macro.
1805
1806 ------------------------------------------------------------------------
1807 r22306 | guy | 2007-07-13 17:37:01 -0700 (Fri, 13 Jul 2007) | 3 lines
1808 Changed paths:
1809    M /trunk/epan/dfilter/dfilter-macro.c
1810    M /trunk/epan/strutil.c
1811    M /trunk/epan/uat.c
1812    M /trunk/fileset.c
1813
1814 Fix yet more casts of ctype.h macro arguments - and fix some cases where
1815 we were passing an uncasted "char" to those macros.
1816
1817 ------------------------------------------------------------------------
1818 r22307 | gal | 2007-07-14 01:16:43 -0700 (Sat, 14 Jul 2007) | 4 lines
1819 Changed paths:
1820    M /trunk/asn1/x420/x420.asn
1821    M /trunk/epan/dissectors/packet-x420.c
1822
1823 From Stig Bjorlykke. 
1824 ExtendedBodyPart parameters are OPTIONAL.
1825
1826
1827 ------------------------------------------------------------------------
1828 r22308 | gal | 2007-07-14 01:21:58 -0700 (Sat, 14 Jul 2007) | 3 lines
1829 Changed paths:
1830    M /trunk/asn1/acse/acse.cnf
1831    M /trunk/epan/dissectors/packet-acse.c
1832
1833 Dissection of octet-aligned EXTERNALs.
1834
1835
1836 ------------------------------------------------------------------------
1837 r22309 | gal | 2007-07-14 02:12:38 -0700 (Sat, 14 Jul 2007) | 3 lines
1838 Changed paths:
1839    M /trunk/epan/base64.c
1840
1841 Allow the base64 decoding to cope with lines broken with \r\n.
1842
1843
1844 ------------------------------------------------------------------------
1845 r22310 | gal | 2007-07-14 02:15:02 -0700 (Sat, 14 Jul 2007) | 3 lines
1846 Changed paths:
1847    M /trunk/epan/dissectors/packet-imf.c
1848    A /trunk/epan/dissectors/packet-imf.h
1849
1850 Expose a function (imf_find_field_end()) and 
1851 make the field format dissection case-insensitive.
1852
1853 ------------------------------------------------------------------------
1854 r22311 | gal | 2007-07-14 02:19:35 -0700 (Sat, 14 Jul 2007) | 5 lines
1855 Changed paths:
1856    M /trunk/epan/dissectors/packet-multipart.c
1857
1858 Optional removal of any base64 content-transfer-encoding from a MIME
1859 body before passing it to a sub-dissector. The decoded content is added 
1860 as a new source, named with the filename or the content-type.
1861
1862
1863 ------------------------------------------------------------------------
1864 r22312 | gal | 2007-07-14 02:53:30 -0700 (Sat, 14 Jul 2007) | 17 lines
1865 Changed paths:
1866    M /trunk/epan/dissectors/Makefile.common
1867    A /trunk/epan/dissectors/packet-tnef.c
1868
1869 New dissector for Transport-Neutral Encapsulation Format - TNEF.
1870
1871 TNEF is a Microsoft defined format for carrying additional information about a message (e.g. rich text formatting)
1872 and generally appears as a "winmail.dat" attachment. Details are here:
1873
1874 http://msdn2.microsoft.com/en-us/library/ms530652.aspx
1875
1876 This is a basic dissector which handles the TNEF attributes and the MAPI properties (found in MAPIPROPS
1877 TNEF attribute). It is not complete and requires further work to complete the dissection. However it will
1878 dissect TNEF generated from Outlook (including messages with attachments).
1879
1880 It is registered under the appropriate BER OID (1.2.840.113556.3.10.1) for X.400 attachments and media 
1881 type ("application/ms-tnef") for MIME messages. For MIME messages, any content-transfer-encoding
1882 (usually base64) needs to be removed before calling this dissector. There is a preference in the 
1883 MIME multipart dissector to do this. 
1884
1885
1886 ------------------------------------------------------------------------
1887 r22313 | gal | 2007-07-14 02:58:08 -0700 (Sat, 14 Jul 2007) | 3 lines
1888 Changed paths:
1889    M /trunk/epan/dissectors/packet-multipart.c
1890
1891 Fix for warnings on OSX.
1892
1893
1894 ------------------------------------------------------------------------
1895 r22314 | gal | 2007-07-14 03:15:52 -0700 (Sat, 14 Jul 2007) | 3 lines
1896 Changed paths:
1897    M /trunk/epan/dissectors/packet-multipart.c
1898
1899 Further problem highlighted by OSX.
1900
1901
1902 ------------------------------------------------------------------------
1903 r22315 | gal | 2007-07-14 05:52:51 -0700 (Sat, 14 Jul 2007) | 3 lines
1904 Changed paths:
1905    M /trunk/epan/dissectors/Makefile.common
1906
1907 Add packet-imf.h 
1908
1909
1910 ------------------------------------------------------------------------
1911 r22316 | gal | 2007-07-15 03:26:55 -0700 (Sun, 15 Jul 2007) | 4 lines
1912 Changed paths:
1913    M /trunk/packaging/u3/win32/makefile.nmake
1914
1915 Include latest configuration files and remove ones no longer shipped.
1916 (Without these configuration files defragmentation was failing - unsure why!)
1917
1918
1919 ------------------------------------------------------------------------
1920 r22317 | gal | 2007-07-15 03:59:07 -0700 (Sun, 15 Jul 2007) | 3 lines
1921 Changed paths:
1922    M /trunk/packaging/u3/win32/makefile.nmake
1923
1924 Further synchronisation with wireshark.nsi
1925
1926
1927 ------------------------------------------------------------------------
1928 r22318 | lego | 2007-07-15 22:41:58 -0700 (Sun, 15 Jul 2007) | 15 lines
1929 Changed paths:
1930    A /trunk/epan/diam_dict.h
1931    A /trunk/epan/diam_dict.l
1932    M /trunk/epan/dissectors/packet-diameter.c
1933
1934 Rewrite of the diameter dissector to use the dictionary for creating hfids, drop libxml dependency.
1935
1936 The work is still incomplete (anything but strings and numbers appears as bytes) but I want others to start testing it.
1937
1938 TODO:
1939 builders and decoders for:
1940 - (ntp) timestamps
1941 - addresses
1942 - diameteruris
1943 - diameteridentities
1944 - ipfilterrules
1945 - qosfilterrules
1946 - mipregistrationrequests
1947
1948
1949 ------------------------------------------------------------------------
1950 r22319 | lego | 2007-07-15 22:43:46 -0700 (Sun, 15 Jul 2007) | 3 lines
1951 Changed paths:
1952    M /trunk/epan/Makefile.am
1953    M /trunk/epan/Makefile.common
1954
1955 update Makefiles to build diam_dict.[co]
1956
1957
1958 ------------------------------------------------------------------------
1959 r22320 | lego | 2007-07-15 23:06:21 -0700 (Sun, 15 Jul 2007) | 3 lines
1960 Changed paths:
1961    M /trunk/epan/Makefile.nmake
1962
1963 Windows too needs diam_dict.c 
1964
1965
1966 ------------------------------------------------------------------------
1967 r22321 | lego | 2007-07-15 23:28:56 -0700 (Sun, 15 Jul 2007) | 4 lines
1968 Changed paths:
1969    M /trunk/epan/dissectors/packet-diameter.c
1970
1971 for MSVC (vendor_flag ? 12 : 8) is signed ...
1972 well for gcc is either signed or unsigned (they are two literals!)
1973
1974
1975 ------------------------------------------------------------------------
1976 r22322 | kukosa | 2007-07-16 05:51:42 -0700 (Mon, 16 Jul 2007) | 1 line
1977 Changed paths:
1978    M /trunk/epan/dissectors/packet-http.c
1979    M /trunk/epan/dissectors/packet-ssl.c
1980
1981 make TCP and SSL/TLS ports configurable for HTTP
1982 ------------------------------------------------------------------------
1983 r22323 | lego | 2007-07-16 10:27:51 -0700 (Mon, 16 Jul 2007) | 3 lines
1984 Changed paths:
1985    M /trunk/epan/diam_dict.l
1986
1987 Glibize diam_dict.l (should fix windows config)
1988
1989
1990 ------------------------------------------------------------------------
1991 r22324 | lego | 2007-07-16 10:39:40 -0700 (Mon, 16 Jul 2007) | 3 lines
1992 Changed paths:
1993    M /trunk/epan/Makefile.am
1994
1995 Fix distcheck
1996
1997
1998 ------------------------------------------------------------------------
1999 r22325 | gerald | 2007-07-16 11:04:53 -0700 (Mon, 16 Jul 2007) | 2 lines
2000 Changed paths:
2001    M /trunk/doc/README.packaging
2002
2003 Add a note about svnversion.h.
2004
2005 ------------------------------------------------------------------------
2006 r22328 | morriss | 2007-07-16 14:37:07 -0700 (Mon, 16 Jul 2007) | 1 line
2007 Changed paths:
2008    M /trunk/epan/dissectors/packet-per.c
2009
2010 Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1675 (warning: cast from pointer to integer of different size) and, presumably, display of PER encoded IPv4 addresses by copying the IP address into a guint32 and passing that to proto_tree_add_ipv4().
2011 ------------------------------------------------------------------------
2012 r22329 | morriss | 2007-07-16 15:19:59 -0700 (Mon, 16 Jul 2007) | 1 line
2013 Changed paths:
2014    M /trunk/gtk/column_prefs.c
2015    M /trunk/gtk/dfilter_expr_dlg.c
2016    M /trunk/gtk/expert_comp_table.c
2017
2018 Fix a couple "cast to pointer from integer of different size" warnings when building with GTK1.2 on Redhat AS4 64-bit
2019 ------------------------------------------------------------------------
2020 r22330 | sfisher | 2007-07-16 23:21:15 -0700 (Mon, 16 Jul 2007) | 10 lines
2021 Changed paths:
2022    M /trunk/epan/dissectors/packet-wlccp.c
2023
2024
2025 From Kevin A. Noll via private bug #1683:
2026
2027 This is a major re-write of the WLCCP version 0xc1 dissector. It now is
2028 able to dissect many more WLCCP message types and the TLVs that may be
2029 included in a message. Placeholders are left for message types and
2030 TLV types that we do not currently have enough data to engineer a
2031 dissector.
2032
2033
2034 ------------------------------------------------------------------------
2035 r22331 | jake | 2007-07-17 00:01:36 -0700 (Tue, 17 Jul 2007) | 2 lines
2036 Changed paths:
2037    M /trunk/epan/dissectors/packet-ipv6.c
2038
2039 Fix for bug 1616:
2040 ICMPv6 & UDP w/IPv6 checksum with a routing header fixed using the routing header address now.
2041 ------------------------------------------------------------------------
2042 r22332 | kukosa | 2007-07-17 02:59:35 -0700 (Tue, 17 Jul 2007) | 1 line
2043 Changed paths:
2044    M /trunk/tools/asn2wrs.py
2045
2046 support for syntax of TYPE-IDENTIFIER and ABSTRACT-SYNTAX classes
2047 ------------------------------------------------------------------------
2048 r22333 | martinm | 2007-07-17 04:54:22 -0700 (Tue, 17 Jul 2007) | 2 lines
2049 Changed paths:
2050    M /trunk/epan/dissectors/packet-multipart.c
2051
2052 Avoid an infinite loop (on malformed packet)
2053
2054 ------------------------------------------------------------------------
2055 r22334 | martinm | 2007-07-17 06:09:44 -0700 (Tue, 17 Jul 2007) | 2 lines
2056 Changed paths:
2057    M /trunk/epan/dissectors/packet-sdp.c
2058
2059 Show malformed SDP line as an expert item
2060
2061 ------------------------------------------------------------------------
2062 r22335 | morriss | 2007-07-17 11:09:01 -0700 (Tue, 17 Jul 2007) | 1 line
2063 Changed paths:
2064    M /trunk/gtk/packet_list.c
2065
2066 Don't use gtk_clist_row_is_visible() but rather eth_clist_row_is_visible() so that GTK1.2 builds work (without a warning).
2067 ------------------------------------------------------------------------
2068 r22336 | morriss | 2007-07-17 11:56:09 -0700 (Tue, 17 Jul 2007) | 1 line
2069 Changed paths:
2070    M /trunk/epan/dissectors/packet-imf.c
2071
2072 Don't use g_ascii_isupper() nor g_ascii_tolower(): they don't exist in GTK1.  Replaced with generic isupper() and tolower().
2073 ------------------------------------------------------------------------
2074 r22337 | guy | 2007-07-17 12:09:50 -0700 (Tue, 17 Jul 2007) | 4 lines
2075 Changed paths:
2076    M /trunk/epan/dissectors/packet-imf.c
2077
2078 "key" is a guint8 *; make the pointer into the string to which it refers
2079 a guint8 * as well - that keeps us from sign-extending the characters
2080 before passing them to the ctype.h macros.
2081
2082 ------------------------------------------------------------------------
2083 r22338 | gerald | 2007-07-17 14:29:18 -0700 (Tue, 17 Jul 2007) | 3 lines
2084 Changed paths:
2085    M /trunk/epan/diam_dict.l
2086    M /trunk/epan/dissectors/packet-diameter.c
2087
2088 If we can't find dictionary.xml, fail instead of trying to read from
2089 stdin (which makes distcheck unhappy).  Fixup whitespace.
2090
2091 ------------------------------------------------------------------------
2092 r22339 | sfisher | 2007-07-17 14:50:29 -0700 (Tue, 17 Jul 2007) | 6 lines
2093 Changed paths:
2094    M /trunk/epan/dissectors/packet-mysql.c
2095
2096
2097 From Jess Balint:
2098
2099 a patch to fix the state management for the MySQL protocol dissector.
2100
2101
2102 ------------------------------------------------------------------------
2103 r22340 | lego | 2007-07-17 15:00:40 -0700 (Tue, 17 Jul 2007) | 3 lines
2104 Changed paths:
2105    M /trunk/epan/dissectors/packet-k12.c
2106
2107 Have the encapsulation selection match on the port name as well as stk filename.
2108
2109
2110 ------------------------------------------------------------------------
2111 r22341 | lego | 2007-07-17 15:04:00 -0700 (Tue, 17 Jul 2007) | 4 lines
2112 Changed paths:
2113    A /trunk/epan/crc10.c
2114    A /trunk/epan/crc10.h
2115    A /trunk/epan/crc6.c
2116    A /trunk/epan/crc6.h
2117    M /trunk/epan/dissectors/packet-iuup.c
2118
2119 get crc10 and crc6 out of packet-iuup.c 
2120 - experimental code for a way-too-heurstic look for iuup dissector
2121
2122
2123 ------------------------------------------------------------------------
2124 r22342 | lego | 2007-07-17 15:05:18 -0700 (Tue, 17 Jul 2007) | 2 lines
2125 Changed paths:
2126    M /trunk/epan/uat_load.l
2127
2128 increase line numbers on comments too
2129
2130 ------------------------------------------------------------------------
2131 r22343 | lego | 2007-07-17 15:09:10 -0700 (Tue, 17 Jul 2007) | 3 lines
2132 Changed paths:
2133    M /trunk/epan/dissectors/packet-dec-dnart.c
2134
2135 fix a leak
2136
2137
2138 ------------------------------------------------------------------------
2139 r22344 | lego | 2007-07-17 15:11:07 -0700 (Tue, 17 Jul 2007) | 3 lines
2140 Changed paths:
2141    M /trunk/epan/Makefile.common
2142
2143 (Following my "tradition") I forgot to ci the changes to the Makefiles for crc6 and crc10
2144
2145
2146 ------------------------------------------------------------------------
2147 r22345 | lego | 2007-07-17 15:19:54 -0700 (Tue, 17 Jul 2007) | 3 lines
2148 Changed paths:
2149    M /trunk/epan/diam_dict.h
2150    M /trunk/epan/diam_dict.l
2151    M /trunk/epan/dissectors/packet-diameter.c
2152
2153 Add Address decoding, two debug environment variables (WIRESHARK_DEBUG_DIAM_DICT_PARSER and WIRESHARK_DUMP_DIAM_DICT) and fix some issues pointed out by Martin
2154
2155
2156 ------------------------------------------------------------------------
2157 r22346 | lego | 2007-07-17 17:19:37 -0700 (Tue, 17 Jul 2007) | 3 lines
2158 Changed paths:
2159    M /trunk/epan/Makefile.common
2160
2161 fxi a ytpo
2162
2163
2164 ------------------------------------------------------------------------
2165 r22347 | tuexen | 2007-07-18 00:06:46 -0700 (Wed, 18 Jul 2007) | 2 lines
2166 Changed paths:
2167    M /trunk/epan/diam_dict.l
2168    M /trunk/gtk/tcp_graph.c
2169
2170 Make debugging static.
2171
2172 ------------------------------------------------------------------------
2173 r22348 | lego | 2007-07-18 01:25:09 -0700 (Wed, 18 Jul 2007) | 3 lines
2174 Changed paths:
2175    M /trunk/epan/crc6.c
2176
2177  add license
2178
2179
2180 ------------------------------------------------------------------------
2181 r22349 | kukosa | 2007-07-18 06:15:36 -0700 (Wed, 18 Jul 2007) | 1 line
2182 Changed paths:
2183    M /trunk/asn1/Makefile.am
2184    M /trunk/asn1/q932/Makefile
2185    M /trunk/asn1/q932/Makefile.nmake
2186    M /trunk/asn1/q932/packet-q932-ros-template.c
2187    D /trunk/asn1/q932/packet-q932-ros-template.h
2188    M /trunk/asn1/q932/packet-q932-template.c
2189    M /trunk/asn1/q932/q932-ros.cnf
2190    M /trunk/epan/asn1.c
2191    M /trunk/epan/asn1.h
2192    M /trunk/epan/dissectors/packet-per.c
2193    M /trunk/epan/dissectors/packet-per.h
2194    M /trunk/epan/dissectors/packet-q932-ros.c
2195    D /trunk/epan/dissectors/packet-q932-ros.h
2196    M /trunk/epan/dissectors/packet-q932.c
2197
2198 rose_ctx_t structure usage in Q.932 dissector
2199 ------------------------------------------------------------------------
2200 r22350 | martinm | 2007-07-18 06:18:41 -0700 (Wed, 18 Jul 2007) | 2 lines
2201 Changed paths:
2202    M /trunk/epan/dissectors/packet-diameter.c
2203
2204 Minor changes to expert items
2205
2206 ------------------------------------------------------------------------
2207 r22351 | martinm | 2007-07-18 06:22:11 -0700 (Wed, 18 Jul 2007) | 2 lines
2208 Changed paths:
2209    M /trunk/epan/diam_dict.l
2210
2211 Initialise description field to avoid crash when dumping dictionary.
2212
2213 ------------------------------------------------------------------------
2214 r22352 | kukosa | 2007-07-18 07:12:56 -0700 (Wed, 18 Jul 2007) | 1 line
2215 Changed paths:
2216    M /trunk/epan/dissectors/Makefile.common
2217
2218 remove packet-q932-ros.h
2219 ------------------------------------------------------------------------
2220 r22353 | wmeier | 2007-07-18 08:07:45 -0700 (Wed, 18 Jul 2007) | 2 lines
2221 Changed paths:
2222    M /trunk/epan/dissectors/packet-diameter.c
2223    M /trunk/epan/dissectors/packet-iuup.c
2224
2225 Fix two Windows compile warnings
2226
2227 ------------------------------------------------------------------------
2228 r22354 | kukosa | 2007-07-19 04:41:10 -0700 (Thu, 19 Jul 2007) | 1 line
2229 Changed paths:
2230    M /trunk/asn1/q932/q932-ros.cnf
2231    M /trunk/asn1/qsig/packet-qsig-template.c
2232    M /trunk/asn1/qsig/qsig.cnf
2233    M /trunk/epan/dissectors/packet-q932-ros.c
2234    M /trunk/epan/dissectors/packet-qsig.c
2235    M /trunk/tools/asn2wrs.py
2236
2237 change QSIG tables structure so as they can be generated automatically from ASN.1 in the next step
2238 ------------------------------------------------------------------------
2239 r22355 | kukosa | 2007-07-19 05:31:01 -0700 (Thu, 19 Jul 2007) | 1 line
2240 Changed paths:
2241    M /trunk/asn1/q932/packet-q932-ros-template.c
2242    M /trunk/asn1/q932/q932-ros.cnf
2243    M /trunk/asn1/qsig/packet-qsig-template.c
2244    M /trunk/epan/dissectors/packet-q932-ros.c
2245    M /trunk/epan/dissectors/packet-qsig.c
2246
2247 get rid of few warnings
2248 ------------------------------------------------------------------------
2249 r22356 | morriss | 2007-07-19 06:05:39 -0700 (Thu, 19 Jul 2007) | 1 line
2250 Changed paths:
2251    M /trunk/epan/dissectors/packet-bssgp.c
2252    M /trunk/epan/dissectors/packet-gdsdb.c
2253    M /trunk/epan/dissectors/packet-ipmi.c
2254    M /trunk/epan/dissectors/packet-netsync.c
2255    M /trunk/epan/dissectors/packet-sebek.c
2256    M /trunk/epan/dissectors/packet-snmp.c
2257    M /trunk/epan/dissectors/packet-ssl-utils.c
2258    M /trunk/epan/dissectors/packet-t30.c
2259
2260 Change "lenght" to "length" and "decypt" to "decrypt"
2261 ------------------------------------------------------------------------
2262 r22357 | morriss | 2007-07-19 06:43:36 -0700 (Thu, 19 Jul 2007) | 1 line
2263 Changed paths:
2264    M /trunk/asn1/snmp/packet-snmp-template.c
2265    M /trunk/asn1/snmp/snmp-exp.cnf
2266    M /trunk/epan/dissectors/packet-snmp.c
2267
2268 Change "lenght" to "length", this time in the *source* of the SNMP dissector (sigh)
2269 ------------------------------------------------------------------------
2270 r22358 | morriss | 2007-07-19 07:04:56 -0700 (Thu, 19 Jul 2007) | 1 line
2271 Changed paths:
2272    M /trunk/asn1/snmp/snmp.cnf
2273    M /trunk/epan/dissectors/packet-snmp.c
2274
2275 For LEGO: Use crypt_tvb when we don't have cleartext_tvb
2276 ------------------------------------------------------------------------
2277 r22359 | morriss | 2007-07-19 08:11:34 -0700 (Thu, 19 Jul 2007) | 1 line
2278 Changed paths:
2279    M /trunk/epan/dissectors/packet-mysql.c
2280
2281 Put register_dissector() call back in
2282 ------------------------------------------------------------------------
2283 r22360 | lego | 2007-07-19 17:15:17 -0700 (Thu, 19 Jul 2007) | 5 lines
2284 Changed paths:
2285    M /trunk/diameter/dictionary.xml
2286    M /trunk/epan/diam_dict.h
2287    M /trunk/epan/diam_dict.l
2288    M /trunk/epan/dissectors/packet-diameter.c
2289
2290 - <?avp-proto and <?type-proto to instruct about which dissector to use for a given type or avp
2291 - dissect timestamps
2292 - add all the avps that were commented out in the dictionary
2293
2294
2295 ------------------------------------------------------------------------
2296 r22361 | kukosa | 2007-07-20 02:54:47 -0700 (Fri, 20 Jul 2007) | 1 line
2297 Changed paths:
2298    M /trunk/asn1/Makefile.am
2299    M /trunk/asn1/q932/packet-q932-template.c
2300    M /trunk/asn1/q932/q932-ros.cnf
2301    M /trunk/asn1/qsig/Makefile
2302    M /trunk/asn1/qsig/Makefile.nmake
2303    A /trunk/asn1/qsig/QSIG-AOC.asn
2304    A /trunk/asn1/qsig/QSIG-CC.asn
2305    A /trunk/asn1/qsig/QSIG-CF.asn
2306    A /trunk/asn1/qsig/QSIG-CI.asn
2307    A /trunk/asn1/qsig/QSIG-CIDL.asn
2308    A /trunk/asn1/qsig/QSIG-CINT.asn
2309    A /trunk/asn1/qsig/QSIG-CMN.asn
2310    A /trunk/asn1/qsig/QSIG-CO.asn
2311    A /trunk/asn1/qsig/QSIG-CPI.asn
2312    A /trunk/asn1/qsig/QSIG-CT.asn
2313    A /trunk/asn1/qsig/QSIG-DND.asn
2314    A /trunk/asn1/qsig/QSIG-MCM.asn
2315    A /trunk/asn1/qsig/QSIG-MCR.asn
2316    A /trunk/asn1/qsig/QSIG-MID.asn
2317    A /trunk/asn1/qsig/QSIG-NA.asn
2318    A /trunk/asn1/qsig/QSIG-PR.asn
2319    A /trunk/asn1/qsig/QSIG-PUMCH.asn
2320    A /trunk/asn1/qsig/QSIG-PUMR.asn
2321    A /trunk/asn1/qsig/QSIG-RE.asn
2322    A /trunk/asn1/qsig/QSIG-SD.asn
2323    A /trunk/asn1/qsig/QSIG-SMS.asn
2324    A /trunk/asn1/qsig/QSIG-SSCT.asn
2325    A /trunk/asn1/qsig/QSIG-WTMAU.asn
2326    A /trunk/asn1/qsig/QSIG-WTMCH.asn
2327    A /trunk/asn1/qsig/QSIG-WTMLR.asn
2328    M /trunk/asn1/qsig/packet-qsig-template.c
2329    M /trunk/asn1/qsig/qsig-exp.cnf
2330    M /trunk/asn1/qsig/qsig-gf-ade.asn
2331    M /trunk/asn1/qsig/qsig-gf-ext.asn
2332    M /trunk/asn1/qsig/qsig-gf-gp.asn
2333    M /trunk/asn1/qsig/qsig.cnf
2334    M /trunk/epan/asn1.h
2335    M /trunk/epan/dissectors/packet-q932-ros.c
2336    M /trunk/epan/dissectors/packet-q932.c
2337    M /trunk/epan/dissectors/packet-qsig.c
2338    M /trunk/epan/dissectors/packet-qsig.h
2339    M /trunk/epan/libwireshark.def
2340    M /trunk/tools/asn2wrs.py
2341
2342 QSIG fully implemented
2343 ------------------------------------------------------------------------
2344 r22362 | richardv | 2007-07-20 03:45:41 -0700 (Fri, 20 Jul 2007) | 3 lines
2345 Changed paths:
2346    D /trunk/asn1/qsig/qsig-cf.asn
2347    D /trunk/asn1/qsig/qsig-na.asn
2348
2349 kukosa has replaced these with uppercase variants (he should have svn mv'ed them...)
2350
2351
2352 ------------------------------------------------------------------------
2353 r22363 | martinm | 2007-07-20 04:39:09 -0700 (Fri, 20 Jul 2007) | 3 lines
2354 Changed paths:
2355    M /trunk/epan/dissectors/packet-diameter.c
2356
2357 - add an all_cmds array for looking up 'RFC' packets
2358 - improve error/expert info when see unmatched AVPs, commands, appids
2359
2360 ------------------------------------------------------------------------
2361 r22364 | morriss | 2007-07-20 11:57:02 -0700 (Fri, 20 Jul 2007) | 3 lines
2362 Changed paths:
2363    M /trunk/AUTHORS
2364    M /trunk/epan/dissectors/packet-kerberos.c
2365
2366 From Ted Percival: Support for PA-S4U2Self Kerberos packet type based on ASN.1
2367 description in Heimdal.
2368
2369 ------------------------------------------------------------------------
2370 r22365 | morriss | 2007-07-20 12:11:57 -0700 (Fri, 20 Jul 2007) | 1 line
2371 Changed paths:
2372    M /trunk/aclocal-fallback/gtk-2.0.m4
2373
2374 From Jess Balint: modern versions of pkg-config want --cflags or --libs *before* the library we're asking about
2375 ------------------------------------------------------------------------
2376 r22366 | gerald | 2007-07-20 14:31:19 -0700 (Fri, 20 Jul 2007) | 2 lines
2377 Changed paths:
2378    M /trunk/image/wslogo.svg
2379
2380 Make the lawyer happy - add a registered trademark symbol.
2381
2382 ------------------------------------------------------------------------
2383 r22367 | gerald | 2007-07-20 14:43:07 -0700 (Fri, 20 Jul 2007) | 4 lines
2384 Changed paths:
2385    M /trunk/capture.c
2386    M /trunk/capture.h
2387    M /trunk/capture_opts.c
2388    M /trunk/capture_opts.h
2389    M /trunk/capture_sync.c
2390    M /trunk/capture_sync.h
2391    M /trunk/doc/dumpcap.pod
2392    M /trunk/dumpcap.c
2393    M /trunk/gtk/capture_dlg.c
2394    M /trunk/gtk/main.c
2395    M /trunk/tshark.c
2396
2397 Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify
2398 that "-D" and "-L" should produce machine-readable output.  Use this to
2399 move an indirect get_pcap_linktype() call from the GUI to dumpcap.
2400
2401 ------------------------------------------------------------------------
2402 r22368 | gerald | 2007-07-20 17:31:55 -0700 (Fri, 20 Jul 2007) | 3 lines
2403 Changed paths:
2404    M /trunk/capture_sync.c
2405
2406 Fix Windows Buildbot breakage.  Remove an unneeded function and fix a
2407 couple of memory leaks.
2408
2409 ------------------------------------------------------------------------
2410 r22369 | lego | 2007-07-21 08:24:25 -0700 (Sat, 21 Jul 2007) | 3 lines
2411 Changed paths:
2412    M /trunk/docbook/Makefile
2413    M /trunk/docbook/Makefile.common
2414    M /trunk/docbook/make-wsluarm.pl
2415    D /trunk/docbook/template-wsluarm.xml
2416    M /trunk/docbook/user-guide.xml
2417    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
2418
2419 Migrate the wslua ref man into wsug
2420
2421
2422 ------------------------------------------------------------------------
2423 r22370 | lego | 2007-07-21 09:25:17 -0700 (Sat, 21 Jul 2007) | 3 lines
2424 Changed paths:
2425    M /trunk/docbook/Makefile
2426
2427 Fix dependencies
2428
2429
2430 ------------------------------------------------------------------------
2431 r22371 | lego | 2007-07-21 09:30:17 -0700 (Sat, 21 Jul 2007) | 3 lines
2432 Changed paths:
2433    M /trunk/diameter/dictionary.xml
2434
2435 according to RFC3588 6.7.2 Proxy-Info is a grouped avp
2436
2437
2438 ------------------------------------------------------------------------
2439 r22372 | lego | 2007-07-21 09:36:20 -0700 (Sat, 21 Jul 2007) | 3 lines
2440 Changed paths:
2441    M /trunk/diameter/dictionary.xml
2442
2443 fix xml
2444
2445
2446 ------------------------------------------------------------------------
2447 r22373 | lego | 2007-07-21 11:23:08 -0700 (Sat, 21 Jul 2007) | 3 lines
2448 Changed paths:
2449    M /trunk/epan/wslua/wslua_field.c
2450
2451 Fix documentation comments
2452
2453
2454 ------------------------------------------------------------------------
2455 r22374 | lego | 2007-07-21 11:24:05 -0700 (Sat, 21 Jul 2007) | 3 lines
2456 Changed paths:
2457    M /trunk/docbook/Makefile
2458    M /trunk/docbook/Makefile.common
2459    M /trunk/docbook/Makefile.nmake
2460
2461 work out dependencies in a .common way and make sure we nmake wsluarm
2462
2463
2464 ------------------------------------------------------------------------
2465 r22375 | lego | 2007-07-21 13:46:41 -0700 (Sat, 21 Jul 2007) | 5 lines
2466 Changed paths:
2467    M /trunk/docbook
2468    M /trunk/docbook/Makefile.common
2469    M /trunk/docbook/user-guide.xml
2470    A /trunk/docbook/wsluarm.xml
2471
2472 Cleanup how WsLuaRm is inserted
2473 Add a section introducing wslua and how scripts are loaded (to be completed).
2474 svn:ignore wsluarm (a dummy file to mark the generation of the various components of the reference manual)
2475
2476
2477 ------------------------------------------------------------------------
2478 r22376 | lego | 2007-07-21 13:48:21 -0700 (Sat, 21 Jul 2007) | 3 lines
2479 Changed paths:
2480    M /trunk/docbook/wsluarm.xml
2481
2482 Pset wsluarm.xml
2483
2484
2485 ------------------------------------------------------------------------
2486 r22377 | lego | 2007-07-21 13:49:54 -0700 (Sat, 21 Jul 2007) | 3 lines
2487 Changed paths:
2488    M /trunk/docbook/wsluarm.xml
2489
2490 $Id: $ and a fix
2491
2492
2493 ------------------------------------------------------------------------
2494 r22378 | lego | 2007-07-21 15:34:46 -0700 (Sat, 21 Jul 2007) | 2 lines
2495 Changed paths:
2496    M /trunk/docbook/wsluarm.xml
2497
2498 Add examples of dissector and tap
2499
2500 ------------------------------------------------------------------------
2501 r22379 | jake | 2007-07-22 01:08:41 -0700 (Sun, 22 Jul 2007) | 1 line
2502 Changed paths:
2503    M /trunk/docbook/custom_layer_pdf.xsl
2504
2505 Add remark on FOP 0.93
2506 ------------------------------------------------------------------------
2507 r22380 | lego | 2007-07-22 09:43:35 -0700 (Sun, 22 Jul 2007) | 3 lines
2508 Changed paths:
2509    M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
2510
2511 Add some useful hints as examples of payload_protocols to the User DLT table description
2512
2513
2514 ------------------------------------------------------------------------
2515 r22381 | lego | 2007-07-22 09:44:25 -0700 (Sun, 22 Jul 2007) | 2 lines
2516 Changed paths:
2517    M /trunk/epan/dissectors/packet-eth.c
2518
2519 register dissect_eth_maybefcs as "eth" users might find it useful.
2520
2521 ------------------------------------------------------------------------
2522 r22382 | martinm | 2007-07-23 07:39:17 -0700 (Mon, 23 Jul 2007) | 2 lines
2523 Changed paths:
2524    M /trunk/epan/dissectors/packet-rtp.c
2525
2526 Make contributing items and hdr extensions proper fields.
2527
2528 ------------------------------------------------------------------------
2529 r22383 | morriss | 2007-07-23 12:32:40 -0700 (Mon, 23 Jul 2007) | 19 lines
2530 Changed paths:
2531    M /trunk/AUTHORS
2532    M /trunk/epan/dissectors/packet-stun2.c
2533
2534 From Marc Petit-Huguenin: this is an update to the STUN2 dissector using the
2535 last draft, draft-ietf-behave-rfc3489bis-07.  Changelog:
2536
2537 * My employer is now sponsoring this work, so added a copyright line.
2538 * Added a comment for each method/attribute with the RFC/I-D where is
2539   it defined, so it will be easier to add new STUN usages.
2540 * Removed the SHARED-SECRET method.
2541 * Removed the PASSWORD and REFRESH-INTERVAL attributes.
2542 * Changed "Response" to "Success Response".
2543 * Changed "Error Reason Phase" to "Error Reason Phrase".
2544 * Added reassembly for TCP segments on STUN2.
2545 * Updated STUN acronym expansion.
2546 * Renamed STUN2_ERROR to ERROR_RESPONSE.
2547 * Changed the value of attribute FINGERPRINT from 0x8025 to 0x8028.
2548 * Display if an unknown attribute is comprehension-optional or
2549   comprehension-required.
2550 * Reorganized order of attributes in the dissector code.
2551 * The message length is now displayed in decimal.
2552
2553 ------------------------------------------------------------------------
2554 r22384 | ulfl | 2007-07-23 13:06:03 -0700 (Mon, 23 Jul 2007) | 1 line
2555 Changed paths:
2556    M /trunk/epan/dissectors/packet-clnp.c
2557
2558 show the number of fragment bytes in the info column
2559 ------------------------------------------------------------------------
2560 r22385 | ulfl | 2007-07-23 13:07:51 -0700 (Mon, 23 Jul 2007) | 3 lines
2561 Changed paths:
2562    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
2563
2564 add dissection of blocks:
2565         { 0x021E, "CheckSyncDifference"},
2566         { 0x021F, "CheckMAUTypeDifference"},
2567 ------------------------------------------------------------------------
2568 r22386 | ulfl | 2007-07-23 13:08:53 -0700 (Mon, 23 Jul 2007) | 1 line
2569 Changed paths:
2570    M /trunk/plugins/profinet/packet-dcom-cba-acco.c
2571
2572 remove ProvCRID from expert info output, so the composite view is more compact
2573 ------------------------------------------------------------------------
2574 r22387 | ulfl | 2007-07-23 13:11:05 -0700 (Mon, 23 Jul 2007) | 2 lines
2575 Changed paths:
2576    M /trunk/epan/column-utils.c
2577    M /trunk/epan/column.c
2578    M /trunk/epan/column_info.h
2579    M /trunk/epan/expert.c
2580
2581 - add a column for the expert info severity level
2582 - fix a column related bug introduced in SVN 20118
2583 ------------------------------------------------------------------------
2584 r22388 | ulfl | 2007-07-23 13:12:18 -0700 (Mon, 23 Jul 2007) | 1 line
2585 Changed paths:
2586    M /trunk/update.c
2587
2588 use the right return type of update_pref(), to prevent a warning
2589 ------------------------------------------------------------------------
2590 r22389 | ulfl | 2007-07-23 13:18:01 -0700 (Mon, 23 Jul 2007) | 1 line
2591 Changed paths:
2592    M /trunk/gtk/menu.c
2593
2594 for the Ethernet conversation filter, don't use ethertype but the data link address type being Ethernet. If the ethertype field is a length (0-1500), it will contain 0 - and the filter wouldn't work that way
2595 ------------------------------------------------------------------------
2596 r22390 | morriss | 2007-07-23 15:38:57 -0700 (Mon, 23 Jul 2007) | 1 line
2597 Changed paths:
2598    M /trunk/epan/dissectors/Makefile.common
2599
2600 Move packet-isup to CLEAN_DISSECTOR_SRC--it compiles cleanly for me.
2601 ------------------------------------------------------------------------
2602 r22391 | etxrab | 2007-07-23 16:02:54 -0700 (Mon, 23 Jul 2007) | 6 lines
2603 Changed paths:
2604    M /trunk/asn1/camel/Makefile.nmake
2605    M /trunk/asn1/camel/camel.cnf
2606    M /trunk/asn1/camel/packet-camel-template.c
2607    M /trunk/asn1/inap/packet-inap-template.c
2608    M /trunk/epan/dissectors/packet-camel.c
2609    M /trunk/epan/dissectors/packet-inap.c
2610
2611 Fix bug
2612 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1699 Bad decoding of Camel PromptAndCollectUserInfo
2613
2614 By fixing up the generation of HF vars for Arg etc
2615
2616 Add an OID name to INAP.
2617 ------------------------------------------------------------------------
2618 r22392 | morriss | 2007-07-23 16:29:36 -0700 (Mon, 23 Jul 2007) | 1 line
2619 Changed paths:
2620    M /trunk/epan/dissectors/Makefile.common
2621
2622 Getting brave (or foolish?): move packet-bacapp, packet-cops, packet-diameter, and packet-sctp to CLEAN_DISSECTOR_SRC
2623 ------------------------------------------------------------------------
2624 r22393 | morriss | 2007-07-23 17:44:07 -0700 (Mon, 23 Jul 2007) | 1 line
2625 Changed paths:
2626    M /trunk/epan/dissectors/Makefile.common
2627
2628 (sigh): move packet-bacapp, packet-diameter, and packet-sctp back out of CLEAN_DISSECTOR_SRC.  Next time: check the compile logs on the buildbots _before_ experimenting
2629 ------------------------------------------------------------------------
2630 r22394 | kukosa | 2007-07-24 00:37:10 -0700 (Tue, 24 Jul 2007) | 1 line
2631 Changed paths:
2632    M /trunk/asn1/qsig/Makefile
2633    M /trunk/asn1/qsig/Makefile.nmake
2634    M /trunk/asn1/qsig/QSIG-CF.asn
2635    M /trunk/asn1/qsig/QSIG-NA.asn
2636    A /trunk/asn1/qsig/SYNC-SIG.asn
2637    M /trunk/asn1/qsig/qsig-exp.cnf
2638    M /trunk/asn1/qsig/qsig.cnf
2639    M /trunk/epan/dissectors/packet-qsig.c
2640    M /trunk/epan/dissectors/packet-qsig.h
2641
2642 QSIG extended with SYNC-SIG operations (ECMA-245)
2643 ------------------------------------------------------------------------
2644 r22395 | martinm | 2007-07-24 08:15:02 -0700 (Tue, 24 Jul 2007) | 2 lines
2645 Changed paths:
2646    M /trunk/wiretap/catapult_dct2000.c
2647
2648 More space needed for wimax frames.
2649
2650 ------------------------------------------------------------------------
2651 r22396 | etxrab | 2007-07-24 10:20:44 -0700 (Tue, 24 Jul 2007) | 4 lines
2652 Changed paths:
2653    M /trunk/asn1/camel/Makefile
2654    M /trunk/asn1/camel/camel.cnf
2655    M /trunk/asn1/camel/packet-camel-template.c
2656    M /trunk/epan/dissectors/packet-camel.c
2657
2658 From Florent Drouin:
2659 - add a subtree to the ApplyChargingXX Report
2660 - add a subtree to ReleaseCall and ReleaseSMS
2661 - synchronize Unix and Windows makefile.
2662 ------------------------------------------------------------------------
2663 r22397 | guy | 2007-07-24 14:13:34 -0700 (Tue, 24 Jul 2007) | 3 lines
2664 Changed paths:
2665    M /trunk/epan
2666
2667 Add diam_dict.c to the list of files to ignore in SVN (it's a generated
2668 file).
2669
2670 ------------------------------------------------------------------------
2671 r22398 | ulfl | 2007-07-24 14:15:34 -0700 (Tue, 24 Jul 2007) | 10 lines
2672 Changed paths:
2673    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
2674
2675 from HPfrommer@hilscher.com:
2676 I?\226?\128?\153ve fixed a bug in the Profinet-Dissector 
2677 (plugins/profinet/packet-dcerpc-pn-io.c).
2678
2679 In PROFINET IO DCE RPC write-requests, only the first IR frame dataset 
2680 in PDIRFrameData was dissected.
2681
2682 I?\226?\128?\153ve fixed the problem, now all IR frame datasets are dissected into 
2683 individual sub-trees.
2684
2685 ------------------------------------------------------------------------
2686 r22399 | jake | 2007-07-24 14:23:55 -0700 (Tue, 24 Jul 2007) | 2 lines
2687 Changed paths:
2688    M /trunk/epan/dissectors/packet-bootp.c
2689
2690 From Francois-Xavier Le Bail:
2691 The following patch decodes DHCP option 121. (RFC 3442)
2692 ------------------------------------------------------------------------
2693 r22400 | ulfl | 2007-07-25 01:38:31 -0700 (Wed, 25 Jul 2007) | 1 line
2694 Changed paths:
2695    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
2696
2697 fix unused parameter warning by adding _U_
2698 ------------------------------------------------------------------------
2699 r22401 | morriss | 2007-07-25 10:16:02 -0700 (Wed, 25 Jul 2007) | 1 line
2700 Changed paths:
2701    M /trunk/plugins/wimax/mac_hd_generic_decoder.c
2702
2703 Initialize a couple of variables to prevent a couple (false, I think) "could be used uninitialized" warnings from GCC
2704 ------------------------------------------------------------------------
2705 r22402 | gal | 2007-07-25 12:11:02 -0700 (Wed, 25 Jul 2007) | 3 lines
2706 Changed paths:
2707    M /trunk/epan/dissectors/packet-tnef.c
2708
2709 Small cosmetic change to show Named Property name.
2710
2711
2712 ------------------------------------------------------------------------
2713 r22403 | lego | 2007-07-25 14:30:51 -0700 (Wed, 25 Jul 2007) | 8 lines
2714 Changed paths:
2715    M /trunk/gtk/capture_file_dlg.c
2716
2717
2718 from  Florent DROUIN:
2719 I did load an k12 file (.rf5), and want to save the selected frames in a new file.
2720 I got the error "Wireshark can't save this capture in that format"
2721 I think this is due to this correction: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22214
2722 I have got a patch to force the type of file to libpcap, only if no other format is available. It should solve both problems.
2723
2724
2725 ------------------------------------------------------------------------
2726 r22404 | gerald | 2007-07-25 14:56:37 -0700 (Wed, 25 Jul 2007) | 2 lines
2727 Changed paths:
2728    M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
2729
2730 Update the sections on submitting patches.
2731
2732 ------------------------------------------------------------------------
2733 r22405 | jake | 2007-07-25 23:45:19 -0700 (Wed, 25 Jul 2007) | 1 line
2734 Changed paths:
2735    M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
2736
2737 Filling in ChSrcDeb section
2738 ------------------------------------------------------------------------
2739 r22406 | kukosa | 2007-07-26 07:00:48 -0700 (Thu, 26 Jul 2007) | 2 lines
2740 Changed paths:
2741    M /trunk/epan/dissectors/packet-ber.c
2742    M /trunk/epan/libwireshark.def
2743
2744 - export some ASN.1 functions from libwireshark
2745 - fill-in actx->created_item in dissect_ber_object_identifier()
2746 ------------------------------------------------------------------------
2747 r22407 | kukosa | 2007-07-26 07:31:38 -0700 (Thu, 26 Jul 2007) | 1 line
2748 Changed paths:
2749    M /trunk/epan/dissectors/packet-ber.c
2750
2751 remove unused variable
2752 ------------------------------------------------------------------------
2753 r22408 | morriss | 2007-07-26 12:27:22 -0700 (Thu, 26 Jul 2007) | 1 line
2754 Changed paths:
2755    M /trunk/epan/dissectors/packet-sctp.c
2756
2757 Check COL_INFO before calling col_set_fence(..., COL_INFO) rather than COL_PROTOCOL
2758 ------------------------------------------------------------------------
2759 r22409 | morriss | 2007-07-26 13:05:54 -0700 (Thu, 26 Jul 2007) | 7 lines
2760 Changed paths:
2761    M /trunk/asn1/tcap/tcap.cnf
2762    M /trunk/epan/dissectors/packet-sccp.c
2763    M /trunk/epan/dissectors/packet-tcap.c
2764
2765 Change a bunch of calls to col_append_*() to col_add_*() in places where we
2766 _want_ what's currently in the INFO column (usually a more generic message
2767 type from a lower level dissector) replaced (usually with a more
2768 specific--higher level--message type from the currect dissector).  Add a
2769 comment there not to change it back and to explain the use of col_set_fence()
2770 in case someone finds data there that they _don't_ want replaced.
2771
2772 ------------------------------------------------------------------------
2773 r22410 | guy | 2007-07-26 19:51:42 -0700 (Thu, 26 Jul 2007) | 3 lines
2774 Changed paths:
2775    M /trunk/configure.in
2776    M /trunk/wiretap/configure.in
2777
2778 Step 1 in adding support for reentrant Flex scanners if Flex supports
2779 them - check whether Flex supports them.
2780
2781 ------------------------------------------------------------------------
2782 r22411 | kukosa | 2007-07-26 23:23:45 -0700 (Thu, 26 Jul 2007) | 2 lines
2783 Changed paths:
2784    M /trunk/asn1/tcap/tcap.cnf
2785    M /trunk/epan/dissectors/packet-tcap.c
2786
2787 - use #.FN_HDR where #.FN_BODY is not necessary
2788 - modify subtypes for individual TCMessage/ansi... fields instead of switching based on hf_index inside common TransactionPDU type
2789 ------------------------------------------------------------------------
2790 r22412 | morriss | 2007-07-27 07:22:47 -0700 (Fri, 27 Jul 2007) | 1 line
2791 Changed paths:
2792    M /trunk/epan/libwireshark.def
2793
2794 Add fetch_tapped_data
2795 ------------------------------------------------------------------------
2796 r22413 | martinm | 2007-07-27 11:32:09 -0700 (Fri, 27 Jul 2007) | 2 lines
2797 Changed paths:
2798    M /trunk/epan/dissectors/packet-diameter.c
2799
2800 Check the length in unsigned32 AVP data fields.
2801
2802 ------------------------------------------------------------------------
2803 r22414 | guy | 2007-07-27 11:52:05 -0700 (Fri, 27 Jul 2007) | 8 lines
2804 Changed paths:
2805    M /trunk/configure.in
2806    M /trunk/wiretap/configure.in
2807
2808 I think the intent, at least, is to allow people to build Wireshark from
2809 a source release tarball without having Flex (think of a source release
2810 tarball being as much a platform-independent distribution format for
2811 people *not* interested in development, and who are on platforms for
2812 which there aren't binary packages, as a way of getting the source to do
2813 development).  Don't check Flex's capabilities in the configure script
2814 (handling reentrant scanners would have to be done differently).
2815
2816 ------------------------------------------------------------------------
2817 r22415 | morriss | 2007-07-27 12:24:40 -0700 (Fri, 27 Jul 2007) | 14 lines
2818 Changed paths:
2819    M /trunk/AUTHORS
2820    M /trunk/asn1/tcap/packet-tcap-template.c
2821    M /trunk/asn1/tcap/packet-tcap-template.h
2822    M /trunk/asn1/tcap/tcap.cnf
2823    M /trunk/epan/dissectors/packet-tcap.c
2824    M /trunk/epan/dissectors/packet-tcap.h
2825    M /trunk/epan/tcap-persistentdata.c
2826    M /trunk/epan/tcap-persistentdata.h
2827
2828 From Florent Drouin:
2829
2830 - add support of session management for tcap ANSI.
2831    (In fact, this support already exist for ANSI MAP subdissector, but as our
2832    simulators can reuse the tcap transaction Id, the decoding of the response
2833    may be wrong)
2834 - move the code related to asn1 in tcap.cnf, and update tcap.cnf
2835 - move the code related to the session management in tcap-persistentdata
2836 - add a compilation option to free the entry in the hashtable for a closed
2837   transaction. This is used only for tshark statistics generation, with huge file.
2838 - cleanup and add some comments
2839
2840 Add Id tags to epan/tcap-persistentdata.{c,h}
2841
2842 ------------------------------------------------------------------------
2843 r22416 | lego | 2007-07-28 04:37:27 -0700 (Sat, 28 Jul 2007) | 5 lines
2844 Changed paths:
2845    A /trunk/trigcap.c
2846
2847 A toy I wrote as PoC for a more complex similar tool I'm working on.
2848
2849 Not in the makefiles yet: It works on my mac but I do not know if it works anywhere else (Guy?)
2850
2851
2852 ------------------------------------------------------------------------
2853 r22417 | kukosa | 2007-07-30 01:01:59 -0700 (Mon, 30 Jul 2007) | 1 line
2854 Changed paths:
2855    M /trunk/asn1/Makefile.am
2856    A /trunk/asn1/h450/Addressing-Data-Elements.asn
2857    A /trunk/asn1/h450/Call-Completion-Operations.asn
2858    A /trunk/asn1/h450/Call-Diversion-Operations.asn
2859    A /trunk/asn1/h450/Call-Hold-Operations.asn
2860    A /trunk/asn1/h450/Call-Intrusion-Operations.asn
2861    A /trunk/asn1/h450/Call-Offer-Operations.asn
2862    A /trunk/asn1/h450/Call-Park-Pickup-Operations.asn
2863    A /trunk/asn1/h450/Call-Transfer-Operations.asn
2864    A /trunk/asn1/h450/Call-Waiting-Operations.asn
2865    A /trunk/asn1/h450/Common-Information-Operations.asn
2866    A /trunk/asn1/h450/H225-generic-parameters-definition.asn
2867    A /trunk/asn1/h450/H4501-General-Error-List.asn
2868    A /trunk/asn1/h450/H4501-Supplementary-ServiceAPDU-Structure.asn
2869    M /trunk/asn1/h450/Makefile
2870    M /trunk/asn1/h450/Makefile.nmake
2871    A /trunk/asn1/h450/Manufacturer-specific-service-extension-definition.asn
2872    A /trunk/asn1/h450/Message-Waiting-Indication-Operations.asn
2873    A /trunk/asn1/h450/Name-Operations.asn
2874    A /trunk/asn1/h450/Remote-Operations-Apdus.asn
2875    A /trunk/asn1/h450/h450-ros-exp.cnf
2876    A /trunk/asn1/h450/h450-ros.cnf
2877    M /trunk/asn1/h450/h450.cnf
2878    D /trunk/asn1/h450/h4501.asn
2879    A /trunk/asn1/h450/packet-h450-ros-template.c
2880    A /trunk/asn1/h450/packet-h450-ros-template.h
2881    M /trunk/asn1/h450/packet-h450-template.c
2882    D /trunk/asn1/h450/packet-h450-template.h
2883    M /trunk/epan/dissectors/Makefile.common
2884    M /trunk/epan/dissectors/packet-h450.c
2885    D /trunk/epan/dissectors/packet-h450.h
2886    M /trunk/epan/dissectors/packet-per.c
2887    M /trunk/tools/asn2wrs.py
2888
2889 H.450 regenerated from original ASN.1 sources
2890 ------------------------------------------------------------------------
2891 r22418 | kukosa | 2007-07-30 01:22:22 -0700 (Mon, 30 Jul 2007) | 1 line
2892 Changed paths:
2893    A /trunk/epan/dissectors/packet-h450-ros.c
2894    A /trunk/epan/dissectors/packet-h450-ros.h
2895
2896 add forgotten files
2897 ------------------------------------------------------------------------
2898 r22419 | kukosa | 2007-07-30 05:08:38 -0700 (Mon, 30 Jul 2007) | 1 line
2899 Changed paths:
2900    M /trunk/asn1/rnsap/RNSAP-CommonDataTypes.asn
2901    M /trunk/asn1/rnsap/RNSAP-Constants.asn
2902    M /trunk/asn1/rnsap/RNSAP-Containers.asn
2903    M /trunk/asn1/rnsap/RNSAP-IEs.asn
2904    M /trunk/asn1/rnsap/RNSAP-PDU-Contents.asn
2905    M /trunk/asn1/rnsap/RNSAP-PDU-Descriptions.asn
2906    M /trunk/asn1/rnsap/packet-rnsap-template.c
2907    M /trunk/asn1/rnsap/rnsap.cnf
2908    M /trunk/epan/dissectors/packet-rnsap.c
2909
2910 RNSAP updated to V7.5.0 (2007-06)
2911 ------------------------------------------------------------------------
2912 r22420 | jake | 2007-07-30 06:06:01 -0700 (Mon, 30 Jul 2007) | 4 lines
2913 Changed paths:
2914    M /trunk/epan/dissectors/packet-text-media.c
2915
2916 Fix for bug 1712:
2917 RFC 4627 defines "The application/json Media Type for JavaScript Object Notation (JSON)" 
2918 application/json is a text based type used by JavaScript applications and web pages.
2919
2920 ------------------------------------------------------------------------
2921 r22421 | morriss | 2007-07-30 10:10:20 -0700 (Mon, 30 Jul 2007) | 6 lines
2922 Changed paths:
2923    M /trunk/asn1/tcap/packet-tcap-template.c
2924    M /trunk/asn1/tcap/tcap.cnf
2925    M /trunk/epan/dissectors/packet-tcap.c
2926    M /trunk/epan/tcap-persistentdata.c
2927
2928 From Florent Drouin:
2929
2930 Correct bug in TCAP statistics when read filter is used.
2931 Rename the TCAP decoding functions to show which are ITU vs. ANSI.
2932 Don't unregister an ITU SSN if it's used by an ANSI subdissector.
2933
2934 ------------------------------------------------------------------------
2935 r22422 | morriss | 2007-07-30 10:21:40 -0700 (Mon, 30 Jul 2007) | 1 line
2936 Changed paths:
2937    M /trunk/epan/dissectors/packet-icmpv6.c
2938    M /trunk/epan/dissectors/packet-ip.c
2939
2940 As requested by Mike Rogovin: register the ICMP dissector by name.  For completeness, also register ICMPv6 by name.
2941 ------------------------------------------------------------------------
2942 r22423 | martinm | 2007-07-30 11:45:48 -0700 (Mon, 30 Jul 2007) | 2 lines
2943 Changed paths:
2944    M /trunk/epan/dissectors/packet-ftp.c
2945
2946 Parse EPSV responses (229) & set up FTP-DATA conversation.
2947
2948 ------------------------------------------------------------------------
2949 r22424 | guy | 2007-07-30 13:22:37 -0700 (Mon, 30 Jul 2007) | 18 lines
2950 Changed paths:
2951    M /trunk/epan/Makefile.am
2952    M /trunk/epan/dfilter/Makefile.am
2953    M /trunk/epan/dfilter/scanner.l
2954    M /trunk/epan/diam_dict.l
2955    M /trunk/epan/dtd_parse.l
2956    M /trunk/epan/dtd_preparse.l
2957    M /trunk/epan/radius_dict.l
2958    M /trunk/epan/uat_load.l
2959    M /trunk/plugins/mate/Makefile.am
2960    M /trunk/plugins/mate/mate_parser.l
2961    M /trunk/text2pcap-scanner.l
2962    M /trunk/wiretap/Makefile.am
2963    M /trunk/wiretap/ascend-scanner.l
2964    M /trunk/wiretap/k12text.l
2965
2966 Add comments to various %option items to explain what they're doing. 
2967 Move the %options to the beginning if they weren't already there, and
2968 put them in the same order in all files.
2969
2970 Add "prefix=" options to .l files that don't already have them, so we
2971 don't have to pass a "-P" option.
2972
2973 Add "never-interactive" and "noyywrap" options to our lexical analyzers,
2974 to remove extra isatty() checks and to eliminate the need for yywrap()
2975 from the Flex library.
2976
2977 Get rid of %option nostdinit - that's the default.
2978
2979 Add .l.c: rules to Makefile.am files, replacing the rules for specific
2980 .l files.  Have those rules all check that $(LEX) is set.
2981
2982 Update the address for the FSF.
2983
2984 ------------------------------------------------------------------------
2985 r22425 | lego | 2007-07-30 14:10:12 -0700 (Mon, 30 Jul 2007) | 3 lines
2986 Changed paths:
2987    M /trunk/editcap.c
2988
2989 for bug 1158 have editcap print the value of the timestamps while running so I can get feedback from the user.
2990
2991
2992 ------------------------------------------------------------------------
2993 r22426 | lego | 2007-07-30 14:17:03 -0700 (Mon, 30 Jul 2007) | 3 lines
2994 Changed paths:
2995    M /trunk/editcap.c
2996
2997 nononono.... print one on 250 not every line
2998
2999
3000 ------------------------------------------------------------------------
3001 r22427 | lego | 2007-07-30 16:32:47 -0700 (Mon, 30 Jul 2007) | 3 lines
3002 Changed paths:
3003    M /trunk/epan/dfilter/dfilter-macro.c
3004    M /trunk/epan/dfilter/dfilter-macro.h
3005    M /trunk/epan/proto.c
3006    M /trunk/epan/proto.h
3007    M /trunk/file.c
3008
3009 As per Ulf's request add ${proto.field} macros that will use the value of the given field has in the last selected packet.
3010
3011
3012 ------------------------------------------------------------------------
3013 r22428 | guy | 2007-07-30 18:24:26 -0700 (Mon, 30 Jul 2007) | 5 lines
3014 Changed paths:
3015    M /trunk/tools/lemon/lemonflex-tail.inc
3016
3017 If YY_SKIP_YYWRAP is defined, don't bother defining WRAP_FUNC - with
3018 flex 2.5.31, WRAP_FUNC will end up being defined as a value that, when
3019 used as a function-style macro, expands to 1, so the definition of
3020 WRAP_FUNC will get a syntax error.
3021
3022 ------------------------------------------------------------------------
3023 r22429 | guy | 2007-07-30 18:32:47 -0700 (Mon, 30 Jul 2007) | 2 lines
3024 Changed paths:
3025    M /trunk/epan/libwireshark.def
3026
3027 Export dfilter_macro_build_ftv_cache() for use by Wireshark.
3028
3029 ------------------------------------------------------------------------
3030 r22430 | martinm | 2007-07-31 06:53:45 -0700 (Tue, 31 Jul 2007) | 2 lines
3031 Changed paths:
3032    M /trunk/wiretap/catapult_dct2000.c
3033
3034 Add "igmp" -> "ip" mapping.
3035
3036 ------------------------------------------------------------------------
3037 r22431 | ulfl | 2007-07-31 11:57:51 -0700 (Tue, 31 Jul 2007) | 1 line
3038 Changed paths:
3039    M /trunk/plugins/profinet/packet-pn.c
3040    M /trunk/plugins/profinet/packet-pn.h
3041
3042 add helper function dissect_pn_int32()
3043 ------------------------------------------------------------------------
3044 r22432 | ulfl | 2007-07-31 12:01:15 -0700 (Tue, 31 Jul 2007) | 1 line
3045 Changed paths:
3046    M /trunk/plugins/profinet/moduleinfo.h
3047    M /trunk/plugins/profinet/packet-pn-ptcp.c
3048    M /trunk/plugins/profinet/packet-pn-rt.c
3049
3050 update PTCP dissection to latest specification draft
3051 ------------------------------------------------------------------------
3052 r22433 | ulfl | 2007-07-31 12:03:43 -0700 (Tue, 31 Jul 2007) | 1 line
3053 Changed paths:
3054    M /trunk/manuf
3055    M /trunk/manuf.tmpl
3056
3057 add PROFINET Multicast OUI 01:0E:CF (in addition to the unicast 00:0E:CF)
3058 ------------------------------------------------------------------------
3059 r22434 | guy | 2007-07-31 17:22:25 -0700 (Tue, 31 Jul 2007) | 3 lines
3060 Changed paths:
3061    M /trunk/epan/Makefile.nmake
3062    M /trunk/epan/dfilter/Makefile.nmake
3063    M /trunk/plugins/mate/Makefile.nmake
3064    M /trunk/wiretap/Makefile.nmake
3065
3066 Use a common .l.c rule for running Flex on .l files, just as is done on
3067 UN*X.
3068
3069 ------------------------------------------------------------------------
3070 r22435 | jake | 2007-08-01 10:42:43 -0700 (Wed, 01 Aug 2007) | 2 lines
3071 Changed paths:
3072    M /trunk/epan/dissectors/packet-ethertype.c
3073    M /trunk/epan/etypes.h
3074    M /trunk/plugins/m2m/Makefile.common
3075    M /trunk/plugins/m2m/packet-m2m.c
3076    D /trunk/plugins/m2m/wmxtypes.h
3077
3078 Clean up the WiMax Mac-to-Mac dissector code.
3079
3080 ------------------------------------------------------------------------
3081 r22436 | guy | 2007-08-01 13:35:05 -0700 (Wed, 01 Aug 2007) | 5 lines
3082 Changed paths:
3083    M /trunk/Makefile.am
3084    A /trunk/Makefile.am.inc
3085    M /trunk/epan/Makefile.am
3086    M /trunk/epan/dfilter/Makefile.am
3087    M /trunk/plugins/mate/Makefile.am
3088    M /trunk/wiretap/Makefile.am
3089
3090 Add a Makefile.am.inc file, to hold rules etc. used by multiple
3091 Makefile.am files; currently, it has the (F)lex-to-C rule.  Have
3092 Makefile.am files with .l.c rules include Makefile.am.inc to get that
3093 rule.
3094
3095 ------------------------------------------------------------------------
3096 r22437 | guy | 2007-08-01 15:20:38 -0700 (Wed, 01 Aug 2007) | 11 lines
3097 Changed paths:
3098    M /trunk/Makefile.am
3099    A /trunk/Makefile.nmake.inc
3100    M /trunk/epan/Makefile.nmake
3101    M /trunk/epan/dfilter/Makefile.nmake
3102    M /trunk/plugins/mate/Makefile.nmake
3103    M /trunk/wiretap/Makefile.nmake
3104
3105 Add a Makefile.nmake.inc file, to hold rules etc.  used by multiple
3106 Makefile.nmake files; currently, it has the (F)lex-to-C rule and a
3107 .SUFFIXES pseudo-rule to add .l to the list of suffixes.  Have
3108 Makefile.nmake files with .l.c rules include Makefile.nmake.inc to get
3109 that rule.
3110
3111 The names Makefile.am.inc and Makefile.nmake.inc aren't necessarily the
3112 right names for the files in question.
3113
3114 Use $(PACKAGE) in the Mate plugin's Makefile, rather than "mate".
3115
3116 ------------------------------------------------------------------------
3117 r22438 | standel | 2007-08-01 19:28:48 -0700 (Wed, 01 Aug 2007) | 7 lines
3118 Changed paths:
3119    M /trunk/epan/dissectors/packet-ipv6.h
3120
3121 From Amine Dhraief:
3122
3123    there is a mistake in the assigned  number of the update request and update
3124    ack shim6 control message. Accordingly to draft-ietf-shim6-proto-08 the
3125    update request has a value of 64 and the update ack 65.
3126
3127
3128 ------------------------------------------------------------------------
3129 r22439 | guy | 2007-08-02 00:54:03 -0700 (Thu, 02 Aug 2007) | 6 lines
3130 Changed paths:
3131    M /trunk/epan/wslua/Makefile.am
3132    A /trunk/epan/wslua/Makefile.common
3133    M /trunk/epan/wslua/Makefile.nmake
3134
3135 Move the list of source files to a Makefile.common file.
3136
3137 Don't put $(srcdir)/ at the beginning of those file names - other
3138 Makefile.am files don't have it, and it appears to break "make
3139 distcheck", at least on my Mac OS X 10.4 machine.
3140
3141 ------------------------------------------------------------------------
3142 r22440 | guy | 2007-08-02 01:24:00 -0700 (Thu, 02 Aug 2007) | 3 lines
3143 Changed paths:
3144    M /trunk/epan/wslua/Makefile.am
3145    M /trunk/epan/wslua/Makefile.nmake
3146
3147 We have to include Makefile.common if we move definitions we need
3148 there....
3149
3150 ------------------------------------------------------------------------
3151 r22441 | guy | 2007-08-02 09:06:13 -0700 (Thu, 02 Aug 2007) | 4 lines
3152 Changed paths:
3153    M /trunk/epan/wslua/Makefile.am
3154    D /trunk/epan/wslua/Makefile.common
3155    M /trunk/epan/wslua/Makefile.nmake
3156
3157 Gak.  <> makes it too easy to make these make- scripts do what the rest
3158 do, and take $(srcdir) as the first argument.  Back the previous changes
3159 out, for now.
3160
3161 ------------------------------------------------------------------------
3162 r22442 | guy | 2007-08-02 12:07:08 -0700 (Thu, 02 Aug 2007) | 2 lines
3163 Changed paths:
3164    M /trunk/epan/wslua/wslua_pinfo.c
3165
3166 Squelch a warning.
3167
3168 ------------------------------------------------------------------------
3169 r22443 | gerald | 2007-08-02 14:45:27 -0700 (Thu, 02 Aug 2007) | 5 lines
3170 Changed paths:
3171    M /trunk/capture-pcap-util.h
3172    M /trunk/capture.c
3173    M /trunk/capture.h
3174    M /trunk/capture_opts.c
3175    M /trunk/capture_opts.h
3176    M /trunk/capture_sync.c
3177    M /trunk/capture_sync.h
3178    M /trunk/doc/README.packaging
3179    M /trunk/dumpcap.c
3180    M /trunk/gtk/capture_if_dlg.c
3181
3182 Add a "-S" flag to dumpcap, which prints out interface statistics. Use
3183 this in the GUI rather than calling pcap_stats() directly. This gets rid
3184 of the last pcap_open_live() call in the GUI code. Update
3185 README.packaging.
3186
3187 ------------------------------------------------------------------------
3188 r22444 | ulfl | 2007-08-03 12:29:34 -0700 (Fri, 03 Aug 2007) | 3 lines
3189 Changed paths:
3190    M /trunk/epan/packet.c
3191    M /trunk/epan/packet_info.h
3192    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
3193
3194 - add PDInterfaceFSUDataAdjust block
3195 - start to implement an AR conversation handler
3196
3197 ------------------------------------------------------------------------
3198 r22445 | ulfl | 2007-08-03 13:07:06 -0700 (Fri, 03 Aug 2007) | 1 line
3199 Changed paths:
3200    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
3201
3202 mark some parameters as unused
3203 ------------------------------------------------------------------------
3204 r22446 | guy | 2007-08-03 19:13:52 -0700 (Fri, 03 Aug 2007) | 7 lines
3205 Changed paths:
3206    M /trunk/Makefile.am.inc
3207    M /trunk/Makefile.nmake.inc
3208    M /trunk/epan/Makefile.am
3209    M /trunk/epan/Makefile.common
3210    M /trunk/epan/Makefile.nmake
3211    M /trunk/epan/dfilter/Makefile.am
3212    M /trunk/epan/dfilter/Makefile.nmake
3213    M /trunk/epan/dfilter/scanner.l
3214    M /trunk/epan/diam_dict.l
3215    M /trunk/epan/dtd_parse.l
3216    M /trunk/epan/dtd_preparse.l
3217    M /trunk/epan/radius_dict.l
3218    M /trunk/epan/uat_load.l
3219    M /trunk/plugins/mate/Makefile.am
3220    M /trunk/plugins/mate/Makefile.common
3221    M /trunk/plugins/mate/Makefile.nmake
3222    M /trunk/plugins/mate/mate_parser.l
3223    M /trunk/tools/Makefile.am
3224    M /trunk/wiretap/Makefile.am
3225    M /trunk/wiretap/Makefile.common
3226    M /trunk/wiretap/Makefile.nmake
3227    M /trunk/wiretap/ascend-scanner.l
3228    M /trunk/wiretap/k12text.l
3229
3230 Add a script as a front-end for Flex, to work around various problems,
3231 such as the fact that Flex strips all but the last component of the "-o"
3232 argument, and that it doesn't generate a header file to declare routines
3233 the generated lexical analyzer defines.  Use that script when building
3234 lexical analyzers, and, for each lexical analyzer, include the generated
3235 header file in the generated analyzer.
3236
3237 ------------------------------------------------------------------------
3238 r22447 | guy | 2007-08-03 19:36:21 -0700 (Fri, 03 Aug 2007) | 2 lines
3239 Changed paths:
3240    A /trunk/tools/runlex.sh
3241    A /trunk/wiretap/runlex.sh
3242
3243 Oops, forgot to check in the script for running Flex/Lex.
3244
3245 ------------------------------------------------------------------------
3246 r22448 | guy | 2007-08-03 20:11:06 -0700 (Fri, 03 Aug 2007) | 10 lines
3247 Changed paths:
3248    M /trunk/tools/runlex.sh
3249    M /trunk/wiretap/runlex.sh
3250
3251 Sigh, crufty old shells.  The Solaris test(1) manual says that
3252
3253         1) "-e" isn't supported by good old /bin/sh, so we use "-r"
3254            instead;
3255
3256         2) "The algorithm for determining the precedence of the
3257            operators and the return value that will be generated is
3258            based on the number of arguments presented to test", so we
3259            explicitly parenthesize.
3260
3261 ------------------------------------------------------------------------
3262 r22449 | guy | 2007-08-03 20:14:00 -0700 (Fri, 03 Aug 2007) | 2 lines
3263 Changed paths:
3264    M /trunk/wiretap/Makefile.nmake
3265
3266 runlex.sh is in tools, not the top-level directory.
3267
3268 ------------------------------------------------------------------------
3269 r22450 | guy | 2007-08-03 20:27:18 -0700 (Fri, 03 Aug 2007) | 4 lines
3270 Changed paths:
3271    M /trunk/tools/runlex.sh
3272    M /trunk/wiretap/runlex.sh
3273
3274 1989 was quite a while ago.  We use function prototypes extensively;
3275 don't worry about YY_PROTO, which isn't defined with the newer shinier
3276 versions of Flex.
3277
3278 ------------------------------------------------------------------------
3279 r22451 | guy | 2007-08-03 20:47:20 -0700 (Fri, 03 Aug 2007) | 2 lines
3280 Changed paths:
3281    M /trunk/wiretap/ascend-scanner.l
3282
3283 One quote mark sufficeth.
3284
3285 ------------------------------------------------------------------------
3286 r22452 | guy | 2007-08-04 01:04:17 -0700 (Sat, 04 Aug 2007) | 3 lines
3287 Changed paths:
3288    M /trunk/epan/Makefile.am
3289    M /trunk/epan/Makefile.common
3290    M /trunk/epan/Makefile.nmake
3291
3292 Treat runlex.sh-generated headers differently from Flex-generated .c
3293 files - for one thing, the former aren't compiled into .o or .obj files.
3294
3295 ------------------------------------------------------------------------
3296 r22453 | guy | 2007-08-04 01:13:22 -0700 (Sat, 04 Aug 2007) | 2 lines
3297 Changed paths:
3298    M /trunk/epan/Makefile.common
3299
3300 Fix cut-and-pasteo.
3301
3302 ------------------------------------------------------------------------
3303 r22454 | lego | 2007-08-04 07:20:37 -0700 (Sat, 04 Aug 2007) | 3 lines
3304 Changed paths:
3305    M /trunk/epan/dissectors/packet-xml.c
3306
3307 Add preferences to register XML for a TCP port or as a TCP heuristic dissector.
3308
3309
3310 ------------------------------------------------------------------------
3311 r22455 | sfisher | 2007-08-04 10:52:38 -0700 (Sat, 04 Aug 2007) | 5 lines
3312 Changed paths:
3313    M /trunk/gtk/export_object.c
3314    M /trunk/gtk/export_object_http.c
3315    M /trunk/gtk/menu.c
3316
3317
3318 Change the export object/export object http code to only be included
3319 in the code for GTK versions 2.4 and up instead of 2 and up.
3320
3321
3322 ------------------------------------------------------------------------
3323 r22456 | sfisher | 2007-08-04 11:00:27 -0700 (Sat, 04 Aug 2007) | 4 lines
3324 Changed paths:
3325    M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
3326
3327
3328 Update documentation for change in revision 22455.
3329
3330
3331 ------------------------------------------------------------------------
3332 r22457 | ulfl | 2007-08-06 01:44:26 -0700 (Mon, 06 Aug 2007) | 1 line
3333 Changed paths:
3334    M /trunk/epan/addr_resolv.c
3335
3336 add a way to read a personal /etc/services file for TCP/UDP/... port service name resolution.
3337 ------------------------------------------------------------------------
3338 r22458 | ulfl | 2007-08-06 02:12:18 -0700 (Mon, 06 Aug 2007) | 1 line
3339 Changed paths:
3340    M /trunk/epan/addr_resolv.c
3341
3342 remove an unused variable
3343 ------------------------------------------------------------------------
3344 r22459 | etxrab | 2007-08-06 05:16:20 -0700 (Mon, 06 Aug 2007) | 2 lines
3345 Changed paths:
3346    M /trunk/asn1/inap/IN-SCF-SRF-Classes.asn
3347    M /trunk/asn1/inap/IN-SCF-SRF-datatypes.asn
3348    M /trunk/asn1/inap/IN-SCF-SRF-ops-args.asn
3349    M /trunk/asn1/inap/IN-SSF-SCF-Classes.asn
3350    M /trunk/asn1/inap/IN-SSF-SCF-datatypes.asn
3351    M /trunk/asn1/inap/IN-SSF-SCF-ops-args.asn
3352    M /trunk/asn1/inap/IN-common-classes.asn
3353    M /trunk/asn1/inap/IN-common-datatypes.asn
3354    A /trunk/asn1/inap/IN-errorcodes.asn
3355    A /trunk/asn1/inap/IN-errortypes.asn
3356    M /trunk/asn1/inap/IN-object-identifiers.asn
3357    A /trunk/asn1/inap/IN-operationcodes.asn
3358    M /trunk/asn1/inap/Makefile.nmake
3359    M /trunk/asn1/inap/inap.cnf
3360
3361 Use correct SVN keywords.
3362 Add missing ASN1 files.
3363 ------------------------------------------------------------------------
3364 r22460 | lego | 2007-08-06 15:34:26 -0700 (Mon, 06 Aug 2007) | 6 lines
3365 Changed paths:
3366    M /trunk/wiretap/mpeg.c
3367
3368 From: Shaun Jackman
3369         
3370 This patch adds MPEG PES (packetized elementary stream) to the list of
3371 magic types in wiretap/mpeg.c.
3372
3373
3374 ------------------------------------------------------------------------
3375 r22461 | lego | 2007-08-07 13:07:43 -0700 (Tue, 07 Aug 2007) | 3 lines
3376 Changed paths:
3377    M /trunk/capinfos.c
3378    M /trunk/editcap.c
3379    M /trunk/epan/plugins.c
3380    M /trunk/gtk/main.c
3381    M /trunk/tshark.c
3382
3383 Make sure that wiretap plugins are loaded before dissectors are (if a new encap type is registered the plugin probably needs it before reg_handoff)
3384
3385
3386 ------------------------------------------------------------------------
3387 r22462 | lego | 2007-08-07 13:09:18 -0700 (Tue, 07 Aug 2007) | 3 lines
3388 Changed paths:
3389    M /trunk/epan/libwireshark.def
3390
3391 Export the entire uat api
3392
3393
3394 ------------------------------------------------------------------------
3395 r22463 | lego | 2007-08-07 14:26:07 -0700 (Tue, 07 Aug 2007) | 8 lines
3396 Changed paths:
3397    M /trunk/epan/packet.c
3398    M /trunk/epan/packet.h
3399
3400 from: Mike Duigou
3401
3402 Adds a heur_dissector_delete() function to allow heuristic dissectors to be
3403 dynamically disabled based upon, for example, preference settings.
3404
3405 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1697
3406
3407
3408 ------------------------------------------------------------------------
3409 r22464 | richardv | 2007-08-07 15:49:31 -0700 (Tue, 07 Aug 2007) | 3 lines
3410 Changed paths:
3411    M /trunk/epan/dissectors/packet-iax2.c
3412
3413 remember to dissect IEs which we rely on elsewhere, even when there is no
3414 packet tree.
3415
3416 ------------------------------------------------------------------------
3417 r22465 | lego | 2007-08-07 16:07:27 -0700 (Tue, 07 Aug 2007) | 3 lines
3418 Changed paths:
3419    M /trunk/epan/dissectors/packet-xml.c
3420
3421 Remove XML heuristic dissector when disabling it.
3422
3423
3424 ------------------------------------------------------------------------
3425 r22466 | jake | 2007-08-08 00:04:28 -0700 (Wed, 08 Aug 2007) | 1 line
3426 Changed paths:
3427    M /trunk/epan/dissectors/packet-iax2.c
3428
3429 Fix the build
3430 ------------------------------------------------------------------------
3431 r22467 | etxrab | 2007-08-08 05:44:28 -0700 (Wed, 08 Aug 2007) | 2 lines
3432 Changed paths:
3433    M /trunk/epan/dissectors/packet-sigcomp.c
3434
3435 From Daniel Rao:
3436 Implement desegment for SIGCOMP over TCP, similar with HTTP desegment.
3437 ------------------------------------------------------------------------
3438 r22468 | martinm | 2007-08-08 06:12:15 -0700 (Wed, 08 Aug 2007) | 2 lines
3439 Changed paths:
3440    M /trunk/epan/dissectors/packet-catapult-dct2000.c
3441
3442 Send free-standing generic XML messages -> xml dissector
3443
3444 ------------------------------------------------------------------------
3445 r22469 | kukosa | 2007-08-08 07:01:28 -0700 (Wed, 08 Aug 2007) | 1 line
3446 Changed paths:
3447    M /trunk/epan/dissectors/packet-http.c
3448
3449 add missing initial registration to TCP and SSL ports
3450 ------------------------------------------------------------------------
3451 r22470 | etxrab | 2007-08-08 07:25:17 -0700 (Wed, 08 Aug 2007) | 4 lines
3452 Changed paths:
3453    M /trunk/epan/dissectors/packet-sip.c
3454
3455 Wireshark fails to decode the MIME encapsulation part correctly if there is a
3456 "white space" in the Content-Type field before the semi-colon.
3457 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1716
3458 Still does not work correctly as packet-multipart.c seems to have got broken.
3459 ------------------------------------------------------------------------
3460 r22471 | etxrab | 2007-08-08 12:50:39 -0700 (Wed, 08 Aug 2007) | 1 line
3461 Changed paths:
3462    M /trunk/epan/dissectors/packet-xml.c
3463
3464 Add more XCAP application types.
3465 ------------------------------------------------------------------------
3466 r22472 | ulfl | 2007-08-08 13:06:51 -0700 (Wed, 08 Aug 2007) | 12 lines
3467 Changed paths:
3468    M /trunk/epan/dissectors/packet-ptp.c
3469
3470 From Markus Seehofer:
3471 A new version of the IEEE1588/PTP dissector. This dissector now includes the
3472 coming version 2 of the standard. It supports both IP/UDP and pure ethernet
3473 frames.
3474  
3475 I've done some minor changes:
3476  
3477 LL suffix doesn't work on Win32, used G_GINT64_CONSTANT instead - as described in doc/readme.developer
3478 removed ETHERTYPE_PTP definition, already defined in etypes.h
3479 removed some duplicated "if (tree)"
3480  
3481
3482 ------------------------------------------------------------------------
3483 r22473 | ulfl | 2007-08-08 15:53:14 -0700 (Wed, 08 Aug 2007) | 3 lines
3484 Changed paths:
3485    M /trunk/epan/dissectors/packet-clnp.c
3486    M /trunk/epan/packet.c
3487    M /trunk/epan/packet_info.h
3488
3489 add pinfo fields clnp_srcref and clnp_dstref to the clnp dissector, similar to the srcport / destport already existing. As simply using srcport / destport for this will confuse mixed protocol usage (like RFC1006 ISOonTCP), I've added explicit clnp fields.
3490
3491 This way, protocols on top of COTP / CLNP have at least a chance to do reassembling correct.
3492 ------------------------------------------------------------------------
3493 r22474 | ulfl | 2007-08-08 16:36:48 -0700 (Wed, 08 Aug 2007) | 1 line
3494 Changed paths:
3495    M /trunk/epan/packet.c
3496
3497 don't use NULL to initialise an integer
3498 ------------------------------------------------------------------------
3499 r22475 | jake | 2007-08-08 23:52:13 -0700 (Wed, 08 Aug 2007) | 2 lines
3500 Changed paths:
3501    M /trunk/wiretap/Makefile.am
3502    M /trunk/wiretap/configure.in
3503
3504 Fix for bug 1704:
3505 libm required if C library is not libc (like uclibc)
3506 ------------------------------------------------------------------------
3507 r22476 | etxrab | 2007-08-09 05:17:56 -0700 (Thu, 09 Aug 2007) | 2 lines
3508 Changed paths:
3509    M /trunk/epan/dissectors/packet-imf.c
3510    M /trunk/epan/dissectors/packet-multipart.c
3511
3512 Packet-imf.c - Offset must be advanced to AFTER CRLF(CRLF).
3513 packet-multipart.c - imf_find_field_end()'s maxlength is last offset in tvb.
3514 ------------------------------------------------------------------------
3515 r22477 | etxrab | 2007-08-09 07:47:25 -0700 (Thu, 09 Aug 2007) | 1 line
3516 Changed paths:
3517    M /trunk/epan/dissectors/packet-ulp.c
3518
3519 Register by name.
3520 ------------------------------------------------------------------------
3521 r22478 | jake | 2007-08-09 13:40:32 -0700 (Thu, 09 Aug 2007) | 2 lines
3522 Changed paths:
3523    M /trunk/wiretap/file_util.h
3524
3525 Fix for bug 1659:
3526 Changed eth_dir_get_name(dirent) macro
3527 ------------------------------------------------------------------------
3528 r22479 | jake | 2007-08-09 13:41:09 -0700 (Thu, 09 Aug 2007) | 1 line
3529 Changed paths:
3530    M /trunk/gtk/rtp_player.c
3531
3532 Fix GTK1 compilation.
3533 ------------------------------------------------------------------------
3534 r22480 | guy | 2007-08-09 15:50:16 -0700 (Thu, 09 Aug 2007) | 2 lines
3535 Changed paths:
3536    M /trunk/wiretap/file_util.h
3537
3538 Parenthesize macro arguments.
3539
3540 ------------------------------------------------------------------------
3541 r22481 | etxrab | 2007-08-10 04:41:28 -0700 (Fri, 10 Aug 2007) | 1 line
3542 Changed paths:
3543    M /trunk/epan/dissectors/packet-sip.c
3544
3545 Add header fields.
3546 ------------------------------------------------------------------------
3547 r22482 | etxrab | 2007-08-10 04:42:31 -0700 (Fri, 10 Aug 2007) | 1 line
3548 Changed paths:
3549    M /trunk/Makefile.nmake
3550    M /trunk/tools/win32-setup.sh
3551
3552 Use the latest GTK2 packages
3553 ------------------------------------------------------------------------
3554 r22483 | lego | 2007-08-10 14:03:26 -0700 (Fri, 10 Aug 2007) | 3 lines
3555 Changed paths:
3556    M /trunk/dtds/presence.dtd
3557    M /trunk/epan/dissectors/packet-xml.c
3558
3559 An old proposal from Martin, append to COL_PROTO the name taken from a matching DTD (in case the media-type actually matches it). Having the name of the root element found would be nicer.
3560
3561
3562 ------------------------------------------------------------------------
3563 r22484 | lego | 2007-08-10 14:07:18 -0700 (Fri, 10 Aug 2007) | 4 lines
3564 Changed paths:
3565    M /trunk/epan/libwireshark.def
3566
3567
3568 +prefs_add_uat_preference
3569
3570
3571 ------------------------------------------------------------------------
3572 r22485 | jake | 2007-08-11 01:03:46 -0700 (Sat, 11 Aug 2007) | 1 line
3573 Changed paths:
3574    M /trunk/gtk/rtp_player.c
3575
3576 Fixing the GTK1 build shouldn't break the GTK2 build.
3577 ------------------------------------------------------------------------
3578 r22486 | lego | 2007-08-11 15:05:44 -0700 (Sat, 11 Aug 2007) | 3 lines
3579 Changed paths:
3580    M /trunk/epan/dfilter/scanner.l
3581
3582
3583 Use '~' as a synonim for "matches" replace rogue "s with \042 to avoid some text editors going wild
3584
3585 ------------------------------------------------------------------------
3586 r22487 | ulfl | 2007-08-12 13:54:30 -0700 (Sun, 12 Aug 2007) | 3 lines
3587 Changed paths:
3588    M /trunk/AUTHORS
3589    M /trunk/Makefile.am
3590    M /trunk/Makefile.nmake
3591    M /trunk/packaging/nsis/wireshark.nsi
3592    M /trunk/packaging/u3/win32/makefile.nmake
3593    A /trunk/services
3594
3595 add IANA port-numbers file as a file named "services", with some minor explanations from me at the top of that file
3596
3597 add it to the distributed files, to the Win32 NSIS and U3 packages. UNIX packages will still miss this (optional) file.
3598 ------------------------------------------------------------------------
3599 r22488 | ulfl | 2007-08-12 14:46:50 -0700 (Sun, 12 Aug 2007) | 1 line
3600 Changed paths:
3601    M /trunk/Makefile.am
3602
3603 as noted by Stig Bj?\195?\184rlykke: Also adding "services" to pkgdata_DATA will install the services file correctly.
3604 ------------------------------------------------------------------------
3605 r22489 | ulfl | 2007-08-12 16:38:09 -0700 (Sun, 12 Aug 2007) | 1 line
3606 Changed paths:
3607    M /trunk/packaging/u3/win32/makefile.nmake
3608
3609 fix a typo
3610 ------------------------------------------------------------------------
3611 r22490 | kukosa | 2007-08-13 04:15:39 -0700 (Mon, 13 Aug 2007) | 1 line
3612 Changed paths:
3613    M /trunk/asn1/Makefile.am
3614    M /trunk/asn1/nbap/Makefile
3615    M /trunk/asn1/nbap/Makefile.nmake
3616    A /trunk/asn1/nbap/NBAP-CommonDataTypes.asn
3617    A /trunk/asn1/nbap/NBAP-Constants.asn
3618    A /trunk/asn1/nbap/NBAP-Containers.asn
3619    A /trunk/asn1/nbap/NBAP-IEs.asn
3620    A /trunk/asn1/nbap/NBAP-PDU-Contents.asn
3621    A /trunk/asn1/nbap/NBAP-PDU-Descriptions.asn
3622    D /trunk/asn1/nbap/nbap.asn
3623    M /trunk/asn1/nbap/nbap.cnf
3624    M /trunk/asn1/nbap/packet-nbap-template.c
3625    D /trunk/asn1/nbap/packet-nbap-template.h
3626    M /trunk/asn1/rnsap/Makefile
3627    M /trunk/epan/dissectors/packet-nbap.c
3628    M /trunk/tools/asn2wrs.py
3629
3630 NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 (2007-06)
3631 ------------------------------------------------------------------------
3632 r22491 | etxrab | 2007-08-13 09:28:13 -0700 (Mon, 13 Aug 2007) | 1 line
3633 Changed paths:
3634    M /trunk/epan/dissectors/packet-sip.c
3635
3636 Add forgotten header field.
3637 ------------------------------------------------------------------------
3638 r22492 | etxrab | 2007-08-13 09:41:16 -0700 (Mon, 13 Aug 2007) | 6 lines
3639 Changed paths:
3640    M /trunk/asn1/dop/packet-dop-template.c
3641    M /trunk/asn1/rtse/packet-rtse-template.c
3642    M /trunk/epan/dissectors/packet-ber.c
3643    M /trunk/epan/dissectors/packet-dop.c
3644    M /trunk/epan/dissectors/packet-imf.c
3645    M /trunk/epan/dissectors/packet-rtse.c
3646
3647 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739
3648 Fro Stig Bj?\195?\184rlykke:
3649 1. BER: Added support for empty indef SET
3650 2. RTSE: Added fragment length in COL_INFO
3651 3. IMF: Use correct hf_id for extension value
3652 4. DOP: Fix typo in COL_INFO oid name
3653 ------------------------------------------------------------------------
3654 r22493 | etxrab | 2007-08-13 09:44:35 -0700 (Mon, 13 Aug 2007) | 1 line
3655 Changed paths:
3656    M /trunk/asn1/ulp/packet-ulp-template.c
3657
3658 Register by name.(Add the template file as well).
3659 ------------------------------------------------------------------------
3660 r22494 | sfisher | 2007-08-13 13:14:42 -0700 (Mon, 13 Aug 2007) | 14 lines
3661 Changed paths:
3662    M /trunk/epan
3663    M /trunk/epan/dfilter
3664    M /trunk/plugins/mate
3665    M /trunk/wiretap
3666
3667
3668 Add the following files to svn:ignore
3669
3670   plugins/mate/mate_parser_lex.h
3671   epan/dtd_parse_lex.h
3672   epan/uat_load_lex.h
3673   epan/radius_dict_lex.h
3674   epan/diam_dict_lex.h
3675   epan/dtd_preparse_lex.h
3676   epan/dfilter/scanner_lex.h
3677   wiretap/ascend-scanner_lex.h
3678   wiretap/k12text_lex.h
3679
3680
3681 ------------------------------------------------------------------------
3682 r22495 | martinm | 2007-08-13 14:17:02 -0700 (Mon, 13 Aug 2007) | 2 lines
3683 Changed paths:
3684    M /trunk/Makefile.am
3685
3686 Add etsie2e4.xml to Makefile.am
3687
3688 ------------------------------------------------------------------------
3689 r22496 | etxrab | 2007-08-13 23:03:52 -0700 (Mon, 13 Aug 2007) | 1 line
3690 Changed paths:
3691    A /trunk/asn1/tcap/DialoguePDUs.asn
3692    A /trunk/asn1/tcap/TC-Notation-Extensions.asn
3693    A /trunk/asn1/tcap/TCAP-Remote-Operations-Information-Objects.asn
3694    A /trunk/asn1/tcap/TCAPMessages.asn
3695    A /trunk/asn1/tcap/TCAPPackage.asn
3696    A /trunk/asn1/tcap/UnidialoguePDUs.asn
3697
3698 Add the original TCAP ASN1 files.
3699 ------------------------------------------------------------------------
3700 r22497 | etxrab | 2007-08-13 23:14:31 -0700 (Mon, 13 Aug 2007) | 1 line
3701 Changed paths:
3702    A /trunk/asn1/tcap/ansi_tcap.cnf
3703    A /trunk/asn1/tcap/packet-ansi_tcap-template.c
3704    A /trunk/asn1/tcap/packet-ansi_tcap-template.h
3705
3706 Add files for ANSI TCAP.
3707 ------------------------------------------------------------------------
3708 r22498 | etxrab | 2007-08-13 23:20:54 -0700 (Mon, 13 Aug 2007) | 1 line
3709 Changed paths:
3710    M /trunk/asn1/tcap/Makefile.nmake
3711
3712 Update the makefile
3713 ------------------------------------------------------------------------
3714 r22499 | jake | 2007-08-14 09:37:35 -0700 (Tue, 14 Aug 2007) | 4 lines
3715 Changed paths:
3716    M /trunk/epan/dissectors/packet-mip6.h
3717
3718 From Nicolas Dichtel:
3719 Please find enclosed a patch to update BA status code for PMIPv6
3720 according to draft-ietf-netlmm-proxymip6-01 Section 8.5
3721
3722 ------------------------------------------------------------------------
3723 r22500 | etxrab | 2007-08-14 14:50:12 -0700 (Tue, 14 Aug 2007) | 6 lines
3724 Changed paths:
3725    M /trunk/epan/dissectors/packet-gtp.c
3726
3727 From From: Sommars, Steven E:
3728 Minor problem in packet-gtp.c  when decoding the PDP context Information
3729 Element (7.7.29 in 29.060)   The two uplink TEIDs are reversed in
3730 packet-gtp.c, it should be control plane, followed by data.
3731
3732 Reworked the patch.
3733 ------------------------------------------------------------------------
3734 r22501 | etxrab | 2007-08-14 15:05:36 -0700 (Tue, 14 Aug 2007) | 1 line
3735 Changed paths:
3736    M /trunk/asn1/tcap/packet-tcap-template.c
3737    M /trunk/epan/dissectors/Makefile.common
3738    M /trunk/epan/dissectors/packet-tcap.c
3739    M /trunk/epan/dissectors/packet-tcap.h
3740
3741 Preparations to split the TCAP dissector into ANSI and ITU parts.
3742 ------------------------------------------------------------------------
3743 r22502 | etxrab | 2007-08-14 15:10:55 -0700 (Tue, 14 Aug 2007) | 1 line
3744 Changed paths:
3745    A /trunk/epan/dissectors/packet-ansi_tcap.c
3746    A /trunk/epan/dissectors/packet-ansi_tcap.h
3747
3748 Actually adding the dissector may help :)
3749 ------------------------------------------------------------------------
3750 r22503 | ulfl | 2007-08-14 16:52:51 -0700 (Tue, 14 Aug 2007) | 1 line
3751 Changed paths:
3752    M /trunk/epan/addr_resolv.c
3753
3754 if the manuf address could not be resolved, strip off special bits (multicast, locally administered) and try again to find it
3755 ------------------------------------------------------------------------
3756 r22504 | ulfl | 2007-08-14 18:35:05 -0700 (Tue, 14 Aug 2007) | 1 line
3757 Changed paths:
3758    M /trunk/docbook/user-guide.xml
3759    A /trunk/docbook/wsug_graphics/ws-expert-infos.png
3760    M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
3761
3762 add a section about expert infos
3763 ------------------------------------------------------------------------
3764 r22505 | etxrab | 2007-08-14 22:47:17 -0700 (Tue, 14 Aug 2007) | 1 line
3765 Changed paths:
3766    M /trunk/asn1/tcap/packet-ansi_tcap-template.c
3767    M /trunk/epan/dissectors/packet-ansi_tcap.c
3768
3769 Change  tcap_private to ansi_tcap_private.
3770 ------------------------------------------------------------------------
3771 r22506 | ulfl | 2007-08-15 00:37:23 -0700 (Wed, 15 Aug 2007) | 1 line
3772 Changed paths:
3773    M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
3774
3775 don't use table names twice
3776 ------------------------------------------------------------------------
3777 r22507 | jmayer | 2007-08-15 06:21:23 -0700 (Wed, 15 Aug 2007) | 3 lines
3778 Changed paths:
3779    M /trunk/epan/addr_resolv.c
3780
3781 Mask out only the bc/mc bit, not the locally assigned bit.
3782 Update comment accordingly.
3783
3784 ------------------------------------------------------------------------
3785 r22508 | lego | 2007-08-15 12:52:44 -0700 (Wed, 15 Aug 2007) | 2 lines
3786 Changed paths:
3787    A /trunk/epan/oids.c
3788    A /trunk/epan/oids.h
3789
3790 I'm at the end of the second iteration, so far this compiles OK still haven't tested it but it does not go in the Makefiles, I need this as a reference point.
3791
3792 ------------------------------------------------------------------------
3793 r22509 | morriss | 2007-08-15 13:35:14 -0700 (Wed, 15 Aug 2007) | 1 line
3794 Changed paths:
3795    A /trunk/tools/checkAPIs.pl
3796
3797 As discussed on the -dev list quite a while ago: a small tool to check Wireshark code (or at least parts of it) for "bad" things (C++ style comments and API/function calls that should not be used).  I'm checking in because I almost missed some C++ style comments in a file I was contemplating checking in; this tool can help us (at least me) avoid such problems in the future.
3798 ------------------------------------------------------------------------
3799 r22510 | morriss | 2007-08-15 14:07:01 -0700 (Wed, 15 Aug 2007) | 1 line
3800 Changed paths:
3801    M /trunk/epan/dissectors/packet-sccp.c
3802
3803 checkhf.pl found a couple bugs: hf_sccp_calling_itu_global_title_indicator and hf_sccp_ansi_isni_counter were never used (the former due to a typo, the latter due to oversight).
3804 ------------------------------------------------------------------------
3805 r22511 | morriss | 2007-08-15 14:37:09 -0700 (Wed, 15 Aug 2007) | 1 line
3806 Changed paths:
3807    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
3808    M /trunk/epan/dissectors/packet-ansi_map.c
3809    M /trunk/epan/dissectors/packet-ansi_map.h
3810
3811 Change tvb_get_string() to tvb_get_ephemeral_string().  Since we weren't freeing the returned buffer, this cleans up a memory leak.  NOTE: I had to manually regenerate this dissector without the "-T" option to avoid checking in a lot of changes that I don't understand/didn't make.  Why is the Makefile newer than what's in epan/dissectors/ ?
3812 ------------------------------------------------------------------------
3813 r22512 | stig | 2007-08-15 15:20:28 -0700 (Wed, 15 Aug 2007) | 6 lines
3814 Changed paths:
3815    M /trunk/AUTHORS
3816    M /trunk/epan/dissectors/packet-dmp.c
3817
3818 Fixed a free -> g_free
3819 Removed a unused hf_ entry
3820
3821 From Ian Brumby:
3822 - Fixed decoding of 4 character and longer SICs
3823
3824 ------------------------------------------------------------------------
3825 r22513 | stig | 2007-08-15 15:24:05 -0700 (Wed, 15 Aug 2007) | 2 lines
3826 Changed paths:
3827    M /trunk/epan/reassemble.c
3828    M /trunk/epan/reassemble.h
3829
3830 Added fragment_start_seq_check to start a reassembly without adding any data.
3831
3832 ------------------------------------------------------------------------
3833 r22514 | stig | 2007-08-15 15:26:00 -0700 (Wed, 15 Aug 2007) | 3 lines
3834 Changed paths:
3835    M /trunk/epan/dissectors/packet-p_mul.c
3836
3837 Use fragment_start_seq_check to start defragmentation when receiving an 
3838 Address PDU without adding a empty message fragment.
3839
3840 ------------------------------------------------------------------------
3841 r22515 | morriss | 2007-08-15 15:27:52 -0700 (Wed, 15 Aug 2007) | 8 lines
3842 Changed paths:
3843    M /trunk/epan/dissectors/packet-bittorrent.c
3844    M /trunk/epan/dissectors/packet-dcerpc.c
3845    M /trunk/epan/dissectors/packet-dmp.c
3846    M /trunk/epan/dissectors/packet-dtpt.c
3847    M /trunk/epan/dissectors/packet-fcct.c
3848    M /trunk/epan/dissectors/packet-fcdns.c
3849    M /trunk/epan/dissectors/packet-fcfzs.c
3850    M /trunk/epan/dissectors/packet-fcswils.c
3851    M /trunk/epan/dissectors/packet-fw1.c
3852    M /trunk/epan/dissectors/packet-http.c
3853    M /trunk/epan/dissectors/packet-imf.c
3854    M /trunk/epan/dissectors/packet-isup.c
3855    M /trunk/epan/dissectors/packet-msrp.c
3856    M /trunk/epan/dissectors/packet-mysql.c
3857    M /trunk/epan/dissectors/packet-ndps.c
3858    M /trunk/epan/dissectors/packet-p_mul.c
3859    M /trunk/epan/dissectors/packet-pppoe.c
3860    M /trunk/epan/dissectors/packet-sdp.c
3861
3862 - s/ntohs/g_ntohs
3863 - s/ntohl/g_ntohl
3864 - s/free/g_free
3865 - Change some tvb_get_string()+g_free()'s into tvb_get_ephemeral_string()
3866 - Change some tvb_fake_unicode()+g_free()'s into tvb_get_ephemeral_faked_unicode()
3867 - Change some tvb_get_string() calls that were clearly memory leaks (like
3868   atoi(tvb_get_string(...))) into tvb_get_ephemeral_string()
3869
3870 ------------------------------------------------------------------------
3871 r22516 | stig | 2007-08-15 15:29:58 -0700 (Wed, 15 Aug 2007) | 6 lines
3872 Changed paths:
3873    M /trunk/epan/dissectors/packet-smtp.c
3874
3875 Added support for RFC3030 (BDAT) in SMTP.
3876 Added data fragment length to COL_INFO.
3877 Changed some 0/1 values to boolean.
3878
3879 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1736
3880
3881 ------------------------------------------------------------------------
3882 r22517 | stig | 2007-08-15 15:34:56 -0700 (Wed, 15 Aug 2007) | 2 lines
3883 Changed paths:
3884    M /trunk/epan/dissectors/packet-ber.c
3885
3886 Improved dumping of unexpected data when dissector for OID not implemented.
3887
3888 ------------------------------------------------------------------------
3889 r22518 | morriss | 2007-08-15 15:41:49 -0700 (Wed, 15 Aug 2007) | 1 line
3890 Changed paths:
3891    M /trunk/asn1/ldap/ldap.cnf
3892    M /trunk/epan/dissectors/packet-ldap.c
3893
3894 Convert a couple tvb_get_string()'s into tvb_get_ephemeral_string().  In the one remaining use of tvb_get_string(), g_free the old entry if the pointer is *not* NULL.
3895 ------------------------------------------------------------------------
3896 r22519 | stig | 2007-08-15 16:42:29 -0700 (Wed, 15 Aug 2007) | 2 lines
3897 Changed paths:
3898    M /trunk/asn1/cdt/Makefile
3899    M /trunk/asn1/cdt/Makefile.nmake
3900    M /trunk/asn1/cdt/cdt-exp.cnf
3901    M /trunk/epan/dissectors/packet-cdt.c
3902    M /trunk/epan/dissectors/packet-cdt.h
3903
3904 Regenerate the CDT dissector with -X and -T options.
3905
3906 ------------------------------------------------------------------------
3907 r22520 | sfisher | 2007-08-15 20:36:38 -0700 (Wed, 15 Aug 2007) | 4 lines
3908 Changed paths:
3909    M /trunk/gtk/Makefile.am
3910    M /trunk/gtk/Makefile.common
3911    M /trunk/gtk/follow_dlg.c
3912    A /trunk/gtk/follow_stream.c
3913    A /trunk/gtk/follow_stream.h
3914    M /trunk/gtk/ssl-dlg.c
3915
3916
3917 Initial work on merging common code between follow TCP & SSL stream features
3918
3919
3920 ------------------------------------------------------------------------
3921 r22521 | ulfl | 2007-08-15 21:25:54 -0700 (Wed, 15 Aug 2007) | 1 line
3922 Changed paths:
3923    M /trunk/epan/dissectors/packet-ip.c
3924
3925 add an expert info, if ip.ttl < 5
3926 ------------------------------------------------------------------------
3927 r22522 | ulfl | 2007-08-15 21:32:48 -0700 (Wed, 15 Aug 2007) | 1 line
3928 Changed paths:
3929    M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
3930
3931 some more editing of the expert infos - still incomplete
3932 ------------------------------------------------------------------------
3933 r22523 | ulfl | 2007-08-15 21:54:30 -0700 (Wed, 15 Aug 2007) | 1 line
3934 Changed paths:
3935    M /trunk/gtk/follow_stream.c
3936
3937 fix build problems under Win32
3938 ------------------------------------------------------------------------
3939 r22524 | lego | 2007-08-15 23:48:51 -0700 (Wed, 15 Aug 2007) | 5 lines
3940 Changed paths:
3941    M /trunk/epan/oids.c
3942    M /trunk/epan/oids.h
3943
3944 - It's just-a-bad-idea(tm) to redefine anything from a foreign library, Don't.
3945 - Allow to look for value-types by name.
3946
3947 [still largelly  untested]
3948
3949 ------------------------------------------------------------------------
3950 r22525 | etxrab | 2007-08-16 00:00:50 -0700 (Thu, 16 Aug 2007) | 1 line
3951 Changed paths:
3952    M /trunk/asn1/ansi_map/Makefile
3953    M /trunk/asn1/ansi_map/ansi_map.cnf
3954    M /trunk/asn1/camel/Makefile
3955
3956 Fix makefiles and a comment.
3957 ------------------------------------------------------------------------
3958 r22526 | ulfl | 2007-08-16 08:53:35 -0700 (Thu, 16 Aug 2007) | 1 line
3959 Changed paths:
3960    M /trunk/docbook/user-guide.xml
3961    A /trunk/docbook/wsug_graphics/ws-expert-colored-tree.png
3962    A /trunk/docbook/wsug_graphics/ws-expert-column.png
3963    M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
3964
3965 finish the expert info section
3966 ------------------------------------------------------------------------
3967 r22527 | stig | 2007-08-16 10:59:27 -0700 (Thu, 16 Aug 2007) | 4 lines
3968 Changed paths:
3969    M /trunk/asn1/ftam/packet-ftam-template.c
3970    M /trunk/epan/dissectors/packet-ftam.c
3971
3972 Added handling of ISO FTAM unstructured binary, as this OID is used in 
3973 X.420 FileTransferBodyPart for generic binary bodyparts.
3974 Also added handling of ISO FTAM unstructured text.
3975
3976 ------------------------------------------------------------------------
3977 r22528 | etxrab | 2007-08-16 12:59:55 -0700 (Thu, 16 Aug 2007) | 1 line
3978 Changed paths:
3979    M /trunk/asn1/tcap/ansi_tcap.cnf
3980    M /trunk/asn1/tcap/packet-ansi_tcap-template.c
3981    M /trunk/asn1/tcap/packet-ansi_tcap-template.h
3982    M /trunk/epan/dissectors/packet-ansi_tcap.c
3983    M /trunk/epan/dissectors/packet-ansi_tcap.h
3984
3985 Collect context data.
3986 ------------------------------------------------------------------------
3987 r22529 | stig | 2007-08-16 13:54:43 -0700 (Thu, 16 Aug 2007) | 4 lines
3988 Changed paths:
3989    M /trunk/epan/dissectors/packet-p_mul.c
3990
3991 When calculating checksum for p_mul the checksum field itself is set to zero.
3992 Ensure this field is inside the buffer before altering it, so we don't 
3993 write outside the allocated buffer.
3994
3995 ------------------------------------------------------------------------
3996 r22530 | ulfl | 2007-08-16 15:03:10 -0700 (Thu, 16 Aug 2007) | 5 lines
3997 Changed paths:
3998    M /trunk/epan/Makefile.common
3999    A /trunk/epan/dissector_filters.c
4000    A /trunk/epan/dissector_filters.h
4001    M /trunk/epan/libwireshark.def
4002    M /trunk/gtk/gui_stat_menu.h
4003    M /trunk/gtk/menu.c
4004    M /trunk/gtk/tcp_graph.c
4005    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
4006    M /trunk/stat_menu.h
4007
4008 experimental feature: dissector filters
4009
4010 add the possibility, that a dissector writer can provide (usually non-trivial) display filters specific for the protocol in question (with an example in packet-dcerpc-pn-io.c), that will appear in the GUI
4011
4012
4013 ------------------------------------------------------------------------
4014 r22531 | ulfl | 2007-08-16 15:45:36 -0700 (Thu, 16 Aug 2007) | 1 line
4015 Changed paths:
4016    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
4017
4018 fix return types, hopefully this will make the osx buildbot happy
4019 ------------------------------------------------------------------------
4020 r22532 | ulfl | 2007-08-16 16:35:28 -0700 (Thu, 16 Aug 2007) | 1 line
4021 Changed paths:
4022    M /trunk/gtk/menu.c
4023
4024 mark some parameters as unused
4025 ------------------------------------------------------------------------
4026 r22533 | sake | 2007-08-17 01:03:32 -0700 (Fri, 17 Aug 2007) | 26 lines
4027 Changed paths:
4028    M /trunk/wiretap/Makefile.common
4029    M /trunk/wiretap/file_access.c
4030    A /trunk/wiretap/netscreen.c
4031    A /trunk/wiretap/netscreen.h
4032    M /trunk/wiretap/wtap.h
4033
4034 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)
4035
4036 This patch adds support for the Juniper NetScreen snoop output format. 
4037 It takes a text-dump op the captured packets and parses the headers 
4038 and hex-data. Since the snoop files on a Junpiper NetScreen can be saved 
4039 to a tftp-server, this patch makes it quite easy to use the snoop 
4040 function of the Juniper NetScreen firewalls.
4041
4042 /* XXX TODO:
4043  *
4044  * o  Create a wiki-page with instruction on how to make tracefiles
4045  *    on Juniper NetScreen devices. Also put a few examples up
4046  *    on the wiki (Done: wiki-page added 2007-08-03)
4047  *
4048  * o  Use the interface names to properly detect the encapsulation
4049  *    type (ie adsl packets are now not properly dissected)
4050  *    (Done: adsl packets are now correctly seen as PPP, 2007-08-03)
4051  *
4052  * o  Pass the interface names and the traffic direction to either
4053  *    the frame-structure, a pseudo-header or use PPI. This needs
4054  *    to be discussed on the dev-list first
4055  *    (Posted a message to wireshark-dev abou this 2007-08-03)
4056  *
4057  */
4058
4059
4060 ------------------------------------------------------------------------
4061 r22534 | gal | 2007-08-17 11:52:40 -0700 (Fri, 17 Aug 2007) | 5 lines
4062 Changed paths:
4063    M /trunk/asn1/pkcs12/Makefile
4064    M /trunk/asn1/pkcs12/Makefile.nmake
4065    M /trunk/asn1/pkcs12/packet-pkcs12-template.c
4066    M /trunk/asn1/pkcs12/packet-pkcs12-template.h
4067    M /trunk/asn1/pkcs12/pkcs12.cnf
4068    M /trunk/epan/dissectors/packet-pkcs12.c
4069    M /trunk/epan/dissectors/packet-pkcs12.h
4070
4071 Support for decrypting of PKCS#12 bag contents.
4072 Supports RC2, RC4 and 3DES with SHA1 Password-based Encryption using libgcrypt functions.
4073 Password is provided as a preference, as is trying to decode with a empty/NULL password. 
4074
4075
4076 ------------------------------------------------------------------------
4077 r22535 | gal | 2007-08-17 12:14:39 -0700 (Fri, 17 Aug 2007) | 4 lines
4078 Changed paths:
4079    M /trunk/asn1/cms/cms-exp.cnf
4080    M /trunk/asn1/cms/cms.cnf
4081    M /trunk/asn1/cms/packet-cms-template.c
4082    M /trunk/epan/dissectors/packet-cms.c
4083    M /trunk/epan/dissectors/packet-cms.h
4084
4085 Support for the decryption of EncryptedData which is used by PKCS12
4086 Uses the PBE routines from PKCS12.
4087
4088
4089 ------------------------------------------------------------------------
4090 r22536 | gal | 2007-08-17 12:16:51 -0700 (Fri, 17 Aug 2007) | 3 lines
4091 Changed paths:
4092    M /trunk/asn1/x509sat/x509sat-exp.cnf
4093    M /trunk/asn1/x509sat/x509sat.cnf
4094    M /trunk/epan/dissectors/packet-x509sat.c
4095    M /trunk/epan/dissectors/packet-x509sat.h
4096
4097 Faked BMP string display.
4098
4099
4100 ------------------------------------------------------------------------
4101 r22537 | gal | 2007-08-17 12:23:15 -0700 (Fri, 17 Aug 2007) | 3 lines
4102 Changed paths:
4103    M /trunk/asn1/pkcs12/packet-pkcs12-template.c
4104    M /trunk/epan/dissectors/packet-pkcs12.c
4105
4106 Fix for OSX gremlin in PKCS12 template.
4107
4108
4109 ------------------------------------------------------------------------
4110 r22538 | gerald | 2007-08-17 12:34:14 -0700 (Fri, 17 Aug 2007) | 7 lines
4111 Changed paths:
4112    M /trunk/airpcap_loader.c
4113    M /trunk/airpcap_loader.h
4114    M /trunk/epan/Makefile.common
4115    M /trunk/epan/column-utils.c
4116    M /trunk/epan/column.c
4117    M /trunk/epan/column_info.h
4118    M /trunk/epan/dissectors/packet-ppi.c
4119    M /trunk/epan/dissectors/packet-prism.c
4120    M /trunk/epan/dissectors/packet-radiotap.c
4121    M /trunk/epan/dissectors/packet-wlancap.c
4122    A /trunk/epan/frequency-utils.c
4123    A /trunk/epan/frequency-utils.h
4124    M /trunk/epan/libwireshark.def
4125    M /trunk/gtk/airpcap_dlg.c
4126    M /trunk/gtk/airpcap_gui_utils.c
4127    M /trunk/gtk/main.c
4128
4129 Instead of converting between 802.11 frequencies and channels umpteen
4130 different ways, add a set of common conversion routines.  Add a
4131 "Frequency/Channel" column and fill it in where we can.  Fix RSSI column
4132 printing in PPI.
4133
4134 Fix up whitespace along the way.
4135
4136 ------------------------------------------------------------------------
4137 r22539 | gal | 2007-08-17 12:40:40 -0700 (Fri, 17 Aug 2007) | 3 lines
4138 Changed paths:
4139    M /trunk/asn1/pkcs12/packet-pkcs12-template.c
4140    M /trunk/epan/dissectors/packet-pkcs12.c
4141
4142 Further tidy up for preference.
4143
4144
4145 ------------------------------------------------------------------------
4146 r22540 | guy | 2007-08-17 13:04:31 -0700 (Fri, 17 Aug 2007) | 3 lines
4147 Changed paths:
4148    M /trunk/wiretap/netxray.c
4149
4150 At least some LAPB Windows Sniffer captures have 4 bytes of extra stuff
4151 at the ends of packets.
4152
4153 ------------------------------------------------------------------------
4154 r22541 | ashokn | 2007-08-17 14:21:18 -0700 (Fri, 17 Aug 2007) | 4 lines
4155 Changed paths:
4156    M /trunk/AUTHORS
4157    M /trunk/epan/dissectors/Makefile.common
4158    M /trunk/epan/dissectors/packet-ethertype.c
4159    A /trunk/epan/dissectors/packet-ieee8021ah.c
4160    A /trunk/epan/dissectors/packet-ieee8021ah.h
4161    M /trunk/epan/etypes.h
4162
4163 Added support for 802.1ad and 802.1ah ethernet frames
4164
4165
4166
4167 ------------------------------------------------------------------------
4168 r22542 | morriss | 2007-08-17 14:21:50 -0700 (Fri, 17 Aug 2007) | 1 line
4169 Changed paths:
4170    M /trunk/epan/dissectors/packet-dcp-etsi.c
4171    M /trunk/epan/dissectors/packet-sdp.c
4172
4173 Replace a couple more calls to tvb_get_string() with tvb_get_ephemeral_string().  2 of the 3 replacements fix memory leaks.
4174 ------------------------------------------------------------------------
4175 r22543 | etxrab | 2007-08-17 14:31:22 -0700 (Fri, 17 Aug 2007) | 1 line
4176 Changed paths:
4177    M /trunk/epan/dissectors/Makefile.common
4178    A /trunk/epan/dissectors/packet-dpnss.c
4179    M /trunk/epan/dissectors/packet-dua.c
4180
4181 Add a rudimentarry DPNSS dissector - work in progress.
4182 ------------------------------------------------------------------------
4183 r22544 | etxrab | 2007-08-17 16:23:36 -0700 (Fri, 17 Aug 2007) | 1 line
4184 Changed paths:
4185    M /trunk/asn1/tcap/ansi_tcap.cnf
4186    M /trunk/asn1/tcap/packet-ansi_tcap-template.c
4187    M /trunk/asn1/tcap/packet-ansi_tcap-template.h
4188    M /trunk/epan/dissectors/packet-ansi_tcap.c
4189    M /trunk/epan/dissectors/packet-ansi_tcap.h
4190
4191 Add code for finding sub dissectors.
4192 ------------------------------------------------------------------------
4193 r22545 | gerald | 2007-08-17 16:53:41 -0700 (Fri, 17 Aug 2007) | 2 lines
4194 Changed paths:
4195    M /trunk/epan/frequency-utils.c
4196
4197 Fix a couple of signedness mismatches.
4198
4199 ------------------------------------------------------------------------
4200 r22546 | lego | 2007-08-17 17:14:52 -0700 (Fri, 17 Aug 2007) | 3 lines
4201 Changed paths:
4202    M /trunk/epan/proto.c
4203
4204 accept 64bit integers where 8 <= len <= 1
4205
4206
4207 ------------------------------------------------------------------------
4208 r22547 | guy | 2007-08-17 18:46:14 -0700 (Fri, 17 Aug 2007) | 5 lines
4209 Changed paths:
4210    M /trunk/gtk/rtp_player.c
4211
4212 Use #defines, rather than raw numbers, for RTP payload types.
4213
4214 Note that we should return an error for payload types we don't support,
4215 so the user knows we can't handle the audio.
4216
4217 ------------------------------------------------------------------------
4218 r22548 | wmeier | 2007-08-17 20:19:44 -0700 (Fri, 17 Aug 2007) | 2 lines
4219 Changed paths:
4220    M /trunk/epan/dissectors/packet-dpnss.c
4221
4222 Fix some gcc warnings so buildbots can proceed.
4223
4224 ------------------------------------------------------------------------
4225 r22549 | wmeier | 2007-08-17 21:28:40 -0700 (Fri, 17 Aug 2007) | 2 lines
4226 Changed paths:
4227    M /trunk/gtk/rtp_player.c
4228
4229 Add #include needed to get defs for PT_PCMU & etc
4230
4231 ------------------------------------------------------------------------
4232 r22550 | wmeier | 2007-08-18 08:48:10 -0700 (Sat, 18 Aug 2007) | 2 lines
4233 Changed paths:
4234    M /trunk/docbook/Makefile
4235
4236 Bug #1446 work-around from  Toralf F?\195?\182rster  
4237
4238 ------------------------------------------------------------------------
4239 r22551 | gal | 2007-08-18 10:39:44 -0700 (Sat, 18 Aug 2007) | 3 lines
4240 Changed paths:
4241    M /trunk/epan/dissectors/packet-ber.c
4242
4243 Handle unknown Universal and BMP strings.
4244
4245
4246 ------------------------------------------------------------------------
4247 r22552 | stig | 2007-08-18 15:56:44 -0700 (Sat, 18 Aug 2007) | 6 lines
4248 Changed paths:
4249    M /trunk/epan/dissectors/packet-x25.c
4250
4251 Check for COTP if Call Request has not been captured.
4252 Fixed an offset for diagnostic in COL_INFO.
4253
4254 This file should really be rewritten to use more proto_tree_add_item's
4255 instead of proto_tree_add_text's.
4256
4257 ------------------------------------------------------------------------
4258 r22553 | etxrab | 2007-08-19 13:26:08 -0700 (Sun, 19 Aug 2007) | 1 line
4259 Changed paths:
4260    M /trunk/epan/dissectors/packet-dpnss.c
4261
4262 Disscet CC messages.
4263 ------------------------------------------------------------------------
4264 r22554 | etxrab | 2007-08-19 13:41:16 -0700 (Sun, 19 Aug 2007) | 1 line
4265 Changed paths:
4266    M /trunk/epan/dissectors/packet-dpnss.c
4267
4268 Fix copy-paste errors.
4269 ------------------------------------------------------------------------
4270 r22555 | stig | 2007-08-19 14:56:11 -0700 (Sun, 19 Aug 2007) | 2 lines
4271 Changed paths:
4272    M /trunk/epan/dissectors/packet-dpnss.c
4273
4274 Mark pinfo as unused to make buildbot happy again.
4275
4276 ------------------------------------------------------------------------
4277 r22556 | lego | 2007-08-19 16:00:47 -0700 (Sun, 19 Aug 2007) | 20 lines
4278 Changed paths:
4279    M /trunk/asn1/snmp/packet-snmp-template.c
4280    M /trunk/asn1/snmp/snmp.asn
4281    M /trunk/asn1/snmp/snmp.cnf
4282    M /trunk/epan/oids.c
4283    M /trunk/epan/oids.h
4284
4285 Filtering on snmp variables starts to work so I put it there in case anyone wants to start playing with it. I'll leave the generated dissector in place and the rest off the Makefiles so that others are not bothered by this.
4286
4287 TODO:
4288 - Global
4289    - add libsmi to autoconf (I modified CFLAGS and LDADDs in the makefile.ams appending my own values, that's good only for me)
4290    - have other users of oid_resolv.h get to use the new functions in oids.h
4291    - add a menu item or preference setting for the smi_modules UAT ( the smi_modules file has one dquoted string per line with the name of each module to be loaded)
4292 - SNMP
4293   - put complete information in the labels of the VarBind Items
4294   - add oids to COL_INFO
4295   - negative testing (Well, testing in general)
4296 - OIDS
4297   - implement "ALL" modules 
4298   - some functions are not yet tested or implemented
4299
4300 I'll put a TO-DO list on the wiki for people (incl. me) to add more items
4301
4302
4303
4304
4305 ------------------------------------------------------------------------
4306 r22557 | sahlberg | 2007-08-20 01:09:52 -0700 (Mon, 20 Aug 2007) | 5 lines
4307 Changed paths:
4308    M /trunk/epan/dissectors/packet-smb.c
4309
4310 we need to track the fid in the rwdata structure so that reassembly of 
4311 connectionoriented dcerpc over smb pipes will be able to find the fid 
4312 used for reassembly
4313
4314
4315 ------------------------------------------------------------------------
4316 r22558 | jake | 2007-08-20 13:50:29 -0700 (Mon, 20 Aug 2007) | 2 lines
4317 Changed paths:
4318    M /trunk/Makefile.am
4319    M /trunk/Makefile.nmake
4320    M /trunk/configure.in
4321    M /trunk/plugins/Makefile.am
4322    M /trunk/plugins/Makefile.nmake
4323    A /trunk/plugins/unistim
4324    A /trunk/plugins/unistim/AUTHORS
4325    A /trunk/plugins/unistim/COPYING
4326    A /trunk/plugins/unistim/ChangeLog
4327    A /trunk/plugins/unistim/Makefile.am
4328    A /trunk/plugins/unistim/Makefile.common
4329    A /trunk/plugins/unistim/Makefile.nmake
4330    A /trunk/plugins/unistim/TODO
4331    A /trunk/plugins/unistim/audio.h
4332    A /trunk/plugins/unistim/basic.h
4333    A /trunk/plugins/unistim/broadcast.h
4334    A /trunk/plugins/unistim/defines.h
4335    A /trunk/plugins/unistim/display.h
4336    A /trunk/plugins/unistim/header_field.h
4337    A /trunk/plugins/unistim/key.h
4338    A /trunk/plugins/unistim/moduleinfo.h
4339    A /trunk/plugins/unistim/moduleinfo.nmake
4340    A /trunk/plugins/unistim/network.h
4341    A /trunk/plugins/unistim/packet-unistim.c
4342    A /trunk/plugins/unistim/packet-unistim.h
4343    A /trunk/plugins/unistim/plugin.rc.in
4344
4345 Add the UNISTIM plugin to Wireshark.
4346
4347 ------------------------------------------------------------------------
4348 r22559 | etxrab | 2007-08-20 13:55:06 -0700 (Mon, 20 Aug 2007) | 9 lines
4349 Changed paths:
4350    M /trunk/epan/dissectors/packet-gprs-llc.c
4351    M /trunk/epan/dissectors/packet-gsm_a.c
4352
4353 From Cyrille Colin:
4354 gsm_a :
4355 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1754
4356 SMS CP (gsm_a_dtap), RP (gsm_a_rp) and T-PDU (gsm_sms) protocol stacks are
4357 decoded in Wireshark when called by BSSAP or RANAP.
4358 Same protocol stack can be called by GPRS-LLC (sapi 7). Simple modification
4359 needed in packet-gsm_a.c to add dtap dissector to llcgprs.sapi 7.
4360
4361 Me a comment in gprs-llc.
4362 ------------------------------------------------------------------------
4363 r22560 | etxrab | 2007-08-20 13:58:02 -0700 (Mon, 20 Aug 2007) | 1 line
4364 Changed paths:
4365    M /trunk/epan/dissectors/packet-dpnss.c
4366
4367 Dissect End-to-End and Link-by-Link messages.
4368 ------------------------------------------------------------------------
4369 r22561 | jake | 2007-08-20 14:48:25 -0700 (Mon, 20 Aug 2007) | 2 lines
4370 Changed paths:
4371    M /trunk/epan/dissectors/packet-dpnss.c
4372
4373 Fix the build.
4374
4375 ------------------------------------------------------------------------
4376 r22562 | jake | 2007-08-21 00:23:34 -0700 (Tue, 21 Aug 2007) | 5 lines
4377 Changed paths:
4378    M /trunk/epan/dissectors/packet-rtcp.c
4379    M /trunk/epan/dissectors/packet-rtcp.h
4380    M /trunk/epan/dissectors/packet-rtp.c
4381    M /trunk/epan/dissectors/packet-rtp.h
4382
4383 From Neil Piercy:
4384 This patch set provides a an API for out of band signalling protocols to
4385 register flows as SRTP/SRTCP using extended versions of the existing
4386 rt(c)p_add_address functions. At present the encrypted portions of the payloads
4387 are simply skipped, and the auth tags etc added as fields.
4388 ------------------------------------------------------------------------
4389 r22563 | guy | 2007-08-21 10:49:54 -0700 (Tue, 21 Aug 2007) | 2 lines
4390 Changed paths:
4391    M /trunk/packaging/nsis/Makefile.nmake
4392    M /trunk/packaging/nsis/wireshark.nsi
4393
4394 Update the NSIS files to add the UNISTIM plugin.
4395
4396 ------------------------------------------------------------------------
4397 r22564 | guy | 2007-08-21 10:59:08 -0700 (Tue, 21 Aug 2007) | 2 lines
4398 Changed paths:
4399    M /trunk/doc/README.plugins
4400
4401 Add more information on adding a plugin to the NSIS installer.
4402
4403 ------------------------------------------------------------------------
4404 r22565 | guy | 2007-08-21 11:04:09 -0700 (Tue, 21 Aug 2007) | 3 lines
4405 Changed paths:
4406    M /trunk/packaging/u3/win32/makefile.nmake
4407
4408 Add the UNISTIM plugin, and put the plugins in alphabetical order (to
4409 simplify checking whether we have the full list).
4410
4411 ------------------------------------------------------------------------
4412 r22566 | guy | 2007-08-21 11:09:33 -0700 (Tue, 21 Aug 2007) | 3 lines
4413 Changed paths:
4414    M /trunk/doc/README.plugins
4415
4416 Give the full pathname of the wireshark.nsi file, and add information on
4417 what to do for the U3 win32/makefile.nmake file.
4418
4419 ------------------------------------------------------------------------
4420 r22567 | stig | 2007-08-21 11:50:37 -0700 (Tue, 21 Aug 2007) | 2 lines
4421 Changed paths:
4422    M /trunk/plugins/unistim
4423
4424 Add default svn:ignore files to unistim plugin.
4425
4426 ------------------------------------------------------------------------
4427 r22568 | morriss | 2007-08-21 13:24:17 -0700 (Tue, 21 Aug 2007) | 1 line
4428 Changed paths:
4429    M /trunk/epan/dissectors/packet-smpp.c
4430
4431 When saving off a temporary copy of an address, use SET_ADDRESS instead of COPY_ADDRESS so as to avoid a memory leak (or adding g_free() calls to fix said memory leak).
4432 ------------------------------------------------------------------------
4433 r22569 | richardv | 2007-08-21 13:32:22 -0700 (Tue, 21 Aug 2007) | 2 lines
4434 Changed paths:
4435    M /trunk/epan/dissectors/packet-rtcp.c
4436
4437 fix a signedness-in-comparison warning
4438
4439 ------------------------------------------------------------------------
4440 r22570 | richardv | 2007-08-21 13:57:52 -0700 (Tue, 21 Aug 2007) | 13 lines
4441 Changed paths:
4442    M /trunk/epan/req_resp_hdrs.c
4443
4444 From Mike Duigou <wireshark@duigou.org> (bug 1698):
4445
4446 Enclosed is a patch with fixes problems with the desegmentation of chunked HTTP
4447 message bodies.
4448
4449 ...
4450
4451 Changing the value of pinfo->desegment_len to DESEGMENT_ONE_MORE_SEGMENT rather
4452 than the current 1 or 2 seems to make everything work. (I'm kind of confused as
4453 to why the headers resassembly code already used DESEGMENT_ONE_MORE_SEGMENT and
4454 the body reassembly code did not).
4455
4456
4457 ------------------------------------------------------------------------
4458 r22571 | morriss | 2007-08-21 14:03:59 -0700 (Tue, 21 Aug 2007) | 1 line
4459 Changed paths:
4460    M /trunk/epan/dissectors/packet-netflow.c
4461
4462 Use SET_ADDRESS (instead of COPY_ADDRESS) for an address that has "ephemeral" scope.  Use SE_COPY_ADDRESS when the address is copied to the template cache (with "seasonal" scope.)
4463 ------------------------------------------------------------------------
4464 r22572 | richardv | 2007-08-21 14:15:57 -0700 (Tue, 21 Aug 2007) | 6 lines
4465 Changed paths:
4466    M /trunk/color_filters.c
4467
4468 From Florent DROUIN <florent.drouin@alcatel.fr>, bug 1518:
4469
4470 Fix for g_assert when clicking 'OK' on colour filters dialogue whilst
4471 individual filter edit window is open. 
4472
4473
4474 ------------------------------------------------------------------------
4475 r22573 | morriss | 2007-08-21 14:23:37 -0700 (Tue, 21 Aug 2007) | 1 line
4476 Changed paths:
4477    M /trunk/epan/dissectors/packet-isakmp.c
4478    M /trunk/epan/dissectors/packet-jxta.c
4479    M /trunk/epan/dissectors/packet-sip.c
4480
4481 Change COPY_ADDRESS to SE_COPY_ADDRESS: all of these appear to have "seasonal" scope (e.g., they are used in conversations or similar).
4482 ------------------------------------------------------------------------
4483 r22574 | richardv | 2007-08-21 14:25:53 -0700 (Tue, 21 Aug 2007) | 1 line
4484 Changed paths:
4485    M /trunk/text2pcap.c
4486
4487 fix usage message for -o option
4488 ------------------------------------------------------------------------
4489 r22575 | lego | 2007-08-21 14:32:00 -0700 (Tue, 21 Aug 2007) | 3 lines
4490 Changed paths:
4491    M /trunk/asn1/snmp/packet-snmp-template.c
4492    M /trunk/epan/oids.c
4493    M /trunk/epan/oids.h
4494
4495 A further iteration in the code, things start to look good!
4496
4497
4498 ------------------------------------------------------------------------
4499 r22576 | richardv | 2007-08-21 14:40:18 -0700 (Tue, 21 Aug 2007) | 6 lines
4500 Changed paths:
4501    M /trunk/epan/dissectors/packet-bootp.c
4502
4503 From Francois-Xavier Le Bail <fx.lebail@yahoo.com> / bug 1724:
4504
4505 The following patch decode DHCP option 249 (Classless Static Route) used by
4506 some Microsoft systems. Same decoding as option 121 (RFC 3442).
4507
4508
4509 ------------------------------------------------------------------------
4510 r22577 | richardv | 2007-08-21 15:00:06 -0700 (Tue, 21 Aug 2007) | 12 lines
4511 Changed paths:
4512    M /trunk/asn1/mpeg/mpeg-pes.asn
4513    M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
4514    M /trunk/epan/dissectors/packet-mpeg-pes.c
4515    M /trunk/wiretap/mpeg.c
4516    M /trunk/wiretap/wtap-int.h
4517
4518 From Shaun Jackman  <sjackman@gmail.com> / bug 1753:
4519
4520         * asn1/mpeg/packet-mpeg-pes-template.c: Improved decoding of PES
4521         extension header and Pack header. Decode SCR, PTS, and DTS.
4522         * asn1/mpeg/mpeg-pes.asn (Pack): Remove.
4523         * epan/dissectors/packet-mpeg-pes.c: Regenerate.
4524         * wiretap/mpeg.c (mpeg_read): Decode the SCR using integer
4525         arithmetic instead of double float arithmetic to prevent rounding
4526         error.
4527         * wiretap/wtap-int.h (mpeg_t) <t0>: Use time_t instead of double.
4528
4529
4530 ------------------------------------------------------------------------
4531 r22578 | richardv | 2007-08-21 15:15:17 -0700 (Tue, 21 Aug 2007) | 7 lines
4532 Changed paths:
4533    M /trunk/epan/dissectors/packet-tcp.c
4534
4535 From     yin sun <sunyin51@gmail.com> / bug 1722:
4536
4537 When a subdissector on top of TCP set ... DESEGMENT_UNTIL_FIN ... then
4538 the subdissector should receive the whole reassembled TCP stream in tvb.
4539 But the bug is it is missing the last payload from the FIN packet.
4540
4541
4542 ------------------------------------------------------------------------
4543 r22579 | morriss | 2007-08-21 15:18:27 -0700 (Tue, 21 Aug 2007) | 1 line
4544 Changed paths:
4545    M /trunk/epan/dissectors/packet-jxta.c
4546
4547 Fix a known- and marked-by-a-comment memory leak: replace g_strdup() with se_strdup().  (The address in question is stored in a conversation structure so it's "seasonal".)
4548 ------------------------------------------------------------------------
4549 r22580 | guy | 2007-08-21 19:45:42 -0700 (Tue, 21 Aug 2007) | 5 lines
4550 Changed paths:
4551    M /trunk/wiretap/mpeg.c
4552
4553 Cast away shortening conversions that are presumed not to lose any data.
4554
4555 Use G_GINT64_CONSTANT() to make a 64-bit integral constant; not all
4556 compilers we use support LL as a suffix for that (MSVC++ 6, for one).
4557
4558 ------------------------------------------------------------------------
4559 r22581 | guy | 2007-08-21 21:25:00 -0700 (Tue, 21 Aug 2007) | 5 lines
4560 Changed paths:
4561    M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
4562
4563 Cast away shortening conversions that are presumed not to lose any data.
4564
4565 Use G_GINT64_CONSTANT() to make a 64-bit integral constant; not all
4566 compilers we use support LL as a suffix for that (MSVC++ 6, for one).
4567
4568 ------------------------------------------------------------------------
4569 r22582 | guy | 2007-08-21 21:31:32 -0700 (Tue, 21 Aug 2007) | 2 lines
4570 Changed paths:
4571    M /trunk/epan/dissectors/packet-mpeg-pes.c
4572
4573 Oops, have to regenerate this after changing its template.
4574
4575 ------------------------------------------------------------------------
4576 r22583 | jake | 2007-08-21 23:59:28 -0700 (Tue, 21 Aug 2007) | 3 lines
4577 Changed paths:
4578    M /trunk/epan/dissectors/packet-pana.c
4579
4580 From Victor Fajardo:
4581 Updated patches to support draft-ietf-pana-pana-18.txt.
4582
4583 ------------------------------------------------------------------------
4584 r22584 | guy | 2007-08-22 00:14:08 -0700 (Wed, 22 Aug 2007) | 2 lines
4585 Changed paths:
4586    M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
4587    M /trunk/epan/dissectors/packet-mpeg-pes.c
4588
4589 More timestamp calculation fixes similar to the previous ones.
4590
4591 ------------------------------------------------------------------------
4592 r22585 | jake | 2007-08-22 06:58:39 -0700 (Wed, 22 Aug 2007) | 1 line
4593 Changed paths:
4594    M /trunk/epan/dissectors/packet-pana.c
4595
4596 The reserved field is now 16 bits. Treat it as such.
4597 ------------------------------------------------------------------------
4598 r22586 | martinm | 2007-08-22 07:43:26 -0700 (Wed, 22 Aug 2007) | 2 lines
4599 Changed paths:
4600    M /trunk/epan/dissectors/packet-ip.c
4601
4602 Show which bits 'fragment offset' comes from (I had to look it up :( )
4603
4604 ------------------------------------------------------------------------
4605 r22587 | morriss | 2007-08-22 09:30:16 -0700 (Wed, 22 Aug 2007) | 11 lines
4606 Changed paths:
4607    M /trunk/capture_opts.c
4608    M /trunk/capture_opts.h
4609    M /trunk/capture_ui_utils.c
4610    M /trunk/gtk/capture_dlg.c
4611    M /trunk/gtk/capture_if_dlg.c
4612    M /trunk/gtk/main.c
4613    M /trunk/summary.c
4614    M /trunk/tshark.c
4615
4616 Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :
4617
4618 Try to call get_interface_descriptive_name() as little as possible (storing
4619 the result in capture_opts) to avoid a performance hit during live capture
4620 (especially if you have lots of interfaces) and to avoid leaking memory.
4621
4622 One issue with this is that capture_opts.c cannot (without adding significant
4623 dependencies) set the iface_descr so readers of that field (only gtk/main.c
4624 and tshark.c) use a macro to (set if not already set and) get the value of
4625 that field.
4626
4627 ------------------------------------------------------------------------
4628 r22588 | morriss | 2007-08-22 11:56:20 -0700 (Wed, 22 Aug 2007) | 1 line
4629 Changed paths:
4630    M /trunk/capture_opts.h
4631    M /trunk/capture_ui_utils.c
4632    M /trunk/capture_ui_utils.h
4633    M /trunk/gtk/main.c
4634    M /trunk/summary.c
4635
4636 gcc 4 doesn't like my macro for getting the interface description: it says there's an invalid lvalue in it.  I don't see what's wrong with it, but replace the macro with a function.  Also: don't include the .xpm files in gtk/main.c if we're building without PCAP (as they're not used in that configuration).
4637 ------------------------------------------------------------------------
4638 r22589 | morriss | 2007-08-22 11:58:26 -0700 (Wed, 22 Aug 2007) | 1 line
4639 Changed paths:
4640    M /trunk/gtk/toolbar.c
4641
4642 autoscroll_button is not used if we don't HAVE_LIBPCAP so put it inside the #ifdef
4643 ------------------------------------------------------------------------
4644 r22590 | wmeier | 2007-08-22 12:36:49 -0700 (Wed, 22 Aug 2007) | 2 lines
4645 Changed paths:
4646    M /trunk/make-version.pl
4647
4648 Handle case of source-dir != build-dir; 2 other minor bug fixes 
4649
4650 ------------------------------------------------------------------------
4651 r22591 | morriss | 2007-08-22 12:38:49 -0700 (Wed, 22 Aug 2007) | 1 line
4652 Changed paths:
4653    M /trunk/epan/dissectors/packet-ppi.c
4654    M /trunk/wiretap/libpcap.h
4655    M /trunk/wiretap/wtap-capture.h
4656
4657 Move wtap_pcap_encap_to_wtap_encap()'s definition to libpcap.h so packet-ppi.c can get access to it even when we don't HAVE_LIBPCAP (besides, it doesn't seem to be specific to capturing...)
4658 ------------------------------------------------------------------------
4659 r22592 | morriss | 2007-08-22 14:05:25 -0700 (Wed, 22 Aug 2007) | 1 line
4660 Changed paths:
4661    M /trunk/configure.in
4662
4663 Postpone checking if dumpcap is enabled until after we have checked if we have libpcap or not: if not, don't bother trying to build dumpcap.
4664 ------------------------------------------------------------------------
4665 r22593 | etxrab | 2007-08-22 14:47:31 -0700 (Wed, 22 Aug 2007) | 1 line
4666 Changed paths:
4667    M /trunk/epan/dissectors/packet-dpnss.c
4668
4669 Put suplementarry service strings and parameters into the tree.
4670 ------------------------------------------------------------------------
4671 r22594 | stig | 2007-08-22 14:58:21 -0700 (Wed, 22 Aug 2007) | 9 lines
4672 Changed paths:
4673    M /trunk/AUTHORS
4674    M /trunk/epan/dissectors/packet-slowprotocols.c
4675
4676 From Todd J Martin:
4677 When LACP packets have the actor state or partner state fields set to 0x00,
4678 wireshark prints the state like this (note the closing parenthesis):
4679
4680   Actor State: 0x00)
4681
4682 Since there are no flags set, this fields should be printed like this:
4683   Actor State: 0x00
4684
4685 ------------------------------------------------------------------------
4686 r22595 | stig | 2007-08-22 15:32:13 -0700 (Wed, 22 Aug 2007) | 3 lines
4687 Changed paths:
4688    M /trunk/epan/dissectors/packet-dpnss.c
4689
4690 Added DPNSS_NONE as par3_num and par4_num to "PCON-P"
4691 Fixed a signed/unsigned compiler warning
4692
4693 ------------------------------------------------------------------------
4694 r22596 | lego | 2007-08-22 15:56:36 -0700 (Wed, 22 Aug 2007) | 3 lines
4695 Changed paths:
4696    M /trunk/epan/oids.c
4697    M /trunk/epan/oids.h
4698
4699 Prepare the oids dataset for managing conceptual table indexing
4700
4701
4702 ------------------------------------------------------------------------
4703 r22597 | jake | 2007-08-22 23:56:04 -0700 (Wed, 22 Aug 2007) | 6 lines
4704 Changed paths:
4705    M /trunk/epan/dissectors/packet-bacnet.c
4706
4707 From Steve Karg
4708 1. Moved all the network layer message type decodings under the network layer control bit check to prevent malformed packets.
4709 2. Added the decoding of the optional network number for the Who-Is-Router-To-Network message type.
4710 3. Added the decoding for the Establish-Connection-To-Network and Disconnect-Connection-To-Network network layer messages.
4711 4. Corrected Initialize-Routing-Table and Initialize-Routing-Table-Ack decoding.
4712 5. Added Network layer info under Column Info.
4713 ------------------------------------------------------------------------
4714 r22598 | jake | 2007-08-23 02:16:31 -0700 (Thu, 23 Aug 2007) | 5 lines
4715 Changed paths:
4716    M /trunk/epan/dissectors/packet-bgp.c
4717
4718 From David Helder:
4719 The MP_REACH_NLRI (and MP_UNREACH_NLRI) parser incorrectly increments a buffer
4720 offset.  Any attributes following will be skipped and/or parsed incorrectly. 
4721 No security problem I see - the bounds are checked before parsing each attribute.
4722
4723 ------------------------------------------------------------------------
4724 r22599 | grahamb | 2007-08-23 02:26:01 -0700 (Thu, 23 Aug 2007) | 1 line
4725 Changed paths:
4726    M /trunk/epan/dissectors/packet-cip.c
4727
4728 Permit decoding of individual service errors + removal of a few lines consisting of just whitespace
4729 ------------------------------------------------------------------------
4730 r22600 | grahamb | 2007-08-23 02:28:03 -0700 (Thu, 23 Aug 2007) | 1 line
4731 Changed paths:
4732    M /trunk/epan/dissectors/packet-dnp.c
4733
4734 Large update with improvements in objects dissected, fragment reassembly, info column details and filter field names
4735 ------------------------------------------------------------------------
4736 r22601 | wmeier | 2007-08-23 07:56:18 -0700 (Thu, 23 Aug 2007) | 2 lines
4737 Changed paths:
4738    M /trunk/tools/fuzz-test.sh
4739
4740 Don't rename to self when fuzz err; enable ^C file cleanup trap
4741
4742 ------------------------------------------------------------------------
4743 r22602 | etxrab | 2007-08-23 10:00:44 -0700 (Thu, 23 Aug 2007) | 1 line
4744 Changed paths:
4745    M /trunk/epan/dissectors/packet-sip.c
4746
4747 Translate Q.850 Cause values.
4748 ------------------------------------------------------------------------
4749 r22603 | richardv | 2007-08-23 10:25:22 -0700 (Thu, 23 Aug 2007) | 2 lines
4750 Changed paths:
4751    M /trunk/epan/Makefile.common
4752    A /trunk/epan/golay.c (from /trunk/plugins/h223/golay.c:22567)
4753    A /trunk/epan/golay.h (from /trunk/plugins/h223/golay.h:22567)
4754    M /trunk/plugins/h223/Makefile.common
4755    D /trunk/plugins/h223/golay.c
4756    D /trunk/plugins/h223/golay.h
4757    M /trunk/plugins/h223/packet-h223.c
4758
4759 in preparation for de-pluginising h223, move golay code support into libwireshark
4760
4761 ------------------------------------------------------------------------
4762 r22604 | gerald | 2007-08-23 10:49:47 -0700 (Thu, 23 Aug 2007) | 3 lines
4763 Changed paths:
4764    M /trunk/capture-pcap-util.c
4765
4766 Include libpcap.h so that we can use wtap_pcap_encap_to_wtap_encap()
4767 in its new location.
4768
4769 ------------------------------------------------------------------------
4770 r22605 | jake | 2007-08-23 12:12:52 -0700 (Thu, 23 Aug 2007) | 1 line
4771 Changed paths:
4772    M /trunk/plugins/unistim/TODO
4773
4774 List additional request for command presentation
4775 ------------------------------------------------------------------------
4776 r22606 | lego | 2007-08-23 12:45:31 -0700 (Thu, 23 Aug 2007) | 4 lines
4777 Changed paths:
4778    M /trunk/asn1/snmp/packet-snmp-template.c
4779    M /trunk/epan/oids.c
4780
4781 Implement Resolution of conceptual table indexing
4782 So far this has being tested only for integer indexes.
4783
4784
4785 ------------------------------------------------------------------------
4786 r22607 | jake | 2007-08-23 13:42:27 -0700 (Thu, 23 Aug 2007) | 5 lines
4787 Changed paths:
4788    M /trunk/epan/dissectors/packet-bgp.c
4789
4790 Clean up the code.
4791 - Move add. info from header
4792 - Remove excess comma's
4793 - Use plurality macro
4794 - NULL pointer for field descriptions
4795 ------------------------------------------------------------------------
4796 r22608 | morriss | 2007-08-23 14:11:47 -0700 (Thu, 23 Aug 2007) | 1 line
4797 Changed paths:
4798    M /trunk/epan/libwireshark.def
4799
4800 Export golay_errors() to get the Windows builds going again
4801 ------------------------------------------------------------------------
4802 r22609 | morriss | 2007-08-23 14:38:15 -0700 (Thu, 23 Aug 2007) | 1 line
4803 Changed paths:
4804    M /trunk/epan/dissectors/packet-tcp.c
4805
4806 When detecting fast retransmissions or out of order packets, use a 64-bit variable to store the time delta (instead of a 32-bit one).  We're counting nanoseconds here, so this allows us to accurately detect differences greater than 4.294 seconds.
4807 ------------------------------------------------------------------------
4808 r22610 | stig | 2007-08-23 14:51:36 -0700 (Thu, 23 Aug 2007) | 2 lines
4809 Changed paths:
4810    M /trunk/gtk/io_stat.c
4811
4812 Fixed drawing of X Axis decimal values:  "0. 50" -> "0.050"
4813
4814 ------------------------------------------------------------------------
4815 r22611 | sfisher | 2007-08-23 14:51:44 -0700 (Thu, 23 Aug 2007) | 4 lines
4816 Changed paths:
4817    M /trunk/gtk/follow_stream.h
4818
4819
4820 Fix comment on top of file
4821
4822
4823 ------------------------------------------------------------------------
4824 r22612 | sfisher | 2007-08-23 15:11:39 -0700 (Thu, 23 Aug 2007) | 10 lines
4825 Changed paths:
4826    M /trunk/AUTHORS
4827    M /trunk/wiretap/visual.c
4828
4829
4830 From Scott Robinson:
4831
4832 Enhancement patch:
4833   http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1758
4834
4835 This change gives Wireshark the ability to read ATM captures saved by UpTime
4836 Select traffic capture.
4837
4838
4839 ------------------------------------------------------------------------
4840 r22613 | gerald | 2007-08-23 16:01:20 -0700 (Thu, 23 Aug 2007) | 2 lines
4841 Changed paths:
4842    M /trunk/gtk/follow_stream.c
4843    M /trunk/gtk/follow_stream.h
4844
4845 Move follow_infos into folow_stream.c and initialize it.
4846
4847 ------------------------------------------------------------------------
4848 r22614 | richardv | 2007-08-23 16:33:23 -0700 (Thu, 23 Aug 2007) | 1 line
4849 Changed paths:
4850    M /trunk/epan/libwireshark.def
4851
4852 add remaining golay_* functions
4853 ------------------------------------------------------------------------
4854 r22615 | richardv | 2007-08-23 16:58:59 -0700 (Thu, 23 Aug 2007) | 5 lines
4855 Changed paths:
4856    M /trunk/epan/dissectors/packet-calcappprotocol.c
4857    M /trunk/epan/dissectors/packet-cast.c
4858    M /trunk/epan/dissectors/packet-cpha.c
4859
4860 From Chris Maynard <christopher.maynard@gtech.com> / bug 1789:
4861
4862 Incorrect display filter field naming conventions for packet-c*.c dissector
4863 files.
4864
4865 ------------------------------------------------------------------------
4866 r22616 | richardv | 2007-08-23 17:03:02 -0700 (Thu, 23 Aug 2007) | 3 lines
4867 Changed paths:
4868    M /trunk/epan/filesystem.c
4869
4870 Don't build in init_plugin_dir if HAVE_PLUGINS is not defined, which
4871 means that we aren't reliant on PLUGIN_DIR having a sensible value.
4872
4873 ------------------------------------------------------------------------
4874 r22617 | richardv | 2007-08-23 17:06:30 -0700 (Thu, 23 Aug 2007) | 7 lines
4875 Changed paths:
4876    M /trunk/config.h.win32
4877    M /trunk/configure.in
4878
4879 In keeping with all the other path variables (eg, libdir), don't resolve
4880 plugindir at configure time. Instead leave it to be defined at make
4881 time, which means it can then be changed by, eg, changing $prefix. This
4882 also means moving the definition of PLUGIN_DIR from config.h to a -D in
4883 CPPFLAGS.
4884
4885
4886 ------------------------------------------------------------------------
4887 r22618 | lego | 2007-08-23 17:26:30 -0700 (Thu, 23 Aug 2007) | 3 lines
4888 Changed paths:
4889    M /trunk/asn1/snmp/packet-snmp-template.c
4890    M /trunk/epan/oids.c
4891
4892 Another iteration, the new code is almost there, We're missing just the implied octetstrings indexes.
4893
4894
4895 ------------------------------------------------------------------------
4896 r22619 | lego | 2007-08-23 17:33:35 -0700 (Thu, 23 Aug 2007) | 3 lines
4897 Changed paths:
4898    M /trunk/asn1/snmp/packet-snmp-template.c
4899
4900 Never, never, never modify a generated file... or out of idiocy you might loose changes (or not check them in).
4901
4902
4903 ------------------------------------------------------------------------
4904 r22620 | lego | 2007-08-23 17:41:43 -0700 (Thu, 23 Aug 2007) | 3 lines
4905 Changed paths:
4906    M /trunk/asn1/snmp/packet-snmp-template.c
4907
4908 this one was missing
4909
4910
4911 ------------------------------------------------------------------------
4912 r22621 | etxrab | 2007-08-23 22:58:08 -0700 (Thu, 23 Aug 2007) | 3 lines
4913 Changed paths:
4914    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
4915    M /trunk/asn1/tcap/packet-ansi_tcap-template.c
4916    M /trunk/epan/dissectors/packet-ansi_map.c
4917    M /trunk/epan/dissectors/packet-ansi_map.h
4918    M /trunk/epan/dissectors/packet-ansi_tcap.c
4919    M /trunk/epan/dissectors/packet-gsm_a.c
4920
4921 From Chris Maynard:
4922 Fix display filter field problems
4923 Correct the template files in the case of generated dissectors.
4924 ------------------------------------------------------------------------
4925 r22622 | etxrab | 2007-08-23 22:59:08 -0700 (Thu, 23 Aug 2007) | 3 lines
4926 Changed paths:
4927    M /trunk/epan/dissectors/packet-amr.c
4928
4929 From Chris Maynard:
4930 Fix display filter field problems
4931 Correct the template files in the case of generated dissectors.
4932 ------------------------------------------------------------------------
4933 r22623 | jmayer | 2007-08-23 23:49:47 -0700 (Thu, 23 Aug 2007) | 3 lines
4934 Changed paths:
4935    M /trunk/epan/dissectors/packet-radius.h
4936
4937 Add a value for message_authenticator
4938
4939
4940 ------------------------------------------------------------------------
4941 r22624 | jmayer | 2007-08-23 23:51:10 -0700 (Thu, 23 Aug 2007) | 4 lines
4942 Changed paths:
4943    M /trunk/tools/asn2wrs.py
4944
4945 Make Windows path separator look like Unix path separator.
4946 That way, we will not have irrelevant diffs depending on
4947 the platform the last submitter built the dissector on.
4948
4949 ------------------------------------------------------------------------
4950 r22625 | jmayer | 2007-08-23 23:52:19 -0700 (Thu, 23 Aug 2007) | 3 lines
4951 Changed paths:
4952    M /trunk/epan/dissectors/packet-ssl.c
4953
4954 Don't acidentally print the hexdump of a certificate
4955 in the summary-tree
4956
4957 ------------------------------------------------------------------------
4958 r22626 | jmayer | 2007-08-24 00:10:33 -0700 (Fri, 24 Aug 2007) | 2 lines
4959 Changed paths:
4960    M /trunk/epan/dissectors/packet-isakmp.c
4961
4962 Decode certificates
4963
4964 ------------------------------------------------------------------------
4965 r22627 | jmayer | 2007-08-24 00:12:04 -0700 (Fri, 24 Aug 2007) | 3 lines
4966 Changed paths:
4967    M /trunk/asn1/acse/acse-exp.cnf
4968    M /trunk/asn1/cmip/cmip-exp.cnf
4969    M /trunk/asn1/cms/cms.cnf
4970    M /trunk/asn1/dap/dap-exp.cnf
4971    M /trunk/asn1/disp/disp-exp.cnf
4972    M /trunk/asn1/dop/dop-exp.cnf
4973    M /trunk/asn1/dsp/dsp-exp.cnf
4974    M /trunk/asn1/ftam/ftam-exp.cnf
4975    M /trunk/asn1/gsmmap/gsm_map-exp.cnf
4976    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
4977    M /trunk/asn1/h225/h225-exp.cnf
4978    M /trunk/asn1/h245/h245-exp.cnf
4979    M /trunk/asn1/ldap/packet-ldap-template.c
4980    M /trunk/asn1/mms/mms-exp.cnf
4981    M /trunk/asn1/mms/packet-mms-template.c
4982    M /trunk/asn1/mpeg/mpeg-audio-exp.cnf
4983    M /trunk/asn1/mpeg/mpeg-pes-exp.cnf
4984    M /trunk/asn1/pkcs12/packet-pkcs12-template.c
4985    M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
4986    M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
4987    M /trunk/asn1/pkixcmp/cmp-exp.cnf
4988    M /trunk/asn1/pkixcrmf/crmf-exp.cnf
4989    M /trunk/asn1/q932/packet-q932-template.c
4990    M /trunk/asn1/q932/q932-exp.cnf
4991    M /trunk/asn1/qsig/qsig-exp.cnf
4992    M /trunk/asn1/ranap/ranap-exp.cnf
4993    M /trunk/asn1/ros/ros-exp.cnf
4994    M /trunk/asn1/rtse/rtse-exp.cnf
4995    M /trunk/asn1/rtse/rtse.cnf
4996    M /trunk/asn1/snmp/packet-snmp-template.c
4997    M /trunk/asn1/snmp/snmp.cnf
4998    M /trunk/asn1/tcap/packet-tcap-template.c
4999    M /trunk/asn1/x411/x411-exp.cnf
5000    M /trunk/asn1/x411/x411.cnf
5001    M /trunk/asn1/x509af/x509af-exp.cnf
5002    M /trunk/asn1/x509ce/x509ce-exp.cnf
5003    M /trunk/asn1/x509if/x509if-exp.cnf
5004    M /trunk/epan/dissectors/packet-acse.h
5005    M /trunk/epan/dissectors/packet-ber.c
5006    M /trunk/epan/dissectors/packet-ber.h
5007    M /trunk/epan/dissectors/packet-cmip.c
5008    M /trunk/epan/dissectors/packet-cmip.h
5009    M /trunk/epan/dissectors/packet-cmp.c
5010    M /trunk/epan/dissectors/packet-cmp.h
5011    M /trunk/epan/dissectors/packet-cms.c
5012    M /trunk/epan/dissectors/packet-cops.c
5013    M /trunk/epan/dissectors/packet-crmf.c
5014    M /trunk/epan/dissectors/packet-crmf.h
5015    M /trunk/epan/dissectors/packet-dap.c
5016    M /trunk/epan/dissectors/packet-dap.h
5017    M /trunk/epan/dissectors/packet-disp.c
5018    M /trunk/epan/dissectors/packet-disp.h
5019    M /trunk/epan/dissectors/packet-dop.c
5020    M /trunk/epan/dissectors/packet-dop.h
5021    M /trunk/epan/dissectors/packet-dsp.c
5022    M /trunk/epan/dissectors/packet-dsp.h
5023    M /trunk/epan/dissectors/packet-ftam.h
5024    M /trunk/epan/dissectors/packet-gsm_a.c
5025    M /trunk/epan/dissectors/packet-gsm_map.c
5026    M /trunk/epan/dissectors/packet-gsm_map.h
5027    M /trunk/epan/dissectors/packet-gssapi.c
5028    M /trunk/epan/dissectors/packet-h225.c
5029    M /trunk/epan/dissectors/packet-h225.h
5030    M /trunk/epan/dissectors/packet-h245.c
5031    M /trunk/epan/dissectors/packet-h245.h
5032    M /trunk/epan/dissectors/packet-kerberos.c
5033    M /trunk/epan/dissectors/packet-ldap.c
5034    M /trunk/epan/dissectors/packet-mms.c
5035    M /trunk/epan/dissectors/packet-mms.h
5036    M /trunk/epan/dissectors/packet-mpeg-audio.c
5037    M /trunk/epan/dissectors/packet-pkcs12.c
5038    M /trunk/epan/dissectors/packet-pkix1explicit.c
5039    M /trunk/epan/dissectors/packet-pkix1explicit.h
5040    M /trunk/epan/dissectors/packet-pkix1implicit.c
5041    M /trunk/epan/dissectors/packet-pkix1implicit.h
5042    M /trunk/epan/dissectors/packet-q932-ros.c
5043    M /trunk/epan/dissectors/packet-q932.c
5044    M /trunk/epan/dissectors/packet-q932.h
5045    M /trunk/epan/dissectors/packet-qsig.c
5046    M /trunk/epan/dissectors/packet-qsig.h
5047    M /trunk/epan/dissectors/packet-ranap.c
5048    M /trunk/epan/dissectors/packet-ranap.h
5049    M /trunk/epan/dissectors/packet-ros.c
5050    M /trunk/epan/dissectors/packet-ros.h
5051    M /trunk/epan/dissectors/packet-rtse.c
5052    M /trunk/epan/dissectors/packet-rtse.h
5053    M /trunk/epan/dissectors/packet-snmp.c
5054    M /trunk/epan/dissectors/packet-snmp.h
5055    M /trunk/epan/dissectors/packet-tcap.c
5056    M /trunk/epan/dissectors/packet-tcap.h
5057    M /trunk/epan/dissectors/packet-x411.c
5058    M /trunk/epan/dissectors/packet-x411.h
5059    M /trunk/epan/dissectors/packet-x509af.c
5060    M /trunk/epan/dissectors/packet-x509af.h
5061    M /trunk/epan/dissectors/packet-x509ce.c
5062    M /trunk/epan/dissectors/packet-x509ce.h
5063    M /trunk/epan/dissectors/packet-x509if.c
5064    M /trunk/epan/dissectors/packet-x509if.h
5065
5066 get_ber_length doesn't need the tree argument, get rid of it.
5067 Rebuild asn1 dissectors.
5068
5069 ------------------------------------------------------------------------
5070 r22628 | jmayer | 2007-08-24 01:12:39 -0700 (Fri, 24 Aug 2007) | 3 lines
5071 Changed paths:
5072    M /trunk/epan/dissectors/packet-ber.c
5073
5074 The ber header was missing from the object, resulting in
5075 invalid saved certificates.
5076
5077 ------------------------------------------------------------------------
5078 r22629 | jmayer | 2007-08-24 03:20:22 -0700 (Fri, 24 Aug 2007) | 1 line
5079 Changed paths:
5080    M /trunk/epan/dissectors/packet-ber.c
5081
5082 Warning fixes
5083 ------------------------------------------------------------------------
5084 r22630 | richardv | 2007-08-24 05:15:49 -0700 (Fri, 24 Aug 2007) | 1 line
5085 Changed paths:
5086    M /trunk/epan/oids.h
5087
5088 add newline to end of file
5089 ------------------------------------------------------------------------
5090 r22631 | richardv | 2007-08-24 05:43:38 -0700 (Fri, 24 Aug 2007) | 1 line
5091 Changed paths:
5092    M /trunk/epan/oids.c
5093
5094 fix 'unused variable' warning
5095 ------------------------------------------------------------------------
5096 r22632 | richardv | 2007-08-24 05:44:29 -0700 (Fri, 24 Aug 2007) | 2 lines
5097 Changed paths:
5098    M /trunk/epan/oid_resolv.c
5099
5100 Cut and paste old oid_to_subid_buf (it used to be in packet-snmp.c) to get things building again.
5101
5102 ------------------------------------------------------------------------
5103 r22633 | richardv | 2007-08-24 05:45:08 -0700 (Fri, 24 Aug 2007) | 2 lines
5104 Changed paths:
5105    M /trunk/epan/Makefile.common
5106
5107 add oids.{c,h} for LEGO
5108
5109 ------------------------------------------------------------------------
5110 r22634 | richardv | 2007-08-24 06:08:21 -0700 (Fri, 24 Aug 2007) | 1 line
5111 Changed paths:
5112    M /trunk/epan/dissectors/Makefile.common
5113    A /trunk/epan/dissectors/packet-srp.c (from /trunk/plugins/h223/packet-srp.c:22567)
5114    M /trunk/plugins/h223/Makefile.common
5115    D /trunk/plugins/h223/packet-srp.c
5116    D /trunk/plugins/h223/packet-srp.h
5117
5118 move packet-srp into the core (from the h223 plugin)
5119 ------------------------------------------------------------------------
5120 r22635 | richardv | 2007-08-24 06:44:59 -0700 (Fri, 24 Aug 2007) | 2 lines
5121 Changed paths:
5122    M /trunk/Makefile.am
5123    M /trunk/Makefile.nmake
5124    M /trunk/configure.in
5125    M /trunk/epan/dissectors/Makefile.common
5126    A /trunk/epan/dissectors/packet-h223.c (from /trunk/plugins/h223/packet-h223.c:22629)
5127    A /trunk/epan/dissectors/packet-h223.h (from /trunk/plugins/h223/packet-h223.h:22629)
5128    M /trunk/plugins/Makefile.am
5129    D /trunk/plugins/h223
5130
5131 complete the death of the h223 plugin
5132
5133 ------------------------------------------------------------------------
5134 r22636 | jmayer | 2007-08-24 06:52:37 -0700 (Fri, 24 Aug 2007) | 1 line
5135 Changed paths:
5136    M /trunk/epan/dissectors/packet-snmp.c
5137    M /trunk/epan/dissectors/packet-snmp.h
5138
5139 Revert back to old version with manually fixed get_ber_length parameters
5140 ------------------------------------------------------------------------
5141 r22637 | richardv | 2007-08-24 08:29:13 -0700 (Fri, 24 Aug 2007) | 1 line
5142 Changed paths:
5143    M /trunk/gtk/main.c
5144
5145 fix log msg typo
5146 ------------------------------------------------------------------------
5147 r22638 | richardv | 2007-08-24 08:33:37 -0700 (Fri, 24 Aug 2007) | 5 lines
5148 Changed paths:
5149    M /trunk/capture_loop.c
5150
5151 Add some comments to the effect that capture_loop_dispatch must timeout to make
5152 the packet batching stuff work properly.
5153
5154 Hence, do not block forever when doing a select() on a capture fd.
5155
5156 ------------------------------------------------------------------------
5157 r22639 | richardv | 2007-08-24 08:34:08 -0700 (Fri, 24 Aug 2007) | 2 lines
5158 Changed paths:
5159    M /trunk/capture_loop.h
5160
5161 Fix bug 1181 by always using select() on a capture fd on linux
5162
5163 ------------------------------------------------------------------------
5164 r22640 | richardv | 2007-08-24 08:45:16 -0700 (Fri, 24 Aug 2007) | 1 line
5165 Changed paths:
5166    M /trunk/test/config.sh
5167
5168 do the fifo test on platforms where mkfifo is available
5169 ------------------------------------------------------------------------
5170 r22641 | gerald | 2007-08-24 09:08:31 -0700 (Fri, 24 Aug 2007) | 4 lines
5171 Changed paths:
5172    M /trunk/doc/README.plugins
5173    M /trunk/packaging/nsis/Makefile.nmake
5174    M /trunk/packaging/nsis/wireshark.nsi
5175    M /trunk/packaging/u3/win32/makefile.nmake
5176    M /trunk/plugins/Makefile.nmake
5177
5178 Clear out any remaining references to the h223 plugin.  Replace the
5179 references to h223 in README.plugins with agentx since it's small and
5180 no one seems to be in a hurry to move it to epan/dissectors. 
5181
5182 ------------------------------------------------------------------------
5183 r22642 | richardv | 2007-08-24 09:43:42 -0700 (Fri, 24 Aug 2007) | 4 lines
5184 Changed paths:
5185    M /trunk/epan/oid_resolv.c
5186
5187 take out oid_to_subid_buf again, because joerg has put it back into packet-snmp.c.
5188
5189 This is not a productive use of my time. I'm annoyed.
5190
5191 ------------------------------------------------------------------------
5192 r22643 | guy | 2007-08-24 12:14:38 -0700 (Fri, 24 Aug 2007) | 3 lines
5193 Changed paths:
5194    M /trunk/capture_ui_utils.c
5195
5196 Add a comment explaining why get_interface_descriptive_name() shouldn't
5197 be, for example, called once a second while a capture is in progress.
5198
5199 ------------------------------------------------------------------------
5200 r22644 | stig | 2007-08-24 14:23:34 -0700 (Fri, 24 Aug 2007) | 4 lines
5201 Changed paths:
5202    M /trunk/gtk/io_stat.c
5203
5204 Print the first interval in the graph.
5205 Print zero label string in the X Axis (not centered).
5206 Always start the graph with the first interval, not at zero x value.
5207
5208 ------------------------------------------------------------------------
5209 r22645 | stig | 2007-08-24 14:38:10 -0700 (Fri, 24 Aug 2007) | 6 lines
5210 Changed paths:
5211    M /trunk/gtk/io_stat.c
5212
5213 The code for resizing the scrollbar page_size was a bit strange and did
5214 some strange justifications when having high "tick values" in the graph.
5215
5216 Simplified this to fix a problem with scrolling to X Axis zero and a
5217 problem with interval values printed in the wrong time position.
5218
5219 ------------------------------------------------------------------------
5220 r22646 | stig | 2007-08-24 15:22:34 -0700 (Fri, 24 Aug 2007) | 11 lines
5221 Changed paths:
5222    M /trunk/epan/dissectors/packet-isis-hello.c
5223    M /trunk/epan/dissectors/packet-isis-hello.h
5224
5225 From Todd J Martin:
5226 - Decodes all valid Restart Signaling CLVs
5227 - The restart flags are now shown in a tree and have display filters for them
5228 - The Remaining hold time field now has a display filter
5229 - The Restarting Neighbor Id field is now decoded
5230 - Corrected another CLV decoder that assumed the length of a system ID was 6
5231   and hard coded that value instead of using the id_length variable
5232
5233 Rearranged the Restart Signaling Flags to show the most significant bit first
5234
5235
5236 ------------------------------------------------------------------------
5237 r22647 | stig | 2007-08-24 15:42:08 -0700 (Fri, 24 Aug 2007) | 7 lines
5238 Changed paths:
5239    M /trunk/epan/dissectors/packet-dmp.c
5240
5241 - Added first version of DMP sequence analysis.
5242 - Added some generated search fields.
5243 - Added notice about negative ack in msg_type strings.
5244 - Added some more expert infos.
5245 - Rewrote alot of display filter names.
5246 - Rewrote some hf_ values.
5247
5248 ------------------------------------------------------------------------
5249 r22648 | stig | 2007-08-24 16:27:33 -0700 (Fri, 24 Aug 2007) | 2 lines
5250 Changed paths:
5251    M /trunk/epan/dissectors/packet-p_mul.c
5252
5253 Added expert info for length issues.
5254
5255 ------------------------------------------------------------------------
5256 r22649 | stig | 2007-08-24 17:29:40 -0700 (Fri, 24 Aug 2007) | 19 lines
5257 Changed paths:
5258    M /trunk/epan/dissectors/packet-cisco-erspan.c
5259
5260 From Munenori Ohuchi:
5261 1. Priority field decode.
5262    The 802.1q tag field of a frame is separated from its frame body in 
5263    a ERSPAN packet. 
5264    Current packet-cisco-erspan.c decodes only the vlan id field of the 
5265    802.1q tag.
5266    This patch can also decode the priority field of the 802.1q tag.
5267
5268 2. Direction of a captured frame decode.
5269    A ERSPAN packet includes the additional information of the direction
5270    a captured frame as below.
5271
5272    If a caputred frame comes from outside to a switch port, this means an
5273    'Incoming' frame.  If a caputred frame goes out of a switch port, 
5274    this is an 'Outgoing' frame.
5275
5276
5277 Added an extra unknown value for the bit between direction and spanid.
5278
5279 ------------------------------------------------------------------------
5280 r22650 | stig | 2007-08-24 17:50:20 -0700 (Fri, 24 Aug 2007) | 7 lines
5281 Changed paths:
5282    M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
5283    M /trunk/epan/dissectors/packet-mp2t.c
5284    M /trunk/epan/dissectors/packet-mpeg-pes.c
5285
5286 From Shaun Jackman:
5287         * asn1/mpeg/packet-mpeg-pes-template.c (proto_register_mpeg_pes):
5288         Register the dissectors mpeg and mpeg-pes.
5289         * epan/dissectors/packet-mp2t.c (dissect_tsp): Call the mpeg-pes
5290         dissector.
5291         (ett_mp2t_header, ett_mp2t_af): New subtree identifiers.
5292
5293 ------------------------------------------------------------------------
5294 r22651 | lego | 2007-08-24 18:14:24 -0700 (Fri, 24 Aug 2007) | 3 lines
5295 Changed paths:
5296    M /trunk/asn1/acp133/packet-acp133-template.c
5297    M /trunk/asn1/acse/packet-acse-template.c
5298    M /trunk/asn1/camel/packet-camel-template.c
5299    M /trunk/asn1/cdt/packet-cdt-template.c
5300    M /trunk/asn1/cmip/packet-cmip-template.c
5301    M /trunk/asn1/cms/packet-cms-template.c
5302    M /trunk/asn1/dap/packet-dap-template.c
5303    M /trunk/asn1/disp/packet-disp-template.c
5304    M /trunk/asn1/dop/packet-dop-template.c
5305    M /trunk/asn1/dsp/packet-dsp-template.c
5306    M /trunk/asn1/ftam/packet-ftam-template.c
5307    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
5308    M /trunk/asn1/h225/packet-h225-template.c
5309    M /trunk/asn1/h235/packet-h235-template.c
5310    M /trunk/asn1/h245/packet-h245-template.c
5311    M /trunk/asn1/inap/packet-inap-template.c
5312    M /trunk/asn1/ldap/packet-ldap-template.c
5313    M /trunk/asn1/pkcs12/packet-pkcs12-template.c
5314    M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c
5315    M /trunk/asn1/snmp/packet-snmp-template.c
5316    M /trunk/asn1/tcap/packet-ansi_tcap-template.c
5317    M /trunk/asn1/tcap/packet-tcap-template.c
5318    M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
5319    M /trunk/asn1/x411/packet-x411-template.c
5320    M /trunk/asn1/x420/packet-x420-template.c
5321    M /trunk/asn1/x509af/packet-x509af-template.c
5322    M /trunk/asn1/x509if/packet-x509if-template.c
5323    M /trunk/asn1/x509sat/packet-x509sat-template.c
5324    M /trunk/epan/Makefile.common
5325    M /trunk/epan/dissectors/Makefile.common
5326    D /trunk/epan/dissectors/format-oid.h
5327    M /trunk/epan/dissectors/packet-acp133.c
5328    M /trunk/epan/dissectors/packet-acp133.h
5329    M /trunk/epan/dissectors/packet-acse.c
5330    M /trunk/epan/dissectors/packet-ansi_map.c
5331    M /trunk/epan/dissectors/packet-ansi_map.h
5332    M /trunk/epan/dissectors/packet-ansi_tcap.c
5333    M /trunk/epan/dissectors/packet-ber.c
5334    M /trunk/epan/dissectors/packet-camel.c
5335    M /trunk/epan/dissectors/packet-camel.h
5336    M /trunk/epan/dissectors/packet-cdt.c
5337    M /trunk/epan/dissectors/packet-cmip.c
5338    M /trunk/epan/dissectors/packet-cms.c
5339    M /trunk/epan/dissectors/packet-cops.c
5340    M /trunk/epan/dissectors/packet-dap.c
5341    M /trunk/epan/dissectors/packet-disp.c
5342    M /trunk/epan/dissectors/packet-dop.c
5343    M /trunk/epan/dissectors/packet-dsp.c
5344    M /trunk/epan/dissectors/packet-ess.c
5345    M /trunk/epan/dissectors/packet-ess.h
5346    M /trunk/epan/dissectors/packet-ftam.c
5347    M /trunk/epan/dissectors/packet-gnm.c
5348    M /trunk/epan/dissectors/packet-gnm.h
5349    M /trunk/epan/dissectors/packet-gsm_map.c
5350    M /trunk/epan/dissectors/packet-h225.c
5351    M /trunk/epan/dissectors/packet-h235.c
5352    M /trunk/epan/dissectors/packet-h235.h
5353    M /trunk/epan/dissectors/packet-h245.c
5354    M /trunk/epan/dissectors/packet-h248.c
5355    M /trunk/epan/dissectors/packet-h248.h
5356    M /trunk/epan/dissectors/packet-inap.c
5357    M /trunk/epan/dissectors/packet-inap.h
5358    M /trunk/epan/dissectors/packet-ldap.c
5359    M /trunk/epan/dissectors/packet-logotypecertextn.c
5360    M /trunk/epan/dissectors/packet-logotypecertextn.h
5361    M /trunk/epan/dissectors/packet-ns_cert_exts.c
5362    M /trunk/epan/dissectors/packet-ocsp.c
5363    M /trunk/epan/dissectors/packet-ocsp.h
5364    M /trunk/epan/dissectors/packet-pkcs1.c
5365    M /trunk/epan/dissectors/packet-pkcs1.h
5366    M /trunk/epan/dissectors/packet-pkcs12.c
5367    M /trunk/epan/dissectors/packet-pkinit.c
5368    M /trunk/epan/dissectors/packet-pkinit.h
5369    M /trunk/epan/dissectors/packet-pkixproxy.c
5370    M /trunk/epan/dissectors/packet-pkixproxy.h
5371    M /trunk/epan/dissectors/packet-pkixqualified.c
5372    M /trunk/epan/dissectors/packet-pkixqualified.h
5373    M /trunk/epan/dissectors/packet-pkixtsp.c
5374    M /trunk/epan/dissectors/packet-pkixtsp.h
5375    M /trunk/epan/dissectors/packet-pres.h
5376    M /trunk/epan/dissectors/packet-rrc.c
5377    M /trunk/epan/dissectors/packet-rrlp.c
5378    M /trunk/epan/dissectors/packet-s4406.h
5379    M /trunk/epan/dissectors/packet-smrse.c
5380    M /trunk/epan/dissectors/packet-smrse.h
5381    M /trunk/epan/dissectors/packet-snmp.c
5382    M /trunk/epan/dissectors/packet-snmp.h
5383    M /trunk/epan/dissectors/packet-spnego.c
5384    M /trunk/epan/dissectors/packet-spnego.h
5385    M /trunk/epan/dissectors/packet-tcap.c
5386    M /trunk/epan/dissectors/packet-ulp.c
5387    M /trunk/epan/dissectors/packet-wlancertextn.c
5388    M /trunk/epan/dissectors/packet-wlancertextn.h
5389    M /trunk/epan/dissectors/packet-x411.c
5390    M /trunk/epan/dissectors/packet-x420.c
5391    M /trunk/epan/dissectors/packet-x509af.c
5392    M /trunk/epan/dissectors/packet-x509if.c
5393    M /trunk/epan/dissectors/packet-x509sat.c
5394    M /trunk/epan/epan.c
5395    D /trunk/epan/oid_resolv.c
5396    D /trunk/epan/oid_resolv.h
5397    M /trunk/epan/oids.c
5398    M /trunk/epan/oids.h
5399    M /trunk/epan/proto.c
5400    M /trunk/plugins/asn1/asn1.c
5401    M /trunk/plugins/asn1/asn1.h
5402    M /trunk/plugins/asn1/packet-asn1.c
5403
5404 get users of oid_resolv to use the new oids, rollout packet-snmp.c
5405
5406
5407 ------------------------------------------------------------------------
5408 r22652 | etxrab | 2007-08-25 00:44:01 -0700 (Sat, 25 Aug 2007) | 6 lines
5409 Changed paths:
5410    M /trunk/epan/libwireshark.def
5411
5412 Get rid of now unused:
5413
5414  add_oid_name
5415  add_oid_str_name
5416 l get_oid_name
5417  get_oid_str_name
5418 ------------------------------------------------------------------------
5419 r22653 | etxrab | 2007-08-25 01:20:59 -0700 (Sat, 25 Aug 2007) | 2 lines
5420 Changed paths:
5421    M /trunk/gtk/io_stat.c
5422
5423 Cast as (gfloat)
5424 io->scrollbar_adjustment->value=(gfloat)first_interval;
5425 ------------------------------------------------------------------------
5426 r22654 | jake | 2007-08-25 02:08:49 -0700 (Sat, 25 Aug 2007) | 4 lines
5427 Changed paths:
5428    M /trunk/epan/dissectors/packet-ssl-utils.c
5429
5430 Partial fix for bug 1317:
5431 Add Elliptic Curve cypher suites
5432 Add extension types
5433
5434 ------------------------------------------------------------------------
5435 r22655 | stig | 2007-08-25 02:57:12 -0700 (Sat, 25 Aug 2007) | 2 lines
5436 Changed paths:
5437    M /trunk/asn1/ftam/packet-ftam-template.c
5438    M /trunk/epan/dissectors/packet-ftam.c
5439
5440 Removed duplicate entry of OID 1.0.8571.2.4 in FTAM
5441
5442 ------------------------------------------------------------------------
5443 r22656 | lego | 2007-08-25 07:15:56 -0700 (Sat, 25 Aug 2007) | 4 lines
5444 Changed paths:
5445    M /trunk/epan/oids.c
5446
5447 Initialize to zero all subids in oid_string2subid() to avoid creating bogus oids. This is aspirin for a buffer overflow somewhere in the code that reads cretificates, that dimensions a buffer probably assumung oid subids are few digits while they can actually be bigger. 
5448 Place two DISSECTOR_ASSERT() guards to avoid an (I believe impossible) buffer overflow of the ep_allocated subid array in  oid_string2subid() and oid_encoded2subid().
5449
5450
5451 ------------------------------------------------------------------------
5452 r22657 | lego | 2007-08-25 07:48:48 -0700 (Sat, 25 Aug 2007) | 3 lines
5453 Changed paths:
5454    M /trunk/asn1/x411/packet-x411-template.c
5455    M /trunk/epan/dissectors/packet-x411.c
5456
5457 there's nothing like a MAX_OID_STR_LEN...  get rid of a potential stack BO
5458
5459
5460 ------------------------------------------------------------------------
5461 r22658 | lego | 2007-08-25 08:15:55 -0700 (Sat, 25 Aug 2007) | 4 lines
5462 Changed paths:
5463    M /trunk/trigcap.c
5464
5465 From Gisle Vanem <gvanem@broadpark.no>  
5466 Some signals needs to be ifdef'ed (missing on VC/MingW):
5467
5468
5469 ------------------------------------------------------------------------
5470 r22659 | lego | 2007-08-25 10:29:55 -0700 (Sat, 25 Aug 2007) | 5 lines
5471 Changed paths:
5472    M /trunk/asn1/dop/packet-dop-template.c
5473    M /trunk/asn1/rtse/packet-rtse-template.c
5474    M /trunk/asn1/rtse/rtse.cnf
5475    M /trunk/epan/dissectors/packet-ber.c
5476    M /trunk/epan/dissectors/packet-dop.c
5477    M /trunk/epan/dissectors/packet-per.c
5478    M /trunk/epan/dissectors/packet-rtse.c
5479    M /trunk/epan/ftypes/ftype-bytes.c
5480    M /trunk/epan/oids.c
5481    M /trunk/epan/oids.h
5482    M /trunk/epan/to_str.c
5483    M /trunk/epan/to_str.h
5484
5485 replace oid_to_str_buf() and oid_to_str()
5486
5487 fix a potential buffer overflow due to a very liberal estimate by oid_repr_len()
5488
5489
5490 ------------------------------------------------------------------------
5491 r22660 | wmeier | 2007-08-25 12:13:00 -0700 (Sat, 25 Aug 2007) | 4 lines
5492 Changed paths:
5493    M /trunk/test/suite-capture.sh
5494    M /trunk/test/suite-unittests.sh
5495
5496 Disable capture tests and unit tests until possible issues corrected.
5497 Hopefully the windows buildbot will be OK with these tests disabled
5498 temporarily.
5499
5500 ------------------------------------------------------------------------
5501 r22661 | lego | 2007-08-25 13:27:58 -0700 (Sat, 25 Aug 2007) | 3 lines
5502 Changed paths:
5503    A /trunk/aclocal-fallback/libsmi.m4
5504    M /trunk/configure.in
5505    M /trunk/epan/oids.c
5506
5507 get libsmi into the picture
5508
5509
5510 ------------------------------------------------------------------------
5511 r22662 | lego | 2007-08-25 16:49:09 -0700 (Sat, 25 Aug 2007) | 4 lines
5512 Changed paths:
5513    M /trunk/epan/oids.c
5514
5515 Turns out that smiGetMinSize() and smiGetMaxSize() exists only in libsmi's HEAD... ;-)
5516 Official releases do not have them yet, avoid using them.
5517
5518
5519 ------------------------------------------------------------------------
5520 r22663 | lego | 2007-08-25 20:11:27 -0700 (Sat, 25 Aug 2007) | 3 lines
5521 Changed paths:
5522    M /trunk/epan/libwireshark.def
5523
5524 add the new oid_* functions
5525
5526
5527 ------------------------------------------------------------------------
5528 r22664 | etxrab | 2007-08-26 02:17:16 -0700 (Sun, 26 Aug 2007) | 1 line
5529 Changed paths:
5530    M /trunk/diameter/dictionary.xml
5531
5532 Fix indentation
5533 ------------------------------------------------------------------------
5534 r22665 | stig | 2007-08-26 06:43:47 -0700 (Sun, 26 Aug 2007) | 4 lines
5535 Changed paths:
5536    M /trunk/epan/dissectors/packet-ospf.c
5537
5538 From Todd J Martin:
5539 - Added support for grace-LSA TLVs
5540 - Fix a checksum that was printed in hex, but did not prepend "0x"
5541
5542 ------------------------------------------------------------------------
5543 r22666 | stig | 2007-08-26 07:02:59 -0700 (Sun, 26 Aug 2007) | 2 lines
5544 Changed paths:
5545    M /trunk/gtk/io_stat.c
5546
5547 Added "Dot" as new style in IO Graph.
5548
5549 ------------------------------------------------------------------------
5550 r22667 | stig | 2007-08-26 10:03:44 -0700 (Sun, 26 Aug 2007) | 2 lines
5551 Changed paths:
5552    M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
5553
5554 Added "Dot" as a new IO Graph style in the user guide.
5555
5556 ------------------------------------------------------------------------
5557 r22668 | jmayer | 2007-08-26 10:58:26 -0700 (Sun, 26 Aug 2007) | 1 line
5558 Changed paths:
5559    M /trunk/configure.in
5560
5561 libsmi: Small fix and add a comment
5562 ------------------------------------------------------------------------
5563 r22669 | jmayer | 2007-08-26 11:21:52 -0700 (Sun, 26 Aug 2007) | 1 line
5564 Changed paths:
5565    M /trunk/epan/dissectors/packet-isakmp.c
5566
5567 Isakmp runs over port 4500 (natt) as well
5568 ------------------------------------------------------------------------
5569 r22670 | jmayer | 2007-08-26 11:39:34 -0700 (Sun, 26 Aug 2007) | 4 lines
5570 Changed paths:
5571    M /trunk/epan/dissectors/packet-isakmp.c
5572
5573 Undo last commit. It's not yet clear to my why isakmp traffic
5574 after nat-t isn't matched by a isakmp display filter, but this
5575 approach wrong.
5576
5577 ------------------------------------------------------------------------
5578 r22671 | etxrab | 2007-08-26 12:17:03 -0700 (Sun, 26 Aug 2007) | 1 line
5579 Changed paths:
5580    M /trunk/Makefile.nmake
5581    M /trunk/config.nmake
5582
5583 Download libsmi
5584 ------------------------------------------------------------------------
5585 r22672 | etxrab | 2007-08-26 13:03:23 -0700 (Sun, 26 Aug 2007) | 1 line
5586 Changed paths:
5587    M /trunk/Makefile.nmake
5588    M /trunk/config.h.win32
5589    M /trunk/config.nmake
5590
5591 Use config and makefile from Chris Maynard and Luis instead.
5592 ------------------------------------------------------------------------
5593 r22673 | lego | 2007-08-26 13:16:35 -0700 (Sun, 26 Aug 2007) | 3 lines
5594 Changed paths:
5595    M /trunk/epan/dissectors/packet-cops.c
5596
5597 De-NET-SNMPize COPS
5598
5599
5600 ------------------------------------------------------------------------
5601 r22674 | etxrab | 2007-08-26 14:01:13 -0700 (Sun, 26 Aug 2007) | 1 line
5602 Changed paths:
5603    M /trunk/config.nmake
5604    M /trunk/version_info.c
5605
5606 Minor tweeks.
5607 ------------------------------------------------------------------------
5608 r22675 | etxrab | 2007-08-26 14:19:18 -0700 (Sun, 26 Aug 2007) | 1 line
5609 Changed paths:
5610    M /trunk/version_info.c
5611
5612 Fix a typo
5613 ------------------------------------------------------------------------
5614 r22676 | lego | 2007-08-26 14:35:17 -0700 (Sun, 26 Aug 2007) | 3 lines
5615 Changed paths:
5616    M /trunk/Makefile.nmake
5617    M /trunk/version_info.c
5618
5619 libsmi was missing from the CFLAGS
5620
5621
5622 ------------------------------------------------------------------------
5623 r22677 | lego | 2007-08-26 14:37:11 -0700 (Sun, 26 Aug 2007) | 4 lines
5624 Changed paths:
5625    M /trunk/epan/oids.c
5626    M /trunk/epan/oids.h
5627
5628 Give the files its propper title
5629 Keep libsmi's default path and append the user given one
5630
5631
5632 ------------------------------------------------------------------------
5633 r22678 | lego | 2007-08-26 14:38:09 -0700 (Sun, 26 Aug 2007) | 3 lines
5634 Changed paths:
5635    M /trunk/epan/dissectors/packet-cops.c
5636
5637 Remove every remembrance of NET_SNMP from COPS
5638
5639
5640 ------------------------------------------------------------------------
5641 r22679 | lego | 2007-08-26 16:24:49 -0700 (Sun, 26 Aug 2007) | 4 lines
5642 Changed paths:
5643    M /trunk/epan/Makefile.nmake
5644
5645 This was missing
5646
5647
5648
5649 ------------------------------------------------------------------------
5650 r22680 | etxrab | 2007-08-26 23:28:20 -0700 (Sun, 26 Aug 2007) | 1 line
5651 Changed paths:
5652    M /trunk/packaging/nsis/Makefile.nmake
5653    M /trunk/packaging/nsis/wireshark.nsi
5654
5655 Add SMI to the installation, the MIB:s are still missing.
5656 ------------------------------------------------------------------------
5657 r22681 | etxrab | 2007-08-26 23:40:36 -0700 (Sun, 26 Aug 2007) | 1 line
5658 Changed paths:
5659    M /trunk/packaging/nsis/wireshark.nsi
5660
5661 And now the MIB's
5662 ------------------------------------------------------------------------
5663 r22682 | stig | 2007-08-27 04:27:41 -0700 (Mon, 27 Aug 2007) | 2 lines
5664 Changed paths:
5665    M /trunk/COPYING
5666
5667 Removed ^L as they turn up as a strange square in About->License
5668
5669 ------------------------------------------------------------------------
5670 r22683 | stig | 2007-08-27 04:33:47 -0700 (Mon, 27 Aug 2007) | 2 lines
5671 Changed paths:
5672    M /trunk/AUTHORS
5673
5674 Adjusted indentation to align email addresses.
5675
5676 ------------------------------------------------------------------------
5677 r22684 | lego | 2007-08-27 10:05:11 -0700 (Mon, 27 Aug 2007) | 8 lines
5678 Changed paths:
5679    M /trunk/asn1/snmp/packet-snmp-template.c
5680    M /trunk/epan/dissectors/packet-snmp.c
5681    M /trunk/epan/oids.c
5682    M /trunk/epan/oids.h
5683
5684 - packet-snmp(-template).c
5685    - reimplement the "snmp.variable_oid" dissector table
5686 - oids.[ch]
5687    - get rid of keytype_implicit in oid_value_type_t we won't use it.
5688    - have the windows base path for mibs be consistent to where we've put the mibs
5689    - oid_get_from_encoded() and oid_get_from_string(): have the subids array being computed in a prior statement of where the side-effected argument is going to be used... worked on gcc, not on windows... I deserve "have daemons flying out of my nose" for that :-).
5690
5691
5692 ------------------------------------------------------------------------
5693 r22685 | wmeier | 2007-08-27 10:49:53 -0700 (Mon, 27 Aug 2007) | 5 lines
5694 Changed paths:
5695    M /trunk/test/config.sh
5696
5697 Prevent execution of the fifo tests on Windows.
5698 (Windows cygwin has a mkfifo but Windows dumpcap & etc
5699 use Windows named pipes which are different than
5700 the cygwin named pipes).
5701
5702 ------------------------------------------------------------------------
5703 r22686 | wmeier | 2007-08-27 11:09:38 -0700 (Mon, 27 Aug 2007) | 3 lines
5704 Changed paths:
5705    M /trunk/test/suite-unittests.sh
5706
5707 Re-enable unittests after determining that they work correctly 
5708 on Windows (and shouldn't cause the Windows buildbot any problems).
5709
5710 ------------------------------------------------------------------------
5711 r22687 | guy | 2007-08-27 11:44:55 -0700 (Mon, 27 Aug 2007) | 3 lines
5712 Changed paths:
5713    M /trunk/epan/oids.c
5714    M /trunk/epan/oids.h
5715
5716 Get rid of extra newlines at the end of epan/oids.h, and give one of
5717 them to epan/oids.c. :-)
5718
5719 ------------------------------------------------------------------------
5720 r22688 | lego | 2007-08-27 12:14:30 -0700 (Mon, 27 Aug 2007) | 7 lines
5721 Changed paths:
5722    M /trunk/epan/oids.c
5723
5724 Fixed an ep_ buffer overflow (off by one) in oid_subid2string()
5725 Abort on integer overflow in oid_string2subid() and oid_encoded2subid()
5726
5727
5728
5729
5730
5731 ------------------------------------------------------------------------
5732 r22689 | lego | 2007-08-27 12:37:48 -0700 (Mon, 27 Aug 2007) | 3 lines
5733 Changed paths:
5734    M /trunk/epan/oids.c
5735
5736 cast a guint64 down to guint32 before assignment to get windows build running
5737
5738
5739 ------------------------------------------------------------------------
5740 r22690 | etxrab | 2007-08-27 13:44:28 -0700 (Mon, 27 Aug 2007) | 1 line
5741 Changed paths:
5742    M /trunk/diameter/dictionary.xml
5743
5744 Update comments.
5745 ------------------------------------------------------------------------
5746 r22691 | stig | 2007-08-27 14:23:18 -0700 (Mon, 27 Aug 2007) | 3 lines
5747 Changed paths:
5748    M /trunk/epan/dissectors/packet-ieee80211.c
5749
5750 From Tuomas Maattanen:
5751 Committed changes in r21450 again.
5752
5753 ------------------------------------------------------------------------
5754 r22692 | lego | 2007-08-27 14:29:20 -0700 (Mon, 27 Aug 2007) | 3 lines
5755 Changed paths:
5756    M /trunk/epan/oids.c
5757
5758 Do not throw, some of this functions get called outside TRY blocks.
5759
5760
5761 ------------------------------------------------------------------------
5762 r22693 | lego | 2007-08-27 15:00:39 -0700 (Mon, 27 Aug 2007) | 3 lines
5763 Changed paths:
5764    A /trunk/smi_modules
5765
5766 Add a default smi_modules file.
5767
5768
5769 ------------------------------------------------------------------------
5770 r22694 | lego | 2007-08-27 15:06:47 -0700 (Mon, 27 Aug 2007) | 3 lines
5771 Changed paths:
5772    M /trunk/Makefile.am
5773    M /trunk/Makefile.nmake
5774    M /trunk/packaging/nsis/wireshark.nsi
5775
5776 Get smi_modules in the distrib
5777
5778
5779 ------------------------------------------------------------------------
5780 r22695 | lego | 2007-08-27 15:24:39 -0700 (Mon, 27 Aug 2007) | 3 lines
5781 Changed paths:
5782    M /trunk/smi_modules
5783
5784 Wes Hardaker refered to net-snmp defaults, It does not apply to this at all.
5785
5786
5787 ------------------------------------------------------------------------
5788 r22696 | wmeier | 2007-08-27 15:56:27 -0700 (Mon, 27 Aug 2007) | 2 lines
5789 Changed paths:
5790    M /trunk/plugins/agentx/Makefile.nmake
5791    M /trunk/plugins/artnet/Makefile.nmake
5792    M /trunk/plugins/asn1/Makefile.nmake
5793    M /trunk/plugins/ciscosm/Makefile.nmake
5794    M /trunk/plugins/docsis/Makefile.nmake
5795    M /trunk/plugins/enttec/Makefile.nmake
5796    M /trunk/plugins/gryphon/Makefile.nmake
5797    M /trunk/plugins/irda/Makefile.nmake
5798    M /trunk/plugins/lwres/Makefile.nmake
5799    M /trunk/plugins/m2m/Makefile.nmake
5800    M /trunk/plugins/mate/Makefile.nmake
5801    M /trunk/plugins/mgcp/Makefile.nmake
5802    M /trunk/plugins/opcua/Makefile.nmake
5803    M /trunk/plugins/opsi/Makefile.nmake
5804    M /trunk/plugins/pcli/Makefile.nmake
5805    M /trunk/plugins/profinet/Makefile.nmake
5806    M /trunk/plugins/rlm/Makefile.nmake
5807    M /trunk/plugins/rtnet/Makefile.nmake
5808    M /trunk/plugins/rudp/Makefile.nmake
5809    M /trunk/plugins/sbus/Makefile.nmake
5810    M /trunk/plugins/unistim/Makefile.nmake
5811    M /trunk/plugins/v5ua/Makefile.nmake
5812    M /trunk/plugins/wimax/Makefile.nmake
5813
5814 Add .c.obj:: inference rule (to cause "batch compile") 
5815
5816 ------------------------------------------------------------------------
5817 r22697 | sfisher | 2007-08-27 19:13:51 -0700 (Mon, 27 Aug 2007) | 6 lines
5818 Changed paths:
5819    M /trunk/capture_ui_utils.c
5820
5821
5822 Fix for bug #1801 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1801)
5823
5824 Don't get to the point where we may do a strcmp() with a null value.
5825
5826
5827 ------------------------------------------------------------------------
5828 r22698 | etxrab | 2007-08-27 22:53:13 -0700 (Mon, 27 Aug 2007) | 1 line
5829 Changed paths:
5830    M /trunk/smi_modules
5831
5832 Temporray remove "SNMP-REPEATER-MIB" it causes a crash.
5833 ------------------------------------------------------------------------
5834 r22699 | jake | 2007-08-27 22:59:09 -0700 (Mon, 27 Aug 2007) | 1 line
5835 Changed paths:
5836    M /trunk/epan/oids.c
5837
5838 Fix warnings "dereferencing type-punned pointer will break strict-aliasing rules"
5839 ------------------------------------------------------------------------
5840 r22700 | sahlberg | 2007-08-28 00:34:05 -0700 (Tue, 28 Aug 2007) | 4 lines
5841 Changed paths:
5842    M /trunk/epan/dissectors/packet-ctdb.c
5843
5844 improve the ctdb dissector to track request/responses for controls and 
5845 start decoding some control payload
5846
5847
5848 ------------------------------------------------------------------------
5849 r22701 | kukosa | 2007-08-28 00:59:35 -0700 (Tue, 28 Aug 2007) | 1 line
5850 Changed paths:
5851    M /trunk/asn1/snmp/packet-snmp-template.c
5852    M /trunk/epan/dissectors/packet-snmp.c
5853
5854 fix bug in snmp.variable_oid subdissector calling and call them at the end of snmp dissector (so as snmp does not overwrite COL_INFO of subdissector)
5855 ------------------------------------------------------------------------
5856 r22702 | jmayer | 2007-08-28 03:37:21 -0700 (Tue, 28 Aug 2007) | 3 lines
5857 Changed paths:
5858    M /trunk/plugins/unistim/packet-unistim.c
5859
5860 Disable unistim for now: it used port 5000 unconditionally
5861 and that collied with tapa. Please add a check.
5862
5863 ------------------------------------------------------------------------
5864 r22703 | sahlberg | 2007-08-28 04:45:08 -0700 (Tue, 28 Aug 2007) | 22 lines
5865 Changed paths:
5866    M /trunk/epan/dissectors/packet-dcerpc-lsa.c
5867    M /trunk/epan/dissectors/packet-dcerpc-nt.c
5868    M /trunk/epan/dissectors/packet-dcerpc-nt.h
5869    M /trunk/epan/dissectors/packet-dcerpc-samr.c
5870    M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
5871    M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
5872    M /trunk/epan/dissectors/packet-dcerpc.c
5873    M /trunk/epan/dissectors/packet-dcerpc.h
5874    M /trunk/epan/dissectors/packet-smb-sidsnooping.c
5875    M /trunk/epan/dissectors/packet-smb2.c
5876    M /trunk/epan/dissectors/pidl/samr.cnf
5877
5878 rename dcerpc_smb_store_pol_name  to dcerpc_store_polhnd_name
5879
5880 rename dcerpc_smb_fetch_pol  to dcerpc_fetch_polhnd_data and also make 
5881 it take an additional parameter to return the "type" of the policy 
5882 handle, if such a type was stored.
5883
5884 extend the pol_value structure used to track policy handles to also 
5885 store a type to represent what created the policy handle
5886 types could be USER/ALIAS/CONNECT/... etc handles returned from the 
5887 SAMR interface
5888
5889 add a new helper function  dcerpc_store_polhnd_type()
5890
5891 track policy handles between request/responses for dcerpc
5892
5893 update the samr.cnf file to make the samr dissectors for
5894 SetSecurity/QuerySecurity dissect the specific bits for the security 
5895 descriptor correctly based on whether the policy handle refers to a 
5896 CONNECT/DOMAIN/USER/ALIAS or GROUP
5897
5898
5899
5900 ------------------------------------------------------------------------
5901 r22704 | lego | 2007-08-28 08:18:32 -0700 (Tue, 28 Aug 2007) | 10 lines
5902 Changed paths:
5903    M /trunk/asn1/snmp/packet-snmp-template.c
5904    M /trunk/epan/dissectors/packet-snmp.c
5905    M /trunk/epan/emem.c
5906    M /trunk/epan/oids.c
5907    M /trunk/epan/uat-int.h
5908    M /trunk/epan/uat.c
5909    M /trunk/epan/uat.h
5910
5911 SNMP:
5912  - As noted by Thomas Anders values are not added to the tree anymore. Move the calling of subdissectors to the end of the function, so that the value is added to the tree.
5913  - add port 8161 to be decoded as SNMP (hey, it's on IANA's services file!)
5914 UAT:
5915  - do not have the uat reloaded.
5916 OIDS:
5917  - do not complain if renaming an OID to an identical name
5918
5919
5920
5921 ------------------------------------------------------------------------
5922 r22705 | lego | 2007-08-28 08:38:05 -0700 (Tue, 28 Aug 2007) | 3 lines
5923 Changed paths:
5924    M /trunk/epan/uat.c
5925    M /trunk/epan/uat_load.l
5926
5927 Commit canges to uat_load.l, and initialize uat_t->loaded (not every system zeroes-out on malloc).
5928
5929
5930 ------------------------------------------------------------------------
5931 r22706 | ulfl | 2007-08-28 10:38:50 -0700 (Tue, 28 Aug 2007) | 1 line
5932 Changed paths:
5933    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
5934
5935 move "create guides" section above installer section as the installer might need the user's guide
5936 ------------------------------------------------------------------------
5937 r22707 | wmeier | 2007-08-28 10:47:39 -0700 (Tue, 28 Aug 2007) | 3 lines
5938 Changed paths:
5939    M /trunk/capture_opts.c
5940
5941 capture_opts_log: use dummy string if iface_desc is NULL;
5942 This fixes dumpcap crash on Windows 
5943
5944 ------------------------------------------------------------------------
5945 r22708 | wmeier | 2007-08-28 10:49:16 -0700 (Tue, 28 Aug 2007) | 2 lines
5946 Changed paths:
5947    M /trunk/test/suite-capture.sh
5948
5949 Re-enable capture tests now that a a dumpcap problem has been corrected.
5950
5951 ------------------------------------------------------------------------
5952 r22709 | etxrab | 2007-08-28 10:50:02 -0700 (Tue, 28 Aug 2007) | 1 line
5953 Changed paths:
5954    M /trunk/epan/dissectors/packet-dpnss.c
5955
5956 Add filters.
5957 ------------------------------------------------------------------------
5958 r22710 | ulfl | 2007-08-28 10:50:25 -0700 (Tue, 28 Aug 2007) | 1 line
5959 Changed paths:
5960    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
5961
5962 some more editing
5963 ------------------------------------------------------------------------
5964 r22711 | etxrab | 2007-08-28 10:50:44 -0700 (Tue, 28 Aug 2007) | 1 line
5965 Changed paths:
5966    M /trunk/diameter/dictionary.xml
5967
5968 Add AVP's
5969 ------------------------------------------------------------------------
5970 r22712 | lego | 2007-08-28 12:07:39 -0700 (Tue, 28 Aug 2007) | 3 lines
5971 Changed paths:
5972    M /trunk/epan/oids.c
5973
5974 Report loading failures to the user
5975
5976
5977 ------------------------------------------------------------------------
5978 r22713 | lego | 2007-08-28 12:11:36 -0700 (Tue, 28 Aug 2007) | 3 lines
5979 Changed paths:
5980    M /trunk/smi_modules
5981
5982 remove (for now) the COPS PIBs from the list, as I have added a reprot_failure to give feedback about libsmi errors while loading the modules.
5983
5984
5985 ------------------------------------------------------------------------
5986 r22714 | ulfl | 2007-08-28 13:31:48 -0700 (Tue, 28 Aug 2007) | 1 line
5987 Changed paths:
5988    M /trunk/Makefile.nmake
5989    M /trunk/config.nmake
5990
5991 always compile zlib.dll from source (even on MSVC6 now), this simplifies the makefiles a bit and (more important) removes an annoying behaviour if you switch between compiler versions - you'll need to run the setup target each time you switch
5992 ------------------------------------------------------------------------
5993 r22715 | wmeier | 2007-08-28 13:58:50 -0700 (Tue, 28 Aug 2007) | 3 lines
5994 Changed paths:
5995    M /trunk/colorfilters
5996    M /trunk/epan/dissectors/packet-ip.c
5997
5998 From Todd Martin: "Flag IP TTL more intelligently".
5999 Also: Change default "Low TTL" color filter to match.
6000
6001 ------------------------------------------------------------------------
6002 r22716 | ulfl | 2007-08-28 14:21:25 -0700 (Tue, 28 Aug 2007) | 1 line
6003 Changed paths:
6004    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
6005
6006 add "Classless InterDomain Routing (CIDR) notation" explanation to the display filter section
6007 ------------------------------------------------------------------------
6008 r22717 | wmeier | 2007-08-28 14:24:34 -0700 (Tue, 28 Aug 2007) | 2 lines
6009 Changed paths:
6010    M /trunk/colorfilters
6011
6012 On 2nd thought: change color filter name from "Low TTL" to "TTL low or unexpected"
6013
6014 ------------------------------------------------------------------------
6015 r22718 | lego | 2007-08-28 14:27:54 -0700 (Tue, 28 Aug 2007) | 3 lines
6016 Changed paths:
6017    M /trunk/asn1/snmp/packet-snmp-template.c
6018    M /trunk/epan/dissectors/packet-snmp.c
6019
6020 Fix non implicit oid key indexes. This starts to look good!
6021
6022
6023 ------------------------------------------------------------------------
6024 r22719 | lego | 2007-08-28 16:19:30 -0700 (Tue, 28 Aug 2007) | 4 lines
6025 Changed paths:
6026    M /trunk/asn1/snmp/packet-snmp-template.c
6027    M /trunk/asn1/snmp/snmp.cnf
6028
6029 Add some more expert info.
6030 Restore engine-id dissection (a "victim" of decryption support)
6031
6032
6033 ------------------------------------------------------------------------
6034 r22720 | lego | 2007-08-28 16:55:49 -0700 (Tue, 28 Aug 2007) | 5 lines
6035 Changed paths:
6036    M /trunk/asn1/snmp/snmp.asn
6037    M /trunk/asn1/snmp/snmp.cnf
6038    M /trunk/epan/dissectors/packet-snmp.c
6039    M /trunk/epan/oids.c
6040
6041 - turn some other TC from FT_BYTES to FT_STRING so that human-readable strings become readable by humans
6042 - Add the EngineId decoding for the contextEngineId
6043 - Add some expert info about malformed indexed oids
6044
6045
6046 ------------------------------------------------------------------------
6047 r22721 | ulfl | 2007-08-28 17:15:15 -0700 (Tue, 28 Aug 2007) | 1 line
6048 Changed paths:
6049    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
6050    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
6051
6052 various updates to match current MSVC compiler problems, fix some typos, ...
6053 ------------------------------------------------------------------------
6054 r22722 | ulfl | 2007-08-28 20:45:56 -0700 (Tue, 28 Aug 2007) | 1 line
6055 Changed paths:
6056    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
6057
6058 fix broken tags
6059 ------------------------------------------------------------------------
6060 r22723 | etxrab | 2007-08-28 23:13:40 -0700 (Tue, 28 Aug 2007) | 1 line
6061 Changed paths:
6062    M /trunk/asn1/gsmmap/gsm_map-exp.cnf
6063    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
6064    M /trunk/epan/dissectors/packet-gsm_map.c
6065    M /trunk/epan/dissectors/packet-gsm_map.h
6066
6067 Fix up most of the OID names in GSM MAP.
6068 ------------------------------------------------------------------------
6069 r22724 | kukosa | 2007-08-29 04:44:49 -0700 (Wed, 29 Aug 2007) | 2 lines
6070 Changed paths:
6071    M /trunk/epan/asn1.c
6072    M /trunk/epan/asn1.h
6073
6074 ASN.1 parameterization handling (1st raw implementation)
6075 it is not supported in asn2wrs now, code has to be written manually
6076 ------------------------------------------------------------------------
6077 r22725 | kukosa | 2007-08-29 04:47:35 -0700 (Wed, 29 Aug 2007) | 1 line
6078 Changed paths:
6079    M /trunk/tools/asn2wrs.py
6080
6081 new directive #.ASSIGN_VALUE_TO_TYPE
6082 ------------------------------------------------------------------------
6083 r22726 | kukosa | 2007-08-29 04:57:27 -0700 (Wed, 29 Aug 2007) | 1 line
6084 Changed paths:
6085    M /trunk/asn1/Makefile.am
6086    M /trunk/asn1/ranap/Makefile
6087    M /trunk/asn1/ranap/Makefile.nmake
6088    M /trunk/asn1/ranap/RANAP-CommonDataTypes.asn
6089    M /trunk/asn1/ranap/RANAP-Constants.asn
6090    M /trunk/asn1/ranap/RANAP-Containers.asn
6091    M /trunk/asn1/ranap/RANAP-IEs.asn
6092    M /trunk/asn1/ranap/RANAP-PDU-Contents.asn
6093    M /trunk/asn1/ranap/RANAP-PDU-Descriptions.asn
6094    M /trunk/asn1/ranap/packet-ranap-template.c
6095    D /trunk/asn1/ranap/ranap.asn
6096    M /trunk/asn1/ranap/ranap.cnf
6097    M /trunk/epan/dissectors/packet-ranap.c
6098    M /trunk/epan/dissectors/packet-ranap.h
6099
6100 RANAP rewritten to use original ASN.1 source and updated to TS 25.413 V7.6.0 (2007-06)
6101 ------------------------------------------------------------------------
6102 r22727 | martinm | 2007-08-29 08:35:27 -0700 (Wed, 29 Aug 2007) | 2 lines
6103 Changed paths:
6104    M /trunk/epan/dissectors/packet-ip.c
6105
6106 Don't show fragment offset as a bit field, but note number of bits used in long text.
6107
6108 ------------------------------------------------------------------------
6109 r22728 | etxrab | 2007-08-29 09:10:04 -0700 (Wed, 29 Aug 2007) | 1 line
6110 Changed paths:
6111    M /trunk/diameter/TGPPSh.xml
6112    M /trunk/diameter/dictionary.xml
6113
6114 Adjust to the latest IANA status 2007-08-22.
6115 ------------------------------------------------------------------------
6116 r22729 | etxrab | 2007-08-29 09:10:47 -0700 (Wed, 29 Aug 2007) | 1 line
6117 Changed paths:
6118    M /trunk/asn1/camel/camel.cnf
6119    M /trunk/asn1/camel/packet-camel-template.c
6120    M /trunk/asn1/gsmmap/gsmmap.cnf
6121    M /trunk/asn1/gsmmap/packet-gsm_map-template.c
6122    M /trunk/epan/dissectors/packet-camel.c
6123    M /trunk/epan/dissectors/packet-gsm_map.c
6124
6125 OID name fixes.
6126 ------------------------------------------------------------------------
6127 r22730 | stig | 2007-08-29 11:39:30 -0700 (Wed, 29 Aug 2007) | 7 lines
6128 Changed paths:
6129    M /trunk/asn1/x411/packet-x411-template.c
6130    M /trunk/asn1/x411/x411.asn
6131    M /trunk/asn1/x411/x411.cnf
6132    M /trunk/epan/dissectors/packet-x411.c
6133
6134 - Rewrote handling of extensions to get rid of "funky" oid strings.
6135 - Added ASN.1 integer values for StandardExtension, ExtensionAttributeType
6136   and TokenDataType.
6137 - Added expert info for unknown standard-extension, extension-attribute-type 
6138   and tokendata-type.
6139 - Added expert info for unknown built-in content-type.
6140
6141 ------------------------------------------------------------------------
6142 r22731 | etxrab | 2007-08-29 12:31:15 -0700 (Wed, 29 Aug 2007) | 2 lines
6143 Changed paths:
6144    M /trunk/asn1/Makefile.am
6145    D /trunk/asn1/inap/IN-CS-1-Datatypes-appendix.asn
6146    D /trunk/asn1/inap/IN-CS-1-Datatypes.asn
6147
6148 Makefile.am Try to get the latest state of asn1 files into the dist.
6149 Delete "old" unused asn1 files.
6150 ------------------------------------------------------------------------
6151 r22732 | etxrab | 2007-08-29 15:21:25 -0700 (Wed, 29 Aug 2007) | 2 lines
6152 Changed paths:
6153    M /trunk/asn1/Makefile.am
6154
6155 Makefile.am Try to get the latest state of asn1 files into the dist.
6156 Try again ;)
6157 ------------------------------------------------------------------------
6158 r22733 | gerald | 2007-08-29 17:24:40 -0700 (Wed, 29 Aug 2007) | 7 lines
6159 Changed paths:
6160    M /trunk/Makefile.am
6161    M /trunk/capture_loop.c
6162    M /trunk/capture_opts.c
6163    M /trunk/capture_opts.h
6164    M /trunk/configure.in
6165    M /trunk/doc/README.packaging
6166    M /trunk/docbook/release-notes.xml
6167    M /trunk/epan/libwireshark.def
6168    M /trunk/epan/privileges.c
6169    M /trunk/epan/privileges.h
6170    M /trunk/gtk/capture_dlg.c
6171    M /trunk/gtk/drag_and_drop.c
6172    M /trunk/gtk/gsm_map_summary.c
6173    M /trunk/gtk/main.c
6174    M /trunk/gtk/mtp3_summary.c
6175    M /trunk/gtk/packet_win.c
6176    M /trunk/gtk/recent.c
6177    M /trunk/gtk/recent.h
6178    M /trunk/gtk/summary_dlg.c
6179    M /trunk/summary.c
6180    M /trunk/tools/Makefile.am
6181    M /trunk/tshark.c
6182
6183 Change the "--enable-setuid-install" option to install dumpcap and TShark
6184 setuid instead of Wireshark.  Remove the "DANGEROUS" notices, but leave it
6185 disabled by default.  Whine if the user runs Wireshark or TShark as root.
6186 Add a preference to disable the whining.  Add a "setuid-root" script that
6187 can be used to switch dumpcap and TShark's setuid-ness on and off for
6188 development and testing.  Update the release notes and README.packaging.
6189
6190 ------------------------------------------------------------------------
6191 r22734 | ulfl | 2007-08-29 19:14:36 -0700 (Wed, 29 Aug 2007) | 3 lines
6192 Changed paths:
6193    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
6194
6195 update to latest draft: 
6196 - add PDSyncData block with Version 1.2
6197 - add IOXBlockReq/s ids 0x116, 0x117, 0x8116 and 0x8117
6198 ------------------------------------------------------------------------
6199 r22735 | guy | 2007-08-29 19:32:55 -0700 (Wed, 29 Aug 2007) | 2 lines
6200 Changed paths:
6201    M /trunk/asn1/Makefile.am
6202
6203 Get rid of tab after backslash, to eliminate warning.
6204
6205 ------------------------------------------------------------------------
6206 r22736 | gerald | 2007-08-29 21:16:11 -0700 (Wed, 29 Aug 2007) | 2 lines
6207 Changed paths:
6208    A /trunk/tools/setuid-root.pl.in
6209
6210 Add the setuid script missing from my last checkin.
6211
6212 ------------------------------------------------------------------------
6213 r22737 | etxrab | 2007-08-29 21:35:58 -0700 (Wed, 29 Aug 2007) | 1 line
6214 Changed paths:
6215    M /trunk/asn1/Makefile.am
6216
6217 Remeove file not to be  included.
6218 ------------------------------------------------------------------------
6219 r22738 | etxrab | 2007-08-29 21:49:04 -0700 (Wed, 29 Aug 2007) | 2 lines
6220 Changed paths:
6221    M /trunk/epan/dissectors/packet-ansi_637.c
6222
6223 From Chris Maynard:
6224 Incorrect display filter field naming convention.
6225 ------------------------------------------------------------------------
6226 r22739 | etxrab | 2007-08-29 21:58:11 -0700 (Wed, 29 Aug 2007) | 2 lines
6227 Changed paths:
6228    M /trunk/epan/dissectors/packet-3com-xns.c
6229
6230 From Chris Maynard:
6231 Incorrect display filter field naming convention.
6232 ------------------------------------------------------------------------
6233 r22740 | etxrab | 2007-08-29 22:02:33 -0700 (Wed, 29 Aug 2007) | 2 lines
6234 Changed paths:
6235    M /trunk/epan/dissectors/packet-slowprotocols.c
6236
6237 From Chris Maynard:
6238 Incorrect display filter field naming convention.
6239 ------------------------------------------------------------------------
6240 r22741 | etxrab | 2007-08-29 22:05:45 -0700 (Wed, 29 Aug 2007) | 2 lines
6241 Changed paths:
6242    M /trunk/epan/dissectors/packet-aim-admin.c
6243
6244 From Chris Maynard:
6245 Incorrect display filter field naming convention.
6246 ------------------------------------------------------------------------
6247 r22742 | etxrab | 2007-08-29 22:22:25 -0700 (Wed, 29 Aug 2007) | 2 lines
6248 Changed paths:
6249    M /trunk/epan/dissectors/packet-aim-buddylist.c
6250    M /trunk/epan/dissectors/packet-aim-generic.c
6251    M /trunk/epan/dissectors/packet-aim-location.c
6252    M /trunk/epan/dissectors/packet-aim-messaging.c
6253    M /trunk/epan/dissectors/packet-aim-signon.c
6254    M /trunk/epan/dissectors/packet-aim-ssi.c
6255    M /trunk/epan/dissectors/packet-aim-sst.c
6256    M /trunk/epan/dissectors/packet-aim-userlookup.c
6257    M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
6258
6259 From Chris Maynard:
6260 Incorrect display filter field naming convention.
6261 ------------------------------------------------------------------------
6262 r22743 | etxrab | 2007-08-29 22:30:28 -0700 (Wed, 29 Aug 2007) | 2 lines
6263 Changed paths:
6264    M /trunk/epan/dissectors/packet-aim-bos.c
6265
6266 From Chris Maynard:
6267 Incorrect display filter field naming convention.
6268 ------------------------------------------------------------------------
6269 r22744 | stig | 2007-08-30 01:50:05 -0700 (Thu, 30 Aug 2007) | 3 lines
6270 Changed paths:
6271    M /trunk/Makefile.am
6272    M /trunk/tools
6273
6274 Fixed a typo: setuid-root.in -> setuid-root.pl.in
6275 Added setuid-root.pl to svn:ignore
6276
6277 ------------------------------------------------------------------------
6278 r22745 | stig | 2007-08-30 02:28:41 -0700 (Thu, 30 Aug 2007) | 2 lines
6279 Changed paths:
6280    M /trunk/gtk/capture_info_dlg.c
6281
6282 Added #include <sys/types.h>
6283
6284 ------------------------------------------------------------------------
6285 r22746 | gmorris | 2007-08-30 03:18:29 -0700 (Thu, 30 Aug 2007) | 2 lines
6286 Changed paths:
6287    M /trunk/epan/dissectors/ncp2222.py
6288    M /trunk/epan/dissectors/packet-ncp-int.h
6289    M /trunk/epan/dissectors/packet-ncp2222.inc
6290
6291 Add eDirectory iteration verb 0x6e.
6292 Fix eDirectory timestamps to display correctly.
6293 ------------------------------------------------------------------------
6294 r22747 | gmorris | 2007-08-30 03:23:58 -0700 (Thu, 30 Aug 2007) | 2 lines
6295 Changed paths:
6296    M /trunk/epan/dissectors/packet-ndps.c
6297
6298 Fix attribute *Print Checkpoint"
6299 Fix Printer State Reasons in extended error codes.
6300 ------------------------------------------------------------------------
6301 r22748 | gmorris | 2007-08-30 03:26:20 -0700 (Thu, 30 Aug 2007) | 1 line
6302 Changed paths:
6303    M /trunk/gtk/ncp_stat.c
6304
6305 Update to reflect new iteration verb 0x6e.
6306 ------------------------------------------------------------------------
6307 r22749 | gmorris | 2007-08-30 03:33:24 -0700 (Thu, 30 Aug 2007) | 1 line
6308 Changed paths:
6309    M /trunk/epan/dissectors/packet-lpd.c
6310
6311 Test to see if packet is actually a request by verifying the one byte function code is a non-zero value.
6312 ------------------------------------------------------------------------
6313 r22750 | stig | 2007-08-30 04:28:27 -0700 (Thu, 30 Aug 2007) | 2 lines
6314 Changed paths:
6315    M /trunk/capture_info.c
6316
6317 Count IEEE 802.11 WLAN AVS packets.
6318
6319 ------------------------------------------------------------------------
6320 r22751 | stig | 2007-08-30 04:37:49 -0700 (Thu, 30 Aug 2007) | 2 lines
6321 Changed paths:
6322    M /trunk/epan/dissectors/packet-ieee80211.c
6323
6324 Fixed a brace placement to enable the default case
6325
6326 ------------------------------------------------------------------------
6327 r22752 | stig | 2007-08-30 04:52:30 -0700 (Thu, 30 Aug 2007) | 2 lines
6328 Changed paths:
6329    M /trunk/capture_info.c
6330
6331 And include packet-wlancap.h
6332
6333 ------------------------------------------------------------------------
6334 r22753 | stig | 2007-08-30 05:06:18 -0700 (Thu, 30 Aug 2007) | 2 lines
6335 Changed paths:
6336    M /trunk/tools/Makefile.am
6337
6338 Added setuid-root.pl.in to EXSTRA_DIST
6339
6340 ------------------------------------------------------------------------
6341 r22754 | stig | 2007-08-30 08:44:59 -0700 (Thu, 30 Aug 2007) | 2 lines
6342 Changed paths:
6343    M /trunk/tools/Makefile.am
6344
6345 Huh.  Fetch setuid-root.pl.in from srcdir instead.
6346
6347 ------------------------------------------------------------------------
6348 r22755 | stig | 2007-08-30 10:36:38 -0700 (Thu, 30 Aug 2007) | 3 lines
6349 Changed paths:
6350    M /trunk/gtk/capture_if_dlg.c
6351
6352 It seems like capture_stats is working as a correctly implemented pcap_stats.
6353 Update the Packets count in Capture Interfaces according to this.
6354
6355 ------------------------------------------------------------------------
6356 r22756 | stig | 2007-08-30 12:11:36 -0700 (Thu, 30 Aug 2007) | 2 lines
6357 Changed paths:
6358    M /trunk/epan/libwireshark.def
6359
6360 Added capture_wlancap to libwireshark.def
6361
6362 ------------------------------------------------------------------------
6363 r22757 | guy | 2007-08-30 12:34:20 -0700 (Thu, 30 Aug 2007) | 2 lines
6364 Changed paths:
6365    M /trunk/tools/Makefile.am
6366
6367 Clean up "setuid-root.pl" when we do "make distclean".
6368
6369 ------------------------------------------------------------------------
6370 r22758 | etxrab | 2007-08-30 12:44:22 -0700 (Thu, 30 Aug 2007) | 1 line
6371 Changed paths:
6372    M /trunk/epan/dissectors/packet-per.c
6373
6374 fix dissect_per_bit_string() for unaligned PER, values ar still not correctly displayed.
6375 ------------------------------------------------------------------------
6376 r22759 | ulfl | 2007-08-30 12:50:56 -0700 (Thu, 30 Aug 2007) | 1 line
6377 Changed paths:
6378    M /trunk/plugins/profinet/packet-pn-rt.c
6379
6380 fix length calculation for 802.11 packets - the 802.11 dissector will strip off the 4 byte FCS at the end of a packet (while the Ethernet dissector does not).
6381 ------------------------------------------------------------------------
6382 r22760 | jake | 2007-08-30 22:37:43 -0700 (Thu, 30 Aug 2007) | 2 lines
6383 Changed paths:
6384    M /trunk/epan/dissectors/packet-isup.c
6385
6386 Fix for bug 1244:
6387 hf_isup_event_ind contains incorrect fieldbase.
6388 ------------------------------------------------------------------------
6389 r22761 | sake | 2007-08-31 07:14:17 -0700 (Fri, 31 Aug 2007) | 15 lines
6390 Changed paths:
6391    M /trunk/editcap.c
6392    M /trunk/gtk/about_dlg.c
6393
6394 This patch fixes the following two errors that appear when
6395 configure is run with "--without-plugins"
6396
6397 cc1: warnings being treated as errors
6398 about_dlg.c: In function ?\226?\128?\152about_wireshark_cb?\226?\128?\153:
6399 about_dlg.c:426: warning: unused variable ?\226?\128?\152plugins_page?\226?\128?\153
6400 make[2]: *** [about_dlg.o] Error 1
6401
6402 editcap.c: In function ?\226?\128?\152main?\226?\128?\153:
6403 editcap.c:663: error: ?\226?\128?\152check_ts?\226?\128?\153 undeclared (first use in this function)
6404 editcap.c:663: error: (Each undeclared identifier is reported only once
6405 editcap.c:663: error: for each function it appears in.)
6406 make[2]: *** [editcap.o] Error 1
6407
6408
6409 ------------------------------------------------------------------------
6410 r22762 | sake | 2007-08-31 08:06:27 -0700 (Fri, 31 Aug 2007) | 8 lines
6411 Changed paths:
6412    M /trunk/epan/dissectors/packet-tcp.c
6413
6414 When doing TCP_SEQ analysis, if the packet is a SYN, then it's 
6415 not a lost packet but the tcp ports are being reused. This is often 
6416 seen in load-balanced environments where client ports are preserved 
6417 on the server-side.
6418
6419 We only want to report port reusage once, so the SYN/ACK is excluded 
6420 from TCP_SEQ analysis.
6421
6422 ------------------------------------------------------------------------
6423 r22763 | wmeier | 2007-08-31 16:22:45 -0700 (Fri, 31 Aug 2007) | 2 lines
6424 Changed paths:
6425    M /trunk/gtk/uat_gui.c
6426
6427 Enable <esc> to cancel window; remove some redundant code
6428
6429 ------------------------------------------------------------------------
6430 r22764 | guy | 2007-08-31 16:56:07 -0700 (Fri, 31 Aug 2007) | 2 lines
6431 Changed paths:
6432    M /trunk/epan/dissectors/packet-dnp.c
6433
6434 Show unsigned quantities with %u, not %d.
6435
6436 ------------------------------------------------------------------------
6437 r22765 | sake | 2007-09-01 04:14:01 -0700 (Sat, 01 Sep 2007) | 4 lines
6438 Changed paths:
6439    M /trunk/wiretap/netscreen.c
6440
6441 This patch solves two issue with the NetScreen wiretap routine:
6442 - It accepts the "/" character in interface names
6443 - It accepts EOF as delimiter for the last packet (when there is no more emptyline)
6444
6445 ------------------------------------------------------------------------
6446 r22766 | jake | 2007-09-01 04:47:59 -0700 (Sat, 01 Sep 2007) | 3 lines
6447 Changed paths:
6448    M /trunk/epan/dissectors/packet-bacapp.c
6449
6450 From Steve Karg:
6451 Fix for bug 1807. This patch corrects the decoding of the NotificationParameters. 
6452 I fuzz tested with these and other captures (Pass > 100).
6453 ------------------------------------------------------------------------
6454 r22767 | wmeier | 2007-09-02 05:37:24 -0700 (Sun, 02 Sep 2007) | 3 lines
6455 Changed paths:
6456    M /trunk/epan/dfilter/dfilter-macro.c
6457
6458 macro_name_chk: return valid error string for fail return when empty macro name field;
6459 fixes bug #1813
6460
6461 ------------------------------------------------------------------------
6462 r22768 | guy | 2007-09-02 13:37:39 -0700 (Sun, 02 Sep 2007) | 2 lines
6463 Changed paths:
6464    M /trunk/epan/dissectors/packet-ip.c
6465
6466 Fix indentation.
6467
6468 ------------------------------------------------------------------------
6469 r22769 | wmeier | 2007-09-02 13:53:15 -0700 (Sun, 02 Sep 2007) | 2 lines
6470 Changed paths:
6471    M /trunk/Makefile.nmake
6472    M /trunk/tools/win32-setup.sh
6473
6474 Verify existence of required downloaded library packages during make after Makefile.nmake updated
6475
6476 ------------------------------------------------------------------------
6477 r22770 | guy | 2007-09-02 15:49:56 -0700 (Sun, 02 Sep 2007) | 16 lines
6478 Changed paths:
6479    M /trunk/epan/dissectors/packet-pppoe.c
6480
6481 The actual length of the PPPoE payload is returned by
6482 tvb_reported_length_remaining(), not by tvb_length_remaining() -
6483 tvb_length_remaining() shows only the amount of *captured* data
6484 remaining, but the capture might have been done with a snapshot length
6485 that cut the packet data short.
6486
6487 The payload length from the PPPoE header could legitimately be different
6488 from the actual length of the PPPoE payload if there's not enough PPPoE
6489 payload to avoid padding at the E(thernet) level.  Only complain if
6490 there shouldn't have been any padding.
6491
6492 Report an "expert" warning if the payload length looks wrong.
6493
6494 Update a comment to reflect current reality (as of many many years ago,
6495 when we went all-tvbuff).
6496
6497 ------------------------------------------------------------------------
6498 r22771 | guy | 2007-09-02 16:32:43 -0700 (Sun, 02 Sep 2007) | 11 lines
6499 Changed paths:
6500    M /trunk/capture_loop.c
6501
6502 For bug 1685, check for the errors reported on at least some platforms
6503 when an interface goes down or goes away, and, in that case, just report
6504 that, rather than reporting a more technical error and indicating that
6505 the error should be reported to the Wireshark developers.
6506
6507 Line-break the "please report this to the Wireshark developers" error
6508 differently (so that it doesn't look weird if the dialog box line-wraps
6509 it).
6510
6511 Fix indentation.
6512
6513 ------------------------------------------------------------------------
6514 r22772 | wmeier | 2007-09-02 16:37:40 -0700 (Sun, 02 Sep 2007) | 2 lines
6515 Changed paths:
6516    M /trunk/gtk/uat_gui.c
6517
6518 Fix my previous patch to enable esc on window
6519
6520 ------------------------------------------------------------------------
6521 r22773 | guy | 2007-09-02 16:51:51 -0700 (Sun, 02 Sep 2007) | 2 lines
6522 Changed paths:
6523    M /trunk/epan/dissectors/packet-pppoe.c
6524
6525 tvb_reported_length() returns a gint, so assign its value to a gint.
6526
6527 ------------------------------------------------------------------------
6528 r22774 | wmeier | 2007-09-02 17:17:47 -0700 (Sun, 02 Sep 2007) | 2 lines
6529 Changed paths:
6530    M /trunk/gtk/filter_dlg.c
6531
6532 default window_cancel_butoon_cb  is not appropriate since a specific cancel cb is specified.
6533
6534 ------------------------------------------------------------------------
6535 r22775 | jake | 2007-09-02 22:56:48 -0700 (Sun, 02 Sep 2007) | 2 lines
6536 Changed paths:
6537    M /trunk/epan/dissectors/packet-mtp2.c
6538
6539 Fix for bug 1816:
6540 Add status value to LSSU info column.
6541 ------------------------------------------------------------------------
6542 r22776 | guy | 2007-09-02 23:44:54 -0700 (Sun, 02 Sep 2007) | 2 lines
6543 Changed paths:
6544    M /trunk/epan/dissectors/packet-iuup.c
6545
6546 guint8, not gchar, is the appropriate type for a byte.
6547
6548 ------------------------------------------------------------------------
6549 r22777 | etxrab | 2007-09-03 09:39:07 -0700 (Mon, 03 Sep 2007) | 2 lines
6550 Changed paths:
6551    M /trunk/epan/dissectors/packet-bssgp.c
6552
6553 BSSGP.TLLI is not recognized properly in filter
6554 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1384
6555 ------------------------------------------------------------------------
6556 r22778 | etxrab | 2007-09-03 09:40:51 -0700 (Mon, 03 Sep 2007) | 2 lines
6557 Changed paths:
6558    M /trunk/asn1/ranap/packet-ranap-template.c
6559    M /trunk/asn1/ranap/ranap.cnf
6560    M /trunk/epan/dissectors/packet-ranap.c
6561
6562 Incorrectly decoded IMSI in RANAP prot./id-CommonID procedure
6563 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1713
6564 ------------------------------------------------------------------------
6565 r22779 | etxrab | 2007-09-03 09:42:28 -0700 (Mon, 03 Sep 2007) | 2 lines
6566 Changed paths:
6567    M /trunk/epan/dissectors/packet-gtp.c
6568
6569 Wireshark packet-gtp.c error in decoding IMEI.
6570 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1536
6571 ------------------------------------------------------------------------
6572 r22780 | etxrab | 2007-09-03 22:22:43 -0700 (Mon, 03 Sep 2007) | 6 lines
6573 Changed paths:
6574    M /trunk/epan/dissectors/packet-sdp.c
6575    M /trunk/gtk/rtp_analysis.c
6576
6577 From Stas Maximov:
6578 RTP analysis' jitter values are thrown off by RTP events
6579 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1076
6580 a) Ephemeral string (packet duration) was inserted into long-term hash of
6581 dynamic payloads
6582 b) There was no clock_rate mapping for MIME type "telephone-event".
6583 ------------------------------------------------------------------------
6584 r22781 | jake | 2007-09-03 23:55:52 -0700 (Mon, 03 Sep 2007) | 8 lines
6585 Changed paths:
6586    M /trunk/epan/dissectors/packet-hsrp.c
6587
6588 From Munenori Ohuchi:
6589 This patch adds a new feature to dissect HSRPv2 packets.
6590
6591 One of the main features of HSRPv2 can enable using HSRP on IPv6. In order to
6592 achieve this new feature, HSRPv2 packet format is totally different from
6593 HSRPv1. HSRPv2 introduces new TLV formats.
6594
6595 This patch can decode these new formats of HSPRv2.
6596 ------------------------------------------------------------------------
6597 r22782 | wmeier | 2007-09-04 05:37:19 -0700 (Tue, 04 Sep 2007) | 2 lines
6598 Changed paths:
6599    M /trunk/gtk/uat_gui.c
6600
6601 enable esc for new/edit/delete dialogs; remove some redundant code; 
6602
6603 ------------------------------------------------------------------------
6604 r22783 | etxrab | 2007-09-04 09:55:48 -0700 (Tue, 04 Sep 2007) | 2 lines
6605 Changed paths:
6606    M /trunk/asn1/ansi_map/ansi_map.asn
6607    M /trunk/epan/dissectors/packet-ansi_map.c
6608
6609 ANSI MAP systemMyTypeCode should be OPTIONAL
6610 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1820
6611 ------------------------------------------------------------------------
6612 r22784 | etxrab | 2007-09-04 09:57:07 -0700 (Tue, 04 Sep 2007) | 1 line
6613 Changed paths:
6614    M /trunk/epan/dissectors/packet-per.c
6615
6616 Get correct value for bitstrings.
6617 ------------------------------------------------------------------------
6618 r22785 | etxrab | 2007-09-04 12:36:07 -0700 (Tue, 04 Sep 2007) | 1 line
6619 Changed paths:
6620    M /trunk/epan/dissectors/packet-per.c
6621
6622 value_tvb=out_tvb, remove unused variables.
6623 ------------------------------------------------------------------------
6624 r22786 | stig | 2007-09-04 14:46:41 -0700 (Tue, 04 Sep 2007) | 3 lines
6625 Changed paths:
6626    M /trunk/asn1/disp/disp.cnf
6627    M /trunk/asn1/dop/dop.cnf
6628    M /trunk/asn1/dop/packet-dop-template.c
6629    M /trunk/epan/dissectors/packet-disp.c
6630    M /trunk/epan/dissectors/packet-dop.c
6631
6632 Rewrote handling of parameters to get rid of "funky" oid strings.
6633 Added expert info for unknown binding-parameters.
6634
6635 ------------------------------------------------------------------------
6636 r22787 | stig | 2007-09-04 14:49:14 -0700 (Tue, 04 Sep 2007) | 2 lines
6637 Changed paths:
6638    M /trunk/epan/dissectors/packet-per.c
6639
6640 Fixed compiler warnings to get the buildbot going.
6641
6642 ------------------------------------------------------------------------
6643 r22788 | morriss | 2007-09-04 15:13:26 -0700 (Tue, 04 Sep 2007) | 1 line
6644 Changed paths:
6645    M /trunk/capture_ui_utils.c
6646
6647 Don't call get_interface_descriptive_name() on a NULL iface: fixes a segfault when doing Statistics->Summary when you didn't capture anything (but rather read in a file)
6648 ------------------------------------------------------------------------
6649 r22789 | sahlberg | 2007-09-04 16:27:34 -0700 (Tue, 04 Sep 2007) | 7 lines
6650 Changed paths:
6651    M /trunk/epan/dissectors/packet-sdp.c
6652
6653 we dont have g_hash_table_new_full() on gtk1
6654 use g_hash_table_new() on gtk1 and leak memory instead
6655
6656
6657 this should actually a be using an se_tree instead of hashtables
6658
6659
6660 ------------------------------------------------------------------------
6661 r22790 | sahlberg | 2007-09-04 16:35:29 -0700 (Tue, 04 Sep 2007) | 4 lines
6662 Changed paths:
6663    M /trunk/epan/privileges.c
6664
6665 on unix, we dont have size_t until we have imported all the other 
6666 includes    which breaks emem.h
6667
6668
6669 ------------------------------------------------------------------------
6670 r22791 | sahlberg | 2007-09-04 17:29:31 -0700 (Tue, 04 Sep 2007) | 3 lines
6671 Changed paths:
6672    M /trunk/epan/dissectors/packet-nfs.c
6673
6674 start prettifying nfsv4
6675
6676
6677 ------------------------------------------------------------------------
6678 r22792 | etxrab | 2007-09-04 22:48:44 -0700 (Tue, 04 Sep 2007) | 1 line
6679 Changed paths:
6680    M /trunk/asn1/dop/Makefile
6681    M /trunk/asn1/dop/Makefile.nmake
6682    M /trunk/asn1/dop/dop-exp.cnf
6683    M /trunk/asn1/dop/packet-dop-template.c
6684    M /trunk/epan/dissectors/packet-dop.c
6685    M /trunk/epan/dissectors/packet-dop.h
6686
6687 Include expert.h and while at it change to use -X and -T options for asn2wrs.
6688 ------------------------------------------------------------------------
6689 r22793 | jake | 2007-09-04 23:59:24 -0700 (Tue, 04 Sep 2007) | 9 lines
6690 Changed paths:
6691    M /trunk/epan/dissectors/packet-netflow.c
6692
6693 From Munenori Ohuchi:
6694 packet-netflow.c is lack of the capability to decode ipv6 address related fields in netflow v9.
6695
6696 This patch enables dissecting the following fields:
6697  Type 27 IPV6_SRC_ADDR,
6698  Type 28 IPV6_DST_ADDR,
6699  Type 29 IPV6_SRC_MASK,
6700  Type 30 IPV6_DST_MASK and
6701  Type 62 IPV6_NEXT_HOP.
6702 ------------------------------------------------------------------------
6703 r22794 | stig | 2007-09-05 00:35:59 -0700 (Wed, 05 Sep 2007) | 2 lines
6704 Changed paths:
6705    M /trunk/asn1/rtse/rtse.cnf
6706    M /trunk/epan/dissectors/packet-rtse.c
6707
6708 Check object_identifier_id before use.
6709
6710 ------------------------------------------------------------------------
6711 r22795 | wmeier | 2007-09-05 07:59:37 -0700 (Wed, 05 Sep 2007) | 3 lines
6712 Changed paths:
6713    M /trunk/gtk/filter_dlg.c
6714
6715 Prevent Gtk-Critical msg when invoking "+Expression" from Filter Toolbar in main window;
6716 Fixes bug reported by Toralf F?\195?\182rster
6717
6718 ------------------------------------------------------------------------
6719 r22796 | etxrab | 2007-09-05 15:24:40 -0700 (Wed, 05 Sep 2007) | 2 lines
6720 Changed paths:
6721    M /trunk/asn1/ansi_map/ansi_map.asn
6722    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
6723    M /trunk/epan/dissectors/packet-ansi_map.c
6724
6725 Fix the asn1 code for WIN-TriggerList and systemMyTypeCode plus
6726 a copy-paste error in the hf fields.
6727 ------------------------------------------------------------------------
6728 r22797 | guy | 2007-09-05 15:43:51 -0700 (Wed, 05 Sep 2007) | 2 lines
6729 Changed paths:
6730    M /trunk/epan/dissectors/packet-ieee80211.c
6731
6732 Fix indentation.
6733
6734 ------------------------------------------------------------------------
6735 r22798 | ulfl | 2007-09-05 16:03:58 -0700 (Wed, 05 Sep 2007) | 1 line
6736 Changed paths:
6737    M /trunk/config.nmake
6738
6739 remove comment which compiler version works - they all work
6740 ------------------------------------------------------------------------
6741 r22799 | ulfl | 2007-09-05 16:09:39 -0700 (Wed, 05 Sep 2007) | 3 lines
6742 Changed paths:
6743    M /trunk/Makefile.nmake
6744
6745 - "quote" source dir of packaging_zip1 and packaging_zip2, so it also works with spaces in this path
6746
6747 - epan now depends on zlib and wiretap, add dependencies accordingly
6748 ------------------------------------------------------------------------
6749 r22800 | martinm | 2007-09-06 03:05:41 -0700 (Thu, 06 Sep 2007) | 2 lines
6750 Changed paths:
6751    A /trunk/plugins/wimaxasncp
6752    A /trunk/plugins/wimaxasncp/AUTHORS
6753    A /trunk/plugins/wimaxasncp/COPYING
6754    A /trunk/plugins/wimaxasncp/ChangeLog
6755    A /trunk/plugins/wimaxasncp/Makefile.am
6756    A /trunk/plugins/wimaxasncp/Makefile.common
6757    A /trunk/plugins/wimaxasncp/Makefile.nmake
6758    A /trunk/plugins/wimaxasncp/moduleinfo.h
6759    A /trunk/plugins/wimaxasncp/moduleinfo.nmake
6760    A /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
6761    A /trunk/plugins/wimaxasncp/packet-wimaxasncp.h
6762    A /trunk/plugins/wimaxasncp/plugin.rc.in
6763
6764 Add wimaxasncp plugin folder contents (other changes will follow)
6765
6766 ------------------------------------------------------------------------
6767 r22801 | martinm | 2007-09-06 03:14:49 -0700 (Thu, 06 Sep 2007) | 2 lines
6768 Changed paths:
6769    M /trunk/AUTHORS
6770    M /trunk/configure.in
6771    M /trunk/plugins/Makefile.am
6772    M /trunk/plugins/Makefile.nmake
6773
6774 Build WiMAX ASN Control Plane dissector plugin
6775
6776 ------------------------------------------------------------------------
6777 r22802 | martinm | 2007-09-06 03:50:17 -0700 (Thu, 06 Sep 2007) | 2 lines
6778 Changed paths:
6779    M /trunk/epan/dissectors/packet-catapult-dct2000.c
6780
6781 Map "wimax" -> "wimaxasncp"
6782
6783 ------------------------------------------------------------------------
6784 r22803 | stig | 2007-09-06 03:53:42 -0700 (Thu, 06 Sep 2007) | 2 lines
6785 Changed paths:
6786    M /trunk/plugins/wimaxasncp
6787
6788 Add default svn:ignore files to wimaxasncp plugin.
6789
6790 ------------------------------------------------------------------------
6791 r22804 | wmeier | 2007-09-06 05:46:29 -0700 (Thu, 06 Sep 2007) | 2 lines
6792 Changed paths:
6793    M /trunk/gtk/sctp_stat_dlg.c
6794
6795 Enable esc key for SCTP Associations window.
6796
6797 ------------------------------------------------------------------------
6798 r22805 | stig | 2007-09-06 07:02:35 -0700 (Thu, 06 Sep 2007) | 2 lines
6799 Changed paths:
6800    M /trunk/epan/libwireshark.def
6801
6802 Added ipprotostr to libwireshark.def
6803
6804 ------------------------------------------------------------------------
6805 r22806 | martinm | 2007-09-06 07:14:09 -0700 (Thu, 06 Sep 2007) | 2 lines
6806 Changed paths:
6807    M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
6808
6809 Fix the unsigned errors. Not sure about the other windows errors yet...
6810
6811 ------------------------------------------------------------------------
6812 r22807 | etxrab | 2007-09-06 09:27:17 -0700 (Thu, 06 Sep 2007) | 1 line
6813 Changed paths:
6814    M /trunk/asn1/ansi_map/ansi_map.cnf
6815    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
6816    M /trunk/epan/dissectors/packet-ansi_map.c
6817
6818 Get rid of get_ber_last_reated_item() and fix dissection of wIN-TriggerList.
6819 ------------------------------------------------------------------------
6820 r22808 | etxrab | 2007-09-06 09:28:08 -0700 (Thu, 06 Sep 2007) | 1 line
6821 Changed paths:
6822    M /trunk/epan/dissectors/packet-per.c
6823
6824 Remove debug code and a "lost" line.
6825 ------------------------------------------------------------------------
6826 r22809 | guy | 2007-09-06 09:55:03 -0700 (Thu, 06 Sep 2007) | 2 lines
6827 Changed paths:
6828    M /trunk/plugins/wimaxasncp/Makefile.nmake
6829
6830 Add .c.obj:: inference rule (to cause "batch compile")
6831
6832 ------------------------------------------------------------------------
6833 r22810 | guy | 2007-09-06 09:57:41 -0700 (Thu, 06 Sep 2007) | 2 lines
6834 Changed paths:
6835    M /trunk/config.h.win32
6836
6837 Fix a comment.
6838
6839 ------------------------------------------------------------------------
6840 r22811 | gerald | 2007-09-06 11:26:04 -0700 (Thu, 06 Sep 2007) | 9 lines
6841 Changed paths:
6842    M /trunk/docbook/release-notes.xml
6843    M /trunk/epan/dissectors/packet-dnp.c
6844
6845 Fix problems found by Beyond Security:  
6846
6847 Instead of overflowing an unsigned int when determining the number of
6848 items in a range, use a signed int and check for a negative value.  Make
6849 sure our offset increments as we step through each item.  This should 
6850 avoid large/inifinite loops.
6851
6852 Fix the size of hf_dnp3_al_range_stop32.
6853
6854 ------------------------------------------------------------------------
6855 r22812 | etxrab | 2007-09-06 14:25:41 -0700 (Thu, 06 Sep 2007) | 3 lines
6856 Changed paths:
6857    M /trunk/epan/dissectors/packet-3g-a11.c
6858    M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
6859
6860 Add A11 RRQ-CVSE-Active Start Airlink Record-Subtype 108 is expressed to Subnet.
6861
6862 Plus Temp change VALS(sminmpec_values) to NULL to let the buildbot do arun.
6863 ------------------------------------------------------------------------
6864 r22813 | etxrab | 2007-09-06 14:33:57 -0700 (Thu, 06 Sep 2007) | 2 lines
6865 Changed paths:
6866    M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
6867
6868 Change it back...
6869 Plus Temp change VALS(sminmpec_values) to NULL to let the buildbot do arun.
6870 ------------------------------------------------------------------------
6871 r22814 | morriss | 2007-09-06 14:57:56 -0700 (Thu, 06 Sep 2007) | 1 line
6872 Changed paths:
6873    M /trunk/epan/dissectors/packet-sctp.c
6874
6875 Count the number of TSNs gap-acked in a SACK.  Warn the user (with an Expert info) if the number is greater than, say, 100.  Also reindent large portions of the sack dissector function to make it readable.
6876 ------------------------------------------------------------------------
6877 r22815 | stig | 2007-09-06 15:26:09 -0700 (Thu, 06 Sep 2007) | 2 lines
6878 Changed paths:
6879    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
6880    M /trunk/epan/dissectors/packet-ansi_map.c
6881
6882 Fixed a warning: 'j' may be used uninitialized in this function.
6883
6884 ------------------------------------------------------------------------
6885 r22816 | stig | 2007-09-06 15:29:04 -0700 (Thu, 06 Sep 2007) | 3 lines
6886 Changed paths:
6887    M /trunk/epan/dissectors/packet-dmp.c
6888
6889 Corrected some types, instead of adding a cast (from r21142).
6890 Reindented file.
6891
6892 ------------------------------------------------------------------------
6893 r22817 | stig | 2007-09-06 16:32:46 -0700 (Thu, 06 Sep 2007) | 2 lines
6894 Changed paths:
6895    M /trunk/epan/dissectors/Makefile.common
6896    M /trunk/epan/dissectors/packet-tnef.c
6897
6898 Moved packet-imf.c and packet-tnef.c from ASN_DISSECTOR_SRC to CLEAN_DISSECTOR_SRC, as they are not generated from ASN1.
6899
6900 ------------------------------------------------------------------------
6901 r22818 | martinm | 2007-09-07 02:56:19 -0700 (Fri, 07 Sep 2007) | 2 lines
6902 Changed paths:
6903    M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
6904
6905 Try Stephen Croll's workaround.
6906
6907 ------------------------------------------------------------------------
6908 r22819 | martinm | 2007-09-07 06:53:49 -0700 (Fri, 07 Sep 2007) | 6 lines
6909 Changed paths:
6910    M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
6911
6912 Small cleanup:
6913 - remove unprintable chars (pasted from formatted spec doc?)
6914 - use _U_ for unsused function argument
6915 - remove accidental(?) assignment in function parameter
6916 - make indentation consistent by removing the (few) tabs in the file
6917
6918 ------------------------------------------------------------------------
6919 r22820 | stig | 2007-09-07 07:02:32 -0700 (Fri, 07 Sep 2007) | 2 lines
6920 Changed paths:
6921    M /trunk/epan/dissectors/Makefile.common
6922    M /trunk/epan/dissectors/packet-ssl-utils.c
6923
6924 Fixed compiler warnings.
6925
6926 ------------------------------------------------------------------------
6927 r22821 | stig | 2007-09-07 08:04:31 -0700 (Fri, 07 Sep 2007) | 2 lines
6928 Changed paths:
6929    M /trunk/epan/dissectors/Makefile.common
6930
6931 Hm.  Not so clean on all compilers...
6932
6933 ------------------------------------------------------------------------
6934 r22822 | stig | 2007-09-07 08:21:08 -0700 (Fri, 07 Sep 2007) | 2 lines
6935 Changed paths:
6936    M /trunk/epan/dissectors/Makefile.common
6937    M /trunk/epan/dissectors/packet-ssl-utils.c
6938
6939 Argh!  Used the wrong length modifier for size_t.
6940
6941 ------------------------------------------------------------------------
6942 r22823 | martinm | 2007-09-07 08:24:43 -0700 (Fri, 07 Sep 2007) | 2 lines
6943 Changed paths:
6944    M /trunk/packaging/nsis/wireshark.nsi
6945
6946 Crap - missed this one!
6947
6948 ------------------------------------------------------------------------
6949 r22824 | martinm | 2007-09-07 08:58:24 -0700 (Fri, 07 Sep 2007) | 2 lines
6950 Changed paths:
6951    M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
6952
6953 Replace remaining non-printable characters that looked like spaces with real spaces.
6954
6955 ------------------------------------------------------------------------
6956 r22825 | stig | 2007-09-07 12:05:55 -0700 (Fri, 07 Sep 2007) | 26 lines
6957 Changed paths:
6958    M /trunk/epan/dissectors/packet-bfd.c
6959
6960 From Todd J Martin:
6961 The attached patch to packet-bfd.c adds the following enhancements to BFD
6962 decoding:
6963 - The Authentication Section is now decoded.  All of the authentication methods
6964 are supported.  Verification of checksums is not implemented.
6965 - BFD flags are now shown in a tree
6966 - Added support for the M flag
6967 - Added a display filter for the message length
6968 - For the Desired Min TX Interval, Required Min RX Interval, and Required Min
6969 Echo RX Interval fields, the time value is now printed in both milliseconds and
6970 microseconds.  (Previously, only milliseconds was being shown.)  The PDU
6971 represents the time in microseconds, but most implementations deal in
6972 milliseconds.
6973 - Added a warning to flag the packet if the Authentication bit is set, but the
6974 full Authentication Section is not present.
6975 - Added descriptions for most of the fields
6976 - Fix the name of the protocol.  BFD stands for Bidirectional Forwarding
6977 Detection and not Bi-directional Fault Detection.
6978 - Register the protocol on the UDP multihop port (4784).
6979 - Change the filter name for the protocol from bfdcontrol to bfd since all of
6980 the other display filters started with bfd.
6981
6982
6983 Removed unused hf_bfd_auth_checksum.
6984 Modified printing of the ':' at the end of the Authentication tree.
6985
6986 ------------------------------------------------------------------------
6987 r22826 | morriss | 2007-09-07 14:46:31 -0700 (Fri, 07 Sep 2007) | 1 line
6988 Changed paths:
6989    M /trunk/epan/dissectors/packet-sctp.c
6990
6991 If the whole packet was not captured (e.g., due to the snapshot length), do not attempt to verify the checksum of the packet.  Rather, inform the user that we didn't/couldn't verify the checksum.
6992 ------------------------------------------------------------------------
6993 r22827 | guy | 2007-09-07 15:11:01 -0700 (Fri, 07 Sep 2007) | 8 lines
6994 Changed paths:
6995    M /trunk/epan/dissectors/Makefile.common
6996    D /trunk/epan/dissectors/packet-dcerpc-afs4int.c
6997    M /trunk/epan/dissectors/packet-dcerpc-bossvr.c
6998    A /trunk/epan/dissectors/packet-dcerpc-fileexp.c (from /trunk/epan/dissectors/packet-dcerpc-afs4int.c:22811)
6999    M /trunk/epan/dissectors/packet-dcerpc-fldb.c
7000    M /trunk/epan/dissectors/packet-dcerpc-icl_rpc.c
7001    M /trunk/epan/dissectors/packet-dcerpc-rep_proc.c
7002    M /trunk/epan/dissectors/packet-dcerpc-tkn4int.c
7003    M /trunk/epan/dissectors/packet-dcerpc-ubikdisk.c
7004    M /trunk/epan/dissectors/packet-dcerpc-ubikvote.c
7005
7006 Change the long protocol name dissectors for various DFS protocols to
7007 indicate that they're for DFS; update comments as well.
7008
7009 Rename packet-dcerpc-afs4int.c to packet-dcerpc-fileexp.c, and change
7010 the short and filter names for the protocol, and the names for the
7011 filterable fields, to reflect the fact that it's for the File Exporter
7012 protocol in DFS.  ("AFS 4" = DCE DFS.)
7013
7014 ------------------------------------------------------------------------
7015 r22828 | jmayer | 2007-09-08 06:22:27 -0700 (Sat, 08 Sep 2007) | 3 lines
7016 Changed paths:
7017    M /trunk/epan/dissectors/packet-isakmp.c
7018
7019 - Slightly improved dissection of Cisco's fragmented ISAKMP.
7020 - Corrected misdetection of CISCO-UNITY VID.
7021
7022 ------------------------------------------------------------------------
7023 r22829 | ulfl | 2007-09-09 06:05:32 -0700 (Sun, 09 Sep 2007) | 1 line
7024 Changed paths:
7025    M /trunk/epan/unicode-utils.c
7026
7027 remove unused #else
7028 ------------------------------------------------------------------------
7029 r22830 | ulfl | 2007-09-09 06:09:14 -0700 (Sun, 09 Sep 2007) | 1 line
7030 Changed paths:
7031    M /trunk/Makefile.nmake
7032
7033 don't try to put a ## comment after the touch call, this will end up in a few strange new files generated
7034 ------------------------------------------------------------------------
7035 r22831 | ulfl | 2007-09-09 06:59:58 -0700 (Sun, 09 Sep 2007) | 1 line
7036 Changed paths:
7037    A /trunk/all.vcproj
7038    A /trunk/doc/doc.vcproj
7039    A /trunk/docbook/docbook.vcproj
7040    A /trunk/dumpcap.vcproj
7041    A /trunk/epan/libwireshark.vcproj
7042    A /trunk/gtk/libui.vcproj
7043    A /trunk/packaging.vcproj
7044    A /trunk/plugins/plugins.vcproj
7045    A /trunk/tshark.vcproj
7046    A /trunk/wireshark-gtk1.vcproj
7047    A /trunk/wireshark-gtk2.vcproj
7048    A /trunk/wireshark.sln
7049    A /trunk/wiretap/libwiretap.vcproj
7050
7051 start an experiment to provide MS Visual Studio 2005 solution / project files for a lot easier debugging. They still use the underlying Makefile.nmake files for the actual build process.
7052 ------------------------------------------------------------------------
7053 r22832 | ulfl | 2007-09-09 07:58:02 -0700 (Sun, 09 Sep 2007) | 1 line
7054 Changed paths:
7055    M /trunk/all.vcproj
7056    M /trunk/dumpcap.vcproj
7057    M /trunk/epan/libwireshark.vcproj
7058    M /trunk/gtk/libui.vcproj
7059    M /trunk/packaging.vcproj
7060    M /trunk/tshark.vcproj
7061    M /trunk/wireshark-gtk1.vcproj
7062    M /trunk/wireshark-gtk2.vcproj
7063    M /trunk/wiretap/libwiretap.vcproj
7064
7065 translate some german to english
7066 ------------------------------------------------------------------------
7067 r22833 | ulfl | 2007-09-09 07:58:56 -0700 (Sun, 09 Sep 2007) | 1 line
7068 Changed paths:
7069    A /trunk/epan/dissectors/dissectors.vcproj
7070    M /trunk/wireshark.sln
7071
7072 add a dissectors project, so MSVC "jump to error" works
7073 ------------------------------------------------------------------------
7074 r22834 | jake | 2007-09-10 00:21:27 -0700 (Mon, 10 Sep 2007) | 2 lines
7075 Changed paths:
7076    M /trunk/gtk/voip_calls.c
7077    M /trunk/gtk/voip_calls.h
7078    M /trunk/gtk/voip_calls_dlg.c
7079    M /trunk/plugins/unistim/packet-unistim.c
7080    M /trunk/plugins/unistim/packet-unistim.h
7081
7082 From Chad Singer:
7083 UNISTIM Tap interface plus call grapher.
7084 ------------------------------------------------------------------------
7085 r22835 | wmeier | 2007-09-10 07:00:12 -0700 (Mon, 10 Sep 2007) | 2 lines
7086 Changed paths:
7087    M /trunk/Makefile.nmake
7088
7089 Fix my earlier typo.
7090
7091 ------------------------------------------------------------------------
7092 r22836 | wmeier | 2007-09-10 10:10:42 -0700 (Mon, 10 Sep 2007) | 7 lines
7093 Changed paths:
7094    M /trunk/docbook/wsdg_src/WSDG_chapter_build_intro.xml
7095    M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
7096    M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
7097    M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
7098    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
7099    M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
7100    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
7101    M /trunk/docbook/wsdg_src/WSDG_chapter_userinterface.xml
7102    M /trunk/docbook/wsdg_src/WSDG_chapter_works.xml
7103    M /trunk/docbook/wsdg_src/WSDG_preface.xml
7104
7105 General cleanup; Update 'Win32 Automated library download' section slightly;
7106 Cleanup: 
7107    - relatively minor wording changes
7108    - spelling 
7109    - typos
7110    - minor formatting changes 
7111
7112 ------------------------------------------------------------------------
7113 r22837 | wmeier | 2007-09-10 14:02:58 -0700 (Mon, 10 Sep 2007) | 2 lines
7114 Changed paths:
7115    M /trunk/docbook/wsug_src/WSUG_app_files.xml
7116    M /trunk/docbook/wsug_src/WSUG_app_howitworks.xml
7117    M /trunk/docbook/wsug_src/WSUG_app_messages.xml
7118    M /trunk/docbook/wsug_src/WSUG_app_tools.xml
7119    M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
7120    M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
7121    M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
7122    M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
7123    M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
7124    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
7125    M /trunk/docbook/wsug_src/WSUG_preface.xml
7126
7127 Some cleanup: correct some grammar and do a few minor rewordings
7128
7129 ------------------------------------------------------------------------
7130 r22838 | wmeier | 2007-09-10 14:18:11 -0700 (Mon, 10 Sep 2007) | 2 lines
7131 Changed paths:
7132    M /trunk/docbook/wsug_src/WSUG_app_tools.xml
7133
7134 Undo one unintended change.
7135
7136 ------------------------------------------------------------------------
7137 r22839 | wmeier | 2007-09-10 14:50:01 -0700 (Mon, 10 Sep 2007) | 2 lines
7138 Changed paths:
7139    M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
7140
7141 Correct (essentially revert) the reference to the Microsoft Debugging Tools;
7142
7143 ------------------------------------------------------------------------
7144 r22840 | wmeier | 2007-09-10 15:28:42 -0700 (Mon, 10 Sep 2007) | 4 lines
7145 Changed paths:
7146    M /trunk/gtk/color_edit_dlg.c
7147
7148 Fix bug in View ! Color Filter ! New ! (Fore|Back)ground Color & etc code 
7149 which resulted in a GtkCritcal msg and in disabling the "(Fore|Back)ground Color"
7150 button when esc used to close the widget.
7151
7152 ------------------------------------------------------------------------
7153 r22841 | sfisher | 2007-09-10 16:50:46 -0700 (Mon, 10 Sep 2007) | 4 lines
7154 Changed paths:
7155    M /trunk/gtk/follow_dlg.c
7156    M /trunk/gtk/follow_stream.c
7157    M /trunk/gtk/follow_stream.h
7158    M /trunk/gtk/ssl-dlg.c
7159
7160
7161 Some more code merging / cleanup in the Follow TCP & SSL Stream features
7162
7163
7164 ------------------------------------------------------------------------
7165 r22842 | wmeier | 2007-09-11 07:36:09 -0700 (Tue, 11 Sep 2007) | 2 lines
7166 Changed paths:
7167    M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
7168    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
7169
7170 Some cleanup for Chapters 5 & 6: typos, spelling and minor rewording/additions. 
7171
7172 ------------------------------------------------------------------------
7173 r22843 | jake | 2007-09-11 09:54:27 -0700 (Tue, 11 Sep 2007) | 1 line
7174 Changed paths:
7175    M /trunk/gtk/about_dlg.c
7176
7177 Make the splash screen look just a little bit better.
7178 ------------------------------------------------------------------------
7179 r22844 | etxrab | 2007-09-11 09:57:42 -0700 (Tue, 11 Sep 2007) | 1 line
7180 Changed paths:
7181    M /trunk/radius/dictionary.3gpp
7182    M /trunk/radius/dictionary.3gpp2
7183
7184 Add AVP:s
7185 ------------------------------------------------------------------------
7186 r22845 | etxrab | 2007-09-11 09:58:25 -0700 (Tue, 11 Sep 2007) | 1 line
7187 Changed paths:
7188    M /trunk/epan/dissectors/packet-l2tp.c
7189    M /trunk/epan/dissectors/packet-lapd.c
7190
7191 Update valuestrings and comments.
7192 ------------------------------------------------------------------------
7193 r22846 | etxrab | 2007-09-11 09:59:57 -0700 (Tue, 11 Sep 2007) | 3 lines
7194 Changed paths:
7195    M /trunk/epan/dissectors/packet-sndcp.c
7196
7197 From   cyrille colin:
7198 PATCH : SNDCP reassembly fails / overlaps when same NPDU number in another call
7199 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1755
7200 ------------------------------------------------------------------------
7201 r22847 | wmeier | 2007-09-11 11:55:11 -0700 (Tue, 11 Sep 2007) | 2 lines
7202 Changed paths:
7203    M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
7204
7205 Some cleanup for Chapter 7: typos, spelling and minor reformatting/rewording..
7206
7207 ------------------------------------------------------------------------
7208 r22848 | wmeier | 2007-09-11 13:56:14 -0700 (Tue, 11 Sep 2007) | 2 lines
7209 Changed paths:
7210    M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
7211
7212 Fix some links to external web pages: Turn some intended entity refs into real entity refs
7213
7214 ------------------------------------------------------------------------
7215 r22849 | jake | 2007-09-11 14:31:21 -0700 (Tue, 11 Sep 2007) | 7 lines
7216 Changed paths:
7217    M /trunk/wiretap/libpcap.c
7218
7219 From Pieter de Boer:
7220 tshark can read a HP-UX nettl IP packet dump (written with 'nettl -traceon all
7221 -entity ns_ls_ip -file dump'), but cannot convert it to a pcap raw IP packet
7222 dump, with 'tshark -r dump.nettl -w dump.pcap'. A single-line patch to
7223 wiretap/libpcap.c makes it possible to do this.
7224
7225 The input file uses encapsulation type WTAP_ENCAP_NETTL_RAW_IP.
7226 ------------------------------------------------------------------------
7227 r22850 | jake | 2007-09-11 22:57:53 -0700 (Tue, 11 Sep 2007) | 5 lines
7228 Changed paths:
7229    M /trunk/epan/dissectors/packet-acn.c
7230    M /trunk/epan/dissectors/packet-acn.h
7231
7232 From Bill Florac:
7233 1) DMP "range" addresses can cause packet dissection failure.
7234 2) A NULL return of match_strval() is not handled.
7235 3) DMP addresses should be displayed in hex.
7236 4) ep_alloc should not be used, use static variables.
7237 ------------------------------------------------------------------------
7238 r22851 | jmayer | 2007-09-11 23:31:09 -0700 (Tue, 11 Sep 2007) | 3 lines
7239 Changed paths:
7240    M /trunk/epan/dissectors/packet-isakmp.c
7241
7242 If we find a fragmented ike packet, dissect the stuff
7243 that fits into the first fragment.
7244
7245 ------------------------------------------------------------------------
7246 r22852 | wmeier | 2007-09-12 07:50:27 -0700 (Wed, 12 Sep 2007) | 2 lines
7247 Changed paths:
7248    M /trunk/text2pcap.c
7249
7250 Output err msg if strptime fails converting input time;
7251
7252 ------------------------------------------------------------------------
7253 r22853 | wmeier | 2007-09-12 08:32:09 -0700 (Wed, 12 Sep 2007) | 5 lines
7254 Changed paths:
7255    M /trunk/docbook/wsluarm.xml
7256
7257 From Patrick Lundquist:
7258 the Lua dissector example in wsluarm.xml uses C defines instead of Lua
7259 defines where display bases for ProtoFields are used.
7260
7261
7262 ------------------------------------------------------------------------
7263 r22854 | etxrab | 2007-09-12 09:45:53 -0700 (Wed, 12 Sep 2007) | 1 line
7264 Changed paths:
7265    M /trunk/asn1/ansi_map/Makefile
7266    M /trunk/asn1/ansi_map/Makefile.nmake
7267    M /trunk/asn1/ansi_map/ansi_map.asn
7268    M /trunk/asn1/ansi_map/ansi_map.cnf
7269    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
7270    M /trunk/asn1/tcap/ansi_tcap.cnf
7271    M /trunk/asn1/tcap/packet-ansi_tcap-template.c
7272    M /trunk/asn1/tcap/packet-tcap-template.c
7273    M /trunk/epan/dissectors/packet-ansi_map.c
7274    M /trunk/epan/dissectors/packet-ansi_map.h
7275    M /trunk/epan/dissectors/packet-ansi_tcap.c
7276    M /trunk/epan/dissectors/packet-ansi_tcap.h
7277    M /trunk/epan/dissectors/packet-tcap.c
7278
7279 Use the new ANSI TCAP dissector.
7280 ------------------------------------------------------------------------
7281 r22855 | etxrab | 2007-09-12 11:12:18 -0700 (Wed, 12 Sep 2007) | 1 line
7282 Changed paths:
7283    M /trunk/asn1/ansi_map/ansi_map.asn
7284    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
7285    M /trunk/asn1/tcap/ansi_tcap.cnf
7286    M /trunk/asn1/tcap/packet-ansi_tcap-template.c
7287    M /trunk/epan/dissectors/packet-ansi_map.c
7288    M /trunk/epan/dissectors/packet-ansi_tcap.c
7289
7290 Warning fixes.
7291 ------------------------------------------------------------------------
7292 r22856 | wmeier | 2007-09-12 14:34:48 -0700 (Wed, 12 Sep 2007) | 2 lines
7293 Changed paths:
7294    M /trunk/docbook/README.txt
7295
7296 Add info for Fedora 7
7297
7298 ------------------------------------------------------------------------
7299 r22857 | jake | 2007-09-12 14:46:55 -0700 (Wed, 12 Sep 2007) | 1 line
7300 Changed paths:
7301    M /trunk/plugins/unistim/TODO
7302    M /trunk/plugins/unistim/packet-unistim.c
7303
7304 Implement dissect_message loop i.s.o. recursive calls.
7305 ------------------------------------------------------------------------
7306 r22858 | etxrab | 2007-09-12 22:22:51 -0700 (Wed, 12 Sep 2007) | 2 lines
7307 Changed paths:
7308    M /trunk/asn1/cms/Makefile
7309    M /trunk/asn1/cms/Makefile.nmake
7310    M /trunk/asn1/cms/cms-exp.cnf
7311    M /trunk/epan/dissectors/packet-cms.c
7312    M /trunk/epan/dissectors/packet-cms.h
7313
7314 Regenerate with -X and -T option.
7315 Should "sha-1 OBJECT IDENTIFIER..." etc be registerd as oid names?
7316 ------------------------------------------------------------------------
7317 r22859 | wmeier | 2007-09-13 07:47:29 -0700 (Thu, 13 Sep 2007) | 2 lines
7318 Changed paths:
7319    M /trunk/docbook/wsug_src/WSUG_app_files.xml
7320    M /trunk/docbook/wsug_src/WSUG_app_messages.xml
7321    M /trunk/docbook/wsug_src/WSUG_app_tools.xml
7322    M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
7323    M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
7324    M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
7325    M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
7326    M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
7327    M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
7328
7329 Cleanup: mostly Chapter 8 and beyond: the usual minor rewording and reformatting, typos, spelling, grammar & etc.
7330
7331 ------------------------------------------------------------------------
7332 r22860 | wmeier | 2007-09-13 08:04:41 -0700 (Thu, 13 Sep 2007) | 2 lines
7333 Changed paths:
7334    M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
7335
7336 Fix Typo
7337
7338 ------------------------------------------------------------------------
7339 r22861 | lego | 2007-09-13 09:49:51 -0700 (Thu, 13 Sep 2007) | 5 lines
7340 Changed paths:
7341    M /trunk/asn1/snmp/packet-snmp-template.c
7342    M /trunk/epan/dissectors/packet-cops.c
7343    M /trunk/epan/dissectors/packet-snmp.c
7344    M /trunk/epan/oids.c
7345    M /trunk/epan/oids.h
7346
7347 Given the opportunity I check in the changes to snmp I got in this machine.
7348
7349 - Indexing (implied and not) is OK now, however indexes for related tables (AUGMENT, EXTEND, etc) are registered many times.
7350
7351
7352 ------------------------------------------------------------------------
7353 r22862 | jake | 2007-09-13 11:47:10 -0700 (Thu, 13 Sep 2007) | 1 line
7354 Changed paths:
7355    M /trunk/plugins/unistim/TODO
7356    M /trunk/plugins/unistim/packet-unistim.c
7357
7358 Add RT(C)P conversation setup.
7359 ------------------------------------------------------------------------
7360 r22863 | jake | 2007-09-13 11:47:54 -0700 (Thu, 13 Sep 2007) | 1 line
7361 Changed paths:
7362    M /trunk/epan/dissectors/packet-rtp.c
7363
7364 Allow for full size setup method name.
7365 ------------------------------------------------------------------------
7366 r22864 | jake | 2007-09-13 11:51:32 -0700 (Thu, 13 Sep 2007) | 2 lines
7367 Changed paths:
7368    M /trunk/epan/dissectors/packet-bootp.c
7369
7370 From Thomas Sillaber:
7371 Attached is a patch for packet-bootp.c to support Alcatel-Lucent TFTP1 and TFTP2 vendor specific options.
7372 ------------------------------------------------------------------------
7373 r22865 | jmayer | 2007-09-13 13:06:41 -0700 (Thu, 13 Sep 2007) | 4 lines
7374 Changed paths:
7375    M /trunk/epan/dissectors/packet-isakmp.c
7376
7377 - Resassemble Cisco ike fragementation
7378 - Rename some variables from ike to isakmp to make
7379   things consistent (not right, just consistent)
7380
7381 ------------------------------------------------------------------------
7382 r22866 | etxrab | 2007-09-13 13:20:11 -0700 (Thu, 13 Sep 2007) | 1 line
7383 Changed paths:
7384    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
7385    M /trunk/asn1/tcap/ansi_tcap.cnf
7386    M /trunk/asn1/tcap/packet-ansi_tcap-template.c
7387    M /trunk/epan/dissectors/packet-ansi_map.c
7388    M /trunk/epan/dissectors/packet-ansi_tcap.c
7389
7390 Try to protect the hash table...
7391 ------------------------------------------------------------------------
7392 r22867 | etxrab | 2007-09-13 13:24:50 -0700 (Thu, 13 Sep 2007) | 1 line
7393 Changed paths:
7394    M /trunk/asn1/tcap/packet-ansi_tcap-template.c
7395    M /trunk/epan/dissectors/packet-ansi_tcap.c
7396
7397 Remove debug code.
7398 ------------------------------------------------------------------------
7399 r22868 | lego | 2007-09-13 13:27:05 -0700 (Thu, 13 Sep 2007) | 3 lines
7400 Changed paths:
7401    M /trunk/asn1/snmp/packet-snmp-template.c
7402    M /trunk/epan/dissectors/packet-snmp.c
7403
7404 eliminate an anonymous enum.
7405
7406
7407 ------------------------------------------------------------------------
7408 r22869 | sfisher | 2007-09-13 15:11:50 -0700 (Thu, 13 Sep 2007) | 5 lines
7409 Changed paths:
7410    M /trunk/gtk/follow_dlg.c
7411    M /trunk/gtk/follow_stream.c
7412    M /trunk/gtk/follow_stream.h
7413    M /trunk/gtk/ssl-dlg.c
7414
7415
7416 Finish the major part of merging duplicate code between follow TCP & SSL
7417 stream functions.
7418
7419
7420 ------------------------------------------------------------------------
7421 r22870 | sfisher | 2007-09-13 15:25:20 -0700 (Thu, 13 Sep 2007) | 4 lines
7422 Changed paths:
7423    M /trunk/gtk/Makefile.am
7424    M /trunk/gtk/Makefile.common
7425    D /trunk/gtk/follow_dlg.c
7426    D /trunk/gtk/follow_dlg.h
7427    A /trunk/gtk/follow_ssl.c (from /trunk/gtk/ssl-dlg.c:22869)
7428    A /trunk/gtk/follow_ssl.h (from /trunk/gtk/ssl-dlg.h:22840)
7429    A /trunk/gtk/follow_tcp.c (from /trunk/gtk/follow_dlg.c:22869)
7430    A /trunk/gtk/follow_tcp.h (from /trunk/gtk/follow_dlg.h:22840)
7431    M /trunk/gtk/font_utils.c
7432    M /trunk/gtk/main.c
7433    M /trunk/gtk/menu.c
7434    D /trunk/gtk/ssl-dlg.c
7435    D /trunk/gtk/ssl-dlg.h
7436    M /trunk/gtk/stream_prefs.c
7437
7438
7439 Standardize filenames and function names for Follow TCP & SSL stream functions
7440
7441
7442 ------------------------------------------------------------------------
7443 r22871 | jake | 2007-09-13 23:51:07 -0700 (Thu, 13 Sep 2007) | 1 line
7444 Changed paths:
7445    M /trunk/asn1/snmp/packet-snmp-template.c
7446    M /trunk/epan/dissectors/packet-snmp.c
7447
7448 Try to get the Windows buildbot going by avoiding namespace collision.
7449 ------------------------------------------------------------------------
7450 r22872 | jmayer | 2007-09-14 02:59:19 -0700 (Fri, 14 Sep 2007) | 2 lines
7451 Changed paths:
7452    M /trunk/epan/dissectors/packet-isakmp.c
7453
7454 Small cleanup
7455
7456 ------------------------------------------------------------------------
7457 r22873 | jmayer | 2007-09-14 04:50:58 -0700 (Fri, 14 Sep 2007) | 3 lines
7458 Changed paths:
7459    M /trunk/epan/dissectors/packet-isakmp.c
7460
7461 Move the fragmentation info and the defragmented isakmp message
7462 to the top level tree.
7463
7464 ------------------------------------------------------------------------
7465 r22874 | gerald | 2007-09-14 08:36:13 -0700 (Fri, 14 Sep 2007) | 2 lines
7466 Changed paths:
7467    M /trunk/epan/dissectors/packet-dmp.c
7468
7469 Add a cast to allow compilation on Vista.
7470
7471 ------------------------------------------------------------------------
7472 r22875 | tuexen | 2007-09-14 14:30:26 -0700 (Fri, 14 Sep 2007) | 3 lines
7473 Changed paths:
7474    M /trunk/epan/dissectors/packet-sctp.c
7475
7476 Change the ADDIP error causes as changed by IANA for RFC 5061 publication.
7477
7478
7479 ------------------------------------------------------------------------
7480 r22876 | jake | 2007-09-14 15:25:07 -0700 (Fri, 14 Sep 2007) | 1 line
7481 Changed paths:
7482    M /trunk/docbook/wsug_src/WSUG_app_messages.xml
7483
7484 Add "Session setup by" information field description
7485 ------------------------------------------------------------------------
7486 r22877 | gerald | 2007-09-14 17:18:17 -0700 (Fri, 14 Sep 2007) | 5 lines
7487 Changed paths:
7488    M /trunk/epan/libwireshark.def
7489    M /trunk/epan/privileges.c
7490    M /trunk/epan/privileges.h
7491    M /trunk/gtk/main.c
7492    M /trunk/gtk/recent.c
7493    M /trunk/gtk/recent.h
7494    M /trunk/tshark.c
7495    M /trunk/version_info.c
7496    M /trunk/version_info.h
7497
7498 Add routines under Windows to check if npf.sys is running, and to
7499 fetch the major OS version.  If we're running Windows >= 6 (Vista)
7500 _and_ npf.sys isn't running, warn the user in Wireshark and TShark.
7501 Add a recent prefs item to disable the warning in Wireshark.
7502
7503 ------------------------------------------------------------------------
7504 r22878 | sfisher | 2007-09-15 22:42:02 -0700 (Sat, 15 Sep 2007) | 4 lines
7505 Changed paths:
7506    M /trunk/gtk/follow_ssl.c
7507    M /trunk/gtk/follow_tcp.c
7508
7509
7510 Free some recently added strings when we are done with them.
7511
7512
7513 ------------------------------------------------------------------------
7514 r22879 | jake | 2007-09-16 02:07:30 -0700 (Sun, 16 Sep 2007) | 5 lines
7515 Changed paths:
7516    M /trunk/epan/dissectors/packet-fc.c
7517
7518 The Fibre Channel protocol defines a virtual fabric tag (VFT) similar to
7519 ethernet's VLAN tag.  It is sometimes called the VSAN tag.  
7520 It used to be proprietary, but now it's standard.
7521 Wireshark currently displays it as an 8-byte field without dissecting it further.
7522 It'd be nice to have it broken down into fields. A patch is attached.
7523 ------------------------------------------------------------------------
7524 r22880 | jake | 2007-09-16 05:56:12 -0700 (Sun, 16 Sep 2007) | 4 lines
7525 Changed paths:
7526    M /trunk/epan/dissectors/packet-fcels.h
7527
7528 From Joe Eykholt
7529 The decodes of FC ELS opcodes is incomplete.  The attached patch adds a few
7530 more that are sometimes seen (ECHO, RTV, RLS, REC, and LKA).  
7531 The list is still incomplete.
7532 ------------------------------------------------------------------------
7533 r22881 | stig | 2007-09-16 06:18:18 -0700 (Sun, 16 Sep 2007) | 3 lines
7534 Changed paths:
7535    M /trunk/epan/dissectors/packet-tcp.c
7536
7537 Always show real window size in the Info column for SYN packets.
7538 Added window size for non-ack packets (was removed in r16884).
7539
7540 ------------------------------------------------------------------------
7541 r22882 | jake | 2007-09-16 07:22:06 -0700 (Sun, 16 Sep 2007) | 2 lines
7542 Changed paths:
7543    M /trunk/plugins/v5ua/moduleinfo.h
7544    M /trunk/plugins/v5ua/moduleinfo.nmake
7545    M /trunk/plugins/v5ua/packet-v5ua.c
7546
7547 Fix for bug 1687:
7548 Add RFC 3807 defined V5 interface boundary primitives message class.
7549 ------------------------------------------------------------------------
7550 r22883 | gerald | 2007-09-16 12:28:58 -0700 (Sun, 16 Sep 2007) | 2 lines
7551 Changed paths:
7552    M /trunk/docbook/release-notes.xml
7553    M /trunk/epan/dissectors/packet-ssl-utils.h
7554    M /trunk/epan/dissectors/packet-ssl.c
7555
7556 Fix a buffer overflow found by Stefan Esser (untested).
7557
7558 ------------------------------------------------------------------------
7559 r22884 | kukosa | 2007-09-17 03:39:09 -0700 (Mon, 17 Sep 2007) | 1 line
7560 Changed paths:
7561    M /trunk/asn1/Makefile.am
7562    M /trunk/asn1/Makefile.nmake
7563    A /trunk/asn1/sabp
7564    A /trunk/asn1/sabp/Makefile
7565    A /trunk/asn1/sabp/Makefile.nmake
7566    A /trunk/asn1/sabp/SABP-CommonDataTypes.asn
7567    A /trunk/asn1/sabp/SABP-Constants.asn
7568    A /trunk/asn1/sabp/SABP-Containers.asn
7569    A /trunk/asn1/sabp/SABP-IEs.asn
7570    A /trunk/asn1/sabp/SABP-PDU-Contents.asn
7571    A /trunk/asn1/sabp/SABP-PDU-Descriptions.asn
7572    A /trunk/asn1/sabp/packet-sabp-template.c
7573    A /trunk/asn1/sabp/sabp.cnf
7574    M /trunk/epan/dissectors/Makefile.common
7575
7576 SABP protocol implemented (not tested as traces are not available)
7577 ------------------------------------------------------------------------
7578 r22885 | kukosa | 2007-09-17 04:00:42 -0700 (Mon, 17 Sep 2007) | 1 line
7579 Changed paths:
7580    M /trunk/asn1/sabp/Makefile
7581    M /trunk/asn1/sabp/Makefile.nmake
7582    M /trunk/asn1/sabp/SABP-CommonDataTypes.asn
7583    M /trunk/asn1/sabp/SABP-Constants.asn
7584    M /trunk/asn1/sabp/SABP-Containers.asn
7585    M /trunk/asn1/sabp/SABP-IEs.asn
7586    M /trunk/asn1/sabp/SABP-PDU-Contents.asn
7587    M /trunk/asn1/sabp/SABP-PDU-Descriptions.asn
7588    M /trunk/asn1/sabp/packet-sabp-template.c
7589    M /trunk/asn1/sabp/sabp.cnf
7590    A /trunk/epan/dissectors/packet-sabp.c
7591
7592 add missing file and change file attributes
7593 ------------------------------------------------------------------------
7594 r22886 | stig | 2007-09-17 04:53:33 -0700 (Mon, 17 Sep 2007) | 4 lines
7595 Changed paths:
7596    M /trunk/asn1/h248/Makefile
7597    M /trunk/asn1/h450/Makefile
7598    M /trunk/asn1/inap/Makefile
7599    M /trunk/asn1/nbap/Makefile
7600    M /trunk/asn1/ranap/Makefile
7601    M /trunk/asn1/rnsap/Makefile
7602    M /trunk/asn1/sabp/Makefile
7603    M /trunk/asn1/snmp/Makefile
7604    M /trunk/asn1/t38/Makefile
7605    D /trunk/asn1/x501
7606
7607 Modified some ASN1 Makefiles to compile on unix.
7608 Added some clean targets.
7609 Removed asn1/x501 directory.
7610
7611 ------------------------------------------------------------------------
7612 r22887 | stig | 2007-09-17 05:12:02 -0700 (Mon, 17 Sep 2007) | 6 lines
7613 Changed paths:
7614    M /trunk/epan/dissectors/packet-eth.c
7615    M /trunk/epan/dissectors/packet-ieee80211.c
7616    M /trunk/epan/proto.c
7617    M /trunk/epan/proto.h
7618    M /trunk/gtk/main.c
7619    M /trunk/gtk/proto_draw.c
7620
7621 Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11
7622 packets in the Packet Details View.
7623
7624 This "appendix" bytes are not copied with the Copy functions or in the
7625 Export Selected Packet Bytes.
7626
7627 ------------------------------------------------------------------------
7628 r22888 | kukosa | 2007-09-17 06:23:25 -0700 (Mon, 17 Sep 2007) | 1 line
7629 Changed paths:
7630    M /trunk/asn1/qsig/packet-qsig-template.c
7631    M /trunk/asn1/qsig/qsig-exp.cnf
7632    M /trunk/asn1/qsig/qsig.cnf
7633    M /trunk/epan/dissectors/packet-qsig.c
7634    M /trunk/epan/dissectors/packet-qsig.h
7635    M /trunk/epan/libwireshark.def
7636
7637 Support of QSIG Extensions
7638 ------------------------------------------------------------------------
7639 r22889 | stig | 2007-09-17 07:10:34 -0700 (Mon, 17 Sep 2007) | 6 lines
7640 Changed paths:
7641    M /trunk/AUTHORS
7642    M /trunk/epan/dissectors/packet-tipc.c
7643
7644 From Martin Peylo:
7645 - reassembling of fragmented TIPCv2 messages
7646 - calling of heuristic subdissectors
7647 - multicast upper+lower bound header fields are now shown
7648 - corrects few typos in the comments in packet-tipc.c
7649
7650 ------------------------------------------------------------------------
7651 r22890 | martinm | 2007-09-17 09:03:49 -0700 (Mon, 17 Sep 2007) | 1 line
7652 Changed paths:
7653    M /trunk/epan/dissectors/packet-catapult-dct2000.c
7654
7655 Handle tty messages, diameter_r7, sabp
7656 ------------------------------------------------------------------------
7657 r22891 | morriss | 2007-09-17 10:53:50 -0700 (Mon, 17 Sep 2007) | 1 line
7658 Changed paths:
7659    M /trunk/asn1/tcap/packet-ansi_tcap-template.c
7660    M /trunk/epan/dissectors/packet-ansi_tcap.c
7661
7662 From Florent Drouin: malloc the size of the structure, not the size of a pointer to the structure.  Hopefully this will fix bug 1844.
7663 ------------------------------------------------------------------------
7664 r22892 | morriss | 2007-09-17 10:58:49 -0700 (Mon, 17 Sep 2007) | 1 line
7665 Changed paths:
7666    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
7667    M /trunk/epan/dissectors/packet-ansi_map.c
7668
7669 (Again, this time for ANSI MAP) From Florent Drouin: malloc the size of the structure, not the size of a pointer to the structure.  Hopefully this will fix bug 1844.
7670 ------------------------------------------------------------------------
7671 r22893 | stig | 2007-09-17 11:24:20 -0700 (Mon, 17 Sep 2007) | 2 lines
7672 Changed paths:
7673    M /trunk/asn1/tcap/Makefile
7674
7675 Updated tcap Makefile to also build ANSI TCAP on unix.
7676
7677 ------------------------------------------------------------------------
7678 r22894 | gerald | 2007-09-17 11:40:34 -0700 (Mon, 17 Sep 2007) | 2 lines
7679 Changed paths:
7680    M /trunk/packaging/nsis/GetWindowsVersion.nsh
7681    M /trunk/packaging/nsis/wireshark.nsi
7682
7683 Enable NPF by default under Vista.
7684
7685 ------------------------------------------------------------------------
7686 r22895 | stig | 2007-09-17 15:42:15 -0700 (Mon, 17 Sep 2007) | 2 lines
7687 Changed paths:
7688    M /trunk/configure.in
7689
7690 Added test to the libsmi AM_CONDITIONAL to remove a error message in configure.
7691
7692 ------------------------------------------------------------------------
7693 r22896 | kukosa | 2007-09-18 04:46:50 -0700 (Tue, 18 Sep 2007) | 2 lines
7694 Changed paths:
7695    M /trunk/asn1/sabp/sabp.cnf
7696    M /trunk/epan/dissectors/packet-per.c
7697    M /trunk/epan/dissectors/packet-sabp.c
7698
7699 PER: fix bitstring handling if SIZE(n) where n<=16
7700 SABP: implement some forgotten code
7701 ------------------------------------------------------------------------
7702 r22897 | kukosa | 2007-09-18 04:49:26 -0700 (Tue, 18 Sep 2007) | 1 line
7703 Changed paths:
7704    M /trunk/asn1/qsig/Makefile
7705
7706 missing SYNC-SIG.asn in unix makefile
7707 ------------------------------------------------------------------------
7708 r22898 | stig | 2007-09-18 05:33:54 -0700 (Tue, 18 Sep 2007) | 2 lines
7709 Changed paths:
7710    M /trunk/asn1/gsmmap/Makefile
7711
7712 Added missing MAP-Errors.asn in unix Makefile.
7713
7714 ------------------------------------------------------------------------
7715 r22899 | stig | 2007-09-18 05:37:52 -0700 (Tue, 18 Sep 2007) | 2 lines
7716 Changed paths:
7717    M /trunk/asn1/qsig/Makefile
7718
7719 Adding SYNC-SIG.asn twice is not such a good idea...
7720
7721 ------------------------------------------------------------------------
7722 r22900 | stig | 2007-09-18 05:47:40 -0700 (Tue, 18 Sep 2007) | 2 lines
7723 Changed paths:
7724    A /trunk/asn1/inap/inap-exp.cnf
7725
7726 Added inap-exp.cnf as camel depends on this.
7727
7728 ------------------------------------------------------------------------
7729 r22901 | stig | 2007-09-18 06:03:18 -0700 (Tue, 18 Sep 2007) | 2 lines
7730 Changed paths:
7731    M /trunk/asn1/Makefile.am
7732
7733 And add it to the Makefile...
7734
7735 ------------------------------------------------------------------------
7736 r22902 | wmeier | 2007-09-18 08:30:34 -0700 (Tue, 18 Sep 2007) | 2 lines
7737 Changed paths:
7738    M /trunk/text2pcap.c
7739
7740 If bad date/time: use 1/1/70 00:00:00 local time; Add some addt'l output if debug option used
7741
7742 ------------------------------------------------------------------------
7743 r22903 | jmayer | 2007-09-18 08:59:40 -0700 (Tue, 18 Sep 2007) | 7 lines
7744 Changed paths:
7745    D /trunk/asn1/inap/inap-exp.cnf
7746
7747 Remove autogenerated file:
7748
7749 # Do not modify this file.
7750 # It is created automatically by the ASN.1 to Wireshark dissector compiler
7751 # ./inap-exp.cnf
7752
7753
7754 ------------------------------------------------------------------------
7755 r22904 | jmayer | 2007-09-18 09:00:51 -0700 (Tue, 18 Sep 2007) | 2 lines
7756 Changed paths:
7757    M /trunk/epan/dissectors/packet-extreme.c
7758
7759 Try to improve dissection of ELSM message (guesswork)
7760
7761 ------------------------------------------------------------------------
7762 r22905 | jmayer | 2007-09-18 09:31:03 -0700 (Tue, 18 Sep 2007) | 3 lines
7763 Changed paths:
7764    M /trunk/asn1/Makefile.am
7765
7766 Remove the autogenerated file. Will fix the camel build process tomorrow
7767 to automatically regenerate inap-exp.cnf if it doesn't exist.
7768
7769 ------------------------------------------------------------------------
7770 r22906 | martinm | 2007-09-19 02:27:34 -0700 (Wed, 19 Sep 2007) | 2 lines
7771 Changed paths:
7772    M /trunk/epan/dissectors/packet-sip.c
7773
7774 Add authentication ik and ck parameters.
7775
7776 ------------------------------------------------------------------------
7777 r22907 | bondolo | 2007-09-19 09:34:06 -0700 (Wed, 19 Sep 2007) | 3 lines
7778 Changed paths:
7779    M /trunk/epan/packet.c
7780
7781 call_dissector() provides generic 'data' handler for unrecognized data types. call_dissector_only() fails gracefully for unrecognized types. The handler for generic 'data' should avoid the variant that potentially could result in recursively calling itself.
7782
7783
7784 ------------------------------------------------------------------------
7785 r22908 | martinm | 2007-09-19 10:33:08 -0700 (Wed, 19 Sep 2007) | 2 lines
7786 Changed paths:
7787    M /trunk/epan/dissectors/packet-smpp.c
7788
7789 Make this dissector finable by name.
7790
7791 ------------------------------------------------------------------------
7792 r22909 | jake | 2007-09-19 11:54:31 -0700 (Wed, 19 Sep 2007) | 1 line
7793 Changed paths:
7794    M /trunk/epan/dissectors/packet-mikey.c
7795
7796 Cleanup the source somewhat.
7797 ------------------------------------------------------------------------
7798 r22910 | jake | 2007-09-19 11:57:09 -0700 (Wed, 19 Sep 2007) | 2 lines
7799 Changed paths:
7800    M /trunk/plugins/unistim/basic.h
7801
7802 From Don Newton:
7803 Added phone type using Nortel branded Polycom unistim conference phone.
7804 ------------------------------------------------------------------------
7805 r22911 | jake | 2007-09-19 13:12:38 -0700 (Wed, 19 Sep 2007) | 1 line
7806 Changed paths:
7807    M /trunk/epan/dissectors/packet-mikey.c
7808
7809 Add UDP and TCP port preferences.
7810 ------------------------------------------------------------------------
7811 r22912 | etxrab | 2007-09-19 14:02:41 -0700 (Wed, 19 Sep 2007) | 1 line
7812 Changed paths:
7813    M /trunk/epan/dissectors/packet-lapd.c
7814    M /trunk/epan/lapd_sapi.h
7815
7816 Make it possible to use GSM SAPI:s
7817 ------------------------------------------------------------------------
7818 r22913 | gerald | 2007-09-19 14:39:52 -0700 (Wed, 19 Sep 2007) | 3 lines
7819 Changed paths:
7820    M /trunk/epan/dissectors/packet-ieee80211.c
7821
7822 Append the packet type and flags to the top-level 802.11 tree item, and append
7823 the flags to the info column.  Make the info column presentation consistent.
7824
7825 ------------------------------------------------------------------------
7826 r22914 | gerald | 2007-09-19 15:57:40 -0700 (Wed, 19 Sep 2007) | 2 lines
7827 Changed paths:
7828    M /trunk/docbook/release-notes.xml
7829
7830 Add an item for ANSI MAP.
7831
7832 ------------------------------------------------------------------------
7833 r22915 | jake | 2007-09-19 23:50:53 -0700 (Wed, 19 Sep 2007) | 4 lines
7834 Changed paths:
7835    M /trunk/epan/dissectors/packet-fcoe.c
7836
7837 From Joe Eykholt:
7838 At an August 2007 meeting, a T11 committee made changes to the encapsulation
7839 protocol for FCoE.  For the latest info, see http://fcoe.com.
7840 The attached patch will update the dissector to handle the new version also.
7841 ------------------------------------------------------------------------
7842 r22916 | wmeier | 2007-09-20 09:12:17 -0700 (Thu, 20 Sep 2007) | 2 lines
7843 Changed paths:
7844    M /trunk/doc/text2pcap.pod
7845    M /trunk/text2pcap.c
7846
7847 When -t option: Use current date or time fields for unspecified fields; Fixes bug #1836.
7848
7849 ------------------------------------------------------------------------
7850 r22917 | etxrab | 2007-09-21 10:07:05 -0700 (Fri, 21 Sep 2007) | 1 line
7851 Changed paths:
7852    M /trunk/epan/dissectors/packet-gsm_a.c
7853
7854 Make it possible to decode messages on the CCCH link.
7855 ------------------------------------------------------------------------
7856 r22918 | jake | 2007-09-21 11:56:49 -0700 (Fri, 21 Sep 2007) | 1 line
7857 Changed paths:
7858    M /trunk/epan/dissectors/packet-gsm_a.c
7859
7860 Get the GSM A Interface dissector to compile again.
7861 ------------------------------------------------------------------------
7862 r22919 | etxrab | 2007-09-21 12:53:42 -0700 (Fri, 21 Sep 2007) | 1 line
7863 Changed paths:
7864    A /trunk/epan/dissectors/packet-rsl.c
7865
7866 Start of a Radio Signalling Link (RSL) dissector (3GPP TS 48.058).
7867 ------------------------------------------------------------------------
7868 r22920 | etxrab | 2007-09-21 12:54:20 -0700 (Fri, 21 Sep 2007) | 2 lines
7869 Changed paths:
7870    M /trunk/epan/dissectors/Makefile.common
7871
7872 Start of a Radio Signalling Link (RSL) dissector (3GPP TS 48.058).
7873 And the makefile :)
7874 ------------------------------------------------------------------------
7875 r22921 | gerald | 2007-09-21 15:39:02 -0700 (Fri, 21 Sep 2007) | 2 lines
7876 Changed paths:
7877    M /trunk/epan/dissectors/packet-rsl.c
7878
7879 Fix compiler warnings.
7880
7881 ------------------------------------------------------------------------
7882 r22922 | gerald | 2007-09-21 16:04:56 -0700 (Fri, 21 Sep 2007) | 3 lines
7883 Changed paths:
7884    M /trunk/gtk/main.c
7885
7886 Spell out each of the units in the status bar.  A few people have remarked
7887 that this would be helpful for new users.
7888
7889 ------------------------------------------------------------------------
7890 r22923 | gerald | 2007-09-21 17:16:45 -0700 (Fri, 21 Sep 2007) | 4 lines
7891 Changed paths:
7892    M /trunk/epan/column.c
7893    M /trunk/epan/column_info.h
7894
7895 Simplify the parsing of column preferences, which should make it easier
7896 to add column prefs in the future.  Fix up whitespace in a couple of
7897 places.
7898
7899 ------------------------------------------------------------------------
7900 r22924 | jake | 2007-09-23 12:40:54 -0700 (Sun, 23 Sep 2007) | 5 lines
7901 Changed paths:
7902    M /trunk/epan/dissectors/packet-bthci_cmd.c
7903    M /trunk/epan/dissectors/packet-bthci_evt.c
7904    M /trunk/epan/dissectors/packet-hci_h4.h
7905
7906 From Allan M. Madsen:
7907 Wireshark is only supporting a very old and deprecated version of the Bluetooth
7908 specification (1.1). The Bluetooth SIG recently ratified version 2.1 of the
7909 Bluetooth specification and a lot of enhancements have been added to the
7910 specification. The HCI dissectors needs a major update to match these changes.
7911 ------------------------------------------------------------------------
7912 r22925 | etxrab | 2007-09-23 13:57:00 -0700 (Sun, 23 Sep 2007) | 1 line
7913 Changed paths:
7914    M /trunk/epan/dissectors/packet-gsm_a.c
7915    M /trunk/epan/dissectors/packet-rsl.c
7916
7917 Decode more IE's
7918 ------------------------------------------------------------------------
7919 r22926 | guy | 2007-09-23 15:10:59 -0700 (Sun, 23 Sep 2007) | 2 lines
7920 Changed paths:
7921    M /trunk/epan/dissectors/packet-gsm_a.c
7922
7923 Close yer comments.
7924
7925 ------------------------------------------------------------------------
7926 r22927 | etxrab | 2007-09-23 15:30:08 -0700 (Sun, 23 Sep 2007) | 1 line
7927 Changed paths:
7928    M /trunk/epan/dissectors/packet-rsl.c
7929
7930 Fix a typo.
7931 ------------------------------------------------------------------------
7932 r22928 | wmeier | 2007-09-23 17:42:34 -0700 (Sun, 23 Sep 2007) | 2 lines
7933 Changed paths:
7934    M /trunk/epan/dissectors/packet-rsl.c
7935
7936 #if 0 dissect_rsl_ie_meas_res_no and dissect_rsl_ie_message_id so buildbot doesn't error out.
7937
7938 ------------------------------------------------------------------------
7939 r22929 | jake | 2007-09-23 23:19:56 -0700 (Sun, 23 Sep 2007) | 6 lines
7940 Changed paths:
7941    M /trunk/gtk/voip_calls.c
7942    M /trunk/plugins/unistim/Makefile.common
7943    M /trunk/plugins/unistim/header_field.h
7944    M /trunk/plugins/unistim/packet-unistim.c
7945    A /trunk/plugins/unistim/uftp.h
7946
7947 From Chad Singer:
7948 I fixed a bug in packet_unistim.c which was causing a 'malformed packet' to
7949 appear when an open stream command is read with no endpoint ip (as is sometimes
7950 done) I added a simple msg_len check to avoid this. 
7951 I also added UFTP to the unistim dissector and adjusted the unistim call-detection 
7952 in voip-info.c to start on an open stream as well as keypresses..
7953 ------------------------------------------------------------------------
7954 r22930 | jake | 2007-09-23 23:42:59 -0700 (Sun, 23 Sep 2007) | 1 line
7955 Changed paths:
7956    M /trunk/gtk/voip_calls.c
7957
7958 Get rid of the last warning.
7959 ------------------------------------------------------------------------
7960 r22931 | jake | 2007-09-23 23:46:59 -0700 (Sun, 23 Sep 2007) | 4 lines
7961 Changed paths:
7962    M /trunk/epan/dissectors/packet-ip.c
7963
7964 From Jonathan:
7965 Capture files generated on TCP segmentation offload (TSO) hardware have an 
7966 all-zero IP-length field in outbound packets.
7967 Wireshark errors out on the small length and refuses to parse the packet further.
7968 ------------------------------------------------------------------------
7969 r22932 | jmayer | 2007-09-23 23:57:52 -0700 (Sun, 23 Sep 2007) | 4 lines
7970 Changed paths:
7971    M /trunk/tools/Makefile.am
7972    M /trunk/tools/Makefile.nmake
7973
7974 ome files were left even after "make maintainer-clean". Found
7975 with "svn status --no-ignore".
7976
7977
7978 ------------------------------------------------------------------------
7979 r22933 | jmayer | 2007-09-23 23:58:23 -0700 (Sun, 23 Sep 2007) | 4 lines
7980 Changed paths:
7981    M /trunk/wiretap/Makefile.am
7982
7983 Add ascend-grammar.h explicitely to the generation rules, otherwise
7984 make distclean on a really clean source tree will fail.
7985
7986
7987 ------------------------------------------------------------------------
7988 r22934 | jmayer | 2007-09-23 23:59:40 -0700 (Sun, 23 Sep 2007) | 3 lines
7989 Changed paths:
7990    M /trunk/Makefile.am
7991    M /trunk/Makefile.nmake
7992    M /trunk/acinclude.m4
7993    M /trunk/asn1/snmp/packet-snmp-template.c
7994    M /trunk/config.nmake
7995    M /trunk/configure.in
7996    M /trunk/epan/Makefile.am
7997    M /trunk/epan/Makefile.nmake
7998    M /trunk/epan/dissectors/Makefile.nmake
7999    M /trunk/epan/dissectors/packet-snmp.c
8000    M /trunk/gtk/Makefile.nmake
8001    M /trunk/packaging/nsis/Makefile.nmake
8002
8003 Get rid of the remains of NET-SNMP in the build process.
8004
8005
8006 ------------------------------------------------------------------------
8007 r22935 | jmayer | 2007-09-24 00:00:59 -0700 (Mon, 24 Sep 2007) | 336 lines
8008 Changed paths:
8009    M /trunk/tools/pidl/idl.yp
8010    M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
8011    M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
8012    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
8013    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
8014    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
8015    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
8016    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
8017    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
8018    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
8019    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/SWIG.pm
8020    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
8021    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Template.pm
8022    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
8023    M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
8024    M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
8025    M /trunk/tools/pidl/pidl
8026    M /trunk/tools/pidl/tests/Util.pm
8027    M /trunk/tools/pidl/tests/header.pl
8028    M /trunk/tools/pidl/tests/ndr.pl
8029    M /trunk/tools/pidl/tests/parse_idl.pl
8030    M /trunk/tools/pidl/tests/samba3-cli.pl
8031    M /trunk/tools/pidl/tests/util.pl
8032
8033
8034 Update pidl to current samba tree. This changes the license
8035 of the *tool* to GPLv3. The license of the generated code is
8036 is most likely not affected (see mail on wireshark-dev from Jelmer).
8037
8038 Update from samba tree revision 23750 to 25198
8039 ============================ Samba log start ============
8040 ------------------------------------------------------------------------
8041 r23792 | tridge | 2007-07-10 04:07:03 +0200 (Tue, 10 Jul 2007) | 6 lines
8042
8043 convert Samba4 to GPLv3
8044
8045 There are still a few tidyups of old FSF addresses to come (in both s3
8046 and s4). More commits soon.
8047 ------------------------------------------------------------------------
8048 r24407 | metze | 2007-08-14 13:50:45 +0200 (Tue, 14 Aug 2007) | 6 lines
8049
8050 $element->{ARRAY_LEN} doesn't exist...
8051
8052 and a few lines above we use $element->{ORIGINAL}->{ARRAY_LEN}
8053 I assume it was just forgotten in the update.
8054
8055 metze
8056 ------------------------------------------------------------------------
8057 r24446 | metze | 2007-08-15 08:08:02 +0200 (Wed, 15 Aug 2007) | 4 lines
8058
8059 We only need one genric GenerateFunctionInEnv
8060 function
8061
8062 metze
8063 ------------------------------------------------------------------------
8064 r24447 | metze | 2007-08-15 10:55:16 +0200 (Wed, 15 Aug 2007) | 3 lines
8065
8066 fix samba3-cli pidl tests
8067
8068 metze
8069 ------------------------------------------------------------------------
8070 r24452 | metze | 2007-08-15 11:18:25 +0200 (Wed, 15 Aug 2007) | 4 lines
8071
8072 bail out instead of only giving a warning on
8073 incorrect idl files
8074
8075 metze
8076 ------------------------------------------------------------------------
8077 r24454 | metze | 2007-08-15 12:23:28 +0200 (Wed, 15 Aug 2007) | 3 lines
8078
8079 when level 0 is a pointer we need to look for an array in level 1...
8080
8081 metze
8082 ------------------------------------------------------------------------
8083 r24463 | metze | 2007-08-15 16:02:23 +0200 (Wed, 15 Aug 2007) | 4 lines
8084
8085 we have a function to correctly create an $env object
8086 so don't try it manually and introduce bugs:-)
8087
8088 metze
8089 ------------------------------------------------------------------------
8090 r24482 | metze | 2007-08-16 12:07:19 +0200 (Thu, 16 Aug 2007) | 3 lines
8091
8092 white space cleanup only...
8093
8094 metze
8095 ------------------------------------------------------------------------
8096 r24484 | metze | 2007-08-16 12:54:11 +0200 (Thu, 16 Aug 2007) | 3 lines
8097
8098 pass down $ndr tree instead of the $pidl tree to Samba4/Header.pm
8099
8100 metze
8101 ------------------------------------------------------------------------
8102 r24487 | metze | 2007-08-16 15:27:41 +0200 (Thu, 16 Aug 2007) | 3 lines
8103
8104 fix formating and add defined($opt_header)
8105
8106 metze
8107 ------------------------------------------------------------------------
8108 r24488 | metze | 2007-08-16 15:29:38 +0200 (Thu, 16 Aug 2007) | 3 lines
8109
8110 enum's and bitmap's not have nested types
8111
8112 metze
8113 ------------------------------------------------------------------------
8114 r24489 | metze | 2007-08-16 15:34:54 +0200 (Thu, 16 Aug 2007) | 4 lines
8115
8116 only typedef enum { ... } foo; enum's should look
8117 for has_properties() of $enum->{PARENT}
8118
8119 metze
8120 ------------------------------------------------------------------------
8121 r24490 | metze | 2007-08-16 15:39:30 +0200 (Thu, 16 Aug 2007) | 8 lines
8122
8123 For ParseBitmap() we use Parse::Pidl::Typelist::bitmap_type_fn()
8124 so for ParseEnum() we should also use Parse::Pidl::Typelist::enum_type_fn().
8125
8126 Also the base_type() property isn't standard IDL and we should not support it.
8127
8128 This changes TDR enum to also to default to uint16 (as with NDR enums).
8129
8130 metze
8131 ------------------------------------------------------------------------
8132 r24492 | metze | 2007-08-16 15:41:48 +0200 (Thu, 16 Aug 2007) | 4 lines
8133
8134 Parse::Pidl::Samba4::Header::Parse() now takes an $ndr tree
8135 not the $pidl tree anymore.
8136
8137 metze
8138 ------------------------------------------------------------------------
8139 r24493 | metze | 2007-08-16 16:42:22 +0200 (Thu, 16 Aug 2007) | 11 lines
8140
8141 - it turns out that
8142   foreach my $e (@{$union->{ELEMENTS}}) {
8143   changes $union->{ELEMENTS} from undef into an empty array.
8144   this removes the difference between
8145   struct foo { }; and struct foo;
8146   So we need to explicit return before.
8147 - we should return the same element for layout for
8148   structs and unions with no elements.
8149 - fix the testsuite to match
8150
8151 metze
8152 ------------------------------------------------------------------------
8153 r24505 | metze | 2007-08-17 09:06:02 +0200 (Fri, 17 Aug 2007) | 3 lines
8154
8155 pass down $fn one level
8156
8157 metze
8158 ------------------------------------------------------------------------
8159 r24506 | metze | 2007-08-17 09:46:34 +0200 (Fri, 17 Aug 2007) | 3 lines
8160
8161 pass $fn down one more layer
8162
8163 metze
8164 ------------------------------------------------------------------------
8165 r24507 | metze | 2007-08-17 10:05:57 +0200 (Fri, 17 Aug 2007) | 3 lines
8166
8167 pass $d down to HeaderTypedef
8168
8169 metze
8170 ------------------------------------------------------------------------
8171 r24508 | metze | 2007-08-17 10:47:38 +0200 (Fri, 17 Aug 2007) | 3 lines
8172
8173 add HeaderTypeNew() which will go if everything is converted
8174
8175 metze
8176 ------------------------------------------------------------------------
8177 r24509 | metze | 2007-08-17 11:01:19 +0200 (Fri, 17 Aug 2007) | 4 lines
8178
8179 pass down the full ndr elements instead of the old pidl elements
8180 from ->{ORIGINAL}
8181
8182 metze
8183 ------------------------------------------------------------------------
8184 r24511 | metze | 2007-08-17 11:12:13 +0200 (Fri, 17 Aug 2007) | 3 lines
8185
8186 pass the correct thing to fatal()
8187
8188 metze
8189 ------------------------------------------------------------------------
8190 r24514 | metze | 2007-08-17 13:09:46 +0200 (Fri, 17 Aug 2007) | 3 lines
8191
8192 IS_* elemements sound be perl integers consistantly...
8193
8194 metze
8195 ------------------------------------------------------------------------
8196 r24515 | metze | 2007-08-17 13:24:25 +0200 (Fri, 17 Aug 2007) | 3 lines
8197
8198 use fatal() wrapper instead of die() directly
8199
8200 metze
8201 ------------------------------------------------------------------------
8202 r24516 | metze | 2007-08-17 14:04:41 +0200 (Fri, 17 Aug 2007) | 3 lines
8203
8204 don't use ->{ORIGINAL}
8205
8206 metze
8207 ------------------------------------------------------------------------
8208 r24517 | metze | 2007-08-17 14:55:47 +0200 (Fri, 17 Aug 2007) | 4 lines
8209
8210 move skipping pointer before an array logic into the
8211 pointer loop as we do in other places
8212
8213 metze
8214 ------------------------------------------------------------------------
8215 r24518 | metze | 2007-08-17 15:01:51 +0200 (Fri, 17 Aug 2007) | 4 lines
8216
8217 get rid of using ->{ORIGINAL} and move stuff
8218 into subfunctions
8219
8220 metze
8221 ------------------------------------------------------------------------
8222 r24520 | metze | 2007-08-17 15:08:00 +0200 (Fri, 17 Aug 2007) | 4 lines
8223
8224 make use of the new ElementStars() and ArrayBrackets()
8225 functions
8226
8227 metze
8228 ------------------------------------------------------------------------
8229 r24521 | metze | 2007-08-17 15:42:09 +0200 (Fri, 17 Aug 2007) | 3 lines
8230
8231 we don't yet have optional args to DeclLong()
8232
8233 metze
8234 ------------------------------------------------------------------------
8235 r24522 | metze | 2007-08-17 15:45:18 +0200 (Fri, 17 Aug 2007) | 3 lines
8236
8237 make the "skip pointer to an array" logic a bit easier
8238
8239 metze
8240 ------------------------------------------------------------------------
8241 r24523 | metze | 2007-08-17 15:47:03 +0200 (Fri, 17 Aug 2007) | 4 lines
8242
8243 we don't support multi-dimentional [out] arrays
8244 for the samba3 server stubs yet, so bail out.
8245
8246 metze
8247 ------------------------------------------------------------------------
8248 r24524 | metze | 2007-08-17 15:53:12 +0200 (Fri, 17 Aug 2007) | 3 lines
8249
8250 make use of ElementStars()
8251
8252 metze
8253 ------------------------------------------------------------------------
8254 r24535 | metze | 2007-08-18 12:30:40 +0200 (Sat, 18 Aug 2007) | 4 lines
8255
8256 rename struct dcerpc_interface_call -> struct ndr_interface_call
8257 and move it to librpc/ndr/libndr.h
8258
8259 metze
8260 ------------------------------------------------------------------------
8261 r24540 | metze | 2007-08-18 14:25:37 +0200 (Sat, 18 Aug 2007) | 4 lines
8262
8263 rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list
8264 into ndr_interface_string_array and move it to libndr.h
8265
8266 metze
8267 ------------------------------------------------------------------------
8268 r24551 | metze | 2007-08-19 22:46:45 +0200 (Sun, 19 Aug 2007) | 6 lines
8269
8270 rename dcerpc_interface_table -> ndr_interface_table
8271 rename dcerpc_interface_list  -> ndr_interface_list
8272
8273 and move them to libndr.h
8274
8275 metze
8276 ------------------------------------------------------------------------
8277 r24557 | metze | 2007-08-19 23:23:03 +0200 (Sun, 19 Aug 2007) | 3 lines
8278
8279 rename 'dcerpc_table_' -> 'ndr_table_'
8280
8281 metze
8282 ------------------------------------------------------------------------
8283 r24560 | metze | 2007-08-20 00:09:21 +0200 (Mon, 20 Aug 2007) | 3 lines
8284
8285 rename some DCERPC_ prefixes into NDR_
8286
8287 metze
8288 ------------------------------------------------------------------------
8289 r24563 | metze | 2007-08-20 00:23:17 +0200 (Mon, 20 Aug 2007) | 3 lines
8290
8291 remove unused DCERPC specific stuff from the generated NDR code
8292
8293 metze
8294 ------------------------------------------------------------------------
8295 r24592 | metze | 2007-08-21 14:19:56 +0200 (Tue, 21 Aug 2007) | 4 lines
8296
8297 pass down the ndr_interface_table in the samba3 client bindings
8298 instead of the pull and push functions
8299
8300 metze
8301 ------------------------------------------------------------------------
8302 r24596 | metze | 2007-08-21 16:06:33 +0200 (Tue, 21 Aug 2007) | 7 lines
8303
8304 - talloc request structure for the samba3 server bindings
8305   and make that the primary context for the request
8306   which the implementations can also use.
8307 - go via functions pointers in the ndr_interface_table
8308   instead of calling functions directly.
8309
8310 metze
8311 ------------------------------------------------------------------------
8312 r24717 | jelmer | 2007-08-27 20:43:18 +0200 (Mon, 27 Aug 2007) | 2 lines
8313    D /branches/SAMBA_4_0/BRANCH.TODO
8314
8315 Some more easy bool conversions, update TODO for registry
8316
8317 ------------------------------------------------------------------------
8318 r24721 | jelmer | 2007-08-27 21:47:23 +0200 (Mon, 27 Aug 2007) | 1 line
8319
8320 Avoid True and False because they are only available within Samba.
8321 ------------------------------------------------------------------------
8322 r24812 | jelmer | 2007-08-31 00:25:59 +0200 (Fri, 31 Aug 2007) | 1 line
8323
8324 Fix headers for external users.
8325 ------------------------------------------------------------------------
8326 r24815 | jelmer | 2007-08-31 02:03:54 +0200 (Fri, 31 Aug 2007) | 1 line
8327
8328 Support cpp_quote().
8329 ------------------------------------------------------------------------
8330 r24816 | jelmer | 2007-08-31 02:31:32 +0200 (Fri, 31 Aug 2007) | 4 lines
8331    D /branches/SAMBA_4_0/source/include/core.h
8332
8333 Move the rest of the contents of core.h to more appropriate places. 
8334 include/ now only contains build system related headers, all other headers are 
8335 now near the source code they're related to.
8336
8337 ------------------------------------------------------------------------
8338 r24983 | metze | 2007-09-06 15:48:01 +0200 (Thu, 06 Sep 2007) | 4 lines
8339
8340 setup the correct talloc name for structures used in the generated
8341 server stubs
8342
8343 metze
8344 ------------------------------------------------------------------------
8345 r25114 | metze | 2007-09-12 14:31:19 +0200 (Wed, 12 Sep 2007) | 7 lines
8346
8347 handle structs and unions without typedefs better
8348 in can_contain_deffered()
8349
8350 jelmer: we need to handle this more genericly, I assume
8351         we have a lot of other related bugs
8352
8353 metze
8354 ------------------------------------------------------------------------
8355 r25166 | jelmer | 2007-09-14 20:06:51 +0200 (Fri, 14 Sep 2007) | 1 line
8356
8357 Simplify can_contain_deferred and add tests for it.
8358 ------------------------------------------------------------------------
8359 r25168 | jelmer | 2007-09-14 20:26:23 +0200 (Fri, 14 Sep 2007) | 1 line
8360
8361 Fix include for gen_ndr/misc.h. Patch by Julien Kerihuel.
8362 ------------------------------------------------------------------------
8363 r25185 | jelmer | 2007-09-16 01:03:34 +0200 (Sun, 16 Sep 2007) | 1 line
8364
8365 Check that can_contain_deferred returns true if one of the members of a type can contain deferred data.
8366 ------------------------------------------------------------------------
8367 ============================ Samba log end ==============
8368
8369 ------------------------------------------------------------------------
8370 r22936 | kukosa | 2007-09-24 04:01:53 -0700 (Mon, 24 Sep 2007) | 2 lines
8371 Changed paths:
8372    M /trunk/asn1/h225/h225.cnf
8373    M /trunk/asn1/h450/Makefile
8374    M /trunk/asn1/h450/Makefile.nmake
8375    M /trunk/asn1/h450/h450-ros-exp.cnf
8376    M /trunk/asn1/h450/h450-ros.cnf
8377    M /trunk/asn1/q932/Makefile
8378    M /trunk/asn1/q932/Makefile.nmake
8379    M /trunk/asn1/q932/packet-q932-ros-template.c
8380    M /trunk/asn1/q932/q932-ros.cnf
8381    A /trunk/asn1/ros/ros-err.cnf
8382    A /trunk/asn1/ros/ros-inv.cnf
8383    A /trunk/asn1/ros/ros-rej.cnf
8384    A /trunk/asn1/ros/ros-res.cnf
8385    M /trunk/epan/asn1.h
8386    M /trunk/epan/dissectors/packet-h225.c
8387    M /trunk/epan/dissectors/packet-h450-ros.c
8388    M /trunk/epan/dissectors/packet-h450-ros.h
8389    M /trunk/epan/dissectors/packet-h450.c
8390    M /trunk/epan/dissectors/packet-q932-ros.c
8391    M /trunk/epan/libwireshark.def
8392
8393 improvements in ROS handling in Q.932 and H.450
8394 move common ROS code into ros/ros-*.cnf files
8395 ------------------------------------------------------------------------
8396 r22937 | kukosa | 2007-09-24 05:46:02 -0700 (Mon, 24 Sep 2007) | 1 line
8397 Changed paths:
8398    M /trunk/config.h.win32
8399
8400 remove forgotten @HAVE_NET_SNMP@
8401 ------------------------------------------------------------------------
8402 r22938 | jmayer | 2007-09-24 06:49:25 -0700 (Mon, 24 Sep 2007) | 6 lines
8403 Changed paths:
8404    M /trunk/tools/asn2wrs.py
8405
8406 Add command line switch
8407  -D dir        : Directory for input_file(s) (default: '.')
8408 to allow asn2wrs being used in out of tree builds.
8409
8410 Beautify -h output a bit.
8411
8412 ------------------------------------------------------------------------
8413 r22939 | jmayer | 2007-09-24 09:05:51 -0700 (Mon, 24 Sep 2007) | 17 lines
8414 Changed paths:
8415    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
8416    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
8417
8418 Update from samba tree revision 25198 to 25306
8419 ============================ Samba log start ============
8420 ------------------------------------------------------------------------
8421 r25301 | jelmer | 2007-09-23 23:35:03 +0200 (Sun, 23 Sep 2007) | 1 line
8422    A /branches/SAMBA_4_0/source/libcli/raw/clierror.c (from /branches/SAMBA_4_0/source/libcli/util/clierror.c:25300)
8423    D /branches/SAMBA_4_0/source/libcli/util/clierror.c
8424    D /branches/SAMBA_4_0/source/libcli/util/nt_status.h
8425    D /branches/SAMBA_4_0/source/libcli/util/nterr.h
8426    A /branches/SAMBA_4_0/source/libcli/util/ntstatus.h (from /branches/SAMBA_4_0/source/libcli/util/nterr.h:25300)
8427    A /branches/SAMBA_4_0/source/libcli/util/werror.h (from /branches/SAMBA_4_0/source/libcli/util/nt_status.h:25300)
8428
8429 Merge my includes.h cleanups.
8430 ------------------------------------------------------------------------
8431 ------------------------------------------------------------------------
8432 ============================ Samba log end ==============
8433
8434
8435 ------------------------------------------------------------------------
8436 r22940 | stig | 2007-09-24 12:56:17 -0700 (Mon, 24 Sep 2007) | 3 lines
8437 Changed paths:
8438    M /trunk/plugins/unistim/packet-unistim.c
8439    M /trunk/plugins/unistim/uftp.h
8440
8441 From Don Newton:
8442 added null termination to uftp and cleaned comments in packet-unistim.c
8443
8444 ------------------------------------------------------------------------
8445 r22941 | etxrab | 2007-09-24 14:26:31 -0700 (Mon, 24 Sep 2007) | 1 line
8446 Changed paths:
8447    M /trunk/epan/dissectors/packet-gsm_a.c
8448    M /trunk/epan/dissectors/packet-gsm_a.h
8449    M /trunk/epan/dissectors/packet-rsl.c
8450
8451 More IE:s
8452 ------------------------------------------------------------------------
8453 r22942 | wmeier | 2007-09-24 14:34:58 -0700 (Mon, 24 Sep 2007) | 2 lines
8454 Changed paths:
8455    M /trunk/gtk/color_edit_dlg.c
8456
8457 Fix bug #1457: Undersized array causing "smashed stack".
8458
8459 ------------------------------------------------------------------------
8460 r22943 | etxrab | 2007-09-24 14:51:41 -0700 (Mon, 24 Sep 2007) | 1 line
8461 Changed paths:
8462    M /trunk/epan/dissectors/packet-rsl.c
8463
8464 Fix warnings.
8465 ------------------------------------------------------------------------
8466 r22944 | sahlberg | 2007-09-24 20:38:28 -0700 (Mon, 24 Sep 2007) | 3 lines
8467 Changed paths:
8468    M /trunk/epan/dissectors/packet-ctdb.c
8469
8470 add more control names
8471
8472
8473 ------------------------------------------------------------------------
8474 r22945 | sahlberg | 2007-09-24 21:15:30 -0700 (Mon, 24 Sep 2007) | 4 lines
8475 Changed paths:
8476    M /trunk/asn1/ldap/ldap.cnf
8477    M /trunk/epan/dissectors/packet-ldap.c
8478
8479 add support for yet another random combination of authentication 
8480 wrappers that can be used when connecting with sasl
8481
8482
8483 ------------------------------------------------------------------------
8484 r22946 | gerald | 2007-09-24 22:12:44 -0700 (Mon, 24 Sep 2007) | 10 lines
8485 Changed paths:
8486    M /trunk/gtk/color_dlg.c
8487    M /trunk/gtk/color_edit_dlg.c
8488
8489 In newer versions of GTK+ 2.x, if you have the mouse positioned above a
8490 button that goes from insensitive to sensitive, the button won't respond
8491 to mouse clicks.
8492
8493 This caused the Coloring Rules dialog behavior reported in bug 699.  Work 
8494 around it by not making the up/down buttons insensitive while we're moving
8495 a rule.
8496
8497 Fixup whitespace.
8498
8499 ------------------------------------------------------------------------
8500 r22947 | sake | 2007-09-24 22:42:22 -0700 (Mon, 24 Sep 2007) | 3 lines
8501 Changed paths:
8502    M /trunk/wiretap/netscreen.c
8503
8504 Allow the output of NetScreen VSI interfaces to be parsed.
8505
8506
8507 ------------------------------------------------------------------------
8508 r22948 | sahlberg | 2007-09-25 00:47:00 -0700 (Tue, 25 Sep 2007) | 11 lines
8509 Changed paths:
8510    M /trunk/asn1/ldap/packet-ldap-template.c
8511    M /trunk/epan/dissectors/packet-ldap.c
8512
8513 not all SASL protected blobs use a GSS wrapper for the payload so we 
8514 cant check that the payload starts with BER tag 0x60 and an oid.
8515 instead  check that the length byte (first 4 bytes) look sane and if 
8516 SASL authentication has been negotiated on the connection
8517
8518 also, sometimes clients will mix both non-SASL and SASL protected LDAP 
8519 traffic on the same tcp connection   by initially performing simple 
8520 unauthenticated searches on the database before performing the Bind.
8521
8522
8523
8524 ------------------------------------------------------------------------
8525 r22949 | sahlberg | 2007-09-25 01:05:17 -0700 (Tue, 25 Sep 2007) | 7 lines
8526 Changed paths:
8527    M /trunk/asn1/ldap/ldap.cnf
8528    M /trunk/epan/dissectors/packet-ldap.c
8529
8530 only set ldap_info->first_auth_frame to 0 first time we see the 
8531 authentication packet or else we will get inconsistent dissection when 
8532 clicking on packets.
8533 (inconsistent as in :  a certain packet might/might not be dissected as 
8534 LDAP/SASL depending on which packets we clicked on previously)
8535   
8536
8537 ------------------------------------------------------------------------
8538 r22950 | jmayer | 2007-09-25 03:30:55 -0700 (Tue, 25 Sep 2007) | 6 lines
8539 Changed paths:
8540    M /trunk/asn1/Makefile.am
8541    A /trunk/asn1/Makefile.inc
8542    A /trunk/asn1/Makefile.inc.nmake
8543    M /trunk/asn1/Makefile.nmake
8544    M /trunk/asn1/camel
8545    D /trunk/asn1/camel/Makefile
8546    A /trunk/asn1/camel/Makefile.am
8547    A /trunk/asn1/camel/Makefile.common
8548    M /trunk/asn1/camel/Makefile.nmake
8549
8550 - Rework the Makefile structure to generate external -cnf files
8551    a protocol depends on.
8552 - Make sure we need to add asn files to only 1 Makefile instead
8553    of 3 (Makefile, Makefile.nmake, ../Makefile.am)
8554 - Change the Makefiles of the camel protocol to use the new structure.
8555
8556 ------------------------------------------------------------------------
8557 r22951 | kukosa | 2007-09-25 04:58:35 -0700 (Tue, 25 Sep 2007) | 1 line
8558 Changed paths:
8559    M /trunk/asn1/Makefile.am
8560    M /trunk/asn1/Makefile.inc.nmake
8561    M /trunk/asn1/camel/Makefile.common
8562    A /trunk/asn1/h245/Makefile.am
8563    A /trunk/asn1/h245/Makefile.common
8564    M /trunk/asn1/h245/Makefile.nmake
8565    A /trunk/asn1/nbap/Makefile.am
8566    A /trunk/asn1/nbap/Makefile.common
8567    M /trunk/asn1/nbap/Makefile.nmake
8568    A /trunk/asn1/ranap/Makefile.am
8569    A /trunk/asn1/ranap/Makefile.common
8570    M /trunk/asn1/ranap/Makefile.nmake
8571    A /trunk/asn1/rnsap/Makefile.am
8572    A /trunk/asn1/rnsap/Makefile.common
8573    M /trunk/asn1/rnsap/Makefile.nmake
8574    A /trunk/asn1/sabp/Makefile.am
8575    A /trunk/asn1/sabp/Makefile.common
8576    M /trunk/asn1/sabp/Makefile.nmake
8577    M /trunk/epan/dissectors/packet-nbap.c
8578    M /trunk/epan/dissectors/packet-rnsap.c
8579
8580 put few simple ASN.1 dissectors into the new makefile structure
8581 ------------------------------------------------------------------------
8582 r22952 | kukosa | 2007-09-25 05:17:48 -0700 (Tue, 25 Sep 2007) | 1 line
8583 Changed paths:
8584    M /trunk/asn1/Makefile.am
8585
8586 remove trailing backslash on the last line of list
8587 ------------------------------------------------------------------------
8588 r22953 | jmayer | 2007-09-25 07:07:53 -0700 (Tue, 25 Sep 2007) | 4 lines
8589 Changed paths:
8590    M /trunk/configure.in
8591
8592 I forgot to commit the necessary change to configure.in,
8593 so the distcheck failed. Fix that.
8594
8595
8596 ------------------------------------------------------------------------
8597 r22954 | jmayer | 2007-09-25 07:09:08 -0700 (Tue, 25 Sep 2007) | 1 line
8598 Changed paths:
8599    M /trunk/manuf
8600    M /trunk/wka.tmpl
8601
8602 Small change about extreme EAPSv2 address and update manuf
8603 ------------------------------------------------------------------------
8604 r22955 | etxrab | 2007-09-25 09:09:58 -0700 (Tue, 25 Sep 2007) | 1 line
8605 Changed paths:
8606    M /trunk/Makefile.nmake
8607    M /trunk/config.nmake
8608    M /trunk/packaging/nsis/Makefile.nmake
8609    M /trunk/packaging/nsis/wireshark.nsi
8610    M /trunk/tools/win32-setup.sh
8611
8612 Use GTK+ 2.12
8613 ------------------------------------------------------------------------
8614 r22956 | etxrab | 2007-09-25 09:51:49 -0700 (Tue, 25 Sep 2007) | 3 lines
8615 Changed paths:
8616    M /trunk/asn1/ldap/packet-ldap-template.c
8617    M /trunk/epan/dissectors/packet-ldap.c
8618
8619 Fix:
8620 packet-ldap-template.c(1330) : error C2220: warning treated as error - no object  file generated
8621 packet-ldap-template.c(1330) : warning C4101: 'gss_len' : unreferenced local var iable NMAKE : fatal error U1077: 'cl' :
8622 ------------------------------------------------------------------------
8623 r22957 | jmayer | 2007-09-25 10:09:01 -0700 (Tue, 25 Sep 2007) | 4 lines
8624 Changed paths:
8625    M /trunk/asn1/Makefile.am
8626    M /trunk/asn1/acp133
8627    D /trunk/asn1/acp133/Makefile
8628    A /trunk/asn1/acp133/Makefile.am
8629    A /trunk/asn1/acp133/Makefile.common
8630    M /trunk/asn1/acp133/Makefile.nmake
8631    M /trunk/asn1/camel
8632    M /trunk/asn1/h245
8633    D /trunk/asn1/h245/Makefile
8634    M /trunk/asn1/nbap
8635    D /trunk/asn1/nbap/Makefile
8636    M /trunk/asn1/ranap
8637    D /trunk/asn1/ranap/Makefile
8638    M /trunk/asn1/rnsap
8639    D /trunk/asn1/rnsap/Makefile
8640    M /trunk/asn1/sabp
8641    D /trunk/asn1/sabp/Makefile
8642    M /trunk/configure.in
8643
8644 Convert acp133 to new build structure.
8645
8646 Update some svn:ignore files, remove no longer needed Makefiles
8647
8648 ------------------------------------------------------------------------
8649 r22958 | jmayer | 2007-09-25 11:02:49 -0700 (Tue, 25 Sep 2007) | 2 lines
8650 Changed paths:
8651    M /trunk/asn1/Makefile.am
8652    M /trunk/asn1/Makefile.inc
8653    M /trunk/asn1/Makefile.inc.nmake
8654    M /trunk/asn1/acp133
8655    M /trunk/asn1/acp133/Makefile.common
8656    M /trunk/asn1/acse
8657    D /trunk/asn1/acse/Makefile
8658    A /trunk/asn1/acse/Makefile.am
8659    A /trunk/asn1/acse/Makefile.common
8660    M /trunk/asn1/acse/Makefile.nmake
8661    M /trunk/asn1/acse/acse-exp.cnf
8662    M /trunk/asn1/ansi_map
8663    D /trunk/asn1/ansi_map/Makefile
8664    A /trunk/asn1/ansi_map/Makefile.am
8665    A /trunk/asn1/ansi_map/Makefile.common
8666    M /trunk/asn1/ansi_map/Makefile.nmake
8667    M /trunk/asn1/camel
8668    M /trunk/asn1/cdt
8669    D /trunk/asn1/cdt/Makefile
8670    A /trunk/asn1/cdt/Makefile.am
8671    A /trunk/asn1/cdt/Makefile.common
8672    M /trunk/asn1/cdt/Makefile.nmake
8673    M /trunk/asn1/cdt/cdt-exp.cnf
8674    M /trunk/asn1/cmip
8675    D /trunk/asn1/cmip/Makefile
8676    A /trunk/asn1/cmip/Makefile.am
8677    A /trunk/asn1/cmip/Makefile.common
8678    M /trunk/asn1/cmip/Makefile.nmake
8679    M /trunk/asn1/cmip/cmip-exp.cnf
8680    M /trunk/asn1/cms
8681    D /trunk/asn1/cms/Makefile
8682    A /trunk/asn1/cms/Makefile.am
8683    A /trunk/asn1/cms/Makefile.common
8684    M /trunk/asn1/cms/Makefile.nmake
8685    M /trunk/asn1/cms/cms-exp.cnf
8686    M /trunk/configure.in
8687
8688 Change some additional protocols to the new build system
8689
8690 ------------------------------------------------------------------------
8691 r22959 | ulfl | 2007-09-25 12:22:31 -0700 (Tue, 25 Sep 2007) | 1 line
8692 Changed paths:
8693    M /trunk/all.vcproj
8694
8695 also do a distclean when doing a clean for the all target
8696 ------------------------------------------------------------------------
8697 r22960 | stig | 2007-09-25 12:30:26 -0700 (Tue, 25 Sep 2007) | 2 lines
8698 Changed paths:
8699    M /trunk/epan/dissectors/packet-eth.c
8700
8701 Highlight whole ethernet trailer in Packet Details View.
8702
8703 ------------------------------------------------------------------------
8704 r22961 | jake | 2007-09-25 12:42:46 -0700 (Tue, 25 Sep 2007) | 19 lines
8705 Changed paths:
8706    M /trunk/epan/dissectors/packet-dcp.c
8707
8708 From Gerrit Renker:
8709 This is an update for the DCCP dissector and has previously been sent to
8710 the DCCP dissector maintainer, Francesco Fondelli, who supplied
8711 the Acked-by. I have been using it with profit for several weeks.
8712
8713 This patch provides the following extensions:
8714  * type-dependent decoding of feature-negotiation options (NN and SP types of
8715 options, NN is a 1..6 byte value in network-byte-order, SP is always a list of
8716 unsigned char)
8717  * decoding for CCID3 Send Loss Event Rate feature
8718  * some pretty-printing of options
8719  * decoding of CCID3-specific options
8720        - Loss Event Rate (receiver report)
8721        - Receive Rate (also reported by receiver)
8722  * there was a change in the spec - the NDP count at sometime `grew' from 3 to
8723 6 bytes (it was the same in the kernel). I have updated the data type from uint32 to
8724 uint64
8725  * utility function to decode from network-byte-order into host byte order with
8726 variable length
8727 ------------------------------------------------------------------------
8728 r22962 | gerald | 2007-09-25 12:52:19 -0700 (Tue, 25 Sep 2007) | 2 lines
8729 Changed paths:
8730    M /trunk/capinfos.c
8731
8732 Add the file encapsulation.
8733
8734 ------------------------------------------------------------------------
8735 r22963 | ulfl | 2007-09-25 12:52:51 -0700 (Tue, 25 Sep 2007) | 1 line
8736 Changed paths:
8737    M /trunk/asn1/Makefile.inc.nmake
8738
8739 fix a typo in the source files target, took me more than an hour to find it :-(((
8740 ------------------------------------------------------------------------
8741 r22964 | wmeier | 2007-09-25 12:59:50 -0700 (Tue, 25 Sep 2007) | 2 lines
8742 Changed paths:
8743    M /trunk/wiretap/catapult_dct2000.c
8744
8745 Add error checking for fwrites; replacement for one of patches provided in bug #1864
8746
8747 ------------------------------------------------------------------------
8748 r22965 | wmeier | 2007-09-25 13:34:06 -0700 (Tue, 25 Sep 2007) | 2 lines
8749 Changed paths:
8750    M /trunk/wiretap/catapult_dct2000.c
8751
8752 Fix whitespace of newly added lines to match rest of file
8753
8754 ------------------------------------------------------------------------
8755 r22966 | sake | 2007-09-25 13:37:13 -0700 (Tue, 25 Sep 2007) | 13 lines
8756 Changed paths:
8757    M /trunk/epan/dissectors/packet-tcp.c
8758    M /trunk/epan/dissectors/packet-tcp.h
8759
8760 This patch adds two new fields to the tcp-dissector:
8761
8762 tcp.time_relative ==> the time that has elapsed since the 
8763    first packet that was seen in the current TCP stream
8764
8765 tcp.time_delta ==> the time that has elapsed since the 
8766    last packet that was seen in the current TCP stream
8767
8768 Calculating these timestamps is turned off by default to not 
8769 use the extra memory that is needed for the per-packet-data.
8770 It can be turned on through the TCP protocol preferences
8771
8772
8773 ------------------------------------------------------------------------
8774 r22967 | gerald | 2007-09-25 14:35:20 -0700 (Tue, 25 Sep 2007) | 2 lines
8775 Changed paths:
8776    M /trunk/docbook/release-notes.xml
8777
8778 Add an item about the coloring rules crash fix.
8779
8780 ------------------------------------------------------------------------
8781 r22968 | ulfl | 2007-09-25 14:38:54 -0700 (Tue, 25 Sep 2007) | 1 line
8782 Changed paths:
8783    M /trunk/doc/tshark.pod
8784
8785 clarify tshark -B (file format) option
8786 ------------------------------------------------------------------------
8787 r22969 | ulfl | 2007-09-25 14:55:06 -0700 (Tue, 25 Sep 2007) | 11 lines
8788 Changed paths:
8789    M /trunk/Makefile.common
8790    M /trunk/capture.c
8791    M /trunk/capture_opts.c
8792    M /trunk/tshark.c
8793    M /trunk/tshark.vcproj
8794
8795 as "advertised" some days ago:
8796 rewrite the tshark capture code almost completely, to use dumpcap instead of it's own pcap functionality.
8797
8798 This works on Win32 and should work on unix/linux (but I'm not sure here). Some stuff needs to be cleaned up, some more may need to be rewritten to specifically work with unix/win32. Futher work needs to be done at:
8799
8800 1. read filters (simply document current behaviour?)
8801 2. event loop polling
8802 3. privileges
8803 4. code cleanup (e.g. in capture_loop.c)
8804
8805 Be prepared that tshark might not work as before / expected at least in the next days!
8806 ------------------------------------------------------------------------
8807 r22970 | ulfl | 2007-09-25 14:56:43 -0700 (Tue, 25 Sep 2007) | 1 line
8808 Changed paths:
8809    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
8810
8811 slightly better summary of IODWriteRes and don't repeat AR info for each IODWriteRes_header
8812 ------------------------------------------------------------------------
8813 r22971 | ulfl | 2007-09-25 14:57:25 -0700 (Tue, 25 Sep 2007) | 1 line
8814 Changed paths:
8815    M /trunk/epan/dissectors/dissectors.vcproj
8816
8817 add some more files
8818 ------------------------------------------------------------------------
8819 r22972 | ulfl | 2007-09-25 14:59:19 -0700 (Tue, 25 Sep 2007) | 1 line
8820 Changed paths:
8821    M /trunk/wireshark.sln
8822
8823 add a "build.0" configuration, MSVC 2005 wants to have it (for whatever reasons)
8824 ------------------------------------------------------------------------
8825 r22973 | ulfl | 2007-09-25 15:38:39 -0700 (Tue, 25 Sep 2007) | 1 line
8826 Changed paths:
8827    M /trunk/Makefile.common
8828
8829 remove trailing backslash
8830 ------------------------------------------------------------------------
8831 r22974 | ulfl | 2007-09-25 16:23:56 -0700 (Tue, 25 Sep 2007) | 1 line
8832 Changed paths:
8833    M /trunk/tshark.c
8834
8835 add a dummy function, so unix/linux version should at least compile
8836 ------------------------------------------------------------------------
8837 r22975 | ulfl | 2007-09-25 17:03:30 -0700 (Tue, 25 Sep 2007) | 1 line
8838 Changed paths:
8839    M /trunk/tshark.c
8840
8841 solve some more of the unix specific buildbot problems
8842 ------------------------------------------------------------------------
8843 r22976 | guy | 2007-09-25 17:41:00 -0700 (Tue, 25 Sep 2007) | 9 lines
8844 Changed paths:
8845    M /trunk/doc/README.developer
8846    M /trunk/epan/dissectors/packet-dcp.c
8847
8848 Don't use
8849
8850         case N ... M:
8851
8852 as that's not supported by all compilers.
8853
8854 Say so in the Portability section of README.developer, in the hopes of
8855 discouraging others from using that GCCism.
8856
8857 ------------------------------------------------------------------------
8858 r22977 | ulfl | 2007-09-25 17:44:47 -0700 (Tue, 25 Sep 2007) | 1 line
8859 Changed paths:
8860    M /trunk/tshark.c
8861
8862 the Ubuntu / OS X buildbots don't seem to like G_STATIC_MUTEX_INIT (for whatever reason), try to use g_static_mutex_init() instead
8863 ------------------------------------------------------------------------
8864 r22978 | guy | 2007-09-25 19:21:31 -0700 (Tue, 25 Sep 2007) | 2 lines
8865 Changed paths:
8866    M /trunk/epan/dissectors/packet-dcp.c
8867
8868 A guint8 can never be > 255.
8869
8870 ------------------------------------------------------------------------
8871 r22979 | guy | 2007-09-25 19:36:22 -0700 (Tue, 25 Sep 2007) | 8 lines
8872 Changed paths:
8873    M /trunk/epan/dissectors/packet-dcp.c
8874
8875 Squelch *another* "case M ... N:".
8876
8877 To quote doc/README.developer:
8878
8879   Don't use "inline"; not all compilers support it.  If you want to have a
8880   function be an inline function if the compiler supports it, use
8881   G_INLINE_FUNC, which is declared by <glib.h>.
8882
8883 ------------------------------------------------------------------------
8884 r22980 | sfisher | 2007-09-25 20:05:42 -0700 (Tue, 25 Sep 2007) | 13 lines
8885 Changed paths:
8886    M /trunk/doc/README.developer
8887    M /trunk/epan/dissectors/packet-dcp.c
8888
8889
8890 The dissector packet-dcp.c now fails to compile on MacOS X (gcc 4.0.1/Apple).  Change G_INLINE_FUNC back to inline per GLib documentation (also remove recommendation in developer's guide to not use inline):
8891
8892 http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Macros.html#id2571572
8893
8894 G_INLINE_FUNC
8895
8896 #define             G_INLINE_FUNC
8897 This macro is used to export function prototypes so they can be linked with an external version when no inlining is performed. The file which implements the functions should define G_IMPLEMENTS_INLINES before including the headers which contain G_INLINE_FUNC declarations. Since inlining is very compiler-dependent using these macros correctly is very difficult. Their use is strongly discouraged.
8898
8899 This macro is often mistaken for a replacement for the inline keyword; inline is already declared in a portable manner in the glib headers and can be used normally.
8900
8901
8902 ------------------------------------------------------------------------
8903 r22981 | sfisher | 2007-09-25 20:31:41 -0700 (Tue, 25 Sep 2007) | 7 lines
8904 Changed paths:
8905    M /trunk/Makefile.common
8906
8907
8908 Move sync_pipe_write.c to WIRESHARK_COMMON_SRC since it is now also needed
8909 by tshark as well as Wireshark to fix compilation on Unix platforms.
8910 This is due to the introduction of capture_sync.c (which calls
8911 sync_pipe_errmsg_to_parent) to tshark_SOURCES in SVN revision 22969.
8912
8913
8914 ------------------------------------------------------------------------
8915 r22982 | guy | 2007-09-25 23:53:38 -0700 (Tue, 25 Sep 2007) | 3 lines
8916 Changed paths:
8917    M /trunk/epan/dissectors/packet-dcp.c
8918
8919 Make the number of bytes just a guint, in the hopes that it'll squelch
8920 some of the warnings.
8921
8922 ------------------------------------------------------------------------
8923 r22983 | jmayer | 2007-09-26 00:09:51 -0700 (Wed, 26 Sep 2007) | 2 lines
8924 Changed paths:
8925    M /trunk/epan/dissectors/packet-smb-pipe.c
8926    M /trunk/epan/dissectors/packet-tds.c
8927    M /trunk/gtk/proto_draw.c
8928
8929 "fix" some warnings about "might be used uninitialized" variables
8930
8931 ------------------------------------------------------------------------
8932 r22984 | jmayer | 2007-09-26 00:10:40 -0700 (Wed, 26 Sep 2007) | 2 lines
8933 Changed paths:
8934    M /trunk/epan/dissectors/packet-extreme.c
8935
8936 Beginnings of EAPS shared link packet dissection (EAPSv2)
8937
8938 ------------------------------------------------------------------------
8939 r22985 | jmayer | 2007-09-26 01:38:43 -0700 (Wed, 26 Sep 2007) | 1 line
8940 Changed paths:
8941    M /trunk/epan/dissectors/packet-extreme.c
8942
8943 Decode role on shared link
8944 ------------------------------------------------------------------------
8945 r22986 | martinm | 2007-09-26 07:47:22 -0700 (Wed, 26 Sep 2007) | 4 lines
8946 Changed paths:
8947    M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
8948
8949 - show type (number) of unrecognised tlvs in the tlv root item
8950 - also add this as an expert item
8951 - tlv root item is now an FT_BYTES item (allowing filtering on whole tlv contents)
8952
8953 ------------------------------------------------------------------------
8954 r22987 | gerald | 2007-09-26 08:48:45 -0700 (Wed, 26 Sep 2007) | 2 lines
8955 Changed paths:
8956    M /trunk/doc/capinfos.pod
8957
8958 Add the -E (encapsulation) flag.
8959
8960 ------------------------------------------------------------------------
8961 r22988 | etxrab | 2007-09-26 12:00:48 -0700 (Wed, 26 Sep 2007) | 1 line
8962 Changed paths:
8963    M /trunk/packaging/u3/win32/makefile.nmake
8964
8965 Try to fix the U3 build.
8966 ------------------------------------------------------------------------
8967 r22989 | etxrab | 2007-09-26 12:01:29 -0700 (Wed, 26 Sep 2007) | 1 line
8968 Changed paths:
8969    M /trunk/epan/dissectors/packet-rsl.c
8970
8971 Further IE dissection.
8972 ------------------------------------------------------------------------
8973 r22990 | etxrab | 2007-09-26 12:50:53 -0700 (Wed, 26 Sep 2007) | 1 line
8974 Changed paths:
8975    M /trunk/epan/dissectors/packet-rsl.c
8976
8977 The unused pinfo strikes back (again).
8978 ------------------------------------------------------------------------
8979 r22991 | etxrab | 2007-09-26 14:37:57 -0700 (Wed, 26 Sep 2007) | 1 line
8980 Changed paths:
8981    M /trunk/epan/dissectors/packet-rsl.c
8982
8983 Fix unused functions.
8984 ------------------------------------------------------------------------
8985 r22992 | stig | 2007-09-26 15:50:53 -0700 (Wed, 26 Sep 2007) | 5 lines
8986 Changed paths:
8987    M /trunk/gtk/io_stat.c
8988
8989 - Added Tick interval 1 min and 10 min.
8990 - Draw an empty graph if no items in given tick interval.
8991 - Initialize interval_delta so we don't get overlaping x-scale labels.
8992 - Some whitespace cleanup.
8993
8994 ------------------------------------------------------------------------
8995 r22993 | stig | 2007-09-26 15:55:36 -0700 (Wed, 26 Sep 2007) | 2 lines
8996 Changed paths:
8997    M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
8998
8999 Added 1 min and 10 min tick intervals to the user guide.
9000
9001 ------------------------------------------------------------------------
9002 r22994 | kukosa | 2007-09-26 23:03:45 -0700 (Wed, 26 Sep 2007) | 1 line
9003 Changed paths:
9004    M /trunk/asn1/Makefile.am
9005    D /trunk/asn1/rrc/Makefile
9006    M /trunk/asn1/rrc/Makefile.nmake
9007    D /trunk/asn1/rrlp/Makefile
9008    M /trunk/asn1/rrlp/Makefile.nmake
9009    D /trunk/asn1/t38/Makefile
9010    M /trunk/asn1/t38/Makefile.nmake
9011    D /trunk/asn1/ulp/Makefile
9012    M /trunk/asn1/ulp/Makefile.nmake
9013    M /trunk/config.nmake
9014    M /trunk/epan/dissectors/packet-t38.c
9015    M /trunk/epan/dissectors/packet-t38.h
9016
9017 put next few simple ASN.1 dissectors into the new makefile structure
9018 ------------------------------------------------------------------------
9019 r22995 | kukosa | 2007-09-27 00:08:47 -0700 (Thu, 27 Sep 2007) | 1 line
9020 Changed paths:
9021    A /trunk/asn1/rrc/Makefile.am
9022    A /trunk/asn1/rrc/Makefile.common
9023    A /trunk/asn1/rrlp/Makefile.am
9024    A /trunk/asn1/rrlp/Makefile.common
9025    A /trunk/asn1/t38/Makefile.am
9026    A /trunk/asn1/t38/Makefile.common
9027    A /trunk/asn1/ulp/Makefile.am
9028    A /trunk/asn1/ulp/Makefile.common
9029
9030 add forgotten makefiles
9031 ------------------------------------------------------------------------
9032 r22996 | kukosa | 2007-09-27 01:33:53 -0700 (Thu, 27 Sep 2007) | 1 line
9033 Changed paths:
9034    M /trunk/config.nmake
9035    M /trunk/configure.in
9036
9037 revert changes in config.nmake committed by mistake and commit configure.in 
9038 ------------------------------------------------------------------------
9039 r22997 | jmayer | 2007-09-27 02:24:38 -0700 (Thu, 27 Sep 2007) | 1 line
9040 Changed paths:
9041    M /trunk/asn1/Makefile.am
9042    M /trunk/asn1/dap
9043    D /trunk/asn1/dap/Makefile
9044    A /trunk/asn1/dap/Makefile.am
9045    A /trunk/asn1/dap/Makefile.common
9046    M /trunk/asn1/dap/Makefile.nmake
9047    M /trunk/asn1/dap/dap-exp.cnf
9048    M /trunk/configure.in
9049
9050 Convert asn1/dap/
9051 ------------------------------------------------------------------------
9052 r22998 | morriss | 2007-09-27 07:11:57 -0700 (Thu, 27 Sep 2007) | 1 line
9053 Changed paths:
9054    M /trunk/epan/dissectors/packet-nsip.c
9055
9056 As requested by Juan Wortley on -users: instead of allowing only 2 UDP ports to be dissected as NSIP, allow a range.  Obsolete the old preferences.
9057 ------------------------------------------------------------------------
9058 r22999 | morriss | 2007-09-27 08:58:54 -0700 (Thu, 27 Sep 2007) | 8 lines
9059 Changed paths:
9060    M /trunk/tshark.c
9061
9062 (Try to) get tshark capturing working on *NIX (it works for me anyway):
9063 We can simply block waiting for input from the child process because we are
9064 in a CLI that does not need to worry about updating a GUI while we're waiting
9065 for packets and so forth.
9066
9067 Before I realized that I wrote a working (for me) method using select() that
9068 I've left in for now (#ifdef'd out).
9069
9070 ------------------------------------------------------------------------
9071 r23000 | sake | 2007-09-27 11:36:17 -0700 (Thu, 27 Sep 2007) | 15 lines
9072 Changed paths:
9073    M /trunk/wiretap/iseries.c
9074
9075 From Martin Warnes:
9076
9077 Attached is a small patch that correct an issue with reading certain IBM
9078 iSeries Comms traces.
9079
9080 Traces where data has been dropped for whatever reason now have the
9081 packet number suffixed with an asterix "*", this causes the current
9082 iSeries wiretap routine to report a "bad" header. The attached patch
9083 simply scans the packet number field and removes any "* characters prior
9084 to scanning, the fact that data may be missing is more than adequately
9085 reported later by current wireshark packet processing.
9086
9087 Regards .. Martin
9088
9089
9090 ------------------------------------------------------------------------
9091 r23001 | stig | 2007-09-27 14:27:34 -0700 (Thu, 27 Sep 2007) | 2 lines
9092 Changed paths:
9093    M /trunk/asn1/rrc
9094    M /trunk/asn1/rrlp
9095    M /trunk/asn1/t38
9096    M /trunk/asn1/ulp
9097
9098 Added default svn:ignore for asn1 rrlp, rrc, ulp and t38.
9099
9100 ------------------------------------------------------------------------
9101 r23002 | stig | 2007-09-27 14:48:25 -0700 (Thu, 27 Sep 2007) | 2 lines
9102 Changed paths:
9103    M /trunk/asn1/ranap/Makefile.common
9104
9105 Updated to include the ranap header file.
9106
9107 ------------------------------------------------------------------------
9108 r23003 | gerald | 2007-09-27 16:49:05 -0700 (Thu, 27 Sep 2007) | 3 lines
9109 Changed paths:
9110    M /trunk/tshark.c
9111
9112 Load wpcap.dll, since we still use it for some things.  This should hopefully
9113 fix Buildbot.
9114
9115 ------------------------------------------------------------------------
9116 r23004 | sahlberg | 2007-09-27 22:50:19 -0700 (Thu, 27 Sep 2007) | 6 lines
9117 Changed paths:
9118    M /trunk/epan/dissectors/packet-eth.c
9119    M /trunk/epan/dissectors/packet-ip.c
9120
9121 queue the ip/eth headers for tapping before calling any subdissectors   
9122 so that they can be tapped even if the subdissectors cause an exception
9123
9124
9125 this fixes bug 1527
9126
9127 ------------------------------------------------------------------------
9128 r23005 | etxrab | 2007-09-27 23:06:36 -0700 (Thu, 27 Sep 2007) | 1 line
9129 Changed paths:
9130    M /trunk/tools/win32-setup.sh
9131
9132 Use the tag for downloading.
9133 ------------------------------------------------------------------------
9134 r23006 | sahlberg | 2007-09-28 00:08:52 -0700 (Fri, 28 Sep 2007) | 9 lines
9135 Changed paths:
9136    M /trunk/epan/dissectors/packet-ndmp.c
9137
9138 ndmp   and tcp encapsulation of esp   both use port 10000
9139
9140 make ndmp a heuristic dissector so it will "win" over tcp esp  if the 
9141 packets look like ndmp  and if "preferences/tcp/heuristic dissectors 
9142 first has been 
9143 chosen"
9144
9145
9146
9147 ------------------------------------------------------------------------
9148 r23007 | sahlberg | 2007-09-28 00:25:50 -0700 (Fri, 28 Sep 2007) | 3 lines
9149 Changed paths:
9150    M /trunk/epan/dissectors/packet-ndmp.c
9151    A /trunk/epan/dissectors/packet-ndmp.h
9152
9153 add a function to test if a packet is ndmp or not
9154
9155
9156 ------------------------------------------------------------------------
9157 r23008 | sahlberg | 2007-09-28 00:26:40 -0700 (Fri, 28 Sep 2007) | 3 lines
9158 Changed paths:
9159    M /trunk/epan/dissectors/Makefile.common
9160
9161 add ndmp.h to the makefile
9162
9163
9164 ------------------------------------------------------------------------
9165 r23009 | sahlberg | 2007-09-28 00:34:42 -0700 (Fri, 28 Sep 2007) | 13 lines
9166 Changed paths:
9167    M /trunk/epan/dissectors/packet-ipsec-tcp.c
9168
9169 this silly protocol uses the same port as ndmp   and worse,   there is 
9170 nothing really in the header to identify it reliably as silly 
9171 vendor specific encapsulation 
9172
9173 10000 is actually registered by iana for ndmp   so it makes no sense for 
9174 a lazy vendor to use it by default.
9175
9176 make it check if the packet is ndmp first before assuming that anything 
9177 that goes to port 10000 must be some lazy vendor specific protocol
9178
9179 grrr
9180
9181
9182 ------------------------------------------------------------------------
9183 r23010 | morriss | 2007-09-28 06:33:54 -0700 (Fri, 28 Sep 2007) | 1 line
9184 Changed paths:
9185    M /trunk/doc/README.developer
9186
9187 Add notes suggesting not to use hidden fields but if you're going to, use PROTO_ITEM_SET_HIDDEN() instead of proto_tree_add_*_hidden().  (I thought that was in here already...)  Suggest putting fields-you-want-hidden in subtrees where they can be found by ordinary users.
9188 ------------------------------------------------------------------------
9189 r23011 | morriss | 2007-09-28 06:39:20 -0700 (Fri, 28 Sep 2007) | 1 line
9190 Changed paths:
9191    M /trunk/doc/README.developer
9192
9193 Add a small note saying not to use proto_tree_add_text() in new code unless you have a specific reason (like those given in the next paragraphs).
9194 ------------------------------------------------------------------------
9195 r23012 | sake | 2007-09-28 07:37:15 -0700 (Fri, 28 Sep 2007) | 3 lines
9196 Changed paths:
9197    M /trunk/wiretap/netscreen.c
9198
9199 When reading NetScreen snoop output, allow the '.' in interface names
9200 so that packets on subinterfaces are accepted too.
9201
9202 ------------------------------------------------------------------------
9203 r23013 | martinm | 2007-09-28 09:17:22 -0700 (Fri, 28 Sep 2007) | 2 lines
9204 Changed paths:
9205    M /trunk/epan/dissectors/packet-catapult-dct2000.c
9206
9207 Handle IPv6 addresses in ipprim headers.
9208
9209 ------------------------------------------------------------------------
9210 r23014 | morriss | 2007-09-28 09:34:59 -0700 (Fri, 28 Sep 2007) | 1 line
9211 Changed paths:
9212    M /trunk/tshark.c
9213
9214 Specify that -l causes tshark to flush the *standard* output (from bug 1875).  The man page already states this
9215 ------------------------------------------------------------------------
9216 r23015 | wmeier | 2007-09-28 10:22:03 -0700 (Fri, 28 Sep 2007) | 2 lines
9217 Changed paths:
9218    M /trunk/wiretap/k12.c
9219
9220 Add error checking for fwrites; replacement for the 2nd of the patches provided in bug #1864
9221
9222 ------------------------------------------------------------------------
9223 r23016 | bondolo | 2007-09-28 11:23:59 -0700 (Fri, 28 Sep 2007) | 3 lines
9224 Changed paths:
9225    M /trunk/epan/addr_resolv.c
9226    M /trunk/epan/addr_resolv.h
9227    M /trunk/epan/column-utils.c
9228
9229 Changes get_addr_name_buf() to use the more common convention where the provided buffer size is the entire size of the buffer including the space for the terminating \0
9230
9231
9232 ------------------------------------------------------------------------
9233 r23017 | bondolo | 2007-09-28 12:00:45 -0700 (Fri, 28 Sep 2007) | 6 lines
9234 Changed paths:
9235    M /trunk/epan/column-utils.c
9236
9237 Special casing is no longer necessary for formatting of AT_STRINGZ in col_set_addr() as
9238 address_to_str_buf() does now take COL_MAX_LEN as a parameter.
9239
9240 Add support for AT_URI to col_expr for addresses in col_set_addr(). The field names are "uri.src" and "uri.dst".
9241
9242
9243 ------------------------------------------------------------------------
9244 r23018 | jake | 2007-09-28 12:16:05 -0700 (Fri, 28 Sep 2007) | 2 lines
9245 Changed paths:
9246    M /trunk/epan/dissectors/packet-data.c
9247
9248 Why do I have to enable the Bytes View to see the (start of) data of the Data dissector?
9249 Adding the data as a subtree to the Data dissector.
9250 ------------------------------------------------------------------------
9251 r23019 | bondolo | 2007-09-28 13:53:56 -0700 (Fri, 28 Sep 2007) | 6 lines
9252 Changed paths:
9253    M /trunk/epan/dissectors/packet-jxta.c
9254
9255 Improves dissection of JXTA traffic from http connections. 
9256
9257 Improved address display in packet summary panes.
9258
9259 more options for jxta pdu filtering by addresses.
9260
9261 ------------------------------------------------------------------------
9262 r23020 | gerald | 2007-09-28 16:40:51 -0700 (Fri, 28 Sep 2007) | 2 lines
9263 Changed paths:
9264    M /trunk/test/suite-capture.sh
9265
9266 Support Solaris along with Windows.
9267
9268 ------------------------------------------------------------------------
9269 r23021 | guy | 2007-09-28 17:58:20 -0700 (Fri, 28 Sep 2007) | 2 lines
9270 Changed paths:
9271    M /trunk/version_info.c
9272
9273 We don't use NetSNMP any more.
9274
9275 ------------------------------------------------------------------------
9276 r23022 | guy | 2007-09-28 18:01:02 -0700 (Fri, 28 Sep 2007) | 2 lines
9277 Changed paths:
9278    M /trunk/dumpcap.c
9279
9280 We don't use NetSNMP any more.
9281
9282 ------------------------------------------------------------------------
9283 r23023 | guy | 2007-09-28 18:14:16 -0700 (Fri, 28 Sep 2007) | 2 lines
9284 Changed paths:
9285    M /trunk/capture_sync.c
9286
9287 The fork_child argument to sync_interface_stats_close is unused on UN*X.
9288
9289 ------------------------------------------------------------------------
9290 r23024 | guy | 2007-09-28 18:15:11 -0700 (Fri, 28 Sep 2007) | 4 lines
9291 Changed paths:
9292    M /trunk/dumpcap.c
9293    M /trunk/sync_pipe.h
9294    M /trunk/sync_pipe_write.c
9295
9296 Don't hardcode the notion that the sync pipe is the standard output into
9297 sync_pipe_errmsg_to_parent(); have it take the FD for the sync pipe as
9298 an argument.
9299
9300 ------------------------------------------------------------------------
9301 r23025 | guy | 2007-09-28 18:36:03 -0700 (Fri, 28 Sep 2007) | 4 lines
9302 Changed paths:
9303    M /trunk/capture_sync.c
9304    M /trunk/dumpcap.c
9305
9306 Make the "-Z" argument to dumpcap take an argument that's the file
9307 descriptor to use as the sync pipe.  For now, always pass 1, so the sync
9308 pipe is the standard output of dumpcap.
9309
9310 ------------------------------------------------------------------------
9311 r23026 | guy | 2007-09-28 19:05:09 -0700 (Fri, 28 Sep 2007) | 4 lines
9312 Changed paths:
9313    M /trunk/tshark.c
9314
9315 Clean up indentation a bit.
9316
9317 Count packets even if we're not dissecting them.
9318
9319 ------------------------------------------------------------------------
9320 r23027 | guy | 2007-09-28 19:05:31 -0700 (Fri, 28 Sep 2007) | 2 lines
9321 Changed paths:
9322    M /trunk/capinfos.c
9323
9324 Fix typo.
9325
9326 ------------------------------------------------------------------------
9327 r23028 | guy | 2007-09-28 19:10:25 -0700 (Fri, 28 Sep 2007) | 2 lines
9328 Changed paths:
9329    M /trunk/README
9330
9331 Update to reflect that we're using libsmi, not Net-SNMP.
9332
9333 ------------------------------------------------------------------------
9334 r23029 | guy | 2007-09-28 19:20:17 -0700 (Fri, 28 Sep 2007) | 3 lines
9335 Changed paths:
9336    M /trunk/epan/dissectors/packet-jxta.c
9337
9338 "pinfo->match_string" is a "const char *"; save it into a variable of
9339 the same type - that makes compilers much happier.
9340
9341 ------------------------------------------------------------------------
9342 r23030 | guy | 2007-09-28 19:27:04 -0700 (Fri, 28 Sep 2007) | 2 lines
9343 Changed paths:
9344    M /trunk/tshark.c
9345
9346 Get rid of a forward declaration of a routine that no longer exists.
9347
9348 ------------------------------------------------------------------------
9349 r23031 | sake | 2007-09-29 00:55:25 -0700 (Sat, 29 Sep 2007) | 7 lines
9350 Changed paths:
9351    M /trunk/wiretap/netscreen.c
9352
9353 When reading NetScreen snoop output, only use WTAP_ENCAP_PER_PACKET
9354 if there are packets with different encapsulationtype in the file.
9355 Otherwise use the encapsulationtype of the packets in the file. 
9356
9357 This makes it possible to save the imported data as libpcap file
9358 (or any other format that does not support per-packet encapsulation).
9359
9360 ------------------------------------------------------------------------
9361 r23032 | guy | 2007-09-29 16:42:45 -0700 (Sat, 29 Sep 2007) | 5 lines
9362 Changed paths:
9363    M /trunk/README.bsd
9364
9365 Include DragonFly BSD in the list of BSDs to which this applies.
9366
9367 Add information on how to set the mode, owner, and/or group of the BPF
9368 devices in FreeBSD with devfs.
9369
9370 ------------------------------------------------------------------------
9371 r23033 | guy | 2007-09-29 17:03:38 -0700 (Sat, 29 Sep 2007) | 2 lines
9372 Changed paths:
9373    M /trunk/README.macos
9374
9375 Wireshark builds with 10.4's X11 as well.
9376
9377 ------------------------------------------------------------------------
9378 r23034 | guy | 2007-09-29 17:18:44 -0700 (Sat, 29 Sep 2007) | 17 lines
9379 Changed paths:
9380    M /trunk/AUTHORS
9381    M /trunk/debian/wireshark-root.desktop
9382    M /trunk/wireshark.desktop
9383
9384 From St?\195?\169phane Loeuillet: patches to fix problems with the .desktop files
9385 found by desktop-file-validate:
9386
9387   wireshark.desktop: warning: value "" for key "Path" in group "Desktop Entry"
9388   does not look like an absolute path
9389   wireshark.desktop: warning: value "GNOME;Application;Network;" for key
9390   "Categories" in group "Desktop Entry" contains a deprecated value
9391   "Application"
9392
9393   wireshark-root.desktop: warning: key "Encoding" in group "Desktop Entry" is
9394   deprecated
9395   wireshark-root.desktop: warning: value "" for key "Path" in group "Desktop
9396   Entry" does not look like an absolute path
9397   wireshark-root.desktop: warning: value "GNOME;Application;Network;" for key
9398   "Categories" in group "Desktop Entry" contains a deprecated value
9399   "Application"
9400
9401 ------------------------------------------------------------------------
9402 r23035 | stig | 2007-09-30 03:07:56 -0700 (Sun, 30 Sep 2007) | 2 lines
9403 Changed paths:
9404    M /trunk/configure.in
9405
9406 Try xdg-open before htmlview.
9407
9408 ------------------------------------------------------------------------
9409 r23036 | guy | 2007-09-30 15:13:38 -0700 (Sun, 30 Sep 2007) | 8 lines
9410 Changed paths:
9411    M /trunk/editcap.c
9412
9413 Clean up indentation.
9414
9415 "time_t" is not guaranteed to be an "unsigned long"; when printing it
9416 with %lu, cast it to "unsigned long".
9417
9418 The "secs" field of a wtap_nstime, however, *is* defined to be a time_t;
9419 there's no need to cast it to time_t.
9420
9421 ------------------------------------------------------------------------
9422 r23037 | guy | 2007-09-30 15:34:15 -0700 (Sun, 30 Sep 2007) | 3 lines
9423 Changed paths:
9424    M /trunk/dumpcap.c
9425
9426 "get_compiled_version_info()" appends to the string text starting with
9427 "with", so we shouldn't put our own "with" in there.
9428
9429 ------------------------------------------------------------------------
9430 r23038 | sahlberg | 2007-09-30 15:34:19 -0700 (Sun, 30 Sep 2007) | 3 lines
9431 Changed paths:
9432    M /trunk/epan/dissectors/packet-dcerpc-fldb.c
9433    M /trunk/epan/dissectors/packet-fcct.c
9434    M /trunk/epan/dissectors/packet-fcdns.c
9435    M /trunk/epan/dissectors/packet-fcels.c
9436    M /trunk/epan/dissectors/packet-fcip.c
9437    M /trunk/epan/dissectors/packet-fr.c
9438    M /trunk/epan/dissectors/packet-ftam.c
9439
9440 update filter fields for bug 1803
9441
9442
9443 ------------------------------------------------------------------------
9444 r23039 | sahlberg | 2007-09-30 16:14:18 -0700 (Sun, 30 Sep 2007) | 15 lines
9445 Changed paths:
9446    M /trunk/epan/dissectors/packet-radius.c
9447
9448 change dissect_radius() to become a new-style dissector that can reject 
9449 packets that doesnt look like valid radius.
9450
9451 verify that a packet is radius by checking that the command code is 
9452 known and also that the length is between 20 and 4096 bytes
9453
9454 move the tap data to be ep_allocated instead of a static global variable
9455
9456 dont use tvb_memcpy() to read a structure off the wiredata
9457 use tvb_get_...    to unmarshall the fields explicitely
9458
9459
9460
9461 this fixes bug 1634
9462
9463 ------------------------------------------------------------------------
9464 r23040 | wmeier | 2007-09-30 17:22:39 -0700 (Sun, 30 Sep 2007) | 2 lines
9465 Changed paths:
9466    M /trunk/tshark.c
9467
9468 Add 'C' as a valid -N option in error message.
9469
9470 ------------------------------------------------------------------------
9471 r23041 | ulfl | 2007-10-01 22:04:35 -0700 (Mon, 01 Oct 2007) | 1 line
9472 Changed paths:
9473    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
9474
9475 update to latest IEC draft
9476 ------------------------------------------------------------------------
9477 r23042 | ulfl | 2007-10-01 22:07:13 -0700 (Mon, 01 Oct 2007) | 1 line
9478 Changed paths:
9479    M /trunk/epan/packet.c
9480
9481 be a bit more verbose, if the name given to register_dissector_table() is not unique (e.g. because of a buggy/duplicated plugin)
9482 ------------------------------------------------------------------------
9483 r23043 | kukosa | 2007-10-01 23:52:11 -0700 (Mon, 01 Oct 2007) | 1 line
9484 Changed paths:
9485    M /trunk/tools/asn2wrs.py
9486
9487 support of 'ANY DEFINED BY' from X.208 which is obsolete but still used in some RFCs
9488 ------------------------------------------------------------------------
9489 r23044 | sahlberg | 2007-10-02 01:21:25 -0700 (Tue, 02 Oct 2007) | 6 lines
9490 Changed paths:
9491    M /trunk/epan/dissectors/packet-ctdb.c
9492
9493 get rid of a check for null we dont need
9494
9495
9496 coverity 257
9497
9498
9499 ------------------------------------------------------------------------
9500 r23045 | sahlberg | 2007-10-02 01:27:39 -0700 (Tue, 02 Oct 2007) | 4 lines
9501 Changed paths:
9502    M /trunk/epan/dissectors/packet-dcerpc-samr.c
9503    M /trunk/epan/dissectors/pidl/samr.cnf
9504
9505 remove a test for null that we dont need since the variable can not be 
9506 null at this point
9507
9508
9509 ------------------------------------------------------------------------
9510 r23046 | sahlberg | 2007-10-02 01:33:38 -0700 (Tue, 02 Oct 2007) | 3 lines
9511 Changed paths:
9512    M /trunk/epan/dissectors/packet-jxta.c
9513
9514 coverity 263      check if variable is null before dereferencing it
9515
9516
9517 ------------------------------------------------------------------------
9518 r23047 | kukosa | 2007-10-02 02:26:28 -0700 (Tue, 02 Oct 2007) | 1 line
9519 Changed paths:
9520    M /trunk/epan/dissectors/packet-ssl-utils.c
9521
9522 review and update list of TLS cipher suites
9523 ------------------------------------------------------------------------
9524 r23048 | morriss | 2007-10-02 07:45:20 -0700 (Tue, 02 Oct 2007) | 1 line
9525 Changed paths:
9526    M /trunk/epan/dissectors/packet-cpfi.c
9527
9528 Make the CPFI dissector new style: return 0 in several cases (including if we don't have MAC addresses for the packet) to give other dissectors a chance to dissect the packet.  I rearranged the code quite a bit here and don't have a sample capture to test against: hopefully I didn't break anything.
9529 ------------------------------------------------------------------------
9530 r23049 | stig | 2007-10-02 08:46:17 -0700 (Tue, 02 Oct 2007) | 2 lines
9531 Changed paths:
9532    M /trunk/epan/dissectors/packet-udp.c
9533
9534 Do not indicate bogus length if inside an icmp.
9535
9536 ------------------------------------------------------------------------
9537 r23050 | stig | 2007-10-02 09:27:52 -0700 (Tue, 02 Oct 2007) | 2 lines
9538 Changed paths:
9539    M /trunk/epan/proto.c
9540
9541 Added a missing break - fixing bug 1890.
9542
9543 ------------------------------------------------------------------------
9544 r23051 | stig | 2007-10-02 09:46:49 -0700 (Tue, 02 Oct 2007) | 2 lines
9545 Changed paths:
9546    M /trunk/epan/dissectors/packet-nfs.c
9547
9548 Use given length when decoding fhandles as unknown.
9549
9550 ------------------------------------------------------------------------
9551 r23052 | stig | 2007-10-02 12:02:58 -0700 (Tue, 02 Oct 2007) | 2 lines
9552 Changed paths:
9553    M /trunk/epan/dissectors/packet-ncp2222.inc
9554
9555 Check return value from ptvcursor_add in an attempt to fix bug 1886.
9556
9557 ------------------------------------------------------------------------
9558 r23053 | etxrab | 2007-10-02 13:09:15 -0700 (Tue, 02 Oct 2007) | 1 line
9559 Changed paths:
9560    M /trunk/epan/dissectors/packet-gsm_a.c
9561    M /trunk/epan/dissectors/packet-gsm_a.h
9562    M /trunk/epan/dissectors/packet-rsl.c
9563
9564 Dissect more IE's
9565 ------------------------------------------------------------------------
9566 r23054 | etxrab | 2007-10-02 13:28:11 -0700 (Tue, 02 Oct 2007) | 1 line
9567 Changed paths:
9568    M /trunk/epan/dissectors/packet-rsl.c
9569
9570 Fix comments
9571 ------------------------------------------------------------------------
9572 r23055 | sahlberg | 2007-10-02 14:21:55 -0700 (Tue, 02 Oct 2007) | 3 lines
9573 Changed paths:
9574    M /trunk/epan/dissectors/packet-rsl.c
9575
9576 ifdef out a function that is not yet used
9577
9578
9579 ------------------------------------------------------------------------
9580 r23056 | sahlberg | 2007-10-02 14:26:22 -0700 (Tue, 02 Oct 2007) | 5 lines
9581 Changed paths:
9582    M /trunk/epan/dissectors/packet-ansi_a.c
9583
9584 bug 1872
9585
9586 from chris maynard  fix some filter names for ansi_a
9587
9588
9589 ------------------------------------------------------------------------
9590 r23057 | sahlberg | 2007-10-02 15:04:07 -0700 (Tue, 02 Oct 2007) | 7 lines
9591 Changed paths:
9592    M /trunk/plugins/sbus/packet-sbus.c
9593
9594 make the sbus dissector nwe-style and make it check that the packet does 
9595 indeed look like sbus before taking it.
9596
9597
9598 this fixes bug 1871
9599
9600
9601 ------------------------------------------------------------------------
9602 r23058 | sake | 2007-10-03 07:02:08 -0700 (Wed, 03 Oct 2007) | 9 lines
9603 Changed paths:
9604    M /trunk/epan/column-utils.c
9605    M /trunk/epan/column-utils.h
9606    M /trunk/epan/column.c
9607    M /trunk/epan/column_info.h
9608    M /trunk/epan/dissectors/packet-tcp.c
9609    M /trunk/epan/libwireshark.def
9610
9611 This patch adds two new column types:
9612 - COL_REL_CONV_TIME which is used to display the time relative to the first frame that was seen in the conversation
9613 - COL_DELTA_CONV_TIME which is used to display the delta time from the previous frame of the conversation
9614
9615 It also adds the function "col_set_time()" to "epan/column-utils.[ch]" which can be called from within a dissector to set either of these two columns to the appropiate time.
9616
9617 Last but not least, it lets the tcp-dissector make use of these two columns.
9618
9619
9620 ------------------------------------------------------------------------
9621 r23059 | stig | 2007-10-03 08:00:58 -0700 (Wed, 03 Oct 2007) | 2 lines
9622 Changed paths:
9623    M /trunk/epan/dissectors/packet-scsi.c
9624
9625 Use correct offset for sccs, bque and reladdr flags.
9626
9627 ------------------------------------------------------------------------
9628 r23060 | stig | 2007-10-03 09:22:50 -0700 (Wed, 03 Oct 2007) | 4 lines
9629 Changed paths:
9630    M /trunk/epan/dissectors/packet-scsi.c
9631
9632 Updated scsi_verdesc_val from appendix D in spc-3.
9633 Dump Inquiry Vendor Specific and Reserved fields as bytes.
9634 (still missing dumping of Clocking/QAS/IUS bits)
9635
9636 ------------------------------------------------------------------------
9637 r23061 | sake | 2007-10-03 10:07:19 -0700 (Wed, 03 Oct 2007) | 4 lines
9638 Changed paths:
9639    M /trunk/epan/req_resp_hdrs.c
9640
9641 Fixes reassembly of chunked http-responses spanning multiple tcp segments
9642 (bugs 1581,1851 and 1868)
9643
9644
9645 ------------------------------------------------------------------------
9646 r23062 | ulfl | 2007-10-03 10:57:57 -0700 (Wed, 03 Oct 2007) | 1 line
9647 Changed paths:
9648    M /trunk/wiretap/README.developer
9649
9650 update to changes in the source files
9651 ------------------------------------------------------------------------
9652 r23063 | ulfl | 2007-10-03 10:59:33 -0700 (Wed, 03 Oct 2007) | 1 line
9653 Changed paths:
9654    M /trunk/wiretap/wtap.h
9655
9656 fix some comments and sort functions by functionality
9657 ------------------------------------------------------------------------
9658 r23064 | ulfl | 2007-10-03 11:02:27 -0700 (Wed, 03 Oct 2007) | 1 line
9659 Changed paths:
9660    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
9661
9662 check version of each block and don't try to dissect a block if the version is not as  expected (to avoid "miss-dissections")
9663 ------------------------------------------------------------------------
9664 r23065 | stig | 2007-10-03 12:35:32 -0700 (Wed, 03 Oct 2007) | 2 lines
9665 Changed paths:
9666    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
9667
9668 Added parentheses to make the buildbot happy.
9669
9670 ------------------------------------------------------------------------
9671 r23066 | martinm | 2007-10-04 03:24:59 -0700 (Thu, 04 Oct 2007) | 3 lines
9672 Changed paths:
9673    M /trunk/epan/dissectors/packet-sip.c
9674
9675 Make selected length of first line include \r\n (as header lines do).
9676 Make 'Message Body' a proper filterable field.
9677
9678 ------------------------------------------------------------------------
9679 r23067 | stig | 2007-10-04 06:22:40 -0700 (Thu, 04 Oct 2007) | 2 lines
9680 Changed paths:
9681    M /trunk/epan/dissectors/packet-h261.c
9682
9683 Mask out correct bits in EBIT.
9684
9685 ------------------------------------------------------------------------
9686 r23068 | kukosa | 2007-10-05 00:36:51 -0700 (Fri, 05 Oct 2007) | 2 lines
9687 Changed paths:
9688    M /trunk/tools/asn2wrs.py
9689
9690 do not prepend './' before input file name if -D <dir> option is not used
9691 it made problem with absolute path usage
9692 ------------------------------------------------------------------------
9693 r23069 | kukosa | 2007-10-05 00:44:03 -0700 (Fri, 05 Oct 2007) | 1 line
9694 Changed paths:
9695    M /trunk/asn1/h225/h225-exp.cnf
9696    M /trunk/asn1/h225/h225.cnf
9697    M /trunk/asn1/h245/h245-exp.cnf
9698    M /trunk/asn1/h245/h245.cnf
9699    M /trunk/asn1/h450/packet-h450-template.c
9700    M /trunk/epan/dissectors/packet-h225.c
9701    M /trunk/epan/dissectors/packet-h225.h
9702    M /trunk/epan/dissectors/packet-h245.c
9703    M /trunk/epan/dissectors/packet-h245.h
9704    M /trunk/epan/dissectors/packet-h450.c
9705    M /trunk/epan/libwireshark.def
9706    M /trunk/gtk/h225_counter.c
9707    M /trunk/tap-h225counter.c
9708
9709 export more types from H.225.0 and H.245 which will be necessary for H.460.x, H.323 (Annex M,R), H.501
9710 ------------------------------------------------------------------------
9711 r23070 | kukosa | 2007-10-05 00:46:06 -0700 (Fri, 05 Oct 2007) | 1 line
9712 Changed paths:
9713    M /trunk/asn1/Makefile.inc
9714    M /trunk/asn1/Makefile.inc.nmake
9715
9716 allow to omit -p <proto> option
9717 ------------------------------------------------------------------------
9718 r23071 | kukosa | 2007-10-05 02:08:57 -0700 (Fri, 05 Oct 2007) | 1 line
9719 Changed paths:
9720    M /trunk/asn1/Makefile.inc
9721
9722 try to fix Linux makefile
9723 ------------------------------------------------------------------------
9724 r23072 | kukosa | 2007-10-05 03:38:30 -0700 (Fri, 05 Oct 2007) | 1 line
9725 Changed paths:
9726    M /trunk/asn1/Makefile.inc
9727
9728 comment out some lines till I learn how to write Linux makefile
9729 ------------------------------------------------------------------------
9730 r23073 | kukosa | 2007-10-05 04:15:00 -0700 (Fri, 05 Oct 2007) | 1 line
9731 Changed paths:
9732    M /trunk/asn1/Makefile.inc
9733
9734 next fix of my mistake :(
9735 ------------------------------------------------------------------------
9736 r23074 | richardv | 2007-10-05 07:45:21 -0700 (Fri, 05 Oct 2007) | 2 lines
9737 Changed paths:
9738    M /trunk/asn1/Makefile.inc
9739
9740 hopefully this will do what Thomas wants for NO_PROTO_OPT
9741
9742 ------------------------------------------------------------------------
9743 r23075 | morriss | 2007-10-05 14:25:35 -0700 (Fri, 05 Oct 2007) | 12 lines
9744 Changed paths:
9745    M /trunk/epan/dissectors/packet-netflow.c
9746
9747 From Andrew Feren via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1606 :
9748 1) IPFIX port (4739) should be configurable without recompiling
9749 2) It should be possible to specify more than one port to be dissected as
9750    Netflow and/or IPFIX
9751 3) Netflow should recognize UDP ports 2055 and 9996 (Both are common)
9752
9753 Also (from me):
9754 - make Netflow a "new style" dissector: return 0 if it doesn't appear to be a
9755   valid netflow packet
9756 - register the old preference (cflow.udp.port) as obsolete so users don't see
9757   warnings about it not being valid
9758
9759 ------------------------------------------------------------------------
9760 r23076 | gerald | 2007-10-05 14:38:59 -0700 (Fri, 05 Oct 2007) | 3 lines
9761 Changed paths:
9762    M /trunk/asn1/Makefile.inc
9763    M /trunk/asn1/Makefile.inc.nmake
9764
9765 In the various Makefiles, remove checks for NO_PROTO_OPT and allow PROT_OPT
9766 to be overridden further up the chain, e.g. in Makefile.common
9767
9768 ------------------------------------------------------------------------
9769 r23077 | morriss | 2007-10-05 15:39:06 -0700 (Fri, 05 Oct 2007) | 1 line
9770 Changed paths:
9771    M /trunk/capture_info.c
9772
9773 If wtap_open_offline() fails, print the errno too
9774 ------------------------------------------------------------------------
9775 r23078 | stig | 2007-10-05 16:47:37 -0700 (Fri, 05 Oct 2007) | 8 lines
9776 Changed paths:
9777    M /trunk/AUTHORS
9778    M /trunk/epan/dissectors/packet-wbxml.c
9779
9780 From Andrei Rubaniuk:
9781 This patch adds support for IMPS 1.3 protocol dissection and also 
9782 updates IMPS 1.2 protocol to approved release version.
9783
9784 From me:
9785 - Updated vals_wbxml_public_ids table.
9786 - Reindented file.
9787
9788 ------------------------------------------------------------------------
9789 r23079 | stig | 2007-10-06 04:28:09 -0700 (Sat, 06 Oct 2007) | 5 lines
9790 Changed paths:
9791    M /trunk/epan/dissectors/packet-p_mul.c
9792
9793 - Added option to use relative message id (MSID)
9794 - Added generated entry for total missing sequence numbers
9795 - Added expert info on invalid ack info length
9796 - Added count of ack in info column
9797
9798 ------------------------------------------------------------------------
9799 r23080 | stig | 2007-10-06 13:37:52 -0700 (Sat, 06 Oct 2007) | 4 lines
9800 Changed paths:
9801    M /trunk/asn1/x411/packet-x411-template.c
9802    M /trunk/asn1/x411/x411.cnf
9803    M /trunk/epan/dissectors/packet-x411.c
9804
9805 - Initialize address_item in MessageIdentifier to avoid a crash in handling
9806   LocalIdentifier when problems with the GlobalDomainIdentifier.  
9807 - Initialize global pointers to avoid potential crashes.
9808
9809 ------------------------------------------------------------------------
9810 r23081 | etxrab | 2007-10-07 08:14:27 -0700 (Sun, 07 Oct 2007) | 1 line
9811 Changed paths:
9812    M /trunk/epan/dissectors/packet-ethertype.c
9813    M /trunk/epan/etypes.h
9814
9815 Add ethertype for IEEE 802.1ag Connectivity Fault Management (CFM) protocol
9816 ------------------------------------------------------------------------
9817 r23082 | etxrab | 2007-10-07 09:02:04 -0700 (Sun, 07 Oct 2007) | 16 lines
9818 Changed paths:
9819    M /trunk/asn1/pkix1explicit/Makefile
9820    M /trunk/asn1/pkix1explicit/Makefile.nmake
9821    M /trunk/asn1/pkix1explicit/PKIX1EXPLICIT93.asn
9822    M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
9823    M /trunk/asn1/pkix1explicit/pkix1explicit.cnf
9824    M /trunk/asn1/pkix1explicit/pkix1explicit_exp.cnf
9825    M /trunk/asn1/pkix1implicit/Makefile
9826    M /trunk/asn1/pkix1implicit/Makefile.nmake
9827    M /trunk/asn1/pkix1implicit/PKIX1IMPLICIT93.asn
9828    M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
9829    M /trunk/asn1/pkix1implicit/pkix1implicit.cnf
9830    M /trunk/asn1/pkix1implicit/pkix1implicit_exp.cnf
9831    M /trunk/asn1/pkixcmp/CMP.asn
9832    M /trunk/asn1/pkixcmp/Makefile
9833    M /trunk/asn1/pkixcmp/Makefile.nmake
9834    M /trunk/asn1/pkixcmp/cmp-exp.cnf
9835    M /trunk/asn1/pkixcmp/cmp.cnf
9836    M /trunk/asn1/pkixcrmf/CRMF.asn
9837    M /trunk/asn1/pkixcrmf/Makefile
9838    M /trunk/asn1/pkixcrmf/Makefile.nmake
9839    M /trunk/asn1/pkixcrmf/crmf-exp.cnf
9840    M /trunk/asn1/pkixcrmf/crmf.cnf
9841    M /trunk/epan/dissectors/packet-cmp.c
9842    M /trunk/epan/dissectors/packet-cmp.h
9843    M /trunk/epan/dissectors/packet-crmf.c
9844    M /trunk/epan/dissectors/packet-crmf.h
9845    M /trunk/epan/dissectors/packet-pkix1explicit.c
9846    M /trunk/epan/dissectors/packet-pkix1explicit.h
9847    M /trunk/epan/dissectors/packet-pkix1implicit.c
9848    M /trunk/epan/dissectors/packet-pkix1implicit.h
9849
9850 From Martin Peylo:
9851 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1888
9852
9853 There are new versions of CMP (v2) in RFC4210 and CRMF (v2) in RFC4211. The
9854 right to exist of CRMF is bound to CMP so I don't split that into two bug
9855 reports. 
9856
9857 I'll upload the new (slightly handmassaged) ASN.1 files for both protocols,
9858 along with patches for the respective cnf files, where I also added new
9859 #.REGISTER statements.
9860
9861 Additionally I had to export some definitions from pkix1explicit (Attribute,
9862 Time, UniqueIdentifier and Version) and from pkix1implicit (KeyIdentifier).
9863 I'll also upload a patch for that.
9864
9865 I uploaded a CMPv2 sample (with errors in the protocol!) to the wiki.
9866 ------------------------------------------------------------------------
9867 r23083 | jmayer | 2007-10-07 13:02:30 -0700 (Sun, 07 Oct 2007) | 3 lines
9868 Changed paths:
9869    M /trunk/asn1/Makefile.am
9870    D /trunk/asn1/acse/acse-exp.cnf
9871    D /trunk/asn1/cdt/cdt-exp.cnf
9872    D /trunk/asn1/cmip/cmip-exp.cnf
9873    D /trunk/asn1/cms/cms-exp.cnf
9874    D /trunk/asn1/dap/dap-exp.cnf
9875    M /trunk/asn1/disp
9876    D /trunk/asn1/disp/Makefile
9877    A /trunk/asn1/disp/Makefile.am
9878    A /trunk/asn1/disp/Makefile.common
9879    M /trunk/asn1/disp/Makefile.nmake
9880    D /trunk/asn1/disp/disp-exp.cnf
9881    M /trunk/asn1/dop
9882    D /trunk/asn1/dop/Makefile
9883    A /trunk/asn1/dop/Makefile.am
9884    A /trunk/asn1/dop/Makefile.common
9885    M /trunk/asn1/dop/Makefile.nmake
9886    D /trunk/asn1/dop/dop-exp.cnf
9887    D /trunk/asn1/dop/x501-exp.cnf
9888    M /trunk/asn1/dsp
9889    D /trunk/asn1/dsp/Makefile
9890    A /trunk/asn1/dsp/Makefile.am
9891    A /trunk/asn1/dsp/Makefile.common
9892    M /trunk/asn1/dsp/Makefile.nmake
9893    D /trunk/asn1/dsp/dsp-exp.cnf
9894    M /trunk/asn1/ess
9895    D /trunk/asn1/ess/Makefile
9896    A /trunk/asn1/ess/Makefile.am
9897    A /trunk/asn1/ess/Makefile.common
9898    M /trunk/asn1/ess/Makefile.nmake
9899    M /trunk/asn1/ftam
9900    D /trunk/asn1/ftam/Makefile
9901    A /trunk/asn1/ftam/Makefile.am
9902    A /trunk/asn1/ftam/Makefile.common
9903    M /trunk/asn1/ftam/Makefile.nmake
9904    D /trunk/asn1/ftam/ftam-exp.cnf
9905    M /trunk/asn1/gnm
9906    D /trunk/asn1/gnm/Makefile
9907    A /trunk/asn1/gnm/Makefile.am
9908    A /trunk/asn1/gnm/Makefile.common
9909    M /trunk/asn1/gnm/Makefile.nmake
9910    M /trunk/asn1/gsmmap
9911    D /trunk/asn1/gsmmap/Makefile
9912    A /trunk/asn1/gsmmap/Makefile.am
9913    A /trunk/asn1/gsmmap/Makefile.common
9914    M /trunk/asn1/gsmmap/Makefile.nmake
9915    D /trunk/asn1/gsmmap/gsm_map-exp.cnf
9916    D /trunk/asn1/gsmmap/packet-gsm_map-template.c
9917    D /trunk/asn1/gsmmap/packet-gsm_map-template.h
9918    A /trunk/asn1/gsmmap/packet-gsmmap-template.c (from /trunk/asn1/gsmmap/packet-gsm_map-template.c:23082)
9919    A /trunk/asn1/gsmmap/packet-gsmmap-template.h (from /trunk/asn1/gsmmap/packet-gsm_map-template.h:23082)
9920    M /trunk/configure.in
9921
9922 Convert some more protocols to new Makefile style.
9923 Renamed the gsmmap template files to not contain an _
9924
9925 ------------------------------------------------------------------------
9926 r23084 | jmayer | 2007-10-07 13:11:09 -0700 (Sun, 07 Oct 2007) | 1 line
9927 Changed paths:
9928    M /trunk/asn1/Makefile.inc
9929    M /trunk/asn1/Makefile.inc.nmake
9930
9931 Swap order of external and local sources
9932 ------------------------------------------------------------------------
9933 r23085 | jmayer | 2007-10-07 14:07:33 -0700 (Sun, 07 Oct 2007) | 1 line
9934 Changed paths:
9935    M /trunk/asn1/h225
9936    D /trunk/asn1/h225/Makefile
9937    A /trunk/asn1/h225/Makefile.am
9938    A /trunk/asn1/h225/Makefile.common
9939    M /trunk/asn1/h225/Makefile.nmake
9940    D /trunk/asn1/h225/h225-exp.cnf
9941    M /trunk/asn1/h235
9942    D /trunk/asn1/h235/Makefile
9943    A /trunk/asn1/h235/Makefile.am
9944    A /trunk/asn1/h235/Makefile.common
9945    M /trunk/asn1/h235/Makefile.nmake
9946    M /trunk/asn1/h248
9947    D /trunk/asn1/h248/Makefile
9948    A /trunk/asn1/h248/Makefile.am
9949    A /trunk/asn1/h248/Makefile.common
9950    M /trunk/asn1/h248/Makefile.nmake
9951
9952 convert to new Makefile structure
9953 ------------------------------------------------------------------------
9954 r23086 | richardv | 2007-10-07 16:23:23 -0700 (Sun, 07 Oct 2007) | 1 line
9955 Changed paths:
9956    M /trunk/epan/dissectors/packet-ieee80211.c
9957
9958 From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter field naming convention.
9959 ------------------------------------------------------------------------
9960 r23087 | richardv | 2007-10-07 16:30:14 -0700 (Sun, 07 Oct 2007) | 1 line
9961 Changed paths:
9962    M /trunk/epan/dissectors/packet-llc.c
9963
9964 From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter field naming convention.
9965 ------------------------------------------------------------------------
9966 r23088 | richardv | 2007-10-07 16:46:44 -0700 (Sun, 07 Oct 2007) | 12 lines
9967 Changed paths:
9968    M /trunk/plugins/docsis/packet-bpkmattr.c
9969    M /trunk/plugins/docsis/packet-bpkmreq.c
9970    M /trunk/plugins/docsis/packet-bpkmrsp.c
9971    M /trunk/plugins/docsis/packet-dccack.c
9972    M /trunk/plugins/docsis/packet-dccreq.c
9973    M /trunk/plugins/docsis/packet-dccrsp.c
9974    M /trunk/plugins/docsis/packet-dcd.c
9975    M /trunk/plugins/docsis/packet-dsaack.c
9976    M /trunk/plugins/docsis/packet-dsareq.c
9977    M /trunk/plugins/docsis/packet-dsarsp.c
9978    M /trunk/plugins/docsis/packet-dscack.c
9979    M /trunk/plugins/docsis/packet-dscreq.c
9980    M /trunk/plugins/docsis/packet-dscrsp.c
9981    M /trunk/plugins/docsis/packet-dsdreq.c
9982    M /trunk/plugins/docsis/packet-dsdrsp.c
9983    M /trunk/plugins/docsis/packet-intrngreq.c
9984    M /trunk/plugins/docsis/packet-macmgmt.c
9985    M /trunk/plugins/docsis/packet-map.c
9986    M /trunk/plugins/docsis/packet-regack.c
9987    M /trunk/plugins/docsis/packet-regreq.c
9988    M /trunk/plugins/docsis/packet-regrsp.c
9989    M /trunk/plugins/docsis/packet-rngreq.c
9990    M /trunk/plugins/docsis/packet-rngrsp.c
9991    M /trunk/plugins/docsis/packet-tlv.c
9992    M /trunk/plugins/docsis/packet-type29ucd.c
9993    M /trunk/plugins/docsis/packet-uccreq.c
9994    M /trunk/plugins/docsis/packet-uccrsp.c
9995    M /trunk/plugins/docsis/packet-ucd.c
9996    M /trunk/plugins/docsis/packet-vendor.c
9997
9998 From Chris Maynard <christopher.maynard@gtech.com>:
9999
10000 With the exception of docsis's packet-tlv.c file, these are all simple problems
10001 with the prefix not exactly set to PROTOABBREV.  For example, for
10002 packet-bpkmattr.c, the field names are prefixed with "docsis.bpkmattr." instead
10003 of "docsis_bpkmattr.".
10004
10005 packet-tlv.c had one mis-named field, namely "docsis.cos.sid".  It has been
10006 changed to "docsis_tlv.cos.sid" in the patch to be attached, which includes
10007 patches for 29 files in the plugins/docsis/ directory ...
10008
10009
10010 ------------------------------------------------------------------------
10011 r23089 | avaquero | 2007-10-07 17:31:26 -0700 (Sun, 07 Oct 2007) | 1 line
10012 Changed paths:
10013    M /trunk/gtk/graph_analysis.c
10014    M /trunk/gtk/rtp_player.c
10015    M /trunk/gtk/voip_calls_dlg.c
10016
10017 VoIP Calls changes: Add the file name to the title window in VoIP calls, Voip graph and RTP player windows. Make the calls selection using standard multiple selection using the GTK buildin functions. Add a 'Select All' buttom to the VoIP calls window.
10018 ------------------------------------------------------------------------
10019 r23090 | richardv | 2007-10-07 17:32:03 -0700 (Sun, 07 Oct 2007) | 4 lines
10020 Changed paths:
10021    M /trunk/epan/dissectors/packet-dcerpc-nt.c
10022    M /trunk/epan/dissectors/packet-dhcpv6.c
10023    M /trunk/epan/dissectors/packet-dtp.c
10024    M /trunk/epan/dissectors/packet-dvmrp.c
10025
10026 From Chris Maynard <christopher.maynard@gtech.com> / Bug 1798: packet-d*.c display filter fields incorrectly named.
10027
10028
10029
10030 ------------------------------------------------------------------------
10031 r23091 | kukosa | 2007-10-08 01:08:25 -0700 (Mon, 08 Oct 2007) | 1 line
10032 Changed paths:
10033    M /trunk/asn1/Makefile.am
10034    D /trunk/asn1/qsig/Makefile
10035    A /trunk/asn1/qsig/Makefile.am
10036    A /trunk/asn1/qsig/Makefile.common
10037    M /trunk/asn1/qsig/Makefile.nmake
10038    M /trunk/configure.in
10039
10040 change QSIQ ASN.1 dissector to the new makefile structure
10041 ------------------------------------------------------------------------
10042 r23092 | etxrab | 2007-10-08 04:41:21 -0700 (Mon, 08 Oct 2007) | 13 lines
10043 Changed paths:
10044    M /trunk/epan/dissectors/Makefile.common
10045    A /trunk/epan/dissectors/packet-erf.c
10046    A /trunk/epan/dissectors/packet-erf.h
10047    M /trunk/epan/dissectors/packet-mtp2.c
10048    M /trunk/wiretap/erf.c
10049    M /trunk/wiretap/erf.h
10050    M /trunk/wiretap/libpcap.c
10051    M /trunk/wiretap/wtap-int.h
10052    M /trunk/wiretap/wtap.c
10053    M /trunk/wiretap/wtap.h
10054
10055 From Florent DROUIN:
10056 This is a replacement of the existing decoding of ERF files (Extensible Record
10057 Format from Endace). 
10058 For the decoding of the ERF files, according to the "type of record" given in
10059 the ERF header, several decoders can be used. Up to now, the decoder is
10060 determined according to an environment variable, or with a kind of heuristic.
10061 And, all the treatment is done during the file extraction.
10062
10063 The new architecture, will separate the ERF file decoding, and the ERF record
10064 decoding. The ERF records will be decoded with a specific dissector. This
10065 dissector can be configured with options, to replace the environment variable.
10066
10067 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1839
10068 ------------------------------------------------------------------------
10069 r23093 | gmorris | 2007-10-08 04:50:53 -0700 (Mon, 08 Oct 2007) | 1 line
10070 Changed paths:
10071    M /trunk/epan/dissectors/ncp2222.py
10072
10073 Add 0x7d00 Connection Not Logged In return value to NCP 87/34.
10074 ------------------------------------------------------------------------
10075 r23094 | etxrab | 2007-10-08 08:58:22 -0700 (Mon, 08 Oct 2007) | 1 line
10076 Changed paths:
10077    M /trunk/epan/dissectors/packet-fix.c
10078
10079 Register to TCP port 0 to be able to do "decode as".
10080 ------------------------------------------------------------------------
10081 r23095 | morriss | 2007-10-08 10:56:10 -0700 (Mon, 08 Oct 2007) | 1 line
10082 Changed paths:
10083    M /trunk/test/suite-capture.sh
10084
10085 Temporarily disable 'Capture 10 packets using stdout' test for tshark until we can get that working
10086 ------------------------------------------------------------------------
10087 r23096 | stig | 2007-10-08 12:27:30 -0700 (Mon, 08 Oct 2007) | 2 lines
10088 Changed paths:
10089    M /trunk/asn1/Makefile.am
10090
10091 h225, h235 and h248 was moved to new Makefile structure
10092
10093 ------------------------------------------------------------------------
10094 r23097 | stig | 2007-10-08 12:52:46 -0700 (Mon, 08 Oct 2007) | 2 lines
10095 Changed paths:
10096    M /trunk/configure.in
10097
10098 h225, h235 and h248 was moved to new Makefile structure
10099
10100 ------------------------------------------------------------------------
10101 r23098 | etxrab | 2007-10-08 12:58:35 -0700 (Mon, 08 Oct 2007) | 1 line
10102 Changed paths:
10103    M /trunk/epan/dissectors/packet-rsl.c
10104
10105 All IE:s handled.
10106 ------------------------------------------------------------------------
10107 r23099 | stig | 2007-10-08 13:02:20 -0700 (Mon, 08 Oct 2007) | 2 lines
10108 Changed paths:
10109    M /trunk/asn1/qsig
10110
10111 Added default svn:ignore targets for qsig.
10112
10113 ------------------------------------------------------------------------
10114 r23100 | stig | 2007-10-08 13:10:44 -0700 (Mon, 08 Oct 2007) | 2 lines
10115 Changed paths:
10116    M /trunk/epan/dissectors/packet-rsl.c
10117
10118 Added some forgotten return types.
10119
10120 ------------------------------------------------------------------------
10121 r23101 | jmayer | 2007-10-08 13:14:07 -0700 (Mon, 08 Oct 2007) | 3 lines
10122 Changed paths:
10123    M /trunk/asn1/h245
10124    M /trunk/asn1/nbap
10125    M /trunk/asn1/ranap
10126    M /trunk/asn1/rnsap
10127    M /trunk/asn1/sabp
10128
10129 Small update to svn:ignore
10130
10131
10132 ------------------------------------------------------------------------
10133 r23102 | jmayer | 2007-10-08 16:52:21 -0700 (Mon, 08 Oct 2007) | 3 lines
10134 Changed paths:
10135    M /trunk/asn1/Makefile.am
10136    M /trunk/asn1/h450
10137    D /trunk/asn1/h450/Makefile
10138    A /trunk/asn1/h450/Makefile.am (from /trunk/asn1/acse/Makefile.am:23101)
10139    A /trunk/asn1/h450/Makefile.common (from /trunk/asn1/acse/Makefile.common:23101)
10140    R /trunk/asn1/h450/Makefile.nmake (from /trunk/asn1/acse/Makefile.nmake:23101)
10141    D /trunk/asn1/h450/Remote-Operations-Apdus.asn
10142    D /trunk/asn1/h450/h450-ros-exp.cnf
10143    D /trunk/asn1/h450/h450-ros.cnf
10144    M /trunk/asn1/h450/h450.cnf
10145    D /trunk/asn1/h450/packet-h450-ros-template.c
10146    D /trunk/asn1/h450/packet-h450-ros-template.h
10147    A /trunk/asn1/h450-ros
10148    A /trunk/asn1/h450-ros/Makefile.am (from /trunk/asn1/acse/Makefile.am:23101)
10149    A /trunk/asn1/h450-ros/Makefile.common
10150    A /trunk/asn1/h450-ros/Makefile.nmake (from /trunk/asn1/acse/Makefile.nmake:23101)
10151    A /trunk/asn1/h450-ros/Remote-Operations-Apdus.asn (from /trunk/asn1/h450/Remote-Operations-Apdus.asn:23101)
10152    A /trunk/asn1/h450-ros/h450-ros.cnf (from /trunk/asn1/h450/h450-ros.cnf:23101)
10153    A /trunk/asn1/h450-ros/packet-h450-ros-template.c (from /trunk/asn1/h450/packet-h450-ros-template.c:23101)
10154    A /trunk/asn1/h450-ros/packet-h450-ros-template.h (from /trunk/asn1/h450/packet-h450-ros-template.h:23101)
10155    M /trunk/configure.in
10156
10157 Convert h450 to new Makefile structure. Split h450.ros
10158 out into h450-ros.
10159
10160 ------------------------------------------------------------------------
10161 r23103 | jmayer | 2007-10-08 18:23:21 -0700 (Mon, 08 Oct 2007) | 1 line
10162 Changed paths:
10163    M /trunk/asn1/h225/Makefile.common
10164
10165 Add some dependencies
10166 ------------------------------------------------------------------------
10167 r23104 | jmayer | 2007-10-08 18:25:40 -0700 (Mon, 08 Oct 2007) | 3 lines
10168 Changed paths:
10169    M /trunk/asn1/Makefile.am
10170    M /trunk/asn1/logotype-cert-extn
10171    D /trunk/asn1/logotype-cert-extn/Makefile
10172    A /trunk/asn1/logotype-cert-extn/Makefile.am
10173    A /trunk/asn1/logotype-cert-extn/Makefile.common
10174    M /trunk/asn1/logotype-cert-extn/Makefile.nmake
10175    D /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
10176    A /trunk/asn1/logotype-cert-extn/logotypecertextn.cnf (from /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf:23102)
10177    D /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.c
10178    D /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.h
10179    A /trunk/asn1/logotype-cert-extn/packet-logotypecertextn-template.c (from /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.c:23102)
10180    A /trunk/asn1/logotype-cert-extn/packet-logotypecertextn-template.h (from /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.h:23102)
10181    M /trunk/configure.in
10182
10183 Convert to new Makefile structure. Rename some files to
10184 use same spelling as generated protocol name.
10185
10186 ------------------------------------------------------------------------
10187 r23105 | ulfl | 2007-10-08 22:37:34 -0700 (Mon, 08 Oct 2007) | 1 line
10188 Changed paths:
10189    M /trunk/wiretap/README.developer
10190
10191 minor updates
10192 ------------------------------------------------------------------------
10193 r23106 | ulfl | 2007-10-08 22:39:48 -0700 (Mon, 08 Oct 2007) | 2 lines
10194 Changed paths:
10195    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
10196
10197 - add DomainName fields for PDInterfaceMrpDataAdjust and PDInterfaceMrpDataReal
10198 - lower expert info level if AR wasn't found
10199 ------------------------------------------------------------------------
10200 r23107 | ulfl | 2007-10-08 23:55:24 -0700 (Mon, 08 Oct 2007) | 1 line
10201 Changed paths:
10202    M /trunk/test/README.test
10203
10204 alpha -> beta
10205 ------------------------------------------------------------------------
10206 r23108 | kukosa | 2007-10-09 01:50:35 -0700 (Tue, 09 Oct 2007) | 2 lines
10207 Changed paths:
10208    M /trunk/asn1/h450/Makefile.common
10209    M /trunk/asn1/h450-ros/Makefile.common
10210
10211 remove rule for $(EXTRA_CNF) as ros/ros-{inv,res,err,rej}.cnf are not generated
10212 minor changes
10213 ------------------------------------------------------------------------
10214 r23109 | martinm | 2007-10-09 04:10:59 -0700 (Tue, 09 Oct 2007) | 2 lines
10215 Changed paths:
10216    D /trunk/asn1/inap/Makefile
10217    A /trunk/asn1/inap/Makefile.am
10218    A /trunk/asn1/inap/Makefile.common
10219    D /trunk/asn1/ldap/Makefile
10220    A /trunk/asn1/ldap/Makefile.am
10221    A /trunk/asn1/ldap/Makefile.common
10222
10223 Try to fix the build...
10224
10225 ------------------------------------------------------------------------
10226 r23110 | morriss | 2007-10-09 06:34:08 -0700 (Tue, 09 Oct 2007) | 1 line
10227 Changed paths:
10228    M /trunk/test/suite-capture.sh
10229
10230 As requested on -dev, put the (currently failing) 'Capture 10 packets using stdout' test back in for tshark
10231 ------------------------------------------------------------------------
10232 r23111 | jmayer | 2007-10-09 08:31:16 -0700 (Tue, 09 Oct 2007) | 2 lines
10233 Changed paths:
10234    M /trunk/asn1/inap/Makefile.common
10235
10236 Add the missing content...
10237
10238 ------------------------------------------------------------------------
10239 r23112 | jmayer | 2007-10-09 08:33:30 -0700 (Tue, 09 Oct 2007) | 3 lines
10240 Changed paths:
10241    M /trunk/asn1/inap
10242    M /trunk/asn1/inap/Makefile.nmake
10243
10244 Somehow I forgot to check in some directories.
10245
10246
10247 ------------------------------------------------------------------------
10248 r23113 | jmayer | 2007-10-09 10:58:29 -0700 (Tue, 09 Oct 2007) | 2 lines
10249 Changed paths:
10250    M /trunk/asn1/Makefile.am
10251    M /trunk/asn1/mms
10252    D /trunk/asn1/mms/Makefile
10253    A /trunk/asn1/mms/Makefile.am
10254    A /trunk/asn1/mms/Makefile.common
10255    M /trunk/asn1/mms/Makefile.nmake
10256    M /trunk/asn1/mpeg
10257    D /trunk/asn1/mpeg/Makefile
10258    A /trunk/asn1/mpeg/Makefile.am
10259    A /trunk/asn1/mpeg/Makefile.common
10260    M /trunk/asn1/mpeg/Makefile.nmake
10261    D /trunk/asn1/mpeg/mpeg-pes.asn
10262    D /trunk/asn1/mpeg/mpeg-pes.cnf
10263    D /trunk/asn1/mpeg/packet-mpeg-pes-template.c
10264    A /trunk/asn1/mpeg-pes
10265    A /trunk/asn1/mpeg-pes/Makefile.am (from /trunk/asn1/acse/Makefile.am:23112)
10266    A /trunk/asn1/mpeg-pes/Makefile.common (from /trunk/asn1/acse/Makefile.common:23112)
10267    A /trunk/asn1/mpeg-pes/Makefile.nmake (from /trunk/asn1/acse/Makefile.nmake:23112)
10268    A /trunk/asn1/mpeg-pes/mpeg-pes.asn (from /trunk/asn1/mpeg/mpeg-pes.asn:23112)
10269    A /trunk/asn1/mpeg-pes/mpeg-pes.cnf (from /trunk/asn1/mpeg/mpeg-pes.cnf:23112)
10270    A /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c (from /trunk/asn1/mpeg/packet-mpeg-pes-template.c:23112)
10271    M /trunk/configure.in
10272
10273 More Makefile updates
10274
10275 ------------------------------------------------------------------------
10276 r23114 | jmayer | 2007-10-09 10:59:22 -0700 (Tue, 09 Oct 2007) | 3 lines
10277 Changed paths:
10278    D /trunk/asn1/mpeg
10279    A /trunk/asn1/mpeg-audio (from /trunk/asn1/mpeg:23113)
10280
10281 Rename mpeg to mpeg-audio, mpeg-pes got its own
10282 dir already
10283
10284 ------------------------------------------------------------------------
10285 r23115 | jmayer | 2007-10-09 11:09:19 -0700 (Tue, 09 Oct 2007) | 2 lines
10286 Changed paths:
10287    D /trunk/asn1/mpeg-audio/mpeg-audio-exp.cnf
10288    D /trunk/asn1/mpeg-audio/mpeg-pes-exp.cnf
10289
10290 No generated files please.
10291
10292 ------------------------------------------------------------------------
10293 r23116 | jmayer | 2007-10-09 11:47:12 -0700 (Tue, 09 Oct 2007) | 2 lines
10294 Changed paths:
10295    M /trunk/asn1/Makefile.am
10296    M /trunk/asn1/ns-cert-exts
10297    D /trunk/asn1/ns-cert-exts/Makefile
10298    A /trunk/asn1/ns-cert-exts/Makefile.am
10299    A /trunk/asn1/ns-cert-exts/Makefile.common
10300    M /trunk/asn1/ns-cert-exts/Makefile.nmake
10301    M /trunk/asn1/ocsp
10302    D /trunk/asn1/ocsp/Makefile
10303    A /trunk/asn1/ocsp/Makefile.am
10304    A /trunk/asn1/ocsp/Makefile.common
10305    M /trunk/asn1/ocsp/Makefile.nmake
10306    M /trunk/asn1/pkcs1
10307    D /trunk/asn1/pkcs1/Makefile
10308    A /trunk/asn1/pkcs1/Makefile.am
10309    A /trunk/asn1/pkcs1/Makefile.common
10310    M /trunk/asn1/pkcs1/Makefile.nmake
10311    M /trunk/asn1/pkcs12
10312    D /trunk/asn1/pkcs12/Makefile
10313    A /trunk/asn1/pkcs12/Makefile.am
10314    A /trunk/asn1/pkcs12/Makefile.common
10315    M /trunk/asn1/pkcs12/Makefile.nmake
10316    M /trunk/asn1/pkinit
10317    D /trunk/asn1/pkinit/Makefile
10318    A /trunk/asn1/pkinit/Makefile.am
10319    A /trunk/asn1/pkinit/Makefile.common
10320    M /trunk/asn1/pkinit/Makefile.nmake
10321    D /trunk/asn1/pkinit/pkinit_exp.cnf
10322    M /trunk/configure.in
10323
10324 More Makefile conversions
10325
10326 ------------------------------------------------------------------------
10327 r23117 | gerald | 2007-10-09 11:48:46 -0700 (Tue, 09 Oct 2007) | 3 lines
10328 Changed paths:
10329    M /trunk/epan/dissectors/packet-bootp.c
10330
10331 Add support for RFC 4243.  Tested using a malformed packet, but it should be
10332 correct.
10333
10334 ------------------------------------------------------------------------
10335 r23118 | morriss | 2007-10-09 11:58:34 -0700 (Tue, 09 Oct 2007) | 1 line
10336 Changed paths:
10337    M /trunk/epan/dissectors/packet-sctp.c
10338
10339 Replace a (small) for loop with a memset().  Don't memset() the entire sctp_info.tvb array--it contains 2k pointers (8k or 16k of memory)--each time we start dissecting a frame.  This speeds up loading a capture file full of SCTP packets by 6-8%.
10340 ------------------------------------------------------------------------
10341 r23119 | jmayer | 2007-10-09 12:19:36 -0700 (Tue, 09 Oct 2007) | 2 lines
10342 Changed paths:
10343    M /trunk/asn1/Makefile.am
10344    M /trunk/asn1/pkix1explicit
10345    D /trunk/asn1/pkix1explicit/Makefile
10346    A /trunk/asn1/pkix1explicit/Makefile.am
10347    A /trunk/asn1/pkix1explicit/Makefile.common
10348    M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
10349    M /trunk/asn1/pkix1implicit
10350    D /trunk/asn1/pkix1implicit/Makefile
10351    A /trunk/asn1/pkix1implicit/Makefile.am
10352    A /trunk/asn1/pkix1implicit/Makefile.common
10353    M /trunk/asn1/pkix1implicit/Makefile.nmake
10354    D /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
10355    M /trunk/asn1/pkixcmp
10356    D /trunk/asn1/pkixcmp/Makefile
10357    A /trunk/asn1/pkixcmp/Makefile.am
10358    A /trunk/asn1/pkixcmp/Makefile.common
10359    D /trunk/asn1/pkixcmp/cmp-exp.cnf
10360    M /trunk/asn1/pkixcrmf
10361    D /trunk/asn1/pkixcrmf/Makefile
10362    A /trunk/asn1/pkixcrmf/Makefile.am
10363    A /trunk/asn1/pkixcrmf/Makefile.common
10364    M /trunk/asn1/pkixcrmf/Makefile.nmake
10365    D /trunk/asn1/pkixcrmf/crmf-exp.cnf
10366    M /trunk/asn1/pkixproxy
10367    D /trunk/asn1/pkixproxy/Makefile
10368    A /trunk/asn1/pkixproxy/Makefile.am
10369    A /trunk/asn1/pkixproxy/Makefile.common
10370    M /trunk/asn1/pkixproxy/Makefile.nmake
10371    M /trunk/asn1/pkixqualified
10372    D /trunk/asn1/pkixqualified/Makefile
10373    A /trunk/asn1/pkixqualified/Makefile.am
10374    A /trunk/asn1/pkixqualified/Makefile.common
10375    M /trunk/asn1/pkixqualified/Makefile.nmake
10376    M /trunk/asn1/pkixtsp
10377    D /trunk/asn1/pkixtsp/Makefile
10378    A /trunk/asn1/pkixtsp/Makefile.am
10379    A /trunk/asn1/pkixtsp/Makefile.common
10380    M /trunk/asn1/pkixtsp/Makefile.nmake
10381    M /trunk/asn1/pres
10382    D /trunk/asn1/pres/Makefile
10383    A /trunk/asn1/pres/Makefile.am
10384    A /trunk/asn1/pres/Makefile.common
10385    M /trunk/asn1/pres/Makefile.nmake
10386    M /trunk/configure.in
10387
10388 Last set of changes to convert Makefiles for today
10389
10390 ------------------------------------------------------------------------
10391 r23120 | jmayer | 2007-10-09 12:20:46 -0700 (Tue, 09 Oct 2007) | 2 lines
10392 Changed paths:
10393    D /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
10394
10395 Don't keep -exp.cnf files in the tree.
10396
10397 ------------------------------------------------------------------------
10398 r23121 | jmayer | 2007-10-09 12:40:59 -0700 (Tue, 09 Oct 2007) | 2 lines
10399 Changed paths:
10400    M /trunk/asn1/Makefile.inc
10401    M /trunk/asn1/cmip/Makefile.common
10402
10403 Fix order of external files (without affecting other protos).
10404
10405 ------------------------------------------------------------------------
10406 r23122 | guy | 2007-10-09 15:02:39 -0700 (Tue, 09 Oct 2007) | 3 lines
10407 Changed paths:
10408    M /trunk/asn1/Makefile.nmake
10409
10410 There isn't an "mpeg" directory, there are "mpeg-audio" and "mpeg-pes"
10411 directories.
10412
10413 ------------------------------------------------------------------------
10414 r23123 | guy | 2007-10-09 15:54:29 -0700 (Tue, 09 Oct 2007) | 2 lines
10415 Changed paths:
10416    M /trunk/asn1/Makefile.inc.nmake
10417
10418 Just check whether NEED_PACKET_PROTO_H is defined at all.
10419
10420 ------------------------------------------------------------------------
10421 r23124 | guy | 2007-10-09 18:31:36 -0700 (Tue, 09 Oct 2007) | 8 lines
10422 Changed paths:
10423    M /trunk/capture_sync.c
10424    M /trunk/dumpcap.c
10425
10426 Make the sync pipe the standard error, not the standard output, of
10427 dumpcap, when using it as a capture child; leave the standard output
10428 alone, in case tshark was told to write the capture to the standard
10429 error.
10430
10431 Get rid of the argument to the "-Z" option to dumpcap; it might not work
10432 on Windows.
10433
10434 ------------------------------------------------------------------------
10435 r23125 | guy | 2007-10-09 18:34:46 -0700 (Tue, 09 Oct 2007) | 2 lines
10436 Changed paths:
10437    M /trunk/asn1/ldap
10438
10439 Set svn:ignore appropriately.
10440
10441 ------------------------------------------------------------------------
10442 r23126 | kukosa | 2007-10-10 00:55:36 -0700 (Wed, 10 Oct 2007) | 1 line
10443 Changed paths:
10444    M /trunk/asn1/h450/Makefile.common
10445    M /trunk/asn1/nbap/Makefile.common
10446    M /trunk/asn1/rnsap/Makefile.common
10447    M /trunk/asn1/rrc/Makefile.common
10448    M /trunk/asn1/rrlp/Makefile.common
10449    M /trunk/asn1/sabp/Makefile.common
10450    M /trunk/asn1/ulp/Makefile.common
10451
10452 comment out NEED_PACKET_PROTO_H as it is tested now for defining not for value
10453 ------------------------------------------------------------------------
10454 r23127 | jmayer | 2007-10-10 01:09:19 -0700 (Wed, 10 Oct 2007) | 2 lines
10455 Changed paths:
10456    M /trunk/asn1/Makefile.am
10457    M /trunk/asn1/Makefile.inc.nmake
10458    M /trunk/asn1/dap/Makefile.common
10459    M /trunk/asn1/dsp/Makefile.common
10460    D /trunk/asn1/h245/h245-exp.cnf
10461    M /trunk/asn1/ldap/Makefile.nmake
10462    D /trunk/asn1/mms/mms-exp.cnf
10463    M /trunk/asn1/q932
10464    D /trunk/asn1/q932/Facility-Information-Element-Components.asn
10465    D /trunk/asn1/q932/Makefile
10466    A /trunk/asn1/q932/Makefile.am
10467    A /trunk/asn1/q932/Makefile.common
10468    M /trunk/asn1/q932/Makefile.nmake
10469    D /trunk/asn1/q932/packet-q932-ros-template.c
10470    M /trunk/asn1/q932/q932-exp.cnf
10471    D /trunk/asn1/q932/q932-ros.cnf
10472    A /trunk/asn1/q932-ros
10473    A /trunk/asn1/q932-ros/Facility-Information-Element-Components.asn (from /trunk/asn1/q932/Facility-Information-Element-Components.asn:23115)
10474    A /trunk/asn1/q932-ros/Makefile.am (from /trunk/asn1/acse/Makefile.am:23115)
10475    A /trunk/asn1/q932-ros/Makefile.common (from /trunk/asn1/acse/Makefile.common:23115)
10476    A /trunk/asn1/q932-ros/Makefile.nmake (from /trunk/asn1/acse/Makefile.nmake:23115)
10477    A /trunk/asn1/q932-ros/packet-q932-ros-template.c (from /trunk/asn1/q932/packet-q932-ros-template.c:23115)
10478    A /trunk/asn1/q932-ros/q932-ros.cnf (from /trunk/asn1/q932/q932-ros.cnf:23115)
10479    M /trunk/asn1/ros
10480    D /trunk/asn1/ros/Makefile
10481    A /trunk/asn1/ros/Makefile.am
10482    A /trunk/asn1/ros/Makefile.common
10483    M /trunk/asn1/ros/Makefile.nmake
10484    M /trunk/asn1/rtse
10485    D /trunk/asn1/rtse/Makefile
10486    A /trunk/asn1/rtse/Makefile.am
10487    A /trunk/asn1/rtse/Makefile.common
10488    M /trunk/asn1/rtse/Makefile.nmake
10489    M /trunk/asn1/rtse/rtse-exp.cnf
10490    M /trunk/asn1/s4406
10491    D /trunk/asn1/s4406/Makefile
10492    A /trunk/asn1/s4406/Makefile.am
10493    A /trunk/asn1/s4406/Makefile.common
10494    M /trunk/asn1/s4406/Makefile.nmake
10495    M /trunk/asn1/smrse
10496    D /trunk/asn1/smrse/Makefile
10497    A /trunk/asn1/smrse/Makefile.am
10498    A /trunk/asn1/smrse/Makefile.common
10499    M /trunk/asn1/smrse/Makefile.nmake
10500    M /trunk/asn1/snmp
10501    D /trunk/asn1/snmp/Makefile
10502    A /trunk/asn1/snmp/Makefile.am
10503    A /trunk/asn1/snmp/Makefile.common
10504    M /trunk/asn1/snmp/Makefile.nmake
10505    M /trunk/asn1/snmp/snmp-exp.cnf
10506    M /trunk/asn1/spnego
10507    D /trunk/asn1/spnego/Makefile
10508    A /trunk/asn1/spnego/Makefile.am
10509    A /trunk/asn1/spnego/Makefile.common
10510    M /trunk/asn1/spnego/Makefile.nmake
10511    M /trunk/asn1/t38/Makefile.common
10512    D /trunk/asn1/t38/T38(1998).asn
10513    D /trunk/asn1/t38/T38(2002).asn
10514    A /trunk/asn1/t38/T38_1998.asn (from /trunk/asn1/t38/T38(1998).asn:23115)
10515    A /trunk/asn1/t38/T38_2002.asn (from /trunk/asn1/t38/T38(2002).asn:23115)
10516    M /trunk/configure.in
10517
10518 More conversions and updates to existing Makefile stuff
10519
10520 ------------------------------------------------------------------------
10521 r23128 | kukosa | 2007-10-10 01:14:36 -0700 (Wed, 10 Oct 2007) | 2 lines
10522 Changed paths:
10523    M /trunk/asn1/h225/Makefile.am
10524    M /trunk/asn1/h225/Makefile.common
10525    M /trunk/asn1/h225/Makefile.nmake
10526
10527 solution for different submake calling on Windows and Linux
10528 only one dissector is committed to test it
10529 ------------------------------------------------------------------------
10530 r23129 | jmayer | 2007-10-10 01:37:30 -0700 (Wed, 10 Oct 2007) | 1 line
10531 Changed paths:
10532    M /trunk/asn1/q932-ros/Makefile.common
10533
10534 Undefine NEED_PACKET_PROTO_H
10535 ------------------------------------------------------------------------
10536 r23130 | kukosa | 2007-10-10 01:42:19 -0700 (Wed, 10 Oct 2007) | 1 line
10537 Changed paths:
10538    M /trunk/asn1/Makefile.inc
10539    M /trunk/asn1/Makefile.inc.nmake
10540    M /trunk/asn1/h225/Makefile.am
10541    M /trunk/asn1/h225/Makefile.common
10542    M /trunk/asn1/h225/Makefile.nmake
10543    M /trunk/asn1/h245/Makefile.common
10544
10545 next step to solve dependency generation
10546 ------------------------------------------------------------------------
10547 r23131 | kukosa | 2007-10-10 03:25:09 -0700 (Wed, 10 Oct 2007) | 2 lines
10548 Changed paths:
10549    A /trunk/asn1/Makefile.preinc
10550    A /trunk/asn1/Makefile.preinc.nmake
10551    M /trunk/asn1/h225/Makefile.am
10552    M /trunk/asn1/h225/Makefile.nmake
10553    M /trunk/asn1/h245/Makefile.am
10554    M /trunk/asn1/h245/Makefile.nmake
10555
10556 better solution for different submake calling on Windows and Linux
10557
10558 ------------------------------------------------------------------------
10559 r23132 | kukosa | 2007-10-10 03:56:17 -0700 (Wed, 10 Oct 2007) | 1 line
10560 Changed paths:
10561    M /trunk/asn1/h235/Makefile.am
10562    M /trunk/asn1/h235/Makefile.common
10563    M /trunk/asn1/h235/Makefile.nmake
10564    M /trunk/asn1/h450/Makefile.am
10565    M /trunk/asn1/h450/Makefile.common
10566    M /trunk/asn1/h450/Makefile.nmake
10567    M /trunk/asn1/h450-ros/Makefile.am
10568    M /trunk/asn1/h450-ros/Makefile.common
10569    M /trunk/asn1/h450-ros/Makefile.nmake
10570    M /trunk/asn1/q932/Makefile.am
10571    M /trunk/asn1/q932/Makefile.common
10572    M /trunk/asn1/q932/Makefile.nmake
10573    M /trunk/asn1/q932-ros/Makefile.am
10574    M /trunk/asn1/q932-ros/Makefile.common
10575    M /trunk/asn1/q932-ros/Makefile.nmake
10576    M /trunk/asn1/qsig/Makefile.am
10577    M /trunk/asn1/qsig/Makefile.common
10578    M /trunk/asn1/qsig/Makefile.nmake
10579
10580 more makefiles changed to new export mechanism
10581 ------------------------------------------------------------------------
10582 r23133 | kukosa | 2007-10-10 04:05:10 -0700 (Wed, 10 Oct 2007) | 1 line
10583 Changed paths:
10584    M /trunk/asn1/dsp/Makefile.common
10585
10586 missing backslash
10587 ------------------------------------------------------------------------
10588 r23134 | jmayer | 2007-10-10 05:06:30 -0700 (Wed, 10 Oct 2007) | 3 lines
10589 Changed paths:
10590    M /trunk/asn1/Makefile.am
10591    M /trunk/asn1/tcap
10592    D /trunk/asn1/tcap/DialoguePDUs.asn
10593    D /trunk/asn1/tcap/Makefile
10594    A /trunk/asn1/tcap/Makefile.am
10595    A /trunk/asn1/tcap/Makefile.common
10596    M /trunk/asn1/tcap/Makefile.nmake
10597    D /trunk/asn1/tcap/TC-Notation-Extensions.asn
10598    D /trunk/asn1/tcap/TCAP-Remote-Operations-Information-Objects.asn
10599    D /trunk/asn1/tcap/TCAPMessages.asn
10600    D /trunk/asn1/tcap/TCAPPackage.asn
10601    D /trunk/asn1/tcap/UnidialoguePDUs.asn
10602    D /trunk/asn1/tcap/ansi_tcap.cnf
10603    D /trunk/asn1/tcap/packet-ansi_tcap-template.c
10604    D /trunk/asn1/tcap/packet-ansi_tcap-template.h
10605    A /trunk/asn1/tcap_ansi
10606    A /trunk/asn1/tcap_ansi/DialoguePDUs.asn (from /trunk/asn1/tcap/DialoguePDUs.asn:23133)
10607    A /trunk/asn1/tcap_ansi/Makefile.common (from /trunk/asn1/acse/Makefile.common:23133)
10608    A /trunk/asn1/tcap_ansi/Makefile.nmake (from /trunk/asn1/acse/Makefile.nmake:23133)
10609    A /trunk/asn1/tcap_ansi/TC-Notation-Extensions.asn (from /trunk/asn1/tcap/TC-Notation-Extensions.asn:23133)
10610    A /trunk/asn1/tcap_ansi/TCAP-Remote-Operations-Information-Objects.asn (from /trunk/asn1/tcap/TCAP-Remote-Operations-Information-Objects.asn:23133)
10611    A /trunk/asn1/tcap_ansi/TCAPMessages.asn (from /trunk/asn1/tcap/TCAPMessages.asn:23133)
10612    A /trunk/asn1/tcap_ansi/TCAPPackage.asn (from /trunk/asn1/tcap/TCAPPackage.asn:23133)
10613    A /trunk/asn1/tcap_ansi/UnidialoguePDUs.asn (from /trunk/asn1/tcap/UnidialoguePDUs.asn:23133)
10614    A /trunk/asn1/tcap_ansi/ansi_tcap.cnf (from /trunk/asn1/tcap/ansi_tcap.cnf:23133)
10615    A /trunk/asn1/tcap_ansi/packet-ansi_tcap-template.c (from /trunk/asn1/tcap/packet-ansi_tcap-template.c:23133)
10616    A /trunk/asn1/tcap_ansi/packet-ansi_tcap-template.h (from /trunk/asn1/tcap/packet-ansi_tcap-template.h:23133)
10617    M /trunk/configure.in
10618
10619 Split tcap into tcap and ansi-tcap. Just assume that all the
10620 extra asn files belong to ansi-tcap.
10621
10622 ------------------------------------------------------------------------
10623 r23135 | jmayer | 2007-10-10 05:07:49 -0700 (Wed, 10 Oct 2007) | 1 line
10624 Changed paths:
10625    A /trunk/asn1/tcap_ansi/Makefile.am (from /trunk/asn1/acse/Makefile.am:23133)
10626
10627 Missed a file
10628 ------------------------------------------------------------------------
10629 r23136 | jmayer | 2007-10-10 05:09:19 -0700 (Wed, 10 Oct 2007) | 2 lines
10630 Changed paths:
10631    A /trunk/asn1/ansi-tcap (from /trunk/asn1/tcap_ansi:23134)
10632    A /trunk/asn1/ansi-tcap/Makefile.am (from /trunk/asn1/tcap_ansi/Makefile.am:23135)
10633    D /trunk/asn1/tcap_ansi
10634
10635 You cannot rename a new directory unless checked in.
10636
10637 ------------------------------------------------------------------------
10638 r23137 | wmeier | 2007-10-10 08:56:02 -0700 (Wed, 10 Oct 2007) | 2 lines
10639 Changed paths:
10640    M /trunk/asn1/Makefile.am
10641    M /trunk/configure.in
10642
10643 Fix two typos: ansi_tcap --> ansi-tcap
10644
10645 ------------------------------------------------------------------------
10646 r23138 | jmayer | 2007-10-10 10:57:33 -0700 (Wed, 10 Oct 2007) | 4 lines
10647 Changed paths:
10648    M /trunk/asn1/Makefile.am
10649    M /trunk/asn1/wlancertextn
10650    D /trunk/asn1/wlancertextn/Makefile
10651    A /trunk/asn1/wlancertextn/Makefile.am
10652    A /trunk/asn1/wlancertextn/Makefile.common
10653    M /trunk/asn1/wlancertextn/Makefile.nmake
10654    M /trunk/asn1/x411
10655    D /trunk/asn1/x411/Makefile
10656    A /trunk/asn1/x411/Makefile.am
10657    A /trunk/asn1/x411/Makefile.common
10658    M /trunk/asn1/x411/Makefile.nmake
10659    M /trunk/asn1/x420
10660    D /trunk/asn1/x420/Makefile
10661    A /trunk/asn1/x420/Makefile.am
10662    A /trunk/asn1/x420/Makefile.common
10663    M /trunk/asn1/x420/Makefile.nmake
10664    D /trunk/asn1/x420/x420-exp.cnf
10665    M /trunk/asn1/x509af
10666    D /trunk/asn1/x509af/Makefile
10667    A /trunk/asn1/x509af/Makefile.am
10668    A /trunk/asn1/x509af/Makefile.common
10669    M /trunk/asn1/x509af/Makefile.nmake
10670    D /trunk/asn1/x509af/x509af-exp.cnf
10671    M /trunk/asn1/x509ce
10672    D /trunk/asn1/x509ce/Makefile
10673    A /trunk/asn1/x509ce/Makefile.am
10674    A /trunk/asn1/x509ce/Makefile.common
10675    M /trunk/asn1/x509ce/Makefile.nmake
10676    D /trunk/asn1/x509ce/x509ce-exp.cnf
10677    M /trunk/asn1/x509if
10678    D /trunk/asn1/x509if/Makefile
10679    A /trunk/asn1/x509if/Makefile.am
10680    A /trunk/asn1/x509if/Makefile.common
10681    M /trunk/asn1/x509if/Makefile.nmake
10682    D /trunk/asn1/x509if/x509if-exp.cnf
10683    M /trunk/asn1/x509sat
10684    D /trunk/asn1/x509sat/Makefile
10685    A /trunk/asn1/x509sat/Makefile.am
10686    A /trunk/asn1/x509sat/Makefile.common
10687    M /trunk/asn1/x509sat/Makefile.nmake
10688    D /trunk/asn1/x509sat/x509sat-exp.cnf
10689    M /trunk/asn1/x721
10690    A /trunk/asn1/x721/Makefile.am
10691    A /trunk/asn1/x721/Makefile.common
10692    M /trunk/configure.in
10693
10694 Finish conversion (well, almost, need to add the
10695 generation stuff to the x.../Makefile.common.
10696 I love circular dependencies.
10697
10698 ------------------------------------------------------------------------
10699 r23139 | jmayer | 2007-10-10 10:59:01 -0700 (Wed, 10 Oct 2007) | 2 lines
10700 Changed paths:
10701    D /trunk/asn1/qsig/qsig-exp.cnf
10702
10703 Another -exp.cnf file that managed to escape notice...
10704
10705 ------------------------------------------------------------------------
10706 r23140 | ulfl | 2007-10-10 11:33:21 -0700 (Wed, 10 Oct 2007) | 1 line
10707 Changed paths:
10708    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
10709
10710 add FSParameterBlock and ARFSUDataAdjust blocks
10711 ------------------------------------------------------------------------
10712 r23141 | jmayer | 2007-10-10 12:03:24 -0700 (Wed, 10 Oct 2007) | 3 lines
10713 Changed paths:
10714    M /trunk/asn1/Makefile.nmake
10715    M /trunk/asn1/acp133/Makefile.am
10716    M /trunk/asn1/acp133/Makefile.nmake
10717    M /trunk/asn1/acse/Makefile.am
10718    M /trunk/asn1/acse/Makefile.nmake
10719    M /trunk/asn1/ansi-tcap/Makefile.am
10720    M /trunk/asn1/ansi-tcap/Makefile.nmake
10721    M /trunk/asn1/ansi_map/Makefile.am
10722    M /trunk/asn1/ansi_map/Makefile.nmake
10723    M /trunk/asn1/camel/Makefile.am
10724    M /trunk/asn1/camel/Makefile.nmake
10725    M /trunk/asn1/cdt/Makefile.am
10726    M /trunk/asn1/cdt/Makefile.nmake
10727    M /trunk/asn1/cmip/Makefile.am
10728    M /trunk/asn1/cmip/Makefile.nmake
10729    M /trunk/asn1/cms/Makefile.am
10730    M /trunk/asn1/cms/Makefile.nmake
10731    M /trunk/asn1/dap/Makefile.am
10732    M /trunk/asn1/dap/Makefile.nmake
10733    M /trunk/asn1/disp/Makefile.am
10734    M /trunk/asn1/disp/Makefile.nmake
10735    M /trunk/asn1/dop/Makefile.am
10736    M /trunk/asn1/dop/Makefile.nmake
10737    M /trunk/asn1/dsp/Makefile.am
10738    M /trunk/asn1/dsp/Makefile.nmake
10739    M /trunk/asn1/ess/Makefile.am
10740    M /trunk/asn1/ess/Makefile.nmake
10741    M /trunk/asn1/ftam/Makefile.am
10742    M /trunk/asn1/ftam/Makefile.nmake
10743    M /trunk/asn1/gnm/Makefile.am
10744    M /trunk/asn1/gnm/Makefile.nmake
10745    M /trunk/asn1/gsmmap/Makefile.am
10746    M /trunk/asn1/gsmmap/Makefile.nmake
10747    M /trunk/asn1/h248/Makefile.am
10748    M /trunk/asn1/h248/Makefile.nmake
10749    M /trunk/asn1/h450/Makefile.nmake
10750    M /trunk/asn1/inap/Makefile.am
10751    M /trunk/asn1/inap/Makefile.nmake
10752    M /trunk/asn1/ldap/Makefile.am
10753    M /trunk/asn1/ldap/Makefile.nmake
10754    M /trunk/asn1/logotype-cert-extn/Makefile.am
10755    M /trunk/asn1/logotype-cert-extn/Makefile.nmake
10756    M /trunk/asn1/mms/Makefile.am
10757    M /trunk/asn1/mms/Makefile.nmake
10758    M /trunk/asn1/mpeg-audio/Makefile.am
10759    M /trunk/asn1/mpeg-audio/Makefile.nmake
10760    M /trunk/asn1/mpeg-pes/Makefile.am
10761    M /trunk/asn1/mpeg-pes/Makefile.nmake
10762    M /trunk/asn1/nbap/Makefile.am
10763    M /trunk/asn1/nbap/Makefile.nmake
10764    M /trunk/asn1/ns-cert-exts/Makefile.am
10765    M /trunk/asn1/ns-cert-exts/Makefile.nmake
10766    M /trunk/asn1/ocsp/Makefile.am
10767    M /trunk/asn1/ocsp/Makefile.nmake
10768    M /trunk/asn1/pkcs1/Makefile.am
10769    M /trunk/asn1/pkcs1/Makefile.nmake
10770    M /trunk/asn1/pkcs12/Makefile.am
10771    M /trunk/asn1/pkcs12/Makefile.nmake
10772    M /trunk/asn1/pkinit/Makefile.am
10773    M /trunk/asn1/pkinit/Makefile.nmake
10774    M /trunk/asn1/pkix1explicit/Makefile.am
10775    M /trunk/asn1/pkix1explicit/Makefile.nmake
10776    M /trunk/asn1/pkix1implicit/Makefile.am
10777    M /trunk/asn1/pkix1implicit/Makefile.nmake
10778    M /trunk/asn1/pkixcmp/Makefile.am
10779    M /trunk/asn1/pkixcmp/Makefile.nmake
10780    M /trunk/asn1/pkixcrmf/Makefile.am
10781    M /trunk/asn1/pkixcrmf/Makefile.nmake
10782    M /trunk/asn1/pkixproxy/Makefile.am
10783    M /trunk/asn1/pkixproxy/Makefile.nmake
10784    M /trunk/asn1/pkixqualified/Makefile.am
10785    M /trunk/asn1/pkixqualified/Makefile.nmake
10786    M /trunk/asn1/pkixtsp/Makefile.am
10787    M /trunk/asn1/pkixtsp/Makefile.nmake
10788    M /trunk/asn1/pres/Makefile.am
10789    M /trunk/asn1/pres/Makefile.nmake
10790    M /trunk/asn1/ranap/Makefile.am
10791    M /trunk/asn1/ranap/Makefile.nmake
10792    M /trunk/asn1/rnsap/Makefile.am
10793    M /trunk/asn1/rnsap/Makefile.nmake
10794    M /trunk/asn1/ros/Makefile.am
10795    M /trunk/asn1/ros/Makefile.nmake
10796    M /trunk/asn1/rrc/Makefile.am
10797    M /trunk/asn1/rrc/Makefile.nmake
10798    M /trunk/asn1/rrlp/Makefile.am
10799    M /trunk/asn1/rrlp/Makefile.nmake
10800    M /trunk/asn1/rtse/Makefile.am
10801    M /trunk/asn1/rtse/Makefile.nmake
10802    M /trunk/asn1/s4406/Makefile.am
10803    M /trunk/asn1/s4406/Makefile.nmake
10804    M /trunk/asn1/sabp/Makefile.am
10805    M /trunk/asn1/sabp/Makefile.nmake
10806    M /trunk/asn1/smrse/Makefile.am
10807    M /trunk/asn1/smrse/Makefile.nmake
10808    M /trunk/asn1/snmp/Makefile.am
10809    M /trunk/asn1/snmp/Makefile.nmake
10810    M /trunk/asn1/spnego/Makefile.am
10811    M /trunk/asn1/spnego/Makefile.nmake
10812    M /trunk/asn1/t38/Makefile.am
10813    M /trunk/asn1/t38/Makefile.nmake
10814    M /trunk/asn1/tcap/Makefile.am
10815    M /trunk/asn1/tcap/Makefile.nmake
10816    M /trunk/asn1/ulp/Makefile.am
10817    M /trunk/asn1/ulp/Makefile.nmake
10818    M /trunk/asn1/wlancertextn/Makefile.am
10819    M /trunk/asn1/wlancertextn/Makefile.nmake
10820    M /trunk/asn1/x411/Makefile.am
10821    M /trunk/asn1/x411/Makefile.nmake
10822    M /trunk/asn1/x420/Makefile.am
10823    M /trunk/asn1/x420/Makefile.nmake
10824    M /trunk/asn1/x509af/Makefile.am
10825    M /trunk/asn1/x509af/Makefile.nmake
10826    M /trunk/asn1/x509ce/Makefile.am
10827    M /trunk/asn1/x509ce/Makefile.nmake
10828    M /trunk/asn1/x509if/Makefile.am
10829    M /trunk/asn1/x509if/Makefile.nmake
10830    M /trunk/asn1/x509sat/Makefile.am
10831    M /trunk/asn1/x509sat/Makefile.nmake
10832    M /trunk/asn1/x721/Makefile.am
10833
10834 - Change Makefiles to include preinc
10835 - Add missing new directories to asn1/Makefile.nmake
10836
10837 ------------------------------------------------------------------------
10838 r23142 | wmeier | 2007-10-10 13:47:36 -0700 (Wed, 10 Oct 2007) | 2 lines
10839 Changed paths:
10840    M /trunk/tools/win32-setup.sh
10841
10842 Improve error msg when libraries out of date.
10843
10844 ------------------------------------------------------------------------
10845 r23143 | jmayer | 2007-10-10 15:26:40 -0700 (Wed, 10 Oct 2007) | 2 lines
10846 Changed paths:
10847    M /trunk/asn1/acp133/Makefile.common
10848    M /trunk/asn1/acse/Makefile.common
10849    M /trunk/asn1/ansi_map/Makefile.common
10850    M /trunk/asn1/camel/Makefile.common
10851    M /trunk/asn1/cmip/Makefile.common
10852    M /trunk/asn1/cms/Makefile.common
10853    M /trunk/asn1/dap/Makefile.common
10854    M /trunk/asn1/disp/Makefile.common
10855    M /trunk/asn1/dop/Makefile.common
10856    M /trunk/asn1/dsp/Makefile.common
10857    M /trunk/asn1/ess/Makefile.common
10858    M /trunk/asn1/ftam/Makefile.common
10859    M /trunk/asn1/gnm/Makefile.common
10860    M /trunk/asn1/logotype-cert-extn/Makefile.common
10861    M /trunk/asn1/mms/Makefile.common
10862    M /trunk/asn1/ocsp/Makefile.common
10863    M /trunk/asn1/pkcs1/Makefile.common
10864    M /trunk/asn1/pkcs12/Makefile.common
10865    M /trunk/asn1/pkinit/Makefile.common
10866    M /trunk/asn1/pkix1implicit/Makefile.common
10867    M /trunk/asn1/pkixcmp/Makefile.common
10868    M /trunk/asn1/pkixcrmf/Makefile.common
10869    M /trunk/asn1/pkixqualified/Makefile.common
10870    M /trunk/asn1/pkixtsp/Makefile.common
10871    M /trunk/asn1/pres/Makefile.common
10872    M /trunk/asn1/s4406/Makefile.common
10873    M /trunk/asn1/x411/Makefile.common
10874    M /trunk/asn1/x420/Makefile.common
10875    M /trunk/asn1/x509af/Makefile.common
10876    M /trunk/asn1/x509ce/Makefile.common
10877    M /trunk/asn1/x509if/Makefile.common
10878    M /trunk/asn1/x509sat/Makefile.common
10879
10880 Add missing dependencies and update syntax of existing ones.
10881
10882 ------------------------------------------------------------------------
10883 r23144 | wmeier | 2007-10-10 18:24:36 -0700 (Wed, 10 Oct 2007) | 2 lines
10884 Changed paths:
10885    M /trunk/Makefile.nmake
10886
10887 fix 'nmake ... clean' to include dumpcap specific objects
10888
10889 ------------------------------------------------------------------------
10890 r23145 | jmayer | 2007-10-10 22:27:27 -0700 (Wed, 10 Oct 2007) | 3 lines
10891 Changed paths:
10892    M /trunk/asn1/acp133/Makefile.common
10893    M /trunk/asn1/acse/Makefile.common
10894    M /trunk/asn1/ansi-tcap/Makefile.common
10895    M /trunk/asn1/ansi_map/Makefile.common
10896    M /trunk/asn1/camel/Makefile.common
10897    M /trunk/asn1/cdt/Makefile.common
10898    M /trunk/asn1/cmip/Makefile.common
10899    M /trunk/asn1/cms/Makefile.common
10900    M /trunk/asn1/dap/Makefile.common
10901    M /trunk/asn1/disp/Makefile.common
10902    M /trunk/asn1/dop/Makefile.common
10903    M /trunk/asn1/dsp/Makefile.common
10904    M /trunk/asn1/ess/Makefile.common
10905    M /trunk/asn1/ftam/Makefile.common
10906    M /trunk/asn1/gnm/Makefile.common
10907    M /trunk/asn1/gsmmap/Makefile.common
10908    M /trunk/asn1/h248/Makefile.common
10909    M /trunk/asn1/inap/Makefile.common
10910    M /trunk/asn1/ldap/Makefile.common
10911    M /trunk/asn1/logotype-cert-extn/Makefile.common
10912    M /trunk/asn1/mms/Makefile.common
10913    M /trunk/asn1/mpeg-audio/Makefile.common
10914    M /trunk/asn1/mpeg-pes/Makefile.common
10915    M /trunk/asn1/ns-cert-exts/Makefile.common
10916    M /trunk/asn1/ocsp/Makefile.common
10917    M /trunk/asn1/pkinit/Makefile.common
10918    M /trunk/asn1/pkix1explicit/Makefile.common
10919    M /trunk/asn1/pkix1implicit/Makefile.common
10920    M /trunk/asn1/pkixcmp/Makefile.common
10921    M /trunk/asn1/pkixcrmf/Makefile.common
10922    M /trunk/asn1/pkixproxy/Makefile.common
10923    M /trunk/asn1/pkixqualified/Makefile.common
10924    M /trunk/asn1/pkixtsp/Makefile.common
10925    M /trunk/asn1/pres/Makefile.common
10926    M /trunk/asn1/q932/Makefile.common
10927    M /trunk/asn1/qsig/Makefile.common
10928    M /trunk/asn1/ros/Makefile.common
10929    M /trunk/asn1/rtse/Makefile.common
10930    M /trunk/asn1/s4406/Makefile.common
10931    M /trunk/asn1/smrse/Makefile.common
10932    M /trunk/asn1/snmp/Makefile.common
10933    M /trunk/asn1/spnego/Makefile.common
10934    M /trunk/asn1/tcap/Makefile.common
10935    M /trunk/asn1/wlancertextn/Makefile.common
10936    M /trunk/asn1/x411/Makefile.common
10937    M /trunk/asn1/x420/Makefile.common
10938    M /trunk/asn1/x509af/Makefile.common
10939    M /trunk/asn1/x509ce/Makefile.common
10940    M /trunk/asn1/x509if/Makefile.common
10941    M /trunk/asn1/x509sat/Makefile.common
10942
10943 - Remove -e option if the generated -exp.cnf file isn't used.
10944 - Add EXPORT_FILES to all files that still contain -e.
10945
10946 ------------------------------------------------------------------------
10947 r23146 | kukosa | 2007-10-11 07:48:12 -0700 (Thu, 11 Oct 2007) | 1 line
10948 Changed paths:
10949    M /trunk/tools/asn2wrs.py
10950
10951 put only file basename into #line directives
10952 ------------------------------------------------------------------------
10953 r23147 | wmeier | 2007-10-11 09:40:12 -0700 (Thu, 11 Oct 2007) | 2 lines
10954 Changed paths:
10955    M /trunk/epan/dissectors/packet-netflow.c
10956
10957 From Andrew feren; Fix typos in two comments ....
10958
10959 ------------------------------------------------------------------------
10960 r23148 | jmayer | 2007-10-11 10:56:24 -0700 (Thu, 11 Oct 2007) | 1 line
10961 Changed paths:
10962    D /trunk/asn1/h235/h235-exp.cnf
10963    D /trunk/asn1/q932/q932-exp.cnf
10964    D /trunk/asn1/ranap/ranap-exp.cnf
10965    D /trunk/asn1/ros/ros-exp.cnf
10966    D /trunk/asn1/rtse/rtse-exp.cnf
10967    D /trunk/asn1/snmp/snmp-exp.cnf
10968    D /trunk/asn1/x411/x411-exp.cnf
10969
10970 Remove the remaining autogenereated -exp.cnf files
10971 ------------------------------------------------------------------------
10972 r23149 | jake | 2007-10-11 12:40:58 -0700 (Thu, 11 Oct 2007) | 1 line
10973 Changed paths:
10974    M /trunk/epan/value_string.c
10975
10976 Allow for dynamic value string array selection.
10977 ------------------------------------------------------------------------
10978 r23150 | etxrab | 2007-10-11 14:23:14 -0700 (Thu, 11 Oct 2007) | 1 line
10979 Changed paths:
10980    M /trunk/epan/dissectors/packet-gprs-llc.c
10981    M /trunk/epan/dissectors/packet-h263.c
10982    M /trunk/epan/dissectors/packet-isup.c
10983    M /trunk/epan/dissectors/packet-megaco.c
10984    M /trunk/epan/dissectors/packet-sip.c
10985    M /trunk/epan/dissectors/packet-tpkt.c
10986    M /trunk/epan/dissectors/packet-uma.c
10987
10988 Implement some of the minor possible speed improvment patches.
10989 ------------------------------------------------------------------------
10990 r23151 | stig | 2007-10-11 15:04:32 -0700 (Thu, 11 Oct 2007) | 2 lines
10991 Changed paths:
10992    M /trunk/epan/dissectors/packet-bgp.c
10993
10994 Swapped block-size and block-offset in BGP VPLS NLRI - fixes bug 1907.
10995
10996 ------------------------------------------------------------------------
10997 r23152 | wmeier | 2007-10-11 15:07:55 -0700 (Thu, 11 Oct 2007) | 2 lines
10998 Changed paths:
10999    M /trunk/wiretap/ascend.c
11000
11001 Tighten up heuristic used to identify Ascend capture file....
11002
11003 ------------------------------------------------------------------------
11004 r23153 | stig | 2007-10-11 15:19:38 -0700 (Thu, 11 Oct 2007) | 4 lines
11005 Changed paths:
11006    M /trunk/epan/dissectors/packet-sflow.c
11007
11008 From Andrew Feren:
11009 Add preference to allow user to configure the port(s) to use when identifying
11010 sFlow.
11011
11012 ------------------------------------------------------------------------
11013 r23154 | morriss | 2007-10-11 15:49:52 -0700 (Thu, 11 Oct 2007) | 1 line
11014 Changed paths:
11015    M /trunk/asn1/tcap/packet-tcap-template.c
11016    M /trunk/epan/dissectors/packet-tcap.c
11017
11018 Display TCAP parameter lengths in decimal (like packet-ber does).  Fix hex-pane byte highlighting for primitive parameters with tags or lengths longer than 1 octet (contructed ones are OK).  Finally, fix up the indenting in this function.
11019 ------------------------------------------------------------------------
11020 r23155 | jmayer | 2007-10-11 16:21:51 -0700 (Thu, 11 Oct 2007) | 2 lines
11021 Changed paths:
11022    M /trunk/tools/asn2wrs.py
11023
11024 Remove path at two more places from the output
11025
11026 ------------------------------------------------------------------------
11027 r23156 | martinm | 2007-10-12 02:59:10 -0700 (Fri, 12 Oct 2007) | 2 lines
11028 Changed paths:
11029    M /trunk/plugins/wimaxasncp/ChangeLog
11030    M /trunk/plugins/wimaxasncp/Makefile.am
11031    M /trunk/plugins/wimaxasncp/Makefile.common
11032    A /trunk/plugins/wimaxasncp/dictionary.dtd
11033    A /trunk/plugins/wimaxasncp/dictionary.xml
11034    M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
11035    A /trunk/plugins/wimaxasncp/wimaxasncp_dict.l
11036
11037 TLVs now defined in XML (from Stephen Croll).
11038
11039 ------------------------------------------------------------------------
11040 r23157 | martinm | 2007-10-12 03:01:41 -0700 (Fri, 12 Oct 2007) | 3 lines
11041 Changed paths:
11042    M /trunk/packaging/nsis/wireshark.nsi
11043
11044 Install wimaxasncp TLV definition files (untested).
11045 Q: are the plugins unconditionally installed by the win32 installer?  i.e. should the installation of these files be conditional?
11046
11047 ------------------------------------------------------------------------
11048 r23158 | martinm | 2007-10-12 03:44:49 -0700 (Fri, 12 Oct 2007) | 2 lines
11049 Changed paths:
11050    A /trunk/plugins/wimaxasncp/wimaxasncp_dict.h
11051
11052 Add missing file.
11053
11054 ------------------------------------------------------------------------
11055 r23159 | martinm | 2007-10-12 04:13:59 -0700 (Fri, 12 Oct 2007) | 2 lines
11056 Changed paths:
11057    M /trunk/packaging/u3/win32/makefile.nmake
11058
11059 Also add wimaxasncp TLV desription files to U3 build.
11060
11061 ------------------------------------------------------------------------
11062 r23160 | martinm | 2007-10-12 05:26:38 -0700 (Fri, 12 Oct 2007) | 2 lines
11063 Changed paths:
11064    M /trunk/plugins/wimaxasncp/Makefile.common
11065
11066 Added missing header file for distcheck.
11067
11068 ------------------------------------------------------------------------
11069 r23161 | martinm | 2007-10-12 06:29:54 -0700 (Fri, 12 Oct 2007) | 2 lines
11070 Changed paths:
11071    M /trunk/plugins/wimaxasncp/Makefile.am
11072
11073 Try to fix distcheck. Is this change appropriate?
11074
11075 ------------------------------------------------------------------------
11076 r23162 | martinm | 2007-10-12 08:00:20 -0700 (Fri, 12 Oct 2007) | 2 lines
11077 Changed paths:
11078    M /trunk/plugins/wimaxasncp/Makefile.nmake
11079
11080 Add targets for lex compilation.
11081
11082 ------------------------------------------------------------------------
11083 r23163 | morriss | 2007-10-12 08:41:53 -0700 (Fri, 12 Oct 2007) | 1 line
11084 Changed paths:
11085    M /trunk/plugins/ciscosm/packet-sm.c
11086
11087 Fix hex-pane byte highlighting for the PDU message type item
11088 ------------------------------------------------------------------------
11089 r23164 | martinm | 2007-10-12 09:51:42 -0700 (Fri, 12 Oct 2007) | 3 lines
11090 Changed paths:
11091    M /trunk/plugins/wimaxasncp/Makefile.nmake
11092
11093 Another blind attempt to fix the Windows buildbot.
11094 Could someone please review this (I'm leaving for the day soon)?
11095
11096 ------------------------------------------------------------------------
11097 r23165 | gerald | 2007-10-12 11:26:47 -0700 (Fri, 12 Oct 2007) | 4 lines
11098 Changed paths:
11099    M /trunk/plugins/wimaxasncp/Makefile.nmake
11100    M /trunk/plugins/wimaxasncp/wimaxasncp_dict.l
11101
11102 Fix wimaxasncp compilation under Windows.  Rename a macro that's defined
11103 by the platform SDK, cast an int, and use the top-level Makefile.nmake.inc
11104 to build wimaxasncp_dict.{c|obj}.
11105
11106 ------------------------------------------------------------------------
11107 r23166 | stig | 2007-10-12 12:13:31 -0700 (Fri, 12 Oct 2007) | 3 lines
11108 Changed paths:
11109    M /trunk/doc/README.binarytrees
11110    M /trunk/doc/README.capture
11111    M /trunk/doc/README.display_filter
11112    M /trunk/doc/README.idl2wrs
11113    M /trunk/doc/README.malloc
11114    M /trunk/doc/README.packaging
11115    M /trunk/doc/README.plugins
11116    M /trunk/doc/README.stats_tree
11117    M /trunk/doc/README.tapping
11118    M /trunk/doc/README.xml-output
11119    M /trunk/epan/proto.c
11120
11121 From Andrew Feren:
11122 Fix an assortment of typos and other minor errors in various README files
11123
11124 ------------------------------------------------------------------------
11125 r23167 | morriss | 2007-10-12 14:31:58 -0700 (Fri, 12 Oct 2007) | 1 line
11126 Changed paths:
11127    M /trunk/epan/dissectors/packet-pana.c
11128
11129 Fix bug 1908: strengthen the PANA new-style-dissector heuristics by checking that the length of the first AVP is less than the length of the message.
11130 ------------------------------------------------------------------------
11131 r23168 | morriss | 2007-10-12 15:55:17 -0700 (Fri, 12 Oct 2007) | 1 line
11132 Changed paths:
11133    M /trunk/epan/dtd_preparse.l
11134
11135 s/fopen()/eth_fopen()/ in an attempt to fix bug 1827: eth_fopen() deals with wide chars for us on Windows while fopen() does not.
11136 ------------------------------------------------------------------------
11137 r23169 | sake | 2007-10-13 00:33:32 -0700 (Sat, 13 Oct 2007) | 4 lines
11138 Changed paths:
11139    M /trunk/doc/README.developer
11140
11141 Update to README.developer describing the use of conversation timestamps
11142 (which was added in SVN 22966 and 23058)
11143
11144
11145 ------------------------------------------------------------------------
11146 r23170 | jake | 2007-10-13 10:18:16 -0700 (Sat, 13 Oct 2007) | 14 lines
11147 Changed paths:
11148    M /trunk/epan/dissectors/Makefile.common
11149    A /trunk/epan/dissectors/packet-cfm.c
11150    A /trunk/epan/dissectors/packet-cfm.h
11151
11152 From Keith Mercer :
11153 I would like to submit the dissector that will add support for dissecting CFM
11154 packets with the ethertype 0x8902 defined by the IEEE proposal for 802.1ag
11155 Draft 8.1.  This code has been tested using the CFM feature implemented on a
11156 pre-GA build of the Spirent TestCenter, and the Alcatel-Lucent 7330 ISAM
11157 product.  Code has been reviewed and tested by the design team at
11158 Alcatel-Lucent in the Access Network Department (AND).
11159
11160 I have also added some elements for the ITU proposal Y.1731, where it will
11161 recognize all additional opcodes for that proposal, and it will fully dissect
11162 the AIS PDU.
11163
11164 Fuzztest has been performed and has passed.
11165
11166 ------------------------------------------------------------------------
11167 r23171 | etxrab | 2007-10-13 14:59:33 -0700 (Sat, 13 Oct 2007) | 1 line
11168 Changed paths:
11169    M /trunk/plugins/ciscosm/packet-sm.c
11170
11171 Decode SDP inside Cisco SM messages(huge guesswork).
11172 ------------------------------------------------------------------------
11173 r23172 | sfisher | 2007-10-13 17:56:53 -0700 (Sat, 13 Oct 2007) | 5 lines
11174 Changed paths:
11175    M /trunk/plugins/ciscosm/packet-sm.c
11176
11177
11178 Fix Unix buildbots ("warning: 'msg_type' may be used uninitialized in this
11179 function")
11180
11181
11182 ------------------------------------------------------------------------
11183 r23173 | etxrab | 2007-10-14 08:44:05 -0700 (Sun, 14 Oct 2007) | 6 lines
11184 Changed paths:
11185    A /trunk/plugins/ethercat
11186    A /trunk/plugins/ethercat/AUTHORS
11187    A /trunk/plugins/ethercat/COPYING
11188    A /trunk/plugins/ethercat/Makefile.am
11189    A /trunk/plugins/ethercat/Makefile.common
11190    A /trunk/plugins/ethercat/Makefile.nmake
11191    A /trunk/plugins/ethercat/moduleinfo.h
11192    A /trunk/plugins/ethercat/moduleinfo.nmake
11193    A /trunk/plugins/ethercat/packet-ams.c
11194    A /trunk/plugins/ethercat/packet-ams.h
11195    A /trunk/plugins/ethercat/packet-ecatmb.c
11196    A /trunk/plugins/ethercat/packet-ecatmb.h
11197    A /trunk/plugins/ethercat/packet-ethercat-datagram.c
11198    A /trunk/plugins/ethercat/packet-ethercat-datagram.h
11199    A /trunk/plugins/ethercat/packet-ethercat-frame.c
11200    A /trunk/plugins/ethercat/packet-ethercat-frame.h
11201    A /trunk/plugins/ethercat/packet-ioraw.c
11202    A /trunk/plugins/ethercat/packet-ioraw.h
11203    A /trunk/plugins/ethercat/packet-nv.c
11204    A /trunk/plugins/ethercat/packet-nv.h
11205    A /trunk/plugins/ethercat/plugin.rc.in
11206
11207 Ethercat plugin
11208 Author :
11209 Richard Kuemmel <r.kuemmel[AT]beckhoff.de>
11210
11211 Updates and bugfixes:
11212 Peter Johansson <peterjohansson73[AT]gmail.com>
11213 ------------------------------------------------------------------------
11214 r23174 | etxrab | 2007-10-14 08:45:24 -0700 (Sun, 14 Oct 2007) | 6 lines
11215 Changed paths:
11216    M /trunk/epan/dissectors/packet-ethertype.c
11217    M /trunk/epan/etypes.h
11218    M /trunk/packaging/nsis/Makefile.nmake
11219    M /trunk/packaging/nsis/wireshark.nsi
11220    M /trunk/plugins/Makefile.am
11221    M /trunk/plugins/Makefile.nmake
11222
11223 Ethercat plugin
11224 Author :
11225 Richard Kuemmel <r.kuemmel[AT]beckhoff.de>
11226
11227 Updates and bugfixes:
11228 Peter Johansson <peterjohansson73[AT]gmail.com>
11229 ------------------------------------------------------------------------
11230 r23175 | etxrab | 2007-10-14 11:32:15 -0700 (Sun, 14 Oct 2007) | 1 line
11231 Changed paths:
11232    M /trunk/configure.in
11233
11234 Forgotten file.
11235 ------------------------------------------------------------------------
11236 r23176 | etxrab | 2007-10-14 11:34:22 -0700 (Sun, 14 Oct 2007) | 1 line
11237 Changed paths:
11238    M /trunk/packaging/u3/win32/makefile.nmake
11239
11240 And U3 ...
11241 ------------------------------------------------------------------------
11242 r23177 | jake | 2007-10-14 14:01:01 -0700 (Sun, 14 Oct 2007) | 3 lines
11243 Changed paths:
11244    M /trunk/plugins/ethercat/Makefile.am
11245    M /trunk/plugins/ethercat/Makefile.common
11246    M /trunk/plugins/ethercat/moduleinfo.h
11247    M /trunk/plugins/ethercat/moduleinfo.nmake
11248    M /trunk/plugins/ethercat/packet-ams.h
11249    M /trunk/plugins/ethercat/packet-ecatmb.h
11250    M /trunk/plugins/ethercat/packet-ethercat-datagram.h
11251    M /trunk/plugins/ethercat/packet-ethercat-frame.h
11252    M /trunk/plugins/ethercat/packet-ioraw.h
11253    M /trunk/plugins/ethercat/packet-nv.h
11254
11255 Someone has a compromised filesystem since it contained all kinds of stuff from other plugins.
11256 Tried to clean it up and get it in line with the rest of the codebase.
11257 Still doesn't compile without warnings though.
11258 ------------------------------------------------------------------------
11259 r23178 | etxrab | 2007-10-14 15:05:52 -0700 (Sun, 14 Oct 2007) | 2 lines
11260 Changed paths:
11261    M /trunk/packaging/u3/win32/makefile.nmake
11262
11263 From Martin Mathieson:
11264 Hopefully the u3 build will then be able to run to completion.
11265 ------------------------------------------------------------------------
11266 r23179 | etxrab | 2007-10-14 22:26:22 -0700 (Sun, 14 Oct 2007) | 1 line
11267 Changed paths:
11268    M /trunk/configure.in
11269    M /trunk/plugins/Makefile.am
11270
11271 Remove Ethercat from the makefiles
11272 ------------------------------------------------------------------------
11273 r23180 | etxrab | 2007-10-14 22:45:50 -0700 (Sun, 14 Oct 2007) | 1 line
11274 Changed paths:
11275    M /trunk/configure.in
11276    M /trunk/plugins/Makefile.am
11277
11278 Remove Ethercat from the makefiles(second try)
11279 ------------------------------------------------------------------------
11280 r23181 | kukosa | 2007-10-15 04:51:01 -0700 (Mon, 15 Oct 2007) | 3 lines
11281 Changed paths:
11282    M /trunk/tools/asn2wrs.py
11283
11284 - new command line option -E which makes just .cnf export file
11285 - new directive #.IMPORT which ignores nonexistent input file if -E is used
11286 - type name parameter for #.FN_HDR and #.FN_FTR is optional if #.FN_PARS or #.FN_HDR precedes
11287 ------------------------------------------------------------------------
11288 r23182 | kukosa | 2007-10-15 05:21:30 -0700 (Mon, 15 Oct 2007) | 1 line
11289 Changed paths:
11290    M /trunk/asn1/Makefile.inc
11291    M /trunk/asn1/Makefile.inc.nmake
11292
11293 use the -E asn2wrs option to create exported cnf file
11294 ------------------------------------------------------------------------
11295 r23183 | kukosa | 2007-10-15 05:25:05 -0700 (Mon, 15 Oct 2007) | 2 lines
11296 Changed paths:
11297    M /trunk/asn1/q932/Makefile.common
11298    M /trunk/asn1/qsig/Makefile.common
11299
11300 create exported cnf file for Q.932 and QSIG
11301 (they are not used in any Wireshark dissector but they can be used in any plugin as few Q.932 and QSIG types are exported)
11302 ------------------------------------------------------------------------
11303 r23184 | martinm | 2007-10-15 05:32:19 -0700 (Mon, 15 Oct 2007) | 2 lines
11304 Changed paths:
11305    M /trunk/Makefile.am
11306    M /trunk/packaging/nsis/wireshark.nsi
11307    M /trunk/packaging/u3/win32/makefile.nmake
11308    M /trunk/plugins/wimaxasncp/Makefile.am
11309    D /trunk/plugins/wimaxasncp/dictionary.dtd
11310    D /trunk/plugins/wimaxasncp/dictionary.xml
11311    A /trunk/wimaxasncp
11312    A /trunk/wimaxasncp/dictionary.dtd
11313    A /trunk/wimaxasncp/dictionary.xml
11314
11315 In source tree, move wimaxasncp TLV files from plugin folder -> new top-level wimaxasncp folder.
11316
11317 ------------------------------------------------------------------------
11318 r23185 | kukosa | 2007-10-15 07:04:55 -0700 (Mon, 15 Oct 2007) | 1 line
11319 Changed paths:
11320    M /trunk/asn1/Makefile.inc
11321
11322 fix ifdef/endif bug
11323 ------------------------------------------------------------------------
11324 r23186 | kukosa | 2007-10-15 07:21:35 -0700 (Mon, 15 Oct 2007) | 1 line
11325 Changed paths:
11326    M /trunk/asn1/Makefile.inc
11327
11328 comment out EXPORT_FILES till some automake expert can look at it
11329 ------------------------------------------------------------------------
11330 r23187 | wmeier | 2007-10-15 09:44:31 -0700 (Mon, 15 Oct 2007) | 2 lines
11331 Changed paths:
11332    M /trunk/Makefile.nmake
11333    M /trunk/epan/Makefile.nmake
11334    M /trunk/plugins/Makefile.nmake
11335    M /trunk/tools/Makefile.nmake
11336
11337 Fix Windows maintainer-clean/distclean/clean to recurse thru subdirs only once (instead of worst-case 1+2+3 times)
11338
11339 ------------------------------------------------------------------------
11340 r23188 | etxrab | 2007-10-15 11:39:58 -0700 (Mon, 15 Oct 2007) | 2 lines
11341 Changed paths:
11342    M /trunk/Makefile.am
11343    M /trunk/configure.in
11344    M /trunk/plugins/ethercat/packet-ams.c
11345    M /trunk/plugins/ethercat/packet-ams.h
11346    M /trunk/plugins/ethercat/packet-ecatmb.h
11347    M /trunk/plugins/ethercat/packet-ethercat-datagram.c
11348    M /trunk/plugins/ethercat/packet-ethercat-datagram.h
11349    M /trunk/plugins/ethercat/packet-ethercat-frame.c
11350    M /trunk/plugins/ethercat/packet-ethercat-frame.h
11351    M /trunk/plugins/ethercat/packet-ioraw.c
11352    M /trunk/plugins/ethercat/packet-ioraw.h
11353    M /trunk/plugins/ethercat/packet-nv.c
11354    M /trunk/plugins/ethercat/packet-nv.h
11355
11356 From Peter Johansson:
11357 addressing the compilation problems
11358 ------------------------------------------------------------------------
11359 r23189 | kukosa | 2007-10-15 11:44:53 -0700 (Mon, 15 Oct 2007) | 2 lines
11360 Changed paths:
11361    M /trunk/asn1/Makefile.nmake
11362    M /trunk/asn1/h225/Makefile.common
11363    M /trunk/asn1/h225/h225.cnf
11364    M /trunk/asn1/h235/Makefile.common
11365    M /trunk/asn1/h235/h235.cnf
11366
11367 - add missing h450-ros and q932-ros clean rules to asn1/Makefile.nmake
11368 - solve h225<->h235 cyclic dependency with usage of -E option and #.IMPORT directive
11369 ------------------------------------------------------------------------
11370 r23190 | etxrab | 2007-10-15 11:57:10 -0700 (Mon, 15 Oct 2007) | 2 lines
11371 Changed paths:
11372    M /trunk/Makefile.am
11373    M /trunk/Makefile.nmake
11374    M /trunk/configure.in
11375    M /trunk/epan/dissectors/Makefile.common
11376    A /trunk/epan/dissectors/packet-mgcp.c
11377    A /trunk/epan/dissectors/packet-mgcp.h
11378    M /trunk/packaging/nsis/Makefile.nmake
11379    M /trunk/packaging/nsis/wireshark.nsi
11380    M /trunk/packaging/u3/win32/makefile.nmake
11381    M /trunk/plugins/Makefile.am
11382    M /trunk/plugins/Makefile.nmake
11383
11384 Make MGCP a builtin dissector to reduce the number of plugins.
11385 (Leave the MGCP plugin dir for now).
11386 ------------------------------------------------------------------------
11387 r23191 | etxrab | 2007-10-15 12:19:33 -0700 (Mon, 15 Oct 2007) | 1 line
11388 Changed paths:
11389    M /trunk/plugins/Makefile.am
11390
11391 Add ethercat again
11392 ------------------------------------------------------------------------
11393 r23192 | etxrab | 2007-10-15 13:11:25 -0700 (Mon, 15 Oct 2007) | 1 line
11394 Changed paths:
11395    M /trunk/epan/dissectors/packet-3com-njack.c
11396    M /trunk/epan/dissectors/packet-actrace.c
11397    M /trunk/epan/dissectors/packet-afp.c
11398    M /trunk/epan/dissectors/packet-aim-buddylist.c
11399    M /trunk/epan/dissectors/packet-aim-generic.c
11400    M /trunk/epan/dissectors/packet-aim.c
11401    M /trunk/epan/dissectors/packet-amqp.c
11402    M /trunk/epan/dissectors/packet-aodv.c
11403    M /trunk/epan/dissectors/packet-asf.c
11404    M /trunk/epan/dissectors/packet-atalk.c
11405
11406 Implement some of the minor possible speed improvment patches.
11407 ------------------------------------------------------------------------
11408 r23193 | etxrab | 2007-10-15 13:12:02 -0700 (Mon, 15 Oct 2007) | 1 line
11409 Changed paths:
11410    M /trunk/plugins/ethercat/packet-ecatmb.c
11411
11412 Try to fix the buildbot.
11413 ------------------------------------------------------------------------
11414 r23194 | wmeier | 2007-10-15 13:44:03 -0700 (Mon, 15 Oct 2007) | 2 lines
11415 Changed paths:
11416    M /trunk/epan/dissectors/packet-aodv.c
11417    M /trunk/epan/dissectors/packet-asf.c
11418
11419 Fix col_add_str args; (I think this is correct)
11420
11421 ------------------------------------------------------------------------
11422 r23195 | jmayer | 2007-10-15 14:15:57 -0700 (Mon, 15 Oct 2007) | 3 lines
11423 Changed paths:
11424    M /trunk/asn1/Makefile.am
11425    M /trunk/asn1/Makefile.preinc
11426
11427 MAKEFLAGS doesn't belong into Makefile.am - it's added automagically
11428 when generating Makefile.in
11429
11430 ------------------------------------------------------------------------
11431 r23196 | stig | 2007-10-15 14:46:08 -0700 (Mon, 15 Oct 2007) | 2 lines
11432 Changed paths:
11433    M /trunk/plugins/ethercat/packet-ecatmb.c
11434
11435 Fixed compiler errors.
11436
11437 ------------------------------------------------------------------------
11438 r23197 | etxrab | 2007-10-15 15:20:53 -0700 (Mon, 15 Oct 2007) | 1 line
11439 Changed paths:
11440    M /trunk/gtk/voip_calls.c
11441
11442 Change mgcp include.
11443 ------------------------------------------------------------------------
11444 r23198 | guy | 2007-10-15 15:54:21 -0700 (Mon, 15 Oct 2007) | 5 lines
11445 Changed paths:
11446    M /trunk/ChangeLog
11447
11448 Checkin comments also talk about adding "$Id$", so don't expand "$Id$"
11449 in this file - we don't give it its own RCS ID.
11450
11451 Fix up some of the expanded $Id$s.
11452
11453 ------------------------------------------------------------------------
11454 r23199 | etxrab | 2007-10-15 22:45:03 -0700 (Mon, 15 Oct 2007) | 1 line
11455 Changed paths:
11456    M /trunk/gtk/mgcp_stat.c
11457    M /trunk/tap-mgcpstat.c
11458
11459 Change mgcp include.
11460 ------------------------------------------------------------------------
11461 r23200 | jake | 2007-10-15 22:47:55 -0700 (Mon, 15 Oct 2007) | 1 line
11462 Changed paths:
11463    D /trunk/epan/dissectors/packet-mgcp.c
11464    D /trunk/epan/dissectors/packet-mgcp.h
11465
11466 Don't just copy a file and check that in. Use svn copy to retain the history.
11467 ------------------------------------------------------------------------
11468 r23201 | jake | 2007-10-15 22:49:55 -0700 (Mon, 15 Oct 2007) | 2 lines
11469 Changed paths:
11470    A /trunk/epan/dissectors/packet-mgcp.c (from /trunk/plugins/mgcp/packet-mgcp.c:23198)
11471    A /trunk/epan/dissectors/packet-mgcp.h (from /trunk/plugins/mgcp/packet-mgcp.h:23198)
11472
11473 Make MGCP a builtin dissector to reduce the number of plugins.
11474 (Leave the MGCP plugin dir for now).
11475 ------------------------------------------------------------------------
11476 r23202 | jmayer | 2007-10-16 06:59:40 -0700 (Tue, 16 Oct 2007) | 6 lines
11477 Changed paths:
11478    M /trunk/asn1/Makefile.inc
11479    M /trunk/asn1/Makefile.inc.nmake
11480    M /trunk/asn1/acp133
11481    M /trunk/asn1/acp133/acp133.cnf
11482    M /trunk/asn1/acse
11483    M /trunk/asn1/acse/acse.cnf
11484    M /trunk/asn1/ansi-tcap
11485    M /trunk/asn1/ansi_map
11486    M /trunk/asn1/ansi_map/ansi_map.cnf
11487    M /trunk/asn1/camel
11488    M /trunk/asn1/camel/camel.cnf
11489    M /trunk/asn1/cdt
11490    M /trunk/asn1/cmip
11491    M /trunk/asn1/cmip/cmip.cnf
11492    M /trunk/asn1/cms
11493    M /trunk/asn1/cms/cms.cnf
11494    M /trunk/asn1/dap
11495    M /trunk/asn1/dap/dap.cnf
11496    M /trunk/asn1/disp
11497    M /trunk/asn1/disp/disp.cnf
11498    M /trunk/asn1/dop
11499    M /trunk/asn1/dop/dop.cnf
11500    M /trunk/asn1/dsp
11501    M /trunk/asn1/dsp/dsp.cnf
11502    M /trunk/asn1/ess
11503    M /trunk/asn1/ess/ess.cnf
11504    M /trunk/asn1/ftam
11505    M /trunk/asn1/ftam/ftam.cnf
11506    M /trunk/asn1/gnm
11507    M /trunk/asn1/gnm/gnm.cnf
11508    M /trunk/asn1/gsmmap
11509    M /trunk/asn1/gsmmap/Makefile.common
11510    M /trunk/asn1/gsmmap/gsmmap.cnf
11511    M /trunk/asn1/h225
11512    M /trunk/asn1/h225/Makefile.common
11513    M /trunk/asn1/h235
11514    M /trunk/asn1/h235/Makefile.common
11515    M /trunk/asn1/h245
11516    M /trunk/asn1/h248
11517    M /trunk/asn1/h450
11518    M /trunk/asn1/h450/h450.cnf
11519    M /trunk/asn1/h450-ros
11520    M /trunk/asn1/inap
11521    M /trunk/asn1/ldap
11522    M /trunk/asn1/logotype-cert-extn
11523    M /trunk/asn1/logotype-cert-extn/logotypecertextn.cnf
11524    M /trunk/asn1/mms
11525    M /trunk/asn1/mms/mms.cnf
11526    M /trunk/asn1/mpeg-audio
11527    M /trunk/asn1/mpeg-pes
11528    M /trunk/asn1/nbap
11529    M /trunk/asn1/ns-cert-exts
11530    M /trunk/asn1/ocsp
11531    M /trunk/asn1/ocsp/ocsp.cnf
11532    M /trunk/asn1/pkcs1
11533    M /trunk/asn1/pkcs1/pkcs1.cnf
11534    M /trunk/asn1/pkcs12
11535    M /trunk/asn1/pkcs12/pkcs12.cnf
11536    M /trunk/asn1/pkinit
11537    M /trunk/asn1/pkinit/pkinit.cnf
11538    M /trunk/asn1/pkix1explicit
11539    M /trunk/asn1/pkix1implicit
11540    M /trunk/asn1/pkix1implicit/pkix1implicit.cnf
11541    M /trunk/asn1/pkixcmp
11542    M /trunk/asn1/pkixcmp/cmp.cnf
11543    M /trunk/asn1/pkixcrmf
11544    M /trunk/asn1/pkixcrmf/crmf.cnf
11545    M /trunk/asn1/pkixproxy
11546    M /trunk/asn1/pkixqualified
11547    M /trunk/asn1/pkixqualified/pkixqualified.cnf
11548    M /trunk/asn1/pkixtsp
11549    M /trunk/asn1/pkixtsp/pkixtsp.cnf
11550    M /trunk/asn1/pres
11551    M /trunk/asn1/pres/pres.cnf
11552    M /trunk/asn1/q932
11553    M /trunk/asn1/q932/Makefile.common
11554    M /trunk/asn1/q932-ros
11555    M /trunk/asn1/qsig
11556    M /trunk/asn1/qsig/Makefile.common
11557    M /trunk/asn1/ranap
11558    M /trunk/asn1/rnsap
11559    M /trunk/asn1/ros
11560    M /trunk/asn1/rrc
11561    M /trunk/asn1/rrlp
11562    M /trunk/asn1/rtse
11563    M /trunk/asn1/s4406
11564    M /trunk/asn1/s4406/s4406.cnf
11565    M /trunk/asn1/sabp
11566    M /trunk/asn1/smrse
11567    M /trunk/asn1/snmp
11568    M /trunk/asn1/spnego
11569    M /trunk/asn1/t38
11570    M /trunk/asn1/tcap
11571    M /trunk/asn1/ulp
11572    M /trunk/asn1/wlancertextn
11573    M /trunk/asn1/x411
11574    M /trunk/asn1/x411/x411.cnf
11575    M /trunk/asn1/x420
11576    M /trunk/asn1/x420/x420.cnf
11577    M /trunk/asn1/x509af
11578    M /trunk/asn1/x509af/x509af.cnf
11579    M /trunk/asn1/x509ce
11580    M /trunk/asn1/x509ce/x509ce.cnf
11581    M /trunk/asn1/x509if
11582    M /trunk/asn1/x509if/x509if.cnf
11583    M /trunk/asn1/x509sat
11584    M /trunk/asn1/x509sat/x509sat.cnf
11585    M /trunk/asn1/x721
11586
11587 - Fix svn:ignore for all directories
11588 - gsmmap: uncomment -s option in gsmmap.cnf
11589 - Fix cyclic dependencies:
11590   + Remove EXPORT_CNF from dependencies for cnf files
11591   + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf
11592
11593 ------------------------------------------------------------------------
11594 r23203 | jmayer | 2007-10-16 07:09:33 -0700 (Tue, 16 Oct 2007) | 2 lines
11595 Changed paths:
11596    M /trunk/asn1/Makefile.inc
11597    M /trunk/asn1/Makefile.preinc
11598
11599 Don't generate dissectors on top level make.
11600
11601 ------------------------------------------------------------------------
11602 r23204 | jmayer | 2007-10-16 07:30:41 -0700 (Tue, 16 Oct 2007) | 3 lines
11603 Changed paths:
11604    M /trunk/plugins/ethercat/packet-ecatmb.c
11605
11606 Fix a warning about different variable sizes that prevented compilation
11607 with gcc.
11608
11609 ------------------------------------------------------------------------
11610 r23205 | morriss | 2007-10-16 07:54:51 -0700 (Tue, 16 Oct 2007) | 1 line
11611 Changed paths:
11612    M /trunk/plugins/ethercat/packet-ecatmb.c
11613
11614 sizeof() returns a 64-bit number when compiling for 64-bit (and a 32-bit number when compiling for 32-bit) so cast sizeof() values that are passed to g_snprintf() to guint (since that appears to be the intent of the display).
11615 ------------------------------------------------------------------------
11616 r23206 | morriss | 2007-10-16 08:43:18 -0700 (Tue, 16 Oct 2007) | 7 lines
11617 Changed paths:
11618    M /trunk/doc/README.developer
11619    M /trunk/epan/diam_dict.l
11620    M /trunk/epan/dissectors/packet-giop.c
11621    M /trunk/epan/dissectors/packet-isakmp.c
11622    M /trunk/epan/dissectors/packet-ssl-utils.c
11623    M /trunk/epan/dissectors/packet-ssl.c
11624    M /trunk/epan/radius_dict.l
11625    M /trunk/epan/uat.c
11626    M /trunk/epan/uat_load.l
11627    M /trunk/wiretap/file_util.h
11628    M /trunk/wiretap/k12.c
11629
11630 Change more fopen() to eth_fopen() to finish fixing bug 1827:
11631
11632 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1827
11633
11634 Update README.developer to tell developers not to use fopen() and friends
11635 directly.
11636
11637 ------------------------------------------------------------------------
11638 r23207 | morriss | 2007-10-16 08:58:25 -0700 (Tue, 16 Oct 2007) | 1 line
11639 Changed paths:
11640    M /trunk/epan/dfilter/dfilter-macro.c
11641    M /trunk/epan/wslua/init_wslua.c
11642    M /trunk/text2pcap.c
11643
11644 A few more s/fopen/eth_fopen/
11645 ------------------------------------------------------------------------
11646 r23208 | morriss | 2007-10-16 10:19:16 -0700 (Tue, 16 Oct 2007) | 9 lines
11647 Changed paths:
11648    M /trunk/epan/dissectors/packet-frame.c
11649    M /trunk/epan/dissectors/packet-hci_h4.c
11650    M /trunk/wiretap/libpcap.c
11651    M /trunk/wiretap/wtap.c
11652    M /trunk/wiretap/wtap.h
11653
11654 From Paolo Abeni via bug 1751:
11655
11656 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1751
11657
11658 The patch adds support to wiretap for a new libpcap DLT for bluetooth captures.
11659 This DLT carries the direction information, which now can be displayed
11660 correctly.
11661 The hci H4 dissector is updated to handle also the newly introduced wtap encap.
11662
11663 ------------------------------------------------------------------------
11664 r23209 | morriss | 2007-10-16 11:28:27 -0700 (Tue, 16 Oct 2007) | 1 line
11665 Changed paths:
11666    M /trunk/Makefile.am
11667    M /trunk/Makefile.nmake
11668
11669 text2pcap now depends on libwiretap (for eth_fopen()) but only on Windows.  Make it depend on libwiretap on *NIX, too, only to keep things in sync.
11670 ------------------------------------------------------------------------
11671 r23210 | guy | 2007-10-16 12:01:58 -0700 (Tue, 16 Oct 2007) | 5 lines
11672 Changed paths:
11673    M /trunk/wiretap/Makefile.am
11674    M /trunk/wiretap/configure.in
11675
11676 Bug 1704 is fixed in the main branch by the simpler expedient of not
11677 using modf() and thus not requiring libm.  In addition, adding -lm to
11678 the dependencies upsets the build on at least some platforms because
11679 "-lm" isn't a pathname.
11680
11681 ------------------------------------------------------------------------
11682 r23211 | sake | 2007-10-16 16:42:33 -0700 (Tue, 16 Oct 2007) | 7 lines
11683 Changed paths:
11684    M /trunk/epan/crypt/airpdcap.c
11685    M /trunk/epan/crypt/airpdcap_system.h
11686    M /trunk/epan/crypt/airpdcap_user.h
11687    M /trunk/epan/dissectors/packet-dtpt.c
11688    M /trunk/epan/dissectors/packet-fmp.c
11689    M /trunk/epan/dissectors/packet-gdsdb.c
11690    M /trunk/epan/dissectors/packet-ospf.c
11691    M /trunk/epan/dissectors/packet-rsl.c
11692    M /trunk/epan/dissectors/packet-ssl-utils.h
11693    M /trunk/epan/oids.h
11694    M /trunk/epan/wslua/wslua_dumper.c
11695    M /trunk/epan/wslua/wslua_tvb.c
11696    M /trunk/gtk/airpcap_dlg.c
11697    M /trunk/gtk/airpcap_dlg.h
11698    M /trunk/wiretap/k12.c
11699
11700 From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buffer lenght:"
11701
11702 (recursively grepped through the source and corrected all occurences, even 
11703 the ones just in comments)
11704
11705
11706
11707 ------------------------------------------------------------------------
11708 r23212 | jake | 2007-10-16 23:24:43 -0700 (Tue, 16 Oct 2007) | 1 line
11709 Changed paths:
11710    M /trunk/epan/dissectors/packet-e164.c
11711    M /trunk/epan/dissectors/packet-isup.c
11712
11713 Properly decode "South Africa"
11714 ------------------------------------------------------------------------
11715 r23213 | sake | 2007-10-17 00:14:56 -0700 (Wed, 17 Oct 2007) | 7 lines
11716 Changed paths:
11717    M /trunk/epan/dissectors/packet-tcp.c
11718
11719 Fix for bug 1542:
11720
11721 When a SYN/ACK is missing in the capture, the base_seq used in 
11722 relative sequence numbers was not set correctly. I made the
11723 setting of fwd->base_seq and rev->base_seq a little more solid.
11724
11725
11726 ------------------------------------------------------------------------
11727 r23214 | kukosa | 2007-10-17 02:51:27 -0700 (Wed, 17 Oct 2007) | 1 line
11728 Changed paths:
11729    M /trunk/epan/dissectors/packet-per.c
11730    M /trunk/epan/dissectors/packet-per.h
11731
11732 make dissect_per_length_determinant() private
11733 ------------------------------------------------------------------------
11734 r23215 | kukosa | 2007-10-17 02:55:08 -0700 (Wed, 17 Oct 2007) | 2 lines
11735 Changed paths:
11736    M /trunk/asn1/qsig/packet-qsig-template.c
11737    M /trunk/epan/dissectors/packet-q932-ros.c
11738    M /trunk/epan/dissectors/packet-q932.c
11739    M /trunk/epan/dissectors/packet-q932.h
11740    M /trunk/epan/dissectors/packet-qsig.c
11741    M /trunk/epan/dissectors/packet-qsig.h
11742
11743 - register QSIG over SIP
11744 - regenerate Q932, Q932-ROS, QSIG from new makefiles
11745 ------------------------------------------------------------------------
11746 r23216 | kukosa | 2007-10-17 03:25:21 -0700 (Wed, 17 Oct 2007) | 8 lines
11747 Changed paths:
11748    M /trunk/asn1/Makefile.am
11749    M /trunk/asn1/Makefile.nmake
11750    M /trunk/asn1/h225/h225.cnf
11751    M /trunk/asn1/h225/packet-h225-template.c
11752    M /trunk/asn1/h235/Makefile.common
11753    M /trunk/asn1/h235/h235.cnf
11754    M /trunk/asn1/h235/packet-h235-template.c
11755    M /trunk/asn1/h245/h245.cnf
11756    M /trunk/asn1/h245/packet-h245-template.c
11757    A /trunk/asn1/h323
11758    A /trunk/asn1/h323/Makefile.am
11759    A /trunk/asn1/h323/Makefile.common
11760    A /trunk/asn1/h323/Makefile.nmake
11761    A /trunk/asn1/h323/RAS-PROTOCOL-TUNNEL.asn
11762    A /trunk/asn1/h323/ROBUSTNESS-DATA.asn
11763    A /trunk/asn1/h323/h323.cnf
11764    A /trunk/asn1/h323/packet-h323-template.c
11765    M /trunk/configure.in
11766    M /trunk/epan/dissectors/Makefile.common
11767    M /trunk/epan/dissectors/packet-h225.c
11768    M /trunk/epan/dissectors/packet-h225.h
11769    M /trunk/epan/dissectors/packet-h235.c
11770    M /trunk/epan/dissectors/packet-h235.h
11771    M /trunk/epan/dissectors/packet-h245.c
11772    M /trunk/epan/dissectors/packet-h245.h
11773    A /trunk/epan/dissectors/packet-h323.c
11774    M /trunk/epan/dissectors/packet-h450-ros.c
11775    M /trunk/epan/dissectors/packet-h450-ros.h
11776    M /trunk/epan/dissectors/packet-h450.c
11777    M /trunk/epan/dissectors/packet-t38.c
11778    M /trunk/epan/dissectors/packet-t38.h
11779
11780 new H.323 dissector
11781   - Generic Extensible Framework helper
11782   - Annex M1 (QSIG over H.323)
11783   - Annex M4
11784   - Annex R
11785 H.225/H.245 support for Generic Extensible Framework (GEF)
11786 H.235 register MIKEY into new H.225/H.245 GEF tables
11787 regenerate H.225,H.245,H.235,H.450,H.450-ROS,T.35 from new makefiles
11788 ------------------------------------------------------------------------
11789 r23217 | kukosa | 2007-10-17 04:06:14 -0700 (Wed, 17 Oct 2007) | 1 line
11790 Changed paths:
11791    M /trunk/epan/dissectors/Makefile.common
11792    A /trunk/epan/dissectors/packet-h323.h
11793
11794 add forgotten packet-h323.h
11795 ------------------------------------------------------------------------
11796 r23218 | jake | 2007-10-17 11:25:01 -0700 (Wed, 17 Oct 2007) | 1 line
11797 Changed paths:
11798    M /trunk/epan/dissectors/packet-smb-pipe.c
11799    M /trunk/epan/dissectors/packet-smb2.c
11800
11801 Flag error
11802 ------------------------------------------------------------------------
11803 r23219 | jake | 2007-10-17 11:25:29 -0700 (Wed, 17 Oct 2007) | 1 line
11804 Changed paths:
11805    M /trunk/epan/dissectors/packet-ncp2222.inc
11806
11807 Mask error
11808 ------------------------------------------------------------------------
11809 r23220 | jake | 2007-10-17 11:25:49 -0700 (Wed, 17 Oct 2007) | 1 line
11810 Changed paths:
11811    M /trunk/epan/dissectors/packet-bootp.c
11812    M /trunk/epan/dissectors/packet-pvfs2.c
11813
11814 Logic error
11815 ------------------------------------------------------------------------
11816 r23221 | morriss | 2007-10-17 14:25:16 -0700 (Wed, 17 Oct 2007) | 1 line
11817 Changed paths:
11818    M /trunk/plugins/mate/mate_grammar.lemon
11819    M /trunk/plugins/mate/mate_parser.l
11820    M /trunk/plugins/wimaxasncp/wimaxasncp_dict.l
11821
11822 s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).
11823 ------------------------------------------------------------------------
11824 r23222 | stig | 2007-10-18 04:29:32 -0700 (Thu, 18 Oct 2007) | 2 lines
11825 Changed paths:
11826    M /trunk/epan/libwireshark.def
11827
11828 Add eth_stdio_open to libwireshark.def
11829
11830 ------------------------------------------------------------------------
11831 r23223 | grahamb | 2007-10-18 04:42:59 -0700 (Thu, 18 Oct 2007) | 1 line
11832 Changed paths:
11833    M /trunk/epan/libwireshark.def
11834
11835 Fixed sort order, used case-insensitive ascending
11836 ------------------------------------------------------------------------
11837 r23224 | grahamb | 2007-10-18 05:08:50 -0700 (Thu, 18 Oct 2007) | 1 line
11838 Changed paths:
11839    M /trunk
11840    M /trunk/epan
11841    M /trunk/plugins/agentx
11842    M /trunk/plugins/artnet
11843    M /trunk/plugins/asn1
11844    M /trunk/plugins/ciscosm
11845    M /trunk/plugins/docsis
11846    M /trunk/plugins/enttec
11847    M /trunk/plugins/ethercat
11848    M /trunk/plugins/giop
11849    M /trunk/plugins/gryphon
11850    M /trunk/plugins/irda
11851    M /trunk/plugins/lwres
11852    M /trunk/plugins/mate
11853    M /trunk/plugins/opcua
11854    M /trunk/plugins/opsi
11855    M /trunk/plugins/pcli
11856    M /trunk/plugins/profinet
11857    M /trunk/plugins/rlm
11858    M /trunk/plugins/rtnet
11859    M /trunk/plugins/rudp
11860    M /trunk/plugins/sbus
11861    M /trunk/plugins/stats_tree
11862    M /trunk/plugins/unistim
11863    M /trunk/plugins/v5ua
11864    M /trunk/plugins/wimaxasncp
11865    M /trunk/tools/lemon
11866    M /trunk/wiretap
11867
11868 Updated svn:ignore props for win32 build
11869 ------------------------------------------------------------------------
11870 r23225 | stig | 2007-10-18 05:41:11 -0700 (Thu, 18 Oct 2007) | 2 lines
11871 Changed paths:
11872    M /trunk/asn1/h323
11873
11874 Added svn:ignore targets for asn1/h323
11875
11876 ------------------------------------------------------------------------
11877 r23226 | kukosa | 2007-10-18 06:35:57 -0700 (Thu, 18 Oct 2007) | 6 lines
11878 Changed paths:
11879    M /trunk/asn1/Makefile.am
11880    M /trunk/asn1/Makefile.nmake
11881    M /trunk/asn1/h225/h225.cnf
11882    M /trunk/asn1/h225/packet-h225-template.c
11883    A /trunk/asn1/h460
11884    A /trunk/asn1/h460/CALL-PARTY-CATEGORY.asn
11885    A /trunk/asn1/h460/CALL-PRIORITY.asn
11886    A /trunk/asn1/h460/CIRCUIT-STATUS-MAP.asn
11887    A /trunk/asn1/h460/MEDIA-TRAVERSAL.asn
11888    A /trunk/asn1/h460/MESSAGE-BROADCAST.asn
11889    A /trunk/asn1/h460/MLPP.asn
11890    A /trunk/asn1/h460/Makefile.am
11891    A /trunk/asn1/h460/Makefile.common
11892    A /trunk/asn1/h460/Makefile.nmake
11893    A /trunk/asn1/h460/NUMBER-PORTABILITY.asn
11894    A /trunk/asn1/h460/QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
11895    A /trunk/asn1/h460/QOS-MONITORING-REPORT.asn
11896    A /trunk/asn1/h460/SIGNALLING-CHANNEL-SUSPEND-REDIRECT.asn
11897    A /trunk/asn1/h460/SIGNALLING-TRAVERSAL.asn
11898    A /trunk/asn1/h460/h460.cnf
11899    A /trunk/asn1/h460/packet-h460-template.c
11900    M /trunk/configure.in
11901    M /trunk/epan/dissectors/Makefile.common
11902    M /trunk/epan/dissectors/packet-h225.c
11903    M /trunk/epan/dissectors/packet-h225.h
11904    A /trunk/epan/dissectors/packet-h460.c
11905    M /trunk/epan/libwireshark.def
11906    M /trunk/gtk/h225_counter.c
11907    M /trunk/gtk/voip_calls.c
11908    M /trunk/tap-h225counter.c
11909    M /trunk/tools/asn2wrs.py
11910
11911 H.460 new dissector implemented (H.460.2-H.460.22)
11912 H.225
11913  - change RysMessage_vals to h225_Rasmessage_vals
11914  - use #.PDU directive for H323-UserInformation and RasMessage instead of implementing it by hands
11915  - register RasMessage_PDU as "h225.ras" dissector for calling it from H.460
11916 asn2wrs make PDUs exportable
11917 ------------------------------------------------------------------------
11918 r23227 | wmeier | 2007-10-18 12:30:56 -0700 (Thu, 18 Oct 2007) | 2 lines
11919 Changed paths:
11920    M /trunk/Makefile.nmake
11921
11922 Updated GTK/Glib/Pango Libraries
11923
11924 ------------------------------------------------------------------------
11925 r23228 | wmeier | 2007-10-18 12:47:45 -0700 (Thu, 18 Oct 2007) | 2 lines
11926 Changed paths:
11927    M /trunk/Makefile.nmake
11928
11929 Oops: Backout the library updates until libraries configured for download... (??)
11930
11931 ------------------------------------------------------------------------
11932 r23229 | etxrab | 2007-10-18 14:29:19 -0700 (Thu, 18 Oct 2007) | 1 line
11933 Changed paths:
11934    M /trunk/Makefile.nmake
11935    M /trunk/tools/win32-setup.sh
11936
11937 Use gtk 2.12.1
11938 ------------------------------------------------------------------------
11939 r23230 | sake | 2007-10-19 02:50:29 -0700 (Fri, 19 Oct 2007) | 18 lines
11940 Changed paths:
11941    M /trunk/epan/dissectors/packet-sflow.c
11942
11943 From Andrew Feren:
11944
11945 sFlow datagrams can contain sampled headers from conversations on the network.
11946
11947 Often it is convenient to have wireshark dissect these payload headers, but
11948 doing so can also have undesirable side effects.  Dissected payload headers may
11949 match filters looking for header fields that also happen to occur in the
11950 payload.  This can cause surprising results.
11951
11952 Also TCP analysis will almost always flag errors on sampled headers.  They are,
11953 after all, just a sample and many sequence numbers are sure to be missing.
11954
11955 There is probably a more general way to resolve these issues, but adding
11956 preferences to enable/disable tcp analysis and dissection of sampled headers
11957 will be a good start.  This will make it possible to examine the details of
11958 sampled headers if desired or to disable dissection if the side effects of
11959 dissecting sampled headers cause issues.
11960
11961 ------------------------------------------------------------------------
11962 r23231 | wmeier | 2007-10-19 08:21:42 -0700 (Fri, 19 Oct 2007) | 2 lines
11963 Changed paths:
11964    M /trunk/doc/README.plugins
11965
11966 Minor update to reflect recent plugins/Makefile.nmake change to clean/distclean/maintainer-clean 
11967
11968 ------------------------------------------------------------------------
11969 r23232 | sfisher | 2007-10-19 15:40:42 -0700 (Fri, 19 Oct 2007) | 4 lines
11970 Changed paths:
11971    M /trunk/wiretap/iseries.c
11972
11973
11974 Fix bug #1926: buffer overflow when parsing iseries files
11975
11976
11977 ------------------------------------------------------------------------
11978 r23233 | guy | 2007-10-19 19:34:41 -0700 (Fri, 19 Oct 2007) | 3 lines
11979 Changed paths:
11980    M /trunk/gtk/gui_utils.c
11981
11982 Silently ignore bogus geometry subkeys, just as we silently ignore other
11983 bogus entries in the recent file.  This fixes bug 1925.
11984
11985 ------------------------------------------------------------------------
11986 r23234 | guy | 2007-10-19 20:45:47 -0700 (Fri, 19 Oct 2007) | 7 lines
11987 Changed paths:
11988    M /trunk/epan/privileges.c
11989
11990 In relinquish_special_privs_perm(), only relinquish special privileges
11991 if we were given them; doing so when we weren't seems to change the
11992 apparent group set in OS X 10.5 (and possibly 10.4 - the group set
11993 manipulated by getgroups()/setgroups() isn't the full group set, and
11994 changing your UID might cause the credential identity resolver daemon
11995 not to give you your full group set).
11996
11997 ------------------------------------------------------------------------
11998 r23235 | martinm | 2007-10-22 03:03:22 -0700 (Mon, 22 Oct 2007) | 2 lines
11999 Changed paths:
12000    M /trunk/Makefile.nmake
12001
12002 Allow wimaxasncp plugin to be found in Windows dev build.
12003
12004 ------------------------------------------------------------------------
12005 r23236 | martinm | 2007-10-22 03:47:23 -0700 (Mon, 22 Oct 2007) | 2 lines
12006 Changed paths:
12007    M /trunk/epan/dissectors/packet-sip.c
12008
12009 Make some capitalisation more consistent.
12010
12011 ------------------------------------------------------------------------
12012 r23237 | martinm | 2007-10-22 05:16:53 -0700 (Mon, 22 Oct 2007) | 2 lines
12013 Changed paths:
12014    M /trunk/epan/dissectors/Makefile.common
12015    D /trunk/epan/dissectors/packet-diameter-defs.h
12016
12017 Remove the no-longer-used packet-diameter-defs.h
12018
12019 ------------------------------------------------------------------------
12020 r23238 | kukosa | 2007-10-22 05:25:56 -0700 (Mon, 22 Oct 2007) | 1 line
12021 Changed paths:
12022    M /trunk/epan/asn1.h
12023    M /trunk/epan/dissectors/packet-per.c
12024
12025 add flags for optional fields of EXTERNAL type into asn1_ctx_t struct
12026 ------------------------------------------------------------------------
12027 r23239 | martinm | 2007-10-22 06:31:51 -0700 (Mon, 22 Oct 2007) | 4 lines
12028 Changed paths:
12029    M /trunk/epan/dissectors/packet-umts_fp.c
12030
12031 Show multi-byte variable length fields using FT_BYTES|BASE_HEX.
12032
12033 Note that there is still a problem with 'Apply as filter' filters.  They seem to remember the initial length of the item, and not the final length set using proto_item_set_len() (this is the case for groups of TBs/PDUs).  Will investigate when time allows...
12034
12035 ------------------------------------------------------------------------
12036 r23240 | wmeier | 2007-10-22 08:13:41 -0700 (Mon, 22 Oct 2007) | 2 lines
12037 Changed paths:
12038    M /trunk/gtk/rtp_player.c
12039
12040 From Jim Young: Simple one line patch resolves compiler warning.: Bug #1929
12041
12042 ------------------------------------------------------------------------
12043 r23241 | gal | 2007-10-22 10:03:09 -0700 (Mon, 22 Oct 2007) | 3 lines
12044 Changed paths:
12045    M /trunk/asn1/ros/Makefile.common
12046    M /trunk/epan/dissectors/packet-ros.c
12047    M /trunk/epan/dissectors/packet-ros.h
12048
12049 Update to use the -X and -T flags to asn2wrs.
12050
12051
12052 ------------------------------------------------------------------------
12053 r23242 | gal | 2007-10-22 10:08:03 -0700 (Mon, 22 Oct 2007) | 5 lines
12054 Changed paths:
12055    M /trunk/asn1/rtse/Makefile.common
12056    M /trunk/asn1/rtse/rtse.cnf
12057    M /trunk/epan/dissectors/packet-rtse.c
12058    M /trunk/epan/dissectors/packet-rtse.h
12059
12060 Update to use the -X and -T flags.
12061 Removed some workaround code in the .cnf file.
12062 There is still some code for handling an EXTERNAL (EXTERNALt) as the RTSE dissector has its own set of callbacks and consequently can't (currently) use the packet-ber.c functions. 
12063
12064
12065 ------------------------------------------------------------------------
12066 r23243 | gal | 2007-10-22 10:13:08 -0700 (Mon, 22 Oct 2007) | 4 lines
12067 Changed paths:
12068    M /trunk/asn1/x411/Makefile.common
12069    M /trunk/asn1/x411/x411.asn
12070    M /trunk/asn1/x411/x411.cnf
12071    M /trunk/epan/dissectors/packet-x411.c
12072    M /trunk/epan/dissectors/packet-x411.h
12073
12074 Update to use the -X and -T asn2wrs flags.
12075 Removed the workaround code from the .cnf file.
12076
12077
12078 ------------------------------------------------------------------------
12079 r23244 | gal | 2007-10-22 10:14:42 -0700 (Mon, 22 Oct 2007) | 4 lines
12080 Changed paths:
12081    M /trunk/asn1/x420/Makefile.common
12082    M /trunk/epan/dissectors/packet-x420.c
12083    M /trunk/epan/dissectors/packet-x420.h
12084
12085 Update to use the -X and -T asn2wrs flags.
12086 Straightforward.
12087
12088
12089 ------------------------------------------------------------------------
12090 r23245 | gal | 2007-10-22 10:16:15 -0700 (Mon, 22 Oct 2007) | 3 lines
12091 Changed paths:
12092    M /trunk/asn1/s4406/Makefile.common
12093    M /trunk/epan/dissectors/packet-s4406.c
12094    M /trunk/epan/dissectors/packet-s4406.h
12095
12096 Update to use the -X and -T asn2wrs flags.
12097 Straightfoward.
12098
12099 ------------------------------------------------------------------------
12100 r23246 | gal | 2007-10-22 10:17:15 -0700 (Mon, 22 Oct 2007) | 3 lines
12101 Changed paths:
12102    M /trunk/asn1/ess/Makefile.common
12103    M /trunk/epan/dissectors/packet-ess.c
12104    M /trunk/epan/dissectors/packet-ess.h
12105
12106 Update to use the -X and -T asn2wrs flags.
12107 Straightforward.
12108
12109 ------------------------------------------------------------------------
12110 r23247 | gal | 2007-10-22 10:18:42 -0700 (Mon, 22 Oct 2007) | 3 lines
12111 Changed paths:
12112    M /trunk/asn1/dap/Makefile.common
12113    M /trunk/asn1/dap/dap.cnf
12114    M /trunk/epan/dissectors/packet-dap.c
12115    M /trunk/epan/dissectors/packet-dap.h
12116
12117 Update to use the -X and -T asn2wrs flags.
12118 Straightforward.
12119
12120 ------------------------------------------------------------------------
12121 r23248 | gal | 2007-10-22 10:20:04 -0700 (Mon, 22 Oct 2007) | 3 lines
12122 Changed paths:
12123    M /trunk/asn1/disp/Makefile.common
12124    M /trunk/epan/dissectors/packet-disp.c
12125    M /trunk/epan/dissectors/packet-disp.h
12126
12127 Update to use the -X and -T asn2wrs flags.
12128 Straightforward.
12129
12130 ------------------------------------------------------------------------
12131 r23249 | gal | 2007-10-22 10:21:11 -0700 (Mon, 22 Oct 2007) | 4 lines
12132 Changed paths:
12133    M /trunk/asn1/dsp/Makefile.common
12134    M /trunk/epan/dissectors/packet-dsp.c
12135    M /trunk/epan/dissectors/packet-dsp.h
12136
12137 Update to use the -X and -T asn2wrs flags.
12138 Straightforward.
12139
12140
12141 ------------------------------------------------------------------------
12142 r23250 | kukosa | 2007-10-22 12:29:29 -0700 (Mon, 22 Oct 2007) | 1 line
12143 Changed paths:
12144    M /trunk/tools/asn2wrs.py
12145
12146 fix export of ObjectFieldSpec and ObjectSetFieldSpec of CLASS
12147 ------------------------------------------------------------------------
12148 r23251 | jake | 2007-10-22 22:37:42 -0700 (Mon, 22 Oct 2007) | 2 lines
12149 Changed paths:
12150    M /trunk/epan/dissectors/packet-gdsdb.c
12151
12152 Fix for bug 1931 and bug 1932:
12153 A never ending while loop and a value to string mapping error.
12154 ------------------------------------------------------------------------
12155 r23252 | etxrab | 2007-10-22 22:50:00 -0700 (Mon, 22 Oct 2007) | 6 lines
12156 Changed paths:
12157    M /trunk/asn1/camel/camel.cnf
12158    M /trunk/asn1/camel/packet-camel-template.c
12159    M /trunk/asn1/cdt/cdt.cnf
12160    M /trunk/asn1/cmip/cmip.cnf
12161    M /trunk/asn1/dap/dap.cnf
12162    M /trunk/asn1/dap/packet-dap-template.c
12163    M /trunk/asn1/disp/packet-disp-template.c
12164    M /trunk/asn1/dop/packet-dop-template.c
12165    M /trunk/asn1/dsp/packet-dsp-template.c
12166    M /trunk/asn1/gsmmap/gsmmap.cnf
12167    M /trunk/asn1/ldap/packet-ldap-template.c
12168    M /trunk/asn1/ocsp/packet-ocsp-template.c
12169    M /trunk/asn1/pkixcmp/packet-cmp-template.c
12170    M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c
12171    M /trunk/asn1/rtse/rtse.cnf
12172    M /trunk/asn1/s4406/packet-s4406-template.c
12173    M /trunk/asn1/snmp/snmp.cnf
12174    M /trunk/asn1/t38/packet-t38-template.c
12175    M /trunk/asn1/t38/t38.cnf
12176    M /trunk/asn1/tcap/tcap.cnf
12177    M /trunk/asn1/x411/packet-x411-template.c
12178    M /trunk/asn1/x420/packet-x420-template.c
12179    M /trunk/asn1/x420/x420.cnf
12180    M /trunk/asn1/x509af/packet-x509af-template.c
12181    M /trunk/epan/dissectors/packet-bacapp.c
12182    M /trunk/epan/dissectors/packet-ber.c
12183    M /trunk/epan/dissectors/packet-bgp.c
12184    M /trunk/epan/dissectors/packet-bpdu.c
12185    M /trunk/epan/dissectors/packet-bssgp.c
12186    M /trunk/epan/dissectors/packet-btl2cap.c
12187    M /trunk/epan/dissectors/packet-btrfcomm.c
12188    M /trunk/epan/dissectors/packet-catapult-dct2000.c
12189    M /trunk/epan/dissectors/packet-cigi.c
12190    M /trunk/epan/dissectors/packet-cimd.c
12191    M /trunk/epan/dissectors/packet-cip.c
12192    M /trunk/epan/dissectors/packet-cisco-wids.c
12193    M /trunk/epan/dissectors/packet-clnp.c
12194    M /trunk/epan/dissectors/packet-ctdb.c
12195    M /trunk/epan/dissectors/packet-daap.c
12196    M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
12197    M /trunk/epan/dissectors/packet-dcerpc.c
12198    M /trunk/epan/dissectors/packet-dcom-remunkn.c
12199    M /trunk/epan/dissectors/packet-dcp.c
12200    M /trunk/epan/dissectors/packet-dec-dnart.c
12201    M /trunk/epan/dissectors/packet-diameter.c
12202    M /trunk/epan/dissectors/packet-distcc.c
12203    M /trunk/epan/dissectors/packet-dmp.c
12204    M /trunk/epan/dissectors/packet-dnp.c
12205    M /trunk/epan/dissectors/packet-drda.c
12206    M /trunk/epan/dissectors/packet-dtls.c
12207    M /trunk/epan/dissectors/packet-echo.c
12208    M /trunk/epan/dissectors/packet-edonkey.c
12209    M /trunk/epan/dissectors/packet-enip.c
12210    M /trunk/epan/dissectors/packet-epl.c
12211    M /trunk/epan/dissectors/packet-epl_v1.c
12212    M /trunk/epan/dissectors/packet-ethertype.c
12213    M /trunk/epan/dissectors/packet-fcels.c
12214    M /trunk/epan/dissectors/packet-fcip.c
12215    M /trunk/epan/dissectors/packet-fcoe.c
12216    M /trunk/epan/dissectors/packet-fix.c
12217    M /trunk/epan/dissectors/packet-giop.c
12218    M /trunk/epan/dissectors/packet-h1.c
12219    M /trunk/epan/dissectors/packet-h248_annex_c.c
12220    M /trunk/epan/dissectors/packet-hsrp.c
12221    M /trunk/epan/dissectors/packet-iax2.c
12222    M /trunk/epan/dissectors/packet-icep.c
12223    M /trunk/epan/dissectors/packet-icmpv6.c
12224    M /trunk/epan/dissectors/packet-ieee80211.c
12225    M /trunk/epan/dissectors/packet-igap.c
12226    M /trunk/epan/dissectors/packet-igrp.c
12227    M /trunk/epan/dissectors/packet-imf.c
12228    M /trunk/epan/dissectors/packet-ip.c
12229    M /trunk/epan/dissectors/packet-ipmi.c
12230    M /trunk/epan/dissectors/packet-ipv6.c
12231    M /trunk/epan/dissectors/packet-isakmp.c
12232    M /trunk/epan/dissectors/packet-iscsi.c
12233    M /trunk/epan/dissectors/packet-isis-hello.c
12234    M /trunk/epan/dissectors/packet-isis-lsp.c
12235    M /trunk/epan/dissectors/packet-isis-snp.c
12236    M /trunk/epan/dissectors/packet-isns.c
12237    M /trunk/epan/dissectors/packet-iuup.c
12238    M /trunk/epan/dissectors/packet-jxta.c
12239    M /trunk/epan/dissectors/packet-kink.c
12240    M /trunk/epan/dissectors/packet-ldp.c
12241    M /trunk/epan/dissectors/packet-llc.c
12242    M /trunk/epan/dissectors/packet-loop.c
12243    M /trunk/epan/dissectors/packet-lwapp.c
12244    M /trunk/epan/dissectors/packet-media.c
12245    M /trunk/epan/dissectors/packet-mpls.c
12246    M /trunk/epan/dissectors/packet-mq-pcf.c
12247    M /trunk/epan/dissectors/packet-mq.c
12248    M /trunk/epan/dissectors/packet-mrdisc.c
12249    M /trunk/epan/dissectors/packet-ms-mms.c
12250    M /trunk/epan/dissectors/packet-msn-messenger.c
12251    M /trunk/epan/dissectors/packet-msnip.c
12252    M /trunk/epan/dissectors/packet-msnlb.c
12253    M /trunk/epan/dissectors/packet-mtp3mg.c
12254    M /trunk/epan/dissectors/packet-multipart.c
12255    M /trunk/epan/dissectors/packet-mysql.c
12256    M /trunk/epan/dissectors/packet-nbd.c
12257    M /trunk/epan/dissectors/packet-nbipx.c
12258    M /trunk/epan/dissectors/packet-nbns.c
12259    M /trunk/epan/dissectors/packet-ncp-sss.c
12260    M /trunk/epan/dissectors/packet-ncp.c
12261    M /trunk/epan/dissectors/packet-ncp2222.inc
12262    M /trunk/epan/dissectors/packet-ndps.c
12263    M /trunk/epan/dissectors/packet-netbios.c
12264    M /trunk/epan/dissectors/packet-nhrp.c
12265    M /trunk/epan/dissectors/packet-ntlmssp.c
12266    M /trunk/epan/dissectors/packet-omapi.c
12267    M /trunk/epan/dissectors/packet-p_mul.c
12268    M /trunk/epan/dissectors/packet-pgsql.c
12269    M /trunk/epan/dissectors/packet-portmap.c
12270    M /trunk/epan/dissectors/packet-ppp.c
12271    M /trunk/epan/dissectors/packet-pppoe.c
12272    M /trunk/epan/dissectors/packet-pptp.c
12273    M /trunk/epan/dissectors/packet-ptp.c
12274    M /trunk/epan/dissectors/packet-pvfs2.c
12275    M /trunk/epan/dissectors/packet-rgmp.c
12276    M /trunk/epan/dissectors/packet-rmi.c
12277    M /trunk/epan/dissectors/packet-rmt-norm.c
12278    M /trunk/epan/dissectors/packet-rpc.c
12279    M /trunk/epan/dissectors/packet-rsvp.c
12280    M /trunk/epan/dissectors/packet-rsync.c
12281    M /trunk/epan/dissectors/packet-rtps.c
12282    M /trunk/epan/dissectors/packet-rtsp.c
12283    M /trunk/epan/dissectors/packet-scsi-osd.c
12284    M /trunk/epan/dissectors/packet-sigcomp.c
12285    M /trunk/epan/dissectors/packet-slimp3.c
12286    M /trunk/epan/dissectors/packet-smb.c
12287    M /trunk/epan/dissectors/packet-smb2.c
12288    M /trunk/epan/dissectors/packet-smtp.c
12289    M /trunk/epan/dissectors/packet-sna.c
12290    M /trunk/epan/dissectors/packet-sqloracle.c
12291    M /trunk/epan/dissectors/packet-ssh.c
12292    M /trunk/epan/dissectors/packet-ssl.c
12293    M /trunk/epan/dissectors/packet-starteam.c
12294    M /trunk/epan/dissectors/packet-symantec.c
12295    M /trunk/epan/dissectors/packet-tcp.c
12296    M /trunk/epan/dissectors/packet-telnet.c
12297    M /trunk/epan/dissectors/packet-tftp.c
12298    M /trunk/epan/dissectors/packet-tns.c
12299    M /trunk/epan/dissectors/packet-tuxedo.c
12300    M /trunk/epan/dissectors/packet-usb.c
12301    M /trunk/epan/dissectors/packet-winsrepl.c
12302    M /trunk/epan/dissectors/packet-wsp.c
12303    M /trunk/epan/dissectors/packet-x11.c
12304    M /trunk/epan/dissectors/packet-x29.c
12305    M /trunk/epan/dissectors/packet-xdmcp.c
12306    M /trunk/epan/dissectors/packet-ypserv.c
12307
12308 Apply the small performance enhancment patches for:
12309 - if offset is 0, tvb_length is the same as tvb_length_remaining, just faster.
12310 Replace 
12311 - col_append_fstr() with faster  col_append_str() 
12312 - col_add_str() with col_set_str()
12313 when it's safe
12314 ------------------------------------------------------------------------
12315 r23253 | martinm | 2007-10-23 04:02:08 -0700 (Tue, 23 Oct 2007) | 7 lines
12316 Changed paths:
12317    M /trunk/epan/dissectors/packet-umts_fp.c
12318    M /trunk/epan/proto.c
12319
12320 Make groups of PDUs filterable as large FT_BYTES items
12321 (where the initial length isn't readily available when item is first added)
12322
12323 Note that this still won't work where an initial length of 0 is given for
12324 the item that will later be extended using proto_item_set_len(), as the
12325 pointer value part of the zero-length array will reamin NULL...
12326
12327 ------------------------------------------------------------------------
12328 r23254 | guy | 2007-10-23 19:12:46 -0700 (Tue, 23 Oct 2007) | 3 lines
12329 Changed paths:
12330    M /trunk/epan/dissectors/packet-diameter.c
12331
12332 Make sure characters aren't sign-extended before being handed to
12333 isalnum().
12334
12335 ------------------------------------------------------------------------
12336 r23255 | guy | 2007-10-23 19:28:03 -0700 (Tue, 23 Oct 2007) | 4 lines
12337 Changed paths:
12338    M /trunk/epan/dissectors/Makefile.common
12339
12340 packet-diameter.c should now compile without warnings.  Mark it as a
12341 clean dissector (so that the buildbots compile it with -Werror, in the
12342 hopes of keeping it clean).
12343
12344 ------------------------------------------------------------------------
12345 r23256 | guy | 2007-10-23 20:33:35 -0700 (Tue, 23 Oct 2007) | 8 lines
12346 Changed paths:
12347    M /trunk/tshark.c
12348
12349 Use sigaction(), not signal(), so we know what its semantics are (and so
12350 that we can find out what the signal action for SIGHUP is without
12351 changing it).
12352
12353 That renders report_counts() safe to use at the end of a capture; do so.
12354
12355 Clean up indentation.
12356
12357 ------------------------------------------------------------------------
12358 r23257 | guy | 2007-10-23 21:13:30 -0700 (Tue, 23 Oct 2007) | 3 lines
12359 Changed paths:
12360    M /trunk/tshark.c
12361
12362 "sa_mask" in a "struct sigaction" is a sigset_t, which is not
12363 necessarily an integral data type.  Use sigemptyset() to clear it.
12364
12365 ------------------------------------------------------------------------
12366 r23258 | guy | 2007-10-23 23:21:05 -0700 (Tue, 23 Oct 2007) | 3 lines
12367 Changed paths:
12368    M /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c
12369    M /trunk/epan/dissectors/packet-mpeg-pes.c
12370
12371 "time_t" might be an "int" or might be a "long"; cast it to "long" and
12372 print it with "%ld".  (It's typically signed.)
12373
12374 ------------------------------------------------------------------------
12375 r23259 | guy | 2007-10-23 23:54:58 -0700 (Tue, 23 Oct 2007) | 6 lines
12376 Changed paths:
12377    M /trunk/asn1/h460/CALL-PARTY-CATEGORY.asn
12378    M /trunk/asn1/h460/CALL-PRIORITY.asn
12379    M /trunk/asn1/h460/CIRCUIT-STATUS-MAP.asn
12380    M /trunk/asn1/h460/MEDIA-TRAVERSAL.asn
12381    M /trunk/asn1/h460/MESSAGE-BROADCAST.asn
12382    M /trunk/asn1/h460/MLPP.asn
12383    M /trunk/asn1/h460/Makefile.am
12384    M /trunk/asn1/h460/Makefile.common
12385    M /trunk/asn1/h460/Makefile.nmake
12386    M /trunk/asn1/h460/NUMBER-PORTABILITY.asn
12387    M /trunk/asn1/h460/QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
12388    M /trunk/asn1/h460/QOS-MONITORING-REPORT.asn
12389    M /trunk/asn1/h460/SIGNALLING-CHANNEL-SUSPEND-REDIRECT.asn
12390    M /trunk/asn1/h460/SIGNALLING-TRAVERSAL.asn
12391    M /trunk/asn1/h460/h460.cnf
12392    M /trunk/asn1/h460/packet-h460-template.c
12393
12394 Get rid of CRs, and set svn:eol-style to native.
12395
12396 Set svn:keywords to Id while we're at it.
12397
12398 Get rid of extra blank lines at the ends of files.
12399
12400 ------------------------------------------------------------------------
12401 r23260 | guy | 2007-10-23 23:56:07 -0700 (Tue, 23 Oct 2007) | 2 lines
12402 Changed paths:
12403    M /trunk/asn1/h460/CALL-PARTY-CATEGORY.asn
12404    M /trunk/asn1/h460/CALL-PRIORITY.asn
12405    M /trunk/asn1/h460/CIRCUIT-STATUS-MAP.asn
12406    M /trunk/asn1/h460/MEDIA-TRAVERSAL.asn
12407    M /trunk/asn1/h460/MESSAGE-BROADCAST.asn
12408    M /trunk/asn1/h460/MLPP.asn
12409    M /trunk/asn1/h460/Makefile.am
12410    M /trunk/asn1/h460/Makefile.common
12411    M /trunk/asn1/h460/Makefile.nmake
12412    M /trunk/asn1/h460/NUMBER-PORTABILITY.asn
12413    M /trunk/asn1/h460/QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
12414    M /trunk/asn1/h460/QOS-MONITORING-REPORT.asn
12415    M /trunk/asn1/h460/SIGNALLING-CHANNEL-SUSPEND-REDIRECT.asn
12416    M /trunk/asn1/h460/SIGNALLING-TRAVERSAL.asn
12417    M /trunk/asn1/h460/h460.cnf
12418
12419 Set svn:eol-style to native and svn:keywords to Id.
12420
12421 ------------------------------------------------------------------------
12422 r23261 | guy | 2007-10-24 00:14:34 -0700 (Wed, 24 Oct 2007) | 2 lines
12423 Changed paths:
12424    M /trunk/asn1/h460/packet-h460-template.c
12425    M /trunk/epan/dissectors/packet-h460.c
12426
12427 Squelch warnings about uninitialized structure members.
12428
12429 ------------------------------------------------------------------------
12430 r23262 | kukosa | 2007-10-24 01:30:46 -0700 (Wed, 24 Oct 2007) | 1 line
12431 Changed paths:
12432    M /trunk/epan/Makefile.common
12433    A /trunk/epan/tap-voip.h
12434    M /trunk/gtk/voip_calls.c
12435    M /trunk/gtk/voip_calls.h
12436    M /trunk/gtk/voip_calls_dlg.c
12437
12438 add common VoIP TAP listener "voip" which can be used in arbitrary experimental/proprietary protocol (implemented e.g. in plugin) and allows it to make graphs and replay streams
12439 ------------------------------------------------------------------------
12440 r23263 | kukosa | 2007-10-24 02:10:43 -0700 (Wed, 24 Oct 2007) | 1 line
12441 Changed paths:
12442    M /trunk/gtk/voip_calls.c
12443
12444 fix voip_calls.c:126: warning: missing initializer
12445 ------------------------------------------------------------------------
12446 r23264 | martinm | 2007-10-24 02:21:13 -0700 (Wed, 24 Oct 2007) | 2 lines
12447 Changed paths:
12448    M /trunk/gtk/voip_calls_dlg.c
12449
12450 Add missing case.
12451
12452 ------------------------------------------------------------------------
12453 r23265 | etxrab | 2007-10-24 08:04:01 -0700 (Wed, 24 Oct 2007) | 1 line
12454 Changed paths:
12455    M /trunk/epan/dissectors/packet-diameter.c
12456    M /trunk/epan/dissectors/packet-uma.c
12457
12458 Add port ranges.
12459 ------------------------------------------------------------------------
12460 r23266 | gerald | 2007-10-24 09:32:51 -0700 (Wed, 24 Oct 2007) | 2 lines
12461 Changed paths:
12462    M /trunk/epan/dissectors/packet-diameter.c
12463    M /trunk/epan/dissectors/packet-uma.c
12464
12465 Remove a couple of unused variables.
12466
12467 ------------------------------------------------------------------------
12468 r23267 | gerald | 2007-10-24 09:43:45 -0700 (Wed, 24 Oct 2007) | 2 lines
12469 Changed paths:
12470    M /trunk/docbook/release-notes.xml
12471
12472 Add an item for the recent packet-gdsdb.c fixes.
12473
12474 ------------------------------------------------------------------------
12475 r23268 | etxrab | 2007-10-24 14:47:13 -0700 (Wed, 24 Oct 2007) | 2 lines
12476 Changed paths:
12477    M /trunk/epan/dissectors/packet-rtsp.c
12478    M /trunk/epan/dissectors/packet-text-media.c
12479    M /trunk/epan/dissectors/packet-xml.c
12480
12481 Use the media_type_dissector_table for the content type.
12482 Add a few media types.
12483 ------------------------------------------------------------------------
12484 r23269 | etxrab | 2007-10-24 14:52:44 -0700 (Wed, 24 Oct 2007) | 1 line
12485 Changed paths:
12486    M /trunk/epan/dissectors/packet-rtsp.c
12487
12488 Remove unused variable.
12489 ------------------------------------------------------------------------
12490 r23270 | kukosa | 2007-10-25 02:38:15 -0700 (Thu, 25 Oct 2007) | 4 lines
12491 Changed paths:
12492    M /trunk/epan/Makefile.common
12493    A /trunk/epan/codecs.c
12494    A /trunk/epan/codecs.h
12495    M /trunk/epan/libwireshark.def
12496    M /trunk/epan/plugins.c
12497    M /trunk/epan/plugins.h
12498    M /trunk/gtk/plugins_dlg.c
12499    M /trunk/gtk/rtp_player.c
12500
12501 new codec table for registering codecs by name
12502 new codec plugin type
12503 search registered codecs in rtp player
12504 fix memory leak in rtp player
12505 ------------------------------------------------------------------------
12506 r23271 | kukosa | 2007-10-25 05:24:01 -0700 (Thu, 25 Oct 2007) | 1 line
12507 Changed paths:
12508    M /trunk/gtk/voip_calls.c
12509
12510 do not update call_state if new call_state == VOIP_NO_STATE
12511 ------------------------------------------------------------------------
12512 r23272 | gerald | 2007-10-25 13:37:12 -0700 (Thu, 25 Oct 2007) | 2 lines
12513 Changed paths:
12514    M /trunk/capture_sync.c
12515
12516 Fix a typo.
12517
12518 ------------------------------------------------------------------------
12519 r23273 | etxrab | 2007-10-25 22:42:12 -0700 (Thu, 25 Oct 2007) | 4 lines
12520 Changed paths:
12521    M /trunk/epan/addr_resolv.c
12522    M /trunk/epan/column-utils.c
12523    M /trunk/epan/strutil.c
12524    M /trunk/epan/strutil.h
12525
12526 Apply yet another set of the optimization patches:
12527 Replace strncpy with g_strlcpy.
12528 Add g_strlcat for GTK1 and don't use g_snprintf in GTK1 g_strlcpy
12529 printf family is very slow.
12530 ------------------------------------------------------------------------
12531 r23274 | kukosa | 2007-10-26 00:18:44 -0700 (Fri, 26 Oct 2007) | 1 line
12532 Changed paths:
12533    M /trunk/asn1/h460/CALL-PARTY-CATEGORY.asn
12534    M /trunk/asn1/h460/CALL-PRIORITY.asn
12535    M /trunk/asn1/h460/CIRCUIT-STATUS-MAP.asn
12536    M /trunk/asn1/h460/MEDIA-TRAVERSAL.asn
12537    M /trunk/asn1/h460/MESSAGE-BROADCAST.asn
12538    M /trunk/asn1/h460/MLPP.asn
12539    M /trunk/asn1/h460/NUMBER-PORTABILITY.asn
12540    M /trunk/asn1/h460/QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
12541    M /trunk/asn1/h460/QOS-MONITORING-REPORT.asn
12542
12543 fix wrong headers in H.460.x ASN.1 sources
12544 ------------------------------------------------------------------------
12545 r23275 | kukosa | 2007-10-26 00:42:29 -0700 (Fri, 26 Oct 2007) | 1 line
12546 Changed paths:
12547    M /trunk/asn1/Makefile.am
12548    M /trunk/asn1/Makefile.nmake
12549    A /trunk/asn1/h501
12550    A /trunk/asn1/h501/H501-MESSAGES.asn
12551    A /trunk/asn1/h501/Makefile.am
12552    A /trunk/asn1/h501/Makefile.common
12553    A /trunk/asn1/h501/Makefile.nmake
12554    A /trunk/asn1/h501/h501.cnf
12555    A /trunk/asn1/h501/packet-h501-template.c
12556    M /trunk/configure.in
12557    M /trunk/epan/dissectors/Makefile.common
12558    A /trunk/epan/dissectors/packet-h501.c
12559
12560 H.501 Mobility protocol implemented
12561 ------------------------------------------------------------------------
12562 r23276 | martinm | 2007-10-26 03:38:16 -0700 (Fri, 26 Oct 2007) | 2 lines
12563 Changed paths:
12564    M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
12565
12566 Add expert item for cases of unmatched function type or message op.
12567
12568 ------------------------------------------------------------------------
12569 r23277 | wmeier | 2007-10-26 08:26:04 -0700 (Fri, 26 Oct 2007) | 2 lines
12570 Changed paths:
12571    M /trunk/doc/README.developer
12572
12573 From Andrew Feren: Fix an assortment of typos and other minor errors
12574
12575 ------------------------------------------------------------------------
12576 r23278 | morriss | 2007-10-26 09:19:18 -0700 (Fri, 26 Oct 2007) | 1 line
12577 Changed paths:
12578    M /trunk/epan/dissectors/packet-mtp2.c
12579
12580 Show the acronyms for LSSU types in the Info column rather than the long description (and don't tell the user it's an LSSU, they already know that).  Also, there is no such thing as a SIBO, it's a SIB.
12581 ------------------------------------------------------------------------
12582 r23279 | gerald | 2007-10-26 09:32:28 -0700 (Fri, 26 Oct 2007) | 10 lines
12583 Changed paths:
12584    M /trunk/Makefile.nmake
12585    M /trunk/capture_loop.c
12586    M /trunk/capture_sync.c
12587    M /trunk/capture_sync.h
12588    M /trunk/dumpcap.c
12589
12590 For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a named
12591 pipe instead of stdin.  Add an argument (currently the parent PID) back
12592 to the "-Z" flag and use it to construct the pipe name.  This lets us
12593 pass the parent's stdin handle to dumpcap, which lets us capture from
12594 stdin on Windows.  Add a comment about checking for the parent process.
12595
12596 In capture_loop.c, remove the wait_forever argument from cap_pipe_select()
12597 since it was always FALSE.  Set the timeout under Windows to 250 ms
12598 instead of 250000 ms.
12599
12600 ------------------------------------------------------------------------
12601 r23280 | martinm | 2007-10-26 09:53:08 -0700 (Fri, 26 Oct 2007) | 2 lines
12602 Changed paths:
12603    M /trunk/epan/dissectors/packet-diameter.c
12604
12605 Remove some unnecessary includes.
12606
12607 ------------------------------------------------------------------------
12608 r23281 | martinm | 2007-10-26 09:57:54 -0700 (Fri, 26 Oct 2007) | 2 lines
12609 Changed paths:
12610    M /trunk/epan/dissectors/packet-lwapp.c
12611
12612 Stop including xmlstab.h
12613
12614 ------------------------------------------------------------------------
12615 r23282 | morriss | 2007-10-26 15:17:45 -0700 (Fri, 26 Oct 2007) | 1 line
12616 Changed paths:
12617    M /trunk/epan/dissectors/packet-sccp.c
12618
12619 Minor indentation changes
12620 ------------------------------------------------------------------------
12621 r23283 | sfisher | 2007-10-26 22:11:50 -0700 (Fri, 26 Oct 2007) | 4 lines
12622 Changed paths:
12623    M /trunk/gtk/toolbar.c
12624
12625
12626 Remove empty #if / #endif block
12627
12628
12629 ------------------------------------------------------------------------
12630 r23284 | jake | 2007-10-27 02:24:31 -0700 (Sat, 27 Oct 2007) | 5 lines
12631 Changed paths:
12632    M /trunk/epan/dissectors/packet-dhcpv6.c
12633
12634 Fix for bug 1935. 
12635 RFC3315 says that the vendor-specific information option must encapsulate each
12636 option in the format code/length/value.  The current dhcpv6 dissector does not
12637 differentiate these fields, it just puts it all together as one option-data
12638 field. Attached is a patch that addresses this issue.
12639 ------------------------------------------------------------------------
12640 r23285 | etxrab | 2007-10-27 07:44:29 -0700 (Sat, 27 Oct 2007) | 6 lines
12641 Changed paths:
12642    M /trunk/epan/column-utils.c
12643    M /trunk/epan/ipproto.c
12644    M /trunk/epan/strutil.c
12645    M /trunk/epan/strutil.h
12646    M /trunk/epan/tvbuff.c
12647
12648 Apply yet another set of the optimization patches:
12649 - Use a fast path for the most common use of tvb_get_xxx functions:
12650 offset is >= 0 and tvb->real_data is set (this one is always true).
12651 - match_strval() is a linear search, put the most common protocols
12652 TCP/UDP/RDP first.
12653 - fix gtk1 g_strlcat declaration Use g_strlcat
12654 ------------------------------------------------------------------------
12655 r23286 | etxrab | 2007-10-27 07:57:46 -0700 (Sat, 27 Oct 2007) | 2 lines
12656 Changed paths:
12657    M /trunk/epan/dissectors/packet-rtsp.c
12658
12659 From Andrew Feren:
12660 patch to test for NULL media_type_str_lower_case.
12661 ------------------------------------------------------------------------
12662 r23287 | etxrab | 2007-10-27 08:02:07 -0700 (Sat, 27 Oct 2007) | 3 lines
12663 Changed paths:
12664    M /trunk/epan/packet.c
12665
12666 From Andrew Feren:
12667 return FALSE if dissector_try_string(...) is passed a NULL string pointer
12668 arguably this should assert instead.
12669 ------------------------------------------------------------------------
12670 r23288 | etxrab | 2007-10-27 08:28:35 -0700 (Sat, 27 Oct 2007) | 3 lines
12671 Changed paths:
12672    M /trunk/epan/dissectors/packet-edonkey.c
12673    M /trunk/epan/dissectors/packet-edonkey.h
12674
12675 From Stefano Picerno:
12676 I made some updates to the edonkey dissector.
12677 Most kademlia1 and some kademlia2 messages are now completely decoded.
12678 ------------------------------------------------------------------------
12679 r23289 | etxrab | 2007-10-27 08:38:22 -0700 (Sat, 27 Oct 2007) | 8 lines
12680 Changed paths:
12681    M /trunk/epan/dissectors/packet-giop.c
12682
12683 From Steve Osselton:
12684 The GIOP Fragment message type was added as of GIOP 1.1. However the Fragment
12685 message header (containing a request id) was only added as of GIOP 1.2. The
12686 GIOP Fragment dissector incorrectly attempts to process the request id for a
12687 version 1.1 request.
12688
12689 To fix add a version check to the dissect_giop_fragment function in
12690 packet-giop.c:
12691 ------------------------------------------------------------------------
12692 r23290 | etxrab | 2007-10-27 08:44:12 -0700 (Sat, 27 Oct 2007) | 2 lines
12693 Changed paths:
12694    M /trunk/epan/dissectors/packet-nettl.c
12695    M /trunk/wiretap/nettl.c
12696    M /trunk/wiretap/nettl.h
12697
12698 From Mark C. Brown:
12699 Add support for the new NS_LS_SCTP tracing subsystem.
12700 ------------------------------------------------------------------------
12701 r23291 | etxrab | 2007-10-27 08:48:47 -0700 (Sat, 27 Oct 2007) | 11 lines
12702 Changed paths:
12703    M /trunk/epan/dissectors/packet-tipc.c
12704
12705 From Martin Peylo:
12706 Enhancement:
12707 - TIPC is available in a new version (1.7), adding/removing fields while
12708 keeping the same version number (2).
12709
12710 Minor bugs:
12711 - In NAME_DISTRIBUTOR messages the origianting and destination node are
12712 switched.
12713 - The used size of BUNDLER messages payload is not calculated correctly when
12714 size%4=0, this leads to the wrong assumption that the message would be
12715 malformed.
12716 ------------------------------------------------------------------------
12717 r23292 | etxrab | 2007-10-27 08:53:29 -0700 (Sat, 27 Oct 2007) | 6 lines
12718 Changed paths:
12719    M /trunk/epan/dissectors/packet-ipmi.c
12720
12721 From Stephane Chazelas:
12722 The description of the most significant bit of the "Device Revision" byte of
12723 the response to a "Get Device ID" is the wrong way round. 1 means "device
12724 provides Device SDRs" and not the contrary according to IPMI specs 1.5 and 2.0.
12725
12726 Also, I noticed in that file that "Chassis" is spelled "Chasis".
12727 ------------------------------------------------------------------------
12728 r23293 | etxrab | 2007-10-27 09:49:13 -0700 (Sat, 27 Oct 2007) | 9 lines
12729 Changed paths:
12730    M /trunk/epan/dissectors/packet-bootp.c
12731
12732 From Stefan Puiu:
12733 According to http://www.iana.org/assignments/bootp-dhcp-parameters, suboptions
12734 from 1 to 10 have been defined. 3 is reserved, and most of the others have
12735 their own RFC. For a start I've attached a patch that decodes suboption 6 just
12736 as 1 and 2, and also suboption 3. This might not be entirely correct, since
12737 suboptions 1 and 2 are opaque values (RFC3046), while 6 is an ASCII text
12738 string.
12739
12740 I added something for the other values as well...
12741 ------------------------------------------------------------------------
12742 r23294 | jake | 2007-10-28 04:25:34 -0700 (Sun, 28 Oct 2007) | 2 lines
12743 Changed paths:
12744    M /trunk/epan/dissectors/packet-isakmp.c
12745
12746 from Gisele Vanem:
12747 This needs file_util.h if HAVE_LIBNETTLE is defined.
12748 ------------------------------------------------------------------------
12749 r23295 | gal | 2007-10-28 04:58:16 -0700 (Sun, 28 Oct 2007) | 9 lines
12750 Changed paths:
12751    M /trunk/packaging/u3/win32/makefile.nmake
12752    A /trunk/packaging/u3/win32/wireshark.bat
12753
12754 U3 package update to:
12755 a) include smi.dll if SMI_DIR is set
12756 b) add a batch script to run the U3 wireshark configuration by simulating the U3 environment
12757 c) include a test step in the build process to verify that the U3 package contains all the required files (tries to run "wireshark -D")
12758 d) include the wireshark.bat in the U3 zip file.
12759
12760 This final step means that the U3 package can be unzipped on any drive and run using the wireshark.bat script. (Note this currently creates an unwanted cmd window.) 
12761
12762
12763 ------------------------------------------------------------------------
12764 r23296 | wmeier | 2007-10-28 06:46:20 -0700 (Sun, 28 Oct 2007) | 2 lines
12765 Changed paths:
12766    M /trunk/Makefile.nmake
12767
12768 Fix Windows build error if not using LUA; Bug #1950
12769
12770 ------------------------------------------------------------------------
12771 r23297 | wmeier | 2007-10-28 11:12:52 -0700 (Sun, 28 Oct 2007) | 7 lines
12772 Changed paths:
12773    M /trunk/packaging/u3/win32/makefile.nmake
12774    M /trunk/packaging/u3/win32/wireshark.bat
12775
12776 Small fixes:
12777 1. wireshark.bat: Quote %U3_HOST_EXEC_PATH%\wireshark.exe so pathname
12778    with spaces will work;
12779 2. makefile.nmake: Use $(MAKE) /$(MAKEFLAGS) so things like 
12780    invoking nmake at the top level with /E to have environment 
12781    variables override config.namke definitions will work.
12782
12783 ------------------------------------------------------------------------
12784 r23298 | sake | 2007-10-28 11:52:45 -0700 (Sun, 28 Oct 2007) | 12 lines
12785 Changed paths:
12786    M /trunk/wiretap/libpcap.c
12787
12788 Bug 1751: From Allan M. Madsen : 
12789
12790 When trying to open a pcap file with the new pseudo-header/DLT (using SVN
12791 version, changelist 23283) I get the error message:
12792 "libpcap: ERF file has a 13-byte packet, too small to have even an ERF
12793 pseudo-header".
12794
12795 After reviewing Paolo's patch I found that there are 2 places with missing
12796 breaks in switch case structures.
12797
12798
12799
12800 ------------------------------------------------------------------------
12801 r23299 | sake | 2007-10-28 16:38:43 -0700 (Sun, 28 Oct 2007) | 16 lines
12802 Changed paths:
12803    M /trunk/epan/dissectors/packet-tcp.c
12804
12805 This patch is a remake of SVN 22762:
12806
12807 When doing TCP_SEQ analysis, if the packet is a SYN, then it's 
12808 not a lost packet but the tcp ports are being reused. This is often 
12809 seen in load-balanced environments where client ports are preserved 
12810 on the server-side.
12811
12812 This time it is fixed by creating a new conversation whenever a
12813 new SYN is received for an existing conversation. This fixes the
12814 following:
12815
12816 - bug 1680: Error in TCP Sequence number analysis
12817 - TCP-conversation timestamps for new TCP-sessions with the addresses 
12818   and ports as a previous TCP-conversation in the trace-file.
12819
12820
12821 ------------------------------------------------------------------------
12822 r23300 | sake | 2007-10-28 16:49:15 -0700 (Sun, 28 Oct 2007) | 10 lines
12823 Changed paths:
12824    M /trunk/CMakeLists.txt
12825    M /trunk/cmake/modules/CMakeInstallDirs.cmake
12826    M /trunk/cmake/modules/FindDBUSGLIB.cmake
12827    M /trunk/cmakeconfig.h.in
12828
12829 Bug 1227 : From Frederic Heem:
12830
12831 * modify CMakeInstallDirs.cmake according to cmake developper wishes
12832 * FindDBUSGLIB.cmake fixes
12833 * Add HAVE_CHOWN 
12834 * remove DBus from CMakeLists.txt. 
12835 * DBus support has its own application (capdbus) and is in a self contained directory. A separate patch will be provided
12836
12837
12838
12839 ------------------------------------------------------------------------
12840 r23301 | wmeier | 2007-10-28 17:58:06 -0700 (Sun, 28 Oct 2007) | 3 lines
12841 Changed paths:
12842    M /trunk/asn1/pkcs12/packet-pkcs12-template.c
12843    M /trunk/epan/dissectors/packet-pkcs12.c
12844
12845 Include winposixtype.h only if building with GNUTLS; Bug #1949: Part 1 of fix
12846 [asn1 template plu generated .c file]
12847
12848 ------------------------------------------------------------------------
12849 r23302 | wmeier | 2007-10-28 18:14:51 -0700 (Sun, 28 Oct 2007) | 5 lines
12850 Changed paths:
12851    M /trunk/asn1/snmp/packet-snmp-template.c
12852    M /trunk/epan/dissectors/packet-snmp.c
12853    M /trunk/epan/dissectors/packet-snmp.h
12854
12855 Include winposixtypes.h only if building with GNUTLS; Bug 1942: part 2 of 2 of fix.
12856 asn1 template file plus generated .[hc] files;
12857 Note that the generated files include changes which are a result of previous
12858 changes to snmp.cnf (SVN #23252) and of other changes (eg: svn 21145).
12859
12860 ------------------------------------------------------------------------
12861 r23303 | sake | 2007-10-28 23:54:25 -0700 (Sun, 28 Oct 2007) | 3 lines
12862 Changed paths:
12863    M /trunk/epan/conversation.c
12864
12865 When there are multiple conversations with the same key, conversation_lookup_hashtable() did not return the correct conversation for the first packet of a conversation (ie when frame_num == conversation->setup_frame).
12866
12867
12868 ------------------------------------------------------------------------
12869 r23304 | sahlberg | 2007-10-29 00:14:50 -0700 (Mon, 29 Oct 2007) | 2 lines
12870 Changed paths:
12871    A /trunk/epan/dissectors/packet-x224.c
12872
12873 add an initial x.224 dissector    it is very incomplete
12874
12875 ------------------------------------------------------------------------
12876 r23305 | sahlberg | 2007-10-29 00:15:29 -0700 (Mon, 29 Oct 2007) | 3 lines
12877 Changed paths:
12878    M /trunk/epan/dissectors/Makefile.common
12879
12880 add x224 to the makefile
12881
12882
12883 ------------------------------------------------------------------------
12884 r23306 | sahlberg | 2007-10-29 00:16:49 -0700 (Mon, 29 Oct 2007) | 4 lines
12885 Changed paths:
12886    M /trunk/epan/dissectors/packet-tpkt.c
12887
12888 register tpkt for port 3389 and use x224 as the subdissector for this 
12889 port
12890
12891
12892 ------------------------------------------------------------------------
12893 r23307 | sahlberg | 2007-10-29 04:32:07 -0700 (Mon, 29 Oct 2007) | 12 lines
12894 Changed paths:
12895    M /trunk/asn1/Makefile.am
12896    M /trunk/asn1/Makefile.nmake
12897    A /trunk/asn1/t125
12898    A /trunk/asn1/t125/MCS-PROTOCOL.asn
12899    A /trunk/asn1/t125/Makefile.am
12900    A /trunk/asn1/t125/Makefile.common
12901    A /trunk/asn1/t125/Makefile.nmake
12902    A /trunk/asn1/t125/packet-t125-template.c
12903    A /trunk/asn1/t125/packet-t125-template.h
12904    A /trunk/asn1/t125/t125.cnf
12905    M /trunk/configure.in
12906    M /trunk/epan/dissectors/Makefile.common
12907    A /trunk/epan/dissectors/packet-t125.c
12908    A /trunk/epan/dissectors/packet-t125.h
12909    M /trunk/epan/dissectors/packet-x224.c
12910
12911 add a asn2wrs generated T.125 MCP dissector
12912
12913 This dissects the initial Connect-Initial and Connect-confirm pdus of 
12914 setting up t.125
12915
12916
12917 The dissector needs to be enhanced to also decode the data payload so 
12918 that it can decode any furhter packets on the connection after these two 
12919 initial handshake packets
12920
12921
12922
12923 ------------------------------------------------------------------------
12924 r23308 | wmeier | 2007-10-29 08:11:20 -0700 (Mon, 29 Oct 2007) | 2 lines
12925 Changed paths:
12926    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
12927
12928 Add comment for Windows build re config.nmake and .h file changes requiring distclean
12929
12930 ------------------------------------------------------------------------
12931 r23309 | kukosa | 2007-10-29 12:25:37 -0700 (Mon, 29 Oct 2007) | 11 lines
12932 Changed paths:
12933    M /trunk/asn1/h323/Makefile.am
12934    M /trunk/asn1/h323/Makefile.common
12935    M /trunk/asn1/h323/Makefile.nmake
12936    M /trunk/asn1/h323/RAS-PROTOCOL-TUNNEL.asn
12937    M /trunk/asn1/h323/ROBUSTNESS-DATA.asn
12938    M /trunk/asn1/h323/h323.cnf
12939    M /trunk/asn1/h323/packet-h323-template.c
12940    A /trunk/asn1/h323/packet-h323-template.h
12941    M /trunk/asn1/ranap/ranap.cnf
12942    M /trunk/epan/dissectors/packet-h225.c
12943    M /trunk/epan/dissectors/packet-h235.c
12944    M /trunk/epan/dissectors/packet-h245.c
12945    M /trunk/epan/dissectors/packet-h323.c
12946    M /trunk/epan/dissectors/packet-h450.c
12947    M /trunk/epan/dissectors/packet-h460.c
12948    M /trunk/epan/dissectors/packet-h501.c
12949    M /trunk/epan/dissectors/packet-mpeg-audio.c
12950    M /trunk/epan/dissectors/packet-mpeg-pes.c
12951    M /trunk/epan/dissectors/packet-nbap.c
12952    M /trunk/epan/dissectors/packet-per.c
12953    M /trunk/epan/dissectors/packet-per.h
12954    M /trunk/epan/dissectors/packet-ranap.c
12955    M /trunk/epan/dissectors/packet-ranap.h
12956    M /trunk/epan/dissectors/packet-rnsap.c
12957    M /trunk/epan/dissectors/packet-rrc.c
12958    M /trunk/epan/dissectors/packet-rrlp.c
12959    M /trunk/epan/dissectors/packet-sabp.c
12960    M /trunk/epan/dissectors/packet-t38.c
12961    M /trunk/epan/dissectors/packet-ulp.c
12962    M /trunk/epan/libwireshark.def
12963    M /trunk/tools/asn2wrs.py
12964
12965 asn2wrs
12966  - parameterized object class assignment
12967  - octet string with extensible size constraint
12968  - RELATIVE-OID type (still not supported in packet-per/ber)
12969 packet-per
12970  - octet string with extensible size constraint
12971 more dissect_per_... functions exported from libwireshark.dll
12972 PER dissectors regenerated
12973 add forgotten packet-h323-template.h
12974 fix svn properties for h323 files
12975
12976 ------------------------------------------------------------------------
12977 r23310 | sfisher | 2007-10-29 21:42:42 -0700 (Mon, 29 Oct 2007) | 7 lines
12978 Changed paths:
12979    M /trunk/epan/dissectors/packet-vnc.c
12980
12981
12982 Fix for issue #1 in bug #1947 by doing a major overhaul of how the first
12983 nine or so packets are handled to accommodate authentication type none and
12984 to allow cleaner future improvements.  Includes a few touch ups to the
12985 rest of the dissector as well. 
12986
12987
12988 ------------------------------------------------------------------------
12989 r23311 | sfisher | 2007-10-29 22:49:41 -0700 (Mon, 29 Oct 2007) | 5 lines
12990 Changed paths:
12991    M /trunk/plugins/wimaxasncp/wimaxasncp_dict.l
12992
12993
12994 Change a few g_string_append_printf() (GTK2 only) calls to g_strdup_printf()
12995 and g_string_append() to work on GTK 1.2 also.
12996
12997
12998 ------------------------------------------------------------------------
12999 r23312 | sfisher | 2007-10-30 09:32:26 -0700 (Tue, 30 Oct 2007) | 5 lines
13000 Changed paths:
13001    M /trunk/epan/dissectors/packet-vnc.c
13002
13003
13004 Minor correction to protocol behavior handling when security type "none" is
13005 selected by the client.
13006
13007
13008 ------------------------------------------------------------------------
13009 r23313 | gerald | 2007-10-30 15:22:14 -0700 (Tue, 30 Oct 2007) | 2 lines
13010 Changed paths:
13011    M /trunk/epan/dissectors/packet-tcp.c
13012
13013 Fix some null dereferences.
13014
13015 ------------------------------------------------------------------------
13016 r23314 | gerald | 2007-10-30 17:15:17 -0700 (Tue, 30 Oct 2007) | 4 lines
13017 Changed paths:
13018    M /trunk/epan/crypt/airpdcap.c
13019    M /trunk/epan/crypt/airpdcap_system.h
13020
13021 From Christopher McKenzie: Zero out our SAs before we use them.
13022
13023 Remove an unneeded for loop in AirPDcapCleanKeys(), and make it static.
13024
13025 ------------------------------------------------------------------------
13026 r23315 | etxrab | 2007-10-31 00:47:47 -0700 (Wed, 31 Oct 2007) | 6 lines
13027 Changed paths:
13028    M /trunk/epan/dissectors/packet-edonkey.c
13029    M /trunk/epan/dissectors/packet-edonkey.h
13030
13031 From Stefano Picerno:
13032 Makes more fields searchable
13033 Also fixes some typos and indentation errors
13034 Fixes bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1802 for edonkey
13035 dissector: every field defined by the dissector is now contained under the
13036 PROTOABBREV=edonkey "root" key
13037 ------------------------------------------------------------------------
13038 r23316 | etxrab | 2007-10-31 00:49:39 -0700 (Wed, 31 Oct 2007) | 3 lines
13039 Changed paths:
13040    M /trunk/asn1/pkixcmp/packet-cmp-template.c
13041    M /trunk/epan/dissectors/packet-cmp.c
13042    M /trunk/epan/dissectors/packet-cmp.h
13043
13044 From Martin Peylo:
13045 This uncomments the OID registration of pkixcmp and adds 2 Cryptlib OIDs
13046 Changed to use oid_add_from_string for adding names.
13047 ------------------------------------------------------------------------
13048 r23317 | etxrab | 2007-10-31 00:50:59 -0700 (Wed, 31 Oct 2007) | 1 line
13049 Changed paths:
13050    M /trunk/asn1/h245/packet-h245-template.c
13051    M /trunk/epan/dissectors/packet-h245.c
13052
13053 Use oid_add_from_string for adding names, names changed to short form.
13054 ------------------------------------------------------------------------
13055 r23318 | etxrab | 2007-10-31 01:26:52 -0700 (Wed, 31 Oct 2007) | 1 line
13056 Changed paths:
13057    M /trunk/asn1/acse/packet-acse-template.c
13058    M /trunk/asn1/cmip/packet-cmip-template.c
13059    M /trunk/asn1/cms/packet-cms-template.c
13060    M /trunk/asn1/disp/packet-disp-template.c
13061    M /trunk/epan/dissectors/packet-acse.c
13062    M /trunk/epan/dissectors/packet-acse.h
13063    M /trunk/epan/dissectors/packet-cmip.c
13064    M /trunk/epan/dissectors/packet-cmip.h
13065    M /trunk/epan/dissectors/packet-cms.c
13066    M /trunk/epan/dissectors/packet-cms.h
13067    M /trunk/epan/dissectors/packet-disp.c
13068
13069 Use oid_add_from_string for adding names.
13070 ------------------------------------------------------------------------
13071 r23319 | kukosa | 2007-10-31 02:22:56 -0700 (Wed, 31 Oct 2007) | 1 line
13072 Changed paths:
13073    M /trunk/asn1/Makefile.inc.nmake
13074    M /trunk/asn1/Makefile.preinc.nmake
13075
13076 move 'all: generate_dissector' rule from Makefile.inc.nmake to Makefile.preinc.nmake to be the 1st one in the resulting makefile
13077 ------------------------------------------------------------------------
13078 r23320 | kukosa | 2007-10-31 02:33:54 -0700 (Wed, 31 Oct 2007) | 1 line
13079 Changed paths:
13080    M /trunk/tools/asn2wrs.py
13081
13082 accept VariableTypeValueFieldSpec syntax and ParameterizedObjectClass syntax
13083 ------------------------------------------------------------------------
13084 r23321 | kukosa | 2007-10-31 05:57:01 -0700 (Wed, 31 Oct 2007) | 1 line
13085 Changed paths:
13086    M /trunk/tools/asn2wrs.py
13087
13088 small improvement in class fields handling
13089 ------------------------------------------------------------------------
13090 r23322 | bondolo | 2007-10-31 08:16:33 -0700 (Wed, 31 Oct 2007) | 3 lines
13091 Changed paths:
13092    M /trunk/gtk/rtp_player.c
13093
13094 Avoid casting directly from int to pointers. (It doesn't work on 64-bit linux)
13095
13096
13097 ------------------------------------------------------------------------
13098 r23323 | kukosa | 2007-10-31 08:42:52 -0700 (Wed, 31 Oct 2007) | 1 line
13099 Changed paths:
13100    M /trunk/asn1/camel/camel.cnf
13101
13102 add forward class declarations which are necessary to compile Remote-Operations-Information-Objects.asn
13103 ------------------------------------------------------------------------
13104 r23324 | etxrab | 2007-10-31 14:24:16 -0700 (Wed, 31 Oct 2007) | 2 lines
13105 Changed paths:
13106    M /trunk/asn1/acp133/packet-acp133-template.c
13107    M /trunk/asn1/dap/packet-dap-template.c
13108    M /trunk/asn1/dop/packet-dop-template.c
13109    M /trunk/asn1/dsp/packet-dsp-template.c
13110    M /trunk/asn1/ftam/packet-ftam-template.c
13111    M /trunk/asn1/gsmmap/packet-gsmmap-template.c
13112    M /trunk/asn1/h225/packet-h225-template.c
13113    M /trunk/asn1/inap/packet-inap-template.c
13114    M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c
13115    M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
13116    M /trunk/asn1/x411/packet-x411-template.c
13117    M /trunk/epan/dissectors/packet-acp133.c
13118    M /trunk/epan/dissectors/packet-acp133.h
13119    M /trunk/epan/dissectors/packet-dap.c
13120    M /trunk/epan/dissectors/packet-dop.c
13121    M /trunk/epan/dissectors/packet-dop.h
13122    M /trunk/epan/dissectors/packet-dsp.c
13123    M /trunk/epan/dissectors/packet-ftam.c
13124    M /trunk/epan/dissectors/packet-ftam.h
13125    M /trunk/epan/dissectors/packet-h225.c
13126    M /trunk/epan/dissectors/packet-pkixproxy.c
13127    M /trunk/epan/dissectors/packet-pkixproxy.h
13128    M /trunk/epan/dissectors/packet-wlancertextn.c
13129    M /trunk/epan/dissectors/packet-wlancertextn.h
13130    M /trunk/epan/dissectors/packet-x411.c
13131
13132 Use oid_add_from_string for adding names.
13133 (gsmmap and inap does not compile at the moment).
13134 ------------------------------------------------------------------------
13135 r23325 | etxrab | 2007-10-31 16:11:15 -0700 (Wed, 31 Oct 2007) | 3 lines
13136 Changed paths:
13137    M /trunk/asn1/gsmmap/gsmmap.cnf
13138    M /trunk/asn1/gsmmap/packet-gsmmap-template.c
13139    M /trunk/asn1/h235/packet-h235-template.c
13140    M /trunk/asn1/inap/inap.cnf
13141    M /trunk/asn1/ldap/packet-ldap-template.c
13142    M /trunk/asn1/x509sat/packet-x509sat-template.c
13143    M /trunk/epan/dissectors/packet-ber.c
13144    M /trunk/epan/dissectors/packet-gsm_map.c
13145    M /trunk/epan/dissectors/packet-gsm_map.h
13146    M /trunk/epan/dissectors/packet-h235.c
13147    M /trunk/epan/dissectors/packet-inap.c
13148    M /trunk/epan/dissectors/packet-inap.h
13149    M /trunk/epan/dissectors/packet-ldap.c
13150    M /trunk/epan/dissectors/packet-ldap.h
13151    M /trunk/epan/dissectors/packet-x509sat.c
13152    M /trunk/epan/dissectors/packet-x509sat.h
13153
13154 Use oid_add_from_string for adding names.
13155 fix compil of gsmmap and inap.
13156 Note xcopy of gsmmap does not work(rename packet-gsm_map -> packet-gsmmap ?)
13157 ------------------------------------------------------------------------
13158 r23326 | etxrab | 2007-11-01 00:37:24 -0700 (Thu, 01 Nov 2007) | 1 line
13159 Changed paths:
13160    M /trunk/epan/oids.h
13161
13162 Remove add_oid_str_name.
13163 ------------------------------------------------------------------------
13164 r23327 | kukosa | 2007-11-01 03:50:01 -0700 (Thu, 01 Nov 2007) | 1 line
13165 Changed paths:
13166    M /trunk/epan/dissectors/packet-ssl.c
13167
13168 set data for IV always
13169 ------------------------------------------------------------------------
13170 r23328 | kukosa | 2007-11-01 04:56:33 -0700 (Thu, 01 Nov 2007) | 2 lines
13171 Changed paths:
13172    M /trunk/asn1/camel/camel.cnf
13173    M /trunk/tools/asn2wrs.py
13174
13175 better built-in X.880 support
13176 forward declarations of OPERATION and ERROR classes are not necessary when Remote-Operations-Information-Objects.asn itself is compiled
13177 ------------------------------------------------------------------------
13178 r23329 | kukosa | 2007-11-01 05:36:27 -0700 (Thu, 01 Nov 2007) | 1 line
13179 Changed paths:
13180    M /trunk/asn1/gsmmap/gsmmap.cnf
13181    M /trunk/asn1/inap/inap.cnf
13182
13183 removed unnecessary forward class declarations
13184 ------------------------------------------------------------------------
13185 r23330 | martinm | 2007-11-01 08:15:33 -0700 (Thu, 01 Nov 2007) | 2 lines
13186 Changed paths:
13187    M /trunk/wimaxasncp/dictionary.xml
13188
13189 Fix a decoder type.
13190
13191 ------------------------------------------------------------------------
13192 r23331 | etxrab | 2007-11-01 12:36:39 -0700 (Thu, 01 Nov 2007) | 3 lines
13193 Changed paths:
13194    M /trunk/asn1/cdt/cdt.cnf
13195    M /trunk/asn1/cms/cms.cnf
13196    M /trunk/asn1/dop/packet-dop-template.c
13197    M /trunk/asn1/ldap/packet-ldap-template.c
13198    M /trunk/asn1/pkcs12/packet-pkcs12-template.c
13199    M /trunk/asn1/x411/x411.cnf
13200    M /trunk/asn1/x420/x420.cnf
13201    M /trunk/asn1/x509af/x509af.cnf
13202    M /trunk/asn1/x509if/x509if.cnf
13203    M /trunk/epan/dissectors/packet-ber.c
13204    M /trunk/epan/dissectors/packet-cdt.c
13205    M /trunk/epan/dissectors/packet-cdt.h
13206    M /trunk/epan/dissectors/packet-cms.c
13207    M /trunk/epan/dissectors/packet-dop.c
13208    M /trunk/epan/dissectors/packet-l2tp.c
13209    M /trunk/epan/dissectors/packet-ldap.c
13210    M /trunk/epan/dissectors/packet-pkcs12.c
13211    M /trunk/epan/dissectors/packet-pkcs12.h
13212    M /trunk/epan/dissectors/packet-x411.c
13213    M /trunk/epan/dissectors/packet-x420.c
13214    M /trunk/epan/dissectors/packet-x509af.c
13215    M /trunk/epan/dissectors/packet-x509af.h
13216    M /trunk/epan/dissectors/packet-x509if.c
13217    M /trunk/epan/dissectors/packet-x509if.h
13218    M /trunk/epan/proto.c
13219
13220 Change:
13221 get_oid_str_name() -> oid_resolved_from_string()
13222 get_oid_name() -> oid_resolved_from_encoded()
13223 ------------------------------------------------------------------------
13224 r23332 | sahlberg | 2007-11-01 13:33:35 -0700 (Thu, 01 Nov 2007) | 4 lines
13225 Changed paths:
13226    M /trunk/epan/dissectors/packet-dcerpc-frsrpc.c
13227
13228 some updates to the frsrpc dissector
13229 dissect parts of the TLV blob that is sent during file replication
13230
13231
13232 ------------------------------------------------------------------------
13233 r23333 | etxrab | 2007-11-01 15:07:43 -0700 (Thu, 01 Nov 2007) | 1 line
13234 Changed paths:
13235    M /trunk/asn1/ldap/ldap.cnf
13236    M /trunk/epan/dissectors/packet-ber.c
13237    M /trunk/epan/dissectors/packet-ldap.c
13238    M /trunk/epan/dissectors/packet-per.c
13239    M /trunk/epan/oids.h
13240    M /trunk/epan/proto.c
13241    M /trunk/plugins/agentx/packet-agentx.c
13242
13243 Get rid of most of the legacy oid stuff.
13244 ------------------------------------------------------------------------
13245 r23334 | etxrab | 2007-11-01 15:14:46 -0700 (Thu, 01 Nov 2007) | 1 line
13246 Changed paths:
13247    M /trunk/epan/dissectors/packet-text-media.c
13248
13249 Add a text media type.
13250 ------------------------------------------------------------------------
13251 r23335 | etxrab | 2007-11-01 15:29:02 -0700 (Thu, 01 Nov 2007) | 1 line
13252 Changed paths:
13253    M /trunk/asn1/ldap/Makefile.common
13254    M /trunk/epan/dissectors/packet-ldap.c
13255    M /trunk/epan/dissectors/packet-ldap.h
13256
13257 LDAP wasn't 'fixed' to handle -T option...
13258 ------------------------------------------------------------------------
13259 r23336 | kukosa | 2007-11-02 00:41:56 -0700 (Fri, 02 Nov 2007) | 1 line
13260 Changed paths:
13261    M /trunk/epan/dissectors/packet-sdp.c
13262
13263 setup SRTP stream for RTP/SAVP media protocol 
13264 ------------------------------------------------------------------------
13265 r23337 | kukosa | 2007-11-02 00:43:49 -0700 (Fri, 02 Nov 2007) | 1 line
13266 Changed paths:
13267    M /trunk/epan/dissectors/packet-rtp.c
13268    M /trunk/epan/dissectors/packet-rtp.h
13269    M /trunk/gtk/voip_calls.c
13270    M /trunk/gtk/voip_calls.h
13271
13272 display SRTP isntead of RTP if stream is established like a SRTP
13273 ------------------------------------------------------------------------
13274 r23338 | kukosa | 2007-11-02 01:34:12 -0700 (Fri, 02 Nov 2007) | 1 line
13275 Changed paths:
13276    M /trunk/asn1/h501/h501.cnf
13277    M /trunk/asn1/h501/packet-h501-template.c
13278    M /trunk/epan/dissectors/packet-h501.c
13279
13280 display message type in the info column
13281 ------------------------------------------------------------------------
13282 r23339 | kukosa | 2007-11-02 05:18:01 -0700 (Fri, 02 Nov 2007) | 1 line
13283 Changed paths:
13284    M /trunk/asn1/Makefile.am
13285    M /trunk/asn1/Makefile.nmake
13286    A /trunk/asn1/h282
13287    A /trunk/asn1/h282/Makefile.am
13288    A /trunk/asn1/h282/Makefile.common
13289    A /trunk/asn1/h282/Makefile.nmake
13290    A /trunk/asn1/h282/RDC-PROTOCOL.asn
13291    A /trunk/asn1/h282/h282.cnf
13292    A /trunk/asn1/h282/packet-h282-template.c
13293    A /trunk/asn1/h283
13294    A /trunk/asn1/h283/LCT-PROTOCOL.asn
13295    A /trunk/asn1/h283/Makefile.am
13296    A /trunk/asn1/h283/Makefile.common
13297    A /trunk/asn1/h283/Makefile.nmake
13298    A /trunk/asn1/h283/h283.cnf
13299    A /trunk/asn1/h283/packet-h283-template.c
13300    M /trunk/configure.in
13301    M /trunk/epan/dissectors/Makefile.common
13302    A /trunk/epan/dissectors/packet-h282.c
13303    A /trunk/epan/dissectors/packet-h283.c
13304
13305 new H.282 (RDC) and H.283 (LCT) dissectors
13306 ------------------------------------------------------------------------
13307 r23340 | gal | 2007-11-02 06:47:23 -0700 (Fri, 02 Nov 2007) | 11 lines
13308 Changed paths:
13309    M /trunk/Makefile.nmake
13310    A /trunk/packaging/portableapps
13311    A /trunk/packaging/portableapps/win32
13312    A /trunk/packaging/portableapps/win32/Installer.nsi
13313    A /trunk/packaging/portableapps/win32/WiresharkPortable.ini
13314    A /trunk/packaging/portableapps/win32/WiresharkPortable.nsi
13315    A /trunk/packaging/portableapps/win32/appinfo.tmpl
13316    A /trunk/packaging/portableapps/win32/makefile.nmake
13317
13318 Initial Portable Apps (www.portableapps.com) packaging to produce a "Wireshark Portable" (WSP) distribution.
13319
13320 This allows Wireshark to be run from any USB stick, unlike the U3 packaging which must be installed on a specific U3 device.
13321
13322 The packaging basically builds upon the U3 distribution so new libraries/config only need to be added to the U3 makefile to update both distributions.
13323
13324 It still takes a "dumb" approach to WinPcap - installing it if it is not already installed and removing it (if WSP installed it) when Wireshark quits. (This is worse than the U3 packaging which only uninstalls WinPcap when the device is removed.) Really must talk to the WinPcap guys to see how we can make this less intrusive.
13325
13326 I am talking to John Haller (the Portable Apps guy) about fine tuning the distribution. 
13327
13328
13329 ------------------------------------------------------------------------
13330 r23341 | jmayer | 2007-11-02 12:57:41 -0700 (Fri, 02 Nov 2007) | 1 line
13331 Changed paths:
13332    M /trunk/manuf
13333    M /trunk/wka.tmpl
13334
13335 change some extreme wkas and update manuf
13336 ------------------------------------------------------------------------
13337 r23342 | jmayer | 2007-11-02 13:00:03 -0700 (Fri, 02 Nov 2007) | 3 lines
13338 Changed paths:
13339    M /trunk/epan/dissectors/packet-extreme.c
13340
13341 - Rename EAPSv2 to ESL (EAPS shared link).
13342 - Some small improvements to ESL decoding.
13343
13344 ------------------------------------------------------------------------
13345 r23343 | martinm | 2007-11-02 15:34:18 -0700 (Fri, 02 Nov 2007) | 2 lines
13346 Changed paths:
13347    M /trunk/epan/dissectors/packet-catapult-dct2000.c
13348
13349 Improve some comments (and test committing from Windows
13350 build). 
13351 ------------------------------------------------------------------------
13352 r23344 | martinm | 2007-11-02 16:40:10 -0700 (Fri, 02 Nov 2007) | 1 line
13353 Changed paths:
13354    M /trunk/AUTHORS
13355
13356 Update my email address.
13357 ------------------------------------------------------------------------
13358 r23345 | sfisher | 2007-11-02 20:03:02 -0700 (Fri, 02 Nov 2007) | 4 lines
13359 Changed paths:
13360    M /trunk/epan/dissectors/packet-vnc.c
13361
13362
13363 Add partial support for TightVNC packet dissection (work in progress). 
13364
13365
13366 ------------------------------------------------------------------------
13367 r23346 | sfisher | 2007-11-02 21:45:35 -0700 (Fri, 02 Nov 2007) | 6 lines
13368 Changed paths:
13369    M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
13370    M /trunk/epan/dissectors/packet-udp.c
13371    M /trunk/epan/follow.c
13372    M /trunk/epan/follow.h
13373    M /trunk/gtk/Makefile.common
13374    M /trunk/gtk/follow_ssl.c
13375    M /trunk/gtk/follow_stream.c
13376    M /trunk/gtk/follow_stream.h
13377    M /trunk/gtk/follow_tcp.c
13378    M /trunk/gtk/main.c
13379    M /trunk/gtk/menu.c
13380
13381
13382 - Future improve/clean up the now generic follow stream code
13383
13384 - Add "Follow UDP Stream" feature
13385
13386
13387 ------------------------------------------------------------------------
13388 r23347 | sfisher | 2007-11-02 21:46:22 -0700 (Fri, 02 Nov 2007) | 4 lines
13389 Changed paths:
13390    A /trunk/gtk/follow_udp.c
13391    A /trunk/gtk/follow_udp.h
13392
13393
13394 The rest of the Follow UDP Stream check-in
13395
13396
13397 ------------------------------------------------------------------------
13398 r23348 | sfisher | 2007-11-02 23:23:02 -0700 (Fri, 02 Nov 2007) | 4 lines
13399 Changed paths:
13400    M /trunk/gtk/Makefile.am
13401
13402
13403 Fix distcheck after my prior 2 commits
13404
13405
13406 ------------------------------------------------------------------------
13407 r23349 | ulfl | 2007-11-03 01:48:12 -0700 (Sat, 03 Nov 2007) | 1 line
13408 Changed paths:
13409    M /trunk/packaging/portableapps/win32/WiresharkPortable.nsi
13410
13411 at least mention in a comment, that you'll need the FindProcDLL plug-in
13412 ------------------------------------------------------------------------
13413 r23350 | gal | 2007-11-03 13:27:48 -0700 (Sat, 03 Nov 2007) | 2 lines
13414 Changed paths:
13415    A /trunk/packaging/portableapps/win32/readme.txt
13416
13417 A bit of a readme for the Wireshark Portable packaging. Includes details of the NSIS plug-in required.
13418
13419 ------------------------------------------------------------------------
13420 r23351 | etxrab | 2007-11-04 01:11:24 -0700 (Sun, 04 Nov 2007) | 1 line
13421 Changed paths:
13422    M /trunk/epan/libwireshark.def
13423
13424 follow_tcp_stats -> follow_stats
13425 ------------------------------------------------------------------------
13426 r23352 | etxrab | 2007-11-04 08:47:30 -0800 (Sun, 04 Nov 2007) | 1 line
13427 Changed paths:
13428    M /trunk/asn1/snmp/Makefile.common
13429    M /trunk/asn1/snmp/snmp.cnf
13430    M /trunk/epan/dissectors/packet-snmp.c
13431    M /trunk/epan/dissectors/packet-snmp.h
13432
13433 SNMP with option -X and -T
13434 ------------------------------------------------------------------------
13435 r23353 | etxrab | 2007-11-04 09:16:01 -0800 (Sun, 04 Nov 2007) | 1 line
13436 Changed paths:
13437    M /trunk/asn1/ldap/Makefile.common
13438    M /trunk/asn1/ldap/ldap.cnf
13439    M /trunk/epan/dissectors/packet-ldap.c
13440    M /trunk/epan/dissectors/packet-ldap.h
13441
13442 LDAP with -T
13443 ------------------------------------------------------------------------
13444 r23354 | stig | 2007-11-04 09:24:25 -0800 (Sun, 04 Nov 2007) | 2 lines
13445 Changed paths:
13446    M /trunk/asn1/pres/Makefile.common
13447    M /trunk/epan/dissectors/packet-pres.c
13448    M /trunk/epan/dissectors/packet-pres.h
13449
13450 Update do use the -X and -T asn2wrs flags.
13451
13452 ------------------------------------------------------------------------
13453 r23355 | stig | 2007-11-04 09:27:42 -0800 (Sun, 04 Nov 2007) | 2 lines
13454 Changed paths:
13455    M /trunk/asn1/h282
13456    M /trunk/asn1/h283
13457    M /trunk/asn1/t125
13458
13459 Added svn:ignore targets for h282,h283 and t125.
13460
13461 ------------------------------------------------------------------------
13462 r23356 | etxrab | 2007-11-04 09:57:31 -0800 (Sun, 04 Nov 2007) | 1 line
13463 Changed paths:
13464    M /trunk/asn1/cmip/Makefile.common
13465    M /trunk/epan/dissectors/packet-cmip.c
13466    M /trunk/epan/dissectors/packet-cmip.h
13467
13468 Update do use the -X and -T asn2wrs flags.
13469 ------------------------------------------------------------------------
13470 r23357 | etxrab | 2007-11-04 10:16:41 -0800 (Sun, 04 Nov 2007) | 1 line
13471 Changed paths:
13472    M /trunk/asn1/logotype-cert-extn/LogotypeCertExtn.asn
13473    M /trunk/asn1/logotype-cert-extn/Makefile.common
13474    M /trunk/epan/dissectors/packet-logotypecertextn.c
13475    M /trunk/epan/dissectors/packet-logotypecertextn.h
13476
13477 Update do use the -X and -T asn2wrs flags.
13478 ------------------------------------------------------------------------
13479 r23358 | etxrab | 2007-11-04 10:23:47 -0800 (Sun, 04 Nov 2007) | 1 line
13480 Changed paths:
13481    M /trunk/asn1/ns-cert-exts/Makefile.common
13482    M /trunk/epan/dissectors/packet-ns_cert_exts.c
13483
13484 Update do use the -X and -T asn2wrs flags.
13485 ------------------------------------------------------------------------
13486 r23359 | etxrab | 2007-11-04 10:34:13 -0800 (Sun, 04 Nov 2007) | 1 line
13487 Changed paths:
13488    M /trunk/asn1/ocsp/Makefile.common
13489    M /trunk/asn1/ocsp/OCSP.asn
13490    M /trunk/epan/dissectors/packet-ocsp.c
13491    M /trunk/epan/dissectors/packet-ocsp.h
13492
13493 Update do use the -X and -T asn2wrs flags.
13494 ------------------------------------------------------------------------
13495 r23360 | etxrab | 2007-11-04 10:37:06 -0800 (Sun, 04 Nov 2007) | 1 line
13496 Changed paths:
13497    M /trunk/asn1/pkcs1/Makefile.common
13498    M /trunk/epan/dissectors/packet-pkcs1.c
13499    M /trunk/epan/dissectors/packet-pkcs1.h
13500
13501 Update do use the -X and -T asn2wrs flags.
13502 ------------------------------------------------------------------------
13503 r23361 | etxrab | 2007-11-04 10:47:49 -0800 (Sun, 04 Nov 2007) | 1 line
13504 Changed paths:
13505    M /trunk/asn1/pkinit/Makefile.common
13506    M /trunk/epan/dissectors/packet-pkinit.c
13507    M /trunk/epan/dissectors/packet-pkinit.h
13508
13509 Update do use the -X and -T asn2wrs flags.
13510 ------------------------------------------------------------------------
13511 r23362 | etxrab | 2007-11-04 11:03:48 -0800 (Sun, 04 Nov 2007) | 1 line
13512 Changed paths:
13513    M /trunk/asn1/pkix1explicit/Makefile.common
13514    M /trunk/asn1/pkix1implicit/Makefile.common
13515    M /trunk/asn1/pkixcmp/Makefile.common
13516    M /trunk/asn1/pkixcrmf/Makefile.common
13517    M /trunk/asn1/pkixproxy/Makefile.common
13518    M /trunk/asn1/pkixqualified/Makefile.common
13519    M /trunk/asn1/pkixtsp/Makefile.common
13520    M /trunk/asn1/pkixtsp/pkixtsp.cnf
13521    M /trunk/epan/dissectors/packet-cmp.c
13522    M /trunk/epan/dissectors/packet-cmp.h
13523    M /trunk/epan/dissectors/packet-crmf.c
13524    M /trunk/epan/dissectors/packet-crmf.h
13525    M /trunk/epan/dissectors/packet-pkix1explicit.c
13526    M /trunk/epan/dissectors/packet-pkix1explicit.h
13527    M /trunk/epan/dissectors/packet-pkix1implicit.c
13528    M /trunk/epan/dissectors/packet-pkix1implicit.h
13529    M /trunk/epan/dissectors/packet-pkixproxy.c
13530    M /trunk/epan/dissectors/packet-pkixproxy.h
13531    M /trunk/epan/dissectors/packet-pkixqualified.c
13532    M /trunk/epan/dissectors/packet-pkixqualified.h
13533    M /trunk/epan/dissectors/packet-pkixtsp.c
13534    M /trunk/epan/dissectors/packet-pkixtsp.h
13535
13536 Update do use the -X and -T asn2wrs flags.
13537 ------------------------------------------------------------------------
13538 r23363 | etxrab | 2007-11-04 14:14:35 -0800 (Sun, 04 Nov 2007) | 1 line
13539 Changed paths:
13540    M /trunk/asn1/smrse/Makefile.common
13541    M /trunk/epan/dissectors/packet-smrse.c
13542    M /trunk/epan/dissectors/packet-smrse.h
13543
13544 Update do use the -X and -T asn2wrs flags.
13545 ------------------------------------------------------------------------
13546 r23364 | etxrab | 2007-11-04 14:16:28 -0800 (Sun, 04 Nov 2007) | 1 line
13547 Changed paths:
13548    M /trunk/asn1/spnego/Makefile.common
13549    M /trunk/epan/dissectors/packet-spnego.c
13550    M /trunk/epan/dissectors/packet-spnego.h
13551
13552 Update do use the -X and -T asn2wrs flags.
13553 ------------------------------------------------------------------------
13554 r23365 | etxrab | 2007-11-04 14:18:59 -0800 (Sun, 04 Nov 2007) | 1 line
13555 Changed paths:
13556    M /trunk/asn1/wlancertextn/Makefile.common
13557    M /trunk/epan/dissectors/packet-wlancertextn.c
13558    M /trunk/epan/dissectors/packet-wlancertextn.h
13559
13560 Update do use the -X and -T asn2wrs flags.
13561 ------------------------------------------------------------------------
13562 r23366 | etxrab | 2007-11-05 12:41:44 -0800 (Mon, 05 Nov 2007) | 1 line
13563 Changed paths:
13564    M /trunk/asn1/acse/Makefile.common
13565    M /trunk/asn1/acse/acse.cnf
13566    M /trunk/asn1/x509af/Makefile.common
13567    M /trunk/asn1/x509ce/Makefile.common
13568    M /trunk/asn1/x509if/Makefile.common
13569    M /trunk/asn1/x509sat/Makefile.common
13570    M /trunk/epan/dissectors/packet-acse.c
13571    M /trunk/epan/dissectors/packet-acse.h
13572    M /trunk/epan/dissectors/packet-x509af.c
13573    M /trunk/epan/dissectors/packet-x509af.h
13574    M /trunk/epan/dissectors/packet-x509ce.c
13575    M /trunk/epan/dissectors/packet-x509ce.h
13576    M /trunk/epan/dissectors/packet-x509if.c
13577    M /trunk/epan/dissectors/packet-x509if.h
13578    M /trunk/epan/dissectors/packet-x509sat.c
13579    M /trunk/epan/dissectors/packet-x509sat.h
13580
13581 Update to use the -X and -T asn2wrs flags.
13582 ------------------------------------------------------------------------
13583 r23367 | etxrab | 2007-11-05 12:43:25 -0800 (Mon, 05 Nov 2007) | 2 lines
13584 Changed paths:
13585    M /trunk/wiretap/ber.c
13586    M /trunk/wiretap/erf.c
13587
13588 Strengthen BER and ERF heuristics to solve:
13589 Fail to load I4B traces http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1972
13590 ------------------------------------------------------------------------
13591 r23368 | etxrab | 2007-11-05 12:44:10 -0800 (Mon, 05 Nov 2007) | 1 line
13592 Changed paths:
13593    M /trunk/plugins/wimaxasncp/Makefile.nmake
13594
13595 Delete generated files at distclean.
13596 ------------------------------------------------------------------------
13597 r23369 | sake | 2007-11-05 15:05:20 -0800 (Mon, 05 Nov 2007) | 12 lines
13598 Changed paths:
13599    M /trunk/AUTHORS
13600    M /trunk/epan/dissectors/packet-dtls.c
13601    M /trunk/epan/dissectors/packet-ssl-utils.c
13602    M /trunk/epan/dissectors/packet-ssl-utils.h
13603
13604 Bug 1954  From Mikael Magnusson :
13605
13606 This patch updates the DTLS dissector to be compatible with OpenSSL 0.9.8f in
13607 the following ways:
13608 * Handle both SSL version number 0xfeff (RFC 4347 and OpenSSL 0.9.8f), and
13609 0x100 (Used by OpenSSL 0.9.8e and earlier)
13610 * Reassemble fragmented handshake messages.
13611
13612
13613
13614
13615
13616 ------------------------------------------------------------------------
13617 r23370 | sfisher | 2007-11-05 21:06:31 -0800 (Mon, 05 Nov 2007) | 5 lines
13618 Changed paths:
13619    M /trunk/epan/dissectors/packet-llt.c
13620
13621
13622 Change instance of 0xCAFE to ETHERTYPE_LLT for consistency.  No functional
13623 changes.
13624
13625
13626 ------------------------------------------------------------------------
13627 r23371 | sfisher | 2007-11-05 21:30:04 -0800 (Mon, 05 Nov 2007) | 8 lines
13628 Changed paths:
13629    M /trunk/epan/dissectors/Makefile.common
13630    M /trunk/epan/dissectors/packet-ethertype.c
13631    A /trunk/epan/dissectors/packet-wol.c
13632    M /trunk/epan/etypes.h
13633
13634
13635 Wake on LAN (WOL): New dissector from Chris Maynard via -dev list and
13636 enhancement bug #1968
13637
13638 Me: Added entries in epan/etypes.h and epan/dissectors/packet-ethertype.c
13639 for WOL.
13640
13641
13642 ------------------------------------------------------------------------
13643 r23372 | sahlberg | 2007-11-05 21:39:28 -0800 (Mon, 05 Nov 2007) | 3 lines
13644 Changed paths:
13645    M /trunk/epan/dissectors/packet-vnc.c
13646
13647 use strcasecmp instead of g_ascii_strcasecmp
13648
13649
13650 ------------------------------------------------------------------------
13651 r23373 | sahlberg | 2007-11-05 21:51:49 -0800 (Mon, 05 Nov 2007) | 3 lines
13652 Changed paths:
13653    M /trunk/epan/strutil.c
13654    M /trunk/epan/strutil.h
13655
13656 add a g_byte_array_sized_new() helper if we compile for glib < 2
13657
13658
13659 ------------------------------------------------------------------------
13660 r23374 | guy | 2007-11-06 00:46:57 -0800 (Tue, 06 Nov 2007) | 8 lines
13661 Changed paths:
13662    M /trunk/epan/ftypes/ftype-bytes.c
13663
13664 The "bitwise AND" display filter operator is supposed to evaluate to
13665 TRUE if the result of the operation has any bit set; that means that the
13666 test should stop and return TRUE as soon as it finds two bytes that when
13667 ANDed together are non-zero, and return FALSE if no such byte was found.
13668
13669 The other test functions don't have "_bytes" in the routine name; don't
13670 put it into this one.
13671
13672 ------------------------------------------------------------------------
13673 r23375 | guy | 2007-11-06 01:19:59 -0800 (Tue, 06 Nov 2007) | 4 lines
13674 Changed paths:
13675    M /trunk/epan/ftypes/ftype-ipv4.c
13676
13677 Fix bug 1956 - make the bitwise-AND routine treat its arguments as being
13678 IPv4 addresses.  Also, rename that routine to cmp_bitwise_and(), as it's
13679 not working on bit strings.
13680
13681 ------------------------------------------------------------------------
13682 r23376 | etxrab | 2007-11-06 10:10:34 -0800 (Tue, 06 Nov 2007) | 1 line
13683 Changed paths:
13684    M /trunk/Makefile.am
13685    A /trunk/diameter/Ericsson.xml
13686    M /trunk/diameter/dictionary.xml
13687
13688 Fix some typos.
13689 ------------------------------------------------------------------------
13690 r23377 | etxrab | 2007-11-06 10:11:20 -0800 (Tue, 06 Nov 2007) | 1 line
13691 Changed paths:
13692    M /trunk/epan/dissectors/packet-uma.c
13693
13694 Set up RTP conversation when PORT is known.
13695 ------------------------------------------------------------------------
13696 r23378 | jmayer | 2007-11-06 10:31:26 -0800 (Tue, 06 Nov 2007) | 108 lines
13697 Changed paths:
13698    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
13699    M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
13700    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
13701    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
13702    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
13703    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
13704    M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
13705    M /trunk/tools/pidl/tests/Util.pm
13706    M /trunk/tools/pidl/tests/ndr_align.pl
13707    M /trunk/tools/pidl/tests/ndr_alloc.pl
13708    M /trunk/tools/pidl/tests/ndr_array.pl
13709    M /trunk/tools/pidl/tests/ndr_fullptr.pl
13710    M /trunk/tools/pidl/tests/ndr_refptr.pl
13711    M /trunk/tools/pidl/tests/ndr_represent.pl
13712    M /trunk/tools/pidl/tests/ndr_simple.pl
13713    M /trunk/tools/pidl/tests/ndr_string.pl
13714    M /trunk/tools/pidl/tests/ndr_tagtype.pl
13715
13716 Update from samba tree revision 25306 to 25880
13717 ============================ Samba log start ============
13718 ------------------------------------------------------------------------
13719 r25453 | jelmer | 2007-10-01 23:38:15 +0200 (Mon, 01 Oct 2007) | 1 line
13720
13721 Fix include for NTSTATUS.
13722 ------------------------------------------------------------------------
13723 r25457 | jelmer | 2007-10-02 06:45:25 +0200 (Tue, 02 Oct 2007) | 1 line
13724
13725 use different location for out-of-tree builds
13726 ------------------------------------------------------------------------
13727 r25674 | metze | 2007-10-17 10:26:55 +0200 (Wed, 17 Oct 2007) | 13 lines
13728
13729 fix crash bug in pidl generated client code, this
13730 could have happend with [in,out,unique] pointers
13731 when the clients sends a valid pointer, but the server
13732 reponse with a NULL pointer (as samba-3.0.26a do for some calls).
13733
13734 I've tested with midl to see how windows handles this situation
13735 and also the reverse case where the client sends NULL and
13736 the server reposnse with non-NULL.
13737
13738 It appears that midl generated code just ignores this
13739 and only copies the result if both pointers are non-NULL.
13740
13741 metze
13742 ------------------------------------------------------------------------
13743 r25700 | jra | 2007-10-19 02:40:51 +0200 (Fri, 19 Oct 2007) | 3 lines
13744
13745 Now BOOL no longer exists in Samba 3.2, use bool instead.
13746 Jeremy.
13747
13748 ------------------------------------------------------------------------
13749 r25745 | metze | 2007-10-27 11:57:09 +0200 (Sat, 27 Oct 2007) | 6 lines
13750
13751 [pidl] ndr_pull/push_error(ndr, NDR_ERR_INVALID_POINTER,..)
13752
13753 instead NT_STATUS_INVALID_PARAMETER_MIX
13754
13755 metze
13756
13757 ------------------------------------------------------------------------
13758 r25751 | metze | 2007-10-30 07:24:43 +0100 (Tue, 30 Oct 2007) | 4 lines
13759
13760 use EJS_CHECK() instead of NDR_CHECK() in ejs code
13761
13762 metze
13763
13764 ------------------------------------------------------------------------
13765 r25765 | metze | 2007-10-31 17:25:44 +0100 (Wed, 31 Oct 2007) | 3 lines
13766
13767 pidl: fix compiler warning in ndr_align test
13768
13769 metze
13770 ------------------------------------------------------------------------
13771 r25766 | metze | 2007-10-31 17:27:21 +0100 (Wed, 31 Oct 2007) | 3 lines
13772
13773 pidl: fix bugs in ndr_tagtype tests found by compiler warnings
13774
13775 metze
13776 ------------------------------------------------------------------------
13777 r25767 | metze | 2007-10-31 17:29:32 +0100 (Wed, 31 Oct 2007) | 5 lines
13778
13779 pidl: make it easier to debug errors in pidl tests
13780
13781 we now print the C program that we tried to compile
13782
13783 metze
13784 ------------------------------------------------------------------------
13785 r25768 | metze | 2007-10-31 17:44:42 +0100 (Wed, 31 Oct 2007) | 5 lines
13786
13787 pidl: NT_STATUS_IS_ERR() is NOT the same as !NT_STATUS_IS_OK()
13788
13789 Everything but success should be handled as error in the tests.
13790
13791 metze
13792 ------------------------------------------------------------------------
13793 r25795 | metze | 2007-11-02 11:35:09 +0100 (Fri, 02 Nov 2007) | 3 lines
13794
13795 whitespace cleanup...
13796
13797 metze
13798 ------------------------------------------------------------------------
13799 r25804 | metze | 2007-11-02 14:02:25 +0100 (Fri, 02 Nov 2007) | 4 lines
13800
13801 move including ndr_compression.h into HeaderInterface()
13802
13803 metze
13804
13805 ------------------------------------------------------------------------
13806 r25805 | metze | 2007-11-02 14:05:43 +0100 (Fri, 02 Nov 2007) | 4 lines
13807
13808 pidl: include libndr.h as first header in ndr_foo.h
13809
13810 metze
13811
13812 ------------------------------------------------------------------------
13813 r25806 | metze | 2007-11-02 14:48:11 +0100 (Fri, 02 Nov 2007) | 5 lines
13814
13815 let libndr.h include needed stuff and remove pidl magic
13816 for choosing common required headers
13817
13818 metze
13819
13820 ------------------------------------------------------------------------
13821 ------------------------------------------------------------------------
13822 ============================ Samba log end ==============
13823
13824 ------------------------------------------------------------------------
13825 r23379 | etxrab | 2007-11-06 11:22:51 -0800 (Tue, 06 Nov 2007) | 3 lines
13826 Changed paths:
13827    M /trunk/wiretap/erf.c
13828
13829 From Florent Drouin:
13830 Fix bug Some Toshiba format files with LAPD cannot be open
13831 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1711
13832 ------------------------------------------------------------------------
13833 r23380 | etxrab | 2007-11-06 11:47:38 -0800 (Tue, 06 Nov 2007) | 2 lines
13834 Changed paths:
13835    M /trunk/epan/dissectors/packet-cfm.c
13836    M /trunk/epan/dissectors/packet-cfm.h
13837
13838 From Keith Mercer:
13839 CFM dissector bugfixes and code update for ITU inclusion
13840 ------------------------------------------------------------------------
13841 r23381 | jmayer | 2007-11-06 12:03:22 -0800 (Tue, 06 Nov 2007) | 3 lines
13842 Changed paths:
13843    M /trunk/COPYING
13844
13845 Add a remark that the code under tools/pidl/ is covered
13846 by GPLv3 (inside the files it only says GPL).
13847
13848 ------------------------------------------------------------------------
13849 r23382 | etxrab | 2007-11-06 12:16:59 -0800 (Tue, 06 Nov 2007) | 1 line
13850 Changed paths:
13851    M /trunk/asn1/dap/Makefile.common
13852    M /trunk/asn1/dap/dap.asn
13853    M /trunk/epan/dissectors/packet-dap.c
13854
13855 as2wrs now handles EXTERNAL(direct-reference requires no special handling).
13856 ------------------------------------------------------------------------
13857 r23383 | etxrab | 2007-11-06 12:21:09 -0800 (Tue, 06 Nov 2007) | 1 line
13858 Changed paths:
13859    M /trunk/asn1/disp/Makefile.common
13860    M /trunk/asn1/disp/disp.asn
13861    M /trunk/epan/dissectors/packet-disp.c
13862
13863 as2wrs now handles EXTERNAL(direct-reference requires no special handling).
13864 ------------------------------------------------------------------------
13865 r23384 | etxrab | 2007-11-06 12:26:13 -0800 (Tue, 06 Nov 2007) | 1 line
13866 Changed paths:
13867    M /trunk/asn1/disp/disp.cnf
13868    M /trunk/asn1/dop/Makefile.common
13869    M /trunk/asn1/dop/dop.asn
13870    M /trunk/asn1/dop/dop.cnf
13871    M /trunk/epan/dissectors/packet-disp.c
13872    M /trunk/epan/dissectors/packet-dop.c
13873
13874 as2wrs now handles EXTERNAL(direct-reference requires no special handling).
13875 ------------------------------------------------------------------------
13876 r23385 | gerald | 2007-11-06 12:32:30 -0800 (Tue, 06 Nov 2007) | 3 lines
13877 Changed paths:
13878    M /trunk/packaging/nsis/Makefile.am
13879    A /trunk/packaging/nsis/VersionCompare.nsh
13880    M /trunk/packaging/nsis/wireshark.nsi
13881
13882 When checking to see if we should install WinPcap, check the installed
13883 version directly instead of trying to divine it from its name. 
13884
13885 ------------------------------------------------------------------------
13886 r23386 | etxrab | 2007-11-06 13:52:26 -0800 (Tue, 06 Nov 2007) | 1 line
13887 Changed paths:
13888    M /trunk/asn1/dsp/Makefile.common
13889    M /trunk/asn1/dsp/dsp.asn
13890    M /trunk/asn1/dsp/dsp.cnf
13891    M /trunk/asn1/x411/Makefile.common
13892    M /trunk/asn1/x411/x411.asn
13893    M /trunk/asn1/x411/x411.cnf
13894    M /trunk/asn1/x420/ftbp.asn
13895    M /trunk/asn1/x420/x420.asn
13896    M /trunk/asn1/x420/x420.cnf
13897    M /trunk/epan/dissectors/packet-dsp.c
13898    M /trunk/epan/dissectors/packet-rrc.c
13899    M /trunk/epan/dissectors/packet-x411.c
13900    M /trunk/epan/dissectors/packet-x411.h
13901    M /trunk/epan/dissectors/packet-x420.c
13902
13903 as2wrs now handles EXTERNAL(direct-reference requires no special handling).
13904 ------------------------------------------------------------------------
13905 r23387 | jmayer | 2007-11-06 14:01:20 -0800 (Tue, 06 Nov 2007) | 8 lines
13906 Changed paths:
13907    M /trunk/COPYING
13908
13909 Add two sentences clarifying the license statement on pidl:
13910
13911 As a notable exception the pidl utility at tools/pidl is covered by a
13912 "GPL version 3 or later" LICENSE. Note that only the tool itself
13913 is covered by this license, not the source code generated by it. The
13914 pidl authors do not consider that code a derived work of pidl.
13915
13916
13917 ------------------------------------------------------------------------
13918 r23388 | jmayer | 2007-11-07 09:23:28 -0800 (Wed, 07 Nov 2007) | 1 line
13919 Changed paths:
13920    M /trunk/epan/dissectors/packet-isakmp.c
13921
13922 Print VendorID string in payload summary line
13923 ------------------------------------------------------------------------
13924 r23389 | etxrab | 2007-11-07 09:55:06 -0800 (Wed, 07 Nov 2007) | 1 line
13925 Changed paths:
13926    D /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
13927    D /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
13928    D /trunk/epan/dissectors/packet-gsm_ss.c
13929    D /trunk/epan/dissectors/packet-gsm_ss.h
13930
13931 Delete obsolete dissectors.
13932 ------------------------------------------------------------------------
13933 r23390 | etxrab | 2007-11-07 09:55:57 -0800 (Wed, 07 Nov 2007) | 1 line
13934 Changed paths:
13935    M /trunk/asn1/h248/Makefile.common
13936    M /trunk/asn1/t125/Makefile.common
13937    M /trunk/epan/dissectors/packet-h248.c
13938    M /trunk/epan/dissectors/packet-h248.h
13939    M /trunk/epan/dissectors/packet-t125.c
13940    M /trunk/epan/dissectors/packet-t125.h
13941
13942 Update to use the -X and -T asn2wrs flags.
13943 ------------------------------------------------------------------------
13944 r23391 | jmayer | 2007-11-07 10:35:00 -0800 (Wed, 07 Nov 2007) | 3 lines
13945 Changed paths:
13946    M /trunk/epan/dissectors/packet-isakmp.c
13947
13948 Add VID VID_draft_ietf_ipsec_nat_t_ike_01, move
13949 VID_draft_ietf_ipsec_nat_t_ike_03 a bit down.
13950
13951 ------------------------------------------------------------------------
13952 r23392 | stig | 2007-11-07 12:03:29 -0800 (Wed, 07 Nov 2007) | 3 lines
13953 Changed paths:
13954    M /trunk/epan/dissectors/packet-dmp.c
13955
13956 Create a subset tvb for dissect_x411_ORName so it doesn't eat too much data.
13957 Removed some unnecessary int casts.
13958
13959 ------------------------------------------------------------------------
13960 r23393 | gerald | 2007-11-07 12:13:40 -0800 (Wed, 07 Nov 2007) | 3 lines
13961 Changed paths:
13962    M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
13963
13964 Back out r23308 for the time being, since it's making hhc.exe on the Windows
13965 builder crash.
13966
13967 ------------------------------------------------------------------------
13968 r23394 | etxrab | 2007-11-07 13:22:25 -0800 (Wed, 07 Nov 2007) | 1 line
13969 Changed paths:
13970    M /trunk/asn1/h248/h248.cnf
13971    M /trunk/asn1/tcap/Makefile.common
13972    M /trunk/asn1/tcap/tcap.cnf
13973    M /trunk/epan/dissectors/packet-tcap.c
13974    M /trunk/epan/dissectors/packet-tcap.h
13975
13976 Update to use the -X and -T asn2wrs flags.
13977 ------------------------------------------------------------------------
13978 r23395 | sfisher | 2007-11-07 13:50:48 -0800 (Wed, 07 Nov 2007) | 6 lines
13979 Changed paths:
13980    M /trunk/epan/prefs.c
13981    M /trunk/epan/prefs.h
13982    M /trunk/gtk/layout_prefs.c
13983    M /trunk/gtk/toolbar.c
13984
13985
13986 Add an arrow with drop-down menu including any toolbar buttons that do not
13987 fit on the top of the screen.  This only works in GTK 2.4+ and there is
13988 a layout preference setting to disable it.
13989
13990
13991 ------------------------------------------------------------------------
13992 r23396 | gerald | 2007-11-07 16:58:38 -0800 (Wed, 07 Nov 2007) | 2 lines
13993 Changed paths:
13994    M /trunk/epan/dissectors/packet-tcp.c
13995
13996 Add more TCP analysis struct checks.
13997
13998 ------------------------------------------------------------------------
13999 r23397 | sfisher | 2007-11-07 18:29:18 -0800 (Wed, 07 Nov 2007) | 6 lines
14000 Changed paths:
14001    M /trunk/epan/prefs.c
14002
14003
14004 Fix Windows builds that cannot find gtk/gtk.h from epan/prefs.c.  Write out
14005 toolbar arrow preference even in GTK < 2.4 and just don't use it unless
14006 running GTK 2.4+.
14007
14008
14009 ------------------------------------------------------------------------
14010 r23398 | gerald | 2007-11-07 21:54:29 -0800 (Wed, 07 Nov 2007) | 2 lines
14011 Changed paths:
14012    M /trunk/docbook/release-notes.xml
14013    M /trunk/epan/dissectors/packet-ncp2222.inc
14014
14015 Fix a couple of integer underflows.
14016
14017 ------------------------------------------------------------------------
14018 r23399 | gerald | 2007-11-08 08:59:30 -0800 (Thu, 08 Nov 2007) | 4 lines
14019 Changed paths:
14020    M /trunk/test/config.sh
14021    M /trunk/test/suite-capture.sh
14022    M /trunk/test/suite-clopts.sh
14023
14024 Move SKIP_CAPTURE from suite-capture.sh to config.sh so that we can use it
14025 in suite-clopts as well.  Allow it to be set externally.  This should fix
14026 the "test" failure in the Solairs builder.
14027
14028 ------------------------------------------------------------------------
14029 r23400 | etxrab | 2007-11-08 09:24:17 -0800 (Thu, 08 Nov 2007) | 2 lines
14030 Changed paths:
14031    M /trunk/diameter/etsie2e4.xml
14032
14033 - "Location-Information" is grouped.
14034 - Add TS 183 033 V1.2.0 (2007-10) AVP:s
14035 ------------------------------------------------------------------------
14036 r23401 | morriss | 2007-11-08 11:13:51 -0800 (Thu, 08 Nov 2007) | 5 lines
14037 Changed paths:
14038    M /trunk/epan/tcap-persistentdata.c
14039
14040 Don't cast pinfo->src.data to (const mtp3_addr_pc_t *) unless we *know* it's
14041 an MTP3 PC in there (else we get a bus error on SPARC systems).
14042 If we don't have MTP3 PC addresses hash on address_to_str(&pinfo->src).  This
14043 makes TCAP statistics work over SUA.
14044
14045 ------------------------------------------------------------------------
14046 r23402 | etxrab | 2007-11-08 14:36:19 -0800 (Thu, 08 Nov 2007) | 1 line
14047 Changed paths:
14048    M /trunk/epan/dissectors/packet-diameter.c
14049
14050 Change dissecton of address type for AVP < 256 (RADIUS address).
14051 ------------------------------------------------------------------------
14052 r23403 | etxrab | 2007-11-08 14:38:06 -0800 (Thu, 08 Nov 2007) | 2 lines
14053 Changed paths:
14054    M /trunk/epan/dissectors/packet-smb.c
14055
14056 Apply yet another set of the optimization patches:
14057 - Move proto_tree_add_xxxx calls inside 'if (tree) {}' block
14058 ------------------------------------------------------------------------
14059 r23404 | etxrab | 2007-11-08 14:39:01 -0800 (Thu, 08 Nov 2007) | 3 lines
14060 Changed paths:
14061    M /trunk/epan/dissectors/packet-nfs.c
14062
14063 Apply yet another set of the optimization patches:
14064 if tree is not NULL then proto_xxx_add_yyy functions can't return NULL.
14065 Remove always true tests.
14066 ------------------------------------------------------------------------
14067 r23405 | etxrab | 2007-11-08 14:40:20 -0800 (Thu, 08 Nov 2007) | 3 lines
14068 Changed paths:
14069    M /trunk/epan/dissectors/packet-clnp.c
14070    M /trunk/epan/dissectors/packet-cpha.c
14071    M /trunk/epan/dissectors/packet-dcp.c
14072    M /trunk/epan/dissectors/packet-ddtp.c
14073    M /trunk/epan/dissectors/packet-enip.c
14074    M /trunk/epan/dissectors/packet-epmd.c
14075    M /trunk/epan/dissectors/packet-etheric.c
14076    M /trunk/epan/dissectors/packet-extreme.c
14077    M /trunk/epan/dissectors/packet-gdsdb.c
14078    M /trunk/epan/dissectors/packet-ipsec.c
14079    M /trunk/epan/dissectors/packet-kerberos.c
14080    M /trunk/epan/dissectors/packet-l2tp.c
14081    M /trunk/epan/dissectors/packet-ldp.c
14082    M /trunk/epan/dissectors/packet-mdshdr.c
14083    M /trunk/epan/dissectors/packet-mpls-echo.c
14084    M /trunk/epan/dissectors/packet-ndps.c
14085    M /trunk/epan/dissectors/packet-olsr.c
14086    M /trunk/epan/dissectors/packet-smb-pipe.c
14087    M /trunk/epan/dissectors/packet-tapa.c
14088    M /trunk/epan/dissectors/packet-xot.c
14089
14090 Apply yet another set of the optimization patches:
14091 When offset parameter is 0 replace tvb_bytes_exist() with the faster tvb_length().
14092 non heuristic dissectors
14093 ------------------------------------------------------------------------
14094 r23406 | etxrab | 2007-11-08 14:49:03 -0800 (Thu, 08 Nov 2007) | 2 lines
14095 Changed paths:
14096    M /trunk/epan/dissectors/packet-camel.c
14097    M /trunk/epan/dissectors/packet-cmp.c
14098    M /trunk/epan/dissectors/packet-dhcpv6.c
14099    M /trunk/epan/dissectors/packet-dtpt.c
14100    M /trunk/epan/dissectors/packet-fcdns.c
14101    M /trunk/epan/dissectors/packet-fcfcs.c
14102    M /trunk/epan/dissectors/packet-fcfzs.c
14103    M /trunk/epan/dissectors/packet-fcp.c
14104    M /trunk/epan/dissectors/packet-fcsb3.c
14105    M /trunk/epan/dissectors/packet-fcsp.c
14106    M /trunk/epan/dissectors/packet-inap.c
14107    M /trunk/epan/dissectors/packet-iuup.c
14108    M /trunk/epan/dissectors/packet-kpasswd.c
14109    M /trunk/epan/dissectors/packet-lpd.c
14110    M /trunk/epan/dissectors/packet-mpls-echo.c
14111    M /trunk/epan/dissectors/packet-msdp.c
14112    M /trunk/epan/dissectors/packet-nettl.c
14113    M /trunk/epan/dissectors/packet-ntp.c
14114    M /trunk/epan/dissectors/packet-pktc.c
14115    M /trunk/epan/dissectors/packet-pvfs2.c
14116    M /trunk/epan/dissectors/packet-qllc.c
14117    M /trunk/epan/dissectors/packet-quake2.c
14118    M /trunk/epan/dissectors/packet-quakeworld.c
14119    M /trunk/epan/dissectors/packet-rmp.c
14120    M /trunk/epan/dissectors/packet-smb-browse.c
14121    M /trunk/epan/dissectors/packet-teimanagement.c
14122    M /trunk/epan/dissectors/packet-umts_fp.c
14123
14124 Apply yet another set of the optimization patches:
14125 -set_str2add_str_val_to_str
14126 ------------------------------------------------------------------------
14127 r23407 | sfisher | 2007-11-08 18:08:00 -0800 (Thu, 08 Nov 2007) | 5 lines
14128 Changed paths:
14129    M /trunk/epan/prefs.c
14130    M /trunk/epan/prefs.h
14131    M /trunk/gtk/layout_prefs.c
14132    M /trunk/gtk/toolbar.c
14133
14134
14135 Back out part of revision 23395 - leave the toolbar arrow, but remove the
14136 preference to turn it on / off per discussion on -dev list.
14137
14138
14139 ------------------------------------------------------------------------
14140 r23408 | etxrab | 2007-11-08 21:54:16 -0800 (Thu, 08 Nov 2007) | 2 lines
14141 Changed paths:
14142    M /trunk/epan/dfilter/dfilter.c
14143
14144 Apply yet another set of the optimization patches:
14145 small memory leak when freeing compiled filter insns.
14146 ------------------------------------------------------------------------
14147 r23409 | etxrab | 2007-11-08 21:55:33 -0800 (Thu, 08 Nov 2007) | 2 lines
14148 Changed paths:
14149    M /trunk/epan/addr_resolv.c
14150
14151 Apply yet another set of the optimization patches:
14152 Don't use g_snprintf for temporary unsigned int to ascii conversion.
14153 ------------------------------------------------------------------------
14154 r23410 | etxrab | 2007-11-08 21:56:42 -0800 (Thu, 08 Nov 2007) | 2 lines
14155 Changed paths:
14156    M /trunk/epan/dissectors/packet-ip.c
14157
14158 Apply yet another set of the optimization patches:
14159 Only call get_hostname once.
14160 ------------------------------------------------------------------------
14161 r23411 | etxrab | 2007-11-08 21:57:45 -0800 (Thu, 08 Nov 2007) | 2 lines
14162 Changed paths:
14163    M /trunk/epan/dissectors/packet-aim-buddylist.c
14164    M /trunk/epan/dissectors/packet-dcm.c
14165
14166 Apply yet another set of the optimization patches:
14167 janitor work, replace col_add_fstr/ col_set_fstr.
14168 ------------------------------------------------------------------------
14169 r23412 | etxrab | 2007-11-08 22:01:18 -0800 (Thu, 08 Nov 2007) | 9 lines
14170 Changed paths:
14171    M /trunk/epan/dissectors/packet-bittorrent.c
14172    M /trunk/epan/dissectors/packet-cigi.c
14173    M /trunk/epan/dissectors/packet-dccp.c
14174    M /trunk/epan/dissectors/packet-dcerpc.c
14175    M /trunk/epan/dissectors/packet-pktgen.c
14176    M /trunk/epan/dissectors/packet-rmt-norm.c
14177    M /trunk/epan/dissectors/packet-ses.c
14178    M /trunk/epan/dissectors/packet-smb.c
14179    M /trunk/epan/dissectors/packet-smb2.c
14180    M /trunk/epan/dissectors/packet-stun.c
14181    M /trunk/epan/dissectors/packet-stun2.c
14182    M /trunk/epan/dissectors/packet-tds.c
14183    M /trunk/epan/dissectors/packet-yhoo.c
14184    M /trunk/plugins/ciscosm/packet-sm.c
14185
14186 Apply yet another set of the optimization patches:
14187 When offset parameter is 0 replace tvb_bytes_exist() with the faster tvb_length().
14188
14189 On the other hand 
14190         if (tvb_bytes_exist(tvb, 0, 20)
14191 is more readable than
14192         if (tvb_length(tvb) >= 20
14193
14194 so only do it in heuristic function
14195 ------------------------------------------------------------------------
14196 r23413 | etxrab | 2007-11-08 22:07:30 -0800 (Thu, 08 Nov 2007) | 5 lines
14197 Changed paths:
14198    M /trunk/epan/packet.c
14199
14200 Apply yet another set of the optimization patches:
14201 move the case where pinfo->in_error_pkt is true in its own function:
14202 - it's not the common case.
14203 - it needs a TRY block. ==> slow volatile and big stack footprint.
14204 - call_dissector_work is called a lot and recursively.
14205 ------------------------------------------------------------------------
14206 r23414 | martinm | 2007-11-09 06:41:04 -0800 (Fri, 09 Nov 2007) | 4 lines
14207 Changed paths:
14208    M /trunk/plugins/wimaxasncp/Makefile.am
14209    M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
14210    M /trunk/plugins/wimaxasncp/wimaxasncp_dict.h
14211    M /trunk/plugins/wimaxasncp/wimaxasncp_dict.l
14212
14213 From Stephen Croll.
14214
14215 Dynamically register filter fields from TLV definitions.
14216
14217 ------------------------------------------------------------------------
14218 r23415 | gerald | 2007-11-09 12:04:40 -0800 (Fri, 09 Nov 2007) | 7 lines
14219 Changed paths:
14220    M /trunk/docbook/release-notes.xml
14221    M /trunk/epan/dissectors/packet-http.c
14222
14223 Don't call tvb_set_child_real_data_tvbuff() + add_new_data_source() twice
14224 for the same tvb.  This keeps us from freeing the same memory twice and
14225 crashing on some systems.
14226
14227 This might be the same bug Brian Vandenberg was looking for in
14228 http://www.wireshark.org/lists/wireshark-dev/200705/msg00406.html .
14229
14230 ------------------------------------------------------------------------
14231 r23416 | gerald | 2007-11-09 12:05:44 -0800 (Fri, 09 Nov 2007) | 2 lines
14232 Changed paths:
14233    M /trunk/editcap.c
14234
14235 Add a newline.
14236
14237 ------------------------------------------------------------------------
14238 r23417 | guy | 2007-11-09 16:36:01 -0800 (Fri, 09 Nov 2007) | 2 lines
14239 Changed paths:
14240    M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
14241
14242 Cast "char"s to "unsigned char" before handing them to <ctype.h> macros.
14243
14244 ------------------------------------------------------------------------
14245 r23418 | sfisher | 2007-11-09 16:57:41 -0800 (Fri, 09 Nov 2007) | 4 lines
14246 Changed paths:
14247    M /trunk/Makefile.am
14248    M /trunk/configure.in
14249    M /trunk/version_info.c
14250
14251
14252 Add MacOS X version next to the Darwin version in version outputs.
14253
14254
14255 ------------------------------------------------------------------------
14256 r23419 | guy | 2007-11-09 18:18:18 -0800 (Fri, 09 Nov 2007) | 2 lines
14257 Changed paths:
14258    M /trunk/configure.in
14259
14260 Update comment, clean up message.
14261
14262 ------------------------------------------------------------------------
14263 r23420 | guy | 2007-11-09 18:39:19 -0800 (Fri, 09 Nov 2007) | 2 lines
14264 Changed paths:
14265    M /trunk/configure.in
14266
14267 Quote a "Checking for" message.
14268
14269 ------------------------------------------------------------------------
14270 r23421 | sake | 2007-11-10 07:18:49 -0800 (Sat, 10 Nov 2007) | 13 lines
14271 Changed paths:
14272    M /trunk/color_filters.c
14273    M /trunk/color_filters.h
14274    M /trunk/gtk/color_dlg.c
14275    M /trunk/gtk/color_edit_dlg.c
14276    M /trunk/gtk/colors.c
14277    M /trunk/gtk/colors.h
14278    M /trunk/gtk/compat_macros.h
14279    M /trunk/gtk/toolbar.c
14280
14281 This patch makes it possible to disable individual coloring rules 
14282 without having to delete them. The patch has been tested on
14283 Fedora-7 with GTK+ 1.2.10 and GTK+ 2.10.11.
14284
14285 Since I don't know how to use "strikethrough" in clists in GTK1
14286 there is a little difference in how the disabled coloring rules
14287 are displayed. In GTK2 they are striked through and in GTK1
14288 they are shown in lightgrey on a white background.
14289
14290 Any info on how to use strikthrough in clists within GTK1 is more
14291 than welcome :-)
14292
14293
14294 ------------------------------------------------------------------------
14295 r23422 | etxrab | 2007-11-10 08:08:14 -0800 (Sat, 10 Nov 2007) | 2 lines
14296 Changed paths:
14297    M /trunk/epan/reassemble.c
14298
14299 Apply yet another set of the optimization patches:
14300 Use O(1) logic for the fast path when adding fragments (ie fragments are in order).
14301 ------------------------------------------------------------------------
14302 r23423 | etxrab | 2007-11-10 08:09:10 -0800 (Sat, 10 Nov 2007) | 2 lines
14303 Changed paths:
14304    M /trunk/gtk/conversations_fc.c
14305    M /trunk/gtk/conversations_table.c
14306    M /trunk/gtk/conversations_table.h
14307
14308 Apply yet another set of the optimization patches:
14309 there's two structures with the same name conversation_t, change one to conv_t
14310 ------------------------------------------------------------------------
14311 r23424 | etxrab | 2007-11-10 09:06:49 -0800 (Sat, 10 Nov 2007) | 5 lines
14312 Changed paths:
14313    M /trunk/epan/dissectors/packet-eth.c
14314
14315 Apply yet another set of the optimization patches:
14316 move TRY block in its own function.
14317  __attribute__((noinline)) does not compile with MS VC 6
14318 nor does __declspec(noinline)
14319 Applied the patch without it.
14320 ------------------------------------------------------------------------
14321 r23425 | stig | 2007-11-10 13:59:20 -0800 (Sat, 10 Nov 2007) | 3 lines
14322 Changed paths:
14323    M /trunk/gtk/main.c
14324
14325 Ensure we pop any previous loaded filename from the statusbar
14326 when loading a new file with a file already loaded.
14327
14328 ------------------------------------------------------------------------
14329 r23426 | sake | 2007-11-10 15:05:35 -0800 (Sat, 10 Nov 2007) | 18 lines
14330 Changed paths:
14331    M /trunk/gtk/color_dlg.c
14332
14333 Make the enable/disable buttons on the coloring rule list follow
14334 the selection. There is a little difference between the behaviour
14335 in GTK1 and GTK2 (As long as either one row or a block of rows with 
14336 the same status is selected, GTK1 and GTK2 behave the same way):
14337
14338 GTK1:
14339 - if the last selected row is disabled, grey out the disable button
14340 - if the last selected row is enabled, grey out the enable button
14341
14342 GTK2:
14343 - grey out both buttons when no rule is selected
14344 - grey out the enable button when *all* selected rules are enabled
14345 - grey out the disable button when *all* selected rules are disabled
14346 - leave both buttons active if there is a mix of disabled and enabled
14347   rules
14348
14349
14350
14351 ------------------------------------------------------------------------
14352 r23427 | sake | 2007-11-10 16:59:19 -0800 (Sat, 10 Nov 2007) | 4 lines
14353 Changed paths:
14354    M /trunk/gtk/color_dlg.c
14355
14356 Open the coloring rule edit dialog when the coloring rule is 
14357 double-clicked.
14358
14359
14360 ------------------------------------------------------------------------
14361 r23428 | etxrab | 2007-11-11 05:23:17 -0800 (Sun, 11 Nov 2007) | 3 lines
14362 Changed paths:
14363    M /trunk/Makefile.am
14364    M /trunk/Makefile.nmake
14365    M /trunk/epan/dissectors/Makefile.common
14366    A /trunk/epan/dissectors/packet-tpncp.c
14367    M /trunk/packaging/nsis/wireshark.nsi
14368    A /trunk/tpncp
14369    A /trunk/tpncp/tpncp.dat
14370
14371 From Valery Sigalov:
14372 New dissector for TPNCP protocol.
14373 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1853
14374 ------------------------------------------------------------------------
14375 r23429 | ulfl | 2007-11-11 12:36:41 -0800 (Sun, 11 Nov 2007) | 1 line
14376 Changed paths:
14377    D /trunk/packaging/nsis/WinPcap_4_0_1.exe
14378    A /trunk/packaging/nsis/WinPcap_4_0_2.exe
14379    M /trunk/packaging/nsis/wireshark.nsi
14380
14381 update WinPcap installer to recent 4.0.2
14382 ------------------------------------------------------------------------
14383 r23430 | etxrab | 2007-11-11 23:03:09 -0800 (Sun, 11 Nov 2007) | 1 line
14384 Changed paths:
14385    M /trunk/epan/dissectors/packet-tpncp.c
14386
14387 Remove forgotten debug code.
14388 ------------------------------------------------------------------------
14389 r23431 | ulfl | 2007-11-11 23:31:38 -0800 (Sun, 11 Nov 2007) | 1 line
14390 Changed paths:
14391    M /trunk/packaging/nsis/Makefile.am
14392    M /trunk/packaging/nsis/Makefile.nmake
14393    M /trunk/packaging/nsis/wireshark.nsi
14394    M /trunk/packaging/portableapps/win32/WiresharkPortable.ini
14395    M /trunk/packaging/portableapps/win32/WiresharkPortable.nsi
14396    M /trunk/packaging/u3/win32/makefile.nmake
14397
14398 update various other places, where WinPcap version 4.0.1 was used
14399 ------------------------------------------------------------------------
14400 r23432 | ulfl | 2007-11-11 23:33:30 -0800 (Sun, 11 Nov 2007) | 1 line
14401 Changed paths:
14402    M /trunk/packaging.vcproj
14403
14404 add various files of PortableApps packaging
14405 ------------------------------------------------------------------------
14406 r23433 | ulfl | 2007-11-11 23:34:32 -0800 (Sun, 11 Nov 2007) | 1 line
14407 Changed paths:
14408    M /trunk/packaging/u3/win32/u3util.c
14409
14410 update various other places, where WinPcap version 4.0.1 was used
14411 ------------------------------------------------------------------------
14412 r23434 | ulfl | 2007-11-11 23:35:21 -0800 (Sun, 11 Nov 2007) | 1 line
14413 Changed paths:
14414    M /trunk/wireshark.sln
14415
14416 add various files of PortableApps packaging
14417 ------------------------------------------------------------------------
14418 r23435 | gerald | 2007-11-12 09:02:46 -0800 (Mon, 12 Nov 2007) | 4 lines
14419 Changed paths:
14420    M /trunk/asn1/ansi-tcap/ansi_tcap.cnf
14421    M /trunk/asn1/ansi-tcap/packet-ansi_tcap-template.c
14422    M /trunk/epan/dissectors/packet-ansi_tcap.c
14423    M /trunk/epan/dissectors/packet-ansi_tcap.h
14424
14425 Replace strcpy()+strcat() with g_snprintf().  Make sure a string isn't
14426 NULL before we try to use it.  This fixes a crash found during fuzzing
14427 and a possible buffer overrun.
14428
14429 ------------------------------------------------------------------------
14430 r23436 | gerald | 2007-11-12 10:44:29 -0800 (Mon, 12 Nov 2007) | 3 lines
14431 Changed paths:
14432    M /trunk/asn1/snmp/packet-snmp-template.c
14433    M /trunk/epan/dissectors/packet-snmp.c
14434    M /trunk/epan/dissectors/packet-snmp.h
14435
14436 Initialize var_list in dissect_smux(), so that we don't use previously
14437 ep_freed() memory and abort.
14438
14439 ------------------------------------------------------------------------
14440 r23437 | gerald | 2007-11-12 11:47:15 -0800 (Mon, 12 Nov 2007) | 3 lines
14441 Changed paths:
14442    M /trunk/tools/fuzz-test.sh
14443
14444 Print the pass number periodically as a convenience for running the script
14445 on a large number of trace files.
14446
14447 ------------------------------------------------------------------------
14448 r23438 | gerald | 2007-11-12 12:02:24 -0800 (Mon, 12 Nov 2007) | 2 lines
14449 Changed paths:
14450    M /trunk/asn1/h225/h225.cnf
14451    M /trunk/epan/dissectors/packet-h225.c
14452    M /trunk/epan/dissectors/packet-h225.h
14453
14454 Don't dereference a NULL pointer.
14455
14456 ------------------------------------------------------------------------
14457 r23439 | etxrab | 2007-11-12 13:14:53 -0800 (Mon, 12 Nov 2007) | 1 line
14458 Changed paths:
14459    M /trunk/diameter/dictionary.xml
14460
14461 Add AVP info.
14462 ------------------------------------------------------------------------
14463 r23440 | etxrab | 2007-11-12 22:11:24 -0800 (Mon, 12 Nov 2007) | 1 line
14464 Changed paths:
14465    M /trunk/Makefile.nmake
14466    M /trunk/tools/win32-setup.sh
14467
14468 Use glib-2.14.3
14469 ------------------------------------------------------------------------
14470 r23441 | stig | 2007-11-13 02:26:30 -0800 (Tue, 13 Nov 2007) | 2 lines
14471 Changed paths:
14472    M /trunk/asn1/ros/packet-ros-template.c
14473    M /trunk/epan/dissectors/packet-ros.c
14474    M /trunk/epan/dissectors/packet-ros.h
14475
14476 Mark some generated items in ROS.
14477
14478 ------------------------------------------------------------------------
14479 r23442 | etxrab | 2007-11-13 13:59:53 -0800 (Tue, 13 Nov 2007) | 13 lines
14480 Changed paths:
14481    M /trunk/asn1/tcap/tcap.asn
14482    M /trunk/asn1/tcap/tcap.cnf
14483    M /trunk/epan/dissectors/packet-ber.c
14484    M /trunk/epan/dissectors/packet-tcap.c
14485
14486 From Florent DROUIN:
14487 Since the use of the function 'dissect_ber_tagged_type' for DialoguePortion,
14488 the file tcap.cnf must be updated to remove the decoding of the tag and length.
14489 This decoding is now done in the new function 'dissect_ber_tagged_type'.
14490
14491 The file tcap.cnf has been updated to take into account this change. 
14492 But this leads to a change in tcap.asn too, for the definition of the
14493 ExternalPDU.
14494 I think this part of the ASN1 file is specific to Wireshark and can be
14495 modified.
14496
14497 In the meantime, I did update the DEBUG part for packet_ber.c  for the function
14498 (dissect_ber_tagged_type)
14499 ------------------------------------------------------------------------
14500 r23443 | etxrab | 2007-11-13 14:00:46 -0800 (Tue, 13 Nov 2007) | 1 line
14501 Changed paths:
14502    M /trunk/diameter/dictionary.xml
14503
14504 Correct assorted typos and copy-past errors.
14505 ------------------------------------------------------------------------
14506 r23444 | etxrab | 2007-11-13 14:05:43 -0800 (Tue, 13 Nov 2007) | 9 lines
14507 Changed paths:
14508    M /trunk/epan/dissectors/packet-linx.c
14509
14510 From Dejan Bucar:
14511 Updated dissector for LINX protocols
14512
14513 * Linx Ethernet Connection Manager protocol is updated from version 2 to
14514 version 3.
14515 * Linx RLNH protocol has been updated from version 1 to version 2.
14516
14517 The updated dissector is backwards-compatible allowing correct dissection of
14518 all versions.
14519 ------------------------------------------------------------------------
14520 r23445 | sfisher | 2007-11-13 22:39:58 -0800 (Tue, 13 Nov 2007) | 6 lines
14521 Changed paths:
14522    M /trunk/gtk/menu.c
14523
14524
14525 From didier:
14526
14527 Fix for bug #1876: Resizing columns changes the currently-selected packet
14528
14529
14530 ------------------------------------------------------------------------
14531 r23446 | stig | 2007-11-14 01:37:44 -0800 (Wed, 14 Nov 2007) | 4 lines
14532 Changed paths:
14533    M /trunk/gtk/summary_dlg.c
14534
14535 From Shiang-Ming Huang:
14536 Removed unnecessary parentheses that make the average packets size 
14537 calculated as an integer instead of a float.
14538
14539 ------------------------------------------------------------------------
14540 r23447 | stig | 2007-11-14 02:15:20 -0800 (Wed, 14 Nov 2007) | 2 lines
14541 Changed paths:
14542    M /trunk/gtk/summary_dlg.c
14543
14544 Added some parentheses to clarify the gint64 cast.
14545
14546 ------------------------------------------------------------------------
14547 r23448 | sfisher | 2007-11-14 09:39:21 -0800 (Wed, 14 Nov 2007) | 8 lines
14548 Changed paths:
14549    M /trunk/tpncp/tpncp.dat
14550
14551
14552 From Valery Sigalov via bug #1853: Fix the following console error when
14553 starting Wireshark:
14554
14555 Duplicate field detected in call to proto_register_field_array: channel_id is
14556 already registered
14557
14558
14559 ------------------------------------------------------------------------
14560 r23449 | gerald | 2007-11-14 11:28:29 -0800 (Wed, 14 Nov 2007) | 2 lines
14561 Changed paths:
14562    M /trunk/docbook/release-notes.xml
14563    M /trunk/epan/dissectors/packet-megaco.c
14564
14565 Keep the MEGACO dissector from looping on a malformed events descriptor.
14566
14567 ------------------------------------------------------------------------
14568 r23450 | gal | 2007-11-14 12:57:55 -0800 (Wed, 14 Nov 2007) | 5 lines
14569 Changed paths:
14570    M /trunk/asn1/rtse/packet-rtse-template.c
14571    M /trunk/asn1/rtse/rtse.asn
14572    M /trunk/asn1/rtse/rtse.cnf
14573    M /trunk/epan/dissectors/packet-ber.c
14574    M /trunk/epan/dissectors/packet-rtse.c
14575    M /trunk/epan/dissectors/packet-rtse.h
14576
14577 Changed to use the the packet-ber EXTERNAL decoding (into the ASN1 context).
14578 Uses the ber_callback mechanism to call the rtse oid callbacks, rather than the default ber oid callback list.
14579 A couple of fixes to packet-ber.c to mark [in]direct references as present and call the ber_callback if it has been specified.
14580
14581
14582 ------------------------------------------------------------------------
14583 r23451 | etxrab | 2007-11-14 22:03:53 -0800 (Wed, 14 Nov 2007) | 1 line
14584 Changed paths:
14585    M /trunk/diameter/dictionary.xml
14586
14587 Fix "Diameter Dictionary: No Vendor: 3GPPDiameter Dictionary: No Vendor: 3GPP".
14588 ------------------------------------------------------------------------
14589 r23452 | sahlberg | 2007-11-15 01:41:32 -0800 (Thu, 15 Nov 2007) | 8 lines
14590 Changed paths:
14591    M /trunk/asn1/mms/mms.cnf
14592
14593 branch_taken that is returned by dissect_ber_choice() is the index of 
14594 of the branch and not the tag value   so one cant use it with 
14595 val_to_str()
14596 (well one can in this instance since by luck the tag values match the 
14597 indices)
14598
14599
14600
14601 ------------------------------------------------------------------------
14602 r23453 | sahlberg | 2007-11-15 01:42:21 -0800 (Thu, 15 Nov 2007) | 3 lines
14603 Changed paths:
14604    M /trunk/epan/dissectors/packet-mms.c
14605    M /trunk/epan/dissectors/packet-mms.h
14606
14607 updated mms dissector
14608
14609
14610 ------------------------------------------------------------------------
14611 r23454 | sahlberg | 2007-11-15 01:49:55 -0800 (Thu, 15 Nov 2007) | 4 lines
14612 Changed paths:
14613    M /trunk/asn1/snmp/snmp.cnf
14614
14615 dissect_ber_choice() returns the index of the choice, not the tag of the 
14616 choice
14617
14618
14619 ------------------------------------------------------------------------
14620 r23455 | sahlberg | 2007-11-15 01:50:36 -0800 (Thu, 15 Nov 2007) | 3 lines
14621 Changed paths:
14622    M /trunk/epan/dissectors/packet-snmp.c
14623
14624 updated snmp dissector
14625
14626
14627 ------------------------------------------------------------------------
14628 r23456 | sahlberg | 2007-11-15 02:10:22 -0800 (Thu, 15 Nov 2007) | 4 lines
14629 Changed paths:
14630    M /trunk/asn1/x411/x411.cnf
14631
14632 dissect_ber_choice returns a gint that is the index of the choice taken, 
14633 not the tag value
14634
14635
14636 ------------------------------------------------------------------------
14637 r23457 | sahlberg | 2007-11-15 02:11:09 -0800 (Thu, 15 Nov 2007) | 3 lines
14638 Changed paths:
14639    M /trunk/epan/dissectors/packet-x411.c
14640    M /trunk/epan/dissectors/packet-x411.h
14641
14642 new x411 dissector
14643
14644
14645 ------------------------------------------------------------------------
14646 r23458 | sahlberg | 2007-11-15 02:32:10 -0800 (Thu, 15 Nov 2007) | 4 lines
14647 Changed paths:
14648    M /trunk/asn1/ldap/ldap.cnf
14649
14650 dissect_ber_choice() returns the index of the taken arm   not the tag 
14651 value
14652
14653
14654 ------------------------------------------------------------------------
14655 r23459 | sahlberg | 2007-11-15 02:32:45 -0800 (Thu, 15 Nov 2007) | 3 lines
14656 Changed paths:
14657    M /trunk/epan/dissectors/packet-ldap.c
14658    M /trunk/epan/dissectors/packet-ldap.h
14659
14660 new ldap dissector
14661
14662
14663 ------------------------------------------------------------------------
14664 r23460 | sahlberg | 2007-11-15 02:38:43 -0800 (Thu, 15 Nov 2007) | 6 lines
14665 Changed paths:
14666    M /trunk/asn1/t125/packet-t125-template.c
14667    M /trunk/asn1/t125/t125.cnf
14668
14669 only dissect it as t125 if it looks like t125
14670
14671 dissect_ber_choice() returns the index of the choice taken   not the 
14672 tag value
14673
14674
14675 ------------------------------------------------------------------------
14676 r23461 | sahlberg | 2007-11-15 02:39:16 -0800 (Thu, 15 Nov 2007) | 3 lines
14677 Changed paths:
14678    M /trunk/epan/dissectors/packet-t125.c
14679    M /trunk/epan/dissectors/packet-t125.h
14680
14681 new t125 dissector
14682
14683
14684 ------------------------------------------------------------------------
14685 r23462 | martinm | 2007-11-15 10:37:50 -0800 (Thu, 15 Nov 2007) | 2 lines
14686 Changed paths:
14687    M /trunk/epan/dissectors/packet-lapd.c
14688
14689 Add a generated lapd.direction field/filter.
14690
14691 ------------------------------------------------------------------------
14692 r23463 | gerald | 2007-11-15 11:38:04 -0800 (Thu, 15 Nov 2007) | 2 lines
14693 Changed paths:
14694    M /trunk/docbook/release-notes.xml
14695    M /trunk/epan/dissectors/packet-dcp-etsi.c
14696
14697 Don't try to reassemble a huge number of fragments.
14698
14699 ------------------------------------------------------------------------
14700 r23464 | sake | 2007-11-15 11:46:25 -0800 (Thu, 15 Nov 2007) | 3 lines
14701 Changed paths:
14702    M /trunk/wiretap/netscreen.c
14703    M /trunk/wiretap/netscreen.h
14704
14705 Added correct svn propset settings to wiretap/netscreen.[ch]
14706
14707
14708 ------------------------------------------------------------------------