aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed an unneeded cast.Stig Bjørlykke2009-10-271-1/+1
| | | | svn path=/trunk/; revision=30728
* From Francesco Fondelli:Anders Broman2009-10-275-679/+799
| | | | | | | | | | | | RSVP extensions for G.709 Optical Transport Networks Control, RFC 4328 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4148 With some changes from me: -(readme.developer:" Furthermore, 'display' field must be ORed with 'BASE_RANGE_STRING' (e.g. BASE_DEC|BASE_RANGE_STRING)." - Prefix headerfields with hf_ - Remove check_col svn path=/trunk/; revision=30727
* From Herbert Lischka:Anders Broman2009-10-271-3/+3
| | | | | | | | Minor changes to dissector packet-bacapp.c to solve some strange views to ReadPropertyMultiple-Acknowledge frames. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4161 svn path=/trunk/; revision=30726
* From Jakub Zawadzki:Anders Broman2009-10-271-1/+10
| | | | | | Don't duplicate empty string in col_text svn path=/trunk/; revision=30725
* Build 1.3.1.Gerald Combs2009-10-272-5/+11
| | | | svn path=/trunk/; revision=30724
* Reflect the current status of Windows pipes.Gerald Combs2009-10-271-4/+2
| | | | svn path=/trunk/; revision=30723
* Note in comments that the dct2000_file_externals_t structure is used forGuy Harris2009-10-261-6/+13
| | | | | | | | | more than just dumping, indicate what stuff is used for dumping, and note that it probably shouldn't be used for that (one should not have to have a Catapult 2000 input file in order to write a Catapult 2000 output file). svn path=/trunk/; revision=30719
* Update URL for LANalyzer file format.Guy Harris2009-10-261-1/+1
| | | | svn path=/trunk/; revision=30717
* Add a preference to control whether or not comment strings are scanned for ↵Martin Mathieson2009-10-261-2/+13
| | | | | | oob LTE MAC messages. Scanning them is probably quite slow. svn path=/trunk/; revision=30713
* Change a filter string for consistency.Martin Mathieson2009-10-261-1/+1
| | | | svn path=/trunk/; revision=30712
* Add support for displaying/filtering some LTE MAC out-of-band events.Martin Mathieson2009-10-263-1/+193
| | | | svn path=/trunk/; revision=30711
* RelocationRequired incorrectly dissected.Anders Broman2009-10-262-7/+9
| | | | svn path=/trunk/; revision=30710
* Try to fix win64 buildbot. Both fgets() and gzgets() take an int for the ↵Martin Mathieson2009-10-261-1/+1
| | | | | | length. svn path=/trunk/; revision=30709
* Get rid of capture.catapult_dct2000, move start time of capture into ↵Martin Mathieson2009-10-262-40/+31
| | | | | | | | file_externals instead. Thanks Guy for helping to simplify this file! svn path=/trunk/; revision=30708
* Global variables considered harmful - we don't want to rule out twoGuy Harris2009-10-261-98/+101
| | | | | | | | | | | threads reading from two different wtap_t's in different threads. file_externals_table considered unnecessary - a wtap_t has a member specifically intended to point to private data. Clean up indentation. svn path=/trunk/; revision=30707
* The stats_tree plugin deserves a version number other than "0.0".Stig Bjørlykke2009-10-261-1/+1
| | | | svn path=/trunk/; revision=30706
* Try to parse unparsed token in accordance with fieldtype of all fileds with ↵Tomas Kukosa2009-10-261-5/+16
| | | | | | the same name. svn path=/trunk/; revision=30705
* Formatting changes only.Martin Mathieson2009-10-261-240/+135
| | | | svn path=/trunk/; revision=30704
* From Jochen Bartl:Jaap Keuter2009-10-261-2/+12
| | | | | | | | This patch fixes the display filter for the prefix length of IPv6 external route updates and the length calculation of the destination address in IPv6 route updates. svn path=/trunk/; revision=30703
* From Jakub Zawadzki:Anders Broman2009-10-261-48/+21
| | | | | | Fix memleaks while creating kademlia hash. svn path=/trunk/; revision=30702
* Fix:Anders Broman2009-10-261-4/+4
| | | | | | Error: Found prohibited APIs in catapult_dct2000.c: sprintf,strcpy svn path=/trunk/; revision=30701
* Add support for showing/filtering/resaving logged LTE strings.Martin Mathieson2009-10-262-158/+256
| | | | svn path=/trunk/; revision=30700
* Label a short BSR as "short"Martin Mathieson2009-10-251-19/+19
| | | | svn path=/trunk/; revision=30699
* From Jim Young via bug 4162:Gerald Combs2009-10-251-0/+10
| | | | | | | | | | This patch limits the number of fractional digits used to calculate the fractional component of editcap's -t and -w options. Specifically this patch truncates the fractional component (if any) of the -t and -w options to 6 and 9 respectively. svn path=/trunk/; revision=30698
* Decode DSL Forum TR-101 PPPoE tags.Balint Reczey2009-10-251-5/+332
| | | | | | This fixes bug 3113. svn path=/trunk/; revision=30697
* More fixes from John T. Haller via bug 4158, with some cleanups from me.Gerald Combs2009-10-252-3/+4
| | | | svn path=/trunk/; revision=30696
* Option 2 (Time Offset) is signed.Gerald Combs2009-10-251-13/+26
| | | | svn path=/trunk/; revision=30695
* [Automatic manuf and enterprise-numbers update for 2009-10-25]Gerald Combs2009-10-252-21/+198
| | | | svn path=/trunk/; revision=30692
* From Jakub Zawadzki:Anders Broman2009-10-2549-388/+183
| | | | | | | Cleanup dissector code - use proper memory functions. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4164 svn path=/trunk/; revision=30691
* From Marton Nemeth via bug 4163:Stig Bjørlykke2009-10-251-5/+11
| | | | | | Add support for input URBs. svn path=/trunk/; revision=30690
* Remove an obsolete commentJörg Mayer2009-10-251-1/+0
| | | | svn path=/trunk/; revision=30689
* From Gerasimos Dimitriadis:Anders Broman2009-10-251-6/+0
| | | | | | | DTAP: MAP component of indefinite length within Facility IE https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4157 svn path=/trunk/; revision=30688
* Use pango 1.26Anders Broman2009-10-253-10/+10
| | | | svn path=/trunk/; revision=30687
* No point passing a global pointer as a function argument.Stig Bjørlykke2009-10-241-18/+18
| | | | | | Made check_ndmp_rm() and check_ndmp_hdr() static. svn path=/trunk/; revision=30686
* From Jakub Zawadzki via bug 3764:Stig Bjørlykke2009-10-241-3/+3
| | | | | | Don't call strcmp() when pointers are the same. svn path=/trunk/; revision=30685
* From Robert Simac via bug 3470:Stig Bjørlykke2009-10-242-0/+126
| | | | | | | | | | | Add the missing ndmp v4 messages, namely the: NDMP_CONFIG_GET_EXT_LIST NDMP_CONFIG_SET_EXT_LIST This may serve as the 1st step into actual extensions (Snapvault etc) dissector implementation. svn path=/trunk/; revision=30684
* Load lua scripts from subdirectories in the plugins folders.Stig Bjørlykke2009-10-241-21/+20
| | | | svn path=/trunk/; revision=30683
* From Mithun Roy:Jaap Keuter2009-10-242-104/+337
| | | | | | | | | | | | | | | | | | | | | | The primary header in bundle protocol contains some offset values(destination scheme offset, destination ssp offset, source scheme offset, source ssp offset, etc). These are the offsets within the dictionary if the length of the dictionary length is greater than 0. But if the dictionary length is 0, then these offset refer to node number and service number respectively(according to compressed bundle header encoding). For example if destination scheme offset is 2 and the destination ssp offset is 1, then the destination EID(<node_number>.<service_number>) is 2.1. Currently the dtn dissector will consider these offsets to be actual offsets in the dictionary even if the dictionary length is 0. So the values for the EID's(destination, source, report, custodian) and their schemes are junk values. For example if the destination scheme offset is 2 and the destination ssp offset is 1 and the dictionary length is 0(which means the dictionary is empty), then the destination scheme is 2 bytes after the beginning of the metadata block(field after dictionary) and destination is 1 byte after the beginning of the metadata block. svn path=/trunk/; revision=30682
* Add updates from bug 4158.Gerald Combs2009-10-233-3/+12
| | | | svn path=/trunk/; revision=30681
* Add a comment about using memcpy for scrubbing.Gerald Combs2009-10-231-0/+5
| | | | svn path=/trunk/; revision=30680
* Added init_wslua.hStig Bjørlykke2009-10-231-0/+1
| | | | svn path=/trunk/; revision=30676
* Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke2009-10-2310-35/+179
| | | | | | List loaded lua scripts in Help->About->Plugins. svn path=/trunk/; revision=30675
* Fix building debian-package target, broken by r28784.Jaap Keuter2009-10-234-10/+10
| | | | svn path=/trunk/; revision=30674
* dissect_udp_bundle(): check if dissect_payload_header() orJeff Morriss2009-10-231-7/+11
| | | | | | | | | | | | display_metadata_block() return 0 (meaning they failed to decode something and the offset was not incremented) rather than checking if the resulting offset is 0. This fixes the infinite loop reported in: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4156 svn path=/trunk/; revision=30672
* Forgot to remove IA5_7BIT_decode(unsigned char * dest, const unsigned char* ↵Anders Broman2009-10-231-3/+0
| | | | | | src, int len); svn path=/trunk/; revision=30671
* From Gerasimos Dimitriadis:Anders Broman2009-10-233-7/+89
| | | | | | | | DTAP: Decoding of subaddress information. sligtly modified. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4150 svn path=/trunk/; revision=30670
* Move IA5_7BIT_decode to strutil.cAnders Broman2009-10-233-49/+58
| | | | svn path=/trunk/; revision=30669
* Make the new packet list the default on Win64.Gerald Combs2009-10-231-1/+1
| | | | svn path=/trunk/; revision=30668
* From Lars Ruoff:Jaap Keuter2009-10-221-0/+7
| | | | | | | | Do not make dialog windows transient to the Wireshark top level window on WIN32, since this causes some strange behaviour on Windows. See http://www.wireshark.org/lists/wireshark-dev/200909/msg00184.html svn path=/trunk/; revision=30667
* Expert error if (non-padded) PDU is shorter than reported.Martin Mathieson2009-10-221-4/+15
| | | | svn path=/trunk/; revision=30666