aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-26Make ringbuffer.[ch] file format agnostic.Michael Tüxen5-44/+63
2009-04-26Clean up some comments I forgot to remove.Michael Tüxen1-4/+2
2009-04-26Don't do pointer casting - some version of GCC complain about that.Guy Harris1-27/+43
2009-04-25There's no guarantee that "ll" is the right modifier to use forGuy Harris1-2/+2
2009-04-25- add support for interface statistic blockMichael Tüxen1-21/+165
2009-04-25More IE decoding.Anders Broman1-21/+172
2009-04-25Update GSM MAP to V8.9.0 (2009-04).Anders Broman26-146/+1348
2009-04-24Try to get the security context right.Anders Broman1-66/+103
2009-04-24From Artem Tamazov (bug 3436):Stig Bjørlykke1-2/+2
2009-04-24vms.c: undo an incorrect const committed in SVN #28144.Bill Meier1-1/+1
2009-04-24range.c: ep_strbuf_new("") ==> ep_strbuf_new(NULL);Bill Meier1-1/+1
2009-04-24[Trivial] Constify a few thingsBill Meier6-15/+15
2009-04-24Fixed reassembly, which broke in r25195.Stig Bjørlykke1-8/+13
2009-04-24The dissector does not use any bytes.Stig Bjørlykke1-1/+1
2009-04-24Improved reading Apple's PacketLogger files:Stig Bjørlykke4-50/+198
2009-04-24Added tvb_format_stringzpad_wsp().Stig Bjørlykke2-0/+30
2009-04-23From Wade Hennessey:Anders Broman1-0/+1
2009-04-23- GSM MAP: incorrect decoding of getPassword operation .Anders Broman2-4/+4
2009-04-23Added PacketLogger to dump_open_table_base to be able to open pklg filesStig Bjørlykke1-1/+4
2009-04-23Add missing files to the distribution.Gerald Combs3-3/+6
2009-04-22Don't rename the "ChmodBPF" directory to "Startup". Add an alias toGerald Combs9-94/+414
2009-04-22proto.c: proto_registrar_dump...() fixes/changes:Bill Meier1-15/+61
2009-04-22Try to fix more unused code warnings.Anders Broman2-60/+11
2009-04-22Fix a warning in the RANAP dissector.Guy Harris3-4/+4
2009-04-22Use #.OMIT_ASSIGNMENTAnders Broman2-63/+29
2009-04-22Try to fix unused code warnings.Anders Broman2-55/+17
2009-04-22Try to fix unused code warnings.Anders Broman2-195/+89
2009-04-22From Mark Cave-Ayland: Fix a crash in the PCNFSD dissector.Gerald Combs3-9/+16
2009-04-22Fix a typo.Anders Broman1-1/+1
2009-04-22- Dissect transportlayeraddressAnders Broman3-34/+107
2009-04-22- Try to get rid of the unused code warnings.Anders Broman3-328/+362
2009-04-22smpp: Fix potential crash(es): Mark hf[] entries with a range_string[] with B...Bill Meier1-4/+4
2009-04-22From Anders: add the OPCUA plugin to the Windows distributionJeff Morriss2-0/+2
2009-04-22More file-offset fixes.Guy Harris1-1/+1
2009-04-22ssize_t is UN*X-only; don't use it.Guy Harris1-12/+12
2009-04-22LLP64 fix.Guy Harris1-1/+1
2009-04-22Signed vs. unsigned fix.Guy Harris1-1/+1
2009-04-22Bleah, some dissectors still insist on using structures and sizeof andGuy Harris1-1/+4
2009-04-22Clean up some 64-bit issues.Guy Harris23-256/+248
2009-04-22More float-constant-not-double-constant fixes.Guy Harris1-1/+1
2009-04-21Get rid of trailing tab.Guy Harris1-1/+1
2009-04-21checkAPIs: check for 'const' in value_string definition.Bill Meier1-0/+5
2009-04-21Replace some non-ascii characters in commentBill Meier1-2/+2
2009-04-21infiniband.h: Verify addt'l fields against spec; reformatBill Meier1-1635/+2074
2009-04-21Move ranap to dirty dissectors for now.Anders Broman1-1/+1
2009-04-21From Artem Tamazov: Fix compilation for Visual C++ 7.1.Gerald Combs1-1/+14
2009-04-21- Reintroduce heuristic dissectorAnders Broman9-496/+2038
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris44-116/+113
2009-04-21Fix a typo.Anders Broman2-2/+2
2009-04-21Introduce call dissector_try_port_new() to be used when no protocol entry is ...Anders Broman2-9/+24