aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-03-04if_filter isn't a string per se,The first byte of the Option Data keeps a ↵Anders Broman5-29/+83
code of the filter used svn path=/trunk/; revision=41339
2012-03-04From Martin Kaiser: DVB-CI authentication resource ↵Anders Broman1-0/+51
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6905 svn path=/trunk/; revision=41338
2012-03-04"From Jan Šafránek: Add support for AES in Microsoft Network Logon ↵Anders Broman1-4/+4
Negotiation options https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6895" svn path=/trunk/; revision=41337
2012-03-04[Automatic manuf, services and enterprise-numbers update for 2012-03-04]Gerald Combs3-10/+198
svn path=/trunk/; revision=41334
2012-03-04Make sure all names in NRB records are null-terminated; report an errorGuy Harris1-13/+138
if they're not. Also report an error for zero-length names. Handle multiple names per IP address - the pcap-NG spec says "one or more zero-terminated strings containing the DNS entries for that address." Use a Buffer to hold NRB records, so there's no maximum size (well, there is a maximum size, because the record length is 16 bits, but let's not allocate 64KiB on the stack if we don't have to). svn path=/trunk/; revision=41332
2012-03-03Change all hf[] FT_UINT? fields referencing 'avp_bool_vals' to be FT_BOOLEAN ↵Bill Meier1-63/+71
fields. #include <stdio.h> not req'd; Add editor modelines for "3 space" indentation. svn path=/trunk/; revision=41331
2012-03-03From Jose Pedro Oliveira: Fix typosAnders Broman2-13/+13
svn path=/trunk/; revision=41330
2012-03-03Use 'wireshark' icon from themeBalint Reczey1-0/+3
This makes Wireshark able to use SVG icon when it is installed svn path=/trunk/; revision=41329
2012-03-03Use wtap_dump_open_ng(), so we preserve all the interfaces in pcap-NGGuy Harris1-2/+7
files. svn path=/trunk/; revision=41328
2012-03-03Don't look at the interface_id field of the packet header ifGuy Harris1-1/+10
WTAP_HAS_INTERFACE_ID isn't set in the presence flags. svn path=/trunk/; revision=41327
2012-03-02Make SVG images useable as iconsBalint Reczey2-52/+72
svn path=/trunk/; revision=41326
2012-03-02Don't add an FT_BYTES with proto_tree_add_uint().Jeff Morriss1-9/+10
svn path=/trunk/; revision=41325
2012-03-02Fix a few bugs found by Clang analysis:Jeff Morriss1-6/+6
packet-ieee17221.c:3123:10: warning: Value stored to 'mr_offset' is never read - Put the offset increment inside the loop packet-ieee17221.c:2888:10: warning: Value stored to 'mr_subtree' is never read - Use the newly-created subtree (instead of the parent tree) packet-ieee17221.c:2692:13: warning: Value stored to 'next_tvb' is never read - Use next_tvb (instead of the main tvb which doesn't start at the correct offset) svn path=/trunk/; revision=41324
2012-03-02TypoAnders Broman1-1/+1
svn path=/trunk/; revision=41323
2012-03-02Use the expert system to show packet comments.Anders Broman7-42/+76
The packet comment widget should be replaced by a ListView with two columns, packet no and Comment. svn path=/trunk/; revision=41322
2012-03-02Update comment - now that we support adding comments to files, a captureGuy Harris1-1/+1
that we've saved to a particular path, or that we've read in, could still be unsaved if we add comments to it. svn path=/trunk/; revision=41321
2012-03-02Fix indentation.Guy Harris1-9/+9
svn path=/trunk/; revision=41320
2012-03-02Remove now unused variables.Anders Broman4-42/+38
svn path=/trunk/; revision=41319
2012-03-02Fix typo and add Modelines informationAlexis La Goutte1-1/+13
svn path=/trunk/; revision=41318
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+1
svn path=/trunk/; revision=41317
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
svn path=/trunk/; revision=41316
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=41315
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+8
svn path=/trunk/; revision=41314
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
svn path=/trunk/; revision=41313
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+3
svn path=/trunk/; revision=41312
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+1
svn path=/trunk/; revision=41311
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+3
svn path=/trunk/; revision=41310
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+3
svn path=/trunk/; revision=41309
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=41308
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+8
svn path=/trunk/; revision=41307
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=41306
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-22/+20
svn path=/trunk/; revision=41305
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=41304
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-25/+43
svn path=/trunk/; revision=41303
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-20/+20
svn path=/trunk/; revision=41302
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=41301
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-6/+0
svn path=/trunk/; revision=41300
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte3-8/+8
svn path=/trunk/; revision=41299
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte3-11/+9
svn path=/trunk/; revision=41298
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-2/+0
svn path=/trunk/; revision=41297
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-42/+34
svn path=/trunk/; revision=41296
2012-03-02From Francesco FondelliAlexis La Goutte1-34/+57
Fix indent (use 80 columns) in MPLS PM dissector svn path=/trunk/; revision=41295
2012-03-02Flag mp2t file as really having only relative time stamps. Put theGuy Harris2-1/+3
comment on its own line in mpeg.c as well. svn path=/trunk/; revision=41294
2012-03-02The additional_file_extensions member of struct file_type_info need notGuy Harris1-1/+1
and should not contain the extension in the default_file_extension member - that's why the name starts with "additional". svn path=/trunk/; revision=41293
2012-03-02Get rid of no-longer-needed argument to pcapng_write_section_header_block().Guy Harris1-25/+3
svn path=/trunk/; revision=41292
2012-03-02Skip an intermediating wtapng_block_t in the code path to writeGuy Harris1-78/+44
Interface Description Blocks. Fix a typo (if_fcslen was meant rather than opt_comment when writing the FCS length). svn path=/trunk/; revision=41291
2012-03-02Increase the size of the preallocated area for hf fields.Anders Broman1-2/+4
svn path=/trunk/; revision=41290
2012-03-02Simplify the code path for writing pcap-NG packets, and remove someGuy Harris1-87/+34
no-longer-needed elements from the wtapng_packet_t structure. svn path=/trunk/; revision=41289
2012-03-02From Weston Schmidt: Add mpeg-ts capture file format support. ↵Anders Broman6-2/+219
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6894 svn path=/trunk/; revision=41286
2012-03-02Fix proto_tree_add_item() 'encoding' args.Bill Meier1-649/+651
svn path=/trunk/; revision=41285