aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-03Remove unused code.Stig Bjørlykke1-9/+2
2011-09-03Check return value from wtap_dump_file_write.Stig Bjørlykke1-1/+2
2011-09-03Fetch svn revision using git-svn also when building out-of-tree.Stig Bjørlykke1-1/+1
2011-09-02Update some comments, including a new URL, and add an additionalGuy Harris1-5/+9
2011-09-02Use NULL in pace of a few "blurbs" which are redundant; Enhance a few blurbs.Bill Meier1-20/+20
2011-09-02Get rid of trailing space in blurbs.Guy Harris1-3/+3
2011-09-02Add a link to protocol specification.Bill Meier1-0/+2
2011-09-02Increase MAX_BITMAP_SIZE from 200 to 256.Bill Meier1-1/+1
2011-09-02Enable proxies in make-manuf and make-sminmpec.pl as well.Gerald Combs2-0/+2
2011-09-02Enable the use of proxies.Gerald Combs1-0/+1
2011-09-02Support negative nsecs when viewing seconds with hours and minutes.Stig Bjørlykke1-15/+20
2011-09-02Quick hack to squelch compiler warnings. This code seriouslyGuy Harris1-1/+1
2011-09-02From Allison:Anders Broman1-269/+895
2011-09-02Use ENC_BIG_ENDIANAnders Broman1-65/+65
2011-09-02From Eric Wustrow:Anders Broman1-7/+197
2011-09-02No libpcap, no capturing, no interfaces on which to capture.Guy Harris1-1/+2
2011-09-01Add missing guard around access to interface_row.buffer.Martin Mathieson1-1/+3
2011-09-01No pcap_create(), no monitor-mode APIs, no monitor-mode support.Guy Harris1-0/+2
2011-09-01When double clicking on an interface in the main welcome menu opens the edit ...Michael Tüxen4-172/+231
2011-09-01Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().Guy Harris4-44/+20
2011-09-01Make it possible to add menus and menuitems from outside of main_menubar.c.Anders Broman2-0/+31
2011-09-01Fix a typo.Bill Meier1-1/+1
2011-09-01Update my email address (the old one still works but I don't use it for Wires...Jeff Morriss8-27/+27
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris36-215/+230
2011-09-01From Andrey Rouskol:Anders Broman1-1/+97
2011-09-01From Lei Chen:Anders Broman2-26/+996
2011-09-01At least according to the saved ancient press release atGuy Harris1-1/+1
2011-09-01From John Bradshaw:Anders Broman13-58/+58
2011-09-01Set eth.fcs_len in the pseudo-header for Ethernet packets.Guy Harris1-30/+39
2011-09-01If we're running from the build directory, check the WIRESHARK_SRC_DIRGuy Harris1-1/+25
2011-08-31Fix the format of the services file. The output from make-services.pl isGerald Combs2-20699/+20728
2011-08-31Not ideal, but OK for now - alignbytes, at that point, is < 8, so weGuy Harris1-3/+2
2011-08-31Try using gint64 for alignbytes.Stig Bjørlykke1-1/+1
2011-08-31From Andrew Kampjes via bug 6260:Stig Bjørlykke4-3/+218
2011-08-31Add svn:keywords & svn:eol-style propertiesBill Meier1-13/+13
2011-08-31Fix build (automake) error: WIRESHARK_CUSTOM_HEADERS is ng but WIRESHARK_CUST...Bill Meier2-2/+2
2011-08-31COPY as CSV to clipboard from RTP stream analysis only copies 1st line many t...Anders Broman1-0/+1
2011-08-31gtk/Makefile_custom.common:8: blank line following trailing backslashAnders Broman1-3/+3
2011-08-31Make it possible to add custom tap/GUI filesAnders Broman3-4/+24
2011-08-31Add another DL CRC error - Duplicate NonZero RV.Martin Mathieson2-4/+20
2011-08-31Lookup in correct tables. Document functions.Stig Bjørlykke2-3/+8
2011-08-31Add the new functions; crc32c_table_lookup and crc32_ccitt_table_lookup.Stig Bjørlykke1-0/+2
2011-08-31Make lookup functions for accessing crc32c_table and crc32_ccitt_table.Stig Bjørlykke4-9/+17
2011-08-31Remove the obsolete files fom the installerAnders Broman1-2/+0
2011-08-31Remove tree-view-ui.xml and bytes-view-ui.xmlStig Bjørlykke1-3/+1
2011-08-31Try declaring tables with WS_VAR_IMPORT.Stig Bjørlykke1-2/+2
2011-08-31And fix distclean and maintainer-clean.Stig Bjørlykke1-2/+2
2011-08-31Add missing crc16_plain_update and crc_drm.Stig Bjørlykke1-0/+6
2011-08-31Fixed clean rule after crc move.Stig Bjørlykke1-1/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke60-425/+493