summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-11-29Make an enum_val_t static.Jeff Morriss1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss53-170/+169
2012-11-29Add version info to the top of the SSL debug log.Gerald Combs1-0/+8
2012-11-29The padding of the last parameter is not included in the length of the chunkMichael Tüxen1-4/+11
2012-11-29Add missing newline at end of filePascal Quantin1-1/+1
2012-11-29Another couple size_t-to-int warning fixes (I hope).Jeff Morriss1-4/+4
2012-11-29(Try to) fix some size_t-to-int warnings.Jeff Morriss1-10/+10
2012-11-29usb.c is in the dissectors directory.Jeff Morriss1-1/+1
2012-11-29From Michal Labedzki:Anders Broman2-8/+16
2012-11-29Remove the second definition of a variable. Define an undefined variable.Jeff Morriss1-2/+1
2012-11-29Fix a typo.Anders Broman1-1/+1
2012-11-29From Michal Labedzki:Anders Broman4-4/+15827
2012-11-29From Michal Labedzki:Anders Broman3-89/+146
2012-11-29From Michal Labedzki:Anders Broman8-75/+484
2012-11-29From Michal Labedzki:Anders Broman1-1/+1
2012-11-29Use qui_tree.Anders Broman1-1/+1
2012-11-29- Fix a typo; Authentication Quadruplets not dissected correctly.Anders Broman1-10/+26
2012-11-29Add an add_hosts_file routine that adds a "hosts" path to an array andGerald Combs3-4/+50
2012-11-28Slightly less hacky way to arrange that dictionary_load() be calledGuy Harris1-16/+21
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