aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-11-28Fix pretty-printing of the application ID in the protocol-details pane byJeff Morriss1-9/+20
2012-11-28Fix [-Wshadow] warnings;Bill Meier6-2770/+3134
2012-11-28It's not going to pass theGuy Harris1-88/+87
2012-11-28Redo the MSTI stuff a bit, making a copy of total_msti_length at theGuy Harris1-7/+6
2012-11-28"??" introduces a trigraph in C; escape "???" to avoid that.Guy Harris1-2/+2
2012-11-28Squelch a "may be uninitialized" warning.Guy Harris1-2/+1
2012-11-28Clean up indentation.Guy Harris1-412/+403
2012-11-28Fix a [-Wshadow] warning;Bill Meier1-407/+572
2012-11-28Remove an unused variableAnders Broman1-1/+1
2012-11-28There's a macro for the Request bit. Use it instead of hard-coded 0x80.Jeff Morriss1-3/+3
2012-11-28From gyanesh:Anders Broman1-70/+239
2012-11-28Add native SCTP encapsulation.Michael Tüxen1-0/+1
2012-11-28Fix typo which cased compile error ...Bill Meier1-1/+1
2012-11-28General cleanup:Bill Meier1-473/+538
2012-11-27Warn about non-final parameters that aren't padded correctly. I'm not sureJeff Morriss1-2/+4
2012-11-27Fix [-Wuninitialized] warning.Bill Meier1-1/+1
2012-11-27General cleanup:Bill Meier1-435/+918
2012-11-27Fix several [-Wshadow] warnings;Bill Meier1-238/+324
2012-11-27Add more parameters for Japanese ISUP.Anders Broman1-6/+285
2012-11-27Uh, it's BASE_EXT_STRING, not BASE_RANGE_STRING.Bill Meier1-1/+1
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-875/+979
2012-11-26tvb_find_line_end() arg should be FALSE not ENC_BIG_ENDIAN.Bill Meier1-1/+1
2012-11-26From Dirk Jagdmann: Fix a comment in the DCERPC dissector header.Gerald Combs1-1/+1
2012-11-26Update MSG value string and add commented out infoAnders Broman1-1/+63
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-757/+758
2012-11-26Add missing OPTIONAL keyword in RRCConnectionRequest messagePascal Quantin1-1/+1
2012-11-26Back out the SDP part of r46165 "Set up BFCP conversations".Anders Broman1-40/+0
2012-11-26Fix uninitialized-variable bug.Guy Harris1-0/+1
2012-11-26If TSO support is enabled and, as a result, we assume an IP packet withGuy Harris1-26/+30
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-8/+8
2012-11-26Fix two purported [-Wshadow] warnings;Bill Meier1-165/+166
2012-11-26Fix a purported [-Wshadow] warning;Bill Meier1-350/+352
2012-11-26Fix several [-Wshadow] warnings;Bill Meier2-26/+26
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-20/+20
2012-11-25Fix several [-Wshadow] warnings;Bill Meier2-57/+58
2012-11-25Fix several [-Wshadow] warnings;Bill Meier3-73/+76
2012-11-25 Fix several [-Wshadow] warnings;Bill Meier1-52/+46
2012-11-25Fix several purported [-Wshadow] warnings;Bill Meier1-51/+51
2012-11-25From Andy Karch: L2TP filtering on AVPs 'Called Number' and 'Calling Number' ...Anders Broman1-7/+15
2012-11-25[Automatic manuf, services and enterprise-numbers update for 2012-11-25]Gerald Combs1-6/+154
2012-11-25Add strdup_printf and strdup_vprintf to the wmem string utilities.Evan Huus2-0/+40
2012-11-25Allocate wmem memory in blocks of 8MB, not 10, because powers of two are nice.Evan Huus1-2/+2
2012-11-24Make the wmem scopes friendly to the valgrind script like emem is.Evan Huus1-1/+9
2012-11-24Reorder the wmem scopes to be ordered by lifetime, which makes more sense thanEvan Huus1-16/+16
2012-11-24Add a simple block allocator to wmem (no canaries or anything yet) and use itEvan Huus5-1/+247
2012-11-24Set up BFCP conversationsAnders Broman2-29/+83
2012-11-23Improve dissection;Bill Meier1-300/+239
2012-11-23Error: the name for hf_bfcp_queue_pos ("bfcp.queue_pos") has trailing space i...Anders Broman1-1/+1
2012-11-23Update dissetion of the header flags.Anders Broman1-5/+37
2012-11-23Add dissection of attributes.Anders Broman1-89/+387