aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2010-08-26Fix doxygen errors.Anders Broman2-9/+13
svn path=/trunk/; revision=33938
2010-08-26Show a text string of the Windows version (if Windows 2000 or higher.)Stephen Fisher1-0/+41
svn path=/trunk/; revision=33936
2010-08-26Fix a number of doxygen directives.Anders Broman4-9/+11
svn path=/trunk/; revision=33930
2010-08-26From Juha Siltanen via bug 5144:Stig Bjørlykke1-12/+277
Added support for payload dissecting. svn path=/trunk/; revision=33928
2010-08-26- Try to fix a couple of doxygen comments. Anders Broman1-2/+2
- whitspace changes. svn path=/trunk/; revision=33926
2010-08-25Add ws_load_library and ws_module_open, which respectively callGerald Combs2-1/+2
LoadLibrary and g_module_open only for the program directory and system directory on Windows. Use them to replace a bunch of LoadLibrary and g_module_open calls. Use the extension ".dll" for all the DLLs that we load. Add comments about DLL loading in Python. svn path=/trunk/; revision=33924
2010-08-25Fix wrong length of CSeq Method parameter Tomas Kukosa1-2/+2
svn path=/trunk/; revision=33920
2010-08-25Let DCT2000 tree extend to end of ipprim or sctpprim bytes.Martin Mathieson1-3/+2
svn path=/trunk/; revision=33919
2010-08-25Show (again?) MAC-d PDUs inside MAC-es PDUs.Martin Mathieson1-2/+15
svn path=/trunk/; revision=33918
2010-08-24Display content entry (with length) in tree.Stig Bjørlykke1-59/+60
svn path=/trunk/; revision=33914
2010-08-24Rewrote to fetch content_tvb from dissect_ber_octet_string().Stig Bjørlykke1-27/+16
Display eContent entry (with length) in tree. svn path=/trunk/; revision=33912
2010-08-24Display octet string fragments for RTSE segment data.Stig Bjørlykke1-7/+10
svn path=/trunk/; revision=33911
2010-08-24Display constructed octet strings with correct hf_id.Stig Bjørlykke1-13/+82
Show octet string fragments as for reassembly. svn path=/trunk/; revision=33910
2010-08-24Indicate abort and abort-reason in info column.Stig Bjørlykke1-17/+33
svn path=/trunk/; revision=33908
2010-08-24From Christian Durrer:Anders Broman1-1/+8
Not all Ether-S-Bus telegrams are recognized and displayed correctly. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5123 svn path=/trunk/; revision=33903
2010-08-24Display ISATAP encapsulated IPv4 addresses.Gerald Combs1-2/+33
svn path=/trunk/; revision=33900
2010-08-23The ARP hardware type and operation code are listed with the IANA in decimal ↵Stephen Fisher1-2/+2
notation, not hex. svn path=/trunk/; revision=33898
2010-08-23Fix for attribute boolean, from bug 5127.Stig Bjørlykke1-2/+1
svn path=/trunk/; revision=33887
2010-08-22[Automatic manuf and enterprise-numbers update for 2010-08-22]Gerald Combs1-3/+171
svn path=/trunk/; revision=33881
2010-08-21Add a "summary in tree" option similar to v4.Gerald Combs1-4/+20
svn path=/trunk/; revision=33878
2010-08-21Add some code to prefs_cleanup() to free (most of the) memory associated ↵Jeff Morriss1-46/+98
with the preferences. This only happens during shutdown so it's not fixing a memory leak, but it makes me more comfortable to know where the preferences memory is freed. svn path=/trunk/; revision=33874
2010-08-21Remove duplicate definition of COL_MAX_LEN and COL_MAX_INFO_LEN: apparently ↵Jeff Morriss1-11/+0
no one needs them in this file (probably because they're marked as "don't use"). Now they are only defined in column_info.h . svn path=/trunk/; revision=33871
2010-08-21If we have something that looks like a stateless autoconfigurationGerald Combs1-0/+42
address, add the corresponding MAC address to the tree. svn path=/trunk/; revision=33870
2010-08-19Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5114 (infinite loop inJeff Morriss1-34/+35
bootp dissector when dissecting packetcable MTA capabilities). Limit the tlv_len to G_MAXUINT16 to prevent an integer overflow from causing us to increment the working offset by 0 (thus causing us to loop). svn path=/trunk/; revision=33846
2010-08-18Fix for Bug 5052:Gerasimos Dimitriadis1-10/+15
Good ZigBee Beacon detected as malformed In ZigBee 2006 the Tx-Offset is optional, while in the 2007 and later versions, the Tx-Offset is a required value. Since both 2006 and and 2007 versions have the same protocol version (2), we should treat the Tx-Offset as well as the update ID as optional elements svn path=/trunk/; revision=33842
2010-08-18Fix ipprim IPv6 port number offsets.Martin Mathieson1-2/+2
svn path=/trunk/; revision=33840
2010-08-18Show IPv6 addresses in ipprim summary line.Martin Mathieson1-2/+12
svn path=/trunk/; revision=33839
2010-08-18Fix indentation.Anders Broman1-3/+3
svn path=/trunk/; revision=33838
2010-08-17Updates due to ITU Operational Bulletins 956 and 957Gerasimos Dimitriadis2-828/+883
svn path=/trunk/; revision=33833
2010-08-17The Mobile Status msg in BSSAP+ has IMSI as first possible IEGerasimos Dimitriadis1-1/+1
svn path=/trunk/; revision=33832
2010-08-17Change a channel type #define to be contiguous with others.Martin Mathieson1-1/+1
svn path=/trunk/; revision=33831
2010-08-17Commit 33815 renamed packet-nt-sonmp.c to packet-ndp.cJörg Mayer1-1/+1
svn path=/trunk/; revision=33827
2010-08-17Fix two typos/bugs (introduced by me in the previous commit).Bill Meier1-2/+2
svn path=/trunk/; revision=33825
2010-08-17From Tom Hughes: FastCGI dissector.Bill Meier3-0/+432
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5067 From me: - Fix one bug; - Add a comment about some code which doesn't display info in COL_INFO as intended due to what seems to be a Wireshark bug in tcp_dissect_pdus() when there are multiple records in a TCP frame. svn path=/trunk/; revision=33824
2010-08-16Clarify that the "Sequence number" is given in big endian representation and ↵Stephen Fisher1-4/+2
the "Sequence number (LE)" is little endian. svn path=/trunk/; revision=33822
2010-08-16Change the protocol name from "Nortel NDP" to "Nortel Discovery Protocol" in ↵Stephen Fisher1-1/+1
the protocol registration. svn path=/trunk/; revision=33821
2010-08-16Fix display of Client's FQDN and clear up the confusion with the S, O and N ↵Stephen Fisher1-12/+10
bits from the RFC descriptions. svn path=/trunk/; revision=33820
2010-08-16Modernize the SONMP ("SynOptics Network Management Protocol") dissector by ↵Stephen Fisher5-83/+99
renaming it to NDP ("Nortel Discovery Protocol") and do some basic cleanup. svn path=/trunk/; revision=33815
2010-08-16Clean up indentation.Guy Harris1-24/+25
svn path=/trunk/; revision=33814
2010-08-16Typo - wrong IE code for APN aggregate maximum bit rate in messageAnders Broman1-1/+1
Activate default EPS bearer context request. svn path=/trunk/; revision=33813
2010-08-16Set length of 'PDU Block Header' subtrees.Martin Mathieson1-2/+15
svn path=/trunk/; revision=33812
2010-08-16From rodebiet:Anders Broman1-16/+24
tvb_get_bits32 produces malformed_packet if no_of_bits < 25 and tvb remaining = 3 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5080 svn path=/trunk/; revision=33811
2010-08-16Removed some TAB's.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=33810
2010-08-16Added Info for RTTPapdu.Stig Bjørlykke1-4/+15
svn path=/trunk/; revision=33809
2010-08-16From Slava:Anders Broman2-1/+126
This patch adds to the Infiniband dissector the ability to dissect EoIB (Ethernet-over-Infiniband) traffic which uses Mellanox Technologies Ltd's standard for encapsulating Ethernet traffic inside Infiniband packets. This patch is submitted on behalf of Mellanox Technologies Ltd. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5061 svn path=/trunk/; revision=33808
2010-08-16From Christian Durrer:Anders Broman1-17/+50
- Support for extended packet size for read/write block telegrams - Added expert info for bad CRC, telegram retries and NAK responses - Removed amount of retries which has not been displayed correctly https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5088 svn path=/trunk/; revision=33807
2010-08-16From Stephen Donnelly:Anders Broman2-8/+42
Add BFS extension header decoding to ERF dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5113 svn path=/trunk/; revision=33806
2010-08-15[Automatic manuf and enterprise-numbers update for 2010-08-15]Gerald Combs1-5/+193
svn path=/trunk/; revision=33801
2010-08-14Added proto_item_prepend_text().Stig Bjørlykke3-0/+49
svn path=/trunk/; revision=33800
2010-08-14Fixed guint64 printf modifier.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=33799