aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-01-04Minor: update 'Conversation' intro to include find_or_create_conversationBill Meier1-4/+4
svn path=/trunk/; revision=54595
2014-01-04(Trivial) explicitely --> explicitlyBill Meier6-11/+11
svn path=/trunk/; revision=54594
2014-01-04Omit assignment for not used types.Anders Broman3-92/+57
svn path=/trunk/; revision=54593
2014-01-04Omit assignment for not used types.Anders Broman2-171/+61
svn path=/trunk/; revision=54592
2014-01-04Omit assignment for not used types.Anders Broman2-86/+52
svn path=/trunk/; revision=54591
2014-01-04Remove unused function and variable.Anders Broman3-71/+46
svn path=/trunk/; revision=54590
2014-01-04Omit assignment for not used types.Anders Broman2-110/+27
svn path=/trunk/; revision=54589
2014-01-04Omit assignment for not used types.Anders Broman2-66/+51
svn path=/trunk/; revision=54588
2014-01-04Omit assignment for not used types.Anders Broman2-572/+273
svn path=/trunk/; revision=54587
2014-01-04Add the rest of the NOKIA extensions.Anders Broman3-1372/+1532
svn path=/trunk/; revision=54586
2014-01-04Add tooltips for the total number of streams.Gerald Combs3-8/+21
svn path=/trunk/; revision=54585
2014-01-04Add a note and commented-out definitions for Win flex-bison.Gerald Combs1-2/+7
Alex Zhondin was kind enough to create a Chocolatey package for Win flex-bison. Unfortunately a bug in Chocolatey's shell wrapper generator keeps us from using it for the time being. svn path=/trunk/; revision=54584
2014-01-03Add partial dissection of IEC104 M_IT_TB_1.Evan Huus1-0/+17
For https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9596 Also add modelines. svn path=/trunk/; revision=54583
2014-01-03For -h option: output to stdout and exit(0) as per convention;Bill Meier1-45/+54
Do some whitespace changes; Change editor-modelines tab-width & etc to 8. svn path=/trunk/; revision=54582
2014-01-03For '-h' option: exit(0) as per convention;Bill Meier1-76/+75
No need to build a constant string on the stack at runtime; Fix a typo; Do some whitespace changes; Change tab-width & etc to 8 in editor modelines. svn path=/trunk/; revision=54581
2014-01-03Add a few more of the NOKIA extensions.Anders Broman3-75/+921
svn path=/trunk/; revision=54580
2014-01-03EIA2 is now functionalPascal Quantin1-8/+18
svn path=/trunk/; revision=54579
2014-01-03Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=54578
2014-01-03Update NEWS and Release noteAlexis La Goutte3-10/+8
Revert part of last commit about AUTHORS-SHORT in Windows.... svn path=/trunk/; revision=54577
2014-01-03Update with the removal of the ASN1 plugin and the GNM dissector.Anders Broman1-0/+5
svn path=/trunk/; revision=54576
2014-01-03Make sure we have a dissector table before calling dissector_try_uint_new. FixesEvan Huus1-1/+2
a null-ptr deref found while fuzzing. svn path=/trunk/; revision=54574
2014-01-03Check flags that might be supported by both C and C++ stillJörg Mayer1-1/+12
separately. svn path=/trunk/; revision=54573
2014-01-03As discussed on wireshark-dev: follow autotools to useJörg Mayer1-1/+3
-Wshorten-64-to-32 for c only svn path=/trunk/; revision=54572
2014-01-02Don't try to build asn1/asn1/Makefile either (see r54561).Jeff Morriss1-1/+0
svn path=/trunk/; revision=54571
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris54-161/+101
wtap_seek_read(). svn path=/trunk/; revision=54570
2014-01-02It is AUTHORS-SHORT.txt in WindowsAlexis La Goutte2-18/+24
Kept comment about dev release (and change logo) Use the some order like Wireshark GTK (Authors before Folders) svn path=/trunk/; revision=54569
2014-01-02Don't use the length argument to the seek-read routine; no otherGuy Harris1-11/+3
seek-read routine does that. Pass the length we just filled in to buffer_assure_space() in the seek-read routine, and use that in the memcpy() as well. svn path=/trunk/; revision=54568
2014-01-02Don't try to build asn1/gnm/Makefile (see r54561).Jeff Morriss1-1/+0
svn path=/trunk/; revision=54567
2014-01-02Don't try to distribute asn1.dll since we no longer build it.Jeff Morriss1-1/+0
svn path=/trunk/; revision=54566
2014-01-02Don't pass the wtap * to a routine if it's not needed.Guy Harris1-22/+17
svn path=/trunk/; revision=54565
2014-01-02Fill in the struct wtap_pkthdr in the seek-read routine.Guy Harris1-41/+56
svn path=/trunk/; revision=54564
2014-01-02Fix wireshark-qt startup coredump under autofoo and Windows: make cmake'sJeff Morriss2-11/+5
VERSION_* macros integers instead of numbers (and treat them as such in ui/qt/about_dialog.cpp). svn path=/trunk/; revision=54563
2014-01-02Set SVN properties.Jeff Morriss0-0/+0
svn path=/trunk/; revision=54562
2014-01-02Disabling building of the gnm dissector, I don't tink it was ever used.Anders Broman4-5/+0
svn path=/trunk/; revision=54561
2014-01-02Actually enable building filetap library.Jörg Mayer2-8/+11
NEWS changed svn path=/trunk/; revision=54560
2014-01-02Stop building and distributing the asn1 plugin. I bleleve it to be obsolete.Anders Broman5-5/+0
svn path=/trunk/; revision=54559
2014-01-02Fix [-Wmissing-prototypes]Anders Broman13-0/+32
svn path=/trunk/; revision=54558
2014-01-02Add About window for Wireshark QtAlexis La Goutte11-6/+686
svn path=/trunk/; revision=54557
2014-01-02Fix icon in top of Wireshark Qt main windowAlexis La Goutte1-14/+5
svn path=/trunk/; revision=54556
2014-01-02For getopt() arg processing:Bill Meier1-95/+100
- Use exit(0) for -h option as per convention; For g_option...() arg processing (when USE_GOPTION is set): - Fix bug: 'capinfos x' doesn't print any info about x; (bug introduced in SVN #48481); - Use stderr for error messages related to cmd-line arg parsing; svn path=/trunk/; revision=54555
2014-01-02rename filetap/file_wrappers.[hc] -> filetap/ft_file_wrappers.[hc]Jörg Mayer6-8/+8
to avoid colliding include file names with wiretap/file_wrappers.h svn path=/trunk/; revision=54554
2014-01-02Fix indent always use tabAlexis La Goutte1-215/+215
svn path=/trunk/; revision=54553
2014-01-02Fix [-Wmissing-prototypes]Anders Broman26-3/+84
svn path=/trunk/; revision=54552
2014-01-02Have a routine that reads and processes the record header, and use it inGuy Harris1-74/+58
both the read and seek-read routines. Use the packet length read from the packet header when reading packets randomly. svn path=/trunk/; revision=54549
2014-01-02Process the packet header and data in common code, shared by the readGuy Harris1-297/+246
and seek-read routines. svn path=/trunk/; revision=54548
2014-01-02Read the packet header in the seek-read routines as well as the readGuy Harris1-18/+82
routines. svn path=/trunk/; revision=54547
2014-01-01If the uncompression buffers are empty, they have no data; set the countGuy Harris1-0/+4
of bytes in them to 0, as there's no data in them, and set the offset in that buffer of the stream's current position, to 0, as we're currently at the beginning of the file in both streams. This fixes some tricky-to-reproduce errors (which show up only if the ngsniffer_t structure is allocated from data that's been allocated, written to in those variables, and freed). #BACKPORT 1.8, 1.10 svn path=/trunk/; revision=54544
2014-01-01Back out r54523 - more work is needed on it, and some testing found anGuy Harris1-12/+4
unrelated uninitialized-data bug that I want to fix in the next commit, and then backport. svn path=/trunk/; revision=54543
2014-01-01Add svn:keywords propertyBill Meier0-0/+0
svn path=/trunk/; revision=54542
2014-01-01Remove incorrect property 'svn:keyword'Bill Meier0-0/+0
svn path=/trunk/; revision=54541