Commit Graph

37207 Commits

Author SHA1 Message Date
Stig Bjørlykke ad6be9beb8 Whitespace cleanup.
svn path=/trunk/; revision=38893
2011-09-06 09:09:36 +00:00
Stig Bjørlykke d6daef25bb Rename Jabber -> XMPP
svn path=/trunk/; revision=38892
2011-09-06 07:25:37 +00:00
Anders Broman 231165c16c Rename Jabber -> XMPP
..and the makefile...
Ref http://xmpp.org/

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

svn path=/trunk/; revision=38891
2011-09-06 05:56:17 +00:00
Anders Broman e738b556d7 Rename Jabber -> XMPP
Ref http://xmpp.org/

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

svn path=/trunk/; revision=38890
2011-09-06 05:47:57 +00:00
Gerald Combs 34035d0f86 [Automatic manuf, services and enterprise-numbers update for 2011-09-05]
svn path=/trunk/; revision=38887
2011-09-05 20:22:47 +00:00
Stig Bjørlykke c8a187390d From Pascal Quantin via bug 1723:
Make ASCII text dump identification optional.

svn path=/trunk/; revision=38886
2011-09-05 20:03:03 +00:00
Guy Harris bd82608737 g_slist_free_full() didn't appear until GLib 2.28.
svn path=/trunk/; revision=38885
2011-09-05 19:39:34 +00:00
Stig Bjørlykke f27f459195 Change malloc -> g_malloc and free -> g_free.
svn path=/trunk/; revision=38884
2011-09-05 19:12:31 +00:00
Stig Bjørlykke 9fb5d05d21 From Kurnia Hendrawan via bug 2931:
Added an option to save "decode as" entries.

svn path=/trunk/; revision=38883
2011-09-05 19:05:14 +00:00
Anders Broman bceafeaeda Try to fix the buildbot.
svn path=/trunk/; revision=38882
2011-09-05 13:48:54 +00:00
Anders Broman 377bfd19a0 List heuristic tables in Internals->Disscetor tables menu.
svn path=/trunk/; revision=38881
2011-09-05 13:04:23 +00:00
Alexis La Goutte 8947dcb655 Update insert flags
KeepGoing -> ContinueOnError

svn path=/trunk/; revision=38880
2011-09-04 20:01:48 +00:00
Alexis La Goutte efe7b91dec Reorder 802.11 Tag ID
svn path=/trunk/; revision=38879
2011-09-04 19:55:56 +00:00
Alexis La Goutte 810cc7696b From Daniel Smith via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6264
Wireshark improperly parsing 802.11 Beacon Country Information tag

From me:
Fix this issue (miss the optionnal Pad field for Country Tag)

svn path=/trunk/; revision=38878
2011-09-04 19:16:20 +00:00
Stig Bjørlykke f688ab434c Remove unused code.
This fixes CID 1273 & 1274.

svn path=/trunk/; revision=38877
2011-09-03 21:22:42 +00:00
Stig Bjørlykke 415533faaf Check return value from wtap_dump_file_write.
This fixes CID 1272.

svn path=/trunk/; revision=38876
2011-09-03 20:47:58 +00:00
Stig Bjørlykke 603d7b9cf1 Fetch svn revision using git-svn also when building out-of-tree.
svn path=/trunk/; revision=38875
2011-09-03 14:21:07 +00:00
Guy Harris 12074249cb Update some comments, including a new URL, and add an additional
comment.

svn path=/trunk/; revision=38874
2011-09-02 23:20:27 +00:00
Bill Meier d94e18e4b3 Use NULL in pace of a few "blurbs" which are redundant; Enhance a few blurbs.
svn path=/trunk/; revision=38868
2011-09-02 19:04:39 +00:00
Guy Harris be0468fec3 Get rid of trailing space in blurbs.
svn path=/trunk/; revision=38867
2011-09-02 18:33:02 +00:00
Bill Meier b3f9a6b789 Add a link to protocol specification.
svn path=/trunk/; revision=38866
2011-09-02 18:29:50 +00:00
Bill Meier 376592a04a Increase MAX_BITMAP_SIZE from 200 to 256.
See: Bug 6276: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6276

Verified in the Spec:

The Real-time Publish-Subscribe Wire Protocol
DDS Interoperability Wire Protocol
Specification
Version 2.1


svn path=/trunk/; revision=38865
2011-09-02 18:00:10 +00:00
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