summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-05-09Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-2/+2
proto_tree_add_item() calls. svn path=/trunk/; revision=42526
2012-05-09Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
proto_tree_add_item() calls. svn path=/trunk/; revision=42525
2012-05-09Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-6/+6
proto_tree_add_item() calls. svn path=/trunk/; revision=42524
2012-05-09From Martin Kaiser:Bill Meier1-1/+2
"attached is a simple fix for CID281213. Although the bug can't crash wireshark, dissect_si_string() is not really fit for handling negative string lengths (and doesn't need to)." https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7243 svn path=/trunk/; revision=42523
2012-05-09Send a useful User-Agent header.Gerald Combs3-0/+13
svn path=/trunk/; revision=42522
2012-05-09Setup more flows, flow info is incomplete.Anders Broman3-7/+229
svn path=/trunk/; revision=42521
2012-05-09Setup CPCH flows.Anders Broman3-6/+134
svn path=/trunk/; revision=42520
2012-05-09Remove an accidental ; following a test.Martin Mathieson1-1/+2
svn path=/trunk/; revision=42519
2012-05-09Collect and use more information in converstion data to be able to dissect ↵Anders Broman5-64/+240
FP flows. svn path=/trunk/; revision=42518
2012-05-08Fix last parameter for tvb_get_guid() callpascal2-2/+2
svn path=/trunk/; revision=42517
2012-05-08Remove unused hf entriespascal1-40/+3
svn path=/trunk/; revision=42516
2012-05-08From Frank Lahm:pascal1-0/+33
Display guids in FPSpotlightRPC AFP packets https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7237 svn path=/trunk/; revision=42515
2012-05-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-43/+39
svn path=/trunk/; revision=42514
2012-05-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte6-17/+19
svn path=/trunk/; revision=42513
2012-05-08Enhance MPLS DissectorAlexis La Goutte1-33/+29
* use proto_tree_add_item * start Header field by hf_mpls... svn path=/trunk/; revision=42512
2012-05-08Enhance Unknown IPv6 Extension HeaderAlexis La Goutte2-28/+10
svn path=/trunk/; revision=42511
2012-05-08Add RFC6608 Subcodes for BGP Finite State Machine ErrorAlexis La Goutte1-6/+17
Update other notify subcodes (draft-ietf-idr-cease-subcode-02 => RFC4484)... svn path=/trunk/; revision=42510
2012-05-08General cleanup including:Bill Meier1-2098/+2197
- remove unneeded #include <stdlib.h> - rework some "function-like" macros to use 'do {...} while (0)' construct; - reformat hf[] entries; - indentation/whitespace/long-lines/parentheses. svn path=/trunk/; revision=42509
2012-05-08From Frank Lahm:Anders Broman1-3/+2
Fixes for FPSpotlightRPC AFP dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7235 svn path=/trunk/; revision=42508
2012-05-08From Jim Wright:Anders Broman2-35/+153
Add decoding of CTEB to packet-dtn.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7234 svn path=/trunk/; revision=42507
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-18/+28
proto_tree_add_item() calls. svn path=/trunk/; revision=42506
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
proto_tree_add_item() calls. svn path=/trunk/; revision=42505
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-4/+4
proto_tree_add_item() calls. svn path=/trunk/; revision=42504
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-8/+31
proto_tree_add_item() calls. Fix a field type - FT_UINT_BYTES means "byte array preceded by a length, with the length field included", not "byte array, not including any length field, even if it happens to be preceded by a length field". svn path=/trunk/; revision=42503
2012-05-08Pretify info_col for mor MSG:sAnders Broman2-34/+283
svn path=/trunk/; revision=42502
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
proto_tree_add_item() calls. (The only non-integral/non-boolean fields aren't fetched as array elements.) svn path=/trunk/; revision=42501
2012-05-08Fix a proto_tree_add_ipv4() call that was probably intended to be aGuy Harris1-1/+1
proto_tree_add_item() call. svn path=/trunk/; revision=42500
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-48/+49
proto_tree_add_item() calls. (There's no spec for the protocol that I could find, just an implementation, and it's not clear whether the description field is ASCII or UTF-8 or something else.) svn path=/trunk/; revision=42499
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-4/+4
proto_tree_add_item() calls. svn path=/trunk/; revision=42498
2012-05-08Fix a proto_tree_add_uint() call that appears to have been intended toGuy Harris1-2/+2
be a proto_tree_add_item() call. svn path=/trunk/; revision=42497
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-6/+6
proto_tree_add_item() calls. svn path=/trunk/; revision=42496
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+8
proto_tree_add_item() calls. svn path=/trunk/; revision=42495
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-95/+89
proto_tree_add_item() calls. Clean up indentation. svn path=/trunk/; revision=42494
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris3-6/+6
proto_tree_add_item() calls. Update the RFC number for LDAP. svn path=/trunk/; revision=42493
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
proto_tree_add_item() calls. svn path=/trunk/; revision=42492
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
proto_tree_add_item() calls. svn path=/trunk/; revision=42491
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-9/+37
proto_tree_add_item() calls. Update the introductory comment to give the RFC for IAX2. (tools.ietf.org rules.) svn path=/trunk/; revision=42490
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-2/+2
proto_tree_add_item() calls. svn path=/trunk/; revision=42489
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris6-19/+41
proto_tree_add_item() calls. svn path=/trunk/; revision=42488
2012-05-07General minor cleanup including:Bill Meier10-5975/+6440
- remove unneeded #includes; - use val_to_str_const() as appropriate; - reformat hf[] entries; - reformat long lines; - use #if 0/#endif to coment out code instead of /* ... */; - remove boilerplate comments; - whitespace & indentation svn path=/trunk/; revision=42487
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-10/+10
proto_tree_add_item() calls. svn path=/trunk/; revision=42486
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris3-60/+60
proto_tree_add_item() calls. svn path=/trunk/; revision=42485
2012-05-07Give hints to capture from stdin or pipe instead of opening it as a fileBalint Reczey2-2/+3
svn path=/trunk/; revision=42484
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
proto_tree_add_item() calls. svn path=/trunk/; revision=42483
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
proto_tree_add_item() calls. (The field is a counted string, so the byte order is in theory relevant, although the count is, in this case, a single byte.) svn path=/trunk/; revision=42482
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-46/+46
proto_tree_add_item() calls. svn path=/trunk/; revision=42481
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+1
proto_tree_add_item() calls. Get rid of unnecessary include of <stdio.h>. svn path=/trunk/; revision=42480
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-4/+4
proto_tree_add_item() calls. svn path=/trunk/; revision=42479
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-8/+8
proto_tree_add_item() calls. svn path=/trunk/; revision=42478
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-2/+2
proto_tree_add_item() calls. svn path=/trunk/; revision=42477