Commit Graph

37085 Commits

Author SHA1 Message Date
Gerald Combs 959135b215 Enable proxies in make-manuf and make-sminmpec.pl as well.
svn path=/trunk/; revision=38864
2011-09-02 16:07:36 +00:00
Gerald Combs 97186d78ba Enable the use of proxies.
svn path=/trunk/; revision=38863
2011-09-02 16:03:03 +00:00
Stig Bjørlykke 50be3577ab Support negative nsecs when viewing seconds with hours and minutes.
svn path=/trunk/; revision=38862
2011-09-02 11:46:33 +00:00
Guy Harris afeee11220 Quick hack to squelch compiler warnings. This code seriously
misunderstands what tcp_dissect_pdus() is all about, and, absent a spec
for the HDFS wire protocol:

	http://mail-archives.apache.org/mod_mbox/hadoop-hdfs-issues/201005.mbox/%3C1593830.7251272825300344.JavaMail.jira@thor%3E

there's not much I can do to handle it correctly.

svn path=/trunk/; revision=38861
2011-09-02 06:27:56 +00:00
Anders Broman 5683711191 From Allison:
HDFS dissector enhancement
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6293

svn path=/trunk/; revision=38860
2011-09-02 05:56:34 +00:00
Anders Broman ccf9a9cb52 Use ENC_BIG_ENDIAN
svn path=/trunk/; revision=38859
2011-09-02 05:52:10 +00:00
Anders Broman af65dc50ab From Eric Wustrow:
TLS Diffie-Hellman key exchange dissection support.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6277

svn path=/trunk/; revision=38858
2011-09-02 05:48:29 +00:00
Guy Harris 3cc9cabaa0 No libpcap, no capturing, no interfaces on which to capture.
svn path=/trunk/; revision=38857
2011-09-02 00:48:05 +00:00
Martin Mathieson 358fbd6f5d Add missing guard around access to interface_row.buffer.
svn path=/trunk/; revision=38849
2011-09-01 22:02:46 +00:00
Guy Harris ade0c47d95 No pcap_create(), no monitor-mode APIs, no monitor-mode support.
svn path=/trunk/; revision=38847
2011-09-01 21:09:55 +00:00
Michael Tüxen 6fb53f8d20 When double clicking on an interface in the main welcome menu opens the edit interfaces
dialog box.
This was suggested by stig.
The patch was obtained by Irene Ruengeler.

svn path=/trunk/; revision=38845
2011-09-01 20:43:47 +00:00
Guy Harris 6ac265b512 Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().
svn path=/trunk/; revision=38844
2011-09-01 19:58:25 +00:00
Anders Broman 11d2483312 Make it possible to add menus and menuitems from outside of main_menubar.c.
svn path=/trunk/; revision=38843
2011-09-01 15:35:09 +00:00
Bill Meier 663272e58e Fix a typo.
svn path=/trunk/; revision=38842
2011-09-01 14:30:42 +00:00
Jeff Morriss 5262c3f4b0 Update my email address (the old one still works but I don't use it for Wireshark related stuff).
svn path=/trunk/; revision=38841
2011-09-01 14:30:16 +00:00
Guy Harris e9fc1b72aa Use guint8 rather than guchar for raw octets and pointers to arrays of
same.

Add to wiretap/pcap-common.c a routine to fill in the pseudo-header for
ATM (by looking at the VPI, VCI, and packet data, and guessing) and
Ethernet (setting the FCS length appropriately).  Use it for both pcap
and pcap-ng files.

svn path=/trunk/; revision=38840
2011-09-01 09:43:10 +00:00
Anders Broman 10a3cb6e0f From Andrey Rouskol:
patch for Ericsson NAT logging netflow fields
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6297

svn path=/trunk/; revision=38839
2011-09-01 05:15:41 +00:00
Anders Broman f0ef9f4a1b From Lei Chen:
Upgrade 'Packet Cell Change Order', 'Packet Cell Change Notification' and
'Packet Measurement Order' to R10.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6300

svn path=/trunk/; revision=38838
2011-09-01 05:06:42 +00:00
Guy Harris 0f6a65193a At least according to the saved ancient press release at
http://www.omnitest.co.uk/cinco.html

it really was "NetXRay", not "NetXray".

svn path=/trunk/; revision=38836
2011-09-01 04:46:29 +00:00
Anders Broman b2633b05d8 From John Bradshaw:
Spelling fixes
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6296

svn path=/trunk/; revision=38834
2011-09-01 04:35:57 +00:00
Guy Harris f16a746c63 Set eth.fcs_len in the pseudo-header for Ethernet packets.
Set the pseudo-header when doing the sequential read as well as when
doing random reads.

When writing packets to a CommView file, use a slightly less contorted
way to get the year/month/day/hour/minute/second values.

commview_dump() uses the pseudo_header argument; don't mark it as
unused.

svn path=/trunk/; revision=38833
2011-09-01 04:14:54 +00:00
Guy Harris da2d6c8d77 If we're running from the build directory, check the WIRESHARK_SRC_DIR
environment variable, and, if it's set, use it rather than the build
directory as the data file directory.  This is to handle
out-of-source-tree builds.

svn path=/trunk/; revision=38832
2011-09-01 02:35:46 +00:00
Gerald Combs 187919723f Fix the format of the services file. The output from make-services.pl is
still uglier than a box of YouTube comments but transport name
resolution seems to work now. Fixes bug 6274.

svn path=/trunk/; revision=38829
2011-08-31 23:07:12 +00:00
Guy Harris 30ec5387fa Not ideal, but OK for now - alignbytes, at that point, is < 8, so we
know it'll fit in a gint16.  (alignbytes really shouldn't need to be 64
bits, as if we have 2^63-1 bytes of alignment, We Have A Problem; fixing
that may involve calculating it differently earlier in that routine.)

svn path=/trunk/; revision=38828
2011-08-31 22:22:40 +00:00
Stig Bjørlykke ff32408b0a Try using gint64 for alignbytes.
svn path=/trunk/; revision=38827
2011-08-31 21:16:18 +00:00
Stig Bjørlykke 141a830b9f From Andrew Kampjes via bug 6260:
Added support for saving ERF files.

From me:
Use crc routines from libwsutil.

svn path=/trunk/; revision=38826
2011-08-31 20:50:15 +00:00
Bill Meier 1acf9a4d24 Add svn:keywords & svn:eol-style properties
svn path=/trunk/; revision=38825
2011-08-31 17:02:54 +00:00
Bill Meier 63a3bfd210 Fix build (automake) error: WIRESHARK_CUSTOM_HEADERS is ng but WIRESHARK_CUSTOM_HDRS is OK ??
svn path=/trunk/; revision=38824
2011-08-31 16:34:14 +00:00
Anders Broman 649213f0c5 COPY as CSV to clipboard from RTP stream analysis only copies 1st line many times.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6279

svn path=/trunk/; revision=38823
2011-08-31 14:03:34 +00:00
Anders Broman da889b66ec gtk/Makefile_custom.common:8: blank line following trailing backslash
svn path=/trunk/; revision=38822
2011-08-31 13:59:39 +00:00
Anders Broman 007c788f05 Make it possible to add custom tap/GUI files
svn path=/trunk/; revision=38821
2011-08-31 13:44:43 +00:00
Martin Mathieson 1cf5a9ce5a Add another DL CRC error - Duplicate NonZero RV.
svn path=/trunk/; revision=38820
2011-08-31 12:39:59 +00:00
Stig Bjørlykke 1ced4079c5 Lookup in correct tables. Document functions.
svn path=/trunk/; revision=38819
2011-08-31 12:03:18 +00:00
Stig Bjørlykke 582a75cb97 Add the new functions; crc32c_table_lookup and crc32_ccitt_table_lookup.
svn path=/trunk/; revision=38818
2011-08-31 11:53:20 +00:00
Stig Bjørlykke 84b3c5da84 Make lookup functions for accessing crc32c_table and crc32_ccitt_table.
svn path=/trunk/; revision=38817
2011-08-31 11:47:27 +00:00
Anders Broman 5198e05412 Remove the obsolete files fom the installer
svn path=/trunk/; revision=38816
2011-08-31 10:25:57 +00:00
Stig Bjørlykke fb215b5fa5 Remove tree-view-ui.xml and bytes-view-ui.xml
svn path=/trunk/; revision=38815
2011-08-31 10:01:45 +00:00
Stig Bjørlykke 8b0361b62e Try declaring tables with WS_VAR_IMPORT.
svn path=/trunk/; revision=38814
2011-08-31 09:56:25 +00:00
Stig Bjørlykke cd5cb315d5 And fix distclean and maintainer-clean.
svn path=/trunk/; revision=38813
2011-08-31 09:27:25 +00:00
Stig Bjørlykke 464d135ef2 Add missing crc16_plain_update and crc_drm.
svn path=/trunk/; revision=38812
2011-08-31 09:22:40 +00:00
Stig Bjørlykke e1e7ec4b33 Fixed clean rule after crc move.
svn path=/trunk/; revision=38811
2011-08-31 09:11:16 +00:00
Stig Bjørlykke 5359494b1f Second try to move crc routines to libwsutil.
This time keep the tvb routines in epan.

Now we can use common crc routines outside epan.

svn path=/trunk/; revision=38810
2011-08-31 09:00:54 +00:00
Anders Broman 48221f4dfd Only load the menubar UI description from file.
Perhaps the treeview popup UI description should be loaded from file as well but currently I don't see the benefit.
Feel free to ad back that code :-)

The byte view UI description is so small so that's no use to load from file in my opinion.

svn path=/trunk/; revision=38809
2011-08-31 08:59:09 +00:00
Michael Tüxen 9deb732370 Improve the display of addresses in the Edit Interface Settings dialog
box.

Patch provided by Irene Ruengeler.

svn path=/trunk/; revision=38808
2011-08-30 21:46:17 +00:00
Anders Broman a0b2954bc7 From Lei Chen:
fix the wrong display of CSN_BIT under CSN_UNION.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6287

svn path=/trunk/; revision=38807
2011-08-30 18:34:19 +00:00
Gerald Combs b71a332fe8 crc directory restoration step 2 of 2: Make a copy of epan/crc@38799.
svn path=/trunk/; revision=38806
2011-08-30 16:39:38 +00:00
Gerald Combs 74974d25d0 crc directory restoration step 1 of 2: Delete the existing directory.
svn path=/trunk/; revision=38805
2011-08-30 16:37:32 +00:00
Anders Broman 04345b4bb8 How copy-paste can ruin your day;
Use the right ui manager with the right description file.
handle LUA not present.

svn path=/trunk/; revision=38804
2011-08-30 14:55:52 +00:00
Stig Bjørlykke 71f903b956 Revert r38800, as the crc routines contains some tvb functions.
svn path=/trunk/; revision=38803
2011-08-30 14:17:40 +00:00
Jörg Mayer ebb63d8a7f Get rid of the last crc stuff
svn path=/trunk/; revision=38802
2011-08-30 14:04:37 +00:00