aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-10-25From Marton Nemeth via bug 4163:Stig Bjørlykke1-5/+11
Add support for input URBs. svn path=/trunk/; revision=30690
2009-10-25Remove an obsolete commentJörg Mayer1-1/+0
svn path=/trunk/; revision=30689
2009-10-25From Gerasimos Dimitriadis:Anders Broman1-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
2009-10-25Use pango 1.26Anders Broman3-10/+10
svn path=/trunk/; revision=30687
2009-10-24No point passing a global pointer as a function argument.Stig Bjørlykke1-18/+18
Made check_ndmp_rm() and check_ndmp_hdr() static. svn path=/trunk/; revision=30686
2009-10-24From Jakub Zawadzki via bug 3764:Stig Bjørlykke1-3/+3
Don't call strcmp() when pointers are the same. svn path=/trunk/; revision=30685
2009-10-24From Robert Simac via bug 3470:Stig Bjørlykke2-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
2009-10-24Load lua scripts from subdirectories in the plugins folders.Stig Bjørlykke1-21/+20
svn path=/trunk/; revision=30683
2009-10-24From Mithun Roy:Jaap Keuter2-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
2009-10-23Add updates from bug 4158.Gerald Combs3-3/+12
svn path=/trunk/; revision=30681
2009-10-23Add a comment about using memcpy for scrubbing.Gerald Combs1-0/+5
svn path=/trunk/; revision=30680
2009-10-23Added init_wslua.hStig Bjørlykke1-0/+1
svn path=/trunk/; revision=30676
2009-10-23Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke10-35/+179
List loaded lua scripts in Help->About->Plugins. svn path=/trunk/; revision=30675
2009-10-23Fix building debian-package target, broken by r28784.Jaap Keuter4-10/+10
svn path=/trunk/; revision=30674
2009-10-23dissect_udp_bundle(): check if dissect_payload_header() orJeff Morriss1-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
2009-10-23Forgot to remove IA5_7BIT_decode(unsigned char * dest, const unsigned char* ↵Anders Broman1-3/+0
src, int len); svn path=/trunk/; revision=30671
2009-10-23From Gerasimos Dimitriadis:Anders Broman3-7/+89
DTAP: Decoding of subaddress information. sligtly modified. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4150 svn path=/trunk/; revision=30670
2009-10-23Move IA5_7BIT_decode to strutil.cAnders Broman3-49/+58
svn path=/trunk/; revision=30669
2009-10-23Make the new packet list the default on Win64.Gerald Combs1-1/+1
svn path=/trunk/; revision=30668
2009-10-22From Lars Ruoff:Jaap Keuter1-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
2009-10-22Expert error if (non-padded) PDU is shorter than reported.Martin Mathieson1-4/+15
svn path=/trunk/; revision=30666
2009-10-22Fix the WpdPack version on Win64.Gerald Combs1-1/+1
svn path=/trunk/; revision=30665
2009-10-22More long BSR fixes.Martin Mathieson1-20/+20
svn path=/trunk/; revision=30664
2009-10-22Fix issues with long BSR format, and attach expert info for non-zero RAR TA ↵Martin Mathieson1-6/+19
to correct item. svn path=/trunk/; revision=30663
2009-10-22From Greg Schwendimann:Jaap Keuter1-0/+77
The 802.3at Power Via MDI TLV dissector is incomplete as it does not decode the last three bytes. I have attached a patch that decodes the type/source/priority, PD requested power value, and PSE allocated power value fields. svn path=/trunk/; revision=30662
2009-10-22From Gerasimos Dimitriadis:Anders Broman3-115/+101
DTAP: Progress description depends on coding standard. Changed to export value strings trough .h file https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4146 svn path=/trunk/; revision=30661
2009-10-21Remove non-ASCII charactersJeff Morriss1-193/+193
svn path=/trunk/; revision=30656
2009-10-21From Gerasimos Dimitriadis:Anders Broman2-59/+71
DTAP: Call state depends on coding standard. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4145 svn path=/trunk/; revision=30655
2009-10-21From Joe Eykholt:Jaap Keuter1-0/+97
The Fibre-Channel Extended Link Service request REC (Read Exchange Concise) is used in error recovery. It is currently identified as REC but not completely dissected (the payload is shown as data). svn path=/trunk/; revision=30654
2009-10-21Use 2.22.2-1Anders Broman1-1/+1
svn path=/trunk/; revision=30653
2009-10-21Update WinPcap and the developer's pack to 4.1.1.Gerald Combs8-40/+12
svn path=/trunk/; revision=30652
2009-10-21... and emem_init isn't (it is called directly by reassemble_test).Jeff Morriss1-0/+1
svn path=/trunk/; revision=30651
2009-10-20ep_init_chunk() and se_init_chunk() are static.Guy Harris1-2/+0
svn path=/trunk/; revision=30650
2009-10-20s/#if HAVE_KERBEROS/#ifdef HAVE_KERBEROS/Jeff Morriss1-136/+136
svn path=/trunk/; revision=30649
2009-10-20Take a stab at adding a section on environment variables that affect ↵Jeff Morriss3-96/+213
*shark's behavior. So far, all the emem variables are included. svn path=/trunk/; revision=30648
2009-10-20Fix broken link.Guy Harris1-1/+1
svn path=/trunk/; revision=30647
2009-10-20Add emem_init() which initializes both the ep_ and se_ allocators; have allJeff Morriss4-34/+40
callers use that instead of initializing each allocator individually. svn path=/trunk/; revision=30646
2009-10-20Make sure no one calls PROTO_ITEM_SET_*(proto_tree_add_*) by forcing a ↵Jeff Morriss1-2/+2
compile error if they do. svn path=/trunk/; revision=30645
2009-10-20Don't call xx_init_chunk() in ep_free_all() and se_free_all() if we're notJeff Morriss1-9/+7
using chunks. With this change, xx_init_chunk() are only called once at startup (as their comments imply). Instead, set free_list to NULL in emem_free_all() (if we're not using chunks). svn path=/trunk/; revision=30644
2009-10-20Update the Windows requirements section.Gerald Combs1-45/+56
svn path=/trunk/; revision=30642
2009-10-20Another, more sensible, attempt to fix the Win64 build.Jeff Morriss1-1/+1
svn path=/trunk/; revision=30641
2009-10-20Update the WinPcap installer to 4.1. The WinPcap installer now enablesGerald Combs5-44/+6
NPF at startp, so remove the checkbox and associated code from the Wireshark installer. svn path=/trunk/; revision=30640
2009-10-20Set a mem_chunk to NULL after we destroy it. This should fix the SolarisGerald Combs1-0/+1
buildbot test failures. svn path=/trunk/; revision=30639
2009-10-20Initialize se_ memory, too (since it is used by the reassembly code). ↵Jeff Morriss1-23/+29
Reindent a bit. svn path=/trunk/; revision=30638
2009-10-20From Gerasimos Dimitriadis:Anders Broman1-8/+48
DTAP: Expert info warning when BCD number malformed https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4143 svn path=/trunk/; revision=30637
2009-10-20Try to get it compiling on Win64Jeff Morriss1-3/+3
svn path=/trunk/; revision=30636
2009-10-20Don't call PROTO_ITEM_SET_GENERATED(proto_tree_add[...]): that will end up ↵Jeff Morriss1-9/+17
adding the item to the tree multiple times. svn path=/trunk/; revision=30635
2009-10-20From Jakub Zawadzki:Stig Bjørlykke1-2/+6
Make it compile without kerberos. svn path=/trunk/; revision=30634
2009-10-20Extern declare hf_nt_cs_len and hf_nt_cs_size.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=30633
2009-10-20Removed some redundant prototypes and some shadowed variables.Stig Bjørlykke1-8/+3
svn path=/trunk/; revision=30632