aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add an item for Roofnet.Gerald Combs2008-03-041-0/+13
| | | | svn path=/trunk/; revision=24556
* Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2331 : Replace ↵Jeff Morriss2008-03-041-16/+15
| | | | | | match_strval() with val_to_str() returning "Unknown" if no match was found. This prevents us from passing a NULL pointer (which should replace a %s in the format string) which was causing g_vsnprintf() to core (at least on Solaris and, apparently, Windows). svn path=/trunk/; revision=24555
* From Sven Meier: update the PRP dissector to the newest version of the ↵Jeff Morriss2008-03-041-194/+251
| | | | | | standard. There is also now a Wiki page for this protocol: http://wiki.wireshark.org/PRP svn path=/trunk/; revision=24554
* Initialize ipv6_addr before we use it.Stig Bjørlykke2008-03-041-0/+1
| | | | svn path=/trunk/; revision=24553
* Ups, this free was not so smart...Stig Bjørlykke2008-03-041-1/+1
| | | | svn path=/trunk/; revision=24552
* Free allocated data.Stig Bjørlykke2008-03-041-1/+1
| | | | svn path=/trunk/; revision=24550
* Free compiled dfilter after usage.Stig Bjørlykke2008-03-041-1/+3
| | | | svn path=/trunk/; revision=24549
* Fix fields that are passed to proto_tree_add_uint64_format_value() to beGuy Harris2008-03-041-1655/+1655
| | | | | | | | | FT_UINT64 fields. Partially clean up indentation (it is *NOT* guaranteed that tabs will be set every 4 spaces!). svn path=/trunk/; revision=24548
* For the "cigi.3_2_los_ext_response" field, use the variable that wasGuy Harris2008-03-041-1/+1
| | | | | | intended for it. svn path=/trunk/; revision=24547
* Spoted by ChrisMaynard:Anders Broman2008-03-041-20/+20
| | | | | | Duplicated names. svn path=/trunk/; revision=24546
* From ChrisMaynard:Anders Broman2008-03-041-2/+2
| | | | | | | | | | packet-ptp.c(2183) : error C2220: warning treated as error - no object file generated packet-ptp.c(2183) : warning C4244: 'function' : conversion from '__int64 ' to 'double ', possible loss of data patch to correct the problem. svn path=/trunk/; revision=24545
* Make sure we initialize a TVB. Fixes bug 2329.Gerald Combs2008-03-034-13/+19
| | | | svn path=/trunk/; revision=24543
* Add section IDs.Gerald Combs2008-03-031-6/+6
| | | | svn path=/trunk/; revision=24542
* Add missing parts of the PCAP dissector.Gerald Combs2008-03-032-0/+14848
| | | | svn path=/trunk/; revision=24541
* Fix compilation under gcc.Gerald Combs2008-03-031-419/+419
| | | | svn path=/trunk/; revision=24540
* From Markus Seehofer :Anders Broman2008-03-031-135/+1954
| | | | | | Updated the PTP Packet Dissector to the current Draft Version IEEE1588v2.2 svn path=/trunk/; revision=24539
* Cite the source of frequency allocation information.Gerald Combs2008-03-032-4/+6
| | | | svn path=/trunk/; revision=24538
* From Alan McBride :Anders Broman2008-03-031-1/+4
| | | | | | BACnet handling of readPropertyMultiple request / response. svn path=/trunk/; revision=24537
* From Jason Seeliger:Anders Broman2008-03-031-27/+1245
| | | | | | Added support for CIGI 3.2 protocol to packet-cigi.c svn path=/trunk/; revision=24536
* From Kai Blin: Anders Broman2008-03-031-637/+405
| | | | | | Properly dissect all DirectPlay messages observed on the wire so far. svn path=/trunk/; revision=24535
* Include the "UTRAN Iupc interface Positioning Calculation Application Part ↵Anders Broman2008-03-034-1/+11
| | | | | | (PCAP)" dissector. svn path=/trunk/; revision=24534
* Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2257Jörg Mayer2008-03-031-1/+1
| | | | svn path=/trunk/; revision=24533
* Convert strcpy() calls to g_strlcpy()Stephen Fisher2008-03-021-47/+66
| | | | svn path=/trunk/; revision=24532
* Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke2008-03-023-6/+7
| | | | svn path=/trunk/; revision=24531
* Added missing array for hf_jxta_element2_encodingid.Stig Bjørlykke2008-03-021-0/+4
| | | | svn path=/trunk/; revision=24530
* Added missing array for hf_h248_pkg_bcg_sig_bcr.Stig Bjørlykke2008-03-021-0/+4
| | | | svn path=/trunk/; revision=24529
* Added missing array for hf_h248_pkg_annexc_encrypt_key,Stig Bjørlykke2008-03-021-1/+17
| | | | | | | hf_h248_pkg_annexc_flowconttx, hf_h248_pkg_annexc_dialingn and hf_h248_pkg_annexc_sdp_i. svn path=/trunk/; revision=24528
* Added missing array for hf_printer_priority, hf_printer_default_priority,Stig Bjørlykke2008-03-021-0/+16
| | | | | | hf_printer_averageppm and hf_printer_jobs. svn path=/trunk/; revision=24527
* "Read 1 potential packet, wrote 1 packet": use packet or packets as appropriateBill Meier2008-03-011-2/+3
| | | | svn path=/trunk/; revision=24526
* Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke2008-03-0144-295/+289
| | | | svn path=/trunk/; revision=24525
* From Steve via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2278 : ↵Jeff Morriss2008-03-011-9/+9
| | | | | | decoding of SSCOP ERAK was incorrect. svn path=/trunk/; revision=24524
* Initialize asn1_ctx before using it. Fixes ↵Jeff Morriss2008-03-011-11/+12
| | | | | | http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2317 svn path=/trunk/; revision=24523
* Rewrote to use g_strlcat and g_strlcpy.Stig Bjørlykke2008-03-011-67/+68
| | | | svn path=/trunk/; revision=24522
* Rewrote to use g_strlcat and g_strlcpy.Stig Bjørlykke2008-03-011-20/+13
| | | | svn path=/trunk/; revision=24521
* Create proper dependancies for plugin.cJaap Keuter2008-03-0124-24/+48
| | | | svn path=/trunk/; revision=24520
* Reindent libwireshark's LIBADD and DEPENDENCIES for readabilityJeff Morriss2008-03-011-2/+14
| | | | svn path=/trunk/; revision=24519
* All our programs link against glib so don't there's no need to link our ↵Jeff Morriss2008-03-012-5/+5
| | | | | | libraries against it too. This should allow us to build Wireshark (with dynamic libs) with static glib (read: it should fix the OS X buildbot building with glib-1.2). svn path=/trunk/; revision=24518
* Add strncpy and strncat to the list of prohibited APIs.Stig Bjørlykke2008-03-011-0/+2
| | | | svn path=/trunk/; revision=24517
* Added missing array for hf_snmp_big_counter_value.Stig Bjørlykke2008-03-012-2/+4
| | | | svn path=/trunk/; revision=24516
* Added missing array for hf_alcap_pssiae_max_len and hf_alcap_ssiae_max_len.Stig Bjørlykke2008-03-011-0/+2
| | | | svn path=/trunk/; revision=24515
* Added missing array for hf_afs_fs_ipaddr.Stig Bjørlykke2008-03-011-0/+2
| | | | svn path=/trunk/; revision=24514
* Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen2008-03-0113-0/+13
| | | | svn path=/trunk/; revision=24513
* Include strutil.h to find g_strlcpy and g_strlcat in gtk-1.2 builds.Michael Tüxen2008-03-011-0/+1
| | | | svn path=/trunk/; revision=24512
* Custom column updates:Stephen Fisher2008-03-0110-145/+156
| | | | | | | | | | | | | | | - Change apply / prepare / ... as filter to use the field's value, which is now stored in fdata as well as cinfo. Now we don't have to reprocess the entire packet list when using these features. This also prevents the use of these features from overwriting custom column information. (custom columns can now be used in apply / prepare ... as filter) - Break col_expr and col_expr_val out into a struct that is included not only in cinfo, but now also fdata. - Have col_custom_set_fstr() quote FT_STRING & FT_STRINGZ when storing the col_expr_val value (for filter creation). svn path=/trunk/; revision=24511
* Include strutil.h so we find g_strlcat() in gtk-1.2 buildsJeff Morriss2008-03-011-0/+1
| | | | svn path=/trunk/; revision=24510
* Don't link the plugins against glib: they already link against libwireshark ↵Jeff Morriss2008-02-291-1/+1
| | | | | | which is linked against glib. Hopefully this will fix the OS-X buildbot when building with glib-1 without breaking anything else. svn path=/trunk/; revision=24509
* Save correct gui.time_format for "seconds since previous displayed packet"Stig Bjørlykke2008-02-291-2/+2
| | | | | | | | and "seconds since epoch". This fixes bug 2315. svn path=/trunk/; revision=24508
* Fix for handling dumpcap errmsgs when wireshark does 'dumpcap -D -M', etc Bill Meier2008-02-292-15/+55
| | | | svn path=/trunk/; revision=24507
* Update datestamp on documentsJaap Keuter2008-02-292-4/+4
| | | | svn path=/trunk/; revision=24506
* Error code 0x89a9 updated error message to be:Greg Morris2008-02-292-3/+5
| | | | | | | | | | "Invalid Path With Junction Present" Fix get extended volume info to register correct name with NDS EID value. (added data type of 20 to extract string value) Fix expert data for file handles to report file handle in expert data. (Added data type of 22 to extract bytes value) svn path=/trunk/; revision=24505